/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/* line 1, ../static/sass/bootstrap/scss/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #DE4D3B;
  --orange: #fd7e14;
  --yellow: #FAAE36;
  --green: #ABD744;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #929292;
  --gray-dark: #334E68;
  --primary: #7F59CC;
  --secondary: #EF4E4E;
  --success: #ABD744;
  --info: #17a2b8;
  --warning: #FAAE36;
  --danger: #EF4E4E;
  --light: #F0F4F8;
  --dark: #334E68;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Oxygen, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* line 19, ../static/sass/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* line 25, ../static/sass/bootstrap/scss/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(55, 47, 45, 0); }

/* line 35, ../static/sass/bootstrap/scss/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 46, ../static/sass/bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
  text-align: left;
  background-color: #f5f5f5; }

/* line 62, ../static/sass/bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important; }

/* line 72, ../static/sass/bootstrap/scss/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 88, ../static/sass/bootstrap/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* line 97, ../static/sass/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 110, ../static/sass/bootstrap/scss/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

/* line 119, ../static/sass/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 125, ../static/sass/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 132, ../static/sass/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 139, ../static/sass/bootstrap/scss/_reboot.scss */
dt {
  font-weight: 700; }

/* line 143, ../static/sass/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/* line 148, ../static/sass/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem; }

/* line 152, ../static/sass/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder; }

/* line 157, ../static/sass/bootstrap/scss/_reboot.scss */
small {
  font-size: 80%; }

/* line 166, ../static/sass/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 174, ../static/sass/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em; }

/* line 175, ../static/sass/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em; }

/* line 182, ../static/sass/bootstrap/scss/_reboot.scss */
a {
  color: #7F59CC;
  text-decoration: none;
  background-color: transparent; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  a:hover, a.btn-secondary:hover, a.btn-secondary:focus {
    color: #5933a6;
    text-decoration: underline; }

/* line 199, ../static/sass/bootstrap/scss/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  a:not([href]):not([tabindex]):hover, .btn-secondary:not([tabindex]):hover, .btn-secondary:not([tabindex]):focus, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  /* line 208, ../static/sass/bootstrap/scss/_reboot.scss */
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/* line 218, ../static/sass/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

/* line 226, ../static/sass/bootstrap/scss/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

/* line 240, ../static/sass/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem; }

/* line 250, ../static/sass/bootstrap/scss/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none; }

/* line 255, ../static/sass/bootstrap/scss/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle; }

/* line 267, ../static/sass/bootstrap/scss/_reboot.scss */
table {
  border-collapse: collapse; }

/* line 271, ../static/sass/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #929292;
  text-align: left;
  caption-side: bottom; }

/* line 279, ../static/sass/bootstrap/scss/_reboot.scss */
th {
  text-align: inherit; }

/* line 290, ../static/sass/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem; }

/* line 299, ../static/sass/bootstrap/scss/_reboot.scss */
button {
  border-radius: 0; }

/* line 308, ../static/sass/bootstrap/scss/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 313, ../static/sass/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 324, ../static/sass/bootstrap/scss/_reboot.scss */
button,
input {
  overflow: visible; }

/* line 329, ../static/sass/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none; }

/* line 337, ../static/sass/bootstrap/scss/_reboot.scss */
select {
  word-wrap: normal; }

/* line 345, ../static/sass/bootstrap/scss/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/* line 358, ../static/sass/bootstrap/scss/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

/* line 365, ../static/sass/bootstrap/scss/_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 373, ../static/sass/bootstrap/scss/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

/* line 380, ../static/sass/bootstrap/scss/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

/* line 392, ../static/sass/bootstrap/scss/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 398, ../static/sass/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 413, ../static/sass/bootstrap/scss/_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 425, ../static/sass/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline; }

/* line 430, ../static/sass/bootstrap/scss/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 435, ../static/sass/bootstrap/scss/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 448, ../static/sass/bootstrap/scss/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 457, ../static/sass/bootstrap/scss/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 466, ../static/sass/bootstrap/scss/_reboot.scss */
output {
  display: inline-block; }

/* line 470, ../static/sass/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer; }

/* line 475, ../static/sass/bootstrap/scss/_reboot.scss */
template {
  display: none; }

/* line 481, ../static/sass/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important; }

/* line 7, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_type.scss */
h1, .h1 {
  font-size: 2.75rem; }

/* line 17, ../static/sass/bootstrap/scss/_type.scss */
h2, .h2 {
  font-size: 2.25rem; }

/* line 18, ../static/sass/bootstrap/scss/_type.scss */
h3, .h3 {
  font-size: 1.875rem; }

/* line 19, ../static/sass/bootstrap/scss/_type.scss */
h4, .h4 {
  font-size: 1.5rem; }

/* line 20, ../static/sass/bootstrap/scss/_type.scss */
h5, .h5 {
  font-size: 1.25rem; }

/* line 21, ../static/sass/bootstrap/scss/_type.scss */
h6, .h6 {
  font-size: 1.125rem; }

/* line 23, ../static/sass/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300; }

/* line 29, ../static/sass/bootstrap/scss/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 34, ../static/sass/bootstrap/scss/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 39, ../static/sass/bootstrap/scss/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 44, ../static/sass/bootstrap/scss/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 55, ../static/sass/bootstrap/scss/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #442E83; }

/* line 67, ../static/sass/bootstrap/scss/_type.scss */
small,
.small {
  font-size: 0.688rem;
  font-weight: 400; }

/* line 73, ../static/sass/bootstrap/scss/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

/* line 84, ../static/sass/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 89, ../static/sass/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none; }

/* line 92, ../static/sass/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block; }
  /* line 95, ../static/sass/bootstrap/scss/_type.scss */
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

/* line 106, ../static/sass/bootstrap/scss/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 112, ../static/sass/bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

/* line 117, ../static/sass/bootstrap/scss/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 0.688rem;
  color: #929292; }
  /* line 122, ../static/sass/bootstrap/scss/_type.scss */
  .blockquote-footer::before {
    content: "\2014\00A0"; }

/* line 8, ../static/sass/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* line 14, ../static/sass/bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f5f5f5;
  border: 1px solid #BCCCDC;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

/* line 29, ../static/sass/bootstrap/scss/_images.scss */
.figure {
  display: inline-block; }

/* line 34, ../static/sass/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

/* line 39, ../static/sass/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #929292; }

/* line 2, ../static/sass/bootstrap/scss/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  /* line 8, ../static/sass/bootstrap/scss/_code.scss */
  a > code {
    color: inherit; }

/* line 14, ../static/sass/bootstrap/scss/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #404040;
  border-radius: 0.2rem; }
  /* line 22, ../static/sass/bootstrap/scss/_code.scss */
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

/* line 31, ../static/sass/bootstrap/scss/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #404040; }
  /* line 37, ../static/sass/bootstrap/scss/_code.scss */
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

/* line 45, ../static/sass/bootstrap/scss/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 6, ../static/sass/bootstrap/scss/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    /* line 6, ../static/sass/bootstrap/scss/_grid.scss */
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    /* line 6, ../static/sass/bootstrap/scss/_grid.scss */
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    /* line 6, ../static/sass/bootstrap/scss/_grid.scss */
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    /* line 6, ../static/sass/bootstrap/scss/_grid.scss */
    .container {
      max-width: 1232px; } }
/* line 18, ../static/sass/bootstrap/scss/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* line 28, ../static/sass/bootstrap/scss/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* line 34, ../static/sass/bootstrap/scss/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  /* line 38, ../static/sass/bootstrap/scss/_grid.scss */
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

/* line 30, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

/* line 35, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

/* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

/* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

/* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

/* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

/* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

/* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

/* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

/* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

/* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

/* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

/* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

/* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

/* line 47, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-first {
  order: -1; }

/* line 49, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-last {
  order: 13; }

/* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-0 {
  order: 0; }

/* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-1 {
  order: 1; }

/* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-2 {
  order: 2; }

/* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-3 {
  order: 3; }

/* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-4 {
  order: 4; }

/* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-5 {
  order: 5; }

/* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-6 {
  order: 6; }

/* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-7 {
  order: 7; }

/* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-8 {
  order: 8; }

/* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-9 {
  order: 9; }

/* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-10 {
  order: 10; }

/* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-11 {
  order: 11; }

/* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.order-12 {
  order: 12; }

/* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%; }

/* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%; }

/* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%; }

/* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%; }

/* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%; }

/* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%; }

/* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%; }

/* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%; }

/* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%; }

/* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%; }

/* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  /* line 30, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  /* line 35, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 47, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1; }
  /* line 49, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  /* line 30, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  /* line 35, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 47, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1; }
  /* line 49, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  /* line 30, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  /* line 35, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 47, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1; }
  /* line 49, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  /* line 30, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  /* line 35, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 42, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 47, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1; }
  /* line 49, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11; }
  /* line 52, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%; }
  /* line 58, ../static/sass/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/* line 5, ../static/sass/bootstrap/scss/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #404040; }
  /* line 11, ../static/sass/bootstrap/scss/_tables.scss */
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ECECEC; }
  /* line 18, ../static/sass/bootstrap/scss/_tables.scss */
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ECECEC; }
  /* line 23, ../static/sass/bootstrap/scss/_tables.scss */
  .table tbody + tbody {
    border-top: 2px solid #ECECEC; }

/* line 34, ../static/sass/bootstrap/scss/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem; }

/* line 45, ../static/sass/bootstrap/scss/_tables.scss */
.table-bordered {
  border: 1px solid #ECECEC; }
  /* line 48, ../static/sass/bootstrap/scss/_tables.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ECECEC; }
  /* line 54, ../static/sass/bootstrap/scss/_tables.scss */
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

/* line 62, ../static/sass/bootstrap/scss/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

/* line 75, ../static/sass/bootstrap/scss/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(55, 47, 45, 0.05); }

/* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
.table-hover tbody tr:hover, .table-hover tbody tr.btn-secondary:focus {
  color: #404040;
  background-color: rgba(55, 47, 45, 0.075); }

/* line 7, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #dbd1f1; }

/* line 14, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #bca9e4; }

/* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-primary:hover, .table-hover .table-primary.btn-secondary:focus {
  background-color: #ccbdeb; }
  /* line 32, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
  .table-hover .table-primary:hover > td, .table-hover .table-primary.btn-secondary:focus > td,
  .table-hover .table-primary:hover > th,
  .table-hover .table-primary.btn-secondary:focus > th {
    background-color: #ccbdeb; }

/* line 7, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fbcdcd; }

/* line 14, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f7a3a3; }

/* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-secondary:hover, .table-hover .table-secondary.btn-secondary:focus {
  background-color: #f9b5b5; }
  /* line 32, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
  .table-hover .table-secondary:hover > td, .table-hover .table-secondary.btn-secondary:focus > td,
  .table-hover .table-secondary:hover > th,
  .table-hover .table-secondary.btn-secondary:focus > th {
    background-color: #f9b5b5; }

/* line 7, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #e7f4cb; }

/* line 14, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #d3ea9e; }

/* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-success:hover, .table-hover .table-success.btn-secondary:focus {
  background-color: #ddf0b6; }
  /* line 32, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
  .table-hover .table-success:hover > td, .table-hover .table-success.btn-secondary:focus > td,
  .table-hover .table-success:hover > th,
  .table-hover .table-success.btn-secondary:focus > th {
    background-color: #ddf0b6; }

/* line 7, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

/* line 14, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

/* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-info:hover, .table-hover .table-info.btn-secondary:focus {
  background-color: #abdde5; }
  /* line 32, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
  .table-hover .table-info:hover > td, .table-hover .table-info.btn-secondary:focus > td,
  .table-hover .table-info:hover > th,
  .table-hover .table-info.btn-secondary:focus > th {
    background-color: #abdde5; }

/* line 7, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fee8c7; }

/* line 14, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fcd596; }

/* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-warning:hover, .table-hover .table-warning.btn-secondary:focus {
  background-color: #fedeae; }
  /* line 32, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
  .table-hover .table-warning:hover > td, .table-hover .table-warning.btn-secondary:focus > td,
  .table-hover .table-warning:hover > th,
  .table-hover .table-warning.btn-secondary:focus > th {
    background-color: #fedeae; }

/* line 7, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbcdcd; }

/* line 14, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f7a3a3; }

/* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-danger:hover, .table-hover .table-danger.btn-secondary:focus {
  background-color: #f9b5b5; }
  /* line 32, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
  .table-hover .table-danger:hover > td, .table-hover .table-danger.btn-secondary:focus > td,
  .table-hover .table-danger:hover > th,
  .table-hover .table-danger.btn-secondary:focus > th {
    background-color: #f9b5b5; }

/* line 7, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfcfd; }

/* line 14, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f7f9fb; }

/* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-light:hover, .table-hover .table-light.btn-secondary:focus {
  background-color: #eaeff5; }
  /* line 32, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
  .table-hover .table-light:hover > td, .table-hover .table-light.btn-secondary:focus > td,
  .table-hover .table-light:hover > th,
  .table-hover .table-light.btn-secondary:focus > th {
    background-color: #eaeff5; }

/* line 7, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6cdd5; }

/* line 14, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95a3b0; }

/* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-dark:hover, .table-hover .table-dark.btn-secondary:focus {
  background-color: #b7c0ca; }
  /* line 32, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
  .table-hover .table-dark:hover > td, .table-hover .table-dark.btn-secondary:focus > td,
  .table-hover .table-dark:hover > th,
  .table-hover .table-dark.btn-secondary:focus > th {
    background-color: #b7c0ca; }

/* line 7, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(55, 47, 45, 0.075); }

/* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-active:hover, .table-hover .table-active.btn-secondary:focus {
  background-color: rgba(41, 35, 34, 0.075); }
  /* line 32, ../static/sass/bootstrap/scss/mixins/_table-row.scss */
  .table-hover .table-active:hover > td, .table-hover .table-active.btn-secondary:focus > td,
  .table-hover .table-active:hover > th,
  .table-hover .table-active.btn-secondary:focus > th {
    background-color: rgba(41, 35, 34, 0.075); }

/* line 114, ../static/sass/bootstrap/scss/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #334E68;
  border-color: #406182; }

/* line 122, ../static/sass/bootstrap/scss/_tables.scss */
.table .thead-light th {
  color: #6d6e6f;
  background-color: #ECECEC;
  border-color: #ECECEC; }

/* line 130, ../static/sass/bootstrap/scss/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #334E68; }
  /* line 134, ../static/sass/bootstrap/scss/_tables.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #406182; }
  /* line 140, ../static/sass/bootstrap/scss/_tables.scss */
  .table-dark.table-bordered {
    border: 0; }
  /* line 145, ../static/sass/bootstrap/scss/_tables.scss */
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .table-dark.table-hover tbody tr:hover, .table-dark.table-hover tbody tr.btn-secondary:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

/* line 171, ../static/sass/bootstrap/scss/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  /* line 179, ../static/sass/bootstrap/scss/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0; }

/* line 7, ../static/sass/bootstrap/scss/_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: #6d6e6f;
  background-color: #ECECEC;
  background-clip: padding-box;
  border: 1px solid #ECECEC;
  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, ../static/sass/bootstrap/scss/_forms.scss */
    .form-control {
      transition: none; } }
  /* line 28, ../static/sass/bootstrap/scss/_forms.scss */
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  /* line 14, ../static/sass/bootstrap/scss/mixins/_forms.scss */
  .form-control:focus {
    color: #6d6e6f;
    background-color: #ECECEC;
    border-color: #cabbea;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(127, 89, 204, 0.25); }
  /* line 37, ../static/sass/bootstrap/scss/_forms.scss */
  .form-control::placeholder {
    color: #929292;
    opacity: 1; }
  /* line 48, ../static/sass/bootstrap/scss/_forms.scss */
  .form-control:disabled, .form-control[readonly] {
    background-color: #ECECEC;
    opacity: 1; }

/* line 57, ../static/sass/bootstrap/scss/_forms.scss */
select.form-control:focus::-ms-value {
  color: #6d6e6f;
  background-color: #ECECEC; }

/* line 69, ../static/sass/bootstrap/scss/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

/* line 82, ../static/sass/bootstrap/scss/_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 90, ../static/sass/bootstrap/scss/_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 97, ../static/sass/bootstrap/scss/_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 110, ../static/sass/bootstrap/scss/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #404040;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  /* line 122, ../static/sass/bootstrap/scss/_forms.scss */
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

/* line 137, ../static/sass/bootstrap/scss/_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 145, ../static/sass/bootstrap/scss/_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 155, ../static/sass/bootstrap/scss/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto; }

/* line 161, ../static/sass/bootstrap/scss/_forms.scss */
textarea.form-control {
  height: auto; }

/* line 170, ../static/sass/bootstrap/scss/_forms.scss */
.form-group {
  margin-bottom: 1rem; }

/* line 174, ../static/sass/bootstrap/scss/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem; }

/* line 184, ../static/sass/bootstrap/scss/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  /* line 190, ../static/sass/bootstrap/scss/_forms.scss */
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

/* line 202, ../static/sass/bootstrap/scss/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

/* line 208, ../static/sass/bootstrap/scss/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  /* line 213, ../static/sass/bootstrap/scss/_forms.scss */
  .form-check-input:disabled ~ .form-check-label {
    color: #929292; }

/* line 218, ../static/sass/bootstrap/scss/_forms.scss */
.form-check-label {
  margin-bottom: 0; }

/* line 222, ../static/sass/bootstrap/scss/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  /* line 229, ../static/sass/bootstrap/scss/_forms.scss */
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

/* line 30, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.688rem;
  color: #ABD744; }

/* line 38, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #404040;
  background-color: rgba(171, 215, 68, 0.9);
  border-radius: 0.25rem; }

/* line 54, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #ABD744;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ABD744' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  /* line 65, ../static/sass/bootstrap/scss/mixins/_forms.scss */
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #ABD744;
    box-shadow: 0 0 0 0.2rem rgba(171, 215, 68, 0.25); }
  /* line 70, ../static/sass/bootstrap/scss/mixins/_forms.scss */
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

/* line 78, ../static/sass/bootstrap/scss/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 87, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #ABD744;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23334E68' 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' viewBox='0 0 8 8'%3e%3cpath fill='%23ABD744' 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") #ECECEC no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  /* line 95, ../static/sass/bootstrap/scss/mixins/_forms.scss */
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #ABD744;
    box-shadow: 0 0 0 0.2rem rgba(171, 215, 68, 0.25); }
  /* line 100, ../static/sass/bootstrap/scss/mixins/_forms.scss */
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

/* line 109, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

/* line 117, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #ABD744; }

/* line 121, ../static/sass/bootstrap/scss/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 129, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #ABD744; }
  /* line 132, ../static/sass/bootstrap/scss/mixins/_forms.scss */
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #ABD744; }

/* line 137, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

/* line 142, ../static/sass/bootstrap/scss/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: #bee06e;
  background-color: #bee06e; }

/* line 149, ../static/sass/bootstrap/scss/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(171, 215, 68, 0.25); }

/* line 153, ../static/sass/bootstrap/scss/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: #ABD744; }

/* line 163, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #ABD744; }

/* line 167, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

/* line 172, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #ABD744;
  box-shadow: 0 0 0 0.2rem rgba(171, 215, 68, 0.25); }

/* line 30, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.688rem;
  color: #EF4E4E; }

/* line 38, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(239, 78, 78, 0.9);
  border-radius: 0.25rem; }

/* line 54, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #EF4E4E;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23EF4E4E' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23EF4E4E' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  /* line 65, ../static/sass/bootstrap/scss/mixins/_forms.scss */
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #EF4E4E;
    box-shadow: 0 0 0 0.2rem rgba(239, 78, 78, 0.25); }
  /* line 70, ../static/sass/bootstrap/scss/mixins/_forms.scss */
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

/* line 78, ../static/sass/bootstrap/scss/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 87, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #EF4E4E;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23334E68' 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' fill='%23EF4E4E' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23EF4E4E' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ECECEC no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  /* line 95, ../static/sass/bootstrap/scss/mixins/_forms.scss */
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #EF4E4E;
    box-shadow: 0 0 0 0.2rem rgba(239, 78, 78, 0.25); }
  /* line 100, ../static/sass/bootstrap/scss/mixins/_forms.scss */
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

/* line 109, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 117, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #EF4E4E; }

/* line 121, ../static/sass/bootstrap/scss/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 129, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #EF4E4E; }
  /* line 132, ../static/sass/bootstrap/scss/mixins/_forms.scss */
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #EF4E4E; }

/* line 137, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 142, ../static/sass/bootstrap/scss/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: #f37d7d;
  background-color: #f37d7d; }

/* line 149, ../static/sass/bootstrap/scss/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(239, 78, 78, 0.25); }

/* line 153, ../static/sass/bootstrap/scss/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: #EF4E4E; }

/* line 163, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #EF4E4E; }

/* line 167, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 172, ../static/sass/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #EF4E4E;
  box-shadow: 0 0 0 0.2rem rgba(239, 78, 78, 0.25); }

/* line 258, ../static/sass/bootstrap/scss/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  /* line 266, ../static/sass/bootstrap/scss/_forms.scss */
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    /* line 272, ../static/sass/bootstrap/scss/_forms.scss */
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    /* line 280, ../static/sass/bootstrap/scss/_forms.scss */
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    /* line 289, ../static/sass/bootstrap/scss/_forms.scss */
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    /* line 296, ../static/sass/bootstrap/scss/_forms.scss */
    .form-inline .form-control-plaintext {
      display: inline-block; }
    /* line 300, ../static/sass/bootstrap/scss/_forms.scss */
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    /* line 307, ../static/sass/bootstrap/scss/_forms.scss */
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    /* line 314, ../static/sass/bootstrap/scss/_forms.scss */
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    /* line 322, ../static/sass/bootstrap/scss/_forms.scss */
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    /* line 326, ../static/sass/bootstrap/scss/_forms.scss */
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
/* line 7, ../static/sass/bootstrap/scss/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  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, ../static/sass/bootstrap/scss/_buttons.scss */
    .btn {
      transition: none; } }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn:hover, .btn.btn-secondary:focus {
    color: #404040;
    text-decoration: none; }
  /* line 25, ../static/sass/bootstrap/scss/_buttons.scss */
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(127, 89, 204, 0.25); }
  /* line 32, ../static/sass/bootstrap/scss/_buttons.scss */
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

/* line 49, ../static/sass/bootstrap/scss/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

/* line 60, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-primary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary,
.btn-secondary [class*=" icon-"],
.btn-secondary [class^="icon-"] {
  color: #fff;
  background-color: #7F59CC;
  border-color: #7F59CC; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-primary:hover, .btn-secondary:hover, .btn-secondary:focus,
  .btn-secondary [class*=" icon-"]:hover,
  .btn-secondary [class^="icon-"]:hover {
    color: #fff;
    background-color: #683cc3;
    border-color: #6339b9; }
  /* line 18, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-primary:focus, .btn-secondary:focus,
  .btn-secondary [class*=" icon-"]:focus,
  .btn-secondary [class^="icon-"]:focus, .btn-primary.focus, .focus.btn-secondary,
  .btn-secondary .focus[class*=" icon-"],
  .btn-secondary .focus[class^="icon-"] {
    box-shadow: 0 0 0 0.2rem rgba(146, 114, 212, 0.5); }
  /* line 29, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-primary.disabled, .disabled.btn-secondary,
  .btn-secondary .disabled[class*=" icon-"],
  .btn-secondary .disabled[class^="icon-"], .btn-primary:disabled, .btn-secondary:disabled,
  .btn-secondary [class*=" icon-"]:disabled,
  .btn-secondary [class^="icon-"]:disabled {
    color: #fff;
    background-color: #7F59CC;
    border-color: #7F59CC; }
  /* line 40, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-primary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-secondary [class*=" icon-"]:not(:disabled):not(.disabled):active,
  .btn-secondary [class^="icon-"]:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled).active,
  .btn-secondary [class*=" icon-"]:not(:disabled):not(.disabled).active,
  .btn-secondary [class^="icon-"]:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.btn-secondary,
  .btn-secondary .show > .dropdown-toggle[class*=" icon-"],
  .btn-secondary .show > .dropdown-toggle[class^="icon-"] {
    color: #fff;
    background-color: #6339b9;
    border-color: #5e36af; }
    /* line 50, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus,
    .btn-secondary [class*=" icon-"]:not(:disabled):not(.disabled):active:focus,
    .btn-secondary [class^="icon-"]:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .btn-secondary [class*=" icon-"]:not(:disabled):not(.disabled).active:focus,
    .btn-secondary [class^="icon-"]:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.btn-secondary:focus,
    .btn-secondary .show > .dropdown-toggle[class*=" icon-"]:focus,
    .btn-secondary .show > .dropdown-toggle[class^="icon-"]:focus {
      box-shadow: 0 0 0 0.2rem rgba(146, 114, 212, 0.5); }

/* line 60, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #EF4E4E;
  border-color: #EF4E4E; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    background-color: #ec2b2b;
    border-color: #eb1f1f; }
  /* line 18, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 105, 105, 0.5); }
  /* line 29, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #EF4E4E;
    border-color: #EF4E4E; }
  /* line 40, ../static/sass/bootstrap/scss/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: #eb1f1f;
    border-color: #e81515; }
    /* line 50, ../static/sass/bootstrap/scss/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(241, 105, 105, 0.5); }

/* line 60, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-success {
  color: #404040;
  background-color: #ABD744;
  border-color: #ABD744; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-success:hover, .btn-success.btn-secondary:focus {
    color: #404040;
    background-color: #9aca2b;
    border-color: #92bf29; }
  /* line 18, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(155, 192, 67, 0.5); }
  /* line 29, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-success.disabled, .btn-success:disabled {
    color: #404040;
    background-color: #ABD744;
    border-color: #ABD744; }
  /* line 40, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #404040;
    background-color: #92bf29;
    border-color: #8ab527; }
    /* line 50, ../static/sass/bootstrap/scss/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(155, 192, 67, 0.5); }

/* line 60, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-info:hover, .btn-info.btn-secondary:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  /* line 18, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  /* line 29, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  /* line 40, ../static/sass/bootstrap/scss/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 50, ../static/sass/bootstrap/scss/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 60, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-warning {
  color: #404040;
  background-color: #FAAE36;
  border-color: #FAAE36; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-warning:hover, .btn-warning.btn-secondary:focus {
    color: #404040;
    background-color: #f99f11;
    border-color: #f79a06; }
  /* line 18, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 158, 56, 0.5); }
  /* line 29, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-warning.disabled, .btn-warning:disabled {
    color: #404040;
    background-color: #FAAE36;
    border-color: #FAAE36; }
  /* line 40, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #404040;
    background-color: #f79a06;
    border-color: #ea9206; }
    /* line 50, ../static/sass/bootstrap/scss/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(222, 158, 56, 0.5); }

/* line 60, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #EF4E4E;
  border-color: #EF4E4E; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-danger:hover, .btn-danger.btn-secondary:focus {
    color: #fff;
    background-color: #ec2b2b;
    border-color: #eb1f1f; }
  /* line 18, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 105, 105, 0.5); }
  /* line 29, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #EF4E4E;
    border-color: #EF4E4E; }
  /* line 40, ../static/sass/bootstrap/scss/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: #eb1f1f;
    border-color: #e81515; }
    /* line 50, ../static/sass/bootstrap/scss/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(241, 105, 105, 0.5); }

/* line 60, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-light {
  color: #404040;
  background-color: #F0F4F8;
  border-color: #F0F4F8; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-light:hover, .btn-light.btn-secondary:focus {
    color: #404040;
    background-color: #d6e1ec;
    border-color: #cddbe8; }
  /* line 18, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 217, 220, 0.5); }
  /* line 29, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-light.disabled, .btn-light:disabled {
    color: #404040;
    background-color: #F0F4F8;
    border-color: #F0F4F8; }
  /* line 40, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #404040;
    background-color: #cddbe8;
    border-color: #c5d4e4; }
    /* line 50, ../static/sass/bootstrap/scss/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(214, 217, 220, 0.5); }

/* line 60, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #334E68;
  border-color: #334E68; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-dark:hover, .btn-dark.btn-secondary:focus {
    color: #fff;
    background-color: #263b4e;
    border-color: #223446; }
  /* line 18, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 105, 127, 0.5); }
  /* line 29, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #334E68;
    border-color: #334E68; }
  /* line 40, ../static/sass/bootstrap/scss/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: #223446;
    border-color: #1e2e3d; }
    /* line 50, ../static/sass/bootstrap/scss/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, 105, 127, 0.5); }

/* line 66, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  color: #7F59CC;
  border-color: #7F59CC; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-outline-primary:hover, .btn-outline-primary.btn-secondary:focus {
    color: #fff;
    background-color: #7F59CC;
    border-color: #7F59CC; }
  /* line 71, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(127, 89, 204, 0.5); }
  /* line 76, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #7F59CC;
    background-color: transparent; }
  /* line 82, ../static/sass/bootstrap/scss/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: #7F59CC;
    border-color: #7F59CC; }
    /* line 89, ../static/sass/bootstrap/scss/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(127, 89, 204, 0.5); }

/* line 66, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  color: #EF4E4E;
  border-color: #EF4E4E; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-outline-secondary:hover, .btn-outline-secondary.btn-secondary:focus {
    color: #fff;
    background-color: #EF4E4E;
    border-color: #EF4E4E; }
  /* line 71, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 78, 78, 0.5); }
  /* line 76, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #EF4E4E;
    background-color: transparent; }
  /* line 82, ../static/sass/bootstrap/scss/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: #EF4E4E;
    border-color: #EF4E4E; }
    /* line 89, ../static/sass/bootstrap/scss/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(239, 78, 78, 0.5); }

/* line 66, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  color: #ABD744;
  border-color: #ABD744; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-outline-success:hover, .btn-outline-success.btn-secondary:focus {
    color: #404040;
    background-color: #ABD744;
    border-color: #ABD744; }
  /* line 71, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(171, 215, 68, 0.5); }
  /* line 76, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #ABD744;
    background-color: transparent; }
  /* line 82, ../static/sass/bootstrap/scss/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: #404040;
    background-color: #ABD744;
    border-color: #ABD744; }
    /* line 89, ../static/sass/bootstrap/scss/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(171, 215, 68, 0.5); }

/* line 66, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-outline-info:hover, .btn-outline-info.btn-secondary:focus {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  /* line 71, ../static/sass/bootstrap/scss/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 76, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  /* line 82, ../static/sass/bootstrap/scss/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 89, ../static/sass/bootstrap/scss/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 66, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  color: #FAAE36;
  border-color: #FAAE36; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-outline-warning:hover, .btn-outline-warning.btn-secondary:focus {
    color: #404040;
    background-color: #FAAE36;
    border-color: #FAAE36; }
  /* line 71, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 174, 54, 0.5); }
  /* line 76, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FAAE36;
    background-color: transparent; }
  /* line 82, ../static/sass/bootstrap/scss/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: #404040;
    background-color: #FAAE36;
    border-color: #FAAE36; }
    /* line 89, ../static/sass/bootstrap/scss/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(250, 174, 54, 0.5); }

/* line 66, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  color: #EF4E4E;
  border-color: #EF4E4E; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-outline-danger:hover, .btn-outline-danger.btn-secondary:focus {
    color: #fff;
    background-color: #EF4E4E;
    border-color: #EF4E4E; }
  /* line 71, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 78, 78, 0.5); }
  /* line 76, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #EF4E4E;
    background-color: transparent; }
  /* line 82, ../static/sass/bootstrap/scss/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: #fff;
    background-color: #EF4E4E;
    border-color: #EF4E4E; }
    /* line 89, ../static/sass/bootstrap/scss/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(239, 78, 78, 0.5); }

/* line 66, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-outline-light {
  color: #F0F4F8;
  border-color: #F0F4F8; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-outline-light:hover, .btn-outline-light.btn-secondary:focus {
    color: #404040;
    background-color: #F0F4F8;
    border-color: #F0F4F8; }
  /* line 71, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 244, 248, 0.5); }
  /* line 76, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #F0F4F8;
    background-color: transparent; }
  /* line 82, ../static/sass/bootstrap/scss/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: #404040;
    background-color: #F0F4F8;
    border-color: #F0F4F8; }
    /* line 89, ../static/sass/bootstrap/scss/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(240, 244, 248, 0.5); }

/* line 66, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  color: #334E68;
  border-color: #334E68; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-outline-dark:hover, .btn-outline-dark.btn-secondary:focus {
    color: #fff;
    background-color: #334E68;
    border-color: #334E68; }
  /* line 71, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 78, 104, 0.5); }
  /* line 76, ../static/sass/bootstrap/scss/mixins/_buttons.scss */
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #334E68;
    background-color: transparent; }
  /* line 82, ../static/sass/bootstrap/scss/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: #334E68;
    border-color: #334E68; }
    /* line 89, ../static/sass/bootstrap/scss/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(51, 78, 104, 0.5); }

/* line 77, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #7F59CC;
  text-decoration: none; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .btn-link:hover, .btn-link.btn-secondary:focus {
    color: #5933a6;
    text-decoration: underline; }
  /* line 87, ../static/sass/bootstrap/scss/_buttons.scss */
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  /* line 93, ../static/sass/bootstrap/scss/_buttons.scss */
  .btn-link:disabled, .btn-link.disabled {
    color: #929292;
    pointer-events: none; }

/* line 107, ../static/sass/bootstrap/scss/_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 111, ../static/sass/bootstrap/scss/_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 120, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-block {
  display: block;
  width: 100%; }
  /* line 125, ../static/sass/bootstrap/scss/_buttons.scss */
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

/* line 134, ../static/sass/bootstrap/scss/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 139, ../static/sass/bootstrap/scss/_buttons.scss */
.btn-facebook:hover, .btn-facebook.btn-secondary:focus, .btn-twitter:hover, .btn-twitter.btn-secondary:focus {
  color: #fff;
  opacity: 0.7; }

/* line 1, ../static/sass/bootstrap/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    /* line 1, ../static/sass/bootstrap/scss/_transitions.scss */
    .fade {
      transition: none; } }
  /* line 4, ../static/sass/bootstrap/scss/_transitions.scss */
  .fade:not(.show) {
    opacity: 0; }

/* line 10, ../static/sass/bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none; }

/* line 15, ../static/sass/bootstrap/scss/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    /* line 15, ../static/sass/bootstrap/scss/_transitions.scss */
    .collapsing {
      transition: none; } }
/* line 2, ../static/sass/bootstrap/scss/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

/* line 9, ../static/sass/bootstrap/scss/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap; }
  /* line 30, ../static/sass/bootstrap/scss/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, ../static/sass/bootstrap/scss/mixins/_caret.scss */
  .dropdown-toggle:empty::after {
    margin-left: 0; }

/* line 17, ../static/sass/bootstrap/scss/_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: #404040;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(55, 47, 45, 0.15);
  border-radius: 0.25rem; }

/* line 42, ../static/sass/bootstrap/scss/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0; }

/* line 47, ../static/sass/bootstrap/scss/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  /* line 42, ../static/sass/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  /* line 47, ../static/sass/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  /* line 42, ../static/sass/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  /* line 47, ../static/sass/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  /* line 42, ../static/sass/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  /* line 47, ../static/sass/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  /* line 42, ../static/sass/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  /* line 47, ../static/sass/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

/* line 57, ../static/sass/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

/* line 30, ../static/sass/bootstrap/scss/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, ../static/sass/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 70, ../static/sass/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

/* line 30, ../static/sass/bootstrap/scss/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, ../static/sass/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 80, ../static/sass/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

/* line 87, ../static/sass/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

/* line 30, ../static/sass/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

/* line 45, ../static/sass/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none; }

/* line 49, ../static/sass/bootstrap/scss/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, ../static/sass/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 97, ../static/sass/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

/* line 106, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #ECECEC; }

/* line 123, ../static/sass/bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #404040;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .dropdown-item:hover, .dropdown-item:focus {
    color: #333333;
    text-decoration: none;
    background-color: #F0F4F8; }
  /* line 153, ../static/sass/bootstrap/scss/_dropdown.scss */
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #7F59CC; }
  /* line 160, ../static/sass/bootstrap/scss/_dropdown.scss */
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #929292;
    pointer-events: none;
    background-color: transparent; }

/* line 172, ../static/sass/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block; }

/* line 177, ../static/sass/bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #929292;
  white-space: nowrap; }

/* line 187, ../static/sass/bootstrap/scss/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #404040; }

/* line 4, ../static/sass/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  /* line 10, ../static/sass/bootstrap/scss/_button-group.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
    .btn-group > .btn:hover, .btn-group > .btn.btn-secondary:focus,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn.btn-secondary:focus {
      z-index: 1; }
    /* line 19, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  /* line 33, ../static/sass/bootstrap/scss/_button-group.scss */
  .btn-toolbar .input-group {
    width: auto; }

/* line 40, ../static/sass/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

/* line 46, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  /* line 73, ../static/sass/bootstrap/scss/_button-group.scss */
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  /* line 79, ../static/sass/bootstrap/scss/_button-group.scss */
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

/* line 84, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  /* line 116, ../static/sass/bootstrap/scss/_button-group.scss */
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  /* line 121, ../static/sass/bootstrap/scss/_button-group.scss */
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  /* line 127, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  /* line 156, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  /* line 14, ../static/sass/bootstrap/scss/_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%;
    margin-bottom: 0; }
    /* line 25, ../static/sass/bootstrap/scss/_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 33, ../static/sass/bootstrap/scss/_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 40, ../static/sass/bootstrap/scss/_input-group.scss */
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  /* line 46, ../static/sass/bootstrap/scss/_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 47, ../static/sass/bootstrap/scss/_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 52, ../static/sass/bootstrap/scss/_input-group.scss */
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    /* line 56, ../static/sass/bootstrap/scss/_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 58, ../static/sass/bootstrap/scss/_input-group.scss */
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

/* line 69, ../static/sass/bootstrap/scss/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex; }
  /* line 76, ../static/sass/bootstrap/scss/_input-group.scss */
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    /* line 80, ../static/sass/bootstrap/scss/_input-group.scss */
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  /* line 85, ../static/sass/bootstrap/scss/_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 93, ../static/sass/bootstrap/scss/_input-group.scss */
.input-group-prepend {
  margin-right: -1px; }

/* line 94, ../static/sass/bootstrap/scss/_input-group.scss */
.input-group-append {
  margin-left: -1px; }

/* line 102, ../static/sass/bootstrap/scss/_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: #6d6e6f;
  text-align: center;
  white-space: nowrap;
  background-color: #ECECEC;
  border: 1px solid #ECECEC;
  border-radius: 0.25rem; }
  /* line 118, ../static/sass/bootstrap/scss/_input-group.scss */
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

/* line 130, ../static/sass/bootstrap/scss/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

/* line 135, ../static/sass/bootstrap/scss/_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 147, ../static/sass/bootstrap/scss/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

/* line 152, ../static/sass/bootstrap/scss/_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 164, ../static/sass/bootstrap/scss/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

/* line 177, ../static/sass/bootstrap/scss/_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 186, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

/* line 17, ../static/sass/bootstrap/scss/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

/* line 22, ../static/sass/bootstrap/scss/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  /* line 27, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #7F59CC;
    background-color: #7F59CC; }
  /* line 34, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(127, 89, 204, 0.25); }
  /* line 43, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #cabbea; }
  /* line 47, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #e8e2f6;
    border-color: #e8e2f6; }
  /* line 55, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-control-input:disabled ~ .custom-control-label {
    color: #929292; }
    /* line 58, ../static/sass/bootstrap/scss/_custom-forms.scss */
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #ECECEC; }

/* line 69, ../static/sass/bootstrap/scss/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  /* line 75, ../static/sass/bootstrap/scss/_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: #ECECEC;
    border: #829AB1 solid 1px; }
  /* line 90, ../static/sass/bootstrap/scss/_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 108, ../static/sass/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

/* line 113, ../static/sass/bootstrap/scss/_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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

/* line 119, ../static/sass/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #7F59CC;
  background-color: #7F59CC; }

/* line 124, ../static/sass/bootstrap/scss/_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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

/* line 130, ../static/sass/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(127, 89, 204, 0.5); }

/* line 133, ../static/sass/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(127, 89, 204, 0.5); }

/* line 144, ../static/sass/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%; }

/* line 150, ../static/sass/bootstrap/scss/_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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

/* line 156, ../static/sass/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(127, 89, 204, 0.5); }

/* line 167, ../static/sass/bootstrap/scss/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem; }
  /* line 171, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  /* line 179, ../static/sass/bootstrap/scss/_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: #829AB1;
    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 179, ../static/sass/bootstrap/scss/_custom-forms.scss */
      .custom-switch .custom-control-label::after {
        transition: none; } }
  /* line 192, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ECECEC;
    transform: translateX(0.75rem); }
  /* line 199, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(127, 89, 204, 0.5); }

/* line 212, ../static/sass/bootstrap/scss/_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: #6d6e6f;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23334E68' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #ECECEC;
  border: 1px solid #ECECEC;
  border-radius: 0.25rem;
  appearance: none; }
  /* line 230, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-select:focus {
    border-color: #cabbea;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(127, 89, 204, 0.25); }
    /* line 239, ../static/sass/bootstrap/scss/_custom-forms.scss */
    .custom-select:focus::-ms-value {
      color: #6d6e6f;
      background-color: #ECECEC; }
  /* line 250, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  /* line 257, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-select:disabled {
    color: #929292;
    background-color: #ECECEC; }
  /* line 263, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-select::-ms-expand {
    display: none; }

/* line 268, ../static/sass/bootstrap/scss/_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 276, ../static/sass/bootstrap/scss/_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 289, ../static/sass/bootstrap/scss/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

/* line 297, ../static/sass/bootstrap/scss/_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 305, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #cabbea;
    box-shadow: 0 0 0 0.2rem rgba(127, 89, 204, 0.25); }
  /* line 310, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #ECECEC; }
  /* line 315, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  /* line 320, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

/* line 325, ../static/sass/bootstrap/scss/_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: #6d6e6f;
  background-color: #ECECEC;
  border: 1px solid #ECECEC;
  border-radius: 0.25rem; }
  /* line 342, ../static/sass/bootstrap/scss/_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: #6d6e6f;
    content: "Browse";
    background-color: #ECECEC;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

/* line 366, ../static/sass/bootstrap/scss/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  /* line 373, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-range:focus {
    outline: none; }
    /* line 378, ../static/sass/bootstrap/scss/_custom-forms.scss */
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(127, 89, 204, 0.25); }
    /* line 379, ../static/sass/bootstrap/scss/_custom-forms.scss */
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(127, 89, 204, 0.25); }
    /* line 380, ../static/sass/bootstrap/scss/_custom-forms.scss */
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(127, 89, 204, 0.25); }
  /* line 383, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-range::-moz-focus-outer {
    border: 0; }
  /* line 387, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #7F59CC;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      /* line 387, ../static/sass/bootstrap/scss/_custom-forms.scss */
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    /* line 398, ../static/sass/bootstrap/scss/_custom-forms.scss */
    .custom-range::-webkit-slider-thumb:active {
      background-color: #e8e2f6; }
  /* line 403, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #BCCCDC;
    border-color: transparent;
    border-radius: 1rem; }
  /* line 414, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #7F59CC;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      /* line 414, ../static/sass/bootstrap/scss/_custom-forms.scss */
      .custom-range::-moz-range-thumb {
        transition: none; } }
    /* line 424, ../static/sass/bootstrap/scss/_custom-forms.scss */
    .custom-range::-moz-range-thumb:active {
      background-color: #e8e2f6; }
  /* line 429, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #BCCCDC;
    border-color: transparent;
    border-radius: 1rem; }
  /* line 440, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #7F59CC;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      /* line 440, ../static/sass/bootstrap/scss/_custom-forms.scss */
      .custom-range::-ms-thumb {
        transition: none; } }
    /* line 453, ../static/sass/bootstrap/scss/_custom-forms.scss */
    .custom-range::-ms-thumb:active {
      background-color: #e8e2f6; }
  /* line 458, ../static/sass/bootstrap/scss/_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 469, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-range::-ms-fill-lower {
    background-color: #BCCCDC;
    border-radius: 1rem; }
  /* line 474, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #BCCCDC;
    border-radius: 1rem; }
  /* line 481, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #829AB1; }
  /* line 485, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  /* line 489, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-range:disabled::-moz-range-thumb {
    background-color: #829AB1; }
  /* line 493, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  /* line 497, ../static/sass/bootstrap/scss/_custom-forms.scss */
  .custom-range:disabled::-ms-thumb {
    background-color: #829AB1; }

/* line 503, ../static/sass/bootstrap/scss/_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 503, ../static/sass/bootstrap/scss/_custom-forms.scss */
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }
/* line 6, ../static/sass/bootstrap/scss/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-radius: 12px; }

/* line 15, ../static/sass/bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  /* line 24, ../static/sass/bootstrap/scss/_nav.scss */
  .nav-link.disabled {
    color: #929292;
    pointer-events: none;
    cursor: default; }

/* line 35, ../static/sass/bootstrap/scss/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #BCCCDC; }
  /* line 38, ../static/sass/bootstrap/scss/_nav.scss */
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  /* line 42, ../static/sass/bootstrap/scss/_nav.scss */
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #ECECEC #ECECEC #BCCCDC; }
    /* line 50, ../static/sass/bootstrap/scss/_nav.scss */
    .nav-tabs .nav-link.disabled {
      color: #929292;
      background-color: transparent;
      border-color: transparent; }
  /* line 57, ../static/sass/bootstrap/scss/_nav.scss */
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #6d6e6f;
    background-color: #f5f5f5;
    border-color: #BCCCDC #BCCCDC #f5f5f5; }
  /* line 64, ../static/sass/bootstrap/scss/_nav.scss */
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

/* line 77, ../static/sass/bootstrap/scss/_nav.scss */
.nav-pills,
.navbar-my-clubs {
  background-color: #CDA7FF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  max-width: 1372px;
  margin: auto;
  height: 115px; }
  /* line 85, ../static/sass/bootstrap/scss/_nav.scss */
  .nav-pills .nav-icon,
  .navbar-my-clubs .nav-icon {
    width: 44px;
    height: 44px; }
  /* line 90, ../static/sass/bootstrap/scss/_nav.scss */
  .nav-pills .ti,
  .navbar-my-clubs .ti {
    font-size: 44px; }
  /* line 94, ../static/sass/bootstrap/scss/_nav.scss */
  .nav-pills .nav-link,
  .navbar-my-clubs .nav-link {
    border-radius: 0.25rem; }
  /* line 98, ../static/sass/bootstrap/scss/_nav.scss */
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link,
  .navbar-my-clubs .nav-link.active,
  .navbar-my-clubs .show > .nav-link {
    color: #fff;
    background-color: #7F59CC; }

@media (max-width: 991px) {
  /* line 108, ../static/sass/bootstrap/scss/_nav.scss */
  .nav-pills .nav-icon {
    width: 25px;
    height: 25px; }
  /* line 113, ../static/sass/bootstrap/scss/_nav.scss */
  .nav-pills .ti {
    font-size: 1.5rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 120, ../static/sass/bootstrap/scss/_nav.scss */
  .navbar-club-sections {
    height: 115px !important; }
    /* line 123, ../static/sass/bootstrap/scss/_nav.scss */
    .navbar-club-sections .ti {
      font-size: 44px !important; }
  /* line 128, ../static/sass/bootstrap/scss/_nav.scss */
  .navbar-my-clubs {
    height: 115px; }
    /* line 131, ../static/sass/bootstrap/scss/_nav.scss */
    .navbar-my-clubs .ti {
      font-size: 44px; } }

@media (max-width: 767px) {
  /* line 139, ../static/sass/bootstrap/scss/_nav.scss */
  .nav-pills {
    height: 50px; } }

/* line 150, ../static/sass/bootstrap/scss/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

/* line 157, ../static/sass/bootstrap/scss/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

/* line 170, ../static/sass/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none; }

/* line 173, ../static/sass/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block; }

/* line 18, ../static/sass/bootstrap/scss/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  /* line 28, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

@media (max-width: 991px) {
  /* line 38, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar {
    align-items: flex-end; } }

/* line 48, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

/* line 67, ../static/sass/bootstrap/scss/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  /* line 74, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  /* line 79, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

/* line 90, ../static/sass/bootstrap/scss/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 105, ../static/sass/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

/* line 114, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

/* line 129, ../static/sass/bootstrap/scss/_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 148, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  /* line 146, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 159, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      /* line 162, ../static/sass/bootstrap/scss/_navbar.scss */
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 166, ../static/sass/bootstrap/scss/_navbar.scss */
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 173, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    /* line 178, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 185, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  /* line 148, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  /* line 146, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 159, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      /* line 162, ../static/sass/bootstrap/scss/_navbar.scss */
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 166, ../static/sass/bootstrap/scss/_navbar.scss */
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 173, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    /* line 178, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 185, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  /* line 148, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  /* line 146, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 159, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      /* line 162, ../static/sass/bootstrap/scss/_navbar.scss */
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 166, ../static/sass/bootstrap/scss/_navbar.scss */
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 173, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    /* line 178, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 185, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  /* line 148, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  /* line 146, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 159, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      /* line 162, ../static/sass/bootstrap/scss/_navbar.scss */
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 166, ../static/sass/bootstrap/scss/_navbar.scss */
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 173, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    /* line 178, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 185, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

/* line 146, ../static/sass/bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  /* line 148, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  /* line 159, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    /* line 162, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    /* line 166, ../static/sass/bootstrap/scss/_navbar.scss */
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  /* line 173, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  /* line 178, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  /* line 185, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-expand .navbar-toggler {
    display: none; }

/* line 200, ../static/sass/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(55, 47, 45, 0.9); }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(55, 47, 45, 0.9); }

/* line 209, ../static/sass/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(55, 47, 45, 0.5); }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(55, 47, 45, 0.7); }
  /* line 216, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(55, 47, 45, 0.3); }

/* line 221, ../static/sass/bootstrap/scss/_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(55, 47, 45, 0.9); }

/* line 229, ../static/sass/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(55, 47, 45, 0.5);
  border-color: rgba(55, 47, 45, 0.1); }

/* line 234, ../static/sass/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(55, 47, 45, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* line 238, ../static/sass/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(55, 47, 45, 0.5); }
  /* line 240, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-light .navbar-text a {
    color: rgba(55, 47, 45, 0.9); }
    /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(55, 47, 45, 0.9); }

/* line 252, ../static/sass/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

/* line 261, ../static/sass/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  /* line 17, ../static/sass/bootstrap/scss/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 268, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

/* line 273, ../static/sass/bootstrap/scss/_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 281, ../static/sass/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

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

/* line 290, ../static/sass/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  /* line 292, ../static/sass/bootstrap/scss/_navbar.scss */
  .navbar-dark .navbar-text a {
    color: #fff; }
    /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

/* line 5, ../static/sass/bootstrap/scss/_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(55, 47, 45, 0.125);
  border-radius: 0.25rem; }
  /* line 16, ../static/sass/bootstrap/scss/_card.scss */
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  /* line 22, ../static/sass/bootstrap/scss/_card.scss */
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  /* line 28, ../static/sass/bootstrap/scss/_card.scss */
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

/* line 34, ../static/sass/bootstrap/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

/* line 45, ../static/sass/bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: 0.75rem; }

/* line 49, ../static/sass/bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

/* line 54, ../static/sass/bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0; }

/* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
.card-link:hover, .card-link.btn-secondary:focus {
  text-decoration: none; }

/* line 63, ../static/sass/bootstrap/scss/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem; }

/* line 72, ../static/sass/bootstrap/scss/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(55, 47, 45, 0.03);
  border-bottom: 1px solid rgba(55, 47, 45, 0.125); }
  /* line 79, ../static/sass/bootstrap/scss/_card.scss */
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  /* line 84, ../static/sass/bootstrap/scss/_card.scss */
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

/* line 90, ../static/sass/bootstrap/scss/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(55, 47, 45, 0.03);
  border-top: 1px solid rgba(55, 47, 45, 0.125); }
  /* line 95, ../static/sass/bootstrap/scss/_card.scss */
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

/* line 105, ../static/sass/bootstrap/scss/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

/* line 112, ../static/sass/bootstrap/scss/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

/* line 118, ../static/sass/bootstrap/scss/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

/* line 127, ../static/sass/bootstrap/scss/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

/* line 133, ../static/sass/bootstrap/scss/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

/* line 138, ../static/sass/bootstrap/scss/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

/* line 146, ../static/sass/bootstrap/scss/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column; }
  /* line 150, ../static/sass/bootstrap/scss/_card.scss */
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    /* line 146, ../static/sass/bootstrap/scss/_card.scss */
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      /* line 159, ../static/sass/bootstrap/scss/_card.scss */
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }
/* line 176, ../static/sass/bootstrap/scss/_card.scss */
.card-group {
  display: flex;
  flex-direction: column; }
  /* line 182, ../static/sass/bootstrap/scss/_card.scss */
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    /* line 176, ../static/sass/bootstrap/scss/_card.scss */
    .card-group {
      flex-flow: row wrap; }
      /* line 190, ../static/sass/bootstrap/scss/_card.scss */
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        /* line 195, ../static/sass/bootstrap/scss/_card.scss */
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        /* line 202, ../static/sass/bootstrap/scss/_card.scss */
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          /* line 205, ../static/sass/bootstrap/scss/_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 210, ../static/sass/bootstrap/scss/_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 217, ../static/sass/bootstrap/scss/_card.scss */
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          /* line 220, ../static/sass/bootstrap/scss/_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 225, ../static/sass/bootstrap/scss/_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 242, ../static/sass/bootstrap/scss/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  /* line 241, ../static/sass/bootstrap/scss/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    /* line 252, ../static/sass/bootstrap/scss/_card.scss */
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

/* line 265, ../static/sass/bootstrap/scss/_card.scss */
.accordion > .card {
  overflow: hidden; }
  /* line 269, ../static/sass/bootstrap/scss/_card.scss */
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  /* line 273, ../static/sass/bootstrap/scss/_card.scss */
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  /* line 279, ../static/sass/bootstrap/scss/_card.scss */
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  /* line 284, ../static/sass/bootstrap/scss/_card.scss */
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  /* line 288, ../static/sass/bootstrap/scss/_card.scss */
  .accordion > .card .card-header {
    margin-bottom: -1px; }

/* line 1, ../static/sass/bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #ECECEC;
  border-radius: 0.25rem; }

/* line 13, ../static/sass/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  /* line 16, ../static/sass/bootstrap/scss/_breadcrumb.scss */
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #929292;
    content: "/"; }

/* line 30, ../static/sass/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before, .breadcrumb-item + .breadcrumb-item.btn-secondary:focus::before {
  text-decoration: underline; }

/* line 34, ../static/sass/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before, .breadcrumb-item + .breadcrumb-item.btn-secondary:focus::before {
  text-decoration: none; }

/* line 38, ../static/sass/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #442E83;
  font-weight: 700; }

/* line 1, ../static/sass/bootstrap/scss/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

/* line 7, ../static/sass/bootstrap/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #7F59CC;
  background-color: #fff;
  border: 1px solid #BCCCDC; }
  /* line 17, ../static/sass/bootstrap/scss/_pagination.scss */
  .page-link:hover, .page-link.btn-secondary:focus {
    z-index: 2;
    color: #5933a6;
    text-decoration: none;
    background-color: #ECECEC;
    border-color: #BCCCDC; }
  /* line 25, ../static/sass/bootstrap/scss/_pagination.scss */
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(127, 89, 204, 0.25); }

/* line 34, ../static/sass/bootstrap/scss/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

/* line 40, ../static/sass/bootstrap/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

/* line 45, ../static/sass/bootstrap/scss/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #7F59CC;
  border-color: #7F59CC; }

/* line 52, ../static/sass/bootstrap/scss/_pagination.scss */
.page-item.disabled .page-link {
  color: #929292;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #BCCCDC; }

/* line 4, ../static/sass/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 12, ../static/sass/bootstrap/scss/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, ../static/sass/bootstrap/scss/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, ../static/sass/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

/* line 12, ../static/sass/bootstrap/scss/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, ../static/sass/bootstrap/scss/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, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_badge.scss */
    .badge {
      transition: none; } }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  a.badge:hover, .badge.btn-secondary:hover, .badge.btn-secondary:focus, a.badge:focus {
    text-decoration: none; }
  /* line 25, ../static/sass/bootstrap/scss/_badge.scss */
  .badge:empty {
    display: none; }

/* line 31, ../static/sass/bootstrap/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 40, ../static/sass/bootstrap/scss/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

/* line 51, ../static/sass/bootstrap/scss/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #7F59CC; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  a.badge-primary:hover, .badge-primary.btn-secondary:hover, .badge-primary.btn-secondary:focus, a.badge-primary:focus {
    color: #fff;
    background-color: #6339b9; }
  /* line 11, ../static/sass/bootstrap/scss/mixins/_badge.scss */
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(127, 89, 204, 0.5); }

/* line 51, ../static/sass/bootstrap/scss/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #EF4E4E; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  a.badge-secondary:hover, .badge-secondary.btn-secondary:hover, .badge-secondary.btn-secondary:focus, a.badge-secondary:focus {
    color: #fff;
    background-color: #eb1f1f; }
  /* line 11, ../static/sass/bootstrap/scss/mixins/_badge.scss */
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 78, 78, 0.5); }

/* line 51, ../static/sass/bootstrap/scss/_badge.scss */
.badge-success {
  color: #404040;
  background-color: #ABD744; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  a.badge-success:hover, .badge-success.btn-secondary:hover, .badge-success.btn-secondary:focus, a.badge-success:focus {
    color: #404040;
    background-color: #92bf29; }
  /* line 11, ../static/sass/bootstrap/scss/mixins/_badge.scss */
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(171, 215, 68, 0.5); }

/* line 51, ../static/sass/bootstrap/scss/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  a.badge-info:hover, .badge-info.btn-secondary:hover, .badge-info.btn-secondary:focus, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  /* line 11, ../static/sass/bootstrap/scss/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, ../static/sass/bootstrap/scss/_badge.scss */
.badge-warning {
  color: #404040;
  background-color: #FAAE36; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  a.badge-warning:hover, .badge-warning.btn-secondary:hover, .badge-warning.btn-secondary:focus, a.badge-warning:focus {
    color: #404040;
    background-color: #f79a06; }
  /* line 11, ../static/sass/bootstrap/scss/mixins/_badge.scss */
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(250, 174, 54, 0.5); }

/* line 51, ../static/sass/bootstrap/scss/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #EF4E4E; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  a.badge-danger:hover, .badge-danger.btn-secondary:hover, .badge-danger.btn-secondary:focus, a.badge-danger:focus {
    color: #fff;
    background-color: #eb1f1f; }
  /* line 11, ../static/sass/bootstrap/scss/mixins/_badge.scss */
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 78, 78, 0.5); }

/* line 51, ../static/sass/bootstrap/scss/_badge.scss */
.badge-light {
  color: #404040;
  background-color: #F0F4F8; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  a.badge-light:hover, .badge-light.btn-secondary:hover, .badge-light.btn-secondary:focus, a.badge-light:focus {
    color: #404040;
    background-color: #cddbe8; }
  /* line 11, ../static/sass/bootstrap/scss/mixins/_badge.scss */
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(240, 244, 248, 0.5); }

/* line 51, ../static/sass/bootstrap/scss/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #334E68; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  a.badge-dark:hover, .badge-dark.btn-secondary:hover, .badge-dark.btn-secondary:focus, a.badge-dark:focus {
    color: #fff;
    background-color: #223446; }
  /* line 11, ../static/sass/bootstrap/scss/mixins/_badge.scss */
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 78, 104, 0.5); }

/* line 1, ../static/sass/bootstrap/scss/_jumbotron.scss */
.jumbotron {
  padding: 0 0;
  margin-bottom: 0;
  background-color: #fff; }
  @media (min-width: 576px) {
    /* line 1, ../static/sass/bootstrap/scss/_jumbotron.scss */
    .jumbotron {
      padding: 0 0; } }
/* line 12, ../static/sass/bootstrap/scss/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0; }

/* line 5, ../static/sass/bootstrap/scss/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

/* line 14, ../static/sass/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit; }

/* line 20, ../static/sass/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 700; }

/* line 29, ../static/sass/bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 4rem; }
  /* line 33, ../static/sass/bootstrap/scss/_alert.scss */
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

/* line 48, ../static/sass/bootstrap/scss/_alert.scss */
.alert-primary {
  color: #5c4580;
  background-color: #e5def5;
  border-color: #dbd1f1; }
  /* line 6, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-primary hr {
    border-top-color: #ccbdeb; }
  /* line 10, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-primary .alert-link {
    color: #44335f; }

/* line 48, ../static/sass/bootstrap/scss/_alert.scss */
.alert-secondary {
  color: #973f3e;
  background-color: #fcdcdc;
  border-color: #fbcdcd; }
  /* line 6, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-secondary hr {
    border-top-color: #f9b5b5; }
  /* line 10, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-secondary .alert-link {
    color: #73302f; }

/* line 48, ../static/sass/bootstrap/scss/_alert.scss */
.alert-success {
  color: #738639;
  background-color: #eef7da;
  border-color: #e7f4cb; }
  /* line 6, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-success hr {
    border-top-color: #ddf0b6; }
  /* line 10, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-success .alert-link {
    color: #54622a; }

/* line 48, ../static/sass/bootstrap/scss/_alert.scss */
.alert-info {
  color: #266b75;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  /* line 6, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-info hr {
    border-top-color: #abdde5; }
  /* line 10, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-info .alert-link {
    color: #19484f; }

/* line 48, ../static/sass/bootstrap/scss/_alert.scss */
.alert-warning {
  color: #9c7132;
  background-color: #feefd7;
  border-color: #fee8c7; }
  /* line 6, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-warning hr {
    border-top-color: #fedeae; }
  /* line 10, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-warning .alert-link {
    color: #755526; }

/* line 48, ../static/sass/bootstrap/scss/_alert.scss */
.alert-danger {
  color: #973f3e;
  background-color: #fcdcdc;
  border-color: #fbcdcd; }
  /* line 6, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-danger hr {
    border-top-color: #f9b5b5; }
  /* line 10, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-danger .alert-link {
    color: #73302f; }

/* line 48, ../static/sass/bootstrap/scss/_alert.scss */
.alert-light {
  color: #979597;
  background-color: #fcfdfe;
  border-color: #fbfcfd; }
  /* line 6, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-light hr {
    border-top-color: #eaeff5; }
  /* line 10, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-light .alert-link {
    color: #7e7b7e; }

/* line 48, ../static/sass/bootstrap/scss/_alert.scss */
.alert-dark {
  color: #353f4c;
  background-color: #d6dce1;
  border-color: #c6cdd5; }
  /* line 6, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-dark hr {
    border-top-color: #b7c0ca; }
  /* line 10, ../static/sass/bootstrap/scss/mixins/_alert.scss */
  .alert-dark .alert-link {
    color: #20262e; }

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

/* line 9, ../static/sass/bootstrap/scss/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #ECECEC;
  border-radius: 0.25rem; }

/* line 19, ../static/sass/bootstrap/scss/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7F59CC;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    /* line 19, ../static/sass/bootstrap/scss/_progress.scss */
    .progress-bar {
      transition: none; } }
/* line 30, ../static/sass/bootstrap/scss/_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 36, ../static/sass/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    /* line 36, ../static/sass/bootstrap/scss/_progress.scss */
    .progress-bar-animated {
      animation: none; } }
/* line 1, ../static/sass/bootstrap/scss/_media.scss */
.media {
  display: flex;
  align-items: center; }

/* line 6, ../static/sass/bootstrap/scss/_media.scss */
.media-body {
  flex: 1; }

/* line 5, ../static/sass/bootstrap/scss/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

/* line 20, ../static/sass/bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #6d6e6f;
  text-align: inherit; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #6d6e6f;
    text-decoration: none;
    background-color: #F0F4F8; }
  /* line 33, ../static/sass/bootstrap/scss/_list-group.scss */
  .list-group-item-action:active {
    color: #404040;
    background-color: #ECECEC; }

/* line 44, ../static/sass/bootstrap/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(55, 47, 45, 0.125); }
  /* line 54, ../static/sass/bootstrap/scss/_list-group.scss */
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  /* line 58, ../static/sass/bootstrap/scss/_list-group.scss */
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  /* line 63, ../static/sass/bootstrap/scss/_list-group.scss */
  .list-group-item.disabled, .list-group-item:disabled {
    color: #929292;
    pointer-events: none;
    background-color: #fff; }
  /* line 71, ../static/sass/bootstrap/scss/_list-group.scss */
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #7F59CC;
    border-color: #7F59CC; }

/* line 88, ../static/sass/bootstrap/scss/_list-group.scss */
.list-group-horizontal {
  flex-direction: row; }
  /* line 91, ../static/sass/bootstrap/scss/_list-group.scss */
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    /* line 95, ../static/sass/bootstrap/scss/_list-group.scss */
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    /* line 100, ../static/sass/bootstrap/scss/_list-group.scss */
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  /* line 88, ../static/sass/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row; }
    /* line 91, ../static/sass/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      /* line 95, ../static/sass/bootstrap/scss/_list-group.scss */
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      /* line 100, ../static/sass/bootstrap/scss/_list-group.scss */
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  /* line 88, ../static/sass/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row; }
    /* line 91, ../static/sass/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      /* line 95, ../static/sass/bootstrap/scss/_list-group.scss */
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      /* line 100, ../static/sass/bootstrap/scss/_list-group.scss */
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  /* line 88, ../static/sass/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row; }
    /* line 91, ../static/sass/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      /* line 95, ../static/sass/bootstrap/scss/_list-group.scss */
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      /* line 100, ../static/sass/bootstrap/scss/_list-group.scss */
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  /* line 88, ../static/sass/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row; }
    /* line 91, ../static/sass/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      /* line 95, ../static/sass/bootstrap/scss/_list-group.scss */
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      /* line 100, ../static/sass/bootstrap/scss/_list-group.scss */
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

/* line 117, ../static/sass/bootstrap/scss/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  /* line 122, ../static/sass/bootstrap/scss/_list-group.scss */
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

/* line 128, ../static/sass/bootstrap/scss/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

/* line 134, ../static/sass/bootstrap/scss/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

/* line 4, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary {
  color: #5c4580;
  background-color: #dbd1f1; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-action.btn-secondary:hover, .list-group-item-action.btn-secondary:focus, .list-group-item-primary.list-group-item-action:focus {
    color: #5c4580;
    background-color: #ccbdeb; }
  /* line 14, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #5c4580;
    border-color: #5c4580; }

/* line 4, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #973f3e;
  background-color: #fbcdcd; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-action.btn-secondary:hover, .list-group-item-action.btn-secondary:focus, .list-group-item-secondary.list-group-item-action:focus {
    color: #973f3e;
    background-color: #f9b5b5; }
  /* line 14, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #973f3e;
    border-color: #973f3e; }

/* line 4, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success {
  color: #738639;
  background-color: #e7f4cb; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .list-group-item-success.list-group-item-action:hover, .list-group-item-action.btn-secondary:hover, .list-group-item-action.btn-secondary:focus, .list-group-item-success.list-group-item-action:focus {
    color: #738639;
    background-color: #ddf0b6; }
  /* line 14, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #738639;
    border-color: #738639; }

/* line 4, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info {
  color: #266b75;
  background-color: #bee5eb; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .list-group-item-info.list-group-item-action:hover, .list-group-item-action.btn-secondary:hover, .list-group-item-action.btn-secondary:focus, .list-group-item-info.list-group-item-action:focus {
    color: #266b75;
    background-color: #abdde5; }
  /* line 14, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #266b75;
    border-color: #266b75; }

/* line 4, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning {
  color: #9c7132;
  background-color: #fee8c7; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-action.btn-secondary:hover, .list-group-item-action.btn-secondary:focus, .list-group-item-warning.list-group-item-action:focus {
    color: #9c7132;
    background-color: #fedeae; }
  /* line 14, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #9c7132;
    border-color: #9c7132; }

/* line 4, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger {
  color: #973f3e;
  background-color: #fbcdcd; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-action.btn-secondary:hover, .list-group-item-action.btn-secondary:focus, .list-group-item-danger.list-group-item-action:focus {
    color: #973f3e;
    background-color: #f9b5b5; }
  /* line 14, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #973f3e;
    border-color: #973f3e; }

/* line 4, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light {
  color: #979597;
  background-color: #fbfcfd; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .list-group-item-light.list-group-item-action:hover, .list-group-item-action.btn-secondary:hover, .list-group-item-action.btn-secondary:focus, .list-group-item-light.list-group-item-action:focus {
    color: #979597;
    background-color: #eaeff5; }
  /* line 14, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #979597;
    border-color: #979597; }

/* line 4, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark {
  color: #353f4c;
  background-color: #c6cdd5; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-action.btn-secondary:hover, .list-group-item-action.btn-secondary:focus, .list-group-item-dark.list-group-item-action:focus {
    color: #353f4c;
    background-color: #b7c0ca; }
  /* line 14, ../static/sass/bootstrap/scss/mixins/_list-group.scss */
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #353f4c;
    border-color: #353f4c; }

/* line 1, ../static/sass/bootstrap/scss/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #372f2d;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  /* line 13, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .close:hover, .close.btn-secondary:focus {
    color: #372f2d;
    text-decoration: none; }
  /* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
  .close:not(:disabled):not(.disabled):hover, .btn-secondary:not(.disabled):hover, .btn-secondary:not(.disabled):focus, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

/* line 29, ../static/sass/bootstrap/scss/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

/* line 39, ../static/sass/bootstrap/scss/_close.scss */
a.close.disabled {
  pointer-events: none; }

/* line 1, ../static/sass/bootstrap/scss/_toasts.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  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(55, 47, 45, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  /* line 14, ../static/sass/bootstrap/scss/_toasts.scss */
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  /* line 18, ../static/sass/bootstrap/scss/_toasts.scss */
  .toast.showing {
    opacity: 1; }
  /* line 22, ../static/sass/bootstrap/scss/_toasts.scss */
  .toast.show {
    display: block;
    opacity: 1; }
  /* line 27, ../static/sass/bootstrap/scss/_toasts.scss */
  .toast.hide {
    display: none; }

/* line 32, ../static/sass/bootstrap/scss/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #929292;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/* line 42, ../static/sass/bootstrap/scss/_toasts.scss */
.toast-body {
  padding: 0.75rem; }

/* line 7, ../static/sass/bootstrap/scss/_modal.scss */
.modal-open {
  overflow: hidden; }
  /* line 11, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

/* line 18, ../static/sass/bootstrap/scss/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

/* line 36, ../static/sass/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  /* line 44, ../static/sass/bootstrap/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      /* line 44, ../static/sass/bootstrap/scss/_modal.scss */
      .modal.fade .modal-dialog {
        transition: none; } }
  /* line 48, ../static/sass/bootstrap/scss/_modal.scss */
  .modal.show .modal-dialog {
    transform: none; }

/* line 53, ../static/sass/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  /* line 57, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  /* line 62, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  /* line 67, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

/* line 72, ../static/sass/bootstrap/scss/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  /* line 78, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  /* line 85, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    /* line 90, ../static/sass/bootstrap/scss/_modal.scss */
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    /* line 94, ../static/sass/bootstrap/scss/_modal.scss */
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

/* line 101, ../static/sass/bootstrap/scss/_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(55, 47, 45, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

/* line 120, ../static/sass/bootstrap/scss/_modal.scss */
#home_modal .modal-content {
  border-radius: 12px; }

/* line 123, ../static/sass/bootstrap/scss/_modal.scss */
#home_modal .modal-header {
  border-radius: 12px;
  background-color: #7F59CC;
  align-items: center; }

/* line 131, ../static/sass/bootstrap/scss/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #372f2d; }
  /* line 141, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-backdrop.fade {
    opacity: 0; }
  /* line 142, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-backdrop.show {
    opacity: 0.5; }

/* line 147, ../static/sass/bootstrap/scss/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #ECECEC;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  /* line 155, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

/* line 163, ../static/sass/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 170, ../static/sass/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

/* line 179, ../static/sass/bootstrap/scss/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #ECECEC;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  /* line 188, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  /* line 189, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

/* line 193, ../static/sass/bootstrap/scss/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  /* line 204, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  /* line 209, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    /* line 212, ../static/sass/bootstrap/scss/_modal.scss */
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  /* line 217, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    /* line 220, ../static/sass/bootstrap/scss/_modal.scss */
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  /* line 229, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  /* line 233, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-lg,
  .modal-xl {
    max-width: 1024px; } }

@media (min-width: 1200px) {
  /* line 240, ../static/sass/bootstrap/scss/_modal.scss */
  .modal-xl {
    max-width: 1140px; } }

/* line 2, ../static/sass/bootstrap/scss/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  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, ../static/sass/bootstrap/scss/_tooltip.scss */
  .tooltip.show {
    opacity: 0.9; }
  /* line 17, ../static/sass/bootstrap/scss/_tooltip.scss */
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    /* line 23, ../static/sass/bootstrap/scss/_tooltip.scss */
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

/* line 32, ../static/sass/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  /* line 35, ../static/sass/bootstrap/scss/_tooltip.scss */
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    /* line 38, ../static/sass/bootstrap/scss/_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: #372f2d; }

/* line 46, ../static/sass/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  /* line 49, ../static/sass/bootstrap/scss/_tooltip.scss */
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    /* line 54, ../static/sass/bootstrap/scss/_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: #372f2d; }

/* line 62, ../static/sass/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  /* line 65, ../static/sass/bootstrap/scss/_tooltip.scss */
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    /* line 68, ../static/sass/bootstrap/scss/_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: #372f2d; }

/* line 76, ../static/sass/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  /* line 79, ../static/sass/bootstrap/scss/_tooltip.scss */
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    /* line 84, ../static/sass/bootstrap/scss/_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: #372f2d; }

/* line 108, ../static/sass/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #372f2d;
  border-radius: 0.25rem; }

/* line 1, ../static/sass/bootstrap/scss/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  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(55, 47, 45, 0.2);
  border-radius: 0.3rem; }
  /* line 20, ../static/sass/bootstrap/scss/_popover.scss */
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    /* line 27, ../static/sass/bootstrap/scss/_popover.scss */
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

/* line 38, ../static/sass/bootstrap/scss/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  /* line 41, ../static/sass/bootstrap/scss/_popover.scss */
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    /* line 44, ../static/sass/bootstrap/scss/_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(55, 47, 45, 0.25); }
    /* line 50, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  /* line 61, ../static/sass/bootstrap/scss/_popover.scss */
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    /* line 67, ../static/sass/bootstrap/scss/_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(55, 47, 45, 0.25); }
    /* line 73, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  /* line 84, ../static/sass/bootstrap/scss/_popover.scss */
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    /* line 87, ../static/sass/bootstrap/scss/_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(55, 47, 45, 0.25); }
    /* line 93, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  /* line 116, ../static/sass/bootstrap/scss/_popover.scss */
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    /* line 122, ../static/sass/bootstrap/scss/_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(55, 47, 45, 0.25); }
    /* line 128, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_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 163, ../static/sass/bootstrap/scss/_popover.scss */
  .popover-header:empty {
    display: none; }

/* line 168, ../static/sass/bootstrap/scss/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #404040; }

/* line 14, ../static/sass/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative; }

/* line 18, ../static/sass/bootstrap/scss/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y; }

/* line 22, ../static/sass/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  /* line 2, ../static/sass/bootstrap/scss/mixins/_clearfix.scss */
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

/* line 29, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_carousel.scss */
    .carousel-item {
      transition: none; } }
/* line 39, ../static/sass/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* line 45, ../static/sass/bootstrap/scss/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

/* line 50, ../static/sass/bootstrap/scss/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

/* line 61, ../static/sass/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

/* line 67, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    /* line 74, ../static/sass/bootstrap/scss/_carousel.scss */
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }
/* line 87, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_carousel.scss */
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  /* line 17, ../static/sass/bootstrap/scss/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, ../static/sass/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0; }

/* line 117, ../static/sass/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0; }

/* line 125, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

/* line 135, ../static/sass/bootstrap/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

/* line 145, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_carousel.scss */
      .carousel-indicators li {
        transition: none; } }
  /* line 177, ../static/sass/bootstrap/scss/_carousel.scss */
  .carousel-indicators .active {
    opacity: 1; }

/* line 187, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_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, ../static/sass/bootstrap/scss/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

/* line 40, ../static/sass/bootstrap/scss/_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 52, ../static/sass/bootstrap/scss/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

/* line 3, ../static/sass/bootstrap/scss/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important; }

/* line 4, ../static/sass/bootstrap/scss/utilities/_align.scss */
.align-top {
  vertical-align: top !important; }

/* line 5, ../static/sass/bootstrap/scss/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important; }

/* line 6, ../static/sass/bootstrap/scss/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important; }

/* line 7, ../static/sass/bootstrap/scss/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important; }

/* line 8, ../static/sass/bootstrap/scss/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_background-variant.scss */
.bg-primary {
  background-color: #7F59CC !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.bg-primary:hover, .bg-primary.btn-secondary:hover, .bg-primary.btn-secondary:focus, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #6339b9 !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #EF4E4E !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.bg-secondary:hover, .bg-secondary.btn-secondary:hover, .bg-secondary.btn-secondary:focus, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #eb1f1f !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_background-variant.scss */
.bg-success {
  background-color: #ABD744 !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.bg-success:hover, .bg-success.btn-secondary:hover, .bg-success.btn-secondary:focus, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #92bf29 !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.bg-info:hover, .bg-info.btn-secondary:hover, .bg-info.btn-secondary:focus, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_background-variant.scss */
.bg-warning {
  background-color: #FAAE36 !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.bg-warning:hover, .bg-warning.btn-secondary:hover, .bg-warning.btn-secondary:focus, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f79a06 !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_background-variant.scss */
.bg-danger {
  background-color: #EF4E4E !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.bg-danger:hover, .bg-danger.btn-secondary:hover, .bg-danger.btn-secondary:focus, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #eb1f1f !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_background-variant.scss */
.bg-light {
  background-color: #F0F4F8 !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.bg-light:hover, .bg-light.btn-secondary:hover, .bg-light.btn-secondary:focus, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cddbe8 !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_background-variant.scss */
.bg-dark {
  background-color: #334E68 !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.bg-dark:hover, .bg-dark.btn-secondary:hover, .bg-dark.btn-secondary:focus, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #223446 !important; }

/* line 13, ../static/sass/bootstrap/scss/utilities/_background.scss */
.bg-white {
  background-color: #fff !important; }

/* line 17, ../static/sass/bootstrap/scss/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important; }

/* line 7, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border {
  border: 1px solid #ECECEC !important; }

/* line 8, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #ECECEC !important; }

/* line 9, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #ECECEC !important; }

/* line 10, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #ECECEC !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #ECECEC !important; }

/* line 13, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-0 {
  border: 0 !important; }

/* line 14, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important; }

/* line 15, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important; }

/* line 16, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* line 17, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important; }

/* line 20, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-primary {
  border-color: #7F59CC !important; }

/* line 20, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-secondary {
  border-color: #EF4E4E !important; }

/* line 20, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-success {
  border-color: #ABD744 !important; }

/* line 20, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important; }

/* line 20, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-warning {
  border-color: #FAAE36 !important; }

/* line 20, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-danger {
  border-color: #EF4E4E !important; }

/* line 20, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-light {
  border-color: #F0F4F8 !important; }

/* line 20, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-dark {
  border-color: #334E68 !important; }

/* line 25, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.border-white {
  border-color: #fff !important; }

/* line 33, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important; }

/* line 37, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important; }

/* line 41, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

/* line 46, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

/* line 51, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 56, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 61, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important; }

/* line 65, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.rounded-xl {
  border-radius: 18px !important; }

/* line 69, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important; }

/* line 73, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important; }

/* line 77, ../static/sass/bootstrap/scss/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important; }

/* line 2, ../static/sass/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
.d-none {
  display: none !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
.d-inline {
  display: inline !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
.d-block {
  display: block !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
.d-table {
  display: table !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
.d-table-row {
  display: table-row !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
.d-flex {
  display: flex !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-sm-none {
    display: none !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-sm-block {
    display: block !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-sm-table {
    display: table !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-md-none {
    display: none !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-md-inline {
    display: inline !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-md-block {
    display: block !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-md-table {
    display: table !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-md-flex {
    display: flex !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-lg-none {
    display: none !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-lg-block {
    display: block !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-lg-table {
    display: table !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-xl-none {
    display: none !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-xl-block {
    display: block !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-xl-table {
    display: table !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  /* line 24, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-print-none {
    display: none !important; }
  /* line 24, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-print-inline {
    display: inline !important; }
  /* line 24, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important; }
  /* line 24, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-print-block {
    display: block !important; }
  /* line 24, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-print-table {
    display: table !important; }
  /* line 24, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important; }
  /* line 24, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important; }
  /* line 24, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-print-flex {
    display: flex !important; }
  /* line 24, ../static/sass/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important; } }

/* line 3, ../static/sass/bootstrap/scss/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 12px; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_embed.scss */
  .embed-responsive::before {
    display: block;
    content: ""; }
  /* line 16, ../static/sass/bootstrap/scss/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 36, ../static/sass/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

/* line 36, ../static/sass/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 36, ../static/sass/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 36, ../static/sass/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important; }

/* line 13, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important; }

/* line 14, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important; }

/* line 16, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important; }

/* line 17, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important; }

/* line 18, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

/* line 19, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important; }

/* line 20, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important; }

/* line 21, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important; }

/* line 22, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important; }

/* line 23, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important; }

/* line 25, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important; }

/* line 26, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important; }

/* line 27, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important; }

/* line 28, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important; }

/* line 29, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important; }

/* line 31, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important; }

/* line 32, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important; }

/* line 33, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-items-center {
  align-items: center !important; }

/* line 34, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important; }

/* line 35, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important; }

/* line 37, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important; }

/* line 38, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important; }

/* line 39, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-content-center {
  align-content: center !important; }

/* line 40, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important; }

/* line 41, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important; }

/* line 42, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important; }

/* line 44, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important; }

/* line 45, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important; }

/* line 46, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important; }

/* line 47, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-self-center {
  align-self: center !important; }

/* line 48, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important; }

/* line 49, ../static/sass/bootstrap/scss/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  /* line 11, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important; }
  /* line 13, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  /* line 17, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  /* line 20, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  /* line 26, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  /* line 27, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important; }
  /* line 28, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important; }
  /* line 29, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important; }
  /* line 32, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important; }
  /* line 33, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important; }
  /* line 35, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important; }
  /* line 38, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important; }
  /* line 39, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important; }
  /* line 41, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important; }
  /* line 42, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important; }
  /* line 44, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important; }
  /* line 45, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important; }
  /* line 46, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important; }
  /* line 47, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important; }
  /* line 48, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important; }
  /* line 49, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  /* line 11, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important; }
  /* line 13, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  /* line 17, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important; }
  /* line 20, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important; }
  /* line 26, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important; }
  /* line 27, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important; }
  /* line 28, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important; }
  /* line 29, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important; }
  /* line 32, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important; }
  /* line 33, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important; }
  /* line 35, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important; }
  /* line 38, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important; }
  /* line 39, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important; }
  /* line 41, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important; }
  /* line 42, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important; }
  /* line 44, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important; }
  /* line 45, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important; }
  /* line 46, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important; }
  /* line 47, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important; }
  /* line 48, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important; }
  /* line 49, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  /* line 11, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important; }
  /* line 13, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  /* line 17, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  /* line 20, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  /* line 26, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  /* line 27, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important; }
  /* line 28, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important; }
  /* line 29, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important; }
  /* line 32, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important; }
  /* line 33, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important; }
  /* line 35, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important; }
  /* line 38, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important; }
  /* line 39, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important; }
  /* line 41, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important; }
  /* line 42, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important; }
  /* line 44, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important; }
  /* line 45, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important; }
  /* line 46, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important; }
  /* line 47, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important; }
  /* line 48, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important; }
  /* line 49, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  /* line 11, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important; }
  /* line 13, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  /* line 17, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  /* line 20, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  /* line 26, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  /* line 27, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important; }
  /* line 28, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important; }
  /* line 29, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important; }
  /* line 32, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important; }
  /* line 33, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important; }
  /* line 35, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important; }
  /* line 38, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important; }
  /* line 39, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important; }
  /* line 41, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important; }
  /* line 42, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important; }
  /* line 44, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important; }
  /* line 45, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important; }
  /* line 46, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important; }
  /* line 47, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important; }
  /* line 48, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important; }
  /* line 49, ../static/sass/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important; } }

/* line 7, ../static/sass/bootstrap/scss/utilities/_float.scss */
.float-left {
  float: left !important; }

/* line 8, ../static/sass/bootstrap/scss/utilities/_float.scss */
.float-right {
  float: right !important; }

/* line 9, ../static/sass/bootstrap/scss/utilities/_float.scss */
.float-none {
  float: none !important; }

@media (min-width: 576px) {
  /* line 7, ../static/sass/bootstrap/scss/utilities/_float.scss */
  .float-sm-left {
    float: left !important; }
  /* line 8, ../static/sass/bootstrap/scss/utilities/_float.scss */
  .float-sm-right {
    float: right !important; }
  /* line 9, ../static/sass/bootstrap/scss/utilities/_float.scss */
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  /* line 7, ../static/sass/bootstrap/scss/utilities/_float.scss */
  .float-md-left {
    float: left !important; }
  /* line 8, ../static/sass/bootstrap/scss/utilities/_float.scss */
  .float-md-right {
    float: right !important; }
  /* line 9, ../static/sass/bootstrap/scss/utilities/_float.scss */
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  /* line 7, ../static/sass/bootstrap/scss/utilities/_float.scss */
  .float-lg-left {
    float: left !important; }
  /* line 8, ../static/sass/bootstrap/scss/utilities/_float.scss */
  .float-lg-right {
    float: right !important; }
  /* line 9, ../static/sass/bootstrap/scss/utilities/_float.scss */
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  /* line 7, ../static/sass/bootstrap/scss/utilities/_float.scss */
  .float-xl-left {
    float: left !important; }
  /* line 8, ../static/sass/bootstrap/scss/utilities/_float.scss */
  .float-xl-right {
    float: right !important; }
  /* line 9, ../static/sass/bootstrap/scss/utilities/_float.scss */
  .float-xl-none {
    float: none !important; } }

/* line 4, ../static/sass/bootstrap/scss/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important; }

/* line 4, ../static/sass/bootstrap/scss/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important; }

/* line 5, ../static/sass/bootstrap/scss/utilities/_position.scss */
.position-static {
  position: static !important; }

/* line 5, ../static/sass/bootstrap/scss/utilities/_position.scss */
.position-relative {
  position: relative !important; }

/* line 5, ../static/sass/bootstrap/scss/utilities/_position.scss */
.position-absolute {
  position: absolute !important; }

/* line 5, ../static/sass/bootstrap/scss/utilities/_position.scss */
.position-fixed {
  position: fixed !important; }

/* line 5, ../static/sass/bootstrap/scss/utilities/_position.scss */
.position-sticky {
  position: sticky !important; }

/* line 10, ../static/sass/bootstrap/scss/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 18, ../static/sass/bootstrap/scss/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  /* line 26, ../static/sass/bootstrap/scss/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

/* line 5, ../static/sass/bootstrap/scss/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 24, ../static/sass/bootstrap/scss/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, ../static/sass/bootstrap/scss/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(55, 47, 45, 0.075) !important; }

/* line 4, ../static/sass/bootstrap/scss/utilities/_shadows.scss */
.shadow {
  box-shadow: 0px 4px 30px 0px rgba(55, 47, 45, 0.15) !important; }

/* line 5, ../static/sass/bootstrap/scss/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(55, 47, 45, 0.175) !important; }

/* line 6, ../static/sass/bootstrap/scss/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important; }

/* line 7, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.w-25 {
  width: 25% !important; }

/* line 7, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.w-50 {
  width: 50% !important; }

/* line 7, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.w-75 {
  width: 75% !important; }

/* line 7, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.w-100 {
  width: 100% !important; }

/* line 7, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.w-auto {
  width: auto !important; }

/* line 7, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.h-25 {
  height: 25% !important; }

/* line 7, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.h-50 {
  height: 50% !important; }

/* line 7, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.h-75 {
  height: 75% !important; }

/* line 7, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.h-100 {
  height: 100% !important; }

/* line 7, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.h-auto {
  height: auto !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important; }

/* line 16, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important; }

/* line 17, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important; }

/* line 19, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important; }

/* line 20, ../static/sass/bootstrap/scss/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important; }

/* line 6, ../static/sass/bootstrap/scss/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 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important; }

/* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important; }

/* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

/* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

/* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

/* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

/* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

/* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

/* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

/* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important; }

/* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

/* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

/* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

/* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

/* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

/* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important; }

/* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

/* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

/* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important; }

/* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important; }

/* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

/* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

/* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

/* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

/* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

/* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

/* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

/* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important; }

/* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important; }

/* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

/* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

/* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

/* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

/* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important; }

/* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important; }

/* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

/* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important; }

/* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important; }

/* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

/* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

/* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

/* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

/* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important; }

/* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

/* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

/* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

/* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

/* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important; }

/* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

/* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

/* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

/* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

/* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important; }

/* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

/* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

/* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

/* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

/* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important; }

/* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

/* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

/* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

/* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

/* line 47, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.m-auto {
  margin: auto !important; }

/* line 48, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important; }

/* line 51, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important; }

/* line 54, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

/* line 57, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  /* line 47, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important; }
  /* line 48, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  /* line 51, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  /* line 54, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  /* line 57, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  /* line 47, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important; }
  /* line 48, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  /* line 51, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  /* line 54, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  /* line 57, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  /* line 47, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important; }
  /* line 48, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  /* line 51, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  /* line 54, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  /* line 57, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  /* line 11, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important; }
  /* line 12, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  /* line 15, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  /* line 18, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  /* line 21, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  /* line 30, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important; }
  /* line 31, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  /* line 34, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  /* line 37, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  /* line 40, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  /* line 47, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important; }
  /* line 48, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  /* line 51, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  /* line 54, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  /* line 57, ../static/sass/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/* line 7, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-justify {
  text-align: justify !important; }

/* line 12, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-wrap {
  white-space: normal !important; }

/* line 13, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important; }

/* line 14, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 22, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-left {
  text-align: left !important; }

/* line 23, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-right {
  text-align: right !important; }

/* line 24, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  /* line 22, ../static/sass/bootstrap/scss/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important; }
  /* line 23, ../static/sass/bootstrap/scss/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important; }
  /* line 24, ../static/sass/bootstrap/scss/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  /* line 22, ../static/sass/bootstrap/scss/utilities/_text.scss */
  .text-md-left {
    text-align: left !important; }
  /* line 23, ../static/sass/bootstrap/scss/utilities/_text.scss */
  .text-md-right {
    text-align: right !important; }
  /* line 24, ../static/sass/bootstrap/scss/utilities/_text.scss */
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  /* line 22, ../static/sass/bootstrap/scss/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important; }
  /* line 23, ../static/sass/bootstrap/scss/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important; }
  /* line 24, ../static/sass/bootstrap/scss/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  /* line 22, ../static/sass/bootstrap/scss/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important; }
  /* line 23, ../static/sass/bootstrap/scss/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important; }
  /* line 24, ../static/sass/bootstrap/scss/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important; } }

/* line 30, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 31, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 32, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 36, ../static/sass/bootstrap/scss/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important; }

/* line 37, ../static/sass/bootstrap/scss/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important; }

/* line 38, ../static/sass/bootstrap/scss/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 39, ../static/sass/bootstrap/scss/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important; }

/* line 40, ../static/sass/bootstrap/scss/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important; }

/* line 41, ../static/sass/bootstrap/scss/utilities/_text.scss */
.font-italic {
  font-style: italic !important; }

/* line 45, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-white {
  color: #fff !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_text-emphasis.scss */
.text-primary {
  color: #7F59CC !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.text-primary:hover, .text-primary.btn-secondary:hover, .text-primary.btn-secondary:focus, a.text-primary:focus {
  color: #5933a6 !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_text-emphasis.scss */
.text-secondary {
  color: #EF4E4E !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.text-secondary:hover, .text-secondary.btn-secondary:hover, .text-secondary.btn-secondary:focus, a.text-secondary:focus {
  color: #dd1414 !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_text-emphasis.scss */
.text-success {
  color: #ABD744 !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.text-success:hover, .text-success.btn-secondary:hover, .text-success.btn-secondary:focus, a.text-success:focus {
  color: #82aa24 !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.text-info:hover, .text-info.btn-secondary:hover, .text-info.btn-secondary:focus, a.text-info:focus {
  color: #0f6674 !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_text-emphasis.scss */
.text-warning {
  color: #FAAE36 !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.text-warning:hover, .text-warning.btn-secondary:hover, .text-warning.btn-secondary:focus, a.text-warning:focus {
  color: #de8a06 !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_text-emphasis.scss */
.text-danger {
  color: #EF4E4E !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.text-danger:hover, .text-danger.btn-secondary:hover, .text-danger.btn-secondary:focus, a.text-danger:focus {
  color: #dd1414 !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_text-emphasis.scss */
.text-light {
  color: #F0F4F8 !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.text-light:hover, .text-light.btn-secondary:hover, .text-light.btn-secondary:focus, a.text-light:focus {
  color: #bccee0 !important; }

/* line 6, ../static/sass/bootstrap/scss/mixins/_text-emphasis.scss */
.text-dark {
  color: #334E68 !important; }

/* line 17, ../static/sass/bootstrap/scss/mixins/_hover.scss */
a.text-dark:hover, .text-dark.btn-secondary:hover, .text-dark.btn-secondary:focus, a.text-dark:focus {
  color: #1a2835 !important; }

/* line 51, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-body {
  color: #404040 !important; }

/* line 52, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-muted {
  color: #929292 !important; }

/* line 54, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-black-50 {
  color: rgba(55, 47, 45, 0.5) !important; }

/* line 55, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 59, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 63, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important; }

/* line 65, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

/* line 72, ../static/sass/bootstrap/scss/utilities/_text.scss */
.text-reset {
  color: inherit !important; }

/* line 7, ../static/sass/bootstrap/scss/utilities/_visibility.scss */
.visible {
  visibility: visible !important; }

/* line 11, ../static/sass/bootstrap/scss/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important; }

@media print {
  /* line 13, ../static/sass/bootstrap/scss/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  /* line 24, ../static/sass/bootstrap/scss/_print.scss */
  a:not(.btn) {
    text-decoration: underline; }
  /* line 34, ../static/sass/bootstrap/scss/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  /* line 49, ../static/sass/bootstrap/scss/_print.scss */
  pre {
    white-space: pre-wrap !important; }
  /* line 52, ../static/sass/bootstrap/scss/_print.scss */
  pre,
  blockquote {
    border: 1px solid #829AB1;
    page-break-inside: avoid; }
  /* line 63, ../static/sass/bootstrap/scss/_print.scss */
  thead {
    display: table-header-group; }
  /* line 67, ../static/sass/bootstrap/scss/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }
  /* line 72, ../static/sass/bootstrap/scss/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  /* line 79, ../static/sass/bootstrap/scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  /* line 92, ../static/sass/bootstrap/scss/_print.scss */
  body {
    min-width: 992px !important; }
  /* line 95, ../static/sass/bootstrap/scss/_print.scss */
  .container {
    min-width: 992px !important; }
  /* line 100, ../static/sass/bootstrap/scss/_print.scss */
  .navbar {
    display: none; }
  /* line 103, ../static/sass/bootstrap/scss/_print.scss */
  .badge {
    border: 1px solid #372f2d; }
  /* line 107, ../static/sass/bootstrap/scss/_print.scss */
  .table {
    border-collapse: collapse !important; }
    /* line 110, ../static/sass/bootstrap/scss/_print.scss */
    .table td,
    .table th {
      background-color: #fff !important; }
  /* line 117, ../static/sass/bootstrap/scss/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #BCCCDC !important; }
  /* line 123, ../static/sass/bootstrap/scss/_print.scss */
  .table-dark {
    color: inherit; }
    /* line 126, ../static/sass/bootstrap/scss/_print.scss */
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #ECECEC; }
  /* line 134, ../static/sass/bootstrap/scss/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #ECECEC; } }

/* line 1, ../static/sass/components/scss/_colors.scss */
.white {
  color: #fff !important; }

/* line 3, ../static/sass/components/scss/_colors.scss */
.gray-100,
.text-light {
  color: #F0F4F8 !important; }

/* line 5, ../static/sass/components/scss/_colors.scss */
.gray-200 {
  color: #ECECEC !important; }

/* line 6, ../static/sass/components/scss/_colors.scss */
.gray-300 {
  color: #BCCCDC !important; }

/* line 7, ../static/sass/components/scss/_colors.scss */
.gray-400 {
  color: #9FB3C8 !important; }

/* line 8, ../static/sass/components/scss/_colors.scss */
.gray-444 {
  color: #444 !important; }

/* line 9, ../static/sass/components/scss/_colors.scss */
.gray-500,
.text-muted {
  color: #829AB1 !important; }

/* line 11, ../static/sass/components/scss/_colors.scss */
.gray-600 {
  color: #929292 !important; }

/* line 12, ../static/sass/components/scss/_colors.scss */
.text-body,
.gray-700 {
  color: #6d6e6f !important; }

/* line 14, ../static/sass/components/scss/_colors.scss */
.gray-800 {
  color: #334E68 !important; }

/* line 15, ../static/sass/components/scss/_colors.scss */
.gray,
.text-gray,
.text-dark,
.gray-900 {
  color: #404040 !important; }

/* line 20, ../static/sass/components/scss/_colors.scss */
.black {
  color: #372f2d !important; }

/* line 22, ../static/sass/components/scss/_colors.scss */
.primary-100 {
  color: #E5D1FF !important; }

/* line 23, ../static/sass/components/scss/_colors.scss */
.primary-200 {
  color: #CDA7FF !important; }

/* line 24, ../static/sass/components/scss/_colors.scss */
.primary-300 {
  color: #A081D9 !important; }

/* line 25, ../static/sass/components/scss/_colors.scss */
.primary-400 {
  color: #8662C7 !important; }

/* line 26, ../static/sass/components/scss/_colors.scss */
.primary,
.text-primary,
.primary-500 {
  color: #7F59CC !important; }

/* line 29, ../static/sass/components/scss/_colors.scss */
.primary-600 {
  color: #6C45AD !important; }

/* line 30, ../static/sass/components/scss/_colors.scss */
.primary-700 {
  color: #51279B !important; }

/* line 31, ../static/sass/components/scss/_colors.scss */
.primary-800 {
  color: #482789 !important; }

/* line 32, ../static/sass/components/scss/_colors.scss */
.primary-900 {
  color: #34126F !important; }

/* line 33, ../static/sass/components/scss/_colors.scss */
.primary-1000 {
  color: #442E83 !important; }

/* line 35, ../static/sass/components/scss/_colors.scss */
.bg-white {
  background-color: #fff !important; }

/* line 36, ../static/sass/components/scss/_colors.scss */
.bg-primary-100 {
  background-color: #E5D1FF !important;
  color: #404040 !important; }

/* line 37, ../static/sass/components/scss/_colors.scss */
.bg-primary-200 {
  background-color: #CDA7FF !important;
  color: #404040 !important; }

/* line 38, ../static/sass/components/scss/_colors.scss */
.bg-primary-300 {
  background-color: #A081D9 !important; }

/* line 39, ../static/sass/components/scss/_colors.scss */
.bg-primary-400 {
  background-color: #8662C7 !important; }

/* line 40, ../static/sass/components/scss/_colors.scss */
.bg-primary,
.bg-primary-500,
.btn-primary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary,
.btn-secondary [class*=" icon-"],
.btn-secondary [class^="icon-"] {
  background-color: #442E83 !important; }

/* line 43, ../static/sass/components/scss/_colors.scss */
.bg-primary-600 {
  background-color: #6C45AD !important; }

/* line 44, ../static/sass/components/scss/_colors.scss */
.bg-primary-700 {
  background-color: #51279B !important; }

/* line 45, ../static/sass/components/scss/_colors.scss */
.bg-primary-800 {
  background-color: #482789 !important; }

/* line 46, ../static/sass/components/scss/_colors.scss */
.bg-primary-900 {
  background-color: #34126F !important; }

/* line 47, ../static/sass/components/scss/_colors.scss */
.bg-primary-1000 {
  background-color: #442E83 !important; }

/* line 49, ../static/sass/components/scss/_colors.scss */
.secondary-100 {
  color: #FFE3E3 !important; }

/* line 50, ../static/sass/components/scss/_colors.scss */
.secondary-200 {
  color: #FFBDBD !important; }

/* line 51, ../static/sass/components/scss/_colors.scss */
.secondary-300 {
  color: #FF9B9B !important; }

/* line 52, ../static/sass/components/scss/_colors.scss */
.secondary-400 {
  color: #F86A6A !important; }

/* line 53, ../static/sass/components/scss/_colors.scss */
.secondary,
.text-secondary,
.secondary-500 {
  color: #EF4E4E !important; }

/* line 56, ../static/sass/components/scss/_colors.scss */
.secondary-600 {
  color: #E12D39 !important; }

/* line 57, ../static/sass/components/scss/_colors.scss */
.secondary-700 {
  color: #CF1124 !important; }

/* line 58, ../static/sass/components/scss/_colors.scss */
.secondary-800 {
  color: #AB091E !important; }

/* line 59, ../static/sass/components/scss/_colors.scss */
.secondary-900 {
  color: #8A041A !important; }

/* line 61, ../static/sass/components/scss/_colors.scss */
.bg-secondary-100 {
  background-color: #FFE3E3;
  color: #404040 !important; }

/* line 62, ../static/sass/components/scss/_colors.scss */
.bg-secondary-200 {
  background-color: #FFBDBD;
  color: #404040 !important; }

/* line 63, ../static/sass/components/scss/_colors.scss */
.bg-secondary-300 {
  background-color: #FF9B9B;
  color: #404040 !important; }

/* line 64, ../static/sass/components/scss/_colors.scss */
.bg-secondary-400 {
  background-color: #F86A6A !important; }

/* line 65, ../static/sass/components/scss/_colors.scss */
.bg-secondary,
.bg-secondary-500,
.btn-secondary {
  background-color: #7F59CC !important; }

/* line 68, ../static/sass/components/scss/_colors.scss */
.bg-secondary-600 {
  background-color: #E12D39 !important; }

/* line 69, ../static/sass/components/scss/_colors.scss */
.bg-secondary-700 {
  background-color: #CF1124 !important; }

/* line 70, ../static/sass/components/scss/_colors.scss */
.bg-secondary-800 {
  background-color: #AB091E !important; }

/* line 71, ../static/sass/components/scss/_colors.scss */
.bg-secondary-900 {
  background-color: #8A041A !important; }

/* line 73, ../static/sass/components/scss/_colors.scss */
.bg-gray-100 {
  background-color: #F0F4F8;
  color: #404040 !important; }

/* line 74, ../static/sass/components/scss/_colors.scss */
.bg-gray-200 {
  background-color: #ECECEC !important;
  color: #404040; }

/* line 75, ../static/sass/components/scss/_colors.scss */
.bg-gray-300 {
  background-color: #BCCCDC;
  color: #404040; }

/* line 76, ../static/sass/components/scss/_colors.scss */
.bg-gray-400 {
  background-color: #9FB3C8;
  color: #404040; }

/* line 77, ../static/sass/components/scss/_colors.scss */
.bg-gray-500 {
  background-color: #829AB1 !important; }

/* line 78, ../static/sass/components/scss/_colors.scss */
.bg-gray-600 {
  background-color: #929292 !important; }

/* line 79, ../static/sass/components/scss/_colors.scss */
.bg-gray-700 {
  background-color: #6d6e6f !important; }

/* line 80, ../static/sass/components/scss/_colors.scss */
.bg-gray-800 {
  background-color: #334E68 !important; }

/* line 81, ../static/sass/components/scss/_colors.scss */
.bg-gray,
.bg-dark,
.bg-gray-900 {
  background-color: #404040 !important; }

/*Typography*/
/*=======================================================================*/
/*reset*/
/* line 4, ../static/sass/components/scss/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  color: #404040; }

/* line 13, ../static/sass/components/scss/_typography.scss */
.h1 {
  font-size: 2.75rem !important;
  line-height: 3.938rem; }

/* line 17, ../static/sass/components/scss/_typography.scss */
.h2 {
  font-size: 2.25rem !important;
  line-height: 3.125rem; }

/* line 21, ../static/sass/components/scss/_typography.scss */
.h3 {
  font-size: 1.875rem !important;
  line-height: 2.688rem; }

/* line 25, ../static/sass/components/scss/_typography.scss */
.h4 {
  font-size: 1.5rem !important;
  line-height: 2.250rem; }

/* line 29, ../static/sass/components/scss/_typography.scss */
.h5 {
  font-size: 1.25rem;
  line-height: 2rem; }

/* line 33, ../static/sass/components/scss/_typography.scss */
.h6 {
  font-size: 1.125rem;
  line-height: 1.875rem; }

/* line 37, ../static/sass/components/scss/_typography.scss */
.body1 {
  font-size: 1rem;
  line-height: 1.5rem; }

/* line 41, ../static/sass/components/scss/_typography.scss */
.body2 {
  font-size: 0.875rem;
  line-height: 1.375rem; }

/* line 45, ../static/sass/components/scss/_typography.scss */
.caption {
  font-size: 0.75rem;
  line-height: 1.250rem;
  letter-spacing: 0.4px; }

/* line 50, ../static/sass/components/scss/_typography.scss */
.overline {
  font-size: 0.75rem;
  line-height: 1.250rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

/* line 56, ../static/sass/components/scss/_typography.scss */
.small {
  font-size: 0.688rem;
  line-height: 1.125rem;
  letter-spacing: 0.4px; }

/* line 62, ../static/sass/components/scss/_typography.scss */
.section, .d-inline-block {
  color: #EF4E4E;
  font-weight: 700; }

@media (max-width: 991px) {
  /* line 68, ../static/sass/components/scss/_typography.scss */
  .h1 {
    font-size: 2.25rem !important;
    line-height: 3.125rem; }
  /* line 70, ../static/sass/components/scss/_typography.scss */
  .h2 {
    font-size: 1.5rem !important;
    line-height: 1.2rem; } }

/* line 77, ../static/sass/components/scss/_typography.scss */
p {
  font-size: 0.875rem;
  color: #1C1C1C;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.408px; }

/* line 1, ../static/sass/components/scss/_modals.scss */
.modal .modal-header {
  border: none; }

@media (min-width: 576px) {
  /* line 5, ../static/sass/components/scss/_modals.scss */
  .modal.quick_view .modal-dialog,
  .modal.share .modal-dialog,
  .modal.view_allformats .modal-dialog {
    max-width: 1024px; } }

/* line 11, ../static/sass/components/scss/_modals.scss */
.modal.quick_view .product-title {
  font-size: 1.5rem;
  color: #404040; }

/* line 15, ../static/sass/components/scss/_modals.scss */
.modal.quick_view .product-author {
  font-size: 1rem;
  color: #6d6e6f; }

/* line 19, ../static/sass/components/scss/_modals.scss */
.modal.quick_view .product-synopsis {
  font-size: 0.875rem;
  color: gray-700; }

/* line 23, ../static/sass/components/scss/_modals.scss */
.modal.quick_view .product-price {
  font-size: 1.5rem;
  color: #404040;
  font-weight: 700;
  float: right;
  margin-left: 1rem; }

/* line 30, ../static/sass/components/scss/_modals.scss */
.modal.quick_view .product-datasheet {
  font-size: 0.75rem;
  color: #829AB1;
  float: left; }

/* line 35, ../static/sass/components/scss/_modals.scss */
.modal.quick_view .product-datasheet span {
  display: block;
  float: left;
  margin: 0 1rem 0 0; }

@media (min-width: 576px) {
  /* line 42, ../static/sass/components/scss/_modals.scss */
  .modal.quick_view .modal-content, .modal.share .modal-content, .modal.view_allformats .modal-content {
    padding: 2rem 4rem; } }

/* line 47, ../static/sass/components/scss/_modals.scss */
.modal.view_allformats .modal-content {
  color: #6d6e6f; }

/* line 51, ../static/sass/components/scss/_modals.scss */
#loginModal .modal-dialog {
  max-width: 1024px; }

/* line 52, ../static/sass/components/scss/_modals.scss */
#loginModal .modal-dialog .modal-body {
  padding: 2rem 4rem; }

/* line 53, ../static/sass/components/scss/_modals.scss */
#loginModal .modal-dialog .modal-header {
  border-bottom: none; }

/* line 54, ../static/sass/components/scss/_modals.scss */
#loginModal .modal-dialog .modal-header .close {
  font-size: 2.5rem; }

@media (min-width: 576px) {
  /* line 58, ../static/sass/components/scss/_modals.scss */
  .modal-lg .modal-content .modal-header,
  .modal-lg .modal-content .modal-body,
  .modal-lg .modal-content .modal-footer {
    padding: 2rem 4rem; } }

/* line 65, ../static/sass/components/scss/_modals.scss */
#call_modal #button_call {
  height: 38px; }

/* add to cart popup*/
/* line 70, ../static/sass/components/scss/_modals.scss */
.add_to_cart_popup {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

/* line 84, ../static/sass/components/scss/_modals.scss */
.add_to_cart_popup p {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  text-wrap: nowrap; }

/* line 90, ../static/sass/components/scss/_modals.scss */
.add_to_cart_popup button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  padding-bottom: 2px; }

/* line 97, ../static/sass/components/scss/_modals.scss */
.add_to_cart_popup.success,
.add_to_cart_popup.success p {
  background-color: #E5D1FF;
  color: #442E83; }

/* line 103, ../static/sass/components/scss/_modals.scss */
.add_to_cart_popup.fail,
.add_to_cart_popup.fail p,
.add_to_cart_popup.fail svg {
  background-color: #FFDBDB;
  color: #D92F5D; }

/* LINKS */
/* line 2, ../static/sass/components/scss/_generic_styles.scss */
a,
a:hover,
a.btn-secondary:hover,
a.btn-secondary:focus,
a:focus,
a:active {
  text-decoration: none;
  cursor: pointer; }

/* line 10, ../static/sass/components/scss/_generic_styles.scss */
a:hover, a.btn-secondary:hover, a.btn-secondary:focus,
a.active {
  color: #7F59CC !important; }

/* line 15, ../static/sass/components/scss/_generic_styles.scss */
a.underline {
  text-decoration: underline; }

/* line 19, ../static/sass/components/scss/_generic_styles.scss */
a.btn {
  text-decoration: none !important; }

/* line 23, ../static/sass/components/scss/_generic_styles.scss */
a.btn:hover, .btn.btn-secondary:hover, .btn.btn-secondary:focus {
  opacity: 0.7; }

/* line 27, ../static/sass/components/scss/_generic_styles.scss */
a.btn-secondary {
  color: #fff !important; }

/* line 31, ../static/sass/components/scss/_generic_styles.scss */
a.btn-secondary:hover, .btn-secondary:hover, .btn-secondary:focus {
  color: #fff !important; }

/* line 35, ../static/sass/components/scss/_generic_styles.scss */
#stock_notification_link {
  font-size: 0.875rem;
  color: #fff !important;
  width: 100%; }

/* line 41, ../static/sass/components/scss/_generic_styles.scss */
.see-all {
  font-size: 0.875rem;
  display: block;
  color: #6d6e6f; }

@media (min-width: 541px) {
  /* line 48, ../static/sass/components/scss/_generic_styles.scss */
  .see-all {
    float: right; } }

/* line 53, ../static/sass/components/scss/_generic_styles.scss */
.btn.btn-outline-primary.btn-sm.btn-block.btn-icon-r, .btn-group-sm > .btn-outline-primary.btn-block.btn-icon-r.btn {
  padding: 0.5rem 1rem; }

/* line 57, ../static/sass/components/scss/_generic_styles.scss */
.jumbotron {
  border-bottom: 12px solid #E5D1FF;
  margin-bottom: 2rem; }

/* line 62, ../static/sass/components/scss/_generic_styles.scss */
.jumbotron-slider {
  margin-bottom: 2rem; }

/* line 66, ../static/sass/components/scss/_generic_styles.scss */
a.see-all-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.4px;
  text-align: right;
  color: #6d6e6f; }

/* HEADER IMAGES */
/* line 77, ../static/sass/components/scss/_generic_styles.scss */
.header-image-wrapper {
  position: relative;
  margin-top: -15rem;
  padding-top: 15rem; }

/* line 83, ../static/sass/components/scss/_generic_styles.scss */
.header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px; }

/* line 95, ../static/sass/components/scss/_generic_styles.scss */
.product-list-header {
  height: 20rem; }
  /* line 97, ../static/sass/components/scss/_generic_styles.scss */
  .product-list-header img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* line 104, ../static/sass/components/scss/_generic_styles.scss */
.product-list-header-helper {
  height: 8rem; }

@media (min-width: 768px) {
  /* line 109, ../static/sass/components/scss/_generic_styles.scss */
  .product-list-header {
    height: 20rem; }
  /* line 113, ../static/sass/components/scss/_generic_styles.scss */
  .product-list-header-helper {
    height: 8rem; } }

@media (min-width: 991px) {
  /* line 119, ../static/sass/components/scss/_generic_styles.scss */
  .product-list-header {
    height: 23.5rem; }
  /* line 123, ../static/sass/components/scss/_generic_styles.scss */
  .product-list-header-helper {
    height: 11rem; } }

/* CONTAINER SIZE */
/* line 129, ../static/sass/components/scss/_generic_styles.scss */
.container-fluid {
  max-width: 1512px; }

/* BANNER COOKIES */
/* line 134, ../static/sass/components/scss/_generic_styles.scss */
#CookielawBanner {
  font-size: 0.875rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #334E68;
  padding: 1rem;
  color: #fff;
  z-index: 9999; }

/* line 145, ../static/sass/components/scss/_generic_styles.scss */
#CookielawBanner a:hover, #CookielawBanner a.btn-secondary:focus {
  color: #CDA7FF !important; }

@media (min-width: 767px) {
  /* line 150, ../static/sass/components/scss/_generic_styles.scss */
  #CookielawBanner .btn {
    width: 179px;
    margin-left: auto;
    margin-right: 0 !important; } }

/* CART */
/* line 158, ../static/sass/components/scss/_generic_styles.scss */
.cart-list-captions {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  color: #829AB1; }

/* line 164, ../static/sass/components/scss/_generic_styles.scss */
.cart-list-captions div {
  border-bottom: 1px solid #ECECEC; }

/* line 168, ../static/sass/components/scss/_generic_styles.scss */
.cart-total {
  font-size: 1rem;
  background-color: #F0F4F8;
  padding: 1rem;
  color: #6d6e6f; }

/* FORMS BACKGROUNDS */
/* line 176, ../static/sass/components/scss/_generic_styles.scss */
.content-data, .card_club {
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1rem;
  color: #6d6e6f;
  margin-bottom: 2rem; }

/* line 187, ../static/sass/components/scss/_generic_styles.scss */
.content-data.active, .active.card_club {
  background-color: #E5D1FF; }

/* line 191, ../static/sass/components/scss/_generic_styles.scss */
.content-data .title, .card_club .title {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  max-width: 299px;
  line-height: 22px; }

/* line 199, ../static/sass/components/scss/_generic_styles.scss */
.my-account-my-direction-title {
  color: #6d6e6f;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 110% */
  letter-spacing: -0.408px; }

/* line 209, ../static/sass/components/scss/_generic_styles.scss */
.my-account-my-purchases {
  display: grid;
  grid-auto-rows: minmax(136px, 160px);
  justify-content: center;
  grid-column-gap: 4%;
  grid-row-gap: 25px; }
  @media (min-width: 992px) {
    /* line 209, ../static/sass/components/scss/_generic_styles.scss */
    .my-account-my-purchases {
      grid-template-columns: repeat(3, minmax(295px, 444px)); } }
  @media (max-width: 991px) {
    /* line 209, ../static/sass/components/scss/_generic_styles.scss */
    .my-account-my-purchases {
      grid-template-columns: repeat(2, minmax(385px, 444px));
      grid-column-gap: 0; }
      /* line 217, ../static/sass/components/scss/_generic_styles.scss */
      .my-account-my-purchases .row {
        margin: 0 10px; } }
  @media (max-width: 767px) {
    /* line 209, ../static/sass/components/scss/_generic_styles.scss */
    .my-account-my-purchases {
      grid-template-columns: minmax(385px, 444px); }
      /* line 224, ../static/sass/components/scss/_generic_styles.scss */
      .my-account-my-purchases .order-info-order-code {
        font-size: 20px; }
      /* line 228, ../static/sass/components/scss/_generic_styles.scss */
      .my-account-my-purchases .order-info-label,
      .my-account-my-purchases .order-info-content {
        font-size: 14px; } }
  /* line 240, ../static/sass/components/scss/_generic_styles.scss */
  .my-account-my-purchases div.row {
    border-radius: 15px;
    border: 0px; }
  /* line 245, ../static/sass/components/scss/_generic_styles.scss */
  .my-account-my-purchases .icon-status {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center; }
  /* line 253, ../static/sass/components/scss/_generic_styles.scss */
  .my-account-my-purchases .icon-status-complete {
    background-color: #ABD744; }
  /* line 257, ../static/sass/components/scss/_generic_styles.scss */
  .my-account-my-purchases .icon-status-not-complete {
    background-color: #FAAE36; }
  /* line 261, ../static/sass/components/scss/_generic_styles.scss */
  .my-account-my-purchases .order-info {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    /* line 266, ../static/sass/components/scss/_generic_styles.scss */
    .my-account-my-purchases .order-info .order-info-order-code {
      color: #6d6e6f;
      font-family: "Open Sans", sans-serif;
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 22px;
      /* 100% */
      letter-spacing: -0.408px; }
    /* line 276, ../static/sass/components/scss/_generic_styles.scss */
    .my-account-my-purchases .order-info section {
      color: #6d6e6f;
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      font-style: normal; }
    /* line 283, ../static/sass/components/scss/_generic_styles.scss */
    .my-account-my-purchases .order-info .order-info-label {
      font-weight: 600; }
    /* line 287, ../static/sass/components/scss/_generic_styles.scss */
    .my-account-my-purchases .order-info .order-info-content {
      font-weight: 400; }
    /* line 291, ../static/sass/components/scss/_generic_styles.scss */
    .my-account-my-purchases .order-info .order-info-status {
      font-weight: 700; }

@media (max-width: 767px) {
  /* line 298, ../static/sass/components/scss/_generic_styles.scss */
  .content-data .title, .card_club .title {
    max-width: 100%; }
  /* line 302, ../static/sass/components/scss/_generic_styles.scss */
  .my-account-direction-address p span.title {
    margin-top: 8%; }
  /* line 306, ../static/sass/components/scss/_generic_styles.scss */
  .my-account-my-direction-fullname {
    margin-top: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 312, ../static/sass/components/scss/_generic_styles.scss */
  .my-account-my-favorites-row {
    align-items: center; } }

/* line 317, ../static/sass/components/scss/_generic_styles.scss */
.content-data .address_info, .card_club .address_info {
  color: #7F59CC;
  font-size: 0.75rem;
  font-weight: 700; }

@media (max-width: 992px) {
  /* line 324, ../static/sass/components/scss/_generic_styles.scss */
  #order_summary .content-data, #order_summary .card_club {
    padding: 2rem;
    font-size: 0.9rem; } }

/* FORM ERRORS */
/* line 331, ../static/sass/components/scss/_generic_styles.scss */
.content-data.success, .success.card_club {
  background-color: #F0FCF9; }

/* line 335, ../static/sass/components/scss/_generic_styles.scss */
.content-data.warning, .warning.card_club {
  background-color: #FFFBEA; }

/* line 339, ../static/sass/components/scss/_generic_styles.scss */
.content-data.danger, .danger.card_club {
  background-color: #FFE3E3; }

/* TABLES */
/* line 344, ../static/sass/components/scss/_generic_styles.scss */
#table_cart td,
#table_cart th {
  border-color: #fff; }

/* line 349, ../static/sass/components/scss/_generic_styles.scss */
#table_cart thead th {
  color: #829AB1;
  font-size: 0.875rem;
  font-weight: 400; }

/* line 355, ../static/sass/components/scss/_generic_styles.scss */
table#videos_list {
  margin-bottom: 0; }

/* line 359, ../static/sass/components/scss/_generic_styles.scss */
table#videos_list tr.chapter-link {
  background-color: #E5D1FF;
  font-size: 0.875rem;
  color: #51279B;
  border-bottom: 1rem solid #fff; }

/* line 366, ../static/sass/components/scss/_generic_styles.scss */
table#videos_list tr.chapter-link th {
  position: relative;
  padding: 1rem 2rem 1rem 3rem;
  font-weight: 400; }

/* line 372, ../static/sass/components/scss/_generic_styles.scss */
table#videos_list tr.chapter-link th:before {
  position: absolute;
  font-family: 'icomoon';
  top: 1.2rem;
  left: 1rem;
  font-size: 0.688rem;
  content: "\e94a";
  color: #CDA7FF; }

/* line 382, ../static/sass/components/scss/_generic_styles.scss */
table#videos_list tr.chapter-link.active {
  background-color: #F0F4F8; }

/* line 386, ../static/sass/components/scss/_generic_styles.scss */
table#videos_list tr.chapter-link.active th:before {
  color: #51279B; }

/* line 390, ../static/sass/components/scss/_generic_styles.scss */
table#videos_list .icon-lock {
  display: block;
  float: right;
  color: #CDA7FF; }

/* line 396, ../static/sass/components/scss/_generic_styles.scss */
table#videos_list a {
  color: #51279B; }

/* line 400, ../static/sass/components/scss/_generic_styles.scss */
.content-data table th, .card_club table th,
.content-data table td,
.card_club table td {
  color: #6d6e6f; }

/* line 405, ../static/sass/components/scss/_generic_styles.scss */
#recent_orders .table th,
#recent_orders .table td {
  border-top: 1px solid #ECECEC; }

/* line 410, ../static/sass/components/scss/_generic_styles.scss */
#recent_orders .table thead th {
  border-top: 2px solid #ECECEC !important; }

/* line 414, ../static/sass/components/scss/_generic_styles.scss */
#recent_orders .table td {
  border-top: 1px solid #ECECEC; }

/* line 418, ../static/sass/components/scss/_generic_styles.scss */
#recent_orders .table tbody + tbody {
  border-top: 2px #ECECEC; }

/* line 422, ../static/sass/components/scss/_generic_styles.scss */
.content-data h3, .card_club h3 {
  color: #6d6e6f;
  font-weight: 700;
  margin-left: 0.75rem;
  margin-bottom: 0.75rem; }

/* line 429, ../static/sass/components/scss/_generic_styles.scss */
#bill_address.form-control,
#ship_address.form-control {
  color: #442E83; }

/* VIDEO PLAYER */
/* line 435, ../static/sass/components/scss/_generic_styles.scss */
.video-js.video-js-custom-theme .vjs-big-play-button {
  font-size: 7.5em;
  line-height: 1.24em;
  height: 1.2em;
  width: 1.2em;
  border: none;
  border-radius: 1em;
  left: 50%;
  top: 50%;
  margin-left: -0.65em;
  margin-top: -0.65em; }

/* AVATAR */
/* line 449, ../static/sass/components/scss/_generic_styles.scss */
.avatar-sm {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 1rem;
  border: 1px solid #F0F4F8; }

/* line 457, ../static/sass/components/scss/_generic_styles.scss */
.avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 2rem;
  border: 1px solid #F0F4F8; }

/* line 465, ../static/sass/components/scss/_generic_styles.scss */
.avatar-lg {
  width: 4rem;
  height: 4rem;
  border-radius: 50%; }

/* line 472, ../static/sass/components/scss/_generic_styles.scss */
.avatar-xl {
  width: 7rem;
  height: 7rem;
  border-radius: 5rem; }

/* line 479, ../static/sass/components/scss/_generic_styles.scss */
.avatar-xxl {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 6rem;
  border: 1px solid #F0F4F8; }

/* line 486, ../static/sass/components/scss/_generic_styles.scss */
#formRegister #change_avatar {
  position: static; }

/* line 490, ../static/sass/components/scss/_generic_styles.scss */
#change_avatar,
#avatar-custom-delete {
  cursor: pointer;
  position: relative;
  top: 4.8rem;
  left: -2rem;
  height: 33px;
  width: 33px; }

@media (max-width: 469px) {
  /* line 501, ../static/sass/components/scss/_generic_styles.scss */
  #comment_form img.avatar-xl {
    width: 3rem !important;
    height: 3rem !important; } }

/* FORMS */
/* line 509, ../static/sass/components/scss/_generic_styles.scss */
label {
  font-size: 0.75rem;
  color: #7F59CC;
  margin-bottom: 0;
  padding-left: 0.5rem; }

/* line 516, ../static/sass/components/scss/_generic_styles.scss */
.btn.form-control {
  border-color: inherit !important; }

/* line 520, ../static/sass/components/scss/_generic_styles.scss */
.form-control:focus {
  border: 2px solid #CDA7FF !important;
  box-shadow: none; }

/* line 525, ../static/sass/components/scss/_generic_styles.scss */
.select2-container .select2-choice {
  height: 34px;
  padding: 4px 0px 0px 8px; }

/* line 530, ../static/sass/components/scss/_generic_styles.scss */
.select2-container {
  padding: 0; }

/* line 534, ../static/sass/components/scss/_generic_styles.scss */
.legal-check {
  font-size: 0.875rem;
  color: #6d6e6f; }

/* line 539, ../static/sass/components/scss/_generic_styles.scss */
.legal-check a {
  text-decoration: underline;
  color: #7F59CC; }

/* line 544, ../static/sass/components/scss/_generic_styles.scss */
.form-check-label {
  padding-left: 0rem; }

/* line 548, ../static/sass/components/scss/_generic_styles.scss */
.content-body1 {
  font-size: 1rem; }

/* line 552, ../static/sass/components/scss/_generic_styles.scss */
.content-body1 a {
  color: inherit;
  text-decoration: underline; }

/* line 557, ../static/sass/components/scss/_generic_styles.scss */
.custom-select {
  border: 1px solid #9FB3C8 !important;
  font-size: 12px !important;
  color: #6d6e6f !important;
  padding: 6px 8px !important;
  background: none !important; }

/* line 565, ../static/sass/components/scss/_generic_styles.scss */
.custom-select:after {
  position: absolute;
  font-family: 'icomoon';
  top: 2px;
  right: 6px;
  content: "\e935";
  color: #6d6e6f;
  font-size: 1.125rem; }

/* line 575, ../static/sass/components/scss/_generic_styles.scss */
.dropdown-order {
  position: relative;
  bottom: 8px;
  padding: 0 2em;
  border-radius: 40px;
  background-color: #E5D1FF; }

/* line 583, ../static/sass/components/scss/_generic_styles.scss */
.dropdown-order a {
  font-size: 0.875rem;
  color: #442E83;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0; }

/* line 591, ../static/sass/components/scss/_generic_styles.scss */
.dropdown-order a span {
  position: relative;
  top: 2px;
  margin-left: 10px;
  color: #442E83;
  font-size: 1.2rem;
  font-weight: 700; }

/* line 600, ../static/sass/components/scss/_generic_styles.scss */
.dropdown-order .dropdown-menu {
  width: 100%;
  box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border: none; }

/* line 606, ../static/sass/components/scss/_generic_styles.scss */
.dropdown-order .dropdown-menu .dropdown-item {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px; }

/* line 613, ../static/sass/components/scss/_generic_styles.scss */
.divider {
  border-bottom: 1px solid #ECECEC;
  margin-top: 4px;
  margin-bottom: 4px; }

/* line 619, ../static/sass/components/scss/_generic_styles.scss */
.error_form {
  color: #EF4E4E;
  font-size: 0.875rem;
  padding: 0.5rem 0 0 1rem; }

/* line 625, ../static/sass/components/scss/_generic_styles.scss */
.errorlist {
  color: #EF4E4E;
  font-size: 0.875rem;
  padding: 0.5rem 0 0 1rem;
  list-style-type: none; }

/* line 632, ../static/sass/components/scss/_generic_styles.scss */
.order_views {
  text-align: right; }

@media (max-width: 767px) {
  /* line 637, ../static/sass/components/scss/_generic_styles.scss */
  .order_views {
    text-align: left;
    margin-top: 1em; } }

/* line 643, ../static/sass/components/scss/_generic_styles.scss */
label[for=image-clear_id] {
  display: inline-block !important; }

/* line 647, ../static/sass/components/scss/_generic_styles.scss */
.tab-pane#ebooks-content form,
.tab-pane#books-content form,
.tab-pane#courses-content form,
.tab-pane#audiobooks-content form {
  width: 100%;
  position: relative; }

/* line 655, ../static/sass/components/scss/_generic_styles.scss */
.email#button-addon2 {
  background-color: #D9E2EC;
  border: none;
  height: 40px;
  /*position: absolute; top: 0; right: 0;*/ }

/* Home */
/*=======================================================================*/
/* line 665, ../static/sass/components/scss/_generic_styles.scss */
.home-title-container-section {
  font-size: 1.25rem;
  color: #442E83; }

/* line 670, ../static/sass/components/scss/_generic_styles.scss */
.navbar-home {
  backdrop-filter: blur(15px); }

/*Product detail / .product-detail*/
/*=======================================================================*/
/* line 676, ../static/sass/components/scss/_generic_styles.scss */
.product-detail .product-title {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */ }

/* line 692, ../static/sass/components/scss/_generic_styles.scss */
.pack-detail .product-title {
  font-size: clamp(15px, 2.7vw, 36px); }

/* line 696, ../static/sass/components/scss/_generic_styles.scss */
.pack-detail .product-datasheet.product-detail-icons {
  font-size: 0.75rem;
  font-family: 'Oxygen',sans-serif;
  letter-spacing: 0.4px;
  font-weight: 400;
  padding-top: 0.5rem;
  background-color: #E5D1FF;
  color: #442E83;
  line-height: 1rem;
  white-space: inherit !important;
  border-radius: 20px;
  margin: 0;
  margin-top: 0.6rem; }

/* line 711, ../static/sass/components/scss/_generic_styles.scss */
.pack-detail .product-detail-icons {
  flex-wrap: wrap; }

@media (min-width: 992px) {
  /* line 717, ../static/sass/components/scss/_generic_styles.scss */
  .pack-detail .product-datasheet.product-detail-icons {
    padding-top: 1.5rem;
    margin-top: 0; } }

/* line 723, ../static/sass/components/scss/_generic_styles.scss */
.product-detail .product-original-title {
  font-size: 1.25rem;
  color: #829AB1; }

/* line 728, ../static/sass/components/scss/_generic_styles.scss */
.product-detail .product-subtitle {
  font-size: 1.125rem;
  color: #404040; }

/* line 733, ../static/sass/components/scss/_generic_styles.scss */
.product-detail .product-author {
  margin: 24px 0;
  display: flex;
  width: 100%;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  /* 24px */ }

/* line 750, ../static/sass/components/scss/_generic_styles.scss */
.exclusive-product-detail .product-title {
  font-size: 2.25rem;
  color: #fff; }

/* line 755, ../static/sass/components/scss/_generic_styles.scss */
.exclusive-product-detail .product-subtitle {
  font-size: 1.125rem;
  color: #fff; }

/* line 760, ../static/sass/components/scss/_generic_styles.scss */
.exclusive-product-detail .product-synopsis {
  height: 14rem;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/* line 767, ../static/sass/components/scss/_generic_styles.scss */
.exclusive-product-detail.product-detail .product-synopsis p, .exclusive-product-detail.product-detail .product-synopsis .truncate p {
  color: #FFF; }

/* line 772, ../static/sass/components/scss/_generic_styles.scss */
.exclusive-product-detail .ti {
  font-size: 2rem; }

/* line 777, ../static/sass/components/scss/_generic_styles.scss */
.product-detail .product-synopsis {
  width: 100%;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */ }

/* line 788, ../static/sass/components/scss/_generic_styles.scss */
.product-detail .product-members {
  font-size: 1rem;
  font-family: 'Oxygen', sans-serif;
  letter-spacing: 0.4px;
  color: #fff; }

/* line 795, ../static/sass/components/scss/_generic_styles.scss */
.product-members [class*=" icon-"],
.product-members [class^="icon-"] {
  font-size: 0.875rem;
  color: #829AB1; }

@media (max-width: 767px) {
  /* line 803, ../static/sass/components/scss/_generic_styles.scss */
  .product-detail .product-title {
    margin-top: 2rem;
    color: #442E83;
    font-size: 1.25rem;
    text-align: center;
    height: 0; }
  /* line 811, ../static/sass/components/scss/_generic_styles.scss */
  .product-detail .product-author {
    color: #1C1C1C;
    font-size: 0.875rem;
    text-align: center;
    height: 30px;
    margin-bottom: 0.25rem; }
  /* line 819, ../static/sass/components/scss/_generic_styles.scss */
  .product-detail .product-members {
    color: #442E83;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  /* line 828, ../static/sass/components/scss/_generic_styles.scss */
  .exclusive-product-detail .product-title {
    font-size: 1.25rem;
    color: #fff;
    text-align: left;
    height: 30px;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  /* line 837, ../static/sass/components/scss/_generic_styles.scss */
  .exclusive-product-detail .product-synopsis {
    height: 8rem; }
  /* line 841, ../static/sass/components/scss/_generic_styles.scss */
  .exclusive-product-detail .product-synopsis p {
    font-size: 12px; }
  /* line 845, ../static/sass/components/scss/_generic_styles.scss */
  .exclusive-product-detail .ti {
    font-size: 1.5rem; } }

@media (min-width: 768px) and (max-width: 981px) {
  /* line 851, ../static/sass/components/scss/_generic_styles.scss */
  .product-detail .product-title {
    font-size: 24px; } }

/* line 857, ../static/sass/components/scss/_generic_styles.scss */
.product-datasheet,
.product-datasheet [class*=" icon-"],
.product-datasheet [class^="icon-"] {
  font-size: 0.875rem;
  color: #fff;
  text-wrap: nowrap; }

@media (max-width: 767px) {
  /* line 866, ../static/sass/components/scss/_generic_styles.scss */
  .product-datasheet,
  .product-datasheet [class*=" icon-"],
  .product-datasheet [class^="icon-"] {
    font-size: 0.65rem; } }

/* line 873, ../static/sass/components/scss/_generic_styles.scss */
.product-datasheet > div {
  margin: 0.5rem 0; }

/* line 877, ../static/sass/components/scss/_generic_styles.scss */
.product-detail .title {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem; }

/* line 883, ../static/sass/components/scss/_generic_styles.scss */
.product-all-formats {
  background-color: #F0F4F8;
  padding: 2.5rem;
  font-size: 0.875rem;
  color: #829AB1; }

/* line 890, ../static/sass/components/scss/_generic_styles.scss */
.product-all-formats.video {
  height: 100%; }

/* line 894, ../static/sass/components/scss/_generic_styles.scss */
.format-active .product-format {
  font-size: 1.25rem;
  color: #7F59CC;
  font-weight: 700; }

/* line 900, ../static/sass/components/scss/_generic_styles.scss */
.format-active .product-price {
  font-size: 1.25rem;
  color: #7F59CC;
  font-weight: 700; }

/* line 906, ../static/sass/components/scss/_generic_styles.scss */
.format-active .product-old-price {
  font-size: 1rem;
  color: #DE4D3B;
  text-decoration: line-through; }

/* line 912, ../static/sass/components/scss/_generic_styles.scss */
.format-active .product-discount {
  font-size: 1rem;
  color: #EF4E4E;
  margin-left: 1rem; }

/* line 918, ../static/sass/components/scss/_generic_styles.scss */
.product-all-formats a {
  color: #7F59CC; }

/* line 922, ../static/sass/components/scss/_generic_styles.scss */
.product-all-formats [class*=" icon-"],
.product-all-formats [class^="icon-"] {
  font-size: 1rem;
  color: #7F59CC; }

/* line 928, ../static/sass/components/scss/_generic_styles.scss */
.btn-icon.view {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 99;
  padding: 0.3rem 0.2rem; }

/* line 941, ../static/sass/components/scss/_generic_styles.scss */
.btn-icon.view span {
  font-size: 1.5rem;
  color: #fff; }

/* line 946, ../static/sass/components/scss/_generic_styles.scss */
.author-detail {
  font-size: 1rem;
  color: #829AB1; }

/* line 951, ../static/sass/components/scss/_generic_styles.scss */
.author-detail .title,
.videos_list {
  color: #442E83;
  font-weight: 700;
  margin-bottom: 1rem; }

/* line 958, ../static/sass/components/scss/_generic_styles.scss */
.author-detail .product-author {
  font-size: 0.875rem;
  color: #442E83;
  font-weight: 700; }

/* line 964, ../static/sass/components/scss/_generic_styles.scss */
.author-detail .author-profession {
  font-size: 0.75rem;
  font-family: 'Oxygen', sans-serif;
  letter-spacing: 0.4px;
  color: #829AB1; }

/* line 971, ../static/sass/components/scss/_generic_styles.scss */
.author-detail .author-description {
  font-size: 0.875rem; }

/* line 975, ../static/sass/components/scss/_generic_styles.scss */
.product-rating {
  font-size: 0.688rem;
  letter-spacing: 0.4px;
  color: #6d6e6f; }

/* line 981, ../static/sass/components/scss/_generic_styles.scss */
.product-rating img {
  width: 21.914px;
  height: 21.838px;
  flex-shrink: 0; }

/* line 987, ../static/sass/components/scss/_generic_styles.scss */
.product-type .preview,
.product-detail .preview {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  justify-content: left;
  align-items: center; }

/* line 995, ../static/sass/components/scss/_generic_styles.scss */
.preview {
  display: flex;
  justify-content: space-around; }

/* line 1000, ../static/sass/components/scss/_generic_styles.scss */
.preview .btn-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #E5D1FF;
  border-radius: 50%;
  margin-right: 12px; }

/* line 1009, ../static/sass/components/scss/_generic_styles.scss */
.preview .btn-icon span {
  font-size: 1.5rem;
  color: #442E83; }

/* line 1014, ../static/sass/components/scss/_generic_styles.scss */
.preview a {
  color: #442E83; }

/* line 1018, ../static/sass/components/scss/_generic_styles.scss */
.preview .btn-icon:hover, .preview .btn-icon.btn-secondary:focus {
  background-color: #E5D1FF; }

/* line 1022, ../static/sass/components/scss/_generic_styles.scss */
.preview .btn-icon:hover span, .preview .btn-icon.btn-secondary:focus span,
.preview a:hover,
.preview a.btn-secondary:focus {
  color: #7F59CC; }

/* line 1027, ../static/sass/components/scss/_generic_styles.scss */
.exclusive-share-buttons .preview .btn-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

@media (max-width: 767px) {
  /* line 1036, ../static/sass/components/scss/_generic_styles.scss */
  .exclusive-share-buttons .preview .btn-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 8px; }
    /* line 1041, ../static/sass/components/scss/_generic_styles.scss */
    .exclusive-share-buttons .preview .btn-icon span {
      font-size: 1.3rem;
      margin-top: -2px; }
  /* line 1047, ../static/sass/components/scss/_generic_styles.scss */
  img.product-img.img-fluid {
    border-radius: 15px !important; }
  /* line 1050, ../static/sass/components/scss/_generic_styles.scss */
  .preview .btn-icon span {
    font-size: 1.3rem;
    margin-top: 0px; } }

@media (max-width: 480px) {
  /* line 1059, ../static/sass/components/scss/_generic_styles.scss */
  .exclusive-share-buttons .preview {
    gap: 0; }
    /* line 1062, ../static/sass/components/scss/_generic_styles.scss */
    .exclusive-share-buttons .preview .btn-icon {
      width: 1.5rem;
      height: 1.5rem;
      margin-right: 4px; }
      /* line 1067, ../static/sass/components/scss/_generic_styles.scss */
      .exclusive-share-buttons .preview .btn-icon span {
        font-size: 1rem; }
  /* line 1074, ../static/sass/components/scss/_generic_styles.scss */
  .preview .btn-icon span {
    font-size: 1rem;
    margin-top: 0px; } }

@media (max-width: 375px) {
  /* line 1081, ../static/sass/components/scss/_generic_styles.scss */
  .detail-book-share-buttons .preview .btn-icon,
  .exclusive-share-buttons .preview .btn-icon {
    margin-right: 2px; } }

/* line 1088, ../static/sass/components/scss/_generic_styles.scss */
.product-tags .title,
.extras .title {
  color: #442E83;
  font-weight: 700; }

/* line 1094, ../static/sass/components/scss/_generic_styles.scss */
.product-img {
  border: 1px solid #ECECEC; }

/* line 1098, ../static/sass/components/scss/_generic_styles.scss */
.icon-heart {
  color: #7F59CC !important; }

/* line 1102, ../static/sass/components/scss/_generic_styles.scss */
.nav-link .icon-heart {
  color: inherit !important; }

/* line 1106, ../static/sass/components/scss/_generic_styles.scss */
#stock_notification_panel,
#stock_notification_link,
#stock_notification_panel input {
  font-size: 0.875rem; }

/* line 1112, ../static/sass/components/scss/_generic_styles.scss */
.drm,
.for-kindle {
  font-size: 0.875rem;
  color: #829AB1; }

/* line 1118, ../static/sass/components/scss/_generic_styles.scss */
.for-kindle [class^="icon-"] {
  color: #829AB1 !important; }

/* line 1122, ../static/sass/components/scss/_generic_styles.scss */
.video_index-frame {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 400px;
  padding: 0 15px 0 0;
  background-color: #E5D1FF;
  border-radius: 20px; }

/* line 1131, ../static/sass/components/scss/_generic_styles.scss */
.video_index-frame::-webkit-scrollbar {
  width: 0px; }

/* line 1135, ../static/sass/components/scss/_generic_styles.scss */
.video_index-frame table#videos_list tr.chapter-link {
  border-bottom: 0;
  background-color: #E5D1FF; }

/* line 1140, ../static/sass/components/scss/_generic_styles.scss */
.embed-responsive-item {
  text-align: center;
  margin: 4rem auto;
  color: #404040; }

/* line 1146, ../static/sass/components/scss/_generic_styles.scss */
.embed-responsive-item .title {
  font-size: 1.125rem;
  color: #6d6e6f;
  margin-bottom: 2rem; }

/* line 1152, ../static/sass/components/scss/_generic_styles.scss */
a#certificate.btn-primary, #certificate.btn-secondary,
.btn-secondary #certificate[class*=" icon-"],
.btn-secondary #certificate[class^="icon-"],
a#certificate.btn-primary .icon-trophy,
#certificate.btn-secondary .icon-trophy,
.btn-secondary #certificate[class*=" icon-"] .icon-trophy,
.btn-secondary #certificate[class^="icon-"] .icon-trophy {
  color: #fff !important; }

/* line 1157, ../static/sass/components/scss/_generic_styles.scss */
.delivery span {
  text-transform: uppercase;
  font-weight: 700; }

/* line 1162, ../static/sass/components/scss/_generic_styles.scss */
.delivery {
  color: #ABD744; }

/* line 1166, ../static/sass/components/scss/_generic_styles.scss */
.review-link {
  font-size: 0.875rem;
  padding-left: 2rem; }

/* line 1171, ../static/sass/components/scss/_generic_styles.scss */
.review-link p {
  display: inline-block; }

/* line 1175, ../static/sass/components/scss/_generic_styles.scss */
.review-link:before {
  font-family: 'icomoon';
  content: "\e95b";
  color: #6d6e6f !important;
  font-size: 1rem !important;
  margin-left: -2rem; }

/* line 1183, ../static/sass/components/scss/_generic_styles.scss */
#btn-read-detail [class*=" icon-"],
#btn-read-detail [class^="icon-"] {
  color: #fff;
  margin-right: 8px; }

/* PACKS */
/* line 1190, ../static/sass/components/scss/_generic_styles.scss */
.content-pack .title {
  font-size: clamp(15px, 2.7vw, 40px); }

/* line 1194, ../static/sass/components/scss/_generic_styles.scss */
.content-pack .product-author {
  padding-left: 8px;
  color: black;
  margin: 14px 0;
  align-items: flex-start; }

/* line 1201, ../static/sass/components/scss/_generic_styles.scss */
.content-pack .product-format {
  color: #6d6e6f;
  font-size: 0.875rem; }

/* .end PACKS*/
/* .end product-detail */
/*=======================================================================*/
/* line 1211, ../static/sass/components/scss/_generic_styles.scss */
.container-plans {
  height: 100%;
  background-image: url("/static/img/plan_bgimage.jpg?83722e87655a");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0.75rem solid #E5D1FF;
  padding: 3rem 0;
  margin: 1rem auto 3rem auto; }

/* line 1222, ../static/sass/components/scss/_generic_styles.scss */
.enumerator {
  color: #442E83;
  font-family: 'Oxygen', sans-serif; }

/* line 1227, ../static/sass/components/scss/_generic_styles.scss */
#numTot {
  font-weight: 700; }

/* line 1231, ../static/sass/components/scss/_generic_styles.scss */
.icon-circle.plan {
  display: inline-block !important;
  width: 4rem;
  height: 4rem;
  background-color: #442E83;
  border-radius: 2rem;
  padding: 1rem;
  text-align: center; }

/* line 1241, ../static/sass/components/scss/_generic_styles.scss */
.icon-circle.plan span {
  font-size: 2rem;
  color: #fff; }

/*Badges*/
/*-------------------------------------------------- */
/* line 1248, ../static/sass/components/scss/_generic_styles.scss */
.badge.badge-pill {
  font-size: 0.75rem;
  font-family: 'Oxygen', sans-serif;
  letter-spacing: 0.4px;
  font-weight: 400;
  padding: .5em 1em;
  background-color: #E5D1FF;
  color: #442E83;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  line-height: 1rem;
  white-space: inherit !important; }

/* line 1262, ../static/sass/components/scss/_generic_styles.scss */
.badge.badge-pill:hover, .badge-pill.btn-secondary:hover, .badge-pill.btn-secondary:focus {
  background-color: #CDA7FF;
  color: #442E83;
  font-weight: 400 !important; }

/* line 1268, ../static/sass/components/scss/_generic_styles.scss */
.badge.badge-number {
  display: block;
  float: right;
  background-color: #EF4E4E;
  border-radius: 1rem;
  font-weight: 400;
  font-size: 0.688rem;
  margin: -0.2rem 0 0 -0.7rem;
  color: #fff;
  height: 15px;
  min-width: 15px;
  line-height: 15px;
  -moz-border-radius: 10px;
  text-align: center;
  position: relative; }

/* line 1285, ../static/sass/components/scss/_generic_styles.scss */
.badge.badge-number .value {
  display: block;
  position: relative;
  bottom: 3px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/* .end Badges */
/*-------------------------------------------------- */
/* CAROUSEL */
/* line 1300, ../static/sass/components/scss/_generic_styles.scss */
#carousel-example-generic,
#carousel-example-responsive {
  margin-top: -4.5rem;
  margin-bottom: 2em; }
  /* line 1305, ../static/sass/components/scss/_generic_styles.scss */
  #carousel-example-generic img:first-child,
  #carousel-example-responsive img:first-child {
    height: auto;
    width: 100%; }
  /* line 1310, ../static/sass/components/scss/_generic_styles.scss */
  #carousel-example-generic img:not(:first-child),
  #carousel-example-responsive img:not(:first-child) {
    display: none; }
  /* line 1314, ../static/sass/components/scss/_generic_styles.scss */
  #carousel-example-generic.owl-carousel .owl-wrapper-outer,
  #carousel-example-responsive.owl-carousel .owl-wrapper-outer {
    border-radius: 0px 0px 60px 60px;
    height: auto; }
  /* line 1320, ../static/sass/components/scss/_generic_styles.scss */
  #carousel-example-generic .owl-controls .owl-prev,
  #carousel-example-responsive .owl-controls .owl-prev {
    left: 2vw; }
  /* line 1324, ../static/sass/components/scss/_generic_styles.scss */
  #carousel-example-generic .owl-controls .owl-next,
  #carousel-example-responsive .owl-controls .owl-next {
    right: 2vw; }

@media (max-width: 992px) {
  /* line 1331, ../static/sass/components/scss/_generic_styles.scss */
  #carousel-example-generic,
  #carousel-example-responsive {
    margin-top: -3.5rem !important; }
    /* line 1335, ../static/sass/components/scss/_generic_styles.scss */
    #carousel-example-generic.owl-carousel .owl-wrapper-outer,
    #carousel-example-responsive.owl-carousel .owl-wrapper-outer {
      border-radius: 0px 0px 30px 30px; } }

/* line 1341, ../static/sass/components/scss/_generic_styles.scss */
.carousel-inner img {
  width: 100%; }

/* line 1345, ../static/sass/components/scss/_generic_styles.scss */
.owl-carousel .card {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 8px;
  margin-right: 8px;
  box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.05); }

/* line 1353, ../static/sass/components/scss/_generic_styles.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* line 1358, ../static/sass/components/scss/_generic_styles.scss */
.owl-theme .owl-controls .owl-prev {
  position: absolute;
  left: -14px;
  bottom: 45%;
  display: inline-block;
  background: none !important; }

/* line 1366, ../static/sass/components/scss/_generic_styles.scss */
.owl-theme .owl-controls .owl-next {
  position: absolute;
  right: -24px;
  bottom: 45%;
  display: inline-block;
  background: none !important; }

/* line 1374, ../static/sass/components/scss/_generic_styles.scss */
.carousel-indicators {
  margin-bottom: 8px; }

/* line 1378, ../static/sass/components/scss/_generic_styles.scss */
.carousel-indicators li {
  height: 8px;
  margin-right: 4px;
  margin-left: 4px;
  border: 1px solid #7F59CC; }

/* BANNNERS */
@media (min-width: 576px) {
  /* line 1387, ../static/sass/components/scss/_generic_styles.scss */
  .card-columns.two {
    column-count: 2;
    column-gap: 1.9rem;
    orphans: 1;
    widows: 1; } }

/* line 1395, ../static/sass/components/scss/_generic_styles.scss */
.cms_banners {
  margin-top: 1rem; }

/* line 1399, ../static/sass/components/scss/_generic_styles.scss */
.cms_banners img {
  margin-bottom: 1.6rem;
  width: 100%; }

/* SWITCH*/
/* line 1406, ../static/sass/components/scss/_generic_styles.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* line 1413, ../static/sass/components/scss/_generic_styles.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

@media (max-width: 540px) {
  /* line 1421, ../static/sass/components/scss/_generic_styles.scss */
  .switch-text-left,
  .switch-text-right {
    font-size: 0.875rem !important; } }

/* line 1427, ../static/sass/components/scss/_generic_styles.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7F59CC;
  -webkit-transition: .4s;
  transition: .4s; }

/* line 1439, ../static/sass/components/scss/_generic_styles.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

/* line 1451, ../static/sass/components/scss/_generic_styles.scss */
input:checked + .slider {
  background-color: #7F59CC; }

/* line 1455, ../static/sass/components/scss/_generic_styles.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #7F59CC; }

/* line 1459, ../static/sass/components/scss/_generic_styles.scss */
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
/* line 1466, ../static/sass/components/scss/_generic_styles.scss */
.slider.round {
  border-radius: 34px; }

/* line 1470, ../static/sass/components/scss/_generic_styles.scss */
.slider.round:before {
  border-radius: 50%; }

/* line 1474, ../static/sass/components/scss/_generic_styles.scss */
.switch-text-left,
.switch-text-right {
  color: #BCCCDC; }

/* line 1479, ../static/sass/components/scss/_generic_styles.scss */
.switch-text-left {
  font-size: 1rem;
  position: relative;
  top: 7px;
  right: 7px; }

/* line 1486, ../static/sass/components/scss/_generic_styles.scss */
.switch-text-right {
  font-size: 1rem;
  position: relative;
  top: 7px;
  left: 7px; }

/*Static texts*/
/*-------------------------------------------------- */
/* line 1495, ../static/sass/components/scss/_generic_styles.scss */
.tab-pane hr:last-child {
  display: none; }

/* line 1499, ../static/sass/components/scss/_generic_styles.scss */
#cookie-content h3 {
  margin: 0.3rem 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: #6d6e6f; }

/* line 1506, ../static/sass/components/scss/_generic_styles.scss */
#cookie-content table {
  font-size: 0.875rem;
  margin-top: 1rem;
  border: 2px solid #F0F4F8; }

/* line 1512, ../static/sass/components/scss/_generic_styles.scss */
#cookie-content table td {
  padding: 0.5rem 1rem; }

/* line 1516, ../static/sass/components/scss/_generic_styles.scss */
#cookie-content table tr {
  border-bottom: 1px solid #ECECEC; }

/* line 1520, ../static/sass/components/scss/_generic_styles.scss */
#cookie-content table td p {
  margin: 0; }

/* line 1524, ../static/sass/components/scss/_generic_styles.scss */
.legal-info {
  font-size: 0.875rem;
  color: #6d6e6f; }

/* line 1529, ../static/sass/components/scss/_generic_styles.scss */
.legal-info p {
  margin-bottom: 0.5rem; }

/* line 1533, ../static/sass/components/scss/_generic_styles.scss */
.legal-info p:last-child {
  margin-bottom: 0; }

/*-------------------------------------------------- */
/*Clubs*/
/*-------------------------------------------------- */
/* line 1542, ../static/sass/components/scss/_generic_styles.scss */
#events_reading .synopsisBlock h4.section {
  display: none; }

/* line 1546, ../static/sass/components/scss/_generic_styles.scss */
.item-agenda .synopsisBlock h4.section {
  display: none; }

/* line 1550, ../static/sass/components/scss/_generic_styles.scss */
#events_reading .btn-outline-primary.btn-sm, #events_reading .btn-group-sm > .btn-outline-primary.btn,
#events_read .btn-outline-primary.btn-sm,
#events_read .btn-group-sm > .btn-outline-primary.btn,
#events_all .btn-outline-primary.btn-sm,
#events_all .btn-group-sm > .btn-outline-primary.btn,
.item-agenda .btn-outline-primary.btn-sm,
.item-agenda .btn-group-sm > .btn-outline-primary.btn {
  min-height: auto !important; }

/*-------------------------------------------------- */
/* SPINNER */
/* line 1562, ../static/sass/components/scss/_generic_styles.scss */
#loading .spinner-border {
  font-size: 48px;
  display: inline-block;
  width: inherit;
  height: inherit;
  vertical-align: inherit;
  border: none;
  border-right-color: transparent;
  border-radius: inherit; }

/**********************/
/* COURSE DETAIL */
/* line 1577, ../static/sass/components/scss/_generic_styles.scss */
.embed-course-video {
  border-radius: 40px; }

@media (max-width: 767px) {
  /* line 1582, ../static/sass/components/scss/_generic_styles.scss */
  .course .product-rating {
    justify-content: center !important; }
    /* line 1585, ../static/sass/components/scss/_generic_styles.scss */
    .course .product-rating .product-rating-under-cover {
      bottom: -10px; } }

/* line 1591, ../static/sass/components/scss/_generic_styles.scss */
#load_more_modules {
  font-weight: 700;
  color: #442E83; }

/* line 1596, ../static/sass/components/scss/_generic_styles.scss */
#load_more_modules .icon {
  position: relative;
  top: 5px; }

/* line 1601, ../static/sass/components/scss/_generic_styles.scss */
#btn-follow-author,
#btn-unfollow-author {
  width: 200px;
  font-weight: 700; }

/* line 1607, ../static/sass/components/scss/_generic_styles.scss */
.preview .btn-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

/* line 1614, ../static/sass/components/scss/_generic_styles.scss */
.course-rating {
  height: 65px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-around; }

/* line 1625, ../static/sass/components/scss/_generic_styles.scss */
.course-rating span {
  color: #442E83;
  font-size: 1rem;
  font-weight: 700; }

/* line 1632, ../static/sass/components/scss/_generic_styles.scss */
.course-rating img {
  margin: -0.2rem 0.5rem 0 0; }

/* line 1636, ../static/sass/components/scss/_generic_styles.scss */
.videos-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  justify-content: space-between;
  margin-bottom: 0; }

@media (max-width: 992px) {
  /* line 1646, ../static/sass/components/scss/_generic_styles.scss */
  .videos-list {
    grid-template-columns: repeat(1, 1fr); } }

/* line 1651, ../static/sass/components/scss/_generic_styles.scss */
.videos-list > .chapter-link {
  margin: 0.5rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #E5D1FF;
  font-size: 0.875rem;
  color: #51279B;
  border-radius: 15px; }

/* line 1667, ../static/sass/components/scss/_generic_styles.scss */
.videos-list .chapter-link.active {
  background-color: #E0E0E0; }

/* line 1671, ../static/sass/components/scss/_generic_styles.scss */
.videos-list .chapter-link:before {
  font-family: "tabler-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea6b"; }

/* line 1686, ../static/sass/components/scss/_generic_styles.scss */
.videos-list .chapter-link.active:before {
  content: "\f671"; }

/* line 1690, ../static/sass/components/scss/_generic_styles.scss */
.videos-list .lesson-detail {
  position: relative;
  padding: 1rem 2rem 1rem 3rem;
  font-weight: 400; }

/* line 1696, ../static/sass/components/scss/_generic_styles.scss */
.videos-list .lesson-icon {
  display: block;
  float: right;
  font-size: 1.5rem; }

/* line 1702, ../static/sass/components/scss/_generic_styles.scss */
textarea.form-control {
  border-radius: 12px;
  padding: 0.5rem; }

/* line 1708, ../static/sass/components/scss/_generic_styles.scss */
textarea.form-control::placeholder {
  color: #6D6E6F;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; }

/* line 1716, ../static/sass/components/scss/_generic_styles.scss */
.input-image input[type=file] {
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  font-weight: normal; }

/* line 1722, ../static/sass/components/scss/_generic_styles.scss */
.input-image input[type=file]::file-selector-button {
  color: #fff;
  background-color: #7F59CC;
  border: none;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  font-weight: 700;
  height: 40px;
  min-width: 6rem;
  border-radius: 12px;
  padding: 0.5rem 3.5rem; }

/* line 1736, ../static/sass/components/scss/_generic_styles.scss */
.input-checkbox input[type="checkbox"] {
  border-radius: 5px;
  border: 1.25px solid #7F59CC; }

/******************/
/* CMS ARROW (HIDE)*/
/* line 1745, ../static/sass/components/scss/_generic_styles.scss */
div.cms .cms-toolbar-item-cms-mode-switcher .cms-btn .cms-icon-arrow {
  font-size: 10px !important;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -5px; }

/* line 1753, ../static/sass/components/scss/_generic_styles.scss */
.cms-toolbar {
  transition: transform .2s !important; }

/* line 1757, ../static/sass/components/scss/_generic_styles.scss */
.cms-toolbar-toggle {
  z-index: 99999999;
  position: fixed !important; }
  /* line 1761, ../static/sass/components/scss/_generic_styles.scss */
  .cms-toolbar-toggle .cms-icon {
    transition: transform .2s;
    transform: rotate(90deg); }

/* line 1768, ../static/sass/components/scss/_generic_styles.scss */
.cms.cms-hidden .cms-toolbar {
  transform: translateY(-100%); }

/* line 1772, ../static/sass/components/scss/_generic_styles.scss */
.cms.cms-hidden .cms-toolbar-toggle .cms-icon {
  transform: rotate(270deg); }

/*My account page*/
/* line 1778, ../static/sass/components/scss/_generic_styles.scss */
.account-title .account-container .content-data p, .account-title .account-container .card_club p {
  margin-bottom: 0; }

/* line 1782, ../static/sass/components/scss/_generic_styles.scss */
.account-container .content-data, .account-container .card_club {
  width: 100%;
  min-height: 180px;
  padding-bottom: 1.5rem; }

@media (min-width: 991px) {
  /* line 1789, ../static/sass/components/scss/_generic_styles.scss */
  .account-container .content-data, .account-container .card_club {
    max-width: 49.3%; } }

/* FOOTER Select country*/
/* line 1796, ../static/sass/components/scss/_generic_styles.scss */
.country_flag {
  display: inline-block;
  height: 16px;
  width: 24px;
  vertical-align: text-top;
  line-height: 16px;
  background: url("/static/boostrap_select_country/css/images/flags16.png") no-repeat; }

/* line 1805, ../static/sass/components/scss/_generic_styles.scss */
.country_flag.ar {
  background-position: 0 -496px; }

/* line 1809, ../static/sass/components/scss/_generic_styles.scss */
.country_flag.ch {
  background-position: 0 -1008px; }

/* line 1813, ../static/sass/components/scss/_generic_styles.scss */
.country_flag.co {
  background-position: 0 -1056px; }

/* line 1817, ../static/sass/components/scss/_generic_styles.scss */
.country_flag.es {
  background-position: 0 -1328px; }

/* line 1821, ../static/sass/components/scss/_generic_styles.scss */
.country_flag.mx {
  background-position: 0 -2624px; }

/* line 1825, ../static/sass/components/scss/_generic_styles.scss */
.country_flag.pe {
  background-position: 0 -2864px; }

/* line 1829, ../static/sass/components/scss/_generic_styles.scss */
.country_flag.ur {
  background-position: 0 -3680px; }

/* line 1833, ../static/sass/components/scss/_generic_styles.scss */
.country_flag.ve {
  background-position: 0 -3744px; }

/* line 1837, ../static/sass/components/scss/_generic_styles.scss */
.countrypicker-flags,
#select_language,
.bootstrap-select {
  background: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  min-width: 150px !important; }

/* line 1847, ../static/sass/components/scss/_generic_styles.scss */
.countrypicker-flags button,
.bootstrap-select button {
  border: 2px solid #ECECEC !important;
  font-size: 0.75rem !important;
  color: #6d6e6f !important;
  padding: 6px 8px !important; }

/* line 1855, ../static/sass/components/scss/_generic_styles.scss */
.countrypicker-flags button:after,
.bootstrap-select button:after {
  position: absolute !important;
  font-family: 'icomoon' !important;
  top: 6px !important;
  right: 6px !important;
  content: "\e935" !important;
  color: #6d6e6f !important;
  font-size: 0.875rem !important;
  border: none !important; }

/* line 1867, ../static/sass/components/scss/_generic_styles.scss */
.countrypicker-flags .dropdown-menu,
.bootstrap-select .dropdown-menu {
  font-size: 0.75rem !important; }

/* line 1872, ../static/sass/components/scss/_generic_styles.scss */
.countrypicker-flags .dropdown-menu li a,
.bootstrap-select .dropdown-menu li a {
  padding: 3px 8px !important; }

/* line 1877, ../static/sass/components/scss/_generic_styles.scss */
.countrypicker-flags .dropdown-menu li a:focus,
.bootstrap-select .dropdown-menu li a:focus {
  outline: none !important; }

/* line 1882, ../static/sass/components/scss/_generic_styles.scss */
select#id_type_document {
  position: relative; }

/* line 1886, ../static/sass/components/scss/_generic_styles.scss */
.select2-container .select2-choice {
  border: none !important;
  background-color: #fff !important; }

/* line 1891, ../static/sass/components/scss/_generic_styles.scss */
.inner_page p {
  color: #829AB1; }

/* line 1895, ../static/sass/components/scss/_generic_styles.scss */
.inner_page img {
  max-width: 100%; }

/*Search in book content*/
/* line 1900, ../static/sass/components/scss/_generic_styles.scss */
.highlights {
  font-size: 0.875rem;
  color: #486581;
  margin-left: 0;
  padding-left: 0; }

/* line 1911, ../static/sass/components/scss/_generic_styles.scss */
.highlights li {
  margin-top: 0.5rem; }

/* line 1915, ../static/sass/components/scss/_generic_styles.scss */
.highlights em {
  font-style: normal;
  color: #334E68;
  background-color: #FFF3C4; }

/* line 1921, ../static/sass/components/scss/_generic_styles.scss */
.icon-medal_basic {
  color: #7F59CC !important; }

/* line 1925, ../static/sass/components/scss/_generic_styles.scss */
.icon-medal_premium {
  color: #EF4E4E !important; }

/* line 1929, ../static/sass/components/scss/_generic_styles.scss */
.img-bn {
  -webkit-filter: grayscale(100%) blur(0);
  filter: grayscale(100%) blur(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

/*Loading search results*/
/* line 1937, ../static/sass/components/scss/_generic_styles.scss */
.spinner-border {
  display: inline-block;
  margin-top: 8rem;
  margin-bottom: 8rem;
  width: 4rem;
  height: 4rem;
  color: #7F59CC; }

/* Comment Image Gallery */
/* line 1948, ../static/sass/components/scss/_generic_styles.scss */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto; }

/* line 1954, ../static/sass/components/scss/_generic_styles.scss */
.mySlides {
  display: none; }

/* line 1958, ../static/sass/components/scss/_generic_styles.scss */
.slide-prev,
.slide-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none; }

/* line 1974, ../static/sass/components/scss/_generic_styles.scss */
.slide-next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* line 1979, ../static/sass/components/scss/_generic_styles.scss */
.slide-prev:hover, .slide-prev.btn-secondary:focus,
.slide-next:hover,
.slide-next.btn-secondary:focus {
  background-color: rgba(0, 0, 0, 0.8); }

/* line 1984, ../static/sass/components/scss/_generic_styles.scss */
.slide-count {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* line 1992, ../static/sass/components/scss/_generic_styles.scss */
.slide-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

/* line 2003, ../static/sass/components/scss/_generic_styles.scss */
.slide-dot.active,
.slide-dot:hover,
.slide-dot.btn-secondary:focus {
  background-color: #717171; }

/* line 2008, ../static/sass/components/scss/_generic_styles.scss */
.comments-gallery {
  display: inline-block; }
  /* line 2011, ../static/sass/components/scss/_generic_styles.scss */
  .comments-gallery img {
    cursor: pointer; }

/*INPUT SEARCH*/
/* line 2018, ../static/sass/components/scss/_generic_styles.scss */
.input-group-append.right {
  position: absolute;
  top: 0;
  right: 0; }

/*AUTHOR OF THE WEEK*/
/* line 2025, ../static/sass/components/scss/_generic_styles.scss */
.author-week .card .product-price {
  font-weight: 700;
  font-size: 1.25rem; }

/* line 2030, ../static/sass/components/scss/_generic_styles.scss */
.author-week .card .product-format {
  color: #829AB1;
  padding-left: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.4px; }

/* line 2037, ../static/sass/components/scss/_generic_styles.scss */
.author-week .card .icon-cart_add {
  color: #7F59CC; }

/* line 2041, ../static/sass/components/scss/_generic_styles.scss */
.author-week .card .addtocart {
  height: 2.5rem;
  cursor: pointer; }

/* TWITTER*/
/* line 2047, ../static/sass/components/scss/_generic_styles.scss */
.tweet-card {
  padding: 16px;
  border: solid 1px #ECECEC;
  font-size: 0.875rem;
  color: #6d6e6f; }

/* line 2054, ../static/sass/components/scss/_generic_styles.scss */
.tweet-author {
  display: inline-flex; }

/* line 2058, ../static/sass/components/scss/_generic_styles.scss */
.tweet-author .name {
  font-weight: 700;
  text-transform: capitalize; }

/* line 2063, ../static/sass/components/scss/_generic_styles.scss */
.tweet-body {
  overflow-wrap: break-word; }

/* Register */
/* line 2068, ../static/sass/components/scss/_generic_styles.scss */
.registerDivider {
  display: table;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  margin: 0px auto 1em;
  color: #7f7f7f;
  position: relative;
  text-align: center;
  width: 90%; }

/* line 2080, ../static/sass/components/scss/_generic_styles.scss */
.registerDivider::before,
.registerDivider::after {
  border-top: 1px solid #cccccc;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.8em;
  width: 42%; }

/* line 2090, ../static/sass/components/scss/_generic_styles.scss */
#account_data_edit #id_accept_conditions {
  margin-right: 5px; }

/* Pickuppoints modal */
/* line 2095, ../static/sass/components/scss/_generic_styles.scss */
.more.collapse-link {
  display: block;
  position: relative;
  padding-right: 1.5rem; }

/* line 2101, ../static/sass/components/scss/_generic_styles.scss */
.more.collapse-link:before {
  position: absolute;
  font-family: "icomoon";
  top: 0;
  right: 0rem;
  content: "\e936";
  font-size: 1.125rem;
  color: #724BB7; }

/* line 2111, ../static/sass/components/scss/_generic_styles.scss */
.more.collapse-link[aria-expanded=true]:before {
  content: "\e939"; }

/* My products - Custom Select */
/* line 2116, ../static/sass/components/scss/_generic_styles.scss */
.custom-select.select-form-group {
  font-size: 1rem !important;
  border: 2px solid #D9E2EC !important;
  border-left: none;
  padding-right: 40px !important;
  -webkit-appearance: searchfield;
  -moz-appearance: searchfield;
  -o-appearance: searchfield;
  appearance: searchfield; }

/* line 2127, ../static/sass/components/scss/_generic_styles.scss */
.custom-select.select-form-group:focus {
  box-shadow: none; }

/* BANNER APPS */
/* line 2132, ../static/sass/components/scss/_generic_styles.scss */
.banner-top-line {
  background-color: #7F59CC;
  color: #fff;
  height: 50px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }

/* INPUT SEARCH CLEAR INPUT */
/* line 2141, ../static/sass/components/scss/_generic_styles.scss */
[type="search"]::-webkit-search-cancel-button {
  cursor: pointer; }

/* line 2145, ../static/sass/components/scss/_generic_styles.scss */
.progress.grey {
  height: 1.5rem; }

/* line 2149, ../static/sass/components/scss/_generic_styles.scss */
.progress.grey .progress-bar {
  background-color: #829AB1;
  text-align: left;
  padding-left: 1rem; }

/* line 2155, ../static/sass/components/scss/_generic_styles.scss */
.banner-coupon {
  width: 100%;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 0.25rem; }

/* line 2162, ../static/sass/components/scss/_generic_styles.scss */
.banner-coupon div {
  display: inline-flex; }

/* Blog */
/* line 2169, ../static/sass/components/scss/_generic_styles.scss */
.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px; }

/* line 2175, ../static/sass/components/scss/_generic_styles.scss */
.blog-card {
  align-items: center;
  border: 0;
  margin-top: 1.2rem;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  position: relative; }
  /* line 2183, ../static/sass/components/scss/_generic_styles.scss */
  .blog-card .card-img {
    position: relative;
    bottom: 1em;
    left: 0;
    z-index: 2; }
    /* line 2189, ../static/sass/components/scss/_generic_styles.scss */
    .blog-card .card-img a {
      display: flex;
      align-items: center;
      justify-content: center; }
    /* line 2195, ../static/sass/components/scss/_generic_styles.scss */
    .blog-card .card-img img {
      display: block;
      width: 90%;
      max-width: none;
      border-radius: 15px;
      height: 26vh;
      object-fit: cover; }
      /* line 2203, ../static/sass/components/scss/_generic_styles.scss */
      .blog-card .card-img img.first-blog {
        height: 63vh; }
  /* line 2209, ../static/sass/components/scss/_generic_styles.scss */
  .blog-card .card-detail {
    display: flex;
    align-items: center;
    flex-direction: column; }
    /* line 2214, ../static/sass/components/scss/_generic_styles.scss */
    .blog-card .card-detail .card-text {
      padding: 0 0.5em; }
      /* line 2217, ../static/sass/components/scss/_generic_styles.scss */
      .blog-card .card-detail .card-text a {
        overflow: hidden;
        white-space: nowrap;
        font-size: 1.5vw; }
  /* line 2225, ../static/sass/components/scss/_generic_styles.scss */
  .blog-card .premium-post {
    position: absolute;
    top: 1.5rem;
    right: 0;
    z-index: 2;
    background-color: #7F59CC;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px 0 0 15px;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2); }

@media (min-width: 1100px) {
  /* line 2242, ../static/sass/components/scss/_generic_styles.scss */
  .blog-card .card-detail .card-text a {
    font-size: 1.25rem; } }

@media (min-width: 769px) {
  /* line 2252, ../static/sass/components/scss/_generic_styles.scss */
  .blog-list .blog-item:first-child {
    grid-area: 1 / 1 / 3 / 3; } }

@media (max-width: 768px) {
  /* line 2260, ../static/sass/components/scss/_generic_styles.scss */
  .blog-list {
    grid-template-columns: repeat(2, 1fr); }
    /* line 2263, ../static/sass/components/scss/_generic_styles.scss */
    .blog-list .blog-item.first {
      grid-area: auto; }
  /* line 2271, ../static/sass/components/scss/_generic_styles.scss */
  .blog-card .card-img img.first-blog {
    height: 26vh; }
  /* line 2279, ../static/sass/components/scss/_generic_styles.scss */
  .blog-card .card-detail .card-text a {
    font-size: 2.25vw; }
  /* line 2284, ../static/sass/components/scss/_generic_styles.scss */
  .blog-card .premium-post {
    font-size: 0.75rem; } }

@media (max-width: 445px) {
  /* line 2291, ../static/sass/components/scss/_generic_styles.scss */
  .blog-list {
    grid-template-columns: repeat(1, 1fr); }
  /* line 2298, ../static/sass/components/scss/_generic_styles.scss */
  .blog-card .card-detail .card-text a {
    font-size: 1rem; } }

/* line 2306, ../static/sass/components/scss/_generic_styles.scss */
.blog-detail-header {
  bottom: 0;
  overflow: hidden; }

/* line 2311, ../static/sass/components/scss/_generic_styles.scss */
.blog-header-content {
  width: 100%;
  padding: 2rem; }
  /* line 2315, ../static/sass/components/scss/_generic_styles.scss */
  .blog-header-content .search-wrapper {
    top: 0; }
  /* line 2319, ../static/sass/components/scss/_generic_styles.scss */
  .blog-header-content .blog-description {
    margin-bottom: 1rem;
    max-width: 900px; }

/* line 2325, ../static/sass/components/scss/_generic_styles.scss */
.blog-content {
  max-width: 900px;
  margin: 0 auto; }

@media (min-width: 768px) {
  /* line 2331, ../static/sass/components/scss/_generic_styles.scss */
  .w-md-100 {
    width: 100% !important; } }

/* line 1, ../static/sass/components/scss/_buttons.scss */
button:focus {
  outline: 0; }

/* line 2, ../static/sass/components/scss/_buttons.scss */
.btn {
  padding: 0.5rem 1.5rem;
  border: none; }

/* line 7, ../static/sass/components/scss/_buttons.scss */
.btn-primary:focus, .btn-secondary:focus,
.btn-secondary [class*=" icon-"]:focus,
.btn-secondary [class^="icon-"]:focus, .btn-primary:hover, .btn-secondary:hover,
.btn-secondary [class*=" icon-"]:hover,
.btn-secondary [class^="icon-"]:hover {
  background-color: #7F59CC !important;
  color: #fff !important; }

/* line 12, ../static/sass/components/scss/_buttons.scss */
.btn-primary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary,
.btn-secondary [class*=" icon-"],
.btn-secondary [class^="icon-"],
.btn-primary [class*=" icon-"],
.btn-primary [class^="icon-"] {
  color: #fff;
  font-size: 1rem;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  font-weight: 700;
  border-radius: 12px; }

/* line 21, ../static/sass/components/scss/_buttons.scss */
.btn-cart {
  width: 214px; }

/* line 24, ../static/sass/components/scss/_buttons.scss */
.my-account-my-data-buttons {
  max-height: 50px; }

/* line 27, ../static/sass/components/scss/_buttons.scss */
.btn-my_account, .btn-my_address {
  width: 171px;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.875rem; }

/* line 33, ../static/sass/components/scss/_buttons.scss */
.btn-my_account:hover, .btn-my_account.btn-secondary:focus, .btn-my_address:hover, .btn-my_address.btn-secondary:focus {
  opacity: 1 !important; }

/* line 36, ../static/sass/components/scss/_buttons.scss */
.btn-my_address {
  background-color: #7F59CC; }

@media (max-width: 375px) {
  /* line 41, ../static/sass/components/scss/_buttons.scss */
  .btn-my_account, .btn-my_address {
    padding: 0; } }

@media (max-width: 991px) {
  /* line 46, ../static/sass/components/scss/_buttons.scss */
  .btn-my_account, .btn-my_address {
    width: 189px; }
  /* line 49, ../static/sass/components/scss/_buttons.scss */
  .btn-my_address, .btn-outline-my_account {
    width: 171px; } }

/* line 53, ../static/sass/components/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  font-weight: normal;
  min-width: 6rem; }

/* line 59, ../static/sass/components/scss/_buttons.scss */
.btn-icon-r {
  text-align: left; }

/* line 62, ../static/sass/components/scss/_buttons.scss */
.btn-icon-r [class*=" icon-"],
.btn-icon-r [class^="icon-"] {
  float: right;
  margin-top: 0rem;
  font-size: 1.125rem; }

/* line 68, ../static/sass/components/scss/_buttons.scss */
.btn-white {
  color: #7F59CC !important; }

/* line 71, ../static/sass/components/scss/_buttons.scss */
.btn-facebook,
.btn-X,
.btn-whatsapp,
.btn-mail,
.btn-linkedin,
.btn-instagram,
.btn-google,
.btn-apple,
.btn-copy {
  position: relative;
  font-size: 0.875rem;
  color: #fff;
  padding: 0.5rem 5rem 0.5rem 1rem;
  width: 100%;
  text-align: left; }

/* line 87, ../static/sass/components/scss/_buttons.scss */
.btn-facebook {
  background-color: #3A5A98; }

/* line 90, ../static/sass/components/scss/_buttons.scss */
.btn-X {
  background-color: #19B2E7; }

/* line 93, ../static/sass/components/scss/_buttons.scss */
.btn-whatsapp {
  background-color: #25D366; }

/* line 96, ../static/sass/components/scss/_buttons.scss */
.btn-mail {
  background-color: #829AB1; }

/* line 99, ../static/sass/components/scss/_buttons.scss */
.btn-linkedin {
  background-color: #0E76A8; }

/* line 102, ../static/sass/components/scss/_buttons.scss */
.btn-google {
  background-color: #DC4C39; }

/* line 105, ../static/sass/components/scss/_buttons.scss */
.btn-apple {
  background-color: #000000; }

/* line 108, ../static/sass/components/scss/_buttons.scss */
.btn-copy {
  background-color: #14b996; }

/* line 111, ../static/sass/components/scss/_buttons.scss */
.btn-instagram {
  background: -webkit-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -webkit-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
  background: -moz-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -moz-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
  background: -ms-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -ms-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
  background: -o-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -o-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
  background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%); }

/* line 118, ../static/sass/components/scss/_buttons.scss */
.btn.btn-whatsapp:hover, .btn-whatsapp.btn-secondary:hover, .btn-whatsapp.btn-secondary:focus, .btn-whatsapp a,
.btn.btn-linkedin:hover,
.btn-linkedin.btn-secondary:hover,
.btn-linkedin.btn-secondary:focus, .btn-linkedin a,
.btn.btn-instagram:hover,
.btn-instagram.btn-secondary:hover,
.btn-instagram.btn-secondary:focus, .btn-instagram a,
.btn.btn-google:hover,
.btn-google.btn-secondary:hover,
.btn-google.btn-secondary:focus, .btn-google a,
.btn.btn-apple:hover,
.btn-apple.btn-secondary:hover,
.btn-apple.btn-secondary:focus, .btn-apple a,
.btn.btn-mail:hover,
.btn-mail.btn-secondary:hover,
.btn-mail.btn-secondary:focus, .btn-mail a {
  color: #fff !important; }

/* line 125, ../static/sass/components/scss/_buttons.scss */
.btn.btn-whatsapp:hover, .btn-whatsapp.btn-secondary:hover, .btn-whatsapp.btn-secondary:focus, .btn.btn-mail:hover, .btn-mail.btn-secondary:hover, .btn-mail.btn-secondary:focus, .btn.btn-linkedin:hover, .btn-linkedin.btn-secondary:hover, .btn-linkedin.btn-secondary:focus, .btn.btn-instagram:hover, .btn-instagram.btn-secondary:hover, .btn-instagram.btn-secondary:focus, .btn.btn-google:hover .btn.btn-apple:hover, .btn-google.btn-secondary:hover .btn.btn-apple:hover, .btn-google.btn-secondary:focus .btn.btn-apple:hover, .btn.btn-google:hover .btn-apple.btn-secondary:hover, .btn-google.btn-secondary:hover .btn-apple.btn-secondary:hover, .btn-google.btn-secondary:focus .btn-apple.btn-secondary:hover, .btn.btn-google:hover .btn-apple.btn-secondary:focus, .btn-google.btn-secondary:hover .btn-apple.btn-secondary:focus, .btn-google.btn-secondary:focus .btn-apple.btn-secondary:focus, .btn.btn-copy:hover, .btn-copy.btn-secondary:hover, .btn-copy.btn-secondary:focus {
  opacity: 0.7 !important; }

/* line 127, ../static/sass/components/scss/_buttons.scss */
.btn-facebook:before,
.btn-whatsapp:before,
.btn-mail:before,
.btn-linkedin:before,
.btn-instagram:before,
.btn-google:before,
.btn-apple:before,
.btn-copy:before {
  position: absolute;
  font-family: 'icomoon';
  top: 0;
  right: 0.5rem;
  font-size: 1.5rem !important; }

/* line 141, ../static/sass/components/scss/_buttons.scss */
.btn-facebook:before {
  content: "\e924"; }

/* line 144, ../static/sass/components/scss/_buttons.scss */
.btn-whatsapp:before {
  content: "\e961"; }

/* line 147, ../static/sass/components/scss/_buttons.scss */
.btn-mail:before {
  content: "\e969"; }

/* line 150, ../static/sass/components/scss/_buttons.scss */
.btn-linkedin:before {
  content: "\e96b"; }

/* line 153, ../static/sass/components/scss/_buttons.scss */
.btn-instagram:before {
  content: "\e929"; }

/* line 156, ../static/sass/components/scss/_buttons.scss */
.btn-google:before {
  content: "\e96d"; }

/* line 159, ../static/sass/components/scss/_buttons.scss */
.btn-apple:before {
  content: "\e96e"; }

/* line 162, ../static/sass/components/scss/_buttons.scss */
.btn-copy:before {
  content: "\e95b"; }

/* line 166, ../static/sass/components/scss/_buttons.scss */
.btn.product-share-data-X {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.5rem 0.5rem 1rem; }
  /* line 171, ../static/sass/components/scss/_buttons.scss */
  .btn.product-share-data-X .ti-brand-x {
    font-size: 24px; }

/* line 176, ../static/sass/components/scss/_buttons.scss */
.btn-collapse {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  color: #7F59CC !important;
  text-align: left;
  padding-left: 0 !important;
  padding-right: 2rem !important;
  text-decoration: none !important; }

/* line 188, ../static/sass/components/scss/_buttons.scss */
.btn-collapse:before {
  position: absolute;
  font-family: 'icomoon';
  top: 0.3rem;
  right: 0.5rem;
  content: "\e936";
  color: #7F59CC;
  font-size: 1.125rem; }

/* line 198, ../static/sass/components/scss/_buttons.scss */
.btn-outline-primary {
  color: #442E83;
  background-color: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  font-weight: 700; }

/* line 206, ../static/sass/components/scss/_buttons.scss */
.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #fff !important;
  border: 1px solid #7F59CC;
  font-size: 0.875rem;
  background: #E5D1FF; }

/* line 223, ../static/sass/components/scss/_buttons.scss */
.btn-block {
  width: 100%; }

/* line 224, ../static/sass/components/scss/_buttons.scss */
.btn-block:hover, .btn-block:focus {
  color: #fff !important; }

/* line 226, ../static/sass/components/scss/_buttons.scss */
.dropdown-toggle:after {
  content: none; }

/* line 228, ../static/sass/components/scss/_buttons.scss */
.btn-icon-circle:hover, .btn-icon-circle.btn-secondary:focus {
  background-color: #E5D1FF; }

/* line 230, ../static/sass/components/scss/_buttons.scss */
.btn-icon-circle {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: #F0F4F8;
  border-radius: 2rem;
  padding: 1.2rem; }

/* line 240, ../static/sass/components/scss/_buttons.scss */
.btn-next {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  color: #7F59CC !important;
  text-align: left;
  padding-left: 0 !important;
  padding-right: 2rem !important;
  text-decoration: none !important; }

/* line 252, ../static/sass/components/scss/_buttons.scss */
.btn-next:before {
  position: absolute;
  font-family: 'icomoon';
  top: 0.25rem;
  right: 0.5rem;
  content: "\e938";
  color: #7F59CC;
  font-size: 1.125rem; }

/* line 261, ../static/sass/components/scss/_buttons.scss */
.btn-warning {
  color: #fff !important; }

/* line 265, ../static/sass/components/scss/_buttons.scss */
.btn-link-collapse {
  color: #7F59CC;
  font-size: 0.875rem;
  padding-left: 0; }

/* line 271, ../static/sass/components/scss/_buttons.scss */
.btn-link-collapse span.icon {
  color: #7F59CC;
  font-size: 1rem;
  position: relative;
  left: 8px;
  top: 2px; }

/* line 279, ../static/sass/components/scss/_buttons.scss */
.btn-outline-primary [class*=" icon-"],
.btn-outline-primary [class^="icon-"] {
  color: #7F59CC; }

/* line 281, ../static/sass/components/scss/_buttons.scss */
.btn-outline-primary:hover [class*=" icon-"], .btn-outline-primary.btn-secondary:focus [class*=" icon-"],
.btn-outline-primary:hover [class^="icon-"],
.btn-outline-primary.btn-secondary:focus [class^="icon-"] {
  color: #ffffff; }

/* line 283, ../static/sass/components/scss/_buttons.scss */
.btn-outline-primary.btn-sm, .btn-group-sm > .btn-outline-primary.btn, .btn-outline-primary.btn-sm:hover {
  font-size: 0.750rem; }

/* line 284, ../static/sass/components/scss/_buttons.scss */
.preview a.grey-700 {
  display: inline-block;
  margin-top: -4px !important; }

/* line 1, ../static/sass/components/scss/_card_product.scss */
.card-product {
  display: block;
  padding: 1rem 1rem 0 1rem;
  font-family: "Open Sans", sans-serif;
  border-radius: 15px;
  border: none;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin-bottom: 1rem;
  width: 100%;
  height: 410px; }

/* line 15, ../static/sass/components/scss/_card_product.scss */
.card-product .card-img {
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  height: 13rem; }
  /* line 22, ../static/sass/components/scss/_card_product.scss */
  .card-product .card-img .product-img {
    width: 149px;
    height: 235px;
    object-fit: cover; }
  /* line 27, ../static/sass/components/scss/_card_product.scss */
  .card-product .card-img .product-img.audio {
    height: auto;
    width: auto;
    max-height: 220px; }
  /* line 32, ../static/sass/components/scss/_card_product.scss */
  .card-product .card-img .product-img.course {
    object-fit: contain;
    background-color: #fff;
    width: 100%; }
  /* line 37, ../static/sass/components/scss/_card_product.scss */
  .card-product .card-img .product-image > :nth-child(2) {
    display: none; }

/* line 42, ../static/sass/components/scss/_card_product.scss */
.card-product .product-align {
  width: 100%;
  position: absolute;
  padding: 0 0 1em 0;
  bottom: 0; }

/* line 49, ../static/sass/components/scss/_card_product.scss */
.card-product .card-img .img-fluid {
  border-radius: 15px;
  max-width: 100%;
  max-height: 22.500rem; }

/* line 55, ../static/sass/components/scss/_card_product.scss */
.card-product .card-img .subs-product-icon {
  position: relative;
  top: 10rem;
  left: 4.5rem; }

/* line 61, ../static/sass/components/scss/_card_product.scss */
.card-product .card-body {
  padding: 0;
  min-height: 150px;
  line-height: 1rem; }

/* line 67, ../static/sass/components/scss/_card_product.scss */
.card-product #share-btn,
.card-product-subscription #share-btn {
  font-size: 1.5rem; }

/* line 72, ../static/sass/components/scss/_card_product.scss */
.card-product .product-synopsis {
  font-size: 0.875rem;
  color: #829AB1; }

/* line 77, ../static/sass/components/scss/_card_product.scss */
.card-product .card-footer {
  padding: 1rem;
  margin: 0 -1rem;
  background-color: #fff; }

/* line 84, ../static/sass/components/scss/_card_product.scss */
.card-product .card-footer .text-link {
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  color: #404040;
  border: none !important; }

/* line 91, ../static/sass/components/scss/_card_product.scss */
.card-product .card-footer .link[type=button] {
  -webkit-appearance: none; }

/* line 95, ../static/sass/components/scss/_card_product.scss */
.card-product .card-footer a {
  color: #829AB1; }

/* line 99, ../static/sass/components/scss/_card_product.scss */
.card-product .card-footer a.icon-heart {
  color: #7F59CC; }

/* line 103, ../static/sass/components/scss/_card_product.scss */
.card-product .title-wrapper > :nth-child(2) {
  display: none; }

/* line 107, ../static/sass/components/scss/_card_product.scss */
.card-product .product-title {
  color: #7F59CC;
  font-size: 1rem;
  line-height: 0.875rem;
  margin-bottom: 0.4rem;
  margin-top: 0.5rem;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 1.1rem; }

/* line 121, ../static/sass/components/scss/_card_product.scss */
.card-product .product-author {
  color: #6d6e6f;
  font-size: clamp(0.4rem, 2.7vw, 0.6rem);
  letter-spacing: 0.4px;
  font-style: italic;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* line 132, ../static/sass/components/scss/_card_product.scss */
.product-card-prices,
.product-card-subscription-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  gap: 0.3rem; }
  /* line 139, ../static/sass/components/scss/_card_product.scss */
  .product-card-prices .media-body,
  .product-card-subscription-selector .media-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 0.5rem;
    flex: none;
    width: 4.2rem;
    height: 4.2rem;
    background-color: #fff;
    border: 1.5px solid #7F59CC;
    position: relative; }
    /* line 153, ../static/sass/components/scss/_card_product.scss */
    .product-card-prices .media-body .product-format,
    .product-card-prices .media-body .product-price,
    .product-card-prices .media-body .product-old-price,
    .product-card-subscription-selector .media-body .product-format,
    .product-card-subscription-selector .media-body .product-price,
    .product-card-subscription-selector .media-body .product-old-price {
      line-height: 120%; }
  /* line 160, ../static/sass/components/scss/_card_product.scss */
  .product-card-prices .media-body.active,
  .product-card-subscription-selector .media-body.active {
    background-color: #442E83; }
    /* line 163, ../static/sass/components/scss/_card_product.scss */
    .product-card-prices .media-body.active .product-format,
    .product-card-prices .media-body.active .product-price,
    .product-card-prices .media-body.active .product-old-price,
    .product-card-subscription-selector .media-body.active .product-format,
    .product-card-subscription-selector .media-body.active .product-price,
    .product-card-subscription-selector .media-body.active .product-old-price {
      color: #fff; }
    /* line 169, ../static/sass/components/scss/_card_product.scss */
    .product-card-prices .media-body.active .select-product,
    .product-card-subscription-selector .media-body.active .select-product {
      background-color: #442E83;
      border: none; }
    /* line 174, ../static/sass/components/scss/_card_product.scss */
    .product-card-prices .media-body.active .select-product.ti,
    .product-card-subscription-selector .media-body.active .select-product.ti {
      color: #fff; }

/* line 180, ../static/sass/components/scss/_card_product.scss */
.media-body .select-product {
  background-color: #fff;
  border: 1px solid #7F59CC;
  border-radius: 100%;
  position: absolute;
  top: -13%;
  z-index: 10; }

/* line 189, ../static/sass/components/scss/_card_product.scss */
.media-body .select-product.ti {
  font-size: 0.875rem;
  color: #fff; }

/* line 194, ../static/sass/components/scss/_card_product.scss */
.card-product .product-format {
  color: #7F59CC;
  text-align: center;
  font-size: 0.688rem;
  letter-spacing: 0.4px;
  margin: 0;
  line-height: 14px; }

/* line 203, ../static/sass/components/scss/_card_product.scss */
.card-product .product-price {
  font-weight: 700;
  font-size: 0.688rem;
  color: #7F59CC;
  margin: 0; }

/* line 210, ../static/sass/components/scss/_card_product.scss */
.card-product .product-old-price {
  text-decoration: line-through;
  font-size: 0.56rem;
  margin: 0;
  color: #7F59CC; }

/* line 217, ../static/sass/components/scss/_card_product.scss */
.card-product .wrapper-add-cart-button,
.card-product-subscription .wrapper-add-cart-button {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0; }

/* line 225, ../static/sass/components/scss/_card_product.scss */
.card-product .add-cart-product,
.card-product-subscription .add-cart-product {
  font-size: 0.75rem;
  width: 160px;
  border-radius: 12px; }

/* line 232, ../static/sass/components/scss/_card_product.scss */
.card-product .addtocart {
  height: 2.5rem;
  /*padding: 0.5rem 0;*/
  cursor: pointer; }

/* line 238, ../static/sass/components/scss/_card_product.scss */
.card-product .addtocart.no-allowed span {
  color: #BCCCDC;
  cursor: not-allowed; }

/* line 243, ../static/sass/components/scss/_card_product.scss */
.card-product .more-versions {
  background-color: #E5D1FF;
  border-radius: 100%; }

/* line 248, ../static/sass/components/scss/_card_product.scss */
.card-product .more-versions.ti {
  font-size: 1.25rem;
  color: #fff; }

/* line 253, ../static/sass/components/scss/_card_product.scss */
.card-product .product-label {
  position: absolute;
  top: 10.5rem;
  right: 0.5rem;
  z-index: 99; }

/* line 260, ../static/sass/components/scss/_card_product.scss */
.card-product button.close {
  cursor: pointer; }

/* line 264, ../static/sass/components/scss/_card_product.scss */
.card-product .product-stock {
  display: inline-block;
  color: #EF4E4E;
  padding-top: 11px;
  line-height: 0.2rem; }

@media (min-width: 768px) {
  /* line 272, ../static/sass/components/scss/_card_product.scss */
  .card-product {
    height: 410px; }
  /* line 277, ../static/sass/components/scss/_card_product.scss */
  .card-product .add-cart-product,
  .card-product-subscription .add-cart-product {
    width: 183px; }
  /* line 282, ../static/sass/components/scss/_card_product.scss */
  .card-product .product-card-prices,
  .product-card-subscription-selector {
    gap: 0.8rem; } }

/* line 289, ../static/sass/components/scss/_card_product.scss */
.product_grid_exclusive {
  display: flex;
  justify-content: center; }
  /* line 293, ../static/sass/components/scss/_card_product.scss */
  .product_grid_exclusive .card-product {
    width: 100%;
    max-width: 21.375rem;
    height: auto;
    padding: 0 1rem;
    border-radius: 1.875rem; }
    /* line 300, ../static/sass/components/scss/_card_product.scss */
    .product_grid_exclusive .card-product img.product-img.img-fluid {
      border-radius: 1.875rem;
      height: 248px;
      width: 156px;
      object-fit: cover; }
    /* line 309, ../static/sass/components/scss/_card_product.scss */
    .product_grid_exclusive .card-product .card-body .product-title {
      color: #372f2d;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: -0.4px;
      text-align: left;
      white-space: wrap;
      max-height: 4rem; }
    /* line 322, ../static/sass/components/scss/_card_product.scss */
    .product_grid_exclusive .card-product .card-body .prices {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      /* line 327, ../static/sass/components/scss/_card_product.scss */
      .product_grid_exclusive .card-product .card-body .prices .product-price {
        color: #442E83;
        font-size: 1.5rem; }
      /* line 332, ../static/sass/components/scss/_card_product.scss */
      .product_grid_exclusive .card-product .card-body .prices .product-old-price {
        color: #DE4D3B;
        font-size: 0.875rem; }
      /* line 338, ../static/sass/components/scss/_card_product.scss */
      .product_grid_exclusive .card-product .card-body .prices span {
        color: #8F8F8F;
        font-size: 0.75rem; }
    /* line 344, ../static/sass/components/scss/_card_product.scss */
    .product_grid_exclusive .card-product .card-body button.btn.btn-primary, .product_grid_exclusive .card-product .card-body .btn.btn-secondary,
    .product_grid_exclusive .card-product .card-body .btn-secondary .btn[class*=" icon-"],
    .btn-secondary .product_grid_exclusive .card-product .card-body .btn[class*=" icon-"],
    .product_grid_exclusive .card-product .card-body .btn-secondary .btn[class^="icon-"],
    .btn-secondary .product_grid_exclusive .card-product .card-body .btn[class^="icon-"] {
      font-size: 10px; }

/*@media (max-width: 425px) {
  .wrapper-add-cart-button .add-cart-product {
    width: 85%;
    font-size: 0.64rem;
  }

  .product-card-prices .media-body {
    max-width: 35%;
    min-width: 69px;
    width: 100%;
  }
}*/
/* line 364, ../static/sass/components/scss/_card_product.scss */
.card-product .card-body #btn-add-detail button {
  padding: 0.6vh 0.9vw; }

/* card product list blog */
/* line 370, ../static/sass/components/scss/_card_product.scss */
.blog-book-list .card-product {
  width: 189px; }

@media (min-width: 768px) {
  /* line 375, ../static/sass/components/scss/_card_product.scss */
  .blog-book-list .card-product {
    width: 221px; } }

@media (min-width: 1024px) {
  /* line 381, ../static/sass/components/scss/_card_product.scss */
  .blog-book-list .card-product {
    width: 212px; } }

/* line 1, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription {
  padding: 1rem 1rem 0 1rem;
  font-family: Oxygen, sans-serif;
  border-radius: 15px;
  border: none;
  box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.05);
  margin: 2rem 8px;
  height: 410px;
  display: block; }

/* line 11, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .card-img {
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  height: 13rem; }

/* line 18, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .product-align {
  width: 100%;
  position: absolute;
  padding: 0 0 1em 0;
  bottom: 0; }

/* line 24, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .card-img .img-fluid {
  max-width: 100%;
  max-height: 22.500rem;
  border-radius: 15px; }

/* line 29, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .card-img .product-img {
  width: 149px;
  height: 235px;
  object-fit: cover; }

/* line 34, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .card-img .subs-product-icon {
  position: relative;
  top: 10rem;
  left: 4.5rem; }

/* line 39, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .card-body {
  padding: 0;
  min-height: 150px;
  line-height: 1rem; }

/* line 44, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .product-synopsis {
  font-size: 0.875rem;
  color: #829AB1; }

/* line 48, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .card-footer {
  padding: 1rem;
  margin: 0 -1rem;
  background-color: #fff; }

/* line 54, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .card-footer .text-link {
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  color: #404040;
  border: none !important; }

/* line 60, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .card-footer .link[type=button] {
  -webkit-appearance: none; }

/* line 63, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .card-footer a {
  color: #829AB1; }

/* line 66, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .product-title {
  color: #7F59CC;
  font-size: 1rem;
  line-height: 0.875rem;
  margin-bottom: 0.4rem;
  margin-top: 0.5rem;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 1.1rem; }

/* line 79, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .product-author {
  color: #6d6e6f;
  font-size: clamp(0.4rem, 2.7vw, 0.6rem);
  letter-spacing: 0.4px;
  font-style: italic;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* line 89, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .product-format {
  color: #7F59CC;
  font-size: 2.2rem;
  letter-spacing: 0.4px;
  padding-left: 0 !important; }

/* line 95, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .media-body.active {
  background-color: #7F59CC; }
  /* line 98, ../static/sass/components/scss/_card_product_subscription.scss */
  .card-product-subscription .media-body.active .product-format {
    color: #fff; }

/* line 102, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .product-price {
  font-weight: 700;
  font-size: 1.25rem; }

/* line 106, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .product-old-price {
  text-decoration: line-through;
  padding-left: 0.5rem;
  color: #EF4E4E;
  font-size: 0.875rem; }

/* line 112, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .addtocart {
  height: 2.5rem;
  padding: 0.5rem 0; }

/* line 116, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .icon-cart_add {
  color: #7F59CC; }

/* line 119, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .product-label {
  position: absolute;
  top: 10.5rem;
  right: 0.5rem;
  z-index: 99; }

/* line 125, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription button.close {
  cursor: pointer; }

/* line 128, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .product-stock {
  display: inline-block;
  color: #EF4E4E;
  padding-top: 11px; }

/* line 134, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .btn.opacity, .card-product-subscription .btn.opacity:hover, .card-product-subscription .opacity.btn-secondary:hover, .card-product-subscription .opacity.btn-secondary:focus, .card-product-subscription .btn.opacity:focus {
  background-color: #E5D1FF !important; }

/* line 136, ../static/sass/components/scss/_card_product_subscription.scss */
.card-product-subscription .media-body {
  line-height: 1rem; }

/* line 1, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible {
  font-family: "Open Sans", sans-serif;
  border-radius: 0.25rem;
  border: none;
  box-shadow: 0px 4px 30px 0px rgba(55, 47, 45, 0.15);
  margin-bottom: 1rem;
  padding: 1rem; }

/* line 9, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .product-synopsis {
  font-size: 0.875rem;
  color: #6d6e6f; }

/* line 13, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .card-footer {
  padding-left: 0;
  padding-right: 0;
  -webkit-appearance: none;
  background-color: #fff; }

/* line 19, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .product-price {
  font-weight: 700;
  font-size: 1.25rem; }

/* line 23, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .product-old-price {
  text-decoration: line-through;
  padding-left: 0.5rem;
  color: #EF4E4E;
  font-size: 0.875rem; }

/* line 30, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .card-img {
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: center; }

/* line 36, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .product-align {
  width: 100%;
  position: absolute;
  padding: 0 0 1em 0;
  bottom: 0; }

/* line 42, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .card-img .img-fluid {
  max-width: 100%;
  max-height: 22.500rem; }

/* line 46, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .product-img {
  margin-bottom: 1em; }

/* line 49, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .card-body {
  padding: 0;
  min-height: 130px; }

/* line 53, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .product-synopsis {
  font-size: 0.875rem;
  color: #829AB1; }

/* line 57, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .card-footer {
  padding: 1rem;
  margin: 0 -1rem;
  background-color: #fff; }

/* line 63, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .card-footer .text-link {
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  color: #404040;
  border: none !important; }

/* line 70, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .card-footer a {
  color: #829AB1; }

/* line 73, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .product-title {
  color: #404040;
  font-size: 1rem; }

/* line 77, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .product-author {
  color: #6d6e6f;
  font-size: 0.75rem;
  letter-spacing: 0.4px; }

/* line 82, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .product-format {
  color: #829AB1;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  white-space: nowrap; }

/* line 88, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .product-price {
  font-weight: 700;
  font-size: 1.25rem;
  padding-right: 0.5rem; }

/* line 94, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .btn.opacity, .card-product-expansible .btn.opacity:hover, .card-product-expansible .opacity.btn-secondary:hover, .card-product-expansible .opacity.btn-secondary:focus, .card-product-expansible .btn.opacity:focus {
  background-color: #BCCCDC !important; }

/* line 96, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .media-body {
  line-height: 1rem; }

/* line 98, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .no-allowed {
  background-color: #BCCCDC !important;
  cursor: not-allowed;
  color: #fff; }

/* line 104, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .no-allowed span {
  color: #fff; }

/* line 108, ../static/sass/components/scss/_card_product_expansible.scss */
.card-product-expansible .no-allowed:focus {
  box-shadow: 0 0 0 0.2rem #ECECEC !important; }

/* line 1, ../static/sass/components/scss/_card_product_purchased.scss */
.card_product_event .synopsisBlock {
  padding: 4px 16px;
  font-size: 14px; }

/* line 6, ../static/sass/components/scss/_card_product_purchased.scss */
.product_purchased_container {
  height: 17.37rem; }
  /* line 8, ../static/sass/components/scss/_card_product_purchased.scss */
  .product_purchased_container .product_container_body {
    height: 11.5rem; }
    /* line 10, ../static/sass/components/scss/_card_product_purchased.scss */
    .product_purchased_container .product_container_body.course-product {
      height: 12.5rem; }
    /* line 13, ../static/sass/components/scss/_card_product_purchased.scss */
    .product_purchased_container .product_container_body .product-img {
      width: 8.3rem;
      height: 12.7rem;
      object-fit: cover;
      border-radius: 0.9375rem;
      position: relative;
      top: -1.5rem; }
    /* line 21, ../static/sass/components/scss/_card_product_purchased.scss */
    .product_purchased_container .product_container_body .product-img-landscape {
      width: 100%;
      height: 11rem;
      object-fit: cover;
      border-radius: 0.9375rem;
      position: relative;
      top: -2.5rem; }
    /* line 29, ../static/sass/components/scss/_card_product_purchased.scss */
    .product_purchased_container .product_container_body .product_data {
      overflow: hidden; }
    /* line 32, ../static/sass/components/scss/_card_product_purchased.scss */
    .product_purchased_container .product_container_body .product-title {
      font-size: 0.875rem;
      font-weight: 700;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    /* line 39, ../static/sass/components/scss/_card_product_purchased.scss */
    .product_purchased_container .product_container_body .product-author {
      font-size: 0.75rem;
      color: #6d6e6f;
      font-style: italic;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    /* line 47, ../static/sass/components/scss/_card_product_purchased.scss */
    .product_purchased_container .product_container_body .synopsisBlock {
      font-size: 0.75rem;
      color: #929292;
      height: 7rem;
      overflow: auto; }
      /* line 52, ../static/sass/components/scss/_card_product_purchased.scss */
      .product_purchased_container .product_container_body .synopsisBlock p {
        margin-bottom: 0.5rem; }
  /* line 57, ../static/sass/components/scss/_card_product_purchased.scss */
  .product_purchased_container .reading_progress {
    height: 0.5rem;
    background-color: #442E83;
    border-radius: 5px; }
  /* line 63, ../static/sass/components/scss/_card_product_purchased.scss */
  .product_purchased_container .product_options .btn-primary,
  .product_purchased_container .product_options .btn-secondary [class*=" icon-"],
  .btn-secondary .product_purchased_container .product_options [class*=" icon-"],
  .product_purchased_container .product_options .btn-secondary [class^="icon-"],
  .btn-secondary .product_purchased_container .product_options [class^="icon-"],
  .product_purchased_container .product_options .btn-secondary {
    width: 10rem;
    padding: 0.5em 0.25em;
    font-size: 0.9rem;
    text-wrap: nowrap; }

/* line 73, ../static/sass/components/scss/_card_product_purchased.scss */
.product_purchased_container.book {
  height: auto; }

@media (max-width: 400px) {
  /* line 80, ../static/sass/components/scss/_card_product_purchased.scss */
  .product_purchased_container .product_options .btn-primary,
  .product_purchased_container .product_options .btn-secondary [class*=" icon-"],
  .btn-secondary .product_purchased_container .product_options [class*=" icon-"],
  .product_purchased_container .product_options .btn-secondary [class^="icon-"],
  .btn-secondary .product_purchased_container .product_options [class^="icon-"],
  .product_purchased_container .product_options .btn-secondary {
    width: 9.8rem; } }

@media (min-width: 576px) {
  /* line 91, ../static/sass/components/scss/_card_product_purchased.scss */
  .product_purchased_container .product_options .btn-primary,
  .product_purchased_container .product_options .btn-secondary [class*=" icon-"],
  .btn-secondary .product_purchased_container .product_options [class*=" icon-"],
  .product_purchased_container .product_options .btn-secondary [class^="icon-"],
  .btn-secondary .product_purchased_container .product_options [class^="icon-"],
  .product_purchased_container .product_options .btn-secondary {
    width: 20vw;
    font-size: 2vw; }
  /* line 99, ../static/sass/components/scss/_card_product_purchased.scss */
  .product_purchased_container .product_options.audiobook .btn-primary,
  .product_purchased_container .product_options.audiobook .btn-secondary [class*=" icon-"],
  .btn-secondary .product_purchased_container .product_options.audiobook [class*=" icon-"],
  .product_purchased_container .product_options.audiobook .btn-secondary [class^="icon-"],
  .btn-secondary .product_purchased_container .product_options.audiobook [class^="icon-"],
  .product_purchased_container .product_options.audiobook .btn-secondary {
    width: 9.8rem;
    font-size: 0.875rem; } }

@media (min-width: 768px) {
  /* line 109, ../static/sass/components/scss/_card_product_purchased.scss */
  .product_purchased_container {
    height: 20rem; }
    /* line 112, ../static/sass/components/scss/_card_product_purchased.scss */
    .product_purchased_container.course-product {
      height: 12.5rem; }
    /* line 115, ../static/sass/components/scss/_card_product_purchased.scss */
    .product_purchased_container .product_container_body {
      max-height: 12rem; }
      /* line 117, ../static/sass/components/scss/_card_product_purchased.scss */
      .product_purchased_container .product_container_body .product-img {
        width: 9.25rem;
        height: 14.69rem;
        top: -3.5rem; }
      /* line 122, ../static/sass/components/scss/_card_product_purchased.scss */
      .product_purchased_container .product_container_body .product-title {
        font-size: 1.25rem; }
      /* line 125, ../static/sass/components/scss/_card_product_purchased.scss */
      .product_purchased_container .product_container_body .product-author {
        font-size: 0.875rem; }
      /* line 128, ../static/sass/components/scss/_card_product_purchased.scss */
      .product_purchased_container .product_container_body .synopsisBlock {
        font-size: 0.875rem;
        height: 6rem; }
        /* line 131, ../static/sass/components/scss/_card_product_purchased.scss */
        .product_purchased_container .product_container_body .synopsisBlock p {
          margin-bottom: 1rem; }
    /* line 137, ../static/sass/components/scss/_card_product_purchased.scss */
    .product_purchased_container .product_options .btn-primary,
    .product_purchased_container .product_options .btn-secondary [class*=" icon-"],
    .btn-secondary .product_purchased_container .product_options [class*=" icon-"],
    .product_purchased_container .product_options .btn-secondary [class^="icon-"],
    .btn-secondary .product_purchased_container .product_options [class^="icon-"],
    .product_purchased_container .product_options .btn-secondary {
      width: 10.8rem;
      font-size: 0.875rem; } }

@media (min-width: 992px) {
  /* line 147, ../static/sass/components/scss/_card_product_purchased.scss */
  .product_purchased_container {
    max-width: 27.75rem; }
    /* line 150, ../static/sass/components/scss/_card_product_purchased.scss */
    .product_purchased_container .product_container_body .product-title {
      font-size: 1rem; }
    /* line 153, ../static/sass/components/scss/_card_product_purchased.scss */
    .product_purchased_container .product_container_body .product-author {
      font-size: 0.875rem; }
    /* line 156, ../static/sass/components/scss/_card_product_purchased.scss */
    .product_purchased_container .product_container_body .synopsisBlock {
      font-size: 0.75rem; }
    /* line 161, ../static/sass/components/scss/_card_product_purchased.scss */
    .product_purchased_container .product_options .btn-primary,
    .product_purchased_container .product_options .btn-secondary [class*=" icon-"],
    .btn-secondary .product_purchased_container .product_options [class*=" icon-"],
    .product_purchased_container .product_options .btn-secondary [class^="icon-"],
    .btn-secondary .product_purchased_container .product_options [class^="icon-"],
    .product_purchased_container .product_options .btn-secondary {
      width: 9rem;
      font-size: 0.9rem; } }

@media (min-width: 1200px) {
  /* line 173, ../static/sass/components/scss/_card_product_purchased.scss */
  .product_purchased_container .product_options .btn-primary,
  .product_purchased_container .product_options .btn-secondary [class*=" icon-"],
  .btn-secondary .product_purchased_container .product_options [class*=" icon-"],
  .product_purchased_container .product_options .btn-secondary [class^="icon-"],
  .btn-secondary .product_purchased_container .product_options [class^="icon-"],
  .product_purchased_container .product_options .btn-secondary {
    min-width: 10rem; } }

/* line 1, ../static/sass/components/scss/_card_product_purchased_digital.scss */
.card-product-purchased-digital {
  padding: 1rem 1rem 0 1rem;
  font-family: "Open Sans", sans-serif;
  border-radius: 0.25rem;
  border: none;
  box-shadow: 0px 4px 30px 0px rgba(55, 47, 45, 0.15);
  margin-bottom: 1rem; }

/* line 10, ../static/sass/components/scss/_card_product_purchased_digital.scss */
.card-product-purchased-digital .card-img {
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  min-height: 350px; }

/* line 18, ../static/sass/components/scss/_card_product_purchased_digital.scss */
.card-product-purchased-digital .card-img .img-fluid {
  max-width: 100%;
  max-height: 22.500rem; }

/* line 23, ../static/sass/components/scss/_card_product_purchased_digital.scss */
.card-product-purchased-digital .product-align {
  width: 100%;
  padding: 0 0 1em 0;
  bottom: 0;
  position: absolute; }

/* line 31, ../static/sass/components/scss/_card_product_purchased_digital.scss */
.card-product-purchased-digital .card-body {
  padding: 0;
  min-height: 100px; }

/* line 37, ../static/sass/components/scss/_card_product_purchased_digital.scss */
.card-product-purchased-digital .product-title {
  color: #404040;
  font-size: 1rem; }

/* line 42, ../static/sass/components/scss/_card_product_purchased_digital.scss */
.card-product-purchased-digital .product-author {
  color: #6d6e6f;
  font-size: 0.75rem;
  letter-spacing: 0.4px; }

/* line 48, ../static/sass/components/scss/_card_product_purchased_digital.scss */
.card-product-purchased-digital .product-synopsis {
  font-size: 0.875rem;
  color: #829AB1; }

/* line 53, ../static/sass/components/scss/_card_product_purchased_digital.scss */
.card-product-purchased-digital .card-footer {
  padding-left: 0;
  padding-right: 0;
  -webkit-appearance: none;
  background: none !important; }

/* line 59, ../static/sass/components/scss/_card_product_purchased_digital.scss */
.card-product-purchased-digital .card-footer .text-link {
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  color: #404040;
  border: none !important; }

/* line 66, ../static/sass/components/scss/_card_product_purchased_digital.scss */
.card-product-purchased-digital .card-footer button.btn {
  padding: 0.5rem 0.4rem; }

@media (max-width: 1076px) {
  /* line 71, ../static/sass/components/scss/_card_product_purchased_digital.scss */
  .card-product-purchased-digital .card-footer .col.pr-0 {
    padding-right: 15px !important; } }

@media (min-width: 1076px) and (max-width: 1118px) {
  /* line 74, ../static/sass/components/scss/_card_product_purchased_digital.scss */
  .card-product-purchased-digital .card-footer button span {
    display: none; } }

/* line 1, ../static/sass/components/scss/_card_product_cart.scss */
.cart-container-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #442E83; }

/* line 8, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart {
  border-radius: 0.5rem;
  border: 2px solid #7F59CC;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }

/* line 14, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .cart-img {
  width: 5.92rem; }
  /* line 16, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .cart-img .product-img {
    width: 100%;
    height: 7.75rem;
    object-fit: cover;
    border-radius: 0.25rem; }

/* line 23, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .card-body {
  padding: 0.5rem 0;
  max-width: 40vw; }
  /* line 26, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .card-body .product-title {
    color: #442E83;
    font-weight: 700;
    font-size: 1.125rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px; }
  /* line 35, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .card-body .product-author {
    color: #929292;
    font-size: 0.875rem;
    font-style: italic;
    letter-spacing: 0.4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  /* line 44, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .card-body .product-format {
    font-size: 0.75rem;
    color: #929292;
    font-style: italic;
    margin: 0; }
  /* line 50, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .card-body .product-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #372f2d; }

@media (max-width: 767px) {
  /* line 58, ../static/sass/components/scss/_card_product_cart.scss */
  .come-back-home-btn {
    width: 50% !important; }
  /* line 62, ../static/sass/components/scss/_card_product_cart.scss */
  .text-right.product-units {
    margin-bottom: 15%; }
  /* line 66, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .product-units .form-control {
    width: 2.93rem !important; } }

/* line 75, ../static/sass/components/scss/_card_product_cart.scss */
.summary-table-title,
.summary-table-data {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-variant: all-small-caps; }

/* line 86, ../static/sass/components/scss/_card_product_cart.scss */
.summary-table-data {
  text-align: right; }

/* line 90, ../static/sass/components/scss/_card_product_cart.scss */
.summary_table_total .summary-table-title,
.summary_table_total .summary-table-data {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-variant: all-small-caps; }

/* line 100, ../static/sass/components/scss/_card_product_cart.scss */
.summary_table_total .summary-table-title {
  font-size: 18px !important; }

/* line 104, ../static/sass/components/scss/_card_product_cart.scss */
.summary_table_total .summary-table-data {
  font-size: 24px !important; }

/* line 108, ../static/sass/components/scss/_card_product_cart.scss */
.order-summary-title {
  color: white;
  text-align: center;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 110% */
  letter-spacing: -0.408px; }

/* line 119, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .quit-product-btn {
  width: 5.16rem;
  height: 1.25rem;
  color: #fff;
  background-color: #DE4D3B;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  padding: 0; }

/* line 129, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .cart-quantity {
  min-width: max-content;
  padding-right: 0.8rem; }

/* line 134, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .product-units .icon-minus,
.card-product-cart .product-units .icon-plus {
  display: inline-block;
  font-size: 0.688rem;
  color: #442E83;
  background-color: #ECECEC;
  border-radius: 0.375rem;
  padding: 0.10rem 0.25rem; }

/* line 143, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .product-units .form-control {
  width: 1.93rem;
  height: 1.06rem;
  text-align: center;
  display: inline-block;
  padding: 0.25rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #7F59CC;
  border-radius: 0.375rem;
  margin: 0 0.23rem; }

/* line 155, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .product-units {
  display: flex;
  align-items: flex-end; }

/* line 159, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .product-units .form-control-quantity {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center; }

/* line 165, ../static/sass/components/scss/_card_product_cart.scss */
.cart-quantity-present {
  color: #7F59CC;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 137.5% */
  text-transform: uppercase; }

/* line 175, ../static/sass/components/scss/_card_product_cart.scss */
.cart-actions .discount-coupon {
  cursor: pointer;
  box-shadow: 0px 4px 30px 0px #0000000D;
  padding: 1.4rem 1rem;
  height: 3.875rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  max-width: 28.8rem; }

/* line 184, ../static/sass/components/scss/_card_product_cart.scss */
.cart-actions .btn-primary, .cart-actions .btn-secondary,
.cart-actions .btn-secondary [class*=" icon-"],
.btn-secondary .cart-actions [class*=" icon-"],
.cart-actions .btn-secondary [class^="icon-"],
.btn-secondary .cart-actions [class^="icon-"] {
  max-width: 28.8rem;
  margin: 0 auto; }

/* line 188, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .icon-close_circle_outline:hover, .card-product-cart .icon-close_circle_outline.btn-secondary:focus,
.card-product-cart .product-units .icon-minus:hover,
.card-product-cart .product-units .icon-minus.btn-secondary:focus,
.card-product-cart .product-units .icon-plus:hover,
.card-product-cart .product-units .icon-plus.btn-secondary:focus {
  color: #7F59CC; }

/* line 193, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .cart-list-captions {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  color: #829AB1; }

/* line 198, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .cart-list-captions div {
  border-bottom: 1px solid #ECECEC; }

/* line 201, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .btn-next {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  color: #7F59CC !important;
  text-align: left;
  padding-left: 0 !important;
  padding-right: 2rem !important;
  text-decoration: none !important; }

/* line 212, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .btn-next:before {
  position: absolute;
  font-family: 'icomoon';
  top: 0.25rem;
  right: 0.5rem;
  content: "\e938";
  color: #7F59CC;
  font-size: 1.125rem; }

/* line 221, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .cart-total {
  font-size: 1rem;
  background-color: #F0F4F8;
  padding: 1rem;
  color: #6d6e6f; }

/* line 228, ../static/sass/components/scss/_card_product_cart.scss */
.card-product-cart .product-format {
  padding-left: 0;
  margin-top: 0.5rem; }

/* line 233, ../static/sass/components/scss/_card_product_cart.scss */
#cart-list .card.card-product-cart.pack-product {
  border-radius: 0.5rem;
  margin-top: 0; }

/* line 239, ../static/sass/components/scss/_card_product_cart.scss */
.add_to_cart_container .title a {
  font-size: 1rem;
  font-weight: 700;
  color: #442E83; }

/* line 244, ../static/sass/components/scss/_card_product_cart.scss */
.add_to_cart_container .see-all {
  font-size: 0.875rem;
  color: #6d6e6f; }

/* line 250, ../static/sass/components/scss/_card_product_cart.scss */
.cart-present-textarea {
  background-color: #ECECEC;
  resize: none;
  width: 100%;
  border-radius: 6px;
  border: 0px; }

@media (max-width: 400px) {
  /* line 259, ../static/sass/components/scss/_card_product_cart.scss */
  .cart-present-title {
    font-size: 1.25rem; }
  /* line 262, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .card-body {
    max-width: 50vw; }
  /* line 265, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .cart-img {
    display: none; } }

@media (min-width: 768px) {
  /* line 271, ../static/sass/components/scss/_card_product_cart.scss */
  .cart-container-title {
    font-size: 1.875rem; }
  /* line 274, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .cart-img {
    width: 10.4rem; }
    /* line 276, ../static/sass/components/scss/_card_product_cart.scss */
    .card-product-cart .cart-img .product-img {
      height: 10.3rem; }
  /* line 280, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .quit-product-btn {
    width: 8.38rem;
    height: 1.687rem; }
  /* line 284, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .product-units .icon-minus,
  .card-product-cart .product-units .icon-plus {
    padding: 0.3rem 0.6rem; }
  /* line 288, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .product-units .form-control {
    width: 3.39rem;
    height: 1.4rem; }
  /* line 293, ../static/sass/components/scss/_card_product_cart.scss */
  .add_to_cart_container .title a {
    font-size: 1.25rem; }
  /* line 296, ../static/sass/components/scss/_card_product_cart.scss */
  .add_to_cart_container .see-all {
    font-size: 1rem; } }

@media (min-width: 992px) {
  /* line 303, ../static/sass/components/scss/_card_product_cart.scss */
  .confirm-you-payment {
    display: none; }
  /* line 306, ../static/sass/components/scss/_card_product_cart.scss */
  .cart-container-title {
    display: none; }
  /* line 309, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart {
    max-width: 71.2rem;
    margin: 0 auto 1.5rem auto; }
  /* line 313, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .cart-img {
    width: 16.86rem; }
    /* line 315, ../static/sass/components/scss/_card_product_cart.scss */
    .card-product-cart .cart-img .product-img {
      width: 16.86rem; }
  /* line 319, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .quit-product-btn {
    width: 13.56rem; }
  /* line 322, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .product-units .icon-minus,
  .card-product-cart .product-units .icon-plus {
    padding: 0.3rem 1.4rem; }
  /* line 326, ../static/sass/components/scss/_card_product_cart.scss */
  .card-product-cart .product-units .form-control {
    width: 5.49rem; }
  /* line 330, ../static/sass/components/scss/_card_product_cart.scss */
  .cart-present-title {
    color: #442E83;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 57.6px */
    margin-bottom: 2rem; } }

@media (max-width: 991px) {
  /* line 343, ../static/sass/components/scss/_card_product_cart.scss */
  #payment_resume .order-summary-title {
    display: none; }
  /* line 347, ../static/sass/components/scss/_card_product_cart.scss */
  .confirm-you-payment {
    color: #442E83;
    text-align: center;
    font-family: "Helvetica";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 68.75% */
    letter-spacing: -0.408px;
    margin-bottom: 2rem; }
  /* line 359, ../static/sass/components/scss/_card_product_cart.scss */
  .cart-present-title {
    color: #442E83;
    text-align: center;
    font-family: "Helvetica";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 68.75% */
    letter-spacing: -0.408px;
    margin-bottom: 25px; }
  /* line 371, ../static/sass/components/scss/_card_product_cart.scss */
  .cart-present-div-textarea {
    margin-left: 0 !important; } }

/* line 377, ../static/sass/components/scss/_card_product_cart.scss */
.payment-successfully .come-back-home-btn {
  background-color: white;
  color: #442E83;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; }

/* line 388, ../static/sass/components/scss/_card_product_cart.scss */
.payment-successfully .come-back-home-title {
  color: #FFF;
  text-align: center;
  font-family: "Helvetica";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  /* 105% */ }

/* line 398, ../static/sass/components/scss/_card_product_cart.scss */
.payment-successfully .come-back-home-circle-check {
  background-color: #0FD08B;
  border-radius: 50%;
  padding: 5%; }

@media (max-width: 426px) {
  /* line 406, ../static/sass/components/scss/_card_product_cart.scss */
  .confirm-you-payment {
    font-size: 1.25rem; } }

/* line 1, ../static/sass/components/scss/_card_plan_icon.scss */
.card-plan-icon {
  font-family: "Open Sans", sans-serif;
  border-radius: 18px;
  border: none;
  box-shadow: 0px 4px 30px 0px rgba(55, 47, 45, 0.15);
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 100%;
  margin-bottom: 1rem !important;
  background-size: cover;
  background-position: center; }

/* line 14, ../static/sass/components/scss/_card_plan_icon.scss */
.basic-plan-bg {
  background-image: url("/static/img/bg_basic_plan.png?98b2ce87c2c5"); }

/* line 17, ../static/sass/components/scss/_card_plan_icon.scss */
.plus-plan-bg {
  background-image: url("/static/img/bg_plus_plan.png?98b2ce87c2c5"); }

/* line 21, ../static/sass/components/scss/_card_plan_icon.scss */
.card-plan-icon .icon-circle {
  display: inline-block !important;
  width: 4rem;
  height: 4rem;
  background-color: #E5D1FF;
  border-radius: 2rem;
  padding: 1rem; }

/* line 30, ../static/sass/components/scss/_card_plan_icon.scss */
.card-plan-icon .icon-circle span {
  font-size: 2rem;
  color: #7F59CC; }

/* line 35, ../static/sass/components/scss/_card_plan_icon.scss */
.card-plan-icon .card-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff; }
  /* line 40, ../static/sass/components/scss/_card_plan_icon.scss */
  .card-plan-icon .card-body .card-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0.5rem; }
    /* line 46, ../static/sass/components/scss/_card_plan_icon.scss */
    .card-plan-icon .card-body .card-text p {
      color: #fff; }
    /* line 50, ../static/sass/components/scss/_card_plan_icon.scss */
    .card-plan-icon .card-body .card-text h3 {
      color: #fff;
      font-size: 2.75rem; }
    /* line 55, ../static/sass/components/scss/_card_plan_icon.scss */
    .card-plan-icon .card-body .card-text .money-price-label {
      font-size: 1.5rem; }
    /* line 59, ../static/sass/components/scss/_card_plan_icon.scss */
    .card-plan-icon .card-body .card-text .price-label {
      font-size: 2.75rem; }
    /* line 63, ../static/sass/components/scss/_card_plan_icon.scss */
    .card-plan-icon .card-body .card-text button {
      width: 170px;
      height: 30px;
      font-size: 13px;
      padding-top: 5px;
      padding-bottom: 5px; }
  /* line 73, ../static/sass/components/scss/_card_plan_icon.scss */
  .card-plan-icon .card-body .card-icon .subs-card-icon {
    width: 127px; }

/* line 78, ../static/sass/components/scss/_card_plan_icon.scss */
.card-subscription-description p {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.408px;
  max-width: 80%; }

/* line 88, ../static/sass/components/scss/_card_plan_icon.scss */
.card-plan-icon small {
  font-size: 0.75rem;
  display: block;
  min-height: 40px; }

/* line 93, ../static/sass/components/scss/_card_plan_icon.scss */
.card-plan-icon .row-flex .card {
  height: 100%;
  margin-bottom: 1rem !important; }

@media (max-width: 991px) {
  /* line 99, ../static/sass/components/scss/_card_plan_icon.scss */
  .card-subscription-description p {
    font-size: 11px !important; }
  /* line 103, ../static/sass/components/scss/_card_plan_icon.scss */
  .card-plan-icon {
    max-width: 100%;
    height: 260px;
    padding-top: 0px;
    padding-bottom: 0px; }
    /* line 108, ../static/sass/components/scss/_card_plan_icon.scss */
    .card-plan-icon .card-body {
      padding: 1rem; }
      /* line 110, ../static/sass/components/scss/_card_plan_icon.scss */
      .card-plan-icon .card-body .card-text {
        display: block; }
        /* line 112, ../static/sass/components/scss/_card_plan_icon.scss */
        .card-plan-icon .card-body .card-text h3, .card-plan-icon .card-body .card-text .price-label {
          font-size: 2rem; }
        /* line 115, ../static/sass/components/scss/_card_plan_icon.scss */
        .card-plan-icon .card-body .card-text p {
          font-size: 0.75rem; }
        /* line 119, ../static/sass/components/scss/_card_plan_icon.scss */
        .card-plan-icon .card-body .card-text button {
          width: 107px;
          padding: 0;
          height: 25px;
          font-size: 12px; }
      /* line 127, ../static/sass/components/scss/_card_plan_icon.scss */
      .card-plan-icon .card-body .card-icon .subs-card-icon {
        width: 74px; } }

/* line 136, ../static/sass/components/scss/_card_plan_icon.scss */
.subscription-card-active {
  font-family: "Open Sans", sans-serif;
  border-radius: 18px;
  border: none;
  box-shadow: 0px 4px 30px 0px rgba(55, 47, 45, 0.15);
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem !important;
  background-size: cover;
  background-position: center; }
  /* line 147, ../static/sass/components/scss/_card_plan_icon.scss */
  .subscription-card-active * {
    color: #FFF; }
  /* line 151, ../static/sass/components/scss/_card_plan_icon.scss */
  .subscription-card-active .subscription-label {
    font-size: 13px;
    margin-bottom: 0; }
  /* line 155, ../static/sass/components/scss/_card_plan_icon.scss */
  .subscription-card-active .subscription-name {
    font-size: 32px;
    text-transform: uppercase; }
  /* line 159, ../static/sass/components/scss/_card_plan_icon.scss */
  .subscription-card-active .subscription-date-label {
    font-size: 12px;
    margin-bottom: 0;
    text-align: end; }
  /* line 164, ../static/sass/components/scss/_card_plan_icon.scss */
  .subscription-card-active .subscription-date {
    font-size: 21px;
    margin-bottom: 0;
    text-align: end; }
  /* line 169, ../static/sass/components/scss/_card_plan_icon.scss */
  .subscription-card-active #subscription_automatic_active,
  .subscription-card-active #subscription_automatic_inactive {
    font-size: 11px;
    margin: 1rem 0 0 0; }
    /* line 174, ../static/sass/components/scss/_card_plan_icon.scss */
    .subscription-card-active #subscription_automatic_active .btn-white,
    .subscription-card-active #subscription_automatic_inactive .btn-white {
      background-color: #FFF;
      color: #442E83 !important;
      font-weight: 700;
      font-size: 12px;
      border-radius: 12px;
      margin-top: 1rem;
      padding: 4px 0;
      width: 85%;
      height: 25px; }
  /* line 186, ../static/sass/components/scss/_card_plan_icon.scss */
  .subscription-card-active .subs-card-icon {
    max-width: 133px; }

@media (min-width: 768px) {
  /* line 192, ../static/sass/components/scss/_card_plan_icon.scss */
  .subscription-card-active {
    padding: 40px;
    border-radius: 32px;
    max-width: 704px;
    margin-inline: auto; }
    /* line 198, ../static/sass/components/scss/_card_plan_icon.scss */
    .subscription-card-active .subscription-label {
      font-size: 23px; }
    /* line 201, ../static/sass/components/scss/_card_plan_icon.scss */
    .subscription-card-active .subscription-name {
      font-size: 56px; }
    /* line 204, ../static/sass/components/scss/_card_plan_icon.scss */
    .subscription-card-active .subscription-date-label {
      font-size: 21px; }
    /* line 207, ../static/sass/components/scss/_card_plan_icon.scss */
    .subscription-card-active .subscription-date {
      font-size: 28px; }
    /* line 210, ../static/sass/components/scss/_card_plan_icon.scss */
    .subscription-card-active #subscription_automatic_active,
    .subscription-card-active #subscription_automatic_inactive {
      font-size: 19px;
      margin: 1rem 0 0 0; }
      /* line 215, ../static/sass/components/scss/_card_plan_icon.scss */
      .subscription-card-active #subscription_automatic_active .btn-white,
      .subscription-card-active #subscription_automatic_inactive .btn-white {
        font-size: 21px;
        height: 44px;
        padding: 6px 0;
        border-radius: 22px;
        max-width: 371px;
        width: 100%; } }

/* line 1, ../static/sass/components/scss/_card_plan_image.scss */
.card-plan-image {
  width: 100%;
  height: 384px;
  box-shadow: 0px 4px 30px 0px rgba(55, 47, 45, 0.15);
  margin-bottom: 2.5rem; }

/* line 8, ../static/sass/components/scss/_card_plan_image.scss */
.card-plan-image .plan-text {
  font-size: 0.75rem;
  text-align: center;
  width: 50%;
  color: #fff; }

/* line 14, ../static/sass/components/scss/_card_plan_image.scss */
.plan-label {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 15.6px */
  letter-spacing: -0.408px;
  text-transform: uppercase; }

/* line 25, ../static/sass/components/scss/_card_plan_image.scss */
.card-plan-image .plan-text h3 {
  font-size: 1.875rem !important;
  color: #fff !important;
  font-weight: 700;
  margin-top: 0; }

/* line 32, ../static/sass/components/scss/_card_plan_image.scss */
.card-plan-image .plan-image {
  width: 50%;
  overflow: hidden;
  position: relative; }

/* line 38, ../static/sass/components/scss/_card_plan_image.scss */
.card-plan-image .plan-image img {
  position: absolute;
  right: 0; }

@media (max-width: 540px) {
  /* line 43, ../static/sass/components/scss/_card_plan_image.scss */
  .card-plan-image .plan-text {
    width: 70%; }
  /* line 44, ../static/sass/components/scss/_card_plan_image.scss */
  .card-plan-image .plan-image {
    width: 30%; }
  /* line 45, ../static/sass/components/scss/_card_plan_image.scss */
  .card-plan-image .plan-text h4 .h1 strong {
    font-size: 2.25rem !important; } }

@media (max-width: 1024px) and (min-width: 768px) {
  /* line 48, ../static/sass/components/scss/_card_plan_image.scss */
  .card-plan-image .plan-text p {
    font-size: 0.875rem; }
  /* line 49, ../static/sass/components/scss/_card_plan_image.scss */
  .card-plan-image .plan-text h3 {
    font-size: 1.5rem !important; }
  /* line 50, ../static/sass/components/scss/_card_plan_image.scss */
  .card-plan-image .h4 {
    font-size: 1rem !important; }
  /* line 51, ../static/sass/components/scss/_card_plan_image.scss */
  .card-plan-image .plan-text h4 .h1 strong {
    font-size: 1.875rem !important; } }

/* line 1, ../static/sass/components/scss/_card_plan_table.scss */
.subscription-table-wrapper {
  background-color: #E5D1FF;
  border-radius: 7.59px; }
  /* line 5, ../static/sass/components/scss/_card_plan_table.scss */
  .subscription-table-wrapper .basic-subscription {
    border-bottom: 1px solid #7F59CC; }
  /* line 8, ../static/sass/components/scss/_card_plan_table.scss */
  .subscription-table-wrapper .subscription-plan {
    font-size: 7.43px; }
  /* line 11, ../static/sass/components/scss/_card_plan_table.scss */
  .subscription-table-wrapper .subscription-type {
    font-size: 21px;
    text-transform: uppercase; }
  /* line 15, ../static/sass/components/scss/_card_plan_table.scss */
  .subscription-table-wrapper .subscription-price {
    font-size: 11.5px; }
    /* line 17, ../static/sass/components/scss/_card_plan_table.scss */
    .subscription-table-wrapper .subscription-price strong {
      font-size: 17px; }
  /* line 21, ../static/sass/components/scss/_card_plan_table.scss */
  .subscription-table-wrapper .subscription-description {
    font-size: 10.79px; }
  /* line 24, ../static/sass/components/scss/_card_plan_table.scss */
  .subscription-table-wrapper .table-border-bottom {
    border-bottom: 2px solid #fff; }
  /* line 27, ../static/sass/components/scss/_card_plan_table.scss */
  .subscription-table-wrapper .btn {
    font-size: 11px; }
  /* line 30, ../static/sass/components/scss/_card_plan_table.scss */
  .subscription-table-wrapper .subscription-asterisk {
    color: #442E83;
    font-size: 8px;
    font-weight: bold;
    margin: 0 !important; }

@media (min-width: 768px) {
  /* line 41, ../static/sass/components/scss/_card_plan_table.scss */
  .subscription-table-wrapper .table-title {
    font-size: 17px; }
  /* line 44, ../static/sass/components/scss/_card_plan_table.scss */
  .subscription-table-wrapper .subscription-description {
    color: #442E83;
    font-size: 12px; }
  /* line 48, ../static/sass/components/scss/_card_plan_table.scss */
  .subscription-table-wrapper .subscription-asterisk {
    color: #442E83;
    font-size: 10px;
    font-weight: bold; } }

@media (min-width: 992px) {
  /* line 56, ../static/sass/components/scss/_card_plan_table.scss */
  .subscription-table-wrapper {
    padding: 32px 40px !important; } }

@media (min-width: 1200px) {
  /* line 61, ../static/sass/components/scss/_card_plan_table.scss */
  .subscription-table-wrapper {
    border-radius: 15px; }
    /* line 64, ../static/sass/components/scss/_card_plan_table.scss */
    .subscription-table-wrapper .table-title {
      font-size: 33px; }
    /* line 67, ../static/sass/components/scss/_card_plan_table.scss */
    .subscription-table-wrapper .subscription-svg {
      width: 118.87px;
      height: 119.44px; }
    /* line 71, ../static/sass/components/scss/_card_plan_table.scss */
    .subscription-table-wrapper .subscription-plan {
      font-size: 14px; }
    /* line 74, ../static/sass/components/scss/_card_plan_table.scss */
    .subscription-table-wrapper .subscription-type {
      font-size: 41px;
      text-transform: uppercase; }
    /* line 78, ../static/sass/components/scss/_card_plan_table.scss */
    .subscription-table-wrapper .subscription-price {
      font-size: 22px; }
      /* line 80, ../static/sass/components/scss/_card_plan_table.scss */
      .subscription-table-wrapper .subscription-price strong {
        font-size: 48px; }
    /* line 84, ../static/sass/components/scss/_card_plan_table.scss */
    .subscription-table-wrapper .subscription-description {
      font-size: 20px; }
    /* line 87, ../static/sass/components/scss/_card_plan_table.scss */
    .subscription-table-wrapper .table-item svg {
      width: 56px;
      height: 56px; }
    /* line 91, ../static/sass/components/scss/_card_plan_table.scss */
    .subscription-table-wrapper .table-border-bottom {
      border-bottom: 2px solid #fff; }
    /* line 94, ../static/sass/components/scss/_card_plan_table.scss */
    .subscription-table-wrapper .btn-primary,
    .subscription-table-wrapper .btn-secondary [class*=" icon-"],
    .btn-secondary .subscription-table-wrapper [class*=" icon-"],
    .subscription-table-wrapper .btn-secondary [class^="icon-"],
    .btn-secondary .subscription-table-wrapper [class^="icon-"],
    .subscription-table-wrapper .btn-secondary {
      font-size: 16px; }
    /* line 98, ../static/sass/components/scss/_card_plan_table.scss */
    .subscription-table-wrapper .subscription-asterisk {
      font-size: 12px; } }

/* line 1, ../static/sass/components/scss/_card_collection.scss */
.card-collection {
  font-family: "Open Sans", sans-serif;
  border-radius: 0.25rem;
  border: none;
  box-shadow: 0px 4px 30px 0px rgba(55, 47, 45, 0.15);
  margin-bottom: 2.5rem !important; }

/* line 9, ../static/sass/components/scss/_card_collection.scss */
.card-collection .collection-title {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 1rem;
  display: block;
  font-size: 1.875rem;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }

@media (min-width: 576px) and (max-width: 765px) {
  /* line 20, ../static/sass/components/scss/_card_collection.scss */
  .card-collection .collection-title {
    font-size: 1.5rem; } }

/* line 25, ../static/sass/components/scss/_card_collection.scss */
.collections_home .card-columns {
  display: flex;
  flex-wrap: wrap; }

/* line 29, ../static/sass/components/scss/_card_collection.scss */
.collections_home .card-columns .card {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

@media (max-width: 576px) {
  /* line 35, ../static/sass/components/scss/_card_collection.scss */
  .collections_home .card-columns {
    display: block;
    flex-wrap: inherit; }
  /* line 39, ../static/sass/components/scss/_card_collection.scss */
  .collections_home .card-columns .card {
    flex-basis: inherit;
    flex-grow: inherit;
    max-width: 100%; } }

/* line 1, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text {
  background-color: #E5D1FF;
  color: #fff;
  margin-bottom: 1rem !important;
  border-radius: 15px; }
  /* line 6, ../static/sass/components/scss/_card_banner_text.scss */
  .card-banner-text h3 {
    font-size: 1.25rem; }
  /* line 9, ../static/sass/components/scss/_card_banner_text.scss */
  .card-banner-text p {
    font-size: 0.75rem;
    max-width: 20rem;
    color: #fff; }

/* line 16, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text.bg-primary-1000 {
  background-color: #442E83; }

/* line 20, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text .btn-outline-primary {
  color: #fff !important;
  background-color: #442E83 !important;
  width: 107px;
  height: 25px;
  border-radius: 12px !important;
  font-size: 0.75rem;
  padding: 4px 0;
  z-index: 5; }

/* line 31, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text .btn-outline-primary.email {
  height: 30px !important; }

/* line 35, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text .btn-white.email span {
  position: relative;
  top: 5px;
  color: #7F59CC; }

/* line 41, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text .input-group input {
  background: #fff;
  color: #442E83 !important;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 1px solid #442E83;
  height: 30px;
  font-size: 12px; }

/* line 52, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text .newsletter-legal-info p {
  max-width: unset; }

/* line 55, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text .newsletter-legal-info p, .card-banner-text .newsletter-legal-info a {
  color: #442E83; }

/* line 58, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text .newsletter-legal-info a {
  text-decoration: underline;
  font-weight: bold; }

/* line 64, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text .btn-white:hover, .card-banner-text .btn-white:focus {
  opacity: 0.7; }

/* line 68, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text ::placeholder {
  color: #442E83; }

/* line 69, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text ::-webkit-input-placeholder {
  color: #442E83; }

/* line 70, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text :-moz-placeholder {
  color: #442E83; }

/* line 71, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text ::-moz-placeholder {
  color: #442E83; }

/* line 72, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text :-ms-input-placeholder {
  color: #442E83; }

/* line 74, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text h3 {
  color: #fff;
  margin-bottom: 2rem; }

/* line 80, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text .icon-circle {
  display: inline-block !important;
  width: 4rem;
  height: 4rem;
  background-color: #E5D1FF;
  border-radius: 2rem;
  padding: 1rem;
  text-align: center;
  margin: 1rem auto 0 auto; }

/* line 90, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text .icon-circle span {
  font-size: 2rem;
  color: #7F59CC; }

/* line 94, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text.subscription {
  height: auto; }

/* line 97, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text.subscription h2.h1 {
  color: #fff; }

@media (max-width: 991px) and (min-width: 768px) {
  /* line 101, ../static/sass/components/scss/_card_banner_text.scss */
  .card-banner-text {
    padding: 1rem;
    height: 30rem; }
    /* line 104, ../static/sass/components/scss/_card_banner_text.scss */
    .card-banner-text .card-body {
      padding: 0; } }

@media (min-width: 992px) and (max-width: 1370px) {
  /* line 111, ../static/sass/components/scss/_card_banner_text.scss */
  .card.card-banner-text {
    min-height: 37rem; } }

@media (min-width: 992px) {
  /* line 116, ../static/sass/components/scss/_card_banner_text.scss */
  .card-banner-text {
    min-height: 30rem;
    margin: auto; }
    /* line 119, ../static/sass/components/scss/_card_banner_text.scss */
    .card-banner-text .card-body {
      padding: 2rem 2.5rem; }
    /* line 122, ../static/sass/components/scss/_card_banner_text.scss */
    .card-banner-text h3 {
      font-size: 2.25rem; }
    /* line 125, ../static/sass/components/scss/_card_banner_text.scss */
    .card-banner-text .card-text {
      font-size: 1rem;
      max-width: 23rem; }
    /* line 129, ../static/sass/components/scss/_card_banner_text.scss */
    .card-banner-text .card-text-2 {
      font-size: 1rem;
      max-width: 40rem; }
  /* line 134, ../static/sass/components/scss/_card_banner_text.scss */
  .card-banner-text .btn-outline-primary {
    width: 170px;
    height: 30px;
    padding: 6px; } }

/* line 140, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text a {
  color: #fff; }

/* line 141, ../static/sass/components/scss/_card_banner_text.scss */
.card-banner-text .home_newsletter_label {
  color: #442E83;
  font-size: 0.688rem; }

/* line 1, ../static/sass/components/scss/_card_course.scss */
.card-course.card-product .card-img .img-fluid {
  width: 100%; }

/*card_club_banner*/
/*=======================================================================*/
/* line 3, ../static/sass/components/scss/_card_club_banner.scss */
.card_club_banner {
  position: relative; }

/* line 4, ../static/sass/components/scss/_card_club_banner.scss */
.card_club_banner img {
  -webkit-filter: grayscale(100%) blur(0);
  filter: grayscale(100%) blur(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

/* line 10, ../static/sass/components/scss/_card_club_banner.scss */
.card_club_banner a.title {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.9) 100%);
  color: #ECECEC; }

/* line 18, ../static/sass/components/scss/_card_club_banner.scss */
.card_club_banner a.title:hover, .card_club_banner .title.btn-secondary:hover, .card_club_banner .title.btn-secondary:focus {
  cursor: pointer;
  color: #fff; }

/* line 22, ../static/sass/components/scss/_card_club_banner.scss */
.card_club_banner a.title div {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 2rem; }

/* line 28, ../static/sass/components/scss/_card_club_banner.scss */
.card_club_banner a.title div span {
  display: block; }

/* line 31, ../static/sass/components/scss/_card_club_banner.scss */
.card_club_banner:hover img, .card_club_banner.btn-secondary:focus img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px); }

/*card_club*/
/*=======================================================================*/
/* line 3, ../static/sass/components/scss/_card_club.scss */
.card_club {
  padding: 2rem 2.5rem;
  margin-top: 2rem; }
  /* line 7, ../static/sass/components/scss/_card_club.scss */
  .card_club .card_club_img {
    border-radius: 40px;
    border: none; }
  /* line 11, ../static/sass/components/scss/_card_club.scss */
  .card_club .club-name {
    font-size: 2.25rem;
    font-weight: 700; }
  /* line 15, ../static/sass/components/scss/_card_club.scss */
  .card_club .club-description {
    max-width: 560px;
    margin-top: 1rem;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.408px;
    margin-bottom: 1rem; }
    /* line 25, ../static/sass/components/scss/_card_club.scss */
    .card_club .club-description p {
      color: #6d6e6f;
      margin-bottom: 0;
      font-size: 20px; }

/* line 32, ../static/sass/components/scss/_card_club.scss */
.card_club .product-synopsis {
  font-size: 0.875rem;
  color: #6d6e6f; }

/* line 36, ../static/sass/components/scss/_card_club.scss */
.card_club .card-footer {
  padding-left: 0;
  padding-right: 0;
  border: none; }
  /* line 40, ../static/sass/components/scss/_card_club.scss */
  .card_club .card-footer .club-section-btn {
    width: 214px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 146.667% */ }

/*
.card_club img {     
  -webkit-filter: grayscale(100%) blur(0);
  filter: grayscale(100%) blur(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;   
}
*/
/* line 61, ../static/sass/components/scss/_card_club.scss */
.card_club .card-footer {
  background-color: transparent; }

/* line 62, ../static/sass/components/scss/_card_club.scss */
.card_club.active {
  background-color: transparent; }

/* line 63, ../static/sass/components/scss/_card_club.scss */
.card_club a.link,
.card_club a.link [class*=" ti-"],
.card_club a.link [class^="ti-"] {
  color: #442E83; }

/* line 66, ../static/sass/components/scss/_card_club.scss */
.card_club a.link span {
  color: #7F59CC; }

/* line 67, ../static/sass/components/scss/_card_club.scss */
.card_club button {
  cursor: pointer; }

/* line 68, ../static/sass/components/scss/_card_club.scss */
.card_club .img-fluid {
  width: 100%; }

/* line 69, ../static/sass/components/scss/_card_club.scss */
.card_club .ti {
  font-size: 1.5rem; }

@media (max-width: 767px) {
  /* line 72, ../static/sass/components/scss/_card_club.scss */
  .card_club.content-data, .card_club {
    margin-bottom: 2rem !important; }
  /* line 75, ../static/sass/components/scss/_card_club.scss */
  .not-belong-any-club-yet-text {
    font-size: 24px !important; }
  /* line 78, ../static/sass/components/scss/_card_club.scss */
  .card_club {
    margin-top: 0;
    padding: 1rem; }
    /* line 79, ../static/sass/components/scss/_card_club.scss */
    .card_club .card-club-div {
      height: 181px; }
    /* line 84, ../static/sass/components/scss/_card_club.scss */
    .card_club .club-list-card-photo {
      display: flex;
      align-items: center; }
    /* line 88, ../static/sass/components/scss/_card_club.scss */
    .card_club .card-club-desktop {
      display: none !important; }
    /* line 91, ../static/sass/components/scss/_card_club.scss */
    .card_club .card_club_img {
      border-radius: 0;
      max-width: 178px; }
    /* line 95, ../static/sass/components/scss/_card_club.scss */
    .card_club .club-name {
      font-size: 1.2rem; }
    /* line 98, ../static/sass/components/scss/_card_club.scss */
    .card_club .club-link {
      font-size: 0.75rem; }
    /* line 101, ../static/sass/components/scss/_card_club.scss */
    .card_club .club-description {
      margin-top: 0;
      margin-bottom: 0.8rem;
      font-size: 0.75rem; }
    /* line 106, ../static/sass/components/scss/_card_club.scss */
    .card_club .club-description p {
      color: #6d6e6f;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: -0.408px; }
    /* line 115, ../static/sass/components/scss/_card_club.scss */
    .card_club .card-footer {
      padding-top: 0; }
      /* line 117, ../static/sass/components/scss/_card_club.scss */
      .card_club .card-footer .club-section-btn {
        width: 44%;
        padding-left: 0;
        padding-right: 0; }
  /* line 125, ../static/sass/components/scss/_card_club.scss */
  .card_club > .row {
    margin-top: 5%; } }

@media (min-width: 768px) {
  /* line 131, ../static/sass/components/scss/_card_club.scss */
  .card_club_mobile {
    display: none !important; } }

@media (min-width: 992px) {
  /* line 138, ../static/sass/components/scss/_card_club.scss */
  .card_club .card-club-div {
    width: 283px;
    max-width: 283px;
    height: 283px; }
  /* line 143, ../static/sass/components/scss/_card_club.scss */
  .card_club .club-link {
    color: #442E83;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */ }
  /* line 151, ../static/sass/components/scss/_card_club.scss */
  .card_club .card-club-desktop {
    justify-content: center; }
  /* line 154, ../static/sass/components/scss/_card_club.scss */
  .card_club .card_club_img {
    max-width: 283px;
    padding-left: 0; }
  /* line 159, ../static/sass/components/scss/_card_club.scss */
  .not-belong-any-club-yet-text {
    color: #442E83;
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 43.2px */ }
  /* line 168, ../static/sass/components/scss/_card_club.scss */
  .club-description {
    max-height: 175px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto; } }

@media (max-width: 991px) {
  /* line 179, ../static/sass/components/scss/_card_club.scss */
  .card_club .card-body {
    padding-left: 0;
    padding-right: 0; }
  /* line 180, ../static/sass/components/scss/_card_club.scss */
  .not-belong-any-club-yet-text {
    color: #442E83;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 36px */ } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 192, ../static/sass/components/scss/_card_club.scss */
  .card_club.content-data, .card_club {
    padding: 0.5rem 0 0.5rem 2rem !important; }
  /* line 195, ../static/sass/components/scss/_card_club.scss */
  .card_club {
    padding-bottom: 1rem; }
    /* line 197, ../static/sass/components/scss/_card_club.scss */
    .card_club .card-club-div {
      width: 322px;
      max-width: 322px;
      height: 308px; }
    /* line 202, ../static/sass/components/scss/_card_club.scss */
    .card_club .club-link {
      color: #442E83;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      /* 15.6px */ }
      /* line 210, ../static/sass/components/scss/_card_club.scss */
      .card_club .club-link .primary {
        color: #7F59CC; }
    /* line 215, ../static/sass/components/scss/_card_club.scss */
    .card_club .card-body .club-name {
      font-family: "Open Sans", sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      /* 28.8px */ }
    /* line 222, ../static/sass/components/scss/_card_club.scss */
    .card_club .card-body .club-description {
      font-size: 14px;
      max-width: 415px; }
    /* line 227, ../static/sass/components/scss/_card_club.scss */
    .card_club .card-footer .club-section-btn {
      width: 171px;
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 425px) {
  /* line 236, ../static/sass/components/scss/_card_club.scss */
  .card_club .card-footer .row {
    justify-content: center; }
  /* line 239, ../static/sass/components/scss/_card_club.scss */
  .card_club .club-name {
    font-size: 1rem; } }

@media (max-width: 375px) {
  /* line 246, ../static/sass/components/scss/_card_club.scss */
  .card_club .club-link {
    margin-bottom: 0.25rem; }
  /* line 250, ../static/sass/components/scss/_card_club.scss */
  .card_club .club-name {
    font-size: 18px; }
  /* line 253, ../static/sass/components/scss/_card_club.scss */
  .card_club .card-footer .btn {
    display: flex;
    justify-content: center;
    align-items: center; } }

/* line 1, ../static/sass/components/scss/_card_post.scss */
.card_post {
  margin-bottom: 1.2rem;
  overflow: hidden;
  border: none; }

/* line 2, ../static/sass/components/scss/_card_post.scss */
.card_post img {
  border-radius: 4px; }

/* line 5, ../static/sass/components/scss/_card_post.scss */
.card-img-overlay {
  background: url("/static/img/overlay.png?98b2ce87c2c5") repeat;
  border-radius: 4px; }

/* line 9, ../static/sass/components/scss/_card_post.scss */
.card-img-overlay .h1, .card-img-overlay .h4, .card-img-overlay .h5 {
  border-bottom: 2px solid #ffffff; }

/* line 12, ../static/sass/components/scss/_card_post.scss */
.card-img-overlay .h1 {
  padding-bottom: 3rem !important; }

/* line 15, ../static/sass/components/scss/_card_post.scss */
.card-img-overlay .row {
  position: absolute;
  bottom: 1rem;
  max-width: 90%; }

/* line 16, ../static/sass/components/scss/_card_post.scss */
.card-img-overlay .icon-calendar {
  display: inline-block; }

/* line 19, ../static/sass/components/scss/_card_post.scss */
.post-detail .card_post {
  max-height: 50%;
  margin-bottom: 4rem; }

/* line 20, ../static/sass/components/scss/_card_post.scss */
.post-detail a.btn {
  padding-left: 2rem;
  padding-right: 2rem; }

/* line 22, ../static/sass/components/scss/_card_post.scss */
.card_post a, .card_post .card-text {
  color: #ffffff; }

/* line 23, ../static/sass/components/scss/_card_post.scss */
.card_post a:hover, .card_post a.btn-secondary:focus {
  color: #CDA7FF !important; }

/* line 1, ../static/sass/components/scss/_breadcrumb.scss */
.breadcrumb {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 0.75rem;
  letter-spacing: 0.4px; }
  /* line 8, ../static/sass/components/scss/_breadcrumb.scss */
  .breadcrumb a {
    color: #372f2d; }
  /* line 13, ../static/sass/components/scss/_breadcrumb.scss */
  .breadcrumb.breadcrumb-light a {
    color: #fff !important; }
  /* line 16, ../static/sass/components/scss/_breadcrumb.scss */
  .breadcrumb.breadcrumb-light a.active {
    color: #fff !important; }
  /* line 19, ../static/sass/components/scss/_breadcrumb.scss */
  .breadcrumb.breadcrumb-light .breadcrumb-item {
    color: #fff !important; }
  /* line 22, ../static/sass/components/scss/_breadcrumb.scss */
  .breadcrumb.breadcrumb-light .breadcrumb-item.active {
    color: #fff !important; }
  /* line 25, ../static/sass/components/scss/_breadcrumb.scss */
  .breadcrumb.breadcrumb-light .breadcrumb-item.active a {
    color: #fff !important; }
  /* line 31, ../static/sass/components/scss/_breadcrumb.scss */
  .breadcrumb.breadcrumb-dark a {
    color: #372f2d !important; }
  /* line 34, ../static/sass/components/scss/_breadcrumb.scss */
  .breadcrumb.breadcrumb-dark a.active {
    color: #442E83 !important; }
  /* line 37, ../static/sass/components/scss/_breadcrumb.scss */
  .breadcrumb.breadcrumb-dark .breadcrumb-item {
    color: #372f2d !important; }
  /* line 40, ../static/sass/components/scss/_breadcrumb.scss */
  .breadcrumb.breadcrumb-dark .breadcrumb-item.active {
    color: #442E83 !important; }
  /* line 43, ../static/sass/components/scss/_breadcrumb.scss */
  .breadcrumb.breadcrumb-dark .breadcrumb-item.active a {
    color: #442E83 !important; }

/* line 49, ../static/sass/components/scss/_breadcrumb.scss */
.breadcrumb-item .active {
  font-weight: bold; }

/* line 1, ../static/sass/components/scss/_progress_bar_steps.scss */
#progressbar-steps {
  padding-left: 0;
  margin: 2rem 0;
  overflow: hidden;
  color: #BCCCDC; }

/* line 7, ../static/sass/components/scss/_progress_bar_steps.scss */
#progressbar-steps .active {
  color: #7F59CC; }

/* line 10, ../static/sass/components/scss/_progress_bar_steps.scss */
#progressbar-steps li {
  list-style-type: none;
  font-size: 0.875rem;
  width: 25%;
  float: left;
  position: relative;
  text-align: center; }

/* line 18, ../static/sass/components/scss/_progress_bar_steps.scss */
#progressbar-steps .account:before {
  font-family: 'icomoon';
  content: "\e90d"; }

/* line 22, ../static/sass/components/scss/_progress_bar_steps.scss */
#progressbar-steps .personal:before {
  font-family: 'icomoon';
  content: "\e920"; }

/* line 26, ../static/sass/components/scss/_progress_bar_steps.scss */
#progressbar-steps .payment:before {
  font-family: 'icomoon';
  content: "\e93d"; }

/* line 30, ../static/sass/components/scss/_progress_bar_steps.scss */
#progressbar-steps .confirm:before {
  font-family: 'icomoon';
  content: "\e91a"; }

/* line 34, ../static/sass/components/scss/_progress_bar_steps.scss */
#progressbar-steps .gift:before {
  font-family: 'icomoon';
  content: "\e94f"; }

/* line 38, ../static/sass/components/scss/_progress_bar_steps.scss */
#progressbar-steps li:before {
  width: 3rem;
  height: 3rem;
  line-height: 2.5rem;
  display: block;
  font-size: 1.125rem;
  color: #fff;
  background-color: #BCCCDC;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px; }

/* line 50, ../static/sass/components/scss/_progress_bar_steps.scss */
#progressbar-steps li:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #BCCCDC;
  position: absolute;
  left: 0;
  top: 1.5rem;
  z-index: -1; }

/* line 60, ../static/sass/components/scss/_progress_bar_steps.scss */
#progressbar-steps li.active:before,
#progressbar-steps li.active:after {
  background-color: #7F59CC; }

/* line 2, ../static/sass/components/scss/_label_format.scss */
.label-format {
  position: relative;
  background-color: #E5D1FF;
  border-radius: 4px;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  font-size: 0.75rem;
  text-align: center;
  width: 100%;
  min-height: 5.375rem;
  display: inline-block;
  margin-bottom: 1rem; }

/* line 14, ../static/sass/components/scss/_label_format.scss */
.label-format .status {
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 1rem;
  border: 1px solid #442E83;
  left: 51%;
  transform: translate(-50%, -50%); }

/* line 25, ../static/sass/components/scss/_label_format.scss */
.label-format.active {
  position: relative;
  background-color: #7F59CC; }

/* line 29, ../static/sass/components/scss/_label_format.scss */
.label-format.active .status {
  background-color: #7F59CC;
  border-color: #7F59CC; }

/* line 33, ../static/sass/components/scss/_label_format.scss */
.label-format.active .status:before {
  position: absolute;
  font-family: 'icomoon';
  top: -0.1rem;
  right: 0.1rem;
  font-size: 1rem;
  content: "\e91b";
  color: #fff; }

/* line 42, ../static/sass/components/scss/_label_format.scss */
.label-format .product-format {
  color: #829AB1; }

/* line 45, ../static/sass/components/scss/_label_format.scss */
.label-format .product-price {
  color: #6d6e6f;
  font-weight: 700; }

/* line 49, ../static/sass/components/scss/_label_format.scss */
.label-format.active .product-format {
  color: #fff; }

/* line 52, ../static/sass/components/scss/_label_format.scss */
.label-format.active .product-price {
  color: #fff; }

/* line 1, ../static/sass/components/scss/_label_product.scss */
.label-product {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-color: #442E83;
  border-radius: 2rem;
  text-align: center;
  padding-top: 0.7rem;
  color: #fff; }

/* line 12, ../static/sass/components/scss/_label_product.scss */
.card .label-product {
  position: absolute;
  top: 10.5rem;
  right: 0.5rem;
  z-index: 99; }

/* line 1, ../static/sass/components/scss/_pagination.scss */
.pagination {
  font-size: 1.25rem;
  color: #442E83; }

/* line 5, ../static/sass/components/scss/_pagination.scss */
.pagination .page-item .page-link {
  border-color: transparent !important;
  color: #E5D1FF; }

/* line 9, ../static/sass/components/scss/_pagination.scss */
.pagination .page-link:focus, .pagination .page-link:hover {
  background-color: transparent; }

/* line 12, ../static/sass/components/scss/_pagination.scss */
.pagination .page-item.active .page-link,
.pagination .page-item .page-link span {
  background-color: transparent;
  color: #442E83; }

/* line 17, ../static/sass/components/scss/_pagination.scss */
.pagination .page-item.disabled .page-link span {
  color: #442E83; }

/* line 21, ../static/sass/components/scss/_pagination.scss */
.pagination .page-item .page-link span {
  color: #829AB1 !important; }

/* line 23, ../static/sass/components/scss/_pagination.scss */
.pagination .page-item .page-link span:hover, .pagination .page-item .page-link span:focus {
  color: #7F59CC !important; }

/* line 25, ../static/sass/components/scss/_pagination.scss */
.pagination .dots a {
  color: #829AB1 !important;
  position: relative;
  top: 4px; }

/* line 31, ../static/sass/components/scss/_pagination.scss */
.pagination .dots a:hover, .pagination .dots a:focus {
  color: #7F59CC !important; }

/* line 35, ../static/sass/components/scss/_pagination.scss */
.page-link:focus {
  box-shadow: none; }

/* line 39, ../static/sass/components/scss/_pagination.scss */
#recent_orders .pagination {
  justify-content: center !important; }

/* line 40, ../static/sass/components/scss/_pagination.scss */
#recent_orders .pagination ul {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

/* line 47, ../static/sass/components/scss/_pagination.scss */
#recent_orders .pagination ul li {
  display: list-item; }

/* line 48, ../static/sass/components/scss/_pagination.scss */
#recent_orders .pagination ul li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #829AB1; }

/* line 56, ../static/sass/components/scss/_pagination.scss */
#recent_orders .pagination ul li a.active, #recent_orders .pagination ul li a:hover, #recent_orders .pagination ul li a.btn-secondary:focus {
  color: #7F59CC; }

/* line 60, ../static/sass/components/scss/_pagination.scss */
#recent_orders .pagination ul li.active a {
  color: #7F59CC; }

/* line 1, ../static/sass/components/scss/_tag_product.scss */
.tag-product {
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  font-weight: 400;
  padding: .5em 1em;
  background-color: #BCCCDC;
  color: #404040;
  margin-bottom: 1rem;
  margin-right: 0.5rem; }

/* line 12, ../static/sass/components/scss/_tag_product.scss */
.tag-product:hover, .tag-product.btn-secondary:focus {
  background-color: #E5D1FF;
  color: #34126F;
  font-weight: 400 !important; }

/* line 1, ../static/sass/components/scss/_tabs_icon_text.scss */
.tabs-icon-text .nav [class*=" icon-"],
.tabs-icon-text .nav [class^="icon-"] {
  display: block;
  color: #6d6e6f;
  margin-bottom: 0.5rem; }

/* line 7, ../static/sass/components/scss/_tabs_icon_text.scss */
.tabs-icon-text .nav-link {
  text-align: center;
  color: #482789;
  font-size: 1rem; }

/* line 12, ../static/sass/components/scss/_tabs_icon_text.scss */
.tabs-icon-text .nav-link:hover [class*=" icon-"], .tabs-icon-text .nav-link.btn-secondary:focus [class*=" icon-"],
.tabs-icon-text .nav-link:hover [class^="icon-"],
.tabs-icon-text .nav-link.btn-secondary:focus [class^="icon-"],
.tabs-icon-text .nav-link.active,
.tabs-icon-text .nav-link.active [class*=" icon-"],
.tabs-icon-text .nav-link.active [class^="icon-"] {
  color: #372f2d !important;
  font-weight: 700; }

/* line 20, ../static/sass/components/scss/_tabs_icon_text.scss */
.tabs-icon-text .nav-link.active {
  border-radius: 12px;
  background-color: #fff; }

/* line 25, ../static/sass/components/scss/_tabs_icon_text.scss */
.tabs-icon-text .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

/* line 30, ../static/sass/components/scss/_tabs_icon_text.scss */
.tabs-icon-text .nav-link {
  border-radius: 0; }

/* line 33, ../static/sass/components/scss/_tabs_icon_text.scss */
.tabs-icon-text .nav-link {
  text-align: center;
  color: #482789;
  font-size: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

/* line 44, ../static/sass/components/scss/_tabs_icon_text.scss */
.tabs-icon-text .tab-content {
  padding-top: 4rem;
  padding-bottom: 2rem;
  max-width: 1372px;
  margin: auto; }
  /* line 49, ../static/sass/components/scss/_tabs_icon_text.scss */
  .tabs-icon-text .tab-content .no-fav-title,
  .tabs-icon-text .tab-content .subscription-title {
    color: #442E83;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 68.75% */
    letter-spacing: -0.408px; }
  /* line 59, ../static/sass/components/scss/_tabs_icon_text.scss */
  .tabs-icon-text .tab-content .subscription-text {
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.408px; }
  /* line 68, ../static/sass/components/scss/_tabs_icon_text.scss */
  .tabs-icon-text .tab-content .subs-icon {
    width: 36px;
    height: 36px; }

@media (max-width: 991px) {
  /* line 75, ../static/sass/components/scss/_tabs_icon_text.scss */
  .tabs-icon-text .tab-content {
    padding-top: 1rem;
    padding-bottom: 0; }
    /* line 78, ../static/sass/components/scss/_tabs_icon_text.scss */
    .tabs-icon-text .tab-content .no-fav-title,
    .tabs-icon-text .tab-content .subscription-title {
      color: #442E83;
      font-family: "Open Sans", sans-serif;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
      /* 68.75% */
      letter-spacing: -0.408px; }
    /* line 88, ../static/sass/components/scss/_tabs_icon_text.scss */
    .tabs-icon-text .tab-content .subscription-text {
      color: #1C1C1C;
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 30px */
      letter-spacing: -0.408px; }
    /* line 97, ../static/sass/components/scss/_tabs_icon_text.scss */
    .tabs-icon-text .tab-content .subs-icon {
      width: 22px;
      height: 22px; } }

@media (max-width: 767px) {
  /* line 105, ../static/sass/components/scss/_tabs_icon_text.scss */
  .tabs-icon-text .text {
    display: none; }
  /* line 110, ../static/sass/components/scss/_tabs_icon_text.scss */
  #subscription-content .subscription-title {
    color: #442E83;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */ }
  /* line 119, ../static/sass/components/scss/_tabs_icon_text.scss */
  #subscription-content .subscription-text {
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    letter-spacing: -0.408px; }
  /* line 129, ../static/sass/components/scss/_tabs_icon_text.scss */
  #subscription-content .card-text .plan-label {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 15.6px */
    letter-spacing: -0.408px; }
  /* line 139, ../static/sass/components/scss/_tabs_icon_text.scss */
  #subscription-content .card-text h3 {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.408px; }
  /* line 149, ../static/sass/components/scss/_tabs_icon_text.scss */
  #subscription-content .card-body .card-icon {
    margin-right: 1rem; } }

/* line 1, ../static/sass/components/scss/_author_item.scss */
.author-item {
  position: relative;
  overflow: hidden;
  height: 250px;
  margin-bottom: 1rem; }

/* line 7, ../static/sass/components/scss/_author_item.scss */
.author-item .author-img {
  z-index: 1;
  -webkit-filter: grayscale(100%) blur(0);
  filter: grayscale(100%) blur(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

/* line 14, ../static/sass/components/scss/_author_item.scss */
.author-item .author-name {
  z-index: 11;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: none; }

/* line 24, ../static/sass/components/scss/_author_item.scss */
.author-item:hover .author-name, .author-item.btn-secondary:focus .author-name {
  display: block; }

/* line 27, ../static/sass/components/scss/_author_item.scss */
.author-item:hover .author-img, .author-item.btn-secondary:focus .author-img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px); }

/* line 2, ../static/sass/components/scss/_author_list.scss */
.authors-list {
  margin: 0 15px; }

/* line 5, ../static/sass/components/scss/_author_list.scss */
.authors-list .author {
  position: relative;
  overflow: hidden;
  max-height: 250px;
  margin-bottom: 1rem; }

/* line 11, ../static/sass/components/scss/_author_list.scss */
.authors-list .author .author-img {
  z-index: 1;
  -webkit-filter: grayscale(100%) blur(0);
  filter: grayscale(100%) blur(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

/* line 18, ../static/sass/components/scss/_author_list.scss */
.authors-list .author .author-name {
  z-index: 11;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3rem 1rem 1rem 1rem;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  background: #4a4a4a;
  background: linear-gradient(0deg, #4a4a4a 0%, rgba(74, 74, 74, 0.8) 16%, rgba(74, 74, 74, 0) 100%); }

/* line 33, ../static/sass/components/scss/_author_list.scss */
.authors-list .author:hover .author-name, .authors-list .author.btn-secondary:focus .author-name {
  display: block; }

/* line 36, ../static/sass/components/scss/_author_list.scss */
.authors-list .author:hover .author-img, .authors-list .author.btn-secondary:focus .author-img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px); }

/* line 1, ../static/sass/components/scss/_list_filters.scss */
#filters {
  font-family: "Open Sans", sans-serif; }

/* line 5, ../static/sass/components/scss/_list_filters.scss */
.list-group {
  font-size: 0.75rem;
  letter-spacing: 0.4px; }

/* line 10, ../static/sass/components/scss/_list_filters.scss */
.list-group-item {
  padding: .5rem 1rem;
  margin-bottom: -1px;
  background-color: transparent;
  border: none;
  color: #442E83; }

/* line 18, ../static/sass/components/scss/_list_filters.scss */
.list-group-item.unique {
  display: inline-block;
  position: relative;
  background-color: #7F59CC;
  border-color: #7F59CC;
  color: #fff !important; }

/* line 26, ../static/sass/components/scss/_list_filters.scss */
.list-group-item.active {
  display: inline-block;
  position: relative;
  background-color: #CDA7FF;
  border-color: #829AB1;
  color: #fff !important; }

/* line 34, ../static/sass/components/scss/_list_filters.scss */
.list-group-item.active:before {
  position: absolute;
  font-family: "icomoon";
  top: 0.3rem;
  right: 0.5rem;
  content: "\e932";
  font-size: 1.125rem; }

/* line 43, ../static/sass/components/scss/_list_filters.scss */
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #442E83;
  background-color: #CDA7FF; }

/* line 49, ../static/sass/components/scss/_list_filters.scss */
.quantity {
  display: inline-block;
  color: #9FB3C8; }

/* line 54, ../static/sass/components/scss/_list_filters.scss */
.list-group-item.active .quantity {
  color: #fff; }

/* line 58, ../static/sass/components/scss/_list_filters.scss */
.list-filters .icon-medal {
  font-size: 1rem;
  display: block;
  float: left;
  margin-right: 6px;
  color: #6d6e6f; }

/* line 66, ../static/sass/components/scss/_list_filters.scss */
.list-filters a:hover .icon-medal, .list-filters a.btn-secondary:focus .icon-medal {
  color: #7F59CC; }

/* line 70, ../static/sass/components/scss/_list_filters.scss */
.list-filters a.unique .icon-medal {
  color: #fff; }

/* line 74, ../static/sass/components/scss/_list_filters.scss */
.filter-group {
  border-radius: 30px;
  background-color: #E5D1FF;
  padding: 10px 15px 10px 10px;
  margin-bottom: 10px; }
  /* line 80, ../static/sass/components/scss/_list_filters.scss */
  .filter-group .parent {
    display: block;
    position: relative;
    padding: 0 2rem 0.5rem 1rem;
    text-transform: uppercase;
    color: #442E83;
    font-weight: 700;
    margin-top: 0.5rem; }
  /* line 90, ../static/sass/components/scss/_list_filters.scss */
  .filter-group .parent:before {
    position: absolute;
    font-family: "tabler-icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    bottom: 0.5em;
    right: 0.5rem;
    content: "\ea5f";
    font-size: 1.125rem;
    color: #442E83;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  /* line 108, ../static/sass/components/scss/_list_filters.scss */
  .filter-group .parent[aria-expanded=true]:before {
    content: "\ea62"; }

/* line 1, ../static/sass/components/scss/_agenda.scss */
.item-agenda {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 1rem; }

/* line 5, ../static/sass/components/scss/_agenda.scss */
.item-agenda .date {
  color: #7F59CC; }

/* line 6, ../static/sass/components/scss/_agenda.scss */
.item-agenda .icon-circle {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  padding: 1rem;
  background-color: #E5D1FF; }

/* line 14, ../static/sass/components/scss/_agenda.scss */
.item-agenda .icon-calendar {
  font-size: 2rem;
  color: #7F59CC; }

/* line 18, ../static/sass/components/scss/_agenda.scss */
.item-agenda.mute .date {
  color: #829AB1; }

/* line 19, ../static/sass/components/scss/_agenda.scss */
.item-agenda.mute .icon-circle {
  background-color: #F0F4F8; }

/* line 20, ../static/sass/components/scss/_agenda.scss */
.item-agenda.mute .icon-calendar {
  color: #829AB1; }

/* line 21, ../static/sass/components/scss/_agenda.scss */
.event-location p {
  display: inline; }

/* line 22, ../static/sass/components/scss/_agenda.scss */
.item-agenda .card {
  padding: 1rem;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
  border: none; }

/* line 1, ../static/sass/components/scss/_help.scss */
.help-title {
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 1rem; }

/* line 6, ../static/sass/components/scss/_help.scss */
.help-text p,
.help-text li {
  font-size: 0.75rem;
  line-height: 18px; }
  /* line 10, ../static/sass/components/scss/_help.scss */
  .help-text p a,
  .help-text li a {
    color: #442E83;
    border-bottom: 1px solid #442E83; }

/* line 15, ../static/sass/components/scss/_help.scss */
.help-text h3 {
  color: #7F59CC !important;
  font-size: 0.75rem;
  text-transform: uppercase; }

@media (min-width: 768px) {
  /* line 22, ../static/sass/components/scss/_help.scss */
  .help-title {
    font-size: 1.5rem;
    line-height: 28.8px; }
  /* line 26, ../static/sass/components/scss/_help.scss */
  .help-text p,
  .help-text li {
    font-size: 1.25rem;
    line-height: 30px; }
    /* line 30, ../static/sass/components/scss/_help.scss */
    .help-text p p,
    .help-text li p {
      margin-bottom: 2rem; }
  /* line 34, ../static/sass/components/scss/_help.scss */
  .help-text h3 {
    color: #7F59CC !important;
    font-size: 1.25rem;
    text-transform: uppercase; } }

/* line 1, ../static/sass/components/scss/_contact.scss */
.contact_title {
  font-size: 2.25rem; }

/* line 5, ../static/sass/components/scss/_contact.scss */
.btn-contact-form {
  max-width: 320px; }

/* line 9, ../static/sass/components/scss/_contact.scss */
.amabook-contact-data {
  font-size: 1.25rem; }
  /* line 11, ../static/sass/components/scss/_contact.scss */
  .amabook-contact-data p {
    margin-bottom: 0; }

/* line 16, ../static/sass/components/scss/_contact.scss */
.amabook-contact-phone {
  font-size: 1.5rem; }

@media (max-width: 768px) {
  /* line 21, ../static/sass/components/scss/_contact.scss */
  .contact_title {
    font-size: 1.5rem; }
  /* line 24, ../static/sass/components/scss/_contact.scss */
  .amabook-contact-data {
    font-size: 0.875rem; }
  /* line 27, ../static/sass/components/scss/_contact.scss */
  .amabook-contact-phone {
    font-size: 1rem; } }

/*All Clubs Section*/
/*=======================================================================*/
/* line 4, ../static/sass/components/scss/_clubs.scss */
.book-club-header {
  background-image: url(/static/img/book_club_header.img.png?98b2ce87c2c5);
  height: 20rem; }

@media (min-width: 768px) {
  /* line 10, ../static/sass/components/scss/_clubs.scss */
  .book-club-header {
    height: 22.5rem; }
  /* line 13, ../static/sass/components/scss/_clubs.scss */
  .reading-dates-mobile {
    display: none !important; } }

@media (min-width: 992px) {
  /* line 19, ../static/sass/components/scss/_clubs.scss */
  .amabook-experience-breadcrumb {
    margin-left: 5rem; }
  /* line 22, ../static/sass/components/scss/_clubs.scss */
  .book-club-header {
    height: 23.5rem; }
  /* line 25, ../static/sass/components/scss/_clubs.scss */
  .club-detail-header {
    height: 40.5rem; } }

/*Clubs Members*/
/*=======================================================================*/
/* line 34, ../static/sass/components/scss/_clubs.scss */
.members-section {
  max-width: 1372px; }
  /* line 36, ../static/sass/components/scss/_clubs.scss */
  .members-section .members-section-title {
    font-weight: 700; }

/*Club detail*/
/*=======================================================================*/
/* line 44, ../static/sass/components/scss/_clubs.scss */
.club_detail_header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  height: 36rem;
  max-width: 1512px;
  width: 100%;
  z-index: -1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  opacity: 50%; }

/* line 58, ../static/sass/components/scss/_clubs.scss */
.breadcrumb-container {
  max-width: 1372px; }
  /* line 60, ../static/sass/components/scss/_clubs.scss */
  .breadcrumb-container .breadcrumb-item a,
  .breadcrumb-container .breadcrumb-item::before {
    color: #fff !important; }

/* line 66, ../static/sass/components/scss/_clubs.scss */
.club_detail_container {
  max-width: 1372px;
  min-height: 27rem; }
  /* line 69, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container .club_detail_img {
    max-width: 419px;
    width: 100%;
    border-radius: 40px;
    max-height: 419px;
    height: 100%; }
  /* line 76, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container .club_name {
    font-size: 2.75rem;
    font-weight: 700;
    color: #fff; }
  /* line 81, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container .club-description p {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    max-width: 676px;
    color: #FFF !important; }
  /* line 87, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container .club-section-btn {
    width: 214px;
    padding-left: 0;
    padding-right: 0; }
  /* line 92, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container .club-links {
    color: #fff; }
  /* line 95, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container .ti {
    font-size: 1.5rem;
    color: #fff; }

/* line 101, ../static/sass/components/scss/_clubs.scss */
.club-details-members {
  max-width: 1372px; }

/* line 105, ../static/sass/components/scss/_clubs.scss */
#events_reading .book-link-tablet-and-mobile-buttons {
  flex-direction: column; }

/* line 109, ../static/sass/components/scss/_clubs.scss */
.amabook-experience-rpl {
  margin-left: -15px !important; }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 114, ../static/sass/components/scss/_clubs.scss */
  .amabook-experience-breadcrumb {
    margin-left: 1rem; }
  /* line 117, ../static/sass/components/scss/_clubs.scss */
  .club-detail-header {
    height: 27rem;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
  /* line 122, ../static/sass/components/scss/_clubs.scss */
  .club_detail_header {
    height: 358px; }
  /* line 125, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container {
    min-height: auto; }
    /* line 127, ../static/sass/components/scss/_clubs.scss */
    .club_detail_container .club_name {
      font-size: clamp(15px, 2.7vw, 45px); }
    /* line 130, ../static/sass/components/scss/_clubs.scss */
    .club_detail_container .club-description {
      max-height: 70px;
      height: 100%; }
      /* line 133, ../static/sass/components/scss/_clubs.scss */
      .club_detail_container .club-description p {
        font-size: 1rem;
        display: inline; }
    /* line 139, ../static/sass/components/scss/_clubs.scss */
    .club_detail_container .ti {
      font-size: 28px; }
    /* line 143, ../static/sass/components/scss/_clubs.scss */
    .club_detail_container .club_detail_img {
      max-width: 221px;
      max-height: 221px;
      width: 100%; } }

/*We are reading, We have read & Events*/
/*=======================================================================*/
/* line 154, ../static/sass/components/scss/_clubs.scss */
.events-section {
  max-width: 1372px; }
  /* line 156, ../static/sass/components/scss/_clubs.scss */
  .events-section .events-section-title {
    font-weight: 700; }
  /* line 159, ../static/sass/components/scss/_clubs.scss */
  .events-section .content-data, .events-section .card_club {
    padding-bottom: 0 !important; }

/* line 166, ../static/sass/components/scss/_clubs.scss */
.tabs-icon-text .tab-content,
.events-section .tab-content {
  padding-top: 2rem; }

/* line 169, ../static/sass/components/scss/_clubs.scss */
.tabs-icon-text .content-data, .tabs-icon-text .card_club,
.events-section .content-data,
.events-section .card_club {
  padding-top: 0;
  margin-bottom: 0; }
  /* line 173, ../static/sass/components/scss/_clubs.scss */
  .tabs-icon-text .content-data .product-img-container, .tabs-icon-text .card_club .product-img-container,
  .events-section .content-data .product-img-container,
  .events-section .card_club .product-img-container {
    max-width: 201px; }
  /* line 176, ../static/sass/components/scss/_clubs.scss */
  .tabs-icon-text .content-data .product-event-title, .tabs-icon-text .card_club .product-event-title,
  .events-section .content-data .product-event-title,
  .events-section .card_club .product-event-title {
    font-size: 1.25rem;
    font-weight: 700; }
  /* line 180, ../static/sass/components/scss/_clubs.scss */
  .tabs-icon-text .content-data .product-event-description, .tabs-icon-text .card_club .product-event-description,
  .events-section .content-data .product-event-description,
  .events-section .card_club .product-event-description {
    font-family: "Open Sans", sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
    /* line 187, ../static/sass/components/scss/_clubs.scss */
    .tabs-icon-text .content-data .product-event-description p, .tabs-icon-text .card_club .product-event-description p, .tabs-icon-text .content-data .product-event-description strong, .tabs-icon-text .card_club .product-event-description strong,
    .events-section .content-data .product-event-description p,
    .events-section .card_club .product-event-description p,
    .events-section .content-data .product-event-description strong,
    .events-section .card_club .product-event-description strong {
      color: #6d6e6f; }
  /* line 191, ../static/sass/components/scss/_clubs.scss */
  .tabs-icon-text .content-data .book-link .btn, .tabs-icon-text .content-data .book-forum-link .btn, .tabs-icon-text .card_club .book-link .btn, .tabs-icon-text .card_club .book-forum-link .btn,
  .events-section .content-data .book-link .btn,
  .events-section .content-data .book-forum-link .btn,
  .events-section .card_club .book-link .btn,
  .events-section .card_club .book-forum-link .btn {
    width: 190px; }
  /* line 196, ../static/sass/components/scss/_clubs.scss */
  .tabs-icon-text .content-data .book-forum-link .btn, .tabs-icon-text .card_club .book-forum-link .btn,
  .events-section .content-data .book-forum-link .btn,
  .events-section .card_club .book-forum-link .btn {
    width: 171px; }
  /* line 200, ../static/sass/components/scss/_clubs.scss */
  .tabs-icon-text .content-data .reading-dates, .tabs-icon-text .card_club .reading-dates,
  .events-section .content-data .reading-dates,
  .events-section .card_club .reading-dates {
    bottom: 2rem;
    right: 30.9rem;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    background-color: #E5D1FF;
    height: 3.3rem;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 225px;
    margin: 0 auto 2rem auto; }
    /* line 213, ../static/sass/components/scss/_clubs.scss */
    .tabs-icon-text .content-data .reading-dates p, .tabs-icon-text .card_club .reading-dates p,
    .events-section .content-data .reading-dates p,
    .events-section .card_club .reading-dates p {
      width: 17rem;
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      margin: 1.1rem 0.5rem 0 0.5rem; }
      /* line 219, ../static/sass/components/scss/_clubs.scss */
      .tabs-icon-text .content-data .reading-dates p .ti, .tabs-icon-text .card_club .reading-dates p .ti,
      .events-section .content-data .reading-dates p .ti,
      .events-section .card_club .reading-dates p .ti {
        font-size: 1.25rem; }
  /* line 224, ../static/sass/components/scss/_clubs.scss */
  .tabs-icon-text .content-data .old-event, .tabs-icon-text .card_club .old-event,
  .events-section .content-data .old-event,
  .events-section .card_club .old-event {
    background-color: #ECECEC; }

@media (min-width: 768px) {
  /* line 233, ../static/sass/components/scss/_clubs.scss */
  .tabs-icon-text .tab-content,
  .events-section .tab-content {
    padding-top: 4rem; }
  /* line 236, ../static/sass/components/scss/_clubs.scss */
  .tabs-icon-text .content-data, .tabs-icon-text .card_club,
  .events-section .content-data,
  .events-section .card_club {
    padding-top: 2rem;
    margin-bottom: 2rem; }
    /* line 240, ../static/sass/components/scss/_clubs.scss */
    .tabs-icon-text .content-data .product-event-title, .tabs-icon-text .card_club .product-event-title,
    .events-section .content-data .product-event-title,
    .events-section .card_club .product-event-title {
      font-size: 1.5rem; }
    /* line 243, ../static/sass/components/scss/_clubs.scss */
    .tabs-icon-text .content-data .product-event-description, .tabs-icon-text .card_club .product-event-description,
    .events-section .content-data .product-event-description,
    .events-section .card_club .product-event-description {
      font-size: 0.875rem;
      margin-right: 1rem; }
    /* line 247, ../static/sass/components/scss/_clubs.scss */
    .tabs-icon-text .content-data .book-link-desktop-and-mobile, .tabs-icon-text .card_club .book-link-desktop-and-mobile,
    .events-section .content-data .book-link-desktop-and-mobile,
    .events-section .card_club .book-link-desktop-and-mobile {
      position: relative;
      top: -1rem;
      right: 34rem; }
      /* line 251, ../static/sass/components/scss/_clubs.scss */
      .tabs-icon-text .content-data .book-link-desktop-and-mobile .btn, .tabs-icon-text .card_club .book-link-desktop-and-mobile .btn,
      .events-section .content-data .book-link-desktop-and-mobile .btn,
      .events-section .card_club .book-link-desktop-and-mobile .btn {
        width: 212px;
        color: #FFF;
        text-align: center;
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 146.667% */ }
    /* line 262, ../static/sass/components/scss/_clubs.scss */
    .tabs-icon-text .content-data .book-forum-link, .tabs-icon-text .card_club .book-forum-link,
    .events-section .content-data .book-forum-link,
    .events-section .card_club .book-forum-link {
      display: flex;
      gap: 0.5rem;
      right: 47rem; }
    /* line 267, ../static/sass/components/scss/_clubs.scss */
    .tabs-icon-text .content-data .reading-dates.schedule, .tabs-icon-text .card_club .reading-dates.schedule,
    .events-section .content-data .reading-dates.schedule,
    .events-section .card_club .reading-dates.schedule {
      right: 47.5rem; } }

/* line 274, ../static/sass/components/scss/_clubs.scss */
.clubs-reads-img {
  width: 171px;
  height: 270px;
  border: 0;
  border-radius: 0; }

@media (min-width: 992px) {
  /* line 282, ../static/sass/components/scss/_clubs.scss */
  #events_reading .book-link-tablet-and-mobile-buttons {
    flex-direction: row; }
  /* line 286, ../static/sass/components/scss/_clubs.scss */
  .book-link-tablet {
    display: none; }
  /* line 290, ../static/sass/components/scss/_clubs.scss */
  .club-description-event-options {
    margin-bottom: 7rem;
    gap: 25px; }
  /* line 295, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container .club_name {
    max-height: 125px;
    height: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 302, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container .club-links {
    color: #7F59CC; }
  /* line 306, ../static/sass/components/scss/_clubs.scss */
  .club-description-join-button,
  .club-description-event-options {
    display: none !important; }
  /* line 311, ../static/sass/components/scss/_clubs.scss */
  .clubs-reads-img {
    width: 195px;
    height: 308px;
    border-radius: 20px; }
  /* line 317, ../static/sass/components/scss/_clubs.scss */
  .book-link-desktop-and-mobile {
    display: none !important; }
  /* line 321, ../static/sass/components/scss/_clubs.scss */
  .reading-dates {
    position: relative;
    bottom: 2rem !important;
    right: 14.8rem !important;
    height: 58px !important;
    margin: 0; }
    /* line 327, ../static/sass/components/scss/_clubs.scss */
    .reading-dates p {
      width: 17rem;
      font-size: 0.875rem;
      margin: 1rem 0.5rem 0 0.5rem; }
      /* line 331, ../static/sass/components/scss/_clubs.scss */
      .reading-dates p .ti {
        font-size: 1.875rem; }
    /* line 336, ../static/sass/components/scss/_clubs.scss */
    .reading-dates span.ti, .reading-dates strong {
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      /* 16.8px */
      text-transform: uppercase; }
      /* line 343, ../static/sass/components/scss/_clubs.scss */
      .reading-dates span.ti span.ti, .reading-dates strong span.ti {
        color: #442E83; }
  /* line 349, ../static/sass/components/scss/_clubs.scss */
  .book-link-tablet {
    width: 183px; }
    /* line 352, ../static/sass/components/scss/_clubs.scss */
    .book-link-tablet .btn {
      color: #FFF;
      text-align: center;
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      font-style: normal;
      font-weight: 700;
      line-height: 22px;
      /* 146.667% */ } }

@media (max-width: 767px) {
  /* line 365, ../static/sass/components/scss/_clubs.scss */
  .club_detail_header {
    height: 23rem;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
  /* line 370, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container {
    min-height: auto; }
    /* line 372, ../static/sass/components/scss/_clubs.scss */
    .club_detail_container .club_detail_img {
      max-width: 189px;
      width: 100%;
      border-radius: 15px;
      max-height: 189px;
      height: 189px; }
    /* line 379, ../static/sass/components/scss/_clubs.scss */
    .club_detail_container .club_name {
      font-size: clamp(13px, 3vw, 30px);
      max-height: 35px;
      height: 100%; }
    /* line 384, ../static/sass/components/scss/_clubs.scss */
    .club_detail_container .club-description {
      max-height: 95px;
      height: 100%; }
      /* line 388, ../static/sass/components/scss/_clubs.scss */
      .club_detail_container .club-description p {
        margin-bottom: 0;
        line-height: 18px;
        font-size: clamp(13px, 2.7vw, 16px); }
    /* line 394, ../static/sass/components/scss/_clubs.scss */
    .club_detail_container .club-section-btn {
      width: 90%; }
    /* line 397, ../static/sass/components/scss/_clubs.scss */
    .club_detail_container .club-description-event-options a,
    .club_detail_container .club-section-btn {
      margin-top: 0;
      margin-bottom: 0;
      font-size: clamp(13px, 2.7vw, 15px); }
    /* line 403, ../static/sass/components/scss/_clubs.scss */
    .club_detail_container .club-description-event-options a {
      letter-spacing: 0px; }
    /* line 406, ../static/sass/components/scss/_clubs.scss */
    .club_detail_container .club-links {
      color: #7F59CC;
      font-size: 0.75rem; }
    /* line 410, ../static/sass/components/scss/_clubs.scss */
    .club_detail_container .ti {
      color: #7F59CC; }
  /* line 415, ../static/sass/components/scss/_clubs.scss */
  .book-link-mt-tablet-and-mobile {
    padding-top: 1.5rem; }
  /* line 418, ../static/sass/components/scss/_clubs.scss */
  .book-link-mb-mobile {
    margin-bottom: 3rem !important; }
  /* line 421, ../static/sass/components/scss/_clubs.scss */
  .amabook-experience-breadcrumb {
    margin-left: 1rem;
    margin-top: -0.5rem; }
  /* line 425, ../static/sass/components/scss/_clubs.scss */
  .header-image.club-detail-header {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 27rem; }
  /* line 430, ../static/sass/components/scss/_clubs.scss */
  .club-description-event-options {
    gap: 25px; }
  /* line 434, ../static/sass/components/scss/_clubs.scss */
  .events-section .content-data, .events-section .card_club {
    margin-bottom: 10%; }
  /* line 437, ../static/sass/components/scss/_clubs.scss */
  .content-data .product-img-container, .card_club .product-img-container {
    display: none !important; }
  /* line 441, ../static/sass/components/scss/_clubs.scss */
  .reading-dates-mobile {
    right: 0 !important;
    bottom: 5.4rem !important;
    margin-bottom: 0 !important; }
  /* line 447, ../static/sass/components/scss/_clubs.scss */
  .product-event-title {
    margin-top: -3rem !important; }
  /* line 451, ../static/sass/components/scss/_clubs.scss */
  .product-event-description {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 13.2px */ }
    /* line 458, ../static/sass/components/scss/_clubs.scss */
    .product-event-description p, .product-event-description strong {
      color: #6d6e6f; }
  /* line 463, ../static/sass/components/scss/_clubs.scss */
  .book-link-desktop-and-mobile {
    margin-bottom: 5%; }
    /* line 465, ../static/sass/components/scss/_clubs.scss */
    .book-link-desktop-and-mobile a {
      padding: 0;
      padding-bottom: 9px;
      padding-top: 9px;
      padding-left: 15px;
      padding-right: 15px; } }

@media (max-width: 425px) {
  /* line 476, ../static/sass/components/scss/_clubs.scss */
  .book-link-desktop-and-mobile a {
    font-size: 0.85rem; }
  /* line 480, ../static/sass/components/scss/_clubs.scss */
  .book-link-desktop-and-mobile a:first-child {
    margin-left: 0.5rem; }
  /* line 484, ../static/sass/components/scss/_clubs.scss */
  .amabook-experience-breadcrumb {
    margin-top: -1rem; }
    /* line 487, ../static/sass/components/scss/_clubs.scss */
    .amabook-experience-breadcrumb ol.breadcrumb {
      font-size: 0.65rem; }
  /* line 493, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container .club_name {
    max-height: 38px;
    height: 100%; }
  /* line 498, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container .club-section-btn {
    width: 90%; }
  /* line 502, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container .club-description-event-options a,
  .club_detail_container .club-section-btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.7vw; }
  /* line 509, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container .club-description {
    max-height: 110px;
    height: 100%; }
    /* line 513, ../static/sass/components/scss/_clubs.scss */
    .club_detail_container .club-description p {
      font-size: 3vw; } }

@media (max-width: 320px) {
  /* line 524, ../static/sass/components/scss/_clubs.scss */
  .club_detail_container .club-section-btn {
    width: 90%;
    padding-left: 0;
    padding-right: 0; }
  /* line 531, ../static/sass/components/scss/_clubs.scss */
  .book-link-desktop-and-mobile a {
    font-size: 0.65rem; } }

/* line 1, ../static/sass/components/scss/_payment_process.scss */
.payment_process {
  max-width: 1040px; }
  /* line 3, ../static/sass/components/scss/_payment_process.scss */
  .payment_process .delivery-method-title,
  .payment_process .pay-method-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem; }
  /* line 9, ../static/sass/components/scss/_payment_process.scss */
  .payment_process .delivery-direction {
    background-color: #442E83;
    padding: 1.5rem 1rem;
    border-radius: 0.75rem;
    margin: 3rem 0 2rem 0; }
    /* line 14, ../static/sass/components/scss/_payment_process.scss */
    .payment_process .delivery-direction h3 {
      font-weight: 700;
      padding-bottom: 1rem; }
    /* line 18, ../static/sass/components/scss/_payment_process.scss */
    .payment_process .delivery-direction h4, .payment_process .delivery-direction p {
      color: #fff;
      font-size: 0.75rem; }
    /* line 22, ../static/sass/components/scss/_payment_process.scss */
    .payment_process .delivery-direction .btn-primary, .payment_process .delivery-direction .btn-secondary,
    .payment_process .delivery-direction .btn-secondary [class*=" icon-"],
    .btn-secondary .payment_process .delivery-direction [class*=" icon-"],
    .payment_process .delivery-direction .btn-secondary [class^="icon-"],
    .btn-secondary .payment_process .delivery-direction [class^="icon-"] {
      padding: 0;
      font-size: 0.75rem;
      height: auto; }
    /* line 27, ../static/sass/components/scss/_payment_process.scss */
    .payment_process .delivery-direction .btn-primary:hover, .payment_process .delivery-direction .btn-secondary:hover,
    .payment_process .delivery-direction .btn-secondary [class*=" icon-"]:hover,
    .btn-secondary .payment_process .delivery-direction [class*=" icon-"]:hover,
    .payment_process .delivery-direction .btn-secondary [class^="icon-"]:hover,
    .btn-secondary .payment_process .delivery-direction [class^="icon-"]:hover, .payment_process .delivery-direction .btn-secondary:focus {
      background-color: transparent !important;
      cursor: pointer; }
  /* line 32, ../static/sass/components/scss/_payment_process.scss */
  .payment_process .select-shipping, .payment_process .select-payment,
  .payment_process .discount-coupon {
    margin-bottom: 1rem;
    box-shadow: 0px 4px 30px 0px #0000000D;
    padding: 1.4rem 1rem;
    height: 3.875rem;
    border-radius: 0.75rem; }
    /* line 38, ../static/sass/components/scss/_payment_process.scss */
    .payment_process .select-shipping .shipping-price, .payment_process .select-payment .shipping-price,
    .payment_process .discount-coupon .shipping-price {
      font-weight: 700;
      margin: 0; }
      /* line 41, ../static/sass/components/scss/_payment_process.scss */
      .payment_process .select-shipping .shipping-price span, .payment_process .select-payment .shipping-price span,
      .payment_process .discount-coupon .shipping-price span {
        color: #442E83;
        font-size: 1.5rem;
        margin-left: 1rem; }
  /* line 48, ../static/sass/components/scss/_payment_process.scss */
  .payment_process #s2id_pickuppoint .select2-choice {
    height: 3rem; }
  /* line 51, ../static/sass/components/scss/_payment_process.scss */
  .payment_process #s2id_pickuppoint .select2-chosen {
    color: #482789; }
    /* line 53, ../static/sass/components/scss/_payment_process.scss */
    .payment_process #s2id_pickuppoint .select2-chosen p {
      color: #482789; }
  /* line 58, ../static/sass/components/scss/_payment_process.scss */
  .payment_process .select-payment,
  .payment_process .discount-coupon {
    cursor: pointer; }
    /* line 63, ../static/sass/components/scss/_payment_process.scss */
    .payment_process .select-payment .payment_option_img,
    .payment_process .discount-coupon .payment_option_img {
      width: 3.5rem;
      margin-right: 1rem; }
    /* line 67, ../static/sass/components/scss/_payment_process.scss */
    .payment_process .select-payment .ti,
    .payment_process .discount-coupon .ti {
      color: #442E83;
      font-size: 1.5rem; }
  /* line 73, ../static/sass/components/scss/_payment_process.scss */
  .payment_process #payment_resume .comments-space {
    margin-top: 2rem;
    background-color: #ECECEC;
    border-radius: 0.75rem;
    border: none;
    padding: 1.2rem 1rem;
    height: 8.125rem; }
  /* line 81, ../static/sass/components/scss/_payment_process.scss */
  .payment_process #payment_resume .btn-primary, .payment_process #payment_resume .btn-secondary,
  .payment_process #payment_resume .btn-secondary [class*=" icon-"],
  .btn-secondary .payment_process #payment_resume [class*=" icon-"],
  .payment_process #payment_resume .btn-secondary [class^="icon-"],
  .btn-secondary .payment_process #payment_resume [class^="icon-"] {
    width: 100%; }
  /* line 84, ../static/sass/components/scss/_payment_process.scss */
  .payment_process #payment_resume #order_summary {
    background-color: #7F59CC;
    border-top-right-radius: 0.75rem;
    border-top-left-radius: 0.75rem;
    position: absolute;
    width: 100vw;
    right: 1rem;
    bottom: -4rem;
    height: 22rem;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%); }
    /* line 96, ../static/sass/components/scss/_payment_process.scss */
    .payment_process #payment_resume #order_summary td {
      border: none;
      color: #fff;
      font-size: 1.25rem; }
    /* line 101, ../static/sass/components/scss/_payment_process.scss */
    .payment_process #payment_resume #order_summary .summary_table_total {
      border-top: 1px solid #fff; }
  /* line 105, ../static/sass/components/scss/_payment_process.scss */
  .payment_process #payment_resume .order_summary_mobile_space {
    width: 100%;
    height: 18rem; }
  /* line 109, ../static/sass/components/scss/_payment_process.scss */
  .payment_process #payment_resume .text-right.product-units {
    margin-bottom: 0; }

/* line 115, ../static/sass/components/scss/_payment_process.scss */
#select2-drop .select2-result-label p {
  color: #fff; }

@media (min-width: 768px) {
  /* line 121, ../static/sass/components/scss/_payment_process.scss */
  .payment_process .delivery-method-title,
  .payment_process .pay-method-title {
    font-size: 1.875rem; }
  /* line 125, ../static/sass/components/scss/_payment_process.scss */
  .payment_process #payment_data {
    max-width: 28.8rem;
    margin: 0 auto; }
  /* line 130, ../static/sass/components/scss/_payment_process.scss */
  .payment_process #payment_resume .order_summary_mobile_space {
    width: 100%;
    height: 0; }
  /* line 134, ../static/sass/components/scss/_payment_process.scss */
  .payment_process #payment_resume #order_summary {
    position: inherit;
    width: 100%;
    height: auto;
    transform: none;
    padding-bottom: 2rem;
    border-radius: 0.75rem;
    margin-bottom: 2rem; }
  /* line 143, ../static/sass/components/scss/_payment_process.scss */
  .payment_process #payment_resume .finish_button_section .btn-primary, .payment_process #payment_resume .finish_button_section .btn-secondary,
  .payment_process #payment_resume .finish_button_section .btn-secondary [class*=" icon-"],
  .btn-secondary .payment_process #payment_resume .finish_button_section [class*=" icon-"],
  .payment_process #payment_resume .finish_button_section .btn-secondary [class^="icon-"],
  .btn-secondary .payment_process #payment_resume .finish_button_section [class^="icon-"] {
    max-width: 22.56rem; } }

@media (min-width: 991px) {
  /* line 152, ../static/sass/components/scss/_payment_process.scss */
  .payment_process .delivery-method-title,
  .payment_process .pay-method-title {
    font-size: 2.75rem; }
  /* line 156, ../static/sass/components/scss/_payment_process.scss */
  .payment_process #payment_data {
    max-width: 22.56rem; }
  /* line 159, ../static/sass/components/scss/_payment_process.scss */
  .payment_process #payment_resume {
    display: grid;
    grid-template-rows: 6.25rem 9.68rem auto 6.25rem 17.56rem;
    grid-template-columns: repeat(2, 29rem); }
    /* line 163, ../static/sass/components/scss/_payment_process.scss */
    .payment_process #payment_resume .pay-method-title {
      grid-column: 1 / 3;
      grid-row: 1 / 2;
      align-self: center; }
    /* line 168, ../static/sass/components/scss/_payment_process.scss */
    .payment_process #payment_resume .comment_container {
      grid-column: 1 / 3;
      grid-row: 5 / 6;
      align-self: center; }
      /* line 172, ../static/sass/components/scss/_payment_process.scss */
      .payment_process #payment_resume .comment_container .comments-space {
        height: 17.56rem; }
    /* line 176, ../static/sass/components/scss/_payment_process.scss */
    .payment_process #payment_resume .finish_button_section {
      grid-column: 1 / 3;
      grid-row: 4 / 5;
      align-self: center; }
    /* line 181, ../static/sass/components/scss/_payment_process.scss */
    .payment_process #payment_resume #order_summary {
      grid-column: 1 / 2;
      grid-row: 2 / 4;
      margin-right: 0.5rem; }
    /* line 186, ../static/sass/components/scss/_payment_process.scss */
    .payment_process #payment_resume .cart_container {
      margin-left: 0.5rem;
      grid-column: 2 / 3;
      grid-row: 2 / 4; }
      /* line 191, ../static/sass/components/scss/_payment_process.scss */
      .payment_process #payment_resume .cart_container #cart-list .cart-img {
        width: 5.92rem; }
        /* line 193, ../static/sass/components/scss/_payment_process.scss */
        .payment_process #payment_resume .cart_container #cart-list .cart-img .product-img {
          width: 100%;
          height: 124px;
          object-fit: cover;
          border-radius: 0.25rem; }
      /* line 200, ../static/sass/components/scss/_payment_process.scss */
      .payment_process #payment_resume .cart_container #cart-list .card-body {
        max-width: 15rem; }
        /* line 202, ../static/sass/components/scss/_payment_process.scss */
        .payment_process #payment_resume .cart_container #cart-list .card-body .product-title {
          font-size: 1.125rem; }
        /* line 205, ../static/sass/components/scss/_payment_process.scss */
        .payment_process #payment_resume .cart_container #cart-list .card-body .product-author {
          font-size: 0.875rem; }
        /* line 208, ../static/sass/components/scss/_payment_process.scss */
        .payment_process #payment_resume .cart_container #cart-list .card-body .product-format {
          font-size: 0.75rem; }
        /* line 211, ../static/sass/components/scss/_payment_process.scss */
        .payment_process #payment_resume .cart_container #cart-list .card-body .product-price {
          font-size: 1.25rem; }
      /* line 216, ../static/sass/components/scss/_payment_process.scss */
      .payment_process #payment_resume .cart_container #cart-list .cart-quantity .quit-product-btn {
        width: 5.16rem;
        height: 1.25rem; }
      /* line 220, ../static/sass/components/scss/_payment_process.scss */
      .payment_process #payment_resume .cart_container #cart-list .cart-quantity .icon-minus,
      .payment_process #payment_resume .cart_container #cart-list .cart-quantity .icon-plus {
        padding: 0.10rem 0.25rem; }
      /* line 224, ../static/sass/components/scss/_payment_process.scss */
      .payment_process #payment_resume .cart_container #cart-list .cart-quantity .form-control {
        width: 1.93rem;
        height: 1.06rem; } }

@media (max-width: 426px) {
  /* line 236, ../static/sass/components/scss/_payment_process.scss */
  .payment_process .delivery-method-title,
  .payment_process .pay-method-title {
    font-size: 1.25rem; } }

/* line 6, ../static/sass/components/scss/_author_of_the_week.scss */
.author_of_the_week_container .author-week-header {
  max-height: 307px;
  left: 50%;
  transform: translate(-50%, 0px);
  max-width: 1512px; }

@media (min-width: 768px) {
  /* line 13, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_container .author-week-header {
    max-height: 396px; } }

@media (min-width: 980px) {
  /* line 18, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_container .author-week-header {
    max-height: 574px; } }

/* line 24, ../static/sass/components/scss/_author_of_the_week.scss */
.author_of_the_week_container .author-img {
  position: relative;
  width: 150px;
  height: 0;
  padding: 100% 0 0;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  top: 1rem;
  right: 1rem; }

/* line 36, ../static/sass/components/scss/_author_of_the_week.scss */
.author_of_the_week_container .author-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover; }

/* line 45, ../static/sass/components/scss/_author_of_the_week.scss */
.author_of_the_week_container .product-title {
  font-size: 1.5rem;
  font-weight: 700; }

/* line 51, ../static/sass/components/scss/_author_of_the_week.scss */
.author_of_the_week_container .product-synopsis .title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #442E83; }

/* line 57, ../static/sass/components/scss/_author_of_the_week.scss */
.author_of_the_week_container .product-synopsis span {
  color: #372f2d; }

/* line 63, ../static/sass/components/scss/_author_of_the_week.scss */
.author_of_the_week_container .extras a {
  position: relative;
  font-size: 0.875rem;
  padding-left: 1.5rem; }

/* line 69, ../static/sass/components/scss/_author_of_the_week.scss */
.author_of_the_week_container .extras a:before {
  position: absolute;
  font-family: "icomoon";
  top: -0.2rem;
  left: 0;
  content: "\e95b";
  font-size: 1.125rem; }

/* line 79, ../static/sass/components/scss/_author_of_the_week.scss */
.author_books_title {
  font-size: 1.25rem; }
  /* line 82, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_books_title span {
    font-weight: 700; }

/* line 86, ../static/sass/components/scss/_author_of_the_week.scss */
.author-wekk-books .card-product {
  max-width: 212px;
  min-width: 189px; }

/* line 91, ../static/sass/components/scss/_author_of_the_week.scss */
.author-wekk-books > div {
  min-width: fit-content; }

@media (min-width: 400px) {
  /* line 95, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_container .product-title {
    font-size: 1.5rem;
    position: relative;
    top: -1rem; }
  /* line 100, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_container .author-img {
    width: 189px; } }

@media (min-width: 768px) {
  /* line 107, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_header {
    height: 24.75rem; }
  /* line 112, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_container .author-img {
    width: 221px;
    top: 0;
    right: 0; }
  /* line 118, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_container .product-title {
    height: unset; }
  /* line 122, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_container .product-synopsis {
    height: 7rem;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    /* line 128, ../static/sass/components/scss/_author_of_the_week.scss */
    .author_of_the_week_container .product-synopsis .title {
      font-size: 1rem;
      color: #fff; }
    /* line 133, ../static/sass/components/scss/_author_of_the_week.scss */
    .author_of_the_week_container .product-synopsis span {
      font-size: 0.75rem;
      color: #fff; }
    /* line 138, ../static/sass/components/scss/_author_of_the_week.scss */
    .author_of_the_week_container .product-synopsis p {
      color: #fff; } }

@media (min-width: 992px) and (max-width: 1300px) {
  /* line 146, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_header {
    height: 35.87rem; }
  /* line 151, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_container .author-img {
    width: 332px; }
  /* line 155, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_container .product-title {
    font-size: 2.75rem; }
  /* line 159, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_container .product-synopsis {
    height: 10rem;
    width: 60vw; }
    /* line 163, ../static/sass/components/scss/_author_of_the_week.scss */
    .author_of_the_week_container .product-synopsis .title {
      font-size: 1.25rem; }
    /* line 167, ../static/sass/components/scss/_author_of_the_week.scss */
    .author_of_the_week_container .product-synopsis span {
      font-size: 0.875rem; } }

@media (min-width: 1300px) {
  /* line 175, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_header {
    height: 35.87rem; }
  /* line 180, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_container .author-img {
    width: 446px;
    right: 1rem; }
  /* line 185, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_container .product-title {
    font-size: 2.75rem; }
  /* line 189, ../static/sass/components/scss/_author_of_the_week.scss */
  .author_of_the_week_container .product-synopsis {
    height: 13rem; }
    /* line 192, ../static/sass/components/scss/_author_of_the_week.scss */
    .author_of_the_week_container .product-synopsis .title {
      font-size: 1.25rem; }
    /* line 196, ../static/sass/components/scss/_author_of_the_week.scss */
    .author_of_the_week_container .product-synopsis span {
      font-size: 0.875rem; } }

/* line 204, ../static/sass/components/scss/_author_of_the_week.scss */
.author-week-home {
  color: #442E83;
  display: flex;
  justify-content: center; }
  /* line 209, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .section-title {
    margin: 1em 0; }
    /* line 212, ../static/sass/components/scss/_author_of_the_week.scss */
    .author-week-home .section-title h2,
    .author-week-home .section-title .author-title {
      color: #442E83; }
    /* line 217, ../static/sass/components/scss/_author_of_the_week.scss */
    .author-week-home .section-title h2 {
      font-size: 2.25rem;
      font-weight: 700; }
    /* line 222, ../static/sass/components/scss/_author_of_the_week.scss */
    .author-week-home .section-title .author-title {
      font-size: 1.5rem; }
  /* line 229, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .section-book-description .desktop-aside-book-title,
  .author-week-home .section-book-description .desktop-aside-description p {
    color: #442E83; }
  /* line 235, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .mobile-header-description {
    font-size: 0.75rem;
    text-transform: uppercase; }
  /* line 240, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .author-img {
    position: relative;
    bottom: 1.5vmin; }
    /* line 244, ../static/sass/components/scss/_author_of_the_week.scss */
    .author-week-home .author-img img {
      width: 280px;
      height: 280px;
      scale: 1.1;
      object-fit: cover; }
  /* line 252, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-img .subscription {
    display: none; }
  /* line 256, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card {
    border-radius: 15px;
    height: 13rem;
    max-width: 26rem;
    margin: 0 auto; }
  /* line 263, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card .product-img {
    width: 143.38px;
    height: 226.86px;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    bottom: 2rem; }
  /* line 272, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card .card-body {
    padding: 0; }
  /* line 276, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-body .product-title {
    font-size: 0.875rem;
    font-weight: 700; }
  /* line 281, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-body .product-author {
    font-size: 0.75rem;
    color: #372f2d;
    font-style: italic; }
  /* line 289, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-body .product-author,
  .author-week-home .card-body .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 297, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-body .product-card-prices {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    gap: 0.3rem; }
    /* line 304, ../static/sass/components/scss/_author_of_the_week.scss */
    .author-week-home .card-body .product-card-prices .media-body {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 12px;
      padding: 0.5rem;
      flex: none;
      width: 4.2rem;
      height: 4.2rem;
      background-color: #fff;
      position: relative; }
    /* line 318, ../static/sass/components/scss/_author_of_the_week.scss */
    .author-week-home .card-body .product-card-prices .media-body.active {
      background-color: #442E83; }
      /* line 321, ../static/sass/components/scss/_author_of_the_week.scss */
      .author-week-home .card-body .product-card-prices .media-body.active .product-format,
      .author-week-home .card-body .product-card-prices .media-body.active .product-price,
      .author-week-home .card-body .product-card-prices .media-body.active .product-old-price {
        color: #fff; }
      /* line 327, ../static/sass/components/scss/_author_of_the_week.scss */
      .author-week-home .card-body .product-card-prices .media-body.active .select-product {
        background-color: #442E83; }
      /* line 331, ../static/sass/components/scss/_author_of_the_week.scss */
      .author-week-home .card-body .product-card-prices .media-body.active .select-product.ti {
        color: #fff; }
    /* line 336, ../static/sass/components/scss/_author_of_the_week.scss */
    .author-week-home .card-body .product-card-prices .product-format {
      color: #7F59CC;
      text-align: center;
      font-size: 0.688rem;
      letter-spacing: 0.4px;
      margin: 0;
      line-height: 14px; }
    /* line 345, ../static/sass/components/scss/_author_of_the_week.scss */
    .author-week-home .card-body .product-card-prices .product-price {
      font-weight: 700;
      font-size: 0.688rem;
      color: #7F59CC;
      margin: 0; }
    /* line 352, ../static/sass/components/scss/_author_of_the_week.scss */
    .author-week-home .card-body .product-card-prices .product-old-price {
      text-decoration: line-through;
      font-size: 0.56rem;
      margin: 0;
      color: #7F59CC; }
  /* line 360, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-body .add-cart-product {
    margin-top: 1rem;
    width: 9.37rem;
    height: 1.54rem;
    padding: 0;
    font-size: 0.75rem; }
  /* line 368, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
  /* line 374, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-actions .product-wish-button,
  .author-week-home .card-actions #share-btn {
    font-size: 29px; }
  /* line 380, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .btn-primary, .author-week-home .btn-secondary,
  .author-week-home .btn-secondary [class*=" icon-"],
  .btn-secondary .author-week-home [class*=" icon-"],
  .author-week-home .btn-secondary [class^="icon-"],
  .btn-secondary .author-week-home [class^="icon-"] {
    width: 100%; }

@media (max-width: 1440px) {
  /* line 389, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .section-title h2 {
    font-size: 1.875rem; }
  /* line 393, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .section-title .author-title {
    font-size: 1.25rem; } }

@media (min-width: 576px) and (max-width: 1200px) {
  /* line 403, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .author-img {
    position: absolute;
    bottom: -10vmin;
    left: 0; }
    /* line 408, ../static/sass/components/scss/_author_of_the_week.scss */
    .author-week-home .author-img img {
      width: 200px;
      height: 200px;
      max-width: 90%; } }

@media (max-width: 576px) {
  /* line 421, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .section-title h2 {
    font-size: 1.5rem; }
  /* line 425, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .section-title .author-title {
    font-size: 1rem; }
  /* line 430, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .author-img {
    position: absolute;
    bottom: -10vmin;
    left: 0; }
    /* line 435, ../static/sass/components/scss/_author_of_the_week.scss */
    .author-week-home .author-img img {
      width: 180px;
      height: 180px;
      max-width: 90%; }
  /* line 443, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-actions .product-wish-button,
  .author-week-home .card-actions #share-btn {
    font-size: 20px; }
  /* line 449, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card {
    max-width: none; } }

@media (min-width: 400px) {
  /* line 456, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card .product-img {
    width: 143.38px; } }

@media (min-width: 768px) {
  /* line 463, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-container {
    position: relative;
    bottom: 5rem; }
  /* line 468, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .desktop-aside-book-title {
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 477, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .desktop-aside-description {
    font-size: 0.875rem;
    padding-bottom: 1rem; }
  /* line 482, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card {
    width: 28.93rem;
    height: 14.85rem;
    min-width: 28.93rem; }
  /* line 488, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card .product-img {
    width: 166.8px;
    height: 264.57px;
    bottom: 2.5rem; }
  /* line 494, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-body .product-title {
    font-size: 1rem; }
  /* line 498, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-body .product-author {
    font-size: 0.875rem; }
  /* line 502, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-body .product-card-prices {
    margin-top: 2rem; }
  /* line 506, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-body .add-cart-product {
    margin-top: 1.5rem;
    width: 10.91rem;
    height: 1.8rem; } }

@media (min-width: 1200px) {
  /* line 515, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card-container {
    bottom: -5rem; }
  /* line 519, ../static/sass/components/scss/_author_of_the_week.scss */
  .author-week-home .card {
    min-width: 27.93rem; } }

/* line 1, ../static/sass/components/scss/_search_navbar.scss */
header .search-wrapper {
  display: none;
  top: -3.2em; }

/* line 6, ../static/sass/components/scss/_search_navbar.scss */
.search-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  top: -4.2em;
  z-index: 1; }

/* line 14, ../static/sass/components/scss/_search_navbar.scss */
.search-navbar {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #CDA7FF;
  border-radius: 24px;
  max-width: 1270px;
  width: 90%;
  flex-shrink: 0;
  padding: 10px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  margin-top: 10px; }
  /* line 27, ../static/sass/components/scss/_search_navbar.scss */
  .search-navbar .search-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 16px; }
    /* line 34, ../static/sass/components/scss/_search_navbar.scss */
    .search-navbar .search-control .input-group {
      height: 35px; }
      /* line 37, ../static/sass/components/scss/_search_navbar.scss */
      .search-navbar .search-control .input-group .btn {
        border-radius: 12px !important;
        background-color: #fff;
        color: #442E83;
        padding: 0 1rem;
        margin-left: 0.5rem; }
        /* line 44, ../static/sass/components/scss/_search_navbar.scss */
        .search-navbar .search-control .input-group .btn:focus {
          box-shadow: none;
          border: 0; }
      /* line 50, ../static/sass/components/scss/_search_navbar.scss */
      .search-navbar .search-control .input-group .form-control {
        border: 0;
        border-radius: 0 12px 12px 0;
        height: 35px;
        margin-left: -1em;
        padding-left: 1.5em;
        color: #fff;
        background-color: #8662C7; }
        /* line 59, ../static/sass/components/scss/_search_navbar.scss */
        .search-navbar .search-control .input-group .form-control:focus {
          box-shadow: none;
          border: 0 !important;
          z-index: 0;
          outline: 0; }
        /* line 66, ../static/sass/components/scss/_search_navbar.scss */
        .search-navbar .search-control .input-group .form-control::placeholder {
          color: #fff;
          font-size: 16px; }
    /* line 73, ../static/sass/components/scss/_search_navbar.scss */
    .search-navbar .search-control .search-options {
      display: flex;
      gap: 1rem;
      white-space: nowrap; }
      /* line 78, ../static/sass/components/scss/_search_navbar.scss */
      .search-navbar .search-control .search-options button {
        height: 35px;
        border: 0;
        padding: 0 1.2vw;
        background-color: transparent;
        font-size: 16px;
        color: #442E83;
        text-decoration: none;
        border-radius: 24px;
        transition: background 0.3s ease;
        box-sizing: border-box; }
        /* line 90, ../static/sass/components/scss/_search_navbar.scss */
        .search-navbar .search-control .search-options button:focus {
          box-shadow: none; }
        /* line 94, ../static/sass/components/scss/_search_navbar.scss */
        .search-navbar .search-control .search-options button:hover, .search-navbar .search-control .search-options button.btn-secondary:focus {
          background: rgba(255, 255, 255, 0.2); }
        /* line 98, ../static/sass/components/scss/_search_navbar.scss */
        .search-navbar .search-control .search-options button.active {
          background: #fff;
          color: #372f2d;
          border-radius: 24px;
          box-shadow: none;
          font-weight: 700; }
      /* line 107, ../static/sass/components/scss/_search_navbar.scss */
      .search-navbar .search-control .search-options .advanced-search {
        border-radius: 15px;
        background: #fff;
        color: #442E83;
        font-weight: 700; }
  /* line 116, ../static/sass/components/scss/_search_navbar.scss */
  .search-navbar .advanced-search-content {
    opacity: 0;
    max-height: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden; }
    /* line 122, ../static/sass/components/scss/_search_navbar.scss */
    .search-navbar .advanced-search-content.open {
      opacity: 1;
      max-height: 630px;
      width: 100%;
      height: 100%; }
    /* line 129, ../static/sass/components/scss/_search_navbar.scss */
    .search-navbar .advanced-search-content .search-form {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 20px; }
      /* line 136, ../static/sass/components/scss/_search_navbar.scss */
      .search-navbar .advanced-search-content .search-form .filter-group {
        flex: 1;
        min-width: calc(33.333% - 40px);
        padding: 1.2em 1em 1em 1.5em;
        text-align: start; }
        /* line 142, ../static/sass/components/scss/_search_navbar.scss */
        .search-navbar .advanced-search-content .search-form .filter-group .filter-title {
          color: #442E83;
          font-weight: 700;
          margin-bottom: 5px; }
        /* line 148, ../static/sass/components/scss/_search_navbar.scss */
        .search-navbar .advanced-search-content .search-form .filter-group label {
          display: block;
          color: #442E83;
          margin: 5px 0;
          font-size: 16px; }

@media (min-width: 820px) and (max-width: 1124px) {
  /* line 161, ../static/sass/components/scss/_search_navbar.scss */
  .search-navbar .search-control {
    font-size: 13px; }
    /* line 164, ../static/sass/components/scss/_search_navbar.scss */
    .search-navbar .search-control .input-group {
      height: 25px; }
      /* line 167, ../static/sass/components/scss/_search_navbar.scss */
      .search-navbar .search-control .input-group .btn {
        padding: 0 0.5rem; }
      /* line 171, ../static/sass/components/scss/_search_navbar.scss */
      .search-navbar .search-control .input-group .form-control {
        height: 25px;
        margin-left: -1em;
        padding-left: 1.5em;
        font-size: 13px; }
        /* line 177, ../static/sass/components/scss/_search_navbar.scss */
        .search-navbar .search-control .input-group .form-control::placeholder {
          font-size: 13px; }
    /* line 183, ../static/sass/components/scss/_search_navbar.scss */
    .search-navbar .search-control .search-options {
      gap: 0.5rem; }
      /* line 186, ../static/sass/components/scss/_search_navbar.scss */
      .search-navbar .search-control .search-options button {
        height: 25px;
        padding: 0 0.5rem;
        font-size: 13px; }
  /* line 197, ../static/sass/components/scss/_search_navbar.scss */
  .search-navbar .advanced-search-content .search-form .filter-group .filter-title {
    font-size: 13px; }
  /* line 201, ../static/sass/components/scss/_search_navbar.scss */
  .search-navbar .advanced-search-content .search-form .filter-group label {
    font-size: 13px; } }

@media (max-width: 991px) {
  /* line 212, ../static/sass/components/scss/_search_navbar.scss */
  header .search-wrapper {
    top: -2em; }
  /* line 216, ../static/sass/components/scss/_search_navbar.scss */
  .search-wrapper {
    top: -4em; } }

@media (max-width: 820px) {
  /* line 224, ../static/sass/components/scss/_search_navbar.scss */
  .search-navbar .search-control {
    gap: 0.5rem;
    font-size: 12px; }
    /* line 228, ../static/sass/components/scss/_search_navbar.scss */
    .search-navbar .search-control .input-group {
      height: 25px; }
      /* line 231, ../static/sass/components/scss/_search_navbar.scss */
      .search-navbar .search-control .input-group .btn {
        padding: 0 0.5rem; }
      /* line 235, ../static/sass/components/scss/_search_navbar.scss */
      .search-navbar .search-control .input-group .form-control {
        height: 25px;
        margin-left: -1em;
        padding-left: 1.5em;
        font-size: 12px; }
        /* line 241, ../static/sass/components/scss/_search_navbar.scss */
        .search-navbar .search-control .input-group .form-control::placeholder {
          font-size: 12px; }
    /* line 247, ../static/sass/components/scss/_search_navbar.scss */
    .search-navbar .search-control .search-options {
      gap: 0.5rem; }
      /* line 251, ../static/sass/components/scss/_search_navbar.scss */
      .search-navbar .search-control .search-options button {
        height: 25px;
        padding: 0 0.5rem;
        font-size: 12px; }
  /* line 262, ../static/sass/components/scss/_search_navbar.scss */
  .search-navbar .advanced-search-content .search-form .filter-group .filter-title {
    font-size: 12px; }
  /* line 266, ../static/sass/components/scss/_search_navbar.scss */
  .search-navbar .advanced-search-content .search-form .filter-group label {
    margin: 2px 0;
    font-size: 12px; } }

@media (max-width: 767px) {
  /* line 279, ../static/sass/components/scss/_search_navbar.scss */
  .search-navbar .search-control .search-options {
    gap: 0; }
    /* line 282, ../static/sass/components/scss/_search_navbar.scss */
    .search-navbar .search-control .search-options .btn {
      display: none; }
  /* line 289, ../static/sass/components/scss/_search_navbar.scss */
  .search-navbar .advanced-search-content .search-form {
    flex-direction: column; }
    /* line 293, ../static/sass/components/scss/_search_navbar.scss */
    .search-navbar .advanced-search-content .search-form .filter-group .filter-checkbox {
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
    /* line 298, ../static/sass/components/scss/_search_navbar.scss */
    .search-navbar .advanced-search-content .search-form .filter-group label {
      margin: 2px 0; } }

/* line 2, ../static/sass/components/scss/_login_pay.scss */
.login_pay_wapper .login_pay #change_avatar {
  position: unset; }

/* line 7, ../static/sass/components/scss/_login_pay.scss */
.login_pay_wapper #order_summary .order-summary-title,
.login_pay_wapper #order_summary .summary-table-title,
.login_pay_wapper #order_summary .summary-table-data {
  color: #482789; }

/* line 13, ../static/sass/components/scss/_login_pay.scss */
.login_pay_wapper #order_summary #table_cart td {
  border-color: #7F59CC; }

/* line 1, ../static/sass/components/scss/_register.scss */
.register-page {
  max-width: 468px; }
  /* line 4, ../static/sass/components/scss/_register.scss */
  .register-page .select2-container .select2-choice,
  .register-page .select2-container .select2-choice .select2-arrow {
    background-color: #ECECEC !important; }
  /* line 8, ../static/sass/components/scss/_register.scss */
  .register-page #avatar-custom-image {
    object-fit: cover; }
  /* line 12, ../static/sass/components/scss/_register.scss */
  .register-page #avatar-custom-delete {
    position: absolute;
    top: 2.6rem;
    left: 2.6rem;
    color: #442E83; }
  /* line 18, ../static/sass/components/scss/_register.scss */
  .register-page .avatar-description {
    font-size: 12px;
    line-height: 22px;
    color: #6D6E6F; }
  /* line 23, ../static/sass/components/scss/_register.scss */
  .register-page .legal-info {
    background-color: #F9F9F9;
    border-radius: 14px; }
    /* line 26, ../static/sass/components/scss/_register.scss */
    .register-page .legal-info p {
      color: #6D6E6F;
      font-size: 10px;
      margin-bottom: 0; }
      /* line 30, ../static/sass/components/scss/_register.scss */
      .register-page .legal-info p a {
        color: #6D6E6F; }
  /* line 35, ../static/sass/components/scss/_register.scss */
  .register-page .accept-conditions-label {
    max-width: 95%; }

@media (min-width: 992px) {
  /* line 41, ../static/sass/components/scss/_register.scss */
  .register-page {
    max-width: 1512px; }
    /* line 44, ../static/sass/components/scss/_register.scss */
    .register-page .social-register {
      height: fit-content; } }

/* line 1, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs .nav-item a {
  color: #6d6e6f !important;
  font-size: 1.25rem !important; }

/* line 5, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs .nav-pills .nav-link {
  border-radius: 0; }

/* line 8, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs .tab-content {
  padding-top: 4rem;
  padding-bottom: 4rem; }

/* line 12, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs .nav-link {
  font-size: 1.5rem;
  color: #829AB1;
  font-weight: 700;
  padding: 1rem 2rem; }

/* line 18, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs #comments-content {
  background-color: #F0F4F8;
  margin-bottom: -1.5rem; }

/* line 22, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs .nav-link.active {
  font-weight: 700;
  background-color: #F0F4F8; }

/* line 26, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs .review {
  margin: 2rem auto;
  border-bottom: 1px solid #ECECEC; }

/* line 30, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs .review-source, .ratings-author {
  font-size: 1.25rem;
  color: #6d6e6f;
  padding-right: 1rem;
  font-weight: 700; }

/* line 36, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs .review-author {
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  color: #829AB1; }

/* line 41, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs .review-content, .ratings-content {
  font-size: 0.875rem;
  color: #829AB1;
  margin: 1rem auto;
  padding-bottom: 2rem; }

/* line 47, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs #ratings .media {
  margin: 2rem auto;
  border-bottom: 1px solid #ECECEC; }

/* line 51, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-rating {
  color: #6d6e6f; }

/* line 54, ../static/sass/components/scss/_module_comments_tabs.scss */
.rating_numbers {
  display: inline-block;
  color: #6d6e6f; }

/* line 58, ../static/sass/components/scss/_module_comments_tabs.scss */
.rating_numbers .rating-number {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  text-align: center;
  font-size: 1rem;
  color: #442E83;
  font-weight: 700;
  margin: 0 0.25rem 0.25rem 0.25rem;
  border-radius: 50%;
  border: 0.15rem solid #442E83; }

/* line 70, ../static/sass/components/scss/_module_comments_tabs.scss */
.rating-number.active {
  background-color: #E5D1FF; }

/* line 73, ../static/sass/components/scss/_module_comments_tabs.scss */
.rating-number span {
  display: inline-block; }

/* line 77, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-rating section:not(:first-child) {
  margin: 1rem 0 1rem 5rem; }

@media (max-width: 767px) {
  /* line 81, ../static/sass/components/scss/_module_comments_tabs.scss */
  #comments-rating section:not(:first-child) {
    margin: 1rem 0; } }

/* line 87, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs #ratings .media {
  margin: 2rem auto;
  border-bottom: 1px solid #ECECEC; }

/* line 91, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs .avatar-xl {
  width: 4rem;
  height: 4rem;
  border-radius: 2rem; }

/* line 96, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs .product-rating {
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  color: #6d6e6f; }

/* line 101, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-tabs .product-rating img {
  margin: -0.2rem 0.5rem 0 0; }

@media (max-width: 469px) {
  /* line 109, ../static/sass/components/scss/_module_comments_tabs.scss */
  .rating_numbers .rating-number {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1.25rem;
    margin: 0 0.5rem 0.5rem 0; } }

/* line 119, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-content .title {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 2rem; }

/* line 123, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-content .title .btn {
  padding-left: 2rem;
  padding-right: 2rem; }

/* line 127, ../static/sass/components/scss/_module_comments_tabs.scss */
#comments-content .img-post {
  max-width: 100px;
  border: 1px solid #BCCCDC;
  margin-right: 1rem; }

/* line 133, ../static/sass/components/scss/_module_comments_tabs.scss */
#new_post_form form {
  border-bottom: 1px solid #BCCCDC;
  margin-bottom: 2rem; }

/*Brand*/
/* line 2, ../static/sass/components/scss/_module_header.scss */
.navbar-brand span {
  display: none; }

/*NavLogo*/
/* line 6, ../static/sass/components/scss/_module_header.scss */
.navbar-brand {
  display: block;
  width: 160px !important;
  height: 45px; }

/* line 11, ../static/sass/components/scss/_module_header.scss */
#logo-desktop {
  margin: 0;
  padding-left: 0.9rem;
  margin-top: -0.5rem; }

/* line 16, ../static/sass/components/scss/_module_header.scss */
#logo-desktop img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

/*NavLogoResponsive*/
@media (max-width: 400px) {
  /* line 24, ../static/sass/components/scss/_module_header.scss */
  .navbar-brand {
    background-size: 145px auto !important;
    width: 145px !important; } }

@media (min-width: 991px) {
  /* line 30, ../static/sass/components/scss/_module_header.scss */
  .navbar-brand {
    background-size: 189px auto;
    width: 189px !important; } }

@media (max-width: 991px) {
  /* line 36, ../static/sass/components/scss/_module_header.scss */
  .navbar-brand {
    display: block;
    background: transparent url("/static/img/logoAMBK2024.webp?2fcdce17aaf1") no-repeat 0 0;
    background-size: contain;
    height: 41px;
    top: 1.5rem;
    left: 5rem; } }

/* line 46, ../static/sass/components/scss/_module_header.scss */
header {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  z-index: 5; }

/* line 52, ../static/sass/components/scss/_module_header.scss */
nav {
  max-width: 1512px;
  margin: auto; }

/* line 56, ../static/sass/components/scss/_module_header.scss */
.list-item-user .avatar {
  display: block;
  float: left;
  margin-top: -1rem; }

/* line 61, ../static/sass/components/scss/_module_header.scss */
#toggle-menu-mobile {
  border: none; }

/* line 64, ../static/sass/components/scss/_module_header.scss */
#toggle-menu-mobile span {
  color: #7F59CC;
  font-size: 2rem;
  cursor: pointer; }

/* line 69, ../static/sass/components/scss/_module_header.scss */
#bar1 {
  border-bottom: 1px solid #ECECEC;
  margin-top: 1rem;
  background-color: #fff; }

@media (max-width: 991px) {
  /* line 75, ../static/sass/components/scss/_module_header.scss */
  #bar1 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-top: 0; } }

/* line 84, ../static/sass/components/scss/_module_header.scss */
.custom-select {
  border: none;
  background-color: transparent;
  color: #6d6e6f;
  padding-top: .2rem;
  padding-left: 0; }

/* line 91, ../static/sass/components/scss/_module_header.scss */
.custom-select {
  background-image: linear-gradient(45deg, transparent 50%, #486581 50%), linear-gradient(135deg, #486581 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }

/* line 106, ../static/sass/components/scss/_module_header.scss */
.custom-select:focus {
  outline: 0; }

/* line 109, ../static/sass/components/scss/_module_header.scss */
#menu-bar {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ECECEC; }

/* line 113, ../static/sass/components/scss/_module_header.scss */
.top-bar {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 99; }

@media (max-width: 991px) {
  /* line 120, ../static/sass/components/scss/_module_header.scss */
  #menu-bar {
    margin-top: 0rem; } }

/* line 123, ../static/sass/components/scss/_module_header.scss */
.top-bar .list-inline-item {
  margin-left: 1rem; }
  /* line 125, ../static/sass/components/scss/_module_header.scss */
  .top-bar .list-inline-item .social-link {
    border-bottom: none;
    color: #fff !important;
    font-size: 21px; }

@media (max-width: 991px) {
  /* line 132, ../static/sass/components/scss/_module_header.scss */
  .list-hidden,
  .list-item-user {
    display: none; } }

/* line 135, ../static/sass/components/scss/_module_header.scss */
.user-options {
  padding-top: 1rem;
  letter-spacing: 0.4px;
  text-align: center; }

/* line 141, ../static/sass/components/scss/_module_header.scss */
.user-options2 {
  margin-bottom: 0;
  display: flex;
  align-items: center; }
  /* line 145, ../static/sass/components/scss/_module_header.scss */
  .user-options2 .icon-heart-nav,
  .user-options2 .icon-search {
    font-size: 2rem; }
  /* line 149, ../static/sass/components/scss/_module_header.scss */
  .user-options2 .icon-cart-nav {
    font-size: 2.3rem;
    color: #482789; }

@media (min-width: 980px) and (max-width: 1200px) {
  /* line 155, ../static/sass/components/scss/_module_header.scss */
  .user-options2 {
    margin-right: 2rem; } }

/* line 159, ../static/sass/components/scss/_module_header.scss */
.user-options2 a {
  position: relative; }

/* line 162, ../static/sass/components/scss/_module_header.scss */
.user-options2 .badge-number {
  position: absolute;
  left: 2rem; }

@media (max-width: 991px) {
  /* line 167, ../static/sass/components/scss/_module_header.scss */
  .user-options2 {
    padding-top: 0; } }

/* line 171, ../static/sass/components/scss/_module_header.scss */
.user-options li {
  padding-right: 1.5rem;
  padding-left: 1rem;
  border-right: 1.5px solid rgba(211, 211, 211, 0.9);
  font-weight: 600;
  height: 30px; }

/* line 178, ../static/sass/components/scss/_module_header.scss */
.user-options li:last-child {
  border: none; }

/* line 181, ../static/sass/components/scss/_module_header.scss */
.user-options li.list-item-user {
  text-align: right; }

/* line 185, ../static/sass/components/scss/_module_header.scss */
.user-options a, .top-bar a {
  color: #7F59CC; }

/* line 188, ../static/sass/components/scss/_module_header.scss */
.user-options a:hover, .user-options a.btn-secondary:focus, .top-bar a:hover, .top-bar a.btn-secondary:focus {
  color: #34126F; }

/* line 191, ../static/sass/components/scss/_module_header.scss */
.user-options .list-option a {
  color: #7F59CC; }

/* line 192, ../static/sass/components/scss/_module_header.scss */
.user-options .list-option a:hover, .user-options .list-option a.btn-secondary:focus,
.user-options .list-option a:hover [class*=" icon-"],
.user-options .list-option a.btn-secondary:focus [class*=" icon-"],
.user-options .list-option a:hover [class^="icon-"],
.user-options .list-option a.btn-secondary:focus [class^="icon-"] {
  color: #442E83 !important; }

/* line 196, ../static/sass/components/scss/_module_header.scss */
.user-options .list-option.active a {
  padding: 0.4rem 0.8rem;
  border-radius: 10px;
  font-weight: bolder;
  background-color: #E5D1FF; }

/* line 202, ../static/sass/components/scss/_module_header.scss */
.top-bar li:hover a, .top-bar li.btn-secondary:focus a, .top-bar li.active a {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #7F59CC;
  color: #7F59CC; }

/* line 212, ../static/sass/components/scss/_module_header.scss */
#mycontents a {
  display: inline-block; }

/* line 217, ../static/sass/components/scss/_module_header.scss */
#list-login {
  font-size: 3rem;
  margin-left: 1rem; }

/* line 221, ../static/sass/components/scss/_module_header.scss */
#list-login span {
  color: #442E83; }

/* line 233, ../static/sass/components/scss/_module_header.scss */
.top-bar li#mycontents a {
  border-bottom: none; }

/* line 237, ../static/sass/components/scss/_module_header.scss */
#mycontents.disabled {
  color: #7F59CC !important;
  opacity: 0.3; }

/* line 241, ../static/sass/components/scss/_module_header.scss */
#mycontents.disabled:hover a:before, .disabled.btn-secondary:hover a:before, .disabled.btn-secondary:focus a:before {
  color: inherit !important; }

/* line 244, ../static/sass/components/scss/_module_header.scss */
.menu-web {
  font-size: 0.875rem; }

/* line 247, ../static/sass/components/scss/_module_header.scss */
.menu-web li a {
  padding: 0.5rem 0.7rem;
  border-bottom: 2px solid #fff;
  color: #404040; }

/* line 252, ../static/sass/components/scss/_module_header.scss */
.menu-web li a:hover, .menu-web li a.btn-secondary:focus, .menu-web li a.active {
  border-bottom: 2px solid #7F59CC;
  color: #7F59CC; }

/* line 256, ../static/sass/components/scss/_module_header.scss */
#global_search {
  height: 2.5rem;
  border: 2px solid #ECECEC;
  border-radius: .25rem; }

/* line 261, ../static/sass/components/scss/_module_header.scss */
#global_search input {
  border: none !important;
  font-size: 0.875rem;
  background-color: transparent; }

/* line 266, ../static/sass/components/scss/_module_header.scss */
#global_search input:focus {
  box-shadow: none !important; }

/* line 269, ../static/sass/components/scss/_module_header.scss */
#global_search .btn {
  background-color: transparent; }

/* line 272, ../static/sass/components/scss/_module_header.scss */
#global_search .btn.btn-color {
  background-color: #7F59CC;
  font-size: 0.875rem;
  color: #fff;
  height: 39px;
  margin-top: -2px;
  margin-right: -2px; }

/* line 280, ../static/sass/components/scss/_module_header.scss */
#global_search .icon-search {
  color: #7F59CC; }

/* line 283, ../static/sass/components/scss/_module_header.scss */
#global_search button#search_btn {
  background: transparent;
  border: none;
  padding-top: 5px; }

/*Megamenu*/
/* line 290, ../static/sass/components/scss/_module_header.scss */
#all-products-btn {
  /*text-transform: uppercase;*/
  /*font-size: $font-size-sm;*/
  font-size: 0.75rem;
  text-align: left;
  padding-left: 1rem;
  position: relative;
  width: 25%;
  float: left;
  margin-right: 24px; }

/* line 301, ../static/sass/components/scss/_module_header.scss */
#all-products-btn:before {
  position: absolute;
  font-family: 'icomoon';
  top: 0.3rem;
  right: 0.5rem;
  content: "\e936";
  color: #E5D1FF;
  font-size: 1.125rem; }

/* line 310, ../static/sass/components/scss/_module_header.scss */
#all-products-menu {
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  color: #6d6e6f;
  text-align: left;
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 97vw;
  max-width: 1200px; }

/* line 321, ../static/sass/components/scss/_module_header.scss */
#all-products-menu a {
  color: #6d6e6f; }

/* line 324, ../static/sass/components/scss/_module_header.scss */
#all-products-menu .parent li:hover, #all-products-menu .parent li.btn-secondary:focus {
  background-color: #E5D1FF; }

/* line 327, ../static/sass/components/scss/_module_header.scss */
#all-products-menu a:hover, #all-products-menu a.btn-secondary:focus {
  color: #7F59CC;
  font-weight: 700; }

/* line 331, ../static/sass/components/scss/_module_header.scss */
#all-products-menu ul {
  list-style-type: none;
  margin: 0 0 2rem 0;
  padding: 0; }

/* line 336, ../static/sass/components/scss/_module_header.scss */
#all-products-menu .parent span.title {
  display: block;
  padding: 0.2rem 1rem;
  margin: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem; }

/* line 344, ../static/sass/components/scss/_module_header.scss */
#all-products-menu ul.parent li {
  padding: 0.2rem 1rem;
  margin: 0.5rem;
  position: relative; }

/* line 349, ../static/sass/components/scss/_module_header.scss */
#all-products-menu ul.category li {
  padding: 0;
  margin: 0.5rem 0;
  position: relative; }

/* line 355, ../static/sass/components/scss/_module_header.scss */
#all-products-menu ul.category li:first-child {
  margin-top: 0;
  padding-top: 0; }

/* line 356, ../static/sass/components/scss/_module_header.scss */
#all-products-menu li.menu-item.active {
  background-color: #7F59CC; }

/* line 359, ../static/sass/components/scss/_module_header.scss */
#all-products-menu li.menu-item.active:before {
  position: absolute;
  font-family: 'icomoon';
  top: 0.2rem;
  right: 0.5rem;
  content: "\e938";
  color: #fff; }

/* line 367, ../static/sass/components/scss/_module_header.scss */
#all-products-menu li.menu-item.active a, #all-products-menu li.menu-item.active a:hover {
  color: #fff !important; }

/* line 370, ../static/sass/components/scss/_module_header.scss */
#all-products-menu .menu-content span.title {
  display: block;
  padding: 0.2rem 0;
  margin: 0.5rem 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.4px; }

/* line 380, ../static/sass/components/scss/_module_header.scss */
#all-products-menu .menu-content span.title.empty {
  margin-top: 8px; }

/* line 384, ../static/sass/components/scss/_module_header.scss */
#all-products-menu .d-flex:hover span, #all-products-menu .d-flex.btn-secondary:focus span {
  color: #7F59CC; }

/* line 386, ../static/sass/components/scss/_module_header.scss */
.convert-to-cols-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }

/* line 391, ../static/sass/components/scss/_module_header.scss */
.menu-content hr {
  margin-top: 0; }

/* The side navigation menu */
/* line 395, ../static/sass/components/scss/_module_header.scss */
#responsive_sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 2rem;
  font-size: 0.75rem;
  letter-spacing: 0.4px; }

/* line 409, ../static/sass/components/scss/_module_header.scss */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 2rem; }

/* line 415, ../static/sass/components/scss/_module_header.scss */
.sidebar-menu-user-info {
  color: #442E83 !important; }

/* line 418, ../static/sass/components/scss/_module_header.scss */
#responsive_sidebar .avatar.not-loged {
  font-size: 3rem; }

/* line 421, ../static/sass/components/scss/_module_header.scss */
#responsive_sidebar .sidebar-menu-user-info h2 {
  font-size: 26px;
  font-weight: 700;
  color: #482789; }

/* line 426, ../static/sass/components/scss/_module_header.scss */
#responsive_sidebar .sidebar-menu-user-info p {
  font-size: 15px;
  color: #482789; }

/* line 430, ../static/sass/components/scss/_module_header.scss */
#responsive_sidebar .sidebar-menu-user-info h2 a {
  font-size: 20px;
  font-weight: 700;
  color: #482789; }

/* line 435, ../static/sass/components/scss/_module_header.scss */
#responsive_sidebar .sidebar-menu-user-info p {
  font-size: 14px;
  color: #482789; }

/* line 439, ../static/sass/components/scss/_module_header.scss */
#responsive_sidebar {
  border-radius: 20px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05); }

/* line 443, ../static/sass/components/scss/_module_header.scss */
#responsive_sidebar, #responsive_sidebar a {
  color: #482789; }

/* line 446, ../static/sass/components/scss/_module_header.scss */
#responsive_sidebar a:hover, #responsive_sidebar a.btn-secondary:focus {
  color: #7F59CC;
  font-weight: 700; }

/* line 450, ../static/sass/components/scss/_module_header.scss */
#responsive_sidebar ul {
  margin: 0 0 0.5rem 0;
  padding-left: 0;
  list-style-type: none; }

/* line 455, ../static/sass/components/scss/_module_header.scss */
#responsive_sidebar ul li {
  padding: 0.5rem 0 0 0.5rem; }

/* line 458, ../static/sass/components/scss/_module_header.scss */
#responsive_sidebar span.title {
  display: block;
  padding: 0;
  margin: 1.5rem 1rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.41px; }

/* line 466, ../static/sass/components/scss/_module_header.scss */
#responsive_sidebar hr {
  margin: 1rem 1.4rem; }

/* line 470, ../static/sass/components/scss/_module_header.scss */
#dropdown-user-desktop {
  top: -24px;
  border: none;
  min-width: 6rem; }

/* line 476, ../static/sass/components/scss/_module_header.scss */
#dropdown-user-desktop .username {
  font-size: 0.75rem;
  top: 13px;
  position: relative;
  text-align: right; }

/* line 483, ../static/sass/components/scss/_module_header.scss */
#dropdown-user-desktop .username .avatar {
  bottom: 0;
  position: relative; }

/* line 488, ../static/sass/components/scss/_module_header.scss */
#dropdown-user-desktop .dropdown-item {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem; }

/* line 493, ../static/sass/components/scss/_module_header.scss */
#dropdown-user-desktop .dropdown-item:first-child {
  margin-top: 40px !important; }

/* line 497, ../static/sass/components/scss/_module_header.scss */
#dropdown-user-desktop .menu-container {
  box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.1); }

/* line 502, ../static/sass/components/scss/_module_header.scss */
#advanced_search_dropdown {
  padding: 16px 24px;
  color: #404040 !important;
  box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border: none; }

/* line 503, ../static/sass/components/scss/_module_header.scss */
#advanced_search_dropdown span, #advanced_search_dropdown label {
  color: #6d6e6f !important;
  font-size: 0.875rem; }

/* line 504, ../static/sass/components/scss/_module_header.scss */
#advanced_search_dropdown input {
  margin-right: 8px; }

/* line 505, ../static/sass/components/scss/_module_header.scss */
#advanced_search_dropdown.show {
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(0px, 36px, 0px); }

/* line 506, ../static/sass/components/scss/_module_header.scss */
#advanced_search_dropdown .col-auto {
  border-right: 1px solid #ECECEC; }

/* line 507, ../static/sass/components/scss/_module_header.scss */
#advanced_search_dropdown .col-auto.noborder {
  border-right: none; }

/* Responsive */
@media (min-width: 320px) and (max-width: 991px) {
  /* line 512, ../static/sass/components/scss/_module_header.scss */
  .user-options li {
    margin-left: 0; } }

@media (max-width: 640px) {
  /* line 517, ../static/sass/components/scss/_module_header.scss */
  .user-options span.text {
    display: none; } }

/* line 520, ../static/sass/components/scss/_module_header.scss */
header.viewer {
  border-bottom: 0.75rem solid #E5D1FF; }

/* line 523, ../static/sass/components/scss/_module_header.scss */
#brand-bar {
  min-height: 85px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  flex-wrap: nowrap; }

@media (max-width: 991px) {
  /* line 532, ../static/sass/components/scss/_module_header.scss */
  #brand-bar {
    padding-bottom: 21px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #fff; } }

@media (min-width: 991px) {
  /* line 540, ../static/sass/components/scss/_module_header.scss */
  #brand-bar {
    padding-bottom: 0;
    position: relative;
    top: -16px;
    backdrop-filter: blur(15px); } }

@media (min-width: 1200px) {
  /* line 548, ../static/sass/components/scss/_module_header.scss */
  #brand-bar {
    padding-left: 4rem;
    padding-right: 4rem; } }

/* line 553, ../static/sass/components/scss/_module_header.scss */
#advanced_search_dropdown.dropdown-menu.show {
  min-width: 30rem; }

/* line 1, ../static/sass/components/scss/_module_footer.scss */
.footer {
  color: #444444;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  line-height: 1.5rem;
  border-top: 1px solid #BCCCDC;
  background-color: #E5D1FF;
  max-width: 1512px;
  margin: 0 auto;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  font-size: 0.875rem !important; }

/* line 14, ../static/sass/components/scss/_module_footer.scss */
.grid-footer-mobile-container {
  grid-template-rows: 130px 180px 80px 50px; }

/* line 17, ../static/sass/components/scss/_module_footer.scss */
.grid-footer-mobile-container-6 .social-link {
  font-size: 32px;
  color: #442E83 !important;
  position: relative;
  bottom: -5px; }

/* line 23, ../static/sass/components/scss/_module_footer.scss */
.footer h3 {
  color: #442E83;
  font-weight: 700;
  margin: 2rem 0 0.1rem; }

/* line 28, ../static/sass/components/scss/_module_footer.scss */
.footer ul {
  list-style-type: none;
  padding-left: 0; }

/* line 32, ../static/sass/components/scss/_module_footer.scss */
.footer [class*=" icon-"],
.footer [class^="icon-"] {
  font-size: 1.875rem; }

/* line 36, ../static/sass/components/scss/_module_footer.scss */
.footer a {
  color: #444444; }

/* line 39, ../static/sass/components/scss/_module_footer.scss */
.footer a:hover, .footer a.btn-secondary:focus {
  color: #482789; }

/* line 42, ../static/sass/components/scss/_module_footer.scss */
.apps-footer-links p {
  margin-bottom: 0.5rem; }

/* line 45, ../static/sass/components/scss/_module_footer.scss */
.credit-cards img {
  margin: 0 0.5rem 0.5rem 0; }

@media (max-width: 420px) {
  /* line 50, ../static/sass/components/scss/_module_footer.scss */
  .grid-footer-mobile-container {
    grid-template-rows: 150px 250px 130px 50px !important; }
  /* line 54, ../static/sass/components/scss/_module_footer.scss */
  .grid-footer-mobile-container-4 div {
    display: block !important; } }

@media (min-width: 680px) and (max-width: 991px) {
  /* line 60, ../static/sass/components/scss/_module_footer.scss */
  .grid-footer-mobile-container {
    grid-template-rows: 80px 180px 80px 50px; } }

@media (max-width: 991px) {
  /* line 66, ../static/sass/components/scss/_module_footer.scss */
  .footer {
    padding-top: 2rem; }
  /* line 69, ../static/sass/components/scss/_module_footer.scss */
  .grid-footer-mobile-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.8rem;
    margin-bottom: 1rem; }
    /* line 74, ../static/sass/components/scss/_module_footer.scss */
    .grid-footer-mobile-container h3 {
      margin-top: 0; }
    /* line 77, ../static/sass/components/scss/_module_footer.scss */
    .grid-footer-mobile-container p {
      font-size: 13px; }
  /* line 81, ../static/sass/components/scss/_module_footer.scss */
  .grid-footer-mobile-container-1 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
    padding: 0; }
    /* line 85, ../static/sass/components/scss/_module_footer.scss */
    .grid-footer-mobile-container-1 p {
      margin-top: 0;
      margin-bottom: 0.5rem; }
  /* line 91, ../static/sass/components/scss/_module_footer.scss */
  .grid-footer-mobile-container-2 {
    grid-column: 2 / span 2;
    grid-row: 2 / span 2;
    padding: 0; }
  /* line 96, ../static/sass/components/scss/_module_footer.scss */
  .grid-footer-mobile-container-3 {
    grid-column: 1 / span 1;
    grid-row: 3 / span 4;
    padding: 0; }
  /* line 101, ../static/sass/components/scss/_module_footer.scss */
  .grid-footer-mobile-container-4 {
    grid-column: 2 / span 2;
    grid-row: 3 / span 3;
    padding: 0; }
    /* line 105, ../static/sass/components/scss/_module_footer.scss */
    .grid-footer-mobile-container-4 img {
      width: 85px; }
  /* line 109, ../static/sass/components/scss/_module_footer.scss */
  .grid-footer-mobile-container-5 {
    grid-column: 2 / span 2;
    grid-row: 1 / span 1;
    padding: 0; }
    /* line 113, ../static/sass/components/scss/_module_footer.scss */
    .grid-footer-mobile-container-5 img {
      width: 52.86px;
      margin: 0 0.3rem 0.5rem 0; }
  /* line 118, ../static/sass/components/scss/_module_footer.scss */
  .grid-footer-mobile-container-6 {
    grid-column: 2 / span 2;
    grid-row: 4 / span 4;
    padding: 0; }
    /* line 122, ../static/sass/components/scss/_module_footer.scss */
    .grid-footer-mobile-container-6 img {
      width: 32.4px; } }

/* line 128, ../static/sass/components/scss/_module_footer.scss */
#copy {
  min-height: 60px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  font-size: 0.75rem;
  padding-top: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.4px;
  background-color: #7F59CC;
  max-width: 1512px;
  margin: 0 auto; }

@media (max-width: 991px) {
  /* line 141, ../static/sass/components/scss/_module_footer.scss */
  #copy {
    font-size: 0.688rem; } }

/* line 145, ../static/sass/components/scss/_module_footer.scss */
#copy .text-copy {
  display: inline-block;
  color: #fff; }

/* line 149, ../static/sass/components/scss/_module_footer.scss */
#copy, #copy a {
  color: #fff; }

/* line 1, ../static/sass/components/scss/_module_empty_card.scss */
.empty-card-container {
  color: #442E83;
  font-size: 0.875rem; }
  /* line 4, ../static/sass/components/scss/_module_empty_card.scss */
  .empty-card-container h1 {
    font-size: 1.5rem; }

@media (min-width: 991px) {
  /* line 10, ../static/sass/components/scss/_module_empty_card.scss */
  .empty-card-container {
    font-size: 1rem; }
    /* line 12, ../static/sass/components/scss/_module_empty_card.scss */
    .empty-card-container h1 {
      font-size: 2.75rem; } }

/* line 2, ../static/sass/components/scss/_module_update_suscription.scss */
.module-update-suscription h1 {
  font-size: 1.5rem; }

/* line 5, ../static/sass/components/scss/_module_update_suscription.scss */
.module-update-suscription .extra-info {
  font-size: 0.75rem; }

@media (min-width: 768px) {
  /* line 12, ../static/sass/components/scss/_module_update_suscription.scss */
  .module-update-suscription h1 {
    font-size: 1.875rem; }
  /* line 15, ../static/sass/components/scss/_module_update_suscription.scss */
  .module-update-suscription .extra-info {
    font-size: 1rem; } }

@media (min-width: 991px) {
  /* line 23, ../static/sass/components/scss/_module_update_suscription.scss */
  .module-update-suscription h1 {
    font-size: 2.75rem; }
  /* line 26, ../static/sass/components/scss/_module_update_suscription.scss */
  .module-update-suscription .extra-info {
    font-size: 1.25rem; } }

/*--------subscription card--------------*/
/* line 34, ../static/sass/components/scss/_module_update_suscription.scss */
.susciption-card {
  background-color: #E5D1FF;
  border-radius: 20px;
  padding: 15px 0; }
  /* line 39, ../static/sass/components/scss/_module_update_suscription.scss */
  .susciption-card .suscription-info-header .suscription-plan {
    font-size: 9.34px;
    line-height: 31.32px; }
  /* line 43, ../static/sass/components/scss/_module_update_suscription.scss */
  .susciption-card .suscription-info-header .suscription-type {
    font-size: 1.875rem;
    line-height: 31.32px;
    text-transform: uppercase; }
  /* line 48, ../static/sass/components/scss/_module_update_suscription.scss */
  .susciption-card .suscription-info-header .suscription-price {
    font-size: 14.45px;
    line-height: 31.32px; }
    /* line 51, ../static/sass/components/scss/_module_update_suscription.scss */
    .susciption-card .suscription-info-header .suscription-price strong {
      font-size: 21.68px; }
  /* line 57, ../static/sass/components/scss/_module_update_suscription.scss */
  .susciption-card .suscription-info-items-wrapper li {
    font-size: 0.75rem; }

/* line 2, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-event-detail.header-image-wrapper {
  padding-bottom: 5%;
  margin-top: -17rem; }

/* line 6, ../static/sass/components/scss/_experiences.scss */
.experience {
  border: 2px solid #ECECEC;
  background-color: #fff;
  border-radius: 15px; }

/* line 11, ../static/sass/components/scss/_experiences.scss */
.experience .date, .experience {
  display: flex; }

/* line 14, ../static/sass/components/scss/_experiences.scss */
.experience [class*=" icon-"], .experience [class^="icon-"] {
  font-size: 18px !important; }

/* line 17, ../static/sass/components/scss/_experiences.scss */
.experience.disabled {
  opacity: 0.5;
  background-color: #F0F4F8; }

/* line 21, ../static/sass/components/scss/_experiences.scss */
.experience.disabled button {
  display: none; }

/* line 24, ../static/sass/components/scss/_experiences.scss */
.experience-img {
  display: block;
  min-height: 280px;
  width: 90%;
  max-width: 380px;
  margin: -2rem auto 0; }
  /* line 30, ../static/sass/components/scss/_experiences.scss */
  .experience-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px; }

/* line 37, ../static/sass/components/scss/_experiences.scss */
.sub-event-card-title-a {
  color: #7F59CC;
  text-align: center;
  font-feature-settings: 'case' on;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  letter-spacing: -0.408px; }

/* line 49, ../static/sass/components/scss/_experiences.scss */
.sub-event-icon {
  color: #7F59CC;
  text-align: center;
  font-feature-settings: 'case' on;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  letter-spacing: -0.408px; }

/* line 61, ../static/sass/components/scss/_experiences.scss */
.sub-event-card-location-info,
.sub-event-card-date-info {
  color: #6D6E6F;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: -0.408px; }

/* line 72, ../static/sass/components/scss/_experiences.scss */
.navbar-amabook-experience {
  position: relative;
  z-index: 1; }
  /* line 75, ../static/sass/components/scss/_experiences.scss */
  .navbar-amabook-experience .amabook-fest-img {
    width: 3rem; }

@media (min-width: 768px) {
  /* line 81, ../static/sass/components/scss/_experiences.scss */
  .navbar-amabook-experience .amabook-fest-img {
    width: 8rem; } }

/* line 86, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-header {
  max-height: 628px;
  height: 100%;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-bottom: 8rem; }
  /* line 93, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-header .amabook-experience-breadcrumb {
    margin-bottom: 1.5rem; }

/* line 97, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-header.pre-sale {
  max-height: 556px; }

/* line 102, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-img-div {
  width: 790px;
  height: 444px; }
  /* line 106, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-img-div p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */ }
  /* line 115, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-img-div iframe {
    width: 100%;
    height: 370px;
    border-radius: 20px; }
  /* line 121, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-img-div img {
    width: 100%;
    height: auto; }

/* line 127, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-card-events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 33vw));
  gap: 20px;
  grid-auto-rows: 460px;
  margin-bottom: 3rem;
  row-gap: 70px; }

/* line 136, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-text,
.amabook-pre-sale-text {
  max-width: 85%; }
  /* line 139, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-text h1,
  .amabook-pre-sale-text h1 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 48px */ }
  /* line 148, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-text span,
  .amabook-pre-sale-text span {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */ }

/* line 158, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1; }

/* line 169, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-breadcrumb-text-div {
  margin-left: 3rem;
  width: 100%; }

/* line 174, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-card-content {
  height: 105px; }

/* line 178, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-detail-header {
  max-height: 627px; }

/* line 182, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-event-detail nav li a {
  color: #fff; }

/* line 187, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-event-detail .amabook-experience-event-detail-header {
  max-height: 585px; }

/* line 190, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-event-detail .event-detail-title {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */ }

/* line 199, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-event-detail .event-detail-details {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.408px; }

/* line 208, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-event-detail .preview .btn-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

/* line 215, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-event-detail .pre-sale_header .pre-sale-svg {
  width: 223px;
  height: 223px;
  position: relative;
  bottom: -100px;
  left: -40px; }

/* line 225, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-detail-event-description p {
  color: #1C1C1C;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: -0.408px; }

/* line 237, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-detail-event-form .legal-info .legal-info-title {
  color: #442E83;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */ }

/* line 246, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-detail-event-form .legal-info p {
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.408px; }

/* line 257, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-detail-event-form .all-fields-are-required-string {
  margin: 0.5rem 0;
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: -0.408px; }

/* line 268, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-detail-event-form .card-product {
  width: 212px;
  height: 447px; }

/* line 273, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-detail-event-form .form-title {
  color: #442E83;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */ }

/* line 282, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-detail-event-form .information-text {
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: -0.408px; }

/* line 293, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-detail-event-form .form-checkbox-options label {
  display: flex;
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: -0.408px;
  user-select: none;
  cursor: pointer; }

/* line 306, ../static/sass/components/scss/_experiences.scss */
.amabook-experience-detail-event-form .form-checkbox-options input {
  width: 25px;
  height: 25px;
  margin-right: 5px; }

@media (min-width: 1400px) {
  /* line 315, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-breadcrumb-text-div {
    margin-left: 5rem; }
  /* line 318, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-img-div {
    margin-left: 3rem !important; }
    /* line 321, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-img-div .cms-wrapper {
      gap: 5rem !important; }
      /* line 324, ../static/sass/components/scss/_experiences.scss */
      .amabook-experience-img-div .cms-wrapper p {
        min-width: 30rem !important; } }

@media (min-width: 992px) {
  /* line 332, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-img-div {
    max-width: 93%;
    max-height: 16rem; }
    /* line 336, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-img-div .cms-wrapper {
      display: flex;
      gap: 3rem;
      justify-content: space-between; }
      /* line 341, ../static/sass/components/scss/_experiences.scss */
      .amabook-experience-img-div .cms-wrapper p {
        padding-left: 1rem;
        min-width: 27rem; }
      /* line 346, ../static/sass/components/scss/_experiences.scss */
      .amabook-experience-img-div .cms-wrapper iframe {
        position: relative;
        bottom: 6rem;
        max-width: 50%; }
    /* line 352, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-img-div .cms-wrapper iframe:nth-child(1) {
      margin-left: auto; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 363, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-header {
    max-height: 860px; }
  /* line 366, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-header.pre-sale {
    max-height: 593px; }
  /* line 369, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-detail-event-description {
    margin-top: 3%; }
  /* line 373, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail .amabook-experience-event-detail-header {
    max-height: 595px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
  /* line 378, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail .event-detail-title {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 38.4px */ }
  /* line 387, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail .event-detail-details {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.408px; }
  /* line 397, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail .pre-sale_header .pre-sale-svg {
    width: 166px;
    height: 166px;
    bottom: -60px;
    left: 0; }
  /* line 405, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-header.header-image {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important; }
  /* line 409, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail-img {
    width: 342px;
    height: 342px; }
  /* line 414, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-detail-event-form .card-product {
    width: 221px;
    height: 447px; }
  /* line 418, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-detail-event-form .information-text {
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
    letter-spacing: -0.408px; }
  /* line 427, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-detail-event-form a {
    color: #7F59CC; }
  /* line 431, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-card-content {
    height: 85px; }
  /* line 434, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-header {
    margin-bottom: 10rem; }
  /* line 437, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-text,
  .amabook-pre-sale-text {
    max-width: 100%; }
    /* line 441, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-text h1,
    .amabook-pre-sale-text h1 {
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      /* 38.4px */ }
  /* line 450, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-breadcrumb-text-div {
    margin-left: 1rem;
    width: 80%; }
  /* line 454, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-breadcrumb {
    margin-bottom: -0.5rem !important; }
  /* line 457, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-card-events-grid {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 46vw));
    gap: 55px;
    margin-bottom: 8rem; }
    /* line 464, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-card-events-grid .experience-img {
      max-width: 298.095px; }
    /* line 468, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-card-events-grid .sub-event-card-title-a {
      color: #7F59CC;
      text-align: center;
      font-feature-settings: 'case' on;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      /* 19.2px */
      letter-spacing: -0.408px; }
    /* line 480, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-card-events-grid .sub-event-card-location-info,
    .amabook-experience-card-events-grid .sub-event-card-date-info {
      color: #6d6e6f;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 19.5px */
      letter-spacing: -0.408px; }
  /* line 491, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-img-div {
    width: 704px;
    height: 396px; }
    /* line 495, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-img-div p {
      margin-bottom: 2rem;
      max-width: 80%; }
    /* line 500, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-img-div img {
      width: 100%;
      height: auto; } }

@media (max-width: 767px) {
  /* line 508, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail.header-image-wrapper {
    padding-bottom: clamp(10%, 25vw, 190px); }
  /* line 512, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-img-div iframe {
    height: 250px; }
  /* line 516, ../static/sass/components/scss/_experiences.scss */
  .card_product_event .card-product {
    width: 100%; }
  /* line 520, ../static/sass/components/scss/_experiences.scss */
  .card_product_event .synopsisBlock {
    font-size: 12px; }
  /* line 525, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-detail-event-form .card-product {
    width: 170px;
    height: 447px; }
  /* line 530, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail-form .product-image img {
    width: 125px; }
  /* line 533, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-detail-event-description {
    padding-top: 5%; }
    /* line 536, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-detail-event-description p {
      color: #1C1C1C;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 19.5px */
      letter-spacing: -0.408px; }
  /* line 547, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail .amabook-experience-event-detail-header {
    max-height: 790px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
  /* line 552, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail .title-event {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 24px */ }
  /* line 560, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail .details-event {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.408px; }
  /* line 573, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail .amabook-experience-event-detail-img {
    width: 317px;
    height: 317px; }
  /* line 577, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail .margin-left-in-mobile {
    margin-left: 4%; }
  /* line 581, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail .form-title {
    color: #442E83;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */ }
  /* line 590, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail .pre-sale_header .pre-sale-svg {
    width: 104px;
    height: 104px;
    bottom: 0;
    left: 0; } }

@media (max-width: 767px) and (min-width: 410px) and (max-width: 767px) {
  /* line 599, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-event-detail .pre-sale-svg {
    position: relative;
    bottom: -40px !important; } }

@media (max-width: 767px) {
  /* line 604, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-header {
    max-height: 632px; }
  /* line 607, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-header.pre-sale {
    max-height: 450px; }
  /* line 611, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-header.header-image {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important; }
  /* line 615, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-img-div {
    width: 398px;
    height: 223px; }
  /* line 619, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-header {
    margin-bottom: 0 !important; }
    /* line 621, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-header .amabook-experience-breadcrumb {
      margin-bottom: 0 !important; }
      /* line 623, ../static/sass/components/scss/_experiences.scss */
      .amabook-experience-header .amabook-experience-breadcrumb .cover-background-breadcrumb {
        margin-bottom: 0; }
        /* line 625, ../static/sass/components/scss/_experiences.scss */
        .amabook-experience-header .amabook-experience-breadcrumb .cover-background-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
          color: #fff !important; }
  /* line 631, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-breadcrumb-text-div {
    margin-left: 1rem;
    margin-bottom: 0; }
    /* line 635, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-breadcrumb-text-div .breadcrumb {
      margin-bottom: 0.5rem; }
  /* line 639, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-text,
  .amabook-pre-sale-text {
    max-width: 100%;
    margin-top: 0; }
    /* line 643, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-text h1,
    .amabook-pre-sale-text h1 {
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      /* 28.8px */
      max-width: 85%; }
    /* line 652, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-text span,
    .amabook-pre-sale-text span {
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 18px */
      max-width: 97%; }
  /* line 662, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-card-content {
    height: 85px; }
  /* line 665, ../static/sass/components/scss/_experiences.scss */
  .amabook-experience-card-events-grid {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 100px;
    grid-auto-rows: 412px; }
    /* line 672, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-card-events-grid .experience-img {
      max-width: 346.905px; }
    /* line 676, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-card-events-grid .sub-event-card-title-a {
      color: #7F59CC;
      text-align: center;
      font-feature-settings: 'case' on;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      /* 19.2px */
      letter-spacing: -0.408px; }
    /* line 688, ../static/sass/components/scss/_experiences.scss */
    .amabook-experience-card-events-grid .sub-event-card-location-info,
    .amabook-experience-card-events-grid .sub-event-card-date-info {
      color: #6d6e6f;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 19.5px */
      letter-spacing: -0.408px; } }

@media (max-width: 425px) {
  /* line 703, ../static/sass/components/scss/_experiences.scss */
  .card_product_event .card-product {
    height: 265px;
    width: 125px; }
    /* line 707, ../static/sass/components/scss/_experiences.scss */
    .card_product_event .card-product .card-img {
      height: 8rem; }
    /* line 710, ../static/sass/components/scss/_experiences.scss */
    .card_product_event .card-product .img-fluid {
      height: auto;
      width: 100%;
      max-width: 115px; }
    /* line 716, ../static/sass/components/scss/_experiences.scss */
    .card_product_event .card-product .subs-product-icon {
      top: 6rem;
      left: 2.8rem; }
    /* line 721, ../static/sass/components/scss/_experiences.scss */
    .card_product_event .card-product .synopsisBlock {
      display: none; } }

/* line 1, ../static/sass/components/scss/_product.scss */
.product-feedback-users {
  height: fit-content;
  width: 100%;
  border-radius: 30px;
  max-width: 444px;
  max-height: 530px;
  grid-row-gap: 15px;
  overflow-y: auto;
  background-color: #7F59CC;
  overflow-x: hidden;
  padding-block: 2rem;
  display: none;
  flex-direction: column; }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 20, ../static/sass/components/scss/_product.scss */
  .product-feedback-users .product-feedback-user {
    width: 66%; }
  /* line 23, ../static/sass/components/scss/_product.scss */
  .product-feedback-users .g-recaptcha-wrapper {
    transform: scale(0.8); } }

/* line 29, ../static/sass/components/scss/_product.scss */
.product-feedback-users::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background-color: #F5F5F5;
  margin-block: 20px; }

/* line 36, ../static/sass/components/scss/_product.scss */
.product-feedback-users::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5; }

/* line 41, ../static/sass/components/scss/_product.scss */
.product-feedback-users::-webkit-scrollbar-thumb {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #442E83; }

/* line 47, ../static/sass/components/scss/_product.scss */
.product-synopsis p {
  color: #372f2d; }

/* line 51, ../static/sass/components/scss/_product.scss */
.pack-detail .author-container {
  min-height: 23px; }

@media (min-width: 992px) {
  /* line 59, ../static/sass/components/scss/_product.scss */
  .pack-detail .product-img.img-fluid {
    max-height: 452px;
    max-width: 286px; }
  /* line 63, ../static/sass/components/scss/_product.scss */
  .pack-detail .author-container {
    min-height: 54px; }
  /* line 70, ../static/sass/components/scss/_product.scss */
  .product-detail-book .desktop-product-info {
    display: flex;
    flex-direction: column;
    min-height: 20rem;
    justify-content: space-between; }
  /* line 76, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-title {
    display: block;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 43.2px */
    font-size: clamp(26px, 2vw, 36px); }
  /* line 86, ../static/sass/components/scss/_product.scss */
  .product-feedback-users {
    top: 100%; }
    /* line 88, ../static/sass/components/scss/_product.scss */
    .product-feedback-users .g-recaptcha-wrapper {
      margin-left: 0 !important; }
  /* line 93, ../static/sass/components/scss/_product.scss */
  .content-product-type .product-img.img-fluid {
    max-height: 452px;
    max-width: 286px; }
  /* line 98, ../static/sass/components/scss/_product.scss */
  .not-show-in-desktop,
  .only-show-in-tablet,
  .only-show-in-mobile {
    display: none !important; }
  /* line 104, ../static/sass/components/scss/_product.scss */
  .book-detail-header {
    max-height: 600px; }
  /* line 108, ../static/sass/components/scss/_product.scss */
  .pack-detail .pack-detail-header {
    max-height: 670px; }
  /* line 112, ../static/sass/components/scss/_product.scss */
  .product-detail .pack-description {
    height: 16rem;
    overflow: hidden;
    overflow-y: auto; }
    /* line 117, ../static/sass/components/scss/_product.scss */
    .product-detail .pack-description p {
      color: #fff !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 125, ../static/sass/components/scss/_product.scss */
  .pack-detail .pack-detail-header {
    max-height: 35rem !important;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
  /* line 131, ../static/sass/components/scss/_product.scss */
  .pack-detail .product-img.img-fluid {
    height: 329px;
    width: auto;
    border-radius: 15px; }
  /* line 136, ../static/sass/components/scss/_product.scss */
  .pack-detail .author-container {
    min-height: 54px; }
  /* line 142, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-title {
    display: block;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 38.4px */
    margin-bottom: 20px; }
  /* line 152, ../static/sass/components/scss/_product.scss */
  .product-detail-book .book-detail-header {
    max-height: 35rem !important;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
  /* line 157, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-author {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    height: 0; }
  /* line 166, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-synopsis {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */ }
  /* line 175, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-author-biography .author-name {
    color: #442E83;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */ }
  /* line 183, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-author-biography .product-synopsis {
    color: #442E83;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    letter-spacing: -0.408px; }
  /* line 193, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-add-to-cart #btn-add-detail button,
  .product-detail-book .product-add-to-cart #btn-read-detail {
    border-radius: 12px;
    background: #442E83;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05); }
  /* line 199, ../static/sass/components/scss/_product.scss */
  .product-detail-book .format-active .product-format {
    color: #7F59CC;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 112.5% */ }
  /* line 208, ../static/sass/components/scss/_product.scss */
  .product-detail-book .div-title-price-product {
    max-height: 79px; }
  /* line 212, ../static/sass/components/scss/_product.scss */
  .content-product-type .product-img.img-fluid {
    height: 329px;
    width: auto;
    border-radius: 15px; }
  /* line 218, ../static/sass/components/scss/_product.scss */
  .only-show-in-desktop,
  .only-show-in-mobile {
    display: none !important; }
  /* line 223, ../static/sass/components/scss/_product.scss */
  .product-detail .pack-description {
    height: 10rem;
    overflow: hidden;
    overflow-y: auto; }
    /* line 228, ../static/sass/components/scss/_product.scss */
    .product-detail .pack-description p {
      color: #fff !important; } }

@media (max-width: 767px) {
  /* line 235, ../static/sass/components/scss/_product.scss */
  .pack-detail .pack-detail-header {
    height: 473px; }
  /* line 240, ../static/sass/components/scss/_product.scss */
  .product-detail-book .media.preview.book-read-link img {
    width: 3vw;
    height: 3vw; }
  /* line 244, ../static/sass/components/scss/_product.scss */
  .product-detail-book .media.preview.book-read-link .media-body {
    font-size: clamp(7px, 2.2vw, 17px); }
    /* line 246, ../static/sass/components/scss/_product.scss */
    .product-detail-book .media.preview.book-read-link .media-body h5 {
      display: flex; }
  /* line 250, ../static/sass/components/scss/_product.scss */
  .product-detail-book .header-image {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
  /* line 254, ../static/sass/components/scss/_product.scss */
  .product-detail-book .book-detail-header {
    height: 512px; }
  /* line 257, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-img.img-fluid {
    border-radius: 15px;
    max-width: 189px;
    max-height: 281px; }
  /* line 262, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-author {
    color: #442E83;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */ }
  /* line 270, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-datasheet {
    min-height: 105px;
    align-items: end;
    max-width: 400px; }
  /* line 275, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-synopsis .header-description p,
  .product-detail-book .product-synopsis .remainingDescription p {
    margin-bottom: 0; }
  /* line 279, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-synopsis .header-description ul {
    padding-left: 1rem; }
  /* line 282, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-synopsis {
    color: #372f2d;
    font-family: "Open Sans", sans-serif;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 16.5px */
    letter-spacing: -0.408px; }
  /* line 292, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-author-biography .author-name {
    color: #442E83;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */ }
  /* line 300, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-author-biography .product-synopsis {
    color: #442E83;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 16.5px */
    letter-spacing: -0.408px; }
  /* line 310, ../static/sass/components/scss/_product.scss */
  .product-detail-book .format-active .product-format {
    color: #7F59CC;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 112.5% */ }
  /* line 318, ../static/sass/components/scss/_product.scss */
  .product-detail-book .div-title-price-product {
    max-height: 79px; }
  /* line 322, ../static/sass/components/scss/_product.scss */
  .only-show-in-tablet,
  .only-show-in-desktop,
  .not-show-in-mobile {
    display: none !important; }
  /* line 327, ../static/sass/components/scss/_product.scss */
  .product-synopsis div {
    color: black; }
  /* line 331, ../static/sass/components/scss/_product.scss */
  .book-detail-header {
    max-height: 493px; }
  /* line 335, ../static/sass/components/scss/_product.scss */
  .container-share-icons {
    margin-bottom: 3rem; } }

@media (max-width: 600px) {
  /* line 341, ../static/sass/components/scss/_product.scss */
  .container-share-icons .preview .btn-icon {
    padding: 0 !important; }
  /* line 345, ../static/sass/components/scss/_product.scss */
  .container-share-icons .btn-icon img {
    width: 90% !important;
    height: 90% !important;
    min-width: auto !important;
    min-height: auto !important;
    border-radius: 2rem; } }

/* line 354, ../static/sass/components/scss/_product.scss */
.product-feedback-user.current-user {
  background-color: #442E83; }

/* line 358, ../static/sass/components/scss/_product.scss */
.current-user .ratings-author,
.current-user .r_average_time,
.current-user .ratings-content {
  color: #fff; }

/* line 364, ../static/sass/components/scss/_product.scss */
.product-feedback-user.other-user {
  background-color: #fff; }

/* line 368, ../static/sass/components/scss/_product.scss */
.other-user .ratings-author,
.other-user .r_average_time,
.other-user .ratings-content {
  color: #372f2d; }

/* line 374, ../static/sass/components/scss/_product.scss */
.product-feedback-user .product-feedback-comment-btn {
  color: white;
  background-color: #7F59CC;
  border-radius: 30px;
  border: 0;
  padding: 2% 7%; }

/* line 382, ../static/sass/components/scss/_product.scss */
.product-feedback-user {
  color: white;
  width: 85%;
  border-radius: 30px;
  padding: 5%;
  margin-inline: auto; }

/* line 390, ../static/sass/components/scss/_product.scss */
.product-feedback-user-header {
  grid-area: header; }

/* line 394, ../static/sass/components/scss/_product.scss */
.product-feedback-user-body {
  grid-area: body; }

/* line 398, ../static/sass/components/scss/_product.scss */
.product-feedback-user-footer {
  grid-area: footer; }

/* line 402, ../static/sass/components/scss/_product.scss */
.product-feedback-user-footer .product-feedback-user-numbers span {
  background-color: #7F59CC;
  border-radius: 30px;
  align-items: center;
  padding: 5px; }

/* line 409, ../static/sass/components/scss/_product.scss */
.amabook-experience-header,
[class$="-detail-header"] {
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  z-index: -2; }

/* line 416, ../static/sass/components/scss/_product.scss */
.blog-detail-header {
  filter: brightness(0.8); }

/* line 419, ../static/sass/components/scss/_product.scss */
.book-detail-header {
  max-height: 555px;
  bottom: 0; }

/* line 424, ../static/sass/components/scss/_product.scss */
.course-detail-header {
  max-height: 35rem; }

/* line 428, ../static/sass/components/scss/_product.scss */
.exclusive-detail-header {
  height: 37.4375rem;
  max-height: 555px; }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 434, ../static/sass/components/scss/_product.scss */
  .course-detail-header {
    max-height: 30rem; } }

@media (max-width: 767px) {
  /* line 440, ../static/sass/components/scss/_product.scss */
  .course-detail-header {
    max-height: 30rem; }
  /* line 443, ../static/sass/components/scss/_product.scss */
  .detail-book-share-buttons .preview .btn-icon {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 8px; }
  /* line 449, ../static/sass/components/scss/_product.scss */
  .exclusive-detail-header {
    height: 33.5rem; } }

@media (max-width: 375px) {
  /* line 455, ../static/sass/components/scss/_product.scss */
  .exclusive-detail-header {
    height: 35.5rem; } }

/* line 461, ../static/sass/components/scss/_product.scss */
.blurred-background {
  width: 100%;
  height: 100%;
  filter: blur(30px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

/* line 470, ../static/sass/components/scss/_product.scss */
.container-share-icons {
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 476, ../static/sass/components/scss/_product.scss */
.container-share-icons .preview .btn-icon {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  background-color: #E5D1FF;
  border-radius: 2rem;
  padding: 0.4rem 0.35rem;
  margin-right: 8px; }

/* line 488, ../static/sass/components/scss/_product.scss */
.container-share-icons .btn-icon img {
  width: 100%;
  height: 100%;
  min-width: 20px;
  min-height: 20px; }

/* line 495, ../static/sass/components/scss/_product.scss */
.product-feedback-user-numbers .like-button {
  cursor: pointer;
  background-color: #442E83 !important;
  width: 15%; }

/* line 501, ../static/sass/components/scss/_product.scss */
.media.preview.book-read-link {
  background-color: white;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  color: #442E83;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap; }

/* line 512, ../static/sass/components/scss/_product.scss */
.media.preview.book-read-link .btn-icon {
  background-color: white;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  border: 0;
  flex-shrink: 0; }

/* line 519, ../static/sass/components/scss/_product.scss */
.media.preview.book-read-link h5,
.media.preview.book-read-link a {
  color: #442E83; }

/* line 524, ../static/sass/components/scss/_product.scss */
.media.preview.book-read-link .media-body {
  width: 250px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.408px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

/* line 535, ../static/sass/components/scss/_product.scss */
.detail-book-share-buttons .preview .btn-icon {
  background-color: white;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05); }

/* line 540, ../static/sass/components/scss/_product.scss */
img.product-img.img-fluid {
  border-radius: 40px;
  border: 0px;
  flex-shrink: 0;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15); }

/* line 547, ../static/sass/components/scss/_product.scss */
.product-rating-under-cover {
  background-color: #442E83;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  width: 154px;
  height: 31px;
  align-items: center;
  font-size: 0.688rem;
  letter-spacing: 0.4px;
  position: absolute;
  bottom: -15px; }

/* line 562, ../static/sass/components/scss/_product.scss */
.product-rating-under-cover img {
  width: 21.914px;
  height: 21.838px; }

@media (max-width: 767px) {
  /* line 568, ../static/sass/components/scss/_product.scss */
  .product-rating-under-cover {
    width: 110px;
    height: 24px;
    bottom: -28px; }
  /* line 574, ../static/sass/components/scss/_product.scss */
  .product-rating-under-cover img {
    width: 16px;
    height: 16px; } }

/* line 580, ../static/sass/components/scss/_product.scss */
.cover-background-breadcrumb {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 169.231% */
  letter-spacing: -0.408px; }
  /* line 588, ../static/sass/components/scss/_product.scss */
  .cover-background-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important; }
  /* line 591, ../static/sass/components/scss/_product.scss */
  .cover-background-breadcrumb .breadcrumb-item + .breadcrumb-item.black::before {
    color: #372f2d !important; }

/* line 595, ../static/sass/components/scss/_product.scss */
.cover-background-breadcrumb .breadcrumb-item a {
  color: #fff; }

/* line 599, ../static/sass/components/scss/_product.scss */
.cover-background-breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-weight: bold; }

@media (max-width: 767px) {
  /* line 604, ../static/sass/components/scss/_product.scss */
  .pack-detail .cover-background-breadcrumb .breadcrumb,
  .product-detail-book .cover-background-breadcrumb .breadcrumb {
    min-height: 44px; } }

/* line 610, ../static/sass/components/scss/_product.scss */
.content-product-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  /* line 616, ../static/sass/components/scss/_product.scss */
  .content-product-type .only-show-in-mobile .product-title,
  .content-product-type .only-show-in-mobile .product-author {
    color: white; }
  /* line 621, ../static/sass/components/scss/_product.scss */
  .content-product-type .only-show-in-mobile .product-title {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 24px */
    min-height: 58px; }
  /* line 632, ../static/sass/components/scss/_product.scss */
  .content-product-type .only-show-in-mobile .product-author {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */ }
  /* line 641, ../static/sass/components/scss/_product.scss */
  .content-product-type .only-show-in-mobile .product-img.img-fluid {
    width: 100%;
    height: auto; }
  /* line 646, ../static/sass/components/scss/_product.scss */
  .content-product-type .only-show-in-mobile .product-rating-under-cover {
    width: 123.33px;
    height: 25px; }
  /* line 651, ../static/sass/components/scss/_product.scss */
  .content-product-type .only-show-in-mobile .product-rating-under-cover img {
    width: 17.516px;
    height: 17.611px; }

/* line 657, ../static/sass/components/scss/_product.scss */
.btn-link-collapse .more,
.btn-link-collapse .less {
  width: 444px;
  color: #442E83;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: -0.408px; }

/* line 669, ../static/sass/components/scss/_product.scss */
.btn-link-collapse .more .icon {
  width: 6px;
  height: 12px;
  transform: rotate(-90deg);
  flex-shrink: 0;
  stroke-width: 2px;
  stroke: #442E83; }

/* line 678, ../static/sass/components/scss/_product.scss */
.product-add-to-cart {
  padding: 2rem;
  font-size: 0.875rem;
  color: #829AB1;
  border-radius: 30px;
  background: #FFF;
  width: 100%;
  max-width: 442px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.05));
  margin-inline: auto; }

/* line 694, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .launch-promotion {
  border-radius: 30px;
  border: 2px solid #7F59CC;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1); }

/* line 700, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .launch-promotion h2 {
  color: #7F59CC;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 29px;
  margin-bottom: 14px; }

/* line 712, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .launch-promotion-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: left !important;
  margin-left: 28px;
  margin-right: 28px;
  margin-bottom: 29px; }

/* line 724, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .launch-promotion-text > * {
  color: #372f2d !important; }

/* line 729, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .product-version {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 100px));
  grid-column-gap: 5px;
  grid-row-gap: 15px;
  width: 100%;
  justify-content: center; }

@media (min-width: 1300px) {
  /* line 739, ../static/sass/components/scss/_product.scss */
  .product-detail-book .product-add-to-cart {
    min-width: 400px; }
  /* line 742, ../static/sass/components/scss/_product.scss */
  .product-add-to-cart .product-version {
    grid-template-columns: repeat(auto-fit, 105px); } }

/* line 747, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .status {
  width: 21.757px;
  height: 21.86px;
  right: 1.8rem; }

/* line 753, ../static/sass/components/scss/_product.scss */
.div-title-price-product {
  border-radius: 12px;
  height: 79.791px; }

/* line 758, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .label-format.active {
  background-color: #442E83; }

/* line 762, ../static/sass/components/scss/_product.scss */
.div-title-price-product .active .product-format {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize; }

/* line 773, ../static/sass/components/scss/_product.scss */
.div-title-price-product .active .product-price {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize; }

/* line 783, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .label-format {
  background-color: #fff;
  border: 1.5px solid #442E83;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative; }

/* line 792, ../static/sass/components/scss/_product.scss */
.div-title-price-product .product-format {
  color: #442E83;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 114.182%; }

/* line 801, ../static/sass/components/scss/_product.scss */
.div-title-price-product .product-price {
  color: #442E83;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

/* line 810, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .show-all-formats {
  background-color: #fff; }

/* line 813, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .show-all-formats .product-format {
  color: #442E83;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 13.2px */ }

/* line 823, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .format-active,
.product-add-to-cart .format-active span,
.product-add-to-cart .format-active p,
.product-add-to-cart .format-active div {
  text-align: center;
  color: #7F59CC;
  font-family: "Open Sans", sans-serif; }

/* line 832, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .format-active {
  font-weight: 400;
  line-height: normal;
  width: 100%; }

/* line 838, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .format-active .product-price {
  color: #7F59CC;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; }

/* line 846, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .format-active .send-free-product {
  font-size: 12px; }

/* line 850, ../static/sass/components/scss/_product.scss */
.product-add-to-cart #btn-add-detail {
  display: flex;
  justify-content: center; }

/* line 855, ../static/sass/components/scss/_product.scss */
.product-add-to-cart #btn-add-detail button,
.product-add-to-cart #btn-read-detail {
  height: 36px;
  border-radius: 12px;
  background: #482789 !important;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; }

/* line 867, ../static/sass/components/scss/_product.scss */
.product-add-to-cart .product-old-price {
  color: #DE4D3B !important;
  font-size: 13px !important;
  font-weight: 700 !important; }

/* line 873, ../static/sass/components/scss/_product.scss */
.product-detail-icons {
  display: flex;
  align-items: center; }

/* line 878, ../static/sass/components/scss/_product.scss */
.product-detail-icons .icon {
  font-size: 25px;
  color: #fff;
  margin-right: 0.5rem; }

/* line 884, ../static/sass/components/scss/_product.scss */
.header-image-wrapper .author-detail .product-synopsis {
  color: #442E83;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  letter-spacing: -0.408px; }

/* line 894, ../static/sass/components/scss/_product.scss */
.header-image-wrapper .author-detail .author-name {
  color: #442E83;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */ }

/* line 903, ../static/sass/components/scss/_product.scss */
.product-detail-book .tweet-card {
  width: 327px;
  height: 267px;
  border-radius: 12px; }

/* line 909, ../static/sass/components/scss/_product.scss */
.product-detail-icons span[data-toggle="tooltip"] {
  position: relative;
  display: inline-block; }

/* line 917, ../static/sass/components/scss/_product.scss */
.exclusive_product img.product-img {
  border-radius: 40px;
  border: 0px;
  flex-shrink: 0; }

@media (min-width: 1200px) {
  /* line 924, ../static/sass/components/scss/_product.scss */
  .exclusive_product img.product-img {
    width: 18rem;
    height: 28rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 931, ../static/sass/components/scss/_product.scss */
  .exclusive_product img.product-img {
    width: 14rem;
    height: 22rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 938, ../static/sass/components/scss/_product.scss */
  .exclusive_product img.product-img {
    width: 14rem;
    height: 22rem;
    border-radius: 20px; } }

@media (max-width: 767px) {
  /* line 946, ../static/sass/components/scss/_product.scss */
  .exclusive_product img.product-img {
    width: 12rem;
    height: 17.5rem;
    border-radius: 15px; }
  /* line 951, ../static/sass/components/scss/_product.scss */
  .exclusive_product .product-rating-under-cover {
    position: relative;
    bottom: 10px; } }

/* line 960, ../static/sass/components/scss/_product.scss */
.extra-imgs-wrapper .extra-img-wrapper {
  width: 85px;
  height: 85px;
  margin-bottom: 10px; }
  /* line 965, ../static/sass/components/scss/_product.scss */
  .extra-imgs-wrapper .extra-img-wrapper img {
    border-radius: 13px !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

@media (min-width: 768px) {
  /* line 978, ../static/sass/components/scss/_product.scss */
  .extra-imgs-wrapper .extra-img-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 10px; }
    /* line 983, ../static/sass/components/scss/_product.scss */
    .extra-imgs-wrapper .extra-img-wrapper img {
      border-radius: 15px; } }

@media (min-width: 1024px) {
  /* line 993, ../static/sass/components/scss/_product.scss */
  .extra-imgs-wrapper .extra-img-wrapper {
    width: 179px;
    height: 179px;
    margin-left: 16px; }
    /* line 998, ../static/sass/components/scss/_product.scss */
    .extra-imgs-wrapper .extra-img-wrapper img {
      border-radius: 26px; } }

@media (max-width: 480px) {
  /* line 1006, ../static/sass/components/scss/_product.scss */
  .detail-book-share-buttons .preview .btn-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 4px; } }
