@charset "UTF-8";
:root {
  --blue: #0066cc;
  --indigo: #6610f2;
  --purple: #410099;
  --pink: #f45197;
  --red: #ff5555;
  --orange: #fc642d;
  --yellow: #ffcd00;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #10cfc9;
  --white: #fff;
  --gray: #757575;
  --gray-dark: #424242;
  --pinkmomo: #a50064;
  --pinklight: #f9b5c3;
  --momo: #ca1820;
  --momo2: #f02475;
  --primary: #ca1820;
  --secondary: #757575;
  --success: #28a745;
  --info: #0066cc;
  --warning: #ffcd00;
  --danger: #ff5555;
  --light: #f5f5f5;
  --dark: #424242;
  --primary-2: #a50064;
  --primary-3: #e81f76;
  --blue: #0066cc;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Nunito, sans-serif;
  --font-family-monospace: monospace;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #ca1820;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #6d1446;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #757575;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.2625vw);
  }
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.block-title-endow-txt,
.block-title-txt,
.don-slider-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.merchant-tab-heading,
.topic-content-name,
.topic-sidenav-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.4;
  color: #212121;
}
.don-slider-title,
.h1,
h1 {
  font-size: 2.6rem;
}
@media (max-width: 1200px) {
  .don-slider-title,
  .h1,
  h1 {
    font-size: calc(1.385rem + 1.4175vw);
  }
}
.h2,
.merchant-tab-heading,
h2 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .h2,
  .merchant-tab-heading,
  h2 {
    font-size: calc(1.3rem + 0.525vw);
  }
}
.h3,
.topic-content-name,
h3 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .h3,
  .topic-content-name,
  h3 {
    font-size: calc(1.275rem + 0.2625vw);
  }
}
.block-title-endow-txt,
.block-title-txt,
.h4,
h4 {
  font-size: 1.25rem;
}
.h5,
.topic-sidenav-title,
h5 {
  font-size: 1rem;
}
.h6,
h6 {
  font-size: 0.75rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 4.9875vw);
  }
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 4.4625vw);
  }
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.4125vw);
  }
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.3625vw);
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 0.85714rem;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.85714rem;
  color: #757575;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #757575;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212121;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e0e0e0;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0e0e0;
}
.table tbody + tbody {
  border-top: 2px solid #e0e0e0;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #e0e0e0;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #e0e0e0;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212121;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #e8c1d7;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #d58bb5;
}
.table-hover .table-primary:hover {
  background-color: #e1aecb;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #e1aecb;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d8d8d8;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b7b7b7;
}
.table-hover .table-secondary:hover {
  background-color: #cbcbcb;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cbcbcb;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #b8d4f1;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #7aafe4;
}
.table-hover .table-info:hover {
  background-color: #a3c7ed;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a3c7ed;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fff1b8;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffe57a;
}
.table-hover .table-warning:hover {
  background-color: #ffec9f;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffec9f;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #ffcfcf;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ffa7a7;
}
.table-hover .table-danger:hover {
  background-color: #ffb6b6;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb6b6;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fcfcfc;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fafafa;
}
.table-hover .table-light:hover {
  background-color: #efefef;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #efefef;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #cacaca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #9d9d9d;
}
.table-hover .table-dark:hover {
  background-color: #bdbdbd;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bdbdbd;
}
.table-primary-2,
.table-primary-2 > td,
.table-primary-2 > th {
  background-color: #e6b8d4;
}
.table-primary-2 tbody + tbody,
.table-primary-2 td,
.table-primary-2 th,
.table-primary-2 thead th {
  border-color: #d07aae;
}
.table-hover .table-primary-2:hover {
  background-color: #dfa5c9;
}
.table-hover .table-primary-2:hover > td,
.table-hover .table-primary-2:hover > th {
  background-color: #dfa5c9;
}
.table-primary-3,
.table-primary-3 > td,
.table-primary-3 > th {
  background-color: #f9c0d9;
}
.table-primary-3 tbody + tbody,
.table-primary-3 td,
.table-primary-3 th,
.table-primary-3 thead th {
  border-color: #f38bb8;
}
.table-hover .table-primary-3:hover {
  background-color: #f7a9cb;
}
.table-hover .table-primary-3:hover > td,
.table-hover .table-primary-3:hover > th {
  background-color: #f7a9cb;
}
.table-blue,
.table-blue > td,
.table-blue > th {
  background-color: #b8d4f1;
}
.table-blue tbody + tbody,
.table-blue td,
.table-blue th,
.table-blue thead th {
  border-color: #7aafe4;
}
.table-hover .table-blue:hover {
  background-color: #a3c7ed;
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #a3c7ed;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #424242;
  border-color: #555;
}
.table .thead-light th {
  color: #616161;
  background-color: #eee;
  border-color: #e0e0e0;
}
.table-dark {
  color: #fff;
  background-color: #424242;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #555;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control,
.select2-container .select2-selection--single {
  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: #616161;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control,
  .select2-container .select2-selection--single {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand,
.select2-container .select2-selection--single::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus,
.select2-container .select2-selection--single:focus {
  color: #616161;
  background-color: #fff;
  border-color: #e46aae;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
  box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
}
.form-control::-webkit-input-placeholder,
.select2-container .select2-selection--single::-webkit-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.form-control::-ms-input-placeholder,
.select2-container .select2-selection--single::-ms-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.form-control::placeholder,
.select2-container .select2-selection--single::placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly],
.select2-container .select2-selection--single:disabled,
.select2-container .select2-selection--single[readonly] {
  background-color: #eee;
  opacity: 1;
}
.select2-container select.select2-selection--single:focus::-ms-value,
select.form-control:focus::-ms-value {
  color: #616161;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212121;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.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;
}
.select2-container select.select2-selection--single[multiple],
.select2-container select.select2-selection--single[size],
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
.select2-container textarea.select2-selection--single,
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #757575;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.85714rem;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-valid,
.select2-container .is-valid.select2-selection--single,
.select2-container .was-validated .select2-selection--single:valid,
.was-validated .form-control:valid,
.was-validated .select2-container .select2-selection--single:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.select2-container .is-valid.select2-selection--single:focus,
.select2-container .was-validated .select2-selection--single:valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .select2-container .select2-selection--single:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.select2-container .is-valid.select2-selection--single ~ .valid-feedback,
.select2-container .is-valid.select2-selection--single ~ .valid-tooltip,
.select2-container
  .was-validated
  .select2-selection--single:valid
  ~ .valid-feedback,
.select2-container
  .was-validated
  .select2-selection--single:valid
  ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated
  .select2-container
  .select2-selection--single:valid
  ~ .valid-feedback,
.was-validated
  .select2-container
  .select2-selection--single:valid
  ~ .valid-tooltip {
  display: block;
}
.select2-container .was-validated textarea.select2-selection--single:valid,
.select2-container textarea.is-valid.select2-selection--single,
.was-validated .select2-container textarea.select2-selection--single:valid,
.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);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  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='%23424242' 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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.85714rem;
  color: #f55;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 85, 85, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-invalid,
.select2-container .is-invalid.select2-selection--single,
.select2-container .was-validated .select2-selection--single:invalid,
.was-validated .form-control:invalid,
.was-validated .select2-container .select2-selection--single:invalid {
  border-color: #f55;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5555' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff5555' 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);
}
.form-control.is-invalid:focus,
.select2-container .is-invalid.select2-selection--single:focus,
.select2-container .was-validated .select2-selection--single:invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated .select2-container .select2-selection--single:invalid:focus {
  border-color: #f55;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
  box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.select2-container .is-invalid.select2-selection--single ~ .invalid-feedback,
.select2-container .is-invalid.select2-selection--single ~ .invalid-tooltip,
.select2-container
  .was-validated
  .select2-selection--single:invalid
  ~ .invalid-feedback,
.select2-container
  .was-validated
  .select2-selection--single:invalid
  ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated
  .select2-container
  .select2-selection--single:invalid
  ~ .invalid-feedback,
.was-validated
  .select2-container
  .select2-selection--single:invalid
  ~ .invalid-tooltip {
  display: block;
}
.select2-container .was-validated textarea.select2-selection--single:invalid,
.select2-container textarea.is-invalid.select2-selection--single,
.was-validated .select2-container textarea.select2-selection--single:invalid,
.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);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #f55;
  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='%23424242' 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='%23ff5555' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff5555' 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")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #f55;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
  box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #f55;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #f55;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #f55;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  border-color: #f88;
  background-color: #f88;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
  box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #f55;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #f55;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #f55;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
  box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control,
  .form-inline .select2-container .select2-selection--single,
  .select2-container .form-inline .select2-selection--single {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212121;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 20px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 20px;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212121;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary,
.modal__fullscreen .modal-footer .btn-primary-2,
.navbar-container .btn {
  color: #fff;
  background-color: #ca1820;
  border-color: #ca1820;
}
.btn-primary:hover,
.modal__fullscreen .modal-footer .btn-primary-2:hover,
.navbar-container .btn:hover {
  color: #fff;
  background-color: #ca1820;
  border-color: #ca1820;
}
.btn-primary.focus,
.btn-primary:focus,
.modal__fullscreen .modal-footer .btn-primary-2:focus,
.modal__fullscreen .modal-footer .focus.btn-primary-2,
.navbar-container .btn:focus,
.navbar-container .focus.btn {
  -webkit-box-shadow: 0 0 0 0 rgba(186, 65, 133, 0.5);
  box-shadow: 0 0 0 0 rgba(186, 65, 133, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled,
.modal__fullscreen .modal-footer .btn-primary-2:disabled,
.modal__fullscreen .modal-footer .disabled.btn-primary-2,
.navbar-container .btn:disabled,
.navbar-container .disabled.btn {
  color: #fff;
  background-color: #ca1820;
  border-color: #ca1820;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.modal__fullscreen
  .modal-footer
  .btn-primary-2:not(:disabled):not(.disabled).active,
.modal__fullscreen
  .modal-footer
  .btn-primary-2:not(:disabled):not(.disabled):active,
.modal__fullscreen .modal-footer .show > .dropdown-toggle.btn-primary-2,
.navbar-container .btn:not(:disabled):not(.disabled).active,
.navbar-container .btn:not(:disabled):not(.disabled):active,
.navbar-container .show > .dropdown-toggle.btn,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ca1820;
  border-color: #ca1820;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.modal__fullscreen
  .modal-footer
  .btn-primary-2:not(:disabled):not(.disabled).active:focus,
.modal__fullscreen
  .modal-footer
  .btn-primary-2:not(:disabled):not(.disabled):active:focus,
.modal__fullscreen .modal-footer .show > .dropdown-toggle.btn-primary-2:focus,
.navbar-container .btn:not(:disabled):not(.disabled).active:focus,
.navbar-container .btn:not(:disabled):not(.disabled):active:focus,
.navbar-container .show > .dropdown-toggle.btn:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(186, 65, 133, 0.5);
  box-shadow: 0 0 0 0 rgba(186, 65, 133, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #626262;
  border-color: #5c5c5c;
}
.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(138, 138, 138, 0.5);
  box-shadow: 0 0 0 0 rgba(138, 138, 138, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #555;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(138, 138, 138, 0.5);
  box-shadow: 0 0 0 0 rgba(138, 138, 138, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #06c;
  border-color: #06c;
}
.btn-info:hover {
  color: #fff;
  background-color: #0053a6;
  border-color: #004d99;
}
.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
  box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #06c;
  border-color: #06c;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #004d99;
  border-color: #00468c;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
  box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
}
.btn-warning {
  color: #212121;
  background-color: #ffcd00;
  border-color: #ffcd00;
}
.btn-warning:hover {
  color: #212121;
  background-color: #d9ae00;
  border-color: #cca400;
}
.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(222, 179, 5, 0.5);
  box-shadow: 0 0 0 0 rgba(222, 179, 5, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212121;
  background-color: #ffcd00;
  border-color: #ffcd00;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212121;
  background-color: #cca400;
  border-color: #bf9a00;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(222, 179, 5, 0.5);
  box-shadow: 0 0 0 0 rgba(222, 179, 5, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #f55;
  border-color: #f55;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff2f2f;
  border-color: #f22;
}
.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 111, 111, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 111, 111, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #f55;
  border-color: #f55;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f22;
  border-color: #ff1515;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 111, 111, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 111, 111, 0.5);
}
.btn-light {
  color: #212121;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light:hover {
  color: #212121;
  background-color: #e2e2e2;
  border-color: #dcdcdc;
}
.btn-light.focus,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212121;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212121;
  background-color: #dcdcdc;
  border-color: #d5d5d5;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #292929;
}
.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(94, 94, 94, 0.5);
  box-shadow: 0 0 0 0 rgba(94, 94, 94, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #292929;
  border-color: #222;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(94, 94, 94, 0.5);
  box-shadow: 0 0 0 0 rgba(94, 94, 94, 0.5);
}
.btn-primary-2 {
  color: #fff;
  background-color: #a50064;
  border-color: #a50064;
}
.btn-primary-2:hover {
  color: #fff;
  background-color: #7f004d;
  border-color: #720045;
}
.btn-primary-2.focus,
.btn-primary-2:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(179, 38, 123, 0.5);
  box-shadow: 0 0 0 0 rgba(179, 38, 123, 0.5);
}
.btn-primary-2.disabled,
.btn-primary-2:disabled {
  color: #fff;
  background-color: #a50064;
  border-color: #a50064;
}
.btn-primary-2:not(:disabled):not(.disabled).active,
.btn-primary-2:not(:disabled):not(.disabled):active,
.show > .btn-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #720045;
  border-color: #65003d;
}
.btn-primary-2:not(:disabled):not(.disabled).active:focus,
.btn-primary-2:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(179, 38, 123, 0.5);
  box-shadow: 0 0 0 0 rgba(179, 38, 123, 0.5);
}
.btn-primary-3 {
  color: #fff;
  background-color: #e81f76;
  border-color: #e81f76;
}
.btn-primary-3:hover {
  color: #fff;
  background-color: #cc1564;
  border-color: #c0145e;
}
.btn-primary-3.focus,
.btn-primary-3:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(235, 65, 139, 0.5);
  box-shadow: 0 0 0 0 rgba(235, 65, 139, 0.5);
}
.btn-primary-3.disabled,
.btn-primary-3:disabled {
  color: #fff;
  background-color: #e81f76;
  border-color: #e81f76;
}
.btn-primary-3:not(:disabled):not(.disabled).active,
.btn-primary-3:not(:disabled):not(.disabled):active,
.show > .btn-primary-3.dropdown-toggle {
  color: #fff;
  background-color: #c0145e;
  border-color: #b51359;
}
.btn-primary-3:not(:disabled):not(.disabled).active:focus,
.btn-primary-3:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(235, 65, 139, 0.5);
  box-shadow: 0 0 0 0 rgba(235, 65, 139, 0.5);
}
.btn-blue {
  color: #fff;
  background-color: #06c;
  border-color: #06c;
}
.btn-blue:hover {
  color: #fff;
  background-color: #0053a6;
  border-color: #004d99;
}
.btn-blue.focus,
.btn-blue:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
  box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
}
.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #06c;
  border-color: #06c;
}
.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #004d99;
  border-color: #00468c;
}
.btn-blue:not(:disabled):not(.disabled).active:focus,
.btn-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
  box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
}
.btn-outline-primary {
  color: #ca1820;
  border-color: #ca1820;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ca1820;
  border-color: #ca1820;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.5);
  box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #ca1820;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ca1820;
  border-color: #ca1820;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.5);
  box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.5);
}
.btn-outline-secondary {
  color: #757575;
  border-color: #757575;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(117, 117, 117, 0.5);
  box-shadow: 0 0 0 0 rgba(117, 117, 117, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #757575;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(117, 117, 117, 0.5);
  box-shadow: 0 0 0 0 rgba(117, 117, 117, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #06c;
  border-color: #06c;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #06c;
  border-color: #06c;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #06c;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #06c;
  border-color: #06c;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
}
.btn-outline-warning {
  color: #ffcd00;
  border-color: #ffcd00;
}
.btn-outline-warning:hover {
  color: #212121;
  background-color: #ffcd00;
  border-color: #ffcd00;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 205, 0, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 205, 0, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffcd00;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212121;
  background-color: #ffcd00;
  border-color: #ffcd00;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 205, 0, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 205, 0, 0.5);
}
.btn-outline-danger {
  color: #f55;
  border-color: #f55;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f55;
  border-color: #f55;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f55;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f55;
  border-color: #f55;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.5);
}
.btn-outline-light {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:hover {
  color: #212121;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
  box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f5f5f5;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212121;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
  box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
}
.btn-outline-dark {
  color: #424242;
  border-color: #424242;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(66, 66, 66, 0.5);
  box-shadow: 0 0 0 0 rgba(66, 66, 66, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #424242;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(66, 66, 66, 0.5);
  box-shadow: 0 0 0 0 rgba(66, 66, 66, 0.5);
}
.btn-outline-primary-2 {
  color: #a50064;
  border-color: #a50064;
}
.btn-outline-primary-2:hover {
  color: #fff;
  background-color: #a50064;
  border-color: #a50064;
}
.btn-outline-primary-2.focus,
.btn-outline-primary-2:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(165, 0, 100, 0.5);
  box-shadow: 0 0 0 0 rgba(165, 0, 100, 0.5);
}
.btn-outline-primary-2.disabled,
.btn-outline-primary-2:disabled {
  color: #a50064;
  background-color: transparent;
}
.btn-outline-primary-2:not(:disabled):not(.disabled).active,
.btn-outline-primary-2:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #a50064;
  border-color: #a50064;
}
.btn-outline-primary-2:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary-2:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(165, 0, 100, 0.5);
  box-shadow: 0 0 0 0 rgba(165, 0, 100, 0.5);
}
.btn-outline-primary-3 {
  color: #e81f76;
  border-color: #e81f76;
}
.btn-outline-primary-3:hover {
  color: #fff;
  background-color: #e81f76;
  border-color: #e81f76;
}
.btn-outline-primary-3.focus,
.btn-outline-primary-3:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(232, 31, 118, 0.5);
  box-shadow: 0 0 0 0 rgba(232, 31, 118, 0.5);
}
.btn-outline-primary-3.disabled,
.btn-outline-primary-3:disabled {
  color: #e81f76;
  background-color: transparent;
}
.btn-outline-primary-3:not(:disabled):not(.disabled).active,
.btn-outline-primary-3:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary-3.dropdown-toggle {
  color: #fff;
  background-color: #e81f76;
  border-color: #e81f76;
}
.btn-outline-primary-3:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary-3:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary-3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(232, 31, 118, 0.5);
  box-shadow: 0 0 0 0 rgba(232, 31, 118, 0.5);
}
.btn-outline-blue {
  color: #06c;
  border-color: #06c;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #06c;
  border-color: #06c;
}
.btn-outline-blue.focus,
.btn-outline-blue:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #06c;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled).active,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #06c;
  border-color: #06c;
}
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #ca1820;
  text-decoration: none;
}
.btn-link:hover {
  color: #6d1446;
  text-decoration: none;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #757575;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 30px;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 20px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 20px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  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: #212121;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eee;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212121;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #141414;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #212121;
  text-decoration: none;
  background-color: #eee;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #757575;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #757575;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212121;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 15px;
  padding-left: 15px;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 15px;
  padding-left: 15px;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 22.5px;
  padding-left: 22.5px;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext,
.select2-container .input-group > .select2-selection--single {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control,
.select2-container .input-group > .custom-file + .select2-selection--single,
.select2-container .input-group > .custom-select + .select2-selection--single,
.select2-container .input-group > .form-control + .select2-selection--single,
.select2-container
  .input-group
  > .form-control-plaintext
  + .select2-selection--single,
.select2-container .input-group > .select2-selection--single + .custom-file,
.select2-container .input-group > .select2-selection--single + .custom-select,
.select2-container .input-group > .select2-selection--single + .form-control,
.select2-container
  .input-group
  > .select2-selection--single
  + .select2-selection--single {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus,
.select2-container .input-group > .select2-selection--single:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child),
.select2-container .input-group > .select2-selection--single:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child),
.select2-container .input-group > .select2-selection--single:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.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;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #616161;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea),
.select2-container .input-group-lg > .select2-selection--single:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text,
.select2-container .input-group-lg > .select2-selection--single {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea),
.select2-container .input-group-sm > .select2-selection--single:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text,
.select2-container .input-group-sm > .select2-selection--single {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .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),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.6rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ca1820;
  background-color: #ca1820;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
  box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e46aae;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ec95c6;
  border-color: #ec95c6;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #757575;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eee;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -1.6rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #9e9e9e solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.2rem;
  left: -1.6rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.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");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #ca1820;
  background-color: #ca1820;
}
.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");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(174, 32, 112, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(174, 32, 112, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.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");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(174, 32, 112, 0.5);
}
.custom-switch {
  padding-left: 2.425rem;
}
.custom-switch .custom-control-label::before {
  left: -2.425rem;
  width: 1.925rem;
  pointer-events: all;
  border-radius: 0.55rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.2rem + 2px);
  left: calc(-2.425rem + 2px);
  width: calc(1.1rem - 4px);
  height: calc(1.1rem - 4px);
  background-color: #9e9e9e;
  border-radius: 0.55rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.825rem);
  transform: translateX(0.825rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(174, 32, 112, 0.5);
}
.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: #616161;
  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='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #e46aae;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
  box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
}
.custom-select:focus::-ms-value {
  color: #616161;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #757575;
  background-color: #eee;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #e46aae;
  -webkit-box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
  box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #eee;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #616161;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
}
.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: #616161;
  content: "Browse";
  background-color: #eee;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(174, 32, 112, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(174, 32, 112, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(174, 32, 112, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(174, 32, 112, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ca1820;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #ec95c6;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e0e0e0;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ca1820;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #ec95c6;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e0e0e0;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #ca1820;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #ec95c6;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #e0e0e0;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e0e0e0;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #9e9e9e;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #9e9e9e;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #9e9e9e;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #757575;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #e0e0e0;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eee #eee #e0e0e0;
}
.nav-tabs .nav-link.disabled {
  color: #757575;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #616161;
  background-color: #fff;
  border-color: #e0e0e0 #e0e0e0 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ca1820;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: #212121;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #212121;
}
.navbar-light .navbar-nav .nav-link {
  color: #616161;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #212121;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: #9e9e9e;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #212121;
}
.navbar-light .navbar-toggler {
  color: #616161;
  border-color: rgba(0, 0, 0, 0.1);
}
.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='%23616161' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #616161;
}
.navbar-light .navbar-text a {
  color: #212121;
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: #212121;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.95);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.1);
}
.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.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.95);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem;
}
.card-title {
  margin-bottom: 1.5rem;
}
.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}
.card-header {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 1.5rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 0) calc(0.25rem - 0);
}
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 0);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 0);
  border-top-right-radius: calc(0.25rem - 0);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 0);
  border-bottom-left-radius: calc(0.25rem - 0);
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: 0;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eee;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #757575;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #757575;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ca1820;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.page-link:hover {
  z-index: 2;
  color: #6d1446;
  text-decoration: none;
  background-color: #eee;
  border-color: #e0e0e0;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
  box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ca1820;
  border-color: #ca1820;
}
.page-item.disabled .page-link {
  color: #757575;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e0e0e0;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 6px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 6px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e0e0e0;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ca1820;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.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: 6px 6px;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #616161;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #616161;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item-action:active {
  color: #212121;
  background-color: #eee;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #757575;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ca1820;
  border-color: #ca1820;
}
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.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;
}
.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) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .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;
  }
  .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) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .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;
  }
  .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) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .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;
  }
  .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) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .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;
  }
  .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;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #5a113a;
  background-color: #e8c1d7;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #5a113a;
  background-color: #e1aecb;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #5a113a;
  border-color: #5a113a;
}
.list-group-item-secondary {
  color: #3d3d3d;
  background-color: #d8d8d8;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #3d3d3d;
  background-color: #cbcbcb;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #00356a;
  background-color: #b8d4f1;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #00356a;
  background-color: #a3c7ed;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #00356a;
  border-color: #00356a;
}
.list-group-item-warning {
  color: #856b00;
  background-color: #fff1b8;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856b00;
  background-color: #ffec9f;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856b00;
  border-color: #856b00;
}
.list-group-item-danger {
  color: #852c2c;
  background-color: #ffcfcf;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #852c2c;
  background-color: #ffb6b6;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #852c2c;
  border-color: #852c2c;
}
.list-group-item-light {
  color: #7f7f7f;
  background-color: #fcfcfc;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #7f7f7f;
  background-color: #efefef;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}
.list-group-item-dark {
  color: #222;
  background-color: #cacaca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #222;
  background-color: #bdbdbd;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.list-group-item-primary-2 {
  color: #560034;
  background-color: #e6b8d4;
}
.list-group-item-primary-2.list-group-item-action:focus,
.list-group-item-primary-2.list-group-item-action:hover {
  color: #560034;
  background-color: #dfa5c9;
}
.list-group-item-primary-2.list-group-item-action.active {
  color: #fff;
  background-color: #560034;
  border-color: #560034;
}
.list-group-item-primary-3 {
  color: #79103d;
  background-color: #f9c0d9;
}
.list-group-item-primary-3.list-group-item-action:focus,
.list-group-item-primary-3.list-group-item-action:hover {
  color: #79103d;
  background-color: #f7a9cb;
}
.list-group-item-primary-3.list-group-item-action.active {
  color: #fff;
  background-color: #79103d;
  border-color: #79103d;
}
.list-group-item-blue {
  color: #00356a;
  background-color: #b8d4f1;
}
.list-group-item-blue.list-group-item-action:focus,
.list-group-item-blue.list-group-item-action:hover {
  color: #00356a;
  background-color: #a3c7ed;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #00356a;
  border-color: #00356a;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.2625vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.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);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #757575;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e0e0e0;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e0e0e0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Nunito, 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;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 3px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #ca1820 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #ca1820 !important;
}
.bg-secondary {
  background-color: #757575 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #5c5c5c !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #06c !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #004d99 !important;
}
.bg-warning {
  background-color: #ffcd00 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #cca400 !important;
}
.bg-danger {
  background-color: #f55 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #f22 !important;
}
.bg-light {
  background-color: #f5f5f5 !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dcdcdc !important;
}
.bg-dark {
  background-color: #424242 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #292929 !important;
}
.bg-primary-2 {
  background-color: #a50064 !important;
}
a.bg-primary-2:focus,
a.bg-primary-2:hover,
button.bg-primary-2:focus,
button.bg-primary-2:hover {
  background-color: #720045 !important;
}
.bg-primary-3 {
  background-color: #e81f76 !important;
}
a.bg-primary-3:focus,
a.bg-primary-3:hover,
button.bg-primary-3:focus,
button.bg-primary-3:hover {
  background-color: #c0145e !important;
}
.bg-blue {
  background-color: #06c !important;
}
a.bg-blue:focus,
a.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:hover {
  background-color: #004d99 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #e0e0e0 !important;
}
.border-top {
  border-top: 1px solid #e0e0e0 !important;
}
.border-right {
  border-right: 1px solid #e0e0e0 !important;
}
.border-bottom {
  border-bottom: 1px solid #e0e0e0 !important;
}
.border-left {
  border-left: 1px solid #e0e0e0 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #ca1820 !important;
}
.border-secondary {
  border-color: #757575 !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #06c !important;
}
.border-warning {
  border-color: #ffcd00 !important;
}
.border-danger {
  border-color: #f55 !important;
}
.border-light {
  border-color: #f5f5f5 !important;
}
.border-dark {
  border-color: #424242 !important;
}
.border-primary-2 {
  border-color: #a50064 !important;
}
.border-primary-3 {
  border-color: #e81f76 !important;
}
.border-blue {
  border-color: #06c !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.modal__fullscreen .modal-footer .btn-primary-2,
.navbar-container .btn,
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.izlude-avatar-square-sm,
.place-item:focus .place-item-img,
.place-item:hover .place-item-img,
.sg-card,
.shadow-sm {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05),
    0 1px 4px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.05) !important;
}
.cashback-item:focus,
.cashback-item:hover,
.cbs-item:focus,
.cbs-item:hover,
.search-quick,
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.25rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.25rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.25rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.25rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.25rem !important;
}
.m-n3 {
  margin: -0.25rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -0.25rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -0.25rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -0.25rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -0.25rem !important;
}
.m-n4 {
  margin: -0.25rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -0.25rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -0.25rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -0.25rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -0.25rem !important;
}
.m-n5 {
  margin: -0.25rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -0.25rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -0.25rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -0.25rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -0.25rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.25rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n3 {
    margin: -0.25rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n4 {
    margin: -0.25rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n5 {
    margin: -0.25rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -0.25rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.25rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.25rem !important;
  }
  .m-md-n3 {
    margin: -0.25rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.25rem !important;
  }
  .m-md-n4 {
    margin: -0.25rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -0.25rem !important;
  }
  .m-md-n5 {
    margin: -0.25rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -0.25rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.25rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n3 {
    margin: -0.25rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n4 {
    margin: -0.25rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n5 {
    margin: -0.25rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -0.25rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.25rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n3 {
    margin: -0.25rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n4 {
    margin: -0.25rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n5 {
    margin: -0.25rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -0.25rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.cashback-item-content .name,
.input,
.search-quick-link,
.text-truncate,
input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #ca1820 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #6d1446 !important;
}
.text-secondary {
  color: #757575 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #4f4f4f !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #06c !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #004080 !important;
}
.text-warning {
  color: #ffcd00 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #b39000 !important;
}
.text-danger {
  color: #f55 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #ff0909 !important;
}
.text-light {
  color: #f5f5f5 !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cfcfcf !important;
}
.text-dark {
  color: #424242 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1c1c1c !important;
}
.text-primary-2 {
  color: #a50064 !important;
}
a.text-primary-2:focus,
a.text-primary-2:hover {
  color: #590036 !important;
}
.text-primary-3 {
  color: #e81f76 !important;
}
a.text-primary-3:focus,
a.text-primary-3:hover {
  color: #a91153 !important;
}
.text-blue {
  color: #06c !important;
}
a.text-blue:focus,
a.text-blue:hover {
  color: #004080 !important;
}
.text-body {
  color: #212121 !important;
}
.text-muted {
  color: #757575 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #9e9e9e;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #e0e0e0 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #e0e0e0;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e0e0e0;
  }
}
html {
  font-size: 15px;
}
body {
  position: relative;
  font-size: 15px;
  -webkit-tap-highlight-color: rgba(165, 0, 100, 0.05);
}
.ios .download-btn-android {
  display: none;
}
.android .download-btn-apple {
  display: none;
}
a {
  -webkit-transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.wrapper,
body {
  background: #f7f8fa;
}
.wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 100%;
  }
}
.text-small {
  font-size: 12px;
}
.text-read {
  font-size: 15px;
  line-height: 1.6;
}
.text-little {
  font-size: 13px;
}
.link-white {
  color: #e0e0e0;
}
.link-white:focus,
.link-white:hover {
  color: #fff;
}
.link-dark {
  color: #212121;
}
.link-dark:focus,
.link-dark:hover {
  color: #ca1820;
}
.link-black {
  color: #000;
}
.link-black:focus,
.link-black:hover {
  color: #ca1820;
}
.link-light {
  color: #fff;
}
.link-light:focus,
.link-light:hover {
  color: #ca1820;
}
.link-gray {
  color: #9e9e9e;
}
.link-gray:focus,
.link-gray:hover {
  color: #212121;
}
.link-blue,
.sgf-direction a {
  color: #06c;
}
.link-blue:focus,
.link-blue:hover,
.sgf-direction a:focus,
.sgf-direction a:hover {
  color: #004d99;
}
.link-gray-blue {
  color: #757575;
}
.link-gray-blue:focus,
.link-gray-blue:hover {
  color: #06c;
}
.text-gray {
  color: #757575;
}
.text-blue {
  color: #06c;
}
.text-momo2 {
  color: #f02475;
}
.text-facebook:hover {
  color: #4267b2;
}
.bg-gray {
  background: #9e9e9e;
}
.bg-lightgray {
  background: #e0e0e0;
}
.text-google-plus:hover {
  color: #db4437;
}
.link-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: 0 0;
  cursor: pointer;
}
.scrollmenu {
  display: block;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  white-space: nowrap;
}
.scrollmenu-item {
  display: inline-block;
}
.md-gutters.row {
  margin-right: -10px;
  margin-left: -10px;
}
.md-gutters.row > .col,
.md-gutters.row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .md-gutters.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .md-gutters.row > .col,
  .md-gutters.row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.sm-gutters.row {
  margin-right: -5px;
  margin-left: -5px;
}
.sm-gutters.row > .col,
.sm-gutters.row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.col {
  min-width: 0;
}
@media (max-width: 767.98px) {
  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.shadow-s1 {
  -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
}
.lutie-inherit {
  font-size: inherit;
}
.lutie-8 {
  font-size: 8px;
}
.lutie-10 {
  font-size: 10px;
}
.lutie-11 {
  font-size: 11px;
}
.lutie-12 {
  font-size: 12px;
}
.lutie-13 {
  font-size: 13px;
}
.lutie-14 {
  font-size: 14px;
}
.fancy-title {
  position: relative;
  margin-bottom: 20px;
}
.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding-right: 15px;
  margin-bottom: 0;
}
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
  padding-right: 10px;
}
.fancy-title.title-border-color:before,
.fancy-title.title-border:before,
.fancy-title.title-double-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 3px double #e5e5e5;
  left: auto;
  top: 46%;
  right: 0;
}
.fancy-title.title-border:before {
  top: 49%;
  border-top: 1px solid #eee;
}
.fancy-title.title-border-color:before {
  top: 49%;
  border-top: 1px solid #ca1820;
  opacity: 0.6;
}
.title-block {
  padding: 2px 0 3px 15px;
  border-left: 4px solid #ca1820;
  margin-bottom: 15px;
  margin-top: 20px;
}
.title-block-right {
  padding: 2px 15px 3px 0;
  border-left: 0;
  border-right: 7px solid #ca1820;
  text-align: right;
}
.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 {
  margin-bottom: 0;
}
.title-block > span {
  display: block;
  margin-top: 4px;
  color: #555;
  font-weight: 300;
}
.title-block h1 + span {
  font-size: 22px;
}
.title-block h2 + span {
  font-size: 19px;
}
.title-block h3 + span {
  font-size: 17px;
}
.title-block h4 {
  font-size: 18px;
}
.title-block h4 + span {
  font-size: 14px;
  margin-top: 3px;
}
.btn-animation {
  -webkit-box-shadow: 0 0 0 0 #ca1820;
  box-shadow: 0 0 0 0 #ca1820;
  cursor: pointer;
  -webkit-animation: apppulse 1.8s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: apppulse 1.8s infinite cubic-bezier(0.66, 0, 0, 1);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  position: relative;
  z-index: 0;
}
@-webkit-keyframes apppulse {
  to {
    -webkit-box-shadow: 0 0 0 8px rgba(174, 32, 112, 0);
    box-shadow: 0 0 0 8px rgba(174, 32, 112, 0);
  }
}
@keyframes apppulse {
  to {
    -webkit-box-shadow: 0 0 0 8px rgba(174, 32, 112, 0);
    box-shadow: 0 0 0 8px rgba(174, 32, 112, 0);
  }
}
.btn {
  max-width: 100%;
  white-space: inherit;
}
.bootstrap-select .btn {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  padding: 0.375rem 10px;
  color: #212121 !important;
}
.bootstrap-select .btn.dropdown-toggle {
  background-color: #fff;
}
.bootstrap-select .bs-searchbox {
  margin-bottom: 5px;
}
.bootstrap-select .bs-searchbox .form-control,
.bootstrap-select .bs-searchbox .select2-container .select2-selection--single,
.select2-container .bootstrap-select .bs-searchbox .select2-selection--single {
  font-size: 12px;
  padding: 5px 10px;
  height: auto;
  background: #eee;
  border: none;
}
.btn-function,
.dtt-section-more a.btn {
  display: block;
  border: 1px solid #e0e0e0;
  color: #06c;
  font-size: 12px;
  background: #fff;
}
.btn-function:active,
.btn-function:focus,
.btn-function:hover,
.dtt-section-more a.btn:active,
.dtt-section-more a.btn:focus,
.dtt-section-more a.btn:hover {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #06c;
  background: rgba(0, 102, 204, 0.05);
}
.min-250 {
  min-width: 250px;
}
.payon2 {
  display: block;
  position: relative;
  vertical-align: top;
}
.payon2.is-active > .payon2-menu {
  display: block;
}
.payon2-trigger {
  cursor: pointer;
}
.payon2-menu {
  display: none;
  left: 0;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
  margin-top: 8px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}
.payon2-menu:after,
.payon2-menu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.payon2-menu:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.payon2-menu:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #bdbdbd;
  border-width: 7px;
  margin-left: -7px;
}
.payon2-menu.is-right {
  left: auto;
  right: 0;
}
.payon2-menu.is-right:after,
.payon2-menu.is-right:before {
  bottom: 100%;
  left: 90%;
}
.input,
input {
  padding: 0 10px;
  height: 39px;
  line-height: 39px;
  display: block;
  border: none;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  width: 100%;
  background: #fff;
}
.input:focus,
.input:hover,
input:focus,
input:hover {
  border-color: #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.input.is-small,
input.is-small {
  height: 30px;
  line-height: 30px;
}
.input.is-danger,
input.is-danger {
  border-color: #f55;
}
.input-group {
  position: relative;
}
.input-group .input {
  padding-right: 40px;
}
.input-group.have-arrow-down .input {
  padding-right: 30px;
}
.input-group.have-arrow-down:after {
  position: absolute;
  top: 17px;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #9e9e9e transparent transparent transparent;
}
.input-group-icon {
  color: #9e9e9e;
  position: absolute;
  right: 0;
  height: 100%;
  width: 36px;
  padding-top: 9px;
  text-align: center;
  top: 0;
}
.list {
  position: relative;
  z-index: 1;
}
.list ul {
  margin-bottom: 0;
}
.list.is-simple {
  padding: 5px 0;
}
.list.is-simple li {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.list.is-select li {
  padding-left: 30px;
}
.svg-icon {
  height: 32px;
  width: 32px;
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
}
.svg-icon-20 {
  width: 20px;
  height: 20px;
}
.svg-icon-15 {
  width: 15px;
  height: 15px;
}
.svg-icon-22 {
  width: 22px;
  height: 22px;
}
.svg-icon-10 {
  width: 10px;
  height: 10px;
}
.svg-icon-8 {
  width: 8px;
  height: 8px;
}
.svg-icon-18 {
  width: 18px;
  height: 18px;
}
.svg-gray-50 {
  fill: #9e9e9e;
}
.svg-gray-40 {
  fill: #bdbdbd;
}
svg:not(:root).svg-inline {
  overflow: visible;
}
.svg-inline {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  fill: currentColor;
}
.svg-inline.svg-w {
  width: 1.25em;
}
.svg-inline.svg-w-1 {
  width: 0.0625em;
}
.svg-inline.svg-w-2 {
  width: 0.125em;
}
.svg-inline.svg-w-3 {
  width: 0.1875em;
}
.svg-inline.svg-w-4 {
  width: 0.25em;
}
.svg-inline.svg-w-5 {
  width: 0.3125em;
}
.svg-inline.svg-w-6 {
  width: 0.375em;
}
.svg-inline.svg-w-7 {
  width: 0.4375em;
}
.svg-inline.svg-w-8 {
  width: 0.5em;
}
.svg-inline.svg-w-9 {
  width: 0.5625em;
}
.svg-inline.svg-w-10 {
  width: 0.625em;
}
.svg-inline.svg-w-11 {
  width: 0.6875em;
}
.svg-inline.svg-w-12 {
  width: 0.75em;
}
.svg-inline.svg-w-13 {
  width: 0.8125em;
}
.svg-inline.svg-w-14 {
  width: 0.875em;
}
.svg-inline.svg-w-15 {
  width: 0.9375em;
}
.svg-inline.svg-w-16 {
  width: 1em;
}
.svg-inline.svg-w-17 {
  width: 1.0625em;
}
.svg-inline.svg-w-18 {
  width: 1.125em;
}
.svg-inline.svg-w-19 {
  width: 1.1875em;
}
.svg-inline.svg-w-20 {
  width: 1.25em;
}
.svg-lg {
  font-size: 1.2em;
  line-height: 0.65em;
  vertical-align: -0.17em;
}
.svg-xs {
  font-size: 0.75em;
}
.svg-sm {
  font-size: 0.875em;
}
.svg-md {
  font-size: 28px;
}
.svg-1x {
  font-size: 1em;
}
.svg-2x {
  font-size: 2em;
}
.svg-3x {
  font-size: 3em;
}
.svg-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.svg-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.svg-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.svg-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.svg-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-vertical,
.svg-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.svg-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .svg-flip-horizontal,
:root .svg-flip-vertical,
:root .svg-rotate-180,
:root .svg-rotate-270,
:root .svg-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.embed-responsive-slider::before {
  padding-top: 37.97468%;
}
.embed-responsive-product::before {
  padding-top: 116.19048%;
}
.embed-responsive-img {
  background: #f5f5f5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0;
  overflow: hidden;
}
.embed-responsive-blog::before {
  padding-top: 51.28205%;
}
.breadcrumb-container {
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04),
    0 1px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.04);
  font-size: 13px;
}
.breadcrumb-container .breadcrumb {
  padding: 10px 0;
  margin-bottom: 0;
  background-color: transparent;
  white-space: nowrap;
  overflow-y: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb-container .breadcrumb a {
  font-weight: 500;
}
.breadcrumb-container .breadcrumb::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.breadcrumb-container .breadcrumb-item.active {
  color: #212121;
}
.breadcrumb-container.breadcrumb-small {
  background: 0 0;
  font-size: 12px;
}
.breadcrumb-container.breadcrumb-small .breadcrumb {
  background: 0 0;
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb-container.breadcrumb-small .breadcrumb a {
  font-weight: 400;
  color: #9e9e9e;
}
.breadcrumb-container.breadcrumb-small .breadcrumb-item.active {
  color: #424242 !important;
  font-weight: 400;
}
.breadcrumb-container.breadcrumb-small .breadcrumb-item:hover a {
  color: #424242 !important;
}
.breadcrumb-container.breadcrumb-small .breadcrumb-item + .breadcrumb-item {
  padding-left: 26px;
  position: relative;
  color: #9e9e9e;
}
.breadcrumb-container.breadcrumb-small
  .breadcrumb-item
  + .breadcrumb-item:before {
  position: absolute;
  left: 11px;
  content: "›";
  font-size: 16px;
  color: #9e9e9e;
  top: 0;
  line-height: 1;
}
.breadcrumb-item {
  display: inline-block;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 25px;
  position: relative;
  font-weight: 700;
}
.breadcrumb-item + .breadcrumb-item:before {
  position: absolute;
  left: 10px;
  content: "›";
  font-size: 22px;
  font-weight: 400;
  color: #9e9e9e;
  top: -3px;
  line-height: 1;
}
.breadcrumb-item.breadcrumb-cat {
  padding-left: 20px;
  font-weight: 400;
  color: #424242;
  position: relative;
}
.breadcrumb-item.breadcrumb-cat:before {
  position: absolute;
  left: 10px;
  line-height: 1;
  content: "";
  height: 95%;
  width: 1px;
  top: 1px;
  background: #bdbdbd;
  padding: 0;
}
.breadcrumb-item.breadcrumb-cat a {
  color: inherit;
}
.modal-content {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}
.modal-footer.buttons-on-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.modal-header.faded {
  background-color: rgba(0, 0, 0, 0.05);
}
.modal-header.smaller {
  font-size: 1.1rem;
}
.modal-header .avatar,
.modal-header span,
.modal-header strong {
  display: inline-block;
  vertical-align: middle;
}
.modal-header span {
  color: #999;
  margin-right: 5px;
}
.modal-header .avatar {
  border-radius: 50%;
  width: 40px;
  height: auto;
}
.modal-header .avatar + span {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  margin-left: 15px;
}
label {
  margin-bottom: 4px;
}
.form-control.rounded,
.modal__fullscreen .modal-footer .form-control.btn-primary-2,
.modal__fullscreen
  .modal-footer
  .select2-container
  .select2-selection--single.btn-primary-2,
.navbar-container .form-control.btn,
.navbar-container .select2-container .btn.select2-selection--single,
.select2-container
  .modal__fullscreen
  .modal-footer
  .select2-selection--single.btn-primary-2,
.select2-container .navbar-container .btn.select2-selection--single,
.select2-container .rounded.select2-selection--single {
  border-radius: 30px !important;
}
.modal__fullscreen
  .modal-footer
  .select2-container
  select.select2-selection--single.btn-primary-2,
.modal__fullscreen .modal-footer select.form-control.btn-primary-2,
.navbar-container .select2-container select.btn.select2-selection--single,
.navbar-container select.form-control.btn,
.select2-container
  .modal__fullscreen
  .modal-footer
  select.select2-selection--single.btn-primary-2,
.select2-container .navbar-container select.btn.select2-selection--single,
.select2-container select.rounded.select2-selection--single,
select.form-control.rounded {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  padding-left: 15px;
  background-position: right 5px top 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}
.form-text {
  font-size: 0.9rem;
}
.form-text.with-errors {
  color: #f55;
}
.has-danger .form-control-feedback.text-muted {
  color: #f55 !important;
  font-weight: 400;
}
.has-danger .form-control,
.has-danger .select2-container .select2-selection--single,
.select2-container .has-danger .select2-selection--single {
  border-color: #f55;
}
.form-control,
.select2-container .select2-selection--single {
  font-family: Nunito, sans-serif;
}
.form-control.form-control-faded,
.select2-container .form-control-faded.select2-selection--single {
  background-color: #bdbdbd;
}
.form-control.bright,
.select2-container .bright.select2-selection--single {
  border-color: #e2e4ef;
}
.form-control[type="checkbox"],
.select2-container .select2-selection--single[type="checkbox"] {
  width: auto;
  display: inline-block;
}
.form-group {
  margin-bottom: 10px;
}
.form-group .date-input {
  position: relative;
}
.form-group .date-input:before {
  content: "\e972";
  font-size: 15px;
  color: #ca1820;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-group .date-input .form-control,
.form-group .date-input .select2-container .select2-selection--single,
.select2-container .form-group .date-input .select2-selection--single {
  padding-left: 35px;
}
.form-check-input {
  margin-right: 0.5rem;
}
.form-check.stick-right span {
  margin-right: 5px;
}
.form-buttons-w {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.form-buttons-w.compact {
  margin-top: 0.5rem;
}
.form-buttons-w .btn + .btn {
  margin-left: 10px;
}
label.bigger {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
label.smaller {
  font-size: 0.875rem;
  line-height: 1.5;
}
fieldset {
  margin-top: 15px;
}
fieldset legend {
  margin-bottom: 15px;
}
legend {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
  color: #ca1820;
}
legend span {
  padding: 0 0.5rem 0 0;
  background-color: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
}
legend:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.form-header {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  display: block;
}
.form-desc {
  color: #999;
  margin-bottom: 1.5rem;
  font-weight: 300;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
}
.os-toggler-w {
  display: inline-block;
  margin-right: 10px;
}
.os-toggler-w .os-toggler-i {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 20px;
  width: 35px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.os-toggler-w .os-toggler-i .os-toggler-pill {
  background-color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.os-toggler-w.on .os-toggler-i {
  background-color: #e1e6f2;
}
.os-toggler-w.on .os-toggler-i .os-toggler-pill {
  -webkit-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
  background-color: #ca1820;
}
.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  -webkit-animation: loading 0.5s infinite linear;
  animation: loading 0.5s infinite linear;
  border: 0.1rem solid #9e9e9e;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  z-index: 1;
}
.loading.loading-lg {
  min-height: 2rem;
}
.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  width: 1.6rem;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.des-toast {
  padding: 15px;
}
.des-toast-title {
  font-size: 16px;
}
.des-toast-content {
  padding-left: 15px;
}
.des-toast-txt {
  color: #757575;
}
.des-toast-close {
  position: absolute;
  top: 3px;
  right: 8px;
  z-index: 2;
}
.alert {
  padding: 15px 20px;
  background: #fffbe8;
  position: relative;
}
.alert-title {
  font-size: 16px;
}
.alert-close {
  font-size: 20px;
  color: #212121;
  position: absolute;
  z-index: 1;
  line-height: 1;
  top: -5px;
  right: -5px;
  opacity: 0.5;
}
.avatar {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  padding: 5px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.avatar-img {
  max-width: 100%;
  margin: 0 auto;
}
#back-to-top .top {
  z-index: 999;
  position: fixed;
  margin: 0;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  bottom: 50%;
  margin-bottom: 15px;
  right: 32px;
  border-radius: 50%;
  z-index: 999;
  background: 0 0;
  font-size: 14px;
  background: #ca1820;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
#back-to-top .top:hover {
  background: #d8298c;
}
#back-to-top .face {
  z-index: 999;
  position: fixed;
  margin: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  bottom: 50%;
  margin-bottom: -115px;
  right: 32px;
  z-index: 999;
  width: 34px;
  height: 34px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
#back-to-top .face:hover {
  opacity: 0.9 !important;
}
#back-to-top .call {
  z-index: 999;
  position: fixed;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  bottom: 50%;
  margin-bottom: -75px;
  right: 5px;
  text-align: center;
  z-index: 999;
  background: 0 0;
  line-height: 1.3;
  opacity: 0;
  visibility: hidden;
}
#back-to-top .call:hover {
  color: #d8298c;
}
#back-to-top .call a {
  display: block;
}
#back-to-top .call-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  #back-to-top .top {
    bottom: 80px;
    margin-bottom: 0;
    right: 10px;
  }
  #back-to-top .face {
    bottom: 100px;
    margin-bottom: 0;
    right: 10px;
  }
  #back-to-top .call {
    display: none;
    background: #fff;
    padding: 5px 10px 10px;
    border-radius: 0 0 0 4px;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
    right: 0;
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  #back-to-top .call a img {
    display: none;
  }
  #back-to-top .call .call-mobile {
    display: block;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
    background-color: #fff;
    display: block;
    position: absolute;
    left: -46px;
    padding: 10px;
    width: 46px;
    top: 0;
    border-radius: 4px 0 0 4px;
    color: #fff;
    text-align: center;
  }
  #back-to-top .call .call-mobile img {
    width: 27px;
  }
  #back-to-top .call.is-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #back-to-top .call.is-active .call-mobile {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#back-to-top.active .call,
#back-to-top.active .face,
#back-to-top.active .top {
  visibility: visible;
  opacity: 1;
}
#back-to-top span {
  margin-top: 4px;
  display: block;
  line-height: 8px;
  font-size: 11px;
}
.newUI {
  position: fixed;
  z-index: 1030;
  bottom: 30px;
  right: 10px;
}
@media (max-width: 767.98px) {
  .newUI {
    bottom: 180px;
    right: -15px;
  }
  .newUI .newUI-close {
    width: 22px;
    height: 22px;
    top: -10px;
    right: 18px;
    background-color: #fbebf4;
    color: #ca1820;
  }
  .newUI .newUI-close svg {
    width: 18px;
    height: 18px;
  }
  .newUI .newUI-close:focus,
  .newUI .newUI-close:hover {
    color: #fff;
    background-color: #a9a9a9;
  }
}
.newUI-close {
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  top: -5px;
  right: 8px;
  background-color: #b6b6b6;
}
.newUI-close svg {
  width: 18px;
  height: 18px;
}
.newUI-close:focus,
.newUI-close:hover {
  color: #fff;
  background-color: #a9a9a9;
}
.izlude {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.izlude .navbar {
  padding-top: 0;
  padding-bottom: 0;
  height: 54px;
}
.izlude .izlude-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.izlude .izlude-nav .nav-link {
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  padding: 0 13px;
}
.izlude .izlude-nav .nav-link.pd-less {
  padding: 0 10px;
}
.izlude .izlude-nav .nav-link:hover {
  color: #ffcd00;
}
@media (max-width: 1199.98px) {
  .izlude .izlude-nav .nav-link {
    padding: 0 10px;
  }
  .izlude .izlude-nav .nav-link.pd-less {
    padding: 0 5px;
  }
}
.izlude .izlude-nav .nav-link-icon {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 22px;
  margin-bottom: 4px;
  margin-top: 2px;
}
.izlude-logo {
  margin-left: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
}
.izlude-logo {
  height: auto;
  padding: 0;
}
.izlude-search-btn {
  margin-left: 0;
}
.izlude-search-btn .btn {
  padding-left: 10px;
  padding-right: 12px;
  background: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-color: #fff;
  line-height: 0;
  border-left: 0;
  color: #ca1820;
}
.izlude-search-btn .btn:active,
.izlude-search-btn .btn:focus,
.izlude-search-btn .btn:hover {
  color: #ca1820;
  background: #fff;
}
.izlude-search {
  margin-left: 20px;
  position: relative;
}
.izlude-search .input-group .form-control,
.izlude-search .input-group .select2-container .select2-selection--single,
.select2-container .izlude-search .input-group .select2-selection--single {
  width: 300px;
  padding-left: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 38px;
  background: #fff;
  border-color: #fff;
  border-right: 0;
  color: #424242;
}
.izlude-search .input-group .form-control::-webkit-input-placeholder,
.izlude-search
  .input-group
  .select2-container
  .select2-selection--single::-webkit-input-placeholder,
.select2-container
  .izlude-search
  .input-group
  .select2-selection--single::-webkit-input-placeholder {
  color: #9e9e9e;
}
.izlude-search .input-group .form-control::-ms-input-placeholder,
.izlude-search
  .input-group
  .select2-container
  .select2-selection--single::-ms-input-placeholder,
.select2-container
  .izlude-search
  .input-group
  .select2-selection--single::-ms-input-placeholder {
  color: #9e9e9e;
}
.izlude-search .input-group .form-control::placeholder,
.izlude-search
  .input-group
  .select2-container
  .select2-selection--single::placeholder,
.select2-container
  .izlude-search
  .input-group
  .select2-selection--single::placeholder {
  color: #9e9e9e;
}
@media (max-width: 1199.98px) {
  .izlude-search .input-group .form-control,
  .izlude-search .input-group .select2-container .select2-selection--single,
  .select2-container .izlude-search .input-group .select2-selection--single {
    width: 250px;
  }
}
.momo-logo {
  border-radius: 8px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.momo-logo-icon {
  color: #ca1820;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.momo-logo-icon {
  width: 34px;
  height: 34px;
}
.momo-logo {
  width: 44px;
  height: 44px;
}
.juno {
  height: 40px;
  background: #fff;
  background: #ca1820;
  position: relative;
  z-index: 20;
}
.juno-menu {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.juno-menu-btn {
  display: block;
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  position: relative;
  padding-left: 26px;
  color: #fff;
}
.juno-menu-icon {
  width: 15px;
  position: absolute;
  height: 15px;
  top: 14px;
  fill: rgba(255, 255, 255, 0.8);
  left: 0;
}
.juno-menu {
  margin-left: 20px;
}
.juno-menu:hover .juno-menu-btn {
  color: #fff;
}
.juno-menu:hover .juno-menu-btn .juno-menu-icon {
  fill: #fff;
}
.juno-menu:hover .juno-menu-category {
  opacity: 1;
  visibility: visible;
}
.juno-menu-category {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  position: relative;
}
.juno-menu-category:before {
  border-color: transparent transparent #e8e9eb transparent;
  top: -14px;
  border-style: solid;
  border-width: 0 10px 13px;
  content: "" !important;
  height: 0;
  position: absolute;
  left: 14px;
  width: 0;
}
.juno-menu-category:after {
  border-color: transparent transparent #fff transparent;
  top: -12px;
  border-style: solid;
  border-width: 0 10px 13px;
  content: "" !important;
  height: 0;
  position: absolute;
  left: 14px;
  width: 0;
}
.juno-noti {
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.juno-menu {
  position: relative;
}
.juno-menu-list {
  position: absolute;
  top: 100%;
  z-index: 10;
  background: #fff;
  font-size: 15px;
  border-top: none;
  padding: 16px 0;
  width: 270px;
  min-height: 250px;
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 2px;
  border-top: 1px solid #e8e9eb;
  -webkit-box-shadow: 0 4px 16px rgba(20, 23, 28, 0.25);
  box-shadow: 0 4px 16px rgba(20, 23, 28, 0.25);
  color: #505763;
  margin: 0;
}
.juno-menu-list-sub {
  width: 100%;
  background: #fff;
}
.juno-menu-list-secondary {
  position: absolute;
  left: 100%;
  top: -1px;
  min-height: 100%;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
}
.juno-menu-list-secondary.is-active {
  visibility: visible;
  opacity: 1;
}
.juno-menu-list-secondary .juno-menu-link.is-active .juno-menu-link,
.juno-menu-list-secondary .juno-menu-link:hover .juno-menu-link {
  background: 0 0;
  color: #ca1820;
}
.juno-menu-list-secondary .juno-menu-link.is-active .juno-menu-link:after,
.juno-menu-list-secondary .juno-menu-link:hover .juno-menu-link:after {
  opacity: 0;
}
.juno-menu-link {
  padding: 5px 15px;
  padding-left: 50px;
  position: relative;
  color: #212121;
  display: block;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.juno-menu-link.no-icon {
  padding-left: 15px;
}
.juno-menu-link.is-active {
  background: #f5f5f5;
  color: #ca1820;
}
.juno-menu-link.is-active:after {
  opacity: 1;
}
.juno-menu-arrow {
  color: #9e9e9e;
  font-size: 9px;
  position: absolute;
  right: 10px;
  top: 12px;
  pointer-events: none;
}
.juno-menu-svg {
  position: absolute;
  top: 7px;
  left: 15px;
  width: 18px;
  height: 18px;
  fill: #757575;
}
.slider-section {
  margin-top: 20px;
}
.lazyload,
.lazyloading,
.swiper-lazy {
  opacity: 0;
}
.lazyloaded,
.swiper-lazy-loaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery-top {
  background: #eee;
}
.gallery-thumbs {
  background: #fff;
  margin-left: -1px;
}
.gallery-thumbs .swiper-slide {
  display: block;
  background: #fff;
  padding: 5px 10px;
  height: 48px;
  line-height: 1.3;
  cursor: pointer;
  width: 20%;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #616161;
}
.gallery-thumbs .swiper-slide:last-child:before {
  display: none;
}
.gallery-thumbs .swiper-slide:before {
  content: "";
  height: 70%;
  width: 1px;
  background: #e0e0e0;
  right: -1px;
  z-index: 1;
  position: absolute;
}
.gallery-thumbs .swiper-slide.is-active {
  color: #000;
  font-weight: 700;
}
.gallery-thumbs .swiper-slide.is-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 2px;
  background: #ca1820;
}
@media (max-width: 991.98px) {
  .gallery-thumbs {
    display: none;
  }
}
.hotnew-container {
  margin-left: 10px;
}
.hotnew-nav {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hotnew-nav .nav-link {
  border: none;
  border-bottom: 3px solid #ca1820;
  background: #9e9e9e;
  color: #212121;
  padding: 3px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.hotnew-nav .nav-link:focus,
.hotnew-nav .nav-link:hover {
  border: none;
  border-bottom: 3px solid #ca1820;
}
.hotnew-nav .nav-link.active {
  padding: 5px 10px;
  border-bottom: 3px solid #ca1820;
  background: #ca1820;
  color: #fff;
}
.hotnew-tab-content {
  height: 217px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #9e9e9e #9e9e9e #9e9e9e;
  background: #fff;
  overflow-y: auto;
  padding: 0 10px 20px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .hotnew-tab-content {
    height: 174px;
  }
}
.hotnew-question-more {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.hotnew-question-item {
  position: relative;
  padding: 16px 0;
}
.hotnew-question-item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 1199.98px) {
  .hotnew-question-item {
    padding: 10px 0;
  }
}
.hotnew-question-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.hotnew-banner {
  margin-top: 10px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .hotnew-banner {
    margin-left: 0;
  }
}
.porlet-container {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.porlet-padding {
  padding: 20px 15px;
}
.porlet-padding.is-big {
  padding: 30px 30px;
}
@media (max-width: 767.98px) {
  .porlet-padding {
    padding: 10px 10px;
  }
  .porlet-padding.is-big {
    padding: 20px 15px;
  }
}
.porlet-title-space {
  padding: 5px 15px 0;
}
.porlet-title-space.gray {
  background: #a4a4a4;
  padding: 0 15px 0;
}
.porlet-title-space.gray .porlet-title {
  color: #fff;
  border-bottom: 0;
  padding: 10px 0;
}
.porlet-title {
  padding: 15px 0;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767.98px) {
  .porlet-title-space {
    padding: 5px 10px 0;
  }
  .porlet-title {
    padding: 10px 0;
  }
}
.prontera-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
}
.prontera {
  position: relative;
  background: #fff;
  height: 44px;
  font-size: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 700;
}
.prontera.prontera-blue {
  background: #06c;
  color: #fff;
}
.prontera.prontera-blue a {
  color: #fff;
}
.prontera.prontera-blue a:focus,
.prontera.prontera-blue a:hover {
  color: #fff;
}
.prontera.prontera-blue:before {
  display: none;
}
.prontera.prontera-gray {
  background: #eee;
}
.prontera.prontera-gray:before {
  display: none;
}
.prontera:before {
  content: "";
  position: absolute;
  background-color: #e0e0e0;
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.prontera .search-input-container {
  background: #eee;
}
.prontera .prontera-left,
.prontera .prontera-right {
  text-align: center;
  padding: 0;
}
.prontera-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.prontera-link {
  display: block;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
}
.prontera-link .svg-inline {
  font-size: 20px;
  line-height: 44px;
  vertical-align: middle;
}
.prontera-link .active {
  color: #06c;
}
.prontera-title {
  line-height: 1.2;
}
.prontera-subtitle {
  display: block;
  font-size: 10px;
}
.search-input-container {
  background: #eee;
  height: 35px;
  border-radius: 5px;
}
.search-input-container:hover {
  background: #e0e0e0;
}
.search-input .form-control,
.search-input .select2-container .select2-selection--single,
.select2-container .search-input .select2-selection--single {
  border: none;
  background: 0 0;
  padding-left: 10px;
  padding-right: 0;
  font-size: 13px;
}
.search-input .form-control:focus,
.search-input .select2-container .select2-selection--single:focus,
.select2-container .search-input .select2-selection--single:focus {
  border: none;
}
.search-input-icon {
  width: 28px;
  font-size: 16px;
  text-align: right;
  color: #9e9e9e;
  line-height: 0;
}
.search-result-mobile .search-recent {
  width: 100%;
  top: 0;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #eee;
}
.search-result-mobile .search-result {
  width: 100%;
  top: 0;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #eee;
}
.search-result-mobile .search-result-type {
  position: relative;
  float: none;
  width: 100%;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.search-result-mobile .search-result-content {
  margin-left: 0;
}
.global-social {
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 99;
  color: #fff;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .global-social {
    top: auto;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
}
.global-social-item {
  display: none;
}
.global-social-item.title {
  display: none;
  padding: 0 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.global-social-item a {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  width: 44px;
  height: 48px;
  color: #fff;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.global-social-item a:hover {
  width: 55px;
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991.98px) {
  .global-social-item.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .global-social-item a {
    background: 0 0;
    font-size: 18px;
    width: 50px;
    height: 40px;
  }
  .global-social-item a:hover {
    width: 50px;
    background: 0 0;
  }
}
.mck-macbook {
  position: relative;
}
.mck-macbook-img {
  position: absolute;
  position: absolute;
  margin: 3.3% 16%;
  cursor: pointer;
}
.mck-macbook-img img {
  width: 100%;
}
.mck-macbook-play {
  position: absolute;
  opacity: 0.8;
  font-size: 60px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.scroll1::-webkit-scrollbar {
  width: 8px;
}
.scroll1::-webkit-scrollbar-thumb {
  background: #9e9e9e;
  border-radius: 20px;
}
.scroll1::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 20px;
}
.card {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.navbar-container {
  font-size: 15px;
}
.navbar-container .svg-icon {
  fill: none;
}
.navbar-container .svg-icon {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.navbar-container .momo__logo {
  width: 30px;
  height: 30px;
  color: #fff;
  fill: #fff;
}
.menu-open {
  overflow: hidden !important;
}
.header-position {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.navbar-container {
  -webkit-box-shadow: inset 0 -1px 0 #e0e0e0;
  box-shadow: inset 0 -1px 0 #e0e0e0;
}
.nav-item {
  position: relative;
}
.nav-item .nav-link {
  position: relative;
}
.nav-item.is-active.has-dropdown .nav-dropdown__container {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.nav-item.is-active.has-dropdown .svg-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-item.is-active.has-dropdown .nav-link {
  position: relative;
}
.nav-item.is-active.has-dropdown .nav-link:before {
  opacity: 1;
}
.nav-item .svg-icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.header__logo {
  background-color: #a50064;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
@media (max-width: 767.98px) {
  .header__logo {
    margin-left: 15px;
  }
}
.header__container {
  height: 58px;
}
.header__container .nav-link {
  font-weight: 700;
  height: 58px;
  line-height: 58px;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .header__search {
    width: 100%;
  }
}
.h-search__form {
  width: 200px;
  position: relative;
}
@media (max-width: 991.98px) {
  .h-search__form {
    width: 100%;
  }
  .h-search__form .h-search__input {
    height: 40px;
  }
}
.h-search__input {
  background-color: #fff;
}
.h-search__input:focus,
.h-search__input:hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e0e0e0;
}
.h-search__icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  z-index: 1;
  color: #9e9e9e;
}
.nav-dropdown__container {
  min-width: 16rem;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 52px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  padding-top: 25px;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.1s ease-in, visibility 0.1s ease-in,
    -webkit-transform 0.1s ease-in;
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in,
    -webkit-transform 0.1s ease-in;
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in,
    transform 0.1s ease-in;
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in,
    transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
  will-change: transform, opacity;
}
.nav-dropdown__container:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
  position: absolute;
  top: 12px;
  left: 35px;
  margin-left: -5px;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.nav-dropdown__container:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #e0e0e0;
  position: absolute;
  top: 11px;
  left: 34px;
  margin-left: -5px;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.nav-dropdown {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 24px rgba(45, 62, 80, 0.12);
  box-shadow: 0 1px 24px rgba(45, 62, 80, 0.12);
}
.nav-dropdown__content {
  padding: 15px;
}
.nav-dropdown-wrap {
  width: 100%;
}
.nav-dropdown-sub {
  border-top: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}
.nav-mega__item {
  position: relative;
  width: 100%;
  min-height: 40px;
  margin-bottom: 5px;
  padding: 8px 15px;
  border-radius: 5px;
}
.nav-mega__item:focus,
.nav-mega__item:hover {
  background-color: rgba(165, 0, 100, 0.05);
}
.nav-mega__item:focus .nav-mega__title,
.nav-mega__item:hover .nav-mega__title {
  color: #a50064;
}
.nav-mega__icon {
  width: 38px;
  height: 38px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 8px;
}
.nav-mega__icon img {
  width: 100%;
}
.nav-mega__content {
  margin-left: 44px;
}
.nav-mega__title {
  font-weight: 700;
  color: #424242;
}
.nav_mega__sub {
  font-size: 12px;
  color: #757575;
}
.nav-maga__more {
  padding-left: 50px;
  position: relative;
  font-size: 12px;
  padding-top: 5px;
  color: #616161;
}
.nav-maga__more .title {
  color: #ca1820;
  font-size: 11px;
  font-weight: 700;
}
.nav-maga__more .list li {
  margin-bottom: 3px;
}
.nav-maga__more:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  width: 7px;
  border-bottom: 2px solid rgba(165, 0, 100, 0.4);
  border-left: 2px solid rgba(165, 0, 100, 0.4);
  border-radius: 0 0 0 4px;
}
.hamburger {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  line-height: 0 !important;
  cursor: pointer;
}
.mobile-menu__wrap {
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 0;
  background: #fff;
  -webkit-box-shadow: inset 0 -1px 0 0 #fff, 0 1px 5px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 -1px 0 0 #fff, 0 1px 5px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.5s ease-out, background 1s ease-out;
  transition: all 0.5s ease-out, background 1s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  overflow: hidden;
  -webkit-backdrop-filter: blur(3px);
}
.mobile-menu__wrap.is-open {
  height: calc(100vh - 58px);
  -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  overflow: hidden;
}
.mobile-menu__wrap.is-open .mobile-menu {
  padding-bottom: 70px;
}
.mobile-menu {
  padding: 0;
  background-color: #f5f5f5;
  max-height: calc(100vh - 48px);
  overflow-y: scroll;
}
.mobile-menu__item {
  background-color: #fff;
  position: relative;
}
.mobile-menu__item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  background: #eee;
}
.mobile-menu__btn {
  display: block;
  font-weight: 700;
  color: #616161;
  padding: 12px 15px;
}
.mobile-menu__btn:focus,
.mobile-menu__btn:hover {
  color: #616161;
}
.mobile-menu__btn h5 {
  font-size: 18px;
}
.mobile-menu__btn[aria-expanded="true"] {
  -webkit-box-shadow: 0 2px 3px 0 rgba(13, 12, 34, 0.08);
  box-shadow: 0 2px 3px 0 rgba(13, 12, 34, 0.08);
  z-index: 2;
  position: relative;
}
.mobile-menu__btn[aria-expanded="true"] .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu__content {
  margin-bottom: 0;
  background-color: #f8f8f8;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.mobile-menu__content li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  min-width: 0;
  max-width: 50%;
  padding: 0 5px;
}
.mobile-menu__content li a {
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 10px 0 10px 24px;
  display: block;
  font-size: 14px;
  color: #616161;
}
.mobile-menu__content li .icon {
  position: absolute;
  width: 20px;
  left: 0;
}
.mobile-menu__content li:nth-last-child(1) a {
  border-bottom: none;
}
.mobile-menu__content li:nth-last-child(2) a {
  border-bottom: none;
}
@media (max-width: 320px) {
  .mobile-menu__content li a {
    padding: 10px 0 10px 0;
  }
  .mobile-menu__content li .icon {
    display: none;
  }
}
.nav-simple__item {
  position: relative;
  padding: 10px 10px;
}
.nav-simple__item:focus .nav-mega__title,
.nav-simple__item:hover .nav-mega__title {
  color: #212121;
}
.nav-simple__item:focus .nav-simple__icon,
.nav-simple__item:hover .nav-simple__icon {
  opacity: 1;
}
.nav-simple__icon {
  max-width: 20px;
  max-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  opacity: 0.6;
}
.nav-simple__icon img,
.nav-simple__icon svg {
  width: 100%;
  height: 20px;
}
.nav-simple__content {
  margin-left: 30px;
}
.header__search {
  position: relative;
}
@media (max-width: 1199.98px) {
  .header__search__wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.nav-big__item {
  padding: 10px 15px;
  position: relative;
  border-radius: 5px;
}
.nav-big__item:focus,
.nav-big__item:hover {
  background-color: rgba(165, 0, 100, 0.05);
}
.nav-big__item:focus .nav-big__title,
.nav-big__item:hover .nav-big__title {
  color: #a50064;
}
.nav-big__title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #616161;
  padding-bottom: 4px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.nav-big__sub {
  font-size: 13px;
  line-height: 18px;
  color: #757575;
}
.mobile-menu__download {
  background-color: #f5f5f5;
  padding: 15px 20px;
  font-size: 14px;
  color: #616161;
}
.mobile-menu__download .tt {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}
.mobile-menu__download .ll li {
  margin-bottom: 5px;
}
.swiper-app {
  visibility: visible;
  overflow: visible;
}
.swiper-app .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.swiper-app .swiper-slide-active,
.swiper-app .swiper-slide-next,
.swiper-app .swiper-slide-next + .swiper-slide {
  opacity: 1;
}
.app__feature__card {
  position: relative;
  padding-bottom: 50px;
}
.app__feature__card___more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
}
.app__connect {
  background: rgba(255, 233, 241, 0.7);
  border-radius: 20px;
  padding: 25px 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.search-quick {
  width: 290px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 1px;
  right: 1px;
  margin: 0;
  background: #fff;
  z-index: 10;
  position: absolute;
  top: 100%;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: none;
  min-width: 160px;
  border-radius: 2px;
  max-width: calc(100vw - 30px);
  padding: 0;
}
.search-quick li:first-child {
  margin-top: 5px;
}
.search-quick li:last-child {
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .search-quick {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .search-quick {
    left: -30px;
    width: calc(100% + 60px);
  }
}
.search-quick-item.is-active .search-quick-link {
  background: #faf4f7;
  color: #a50064;
}
.search-quick-item.is-active .search-quick-link strong {
  color: #a50064;
}
.search-quick-link {
  display: block;
  padding: 7px 12px 7px 35px;
  clear: both;
  font-weight: 400;
  line-height: 1.43;
  color: #424242;
  white-space: nowrap;
  position: relative;
}
.search-quick-link strong {
  color: #212121;
  text-transform: capitalize;
}
.search-quick-link .icon {
  position: absolute;
  left: 11px;
  top: 7px;
  width: 17px;
  opacity: 0.5;
  margin-right: 10px;
}
.search-quick-link:focus,
.search-quick-link:hover {
  background: #faf4f7;
  color: #a50064;
}
.search-quick-link:focus strong,
.search-quick-link:hover strong {
  color: #a50064;
}
.footer {
  background: #303030;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-btn-app svg {
  fill: #fff !important;
}
.footer .svg-icon {
  fill: none;
}
.footer .svg-icon {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.footer .momo__logo {
  width: 30px;
  height: 30px;
  color: #fff;
  fill: #fff;
}
@media (max-width: 767.98px) {
  .footer__logo {
    float: left;
    margin-right: 12px;
  }
}
.footer-heading {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 0.92857rem;
  text-transform: uppercase;
}
.footer-call-num {
  font-size: 1rem;
  font-weight: 700;
}
.footer-call-icon {
  font-size: 2.5rem;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .footer-call-icon {
    font-size: calc(1.375rem + 1.3125vw);
  }
}
.footer-btn-app {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  cursor: pointer;
  font-size: 1.14286rem;
  position: relative;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  margin-bottom: 10px;
  line-height: 1.3;
}
.footer-btn-app:focus,
.footer-btn-app:hover {
  background: rgba(0, 0, 0, 0.2);
}
.footer-btn-app .svg-icon {
  font-size: 1.6em;
  margin-right: 3px;
}
.footer-btn-app.light {
  background: #f5f5f5;
  padding: 5px 10px;
  color: #424242;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
}
.footer-btn-app.light:focus,
.footer-btn-app.light:hover {
  background: #eee;
}
.footer-btn-app .fba-1 {
  font-size: 11px;
}
.footer-btn-app .fba-2 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.footer-care-txt {
  font-size: 13px;
  line-height: 17px;
}
.footer-care-head {
  font-size: 15px;
  line-height: 19px;
}
.footer-social-list .list-inline-item:not(:last-child) {
  margin-right: 10px;
}
.footer__meta {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .footer__meta {
    margin-top: 0;
  }
}
.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.app-download {
  padding: 0;
  height: 50px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: #fcdbe2;
  color: #424242;
  z-index: 99;
  display: block;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.1s ease-in;
  transition: -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
  opacity: 0;
}
.app-download.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.app-download.is-active .headerstrip__banner-dismiss {
  visibility: visible;
}
.app-download .headerstrip__banner-dismiss {
  position: absolute;
  right: 10px;
  top: 0;
  fill: #757575;
  line-height: 50px;
  visibility: hidden;
}
.app-download .headerstrip__banner-dismiss svg {
  width: 12px;
}
@media (max-width: 767.98px) {
  .app-download {
    padding-right: 5px;
  }
  .app-download .headerstrip__banner-dismiss {
    right: 1px;
    top: -10px;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .app-download .headerstrip__banner-dismiss svg {
    width: 8px;
    fill: rgba(255, 255, 255, 0.9);
  }
}
.app-download__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 50px;
}
.app-download__content .tt {
  text-align: left;
  font-size: 15px;
  line-height: 17px;
}
.app-download__content .app-download__btn {
  margin-left: 15px;
  white-space: nowrap;
}
.app-download__content .app-download__btn .btn {
  border-radius: 3px;
}
@media (max-width: 767.98px) {
  .app-download__content .tt {
    font-size: 13px;
  }
  .app-download__content .app-download__btn {
    top: 11px;
  }
  .app-download__content .app-download__btn .btn {
    font-size: 13px;
  }
}
.footstrip__banner-dismiss {
  width: 12px;
  display: block;
  height: 12px;
  background: 0 0;
  border: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  font: inherit;
  height: 100%;
  line-height: 0;
  cursor: pointer;
  outline: inherit;
  opacity: 0.6;
  padding: 0 7px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
  fill: #fff;
}
.qrcode__scan {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}
.qrcode__scan .qrcode__image {
  width: 100%;
}
.qrcode__scan .qrcode__image img {
  width: 100%;
}
.img-filter-white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.qrcode__scan__container {
  padding: 15px;
  background-color: #fff;
  width: 280px;
  border-radius: 20px;
  border-radius: 15px;
  margin: 0 auto;
}
.qrcode__border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0.9;
  pointer-events: none;
}
.qrcode__gradient {
  position: absolute;
  opacity: 0.6;
  width: 98%;
  height: 98%;
  top: 1%;
  left: 1%;
  z-index: 6;
  -webkit-transform: translate3d(0, -110%, 0);
  transform: translate3d(0, -110%, 0);
  -webkit-animation: qrCodeScan 3s infinite cubic-bezier(0.45, 0.03, 0.81, 0.63);
  animation: qrCodeScan 3s infinite cubic-bezier(0.45, 0.03, 0.81, 0.63);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.qrcode__htu__bg {
  background-color: #fff;
}
.qrcode__bg2 {
  background: url(https://static.mservice.io/jk/momo2020/img/intro/qrcode-pattern.png)
      10px 10px no-repeat,
    -webkit-gradient(linear, left bottom, left top, from(#c1177c), to(#e11b90));
  background: url(https://static.mservice.io/jk/momo2020/img/intro/qrcode-pattern.png)
      10px 10px no-repeat,
    linear-gradient(to top, #c1177c, #e11b90);
}
@-webkit-keyframes qrCodeScan {
  0% {
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes qrCodeScan {
  0% {
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.qrcode__text {
  text-align: center;
}
.qrcode__htu {
  padding: 20px;
}
.qrcode__htu .qrcode__htu__step:not(:last-child) {
  margin-bottom: 30px;
}
.qrcode__htu__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qrcode__htu__step .img {
  max-width: 95px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
}
.qrcode__htu__step .img img {
  width: 78px;
}
.qrcode__htu__step .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  font-size: 14px;
  color: #757575;
}
.qrcode__htu__step .step {
  color: #212121;
  font-weight: 700;
  margin-bottom: 5px;
}
.qrcode__htu__bg ~ .col-lg-7 .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 99;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 41px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 25px 41px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18.7 32' style='enable-background:new 0 0 18.7 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Ctitle%3Eangle-left%3C/title%3E%3Cg id='Layer_2_1_'%3E%3Cg id='Capa_1'%3E%3Cpath class='st0' d='M5.7,16L18.3,3.4c0.2-0.2,0.3-0.5,0.3-0.7c0-0.3-0.1-0.5-0.3-0.7l-1.6-1.6c-0.4-0.4-1-0.4-1.4-0.1 c0,0,0,0-0.1,0.1L0.3,15.3c-0.4,0.4-0.4,1-0.1,1.4c0,0,0,0,0.1,0.1l14.9,14.9c0.4,0.4,1,0.4,1.4,0.1c0,0,0,0,0.1-0.1l1.6-1.6 c0.4-0.4,0.4-1,0.1-1.4c0,0,0,0-0.1-0.1L5.7,16z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18.7 32' style='enable-background:new 0 0 18.7 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Ctitle%3Eangle-right%3C/title%3E%3Cg id='Layer_2_1_'%3E%3Cg id='Capa_1'%3E%3Cpath class='st0' d='M12.9,16L0.3,28.6C0.1,28.8,0,29.1,0,29.3c0,0.3,0.1,0.5,0.3,0.7l1.6,1.6c0.4,0.4,1,0.4,1.4,0.1 c0,0,0,0,0.1-0.1l14.9-14.9c0.4-0.4,0.4-1,0.1-1.4c0,0,0,0-0.1-0.1L3.4,0.3C3.2,0.1,2.9,0,2.7,0C2.4,0,2.1,0.1,1.9,0.3L0.3,1.9 c-0.4,0.4-0.4,1-0.1,1.4c0,0,0,0,0.1,0.1L12.9,16z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.3;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: -17px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: #616161;
}
.hamburger-box {
  width: 27px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 27px;
  height: 2px;
  background-color: #616161;
  border-radius: 20px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-results {
  font-size: 12px;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-toast-shown .swal2-container {
  position: fixed;
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validationerror {
  font-size: 1em;
}
.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: 0.625em;
  -webkit-box-shadow: 0 0 0.625em #d9d9d9;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden;
}
.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.swal2-popup.swal2-toast .swal2-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: initial;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="left"] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="right"] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.25em;
  left: -0.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.25em;
  left: 0.9375em;
  -webkit-transform-origin: 0 2em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="tip"] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="long"] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast 0.5s;
  animation: showSweetToast 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast 0.2s forwards;
  animation: hideSweetToast 0.2s forwards;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: animate-toast-success-tip 0.75s;
  animation: animate-toast-success-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: animate-toast-success-long 0.75s;
  animation: animate-toast-success-long 0.75s;
}
@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}
@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes animate-toast-success-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-top-left,
body.swal2-no-backdrop .swal2-shown.swal2-top-start {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-left,
body.swal2-no-backdrop .swal2-shown.swal2-center-start {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)
  > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}
.swal2-popup {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swal2-popup:focus {
  outline: 0;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-popup .swal2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
.swal2-popup .swal2-actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em auto 0;
  z-index: 1;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.1)),
    to(rgba(0, 0, 0, 0.1))
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.2)),
    to(rgba(0, 0, 0, 0.2))
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-popup
  .swal2-actions.swal2-loading
  :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  content: "";
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}
.swal2-popup .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.625em 2em;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-popup .swal2-styled:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}
.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}
.swal2-popup .swal2-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}
.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}
.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
}
.swal2-popup .swal2-close:hover {
  -webkit-transform: none;
  transform: none;
  color: #f27474;
}
.swal2-popup > .swal2-checkbox,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-input,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-textarea {
  display: none;
}
.swal2-popup .swal2-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  z-index: 1;
  word-wrap: break-word;
}
.swal2-popup #swal2-content {
  text-align: center;
}
.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-select,
.swal2-popup .swal2-textarea {
  margin: 1em auto;
}
.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-textarea {
  width: 100%;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-popup .swal2-file::-webkit-input-placeholder,
.swal2-popup .swal2-input::-webkit-input-placeholder,
.swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #ccc;
}
.swal2-popup .swal2-file:-ms-input-placeholder,
.swal2-popup .swal2-input:-ms-input-placeholder,
.swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}
.swal2-popup .swal2-file::-ms-input-placeholder,
.swal2-popup .swal2-input::-ms-input-placeholder,
.swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #ccc;
}
.swal2-popup .swal2-range input {
  width: 80%;
}
.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 700;
  text-align: center;
}
.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-popup .swal2-input[type="number"] {
  max-width: 10em;
}
.swal2-popup .swal2-file {
  font-size: 1.125em;
}
.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  color: #545454;
  font-size: 1.125em;
}
.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-radio {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swal2-popup .swal2-checkbox label,
.swal2-popup .swal2-radio label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-popup .swal2-checkbox input,
.swal2-popup .swal2-radio input {
  margin: 0 0.4em;
}
.swal2-popup .swal2-validationerror {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}
.swal2-popup .swal2-validationerror::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  content: "!";
  zoom: normal;
}
@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
.swal2-icon {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal;
}
.swal2-icon-text {
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
  display: block;
  position: absolute;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
  z-index: 2;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swal2-progresssteps {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 700;
}
.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}
.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}
.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}
.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}
.swal2-progresssteps
  .swal2-progresscircle.swal2-activeprogressstep
  ~ .swal2-progresscircle {
  background: #add8e6;
}
.swal2-progresssteps
  .swal2-progresscircle.swal2-activeprogressstep
  ~ .swal2-progressline {
  background: #add8e6;
}
.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}
[class^="swal2"] {
  -webkit-tap-highlight-color: transparent;
}
.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}
.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}
[dir="rtl"] .swal2-close {
  right: auto;
  left: 0;
}
.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: #fff;
  border: none;
}
.rating-container {
  display: inline-block;
}
.rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.rating-container .rating-input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  border: none;
  background: 0 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.rating-container.is-display-only .rating-input,
.rating-container.is-display-only .rating-stars {
  cursor: default;
}
.rating-disabled .rating-input,
.rating-disabled .rating-stars {
  cursor: not-allowed;
}
.rating-container .star {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}
.rating-container .empty-stars {
  color: #aaa;
}
.rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #fde16d;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-stroke: 1px #777;
  text-shadow: 1px 1px #999;
}
.rating-rtl {
  float: right;
}
.rating-animate .filled-stars {
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.rating-rtl .filled-stars {
  left: auto;
  right: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.rating-rtl.is-star .filled-stars {
  right: 0.06em;
}
.rating-rtl.is-heart .empty-stars {
  margin-right: 0.07em;
}
.rating-container .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
}
.clear-rating-active {
  cursor: pointer !important;
}
.clear-rating-active:hover {
  color: #843534;
}
.rating-container .clear-rating {
  padding-right: 5px;
}
.rating-container .caption .label {
  display: inline-block;
  padding: 0.25em 0.4em;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.rating-container .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.rating-container .caption {
  margin-left: 5px;
  margin-right: 0;
}
.rating-rtl .caption {
  margin-right: 5px;
  margin-left: 0;
}
@media print {
  .rating-container .clear-rating {
    display: none;
  }
}
.rating-xl {
  font-size: 48px;
}
.rating-lg {
  font-size: 40px;
}
.rating-md {
  font-size: 32px;
}
.rating-sm {
  font-size: 24px;
}
.rating-xs {
  font-size: 14px;
  vertical-align: 5%;
}
.rating-xl .caption {
  font-size: 20px;
}
.rating-lg .caption {
  font-size: 18px;
}
.rating-md .caption {
  font-size: 16px;
}
.rating-sm .caption {
  font-size: 14px;
}
.rating-xs .caption {
  font-size: 12px;
}
.theme-krajee-svg .krajee-icon,
.theme-krajee-svg .krajee-icon-clear {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: cover;
}
.theme-krajee-svg .clear-rating,
.theme-krajee-svg .rating-stars {
  font-size: 5px;
}
.theme-krajee-svg .krajee-icon-clear {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22svg2%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20158.81%20158.81%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20id%3D%22path4%22%20style%3D%22fill%3A%23aaa%22%20stroke-linejoin%3D%22round%22%20d%3D%22m155.06%2C79.438c0%2C41.799-33.885%2C75.684-75.684%2C75.684s-75.684-33.885-75.684-75.684%2C33.885-75.684%2C75.684-75.684%2C75.684%2C33.885%2C75.684%2C75.684z%22%20stroke%3D%22%23aaa%22%20stroke-linecap%3D%22round%22%20fill%3D%22none%22%2F%3E%0D%0A%3Cpath%20id%3D%22rect3139%22%20style%3D%22fill%3A%23fff%22%20d%3D%22m37.216%2C64.443v28.67h88.24v-28.67h-88.24z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.theme-krajee-svg .filled-stars .krajee-icon-star {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fde16d%22%20stroke%3D%22%23777777%22%20d%3D%22M20.6%2011l-4.6-10.5-4.6%2010.5h-10.8l7.8%207.9-3%2012.1%2010.6-6%2010.6%206-3-12.1%207.8-7.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.theme-krajee-svg.rating-xl .krajee-icon,
.theme-krajee-svg.rating-xl .krajee-icon-clear {
  width: 3rem;
  height: 3rem;
}
.theme-krajee-svg.rating-lg .krajee-icon,
.theme-krajee-svg.rating-lg .krajee-icon-clear {
  width: 2.5rem;
  height: 2.5rem;
}
.theme-krajee-svg.rating-md .krajee-icon,
.theme-krajee-svg.rating-md .krajee-icon-clear {
  width: 2rem;
  height: 2rem;
}
.theme-krajee-svg.rating-sm .krajee-icon,
.theme-krajee-svg.rating-sm .krajee-icon-clear {
  width: 1.5rem;
  height: 1.5rem;
}
.theme-krajee-svg.rating-xs .krajee-icon,
.theme-krajee-svg.rating-xs .krajee-icon-clear {
  width: 1rem;
  height: 1rem;
}
.theme-krajee-svg .krajee-icon-clear:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22svg2%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20158.81%20158.81%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20id%3D%22path4%22%20style%3D%22fill%3A%23843534%22%20stroke-linejoin%3D%22round%22%20d%3D%22m155.06%2C79.438c0%2C41.799-33.885%2C75.684-75.684%2C75.684s-75.684-33.885-75.684-75.684%2C33.885-75.684%2C75.684-75.684%2C75.684%2C33.885%2C75.684%2C75.684z%22%20stroke%3D%22%23843534%22%20stroke-linecap%3D%22round%22%20fill%3D%22none%22%2F%3E%0D%0A%3Cpath%20id%3D%22rect3139%22%20style%3D%22fill%3A%23fff%22%20d%3D%22m37.216%2C64.443v28.67h88.24v-28.67h-88.24z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.theme-krajee-svg .empty-stars .krajee-icon-star {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22%23777777%22%20d%3D%22M20.6%2011l-4.6-10.5-4.6%2010.5h-10.8l7.8%207.9-3%2012.1%2010.6-6%2010.6%206-3-12.1%207.8-7.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.theme-krajee-svg .filled-stars .krajee-icon-heart {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fde16d%22%20stroke%3D%22%23777777%22%20stroke-width%3D%220.04em%22%20d%3D%22M12%2021.35l-1.45-1.32c-5.15-4.67-8.55-7.75-8.55-11.53%200-3.08%202.42-5.5%205.5-5.5%201.74%200%203.41.81%204.5%202.09%201.09-1.28%202.76-2.09%204.5-2.09%203.08%200%205.5%202.42%205.5%205.5%200%203.78-3.4%206.86-8.55%2011.54l-1.45%201.31z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.theme-krajee-svg .empty-stars .krajee-icon-heart {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22%23777777%22%20stroke-width%3D%220.04em%22%20d%3D%22M12%2021.35l-1.45-1.32c-5.15-4.67-8.55-7.75-8.55-11.53%200-3.08%202.42-5.5%205.5-5.5%201.74%200%203.41.81%204.5%202.09%201.09-1.28%202.76-2.09%204.5-2.09%203.08%200%205.5%202.42%205.5%205.5%200%203.78-3.4%206.86-8.55%2011.54l-1.45%201.31z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.theme-krajee-svg.rating-rtl.is-heart .filled-stars {
  right: 0.02em;
}
.theme-krajee-svg.rating-rtl.is-heart .empty-stars {
  margin-right: 0.01em;
}
@font-face {
  font-family: lg;
  src: url(https://static.mservice.io/font/lightgallery/lg.eot?n1z373);
  src: url(https://static.mservice.io/font/lightgallery/lg.eot?#iefixn1z373)
      format("embedded-opentype"),
    url(https://static.mservice.io/font/lightgallery/lg.woff?n1z373)
      format("woff"),
    url(https://static.mservice.io/font/lightgallery/lg.ttf?n1z373)
      format("truetype"),
    url(https://static.mservice.io/font/lightgallery/lg.svg?n1z373#lg)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
    -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
    -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #fff;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(https://static.mservice.io/styles/desktop/img/vimeo-play.png)
    no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(https://static.mservice.io/styles/desktop/img/vimeo-play.png)
    no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent
    url(https://static.mservice.io/styles/desktop/img/video-play.png) no-repeat
    scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(https://static.mservice.io/styles/desktop/img/youtube-play.png)
    no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(https://static.mservice.io/styles/desktop/img/youtube-play.png)
    no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -webkit-transition: opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s,
    -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s,
    visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
    -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
    -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(https://static.mservice.io/styles/desktop/img/loading.gif)
    no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.modal.modal-lunar .modal-dialog.modal-full-width {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.modal.modal-lunar .modal-content {
  border: 0;
  border-radius: 3px;
}
.modal.modal-lunar.fade.modal-top-left .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .modal.modal-lunar.fade.modal-top-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.modal-lunar.fade.modal-top-left .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
}
.modal.modal-lunar.fade.modal-top-right .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .modal.modal-lunar.fade.modal-top-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.modal-lunar.fade.modal-top-right .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
}
.modal.modal-lunar.fade.modal-bottom-right .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 576px) {
  .modal.modal-lunar.fade.modal-bottom-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.modal-lunar.fade.modal-bottom-right .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
}
.modal.modal-lunar.fade.modal-bottom-left .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 576px) {
  .modal.modal-lunar.fade.modal-bottom-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.modal-lunar.fade.modal-bottom-left .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
}
.modal.modal-lunar.fade.modal-bottom-center .modal-dialog {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (min-width: 576px) {
  .modal.modal-lunar.fade.modal-bottom-center .modal-dialog {
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.modal-lunar.fade.modal-bottom-center .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
}
.modal.modal-lunar .close {
  position: absolute;
  z-index: 1;
  right: 10px !important;
  top: 10px !important;
  height: 2.5rem;
  width: 2.5rem;
  background: rgba(193, 193, 193, 0.3) !important;
  border-radius: 50%;
  font-size: 1.8rem;
  padding: 0;
}
.modal.modal-lunar .close:focus {
  outline: 0;
}
.modal.modal-lunar .close span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  text-shadow: none;
  background-position: center;
}
.modal.modal-lunar .close.light span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
}
.modal.modal-lunar .close.size-sm {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  right: 0.5rem;
  top: 0.5rem;
}
.modal.modal-lunar .close.close-pinned {
  top: -19px;
  right: -19px;
}
.modal[data-popup="true"] {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: unset;
  height: unset;
}
.modal[data-popup="true"].fade.modal-bottom-center .modal-dialog,
.modal[data-popup="true"].fade.modal-bottom-left .modal-dialog,
.modal[data-popup="true"].fade.modal-bottom-right .modal-dialog,
.modal[data-popup="true"].fade.modal-top-left .modal-dialog,
.modal[data-popup="true"].fade.modal-top-right .modal-dialog {
  position: fixed;
}
.modal[data-popup="true"].fade .modal-content {
  -webkit-box-shadow: 0 20px 60px -2px rgba(18, 21, 35, 0.19);
  box-shadow: 0 20px 60px -2px rgba(18, 21, 35, 0.19);
}
.body-scrollable {
  overflow: unset;
  padding-right: unset !important;
}
.body-scrollable .modal-backdrop {
  display: none;
}
.modal-backdrop {
  background: #2d343a;
}
.btn-cta {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 20px;
  font-size: 1rem;
  font-weight: 700;
}
.modal .overlay {
  background-color: rgba(0, 0, 0, 0.35);
}
.modal .overlay-light {
  background-color: rgba(0, 0, 0, 0.15);
}
.modal .pull-up-lg {
  margin-top: -70px;
}
.modal .border-thick {
  border-width: 0.3rem !important;
}
.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pointer-events-none {
  pointer-events: none;
}
.m-h-10 {
  min-height: 10vh;
}
.m-h-20 {
  min-height: 20vh;
}
.m-h-30 {
  min-height: 30vh;
}
.m-h-40 {
  min-height: 40vh;
}
.m-h-50 {
  min-height: 50vh;
}
.m-h-60 {
  min-height: 60vh;
}
.m-h-70 {
  min-height: 70vh;
}
.m-h-80 {
  min-height: 80vh;
}
.m-h-90 {
  min-height: 90vh;
}
.m-h-100 {
  min-height: 100vh;
}
.bg-rhino {
  background-color: #28304e !important;
}
.btn-cstm-light {
  color: #212841;
  background-color: #fff;
  border-color: #fff;
}
.btn-cstm-light:hover {
  color: #212841;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-cstm-light.focus,
.btn-cstm-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-cstm-light.disabled,
.btn-cstm-light:disabled {
  color: #212841;
  background-color: #fff;
  border-color: #fff;
}
.btn-cstm-light:not(:disabled):not(.disabled).active,
.btn-cstm-light:not(:disabled):not(.disabled):active,
.show > .btn-cstm-light.dropdown-toggle {
  color: #212841;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-cstm-light:not(:disabled):not(.disabled).active:focus,
.btn-cstm-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-cstm-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-cstm-dark {
  color: #fff;
  background-color: #28304e;
  border-color: #28304e;
}
.btn-cstm-dark:hover {
  color: #fff;
  background-color: #1b2035;
  border-color: #171b2c;
}
.btn-cstm-dark.focus,
.btn-cstm-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 48, 78, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 48, 78, 0.5);
}
.btn-cstm-dark.disabled,
.btn-cstm-dark:disabled {
  color: #fff;
  background-color: #28304e;
  border-color: #28304e;
}
.btn-cstm-dark:not(:disabled):not(.disabled).active,
.btn-cstm-dark:not(:disabled):not(.disabled):active,
.show > .btn-cstm-dark.dropdown-toggle {
  color: #fff;
  background-color: #171b2c;
  border-color: #121624;
}
.btn-cstm-danger {
  color: #fff;
  background-color: #f2545b;
  border-color: #f2545b;
}
.btn-cstm-danger:hover {
  color: #fff;
  background-color: #ef3039;
  border-color: #ee252e;
}
.btn-cstm-danger.focus,
.btn-cstm-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
}
.btn-cstm-danger.disabled,
.btn-cstm-danger:disabled {
  color: #fff;
  background-color: #f2545b;
  border-color: #f2545b;
}
.btn-cstm-danger:not(:disabled):not(.disabled).active,
.btn-cstm-danger:not(:disabled):not(.disabled):active,
.show > .btn-cstm-danger.dropdown-toggle {
  color: #fff;
  background-color: #ee252e;
  border-color: #ed1922;
}
.btn-cstm-danger:not(:disabled):not(.disabled).active:focus,
.btn-cstm-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-cstm-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
}
.btn-cstm-success {
  color: #fff;
  background-color: #0c9;
  border-color: #0c9;
}
.btn-cstm-success:hover {
  color: #fff;
  background-color: #00a67c;
  border-color: #009973;
}
.btn-cstm-success.focus,
.btn-cstm-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
}
.btn-cstm-success.disabled,
.btn-cstm-success:disabled {
  color: #fff;
  background-color: #0c9;
  border-color: #0c9;
}
.btn-cstm-success:not(:disabled):not(.disabled).active,
.btn-cstm-success:not(:disabled):not(.disabled):active,
.show > .btn-cstm-success.dropdown-toggle {
  color: #fff;
  background-color: #009973;
  border-color: #008c69;
}
.btn-cstm-success:not(:disabled):not(.disabled).active:focus,
.btn-cstm-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-cstm-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
}
.btn-cstm-secondary {
  color: #fff;
  background-color: #95aac9;
  border-color: #95aac9;
}
.btn-cstm-secondary:hover {
  color: #fff;
  background-color: #7c96bc;
  border-color: #738fb8;
}
.btn-cstm-secondary.focus,
.btn-cstm-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
}
.btn-cstm-secondary.disabled,
.btn-cstm-secondary:disabled {
  color: #fff;
  background-color: #95aac9;
  border-color: #95aac9;
}
.btn-cstm-secondary:not(:disabled):not(.disabled).active,
.btn-cstm-secondary:not(:disabled):not(.disabled):active,
.show > .btn-cstm-secondary.dropdown-toggle {
  color: #fff;
  background-color: #738fb8;
  border-color: #6b88b3;
}
.btn-cstm-secondary:not(:disabled):not(.disabled).active:focus,
.btn-cstm-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-cstm-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
}
.swal2-popup {
  border-radius: 4px;
  padding: 3rem;
}
.swal2-popup .swal2-title {
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0 0 1rem;
}
.swal2-popup .swal2-content {
  font-weight: 300;
  font-size: 1rem;
}
.swal2-popup .btn {
  margin: 15px 5px 0;
}
.swal2-popup .swal2-styled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.2);
}
.swal2-popup .swal2-title {
  color: #575962;
}
.swal2-popup .swal2-content {
  color: #6f727d;
}
.decoration {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.topbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.topbar .input {
  height: 34px;
  line-height: 34px;
}
.topbar .input-group-icon {
  padding-top: 7px;
}
.topbar.is-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.topbar-auto-hide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.topbar-content {
  height: 50px;
  color: #fff;
}
.topbar-left {
  width: 55px;
  padding-left: 8px;
}
.topbar-right {
  width: 55px;
  padding-right: 5px;
}
.topbar-hamburge {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 24px;
  width: 44px;
  margin-left: auto;
  line-height: 0;
}
.topbar ~ * {
  --des-page-navbar-offset: 50px;
}
.topbar.topbar-have-location ~ * {
  --des-page-navbar-offset: 81px;
}
.htu-list [aria-expanded="true"] .item-after .svg-inline {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.htu-modal-content {
  background: #f7f8fa;
}
.htu-slider .swiper-slide {
  position: relative;
}
.htu-slider .swiper-pagination-fraction {
  bottom: 0;
  padding: 8px 15px;
  font-size: 13px;
  color: #757575;
  background-image: linear-gradient(120deg, #fdfbfb 0, #ebedee 100%);
}
.htu-slider .swiper-button-next,
.htu-slider .swiper-button-prev {
  border-radius: 50%;
  top: 190px;
}
.htu-slider .swiper-button-next:active,
.htu-slider .swiper-button-next:focus,
.htu-slider .swiper-button-next:hover,
.htu-slider .swiper-button-prev:active,
.htu-slider .swiper-button-prev:focus,
.htu-slider .swiper-button-prev:hover {
  outline: 0;
}
.htu-slider .swiper-button-next {
  padding-left: 3px;
  right: 10px;
}
.htu-slider .swiper-button-prev {
  padding-right: 3px;
  left: 10px;
}
.htu-modal-header {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 50px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.htu-modal-title {
  font-weight: 700;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.htu-modal-space {
  width: 95px;
}
.htu-modal-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 95px;
  height: 48px;
  padding: 0 10px;
  background: #fff;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  z-index: 10;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #06c;
}
.htu-modal-close .svg {
  font-size: 16px;
}
.htu-slider-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  will-change: scroll-position;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}
.ht-mockup {
  padding-left: 10px;
  padding-right: 10px;
}
.htu-slider-mockup {
  width: 190px;
  height: 338px;
  margin: 20px auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.htu-slider-txt {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 15px;
  padding: 10px;
}
.htu-slider-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.htu-slider-body {
  color: #757575;
}
.popup-button {
  cursor: pointer;
}
.htu-bank {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.htu-bank-item {
  cursor: pointer;
}
.htu-bank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
}
@media only screen and (max-width: 320px) {
  .htu-bank .htu-bank-item {
    width: 52px;
    height: 55px;
  }
  .htu-bank .htu-bank-col {
    padding: 0 2px;
  }
}
.htu-bank-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 4px;
  text-align: center;
}
.htu-bank-item {
  width: 59px;
  height: 55px;
  position: relative;
  background: #fff;
  margin: 0 auto 8px;
  border-radius: 0.25rem;
  padding: 4px 6px 20px;
  font-size: 10px;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.htu-bank-item div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  bottom: 2px;
  left: 0;
}
.htu-bank-item img {
  width: 25px;
  margin-bottom: 4px;
}
.topbar ~ .htu-modal-content {
  padding-top: 50px;
}
.modal__header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 50px;
}
.modal__nav {
  width: 50px;
}
.modal__nav__btn {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  text-align: center;
  color: #212121;
}
.modal__nav__btn .svg-icon {
  width: 30px;
  height: 30px;
  fill: none;
}
.modal__title {
  width: calc(100% - 100px);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.modal__fullscreen .modal-content,
.modal__fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
}
.modal__fullscreen .modal-dialog {
  margin: 0 auto;
  padding: 0;
}
.modal__fullscreen .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  outline: 0;
}
.modal__fullscreen.modal.fade .modal-dialog {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.modal__fullscreen.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal__fullscreen .modal-dialog-scrollable {
  max-height: 100%;
}
.modal__fullscreen .modal-dialog-scrollable .modal-content {
  max-height: 100%;
}
.modal__fullscreen .modal-footer {
  padding: 5px;
}
@media (min-width: 576px) {
  .modal__fullscreen .modal-dialog-scrollable .modal-content {
    max-height: 90%;
    top: 5%;
  }
}
.htu-modal .swiper-button-next,
.htu-modal .swiper-button-prev {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  position: absolute;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.14) 0 1px 1px 1px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  background: #fff;
}
.htu-modal .swiper-button-next svg,
.htu-modal .swiper-button-prev svg {
  height: 10px;
  width: 10px;
  fill: currentcolor;
}
.htu-modal .swiper-button-next:focus,
.htu-modal .swiper-button-next:hover,
.htu-modal .swiper-button-prev:focus,
.htu-modal .swiper-button-prev:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 1px,
    rgba(255, 255, 255, 0.7) 0 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 1px, rgba(255, 255, 255, 0.7) 0 0 0 5px;
}
.htu-modal .swiper-button-next {
  right: 2px;
}
.htu-modal .swiper-button-prev {
  left: 2px;
}
.htu-modal .swiper-button-next.swiper-button-disabled,
.htu-modal .swiper-button-prev.swiper-button-disabled {
  opacity: 0.7;
  cursor: auto;
  pointer-events: auto;
}
.block-container {
  background: #fff;
}
.block-endow {
  margin-top: 50px;
}
.block-title {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.block-title-txt {
  font-weight: 700;
  color: #ca1820;
}
.block-title-sub {
  font-size: 16px;
  color: #616161;
}
.block-title-icon {
  width: 42px;
  height: 42px;
  margin-right: 15px;
}
.block-title-endow {
  text-align: center;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-title-endow:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ca1820;
  position: absolute;
  top: 50%;
  left: 0;
}
.block-title-endow-txt {
  z-index: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 30px 5px;
  background: #ca1820;
  color: #fff;
  border-radius: 20px;
}
.block-title-endow-icon {
  width: 23px;
  height: 23px;
  vertical-align: -15%;
  margin-right: 5px;
}
.block-content {
  padding: 10px;
}
.block-more {
  padding: 10px 0 10px;
}
.block-more-btn {
  display: inline-block;
  color: #ca1820;
  padding: 2px;
  height: 34px;
  font-size: 14px;
  width: 154px;
  border-radius: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fd64a9),
    to(#cb6a9f)
  );
  background: linear-gradient(to bottom, #fd64a9 0, #cb6a9f 100%);
}
.block-more-btn span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.block-more-btn:hover {
  color: #fff;
}
.block-more-btn:hover span {
  background: 0 0;
}
@media (max-width: 767.98px) {
  .block-more-btn {
    width: auto;
  }
}
.block-more-btn.auto {
  width: auto;
}
.block-more-btn.auto span {
  padding-left: 15px;
  padding-right: 15px;
}
.block-more-btn.facebook {
  color: #3b579d;
  background: #3b579d;
}
.block-more-btn.facebook:hover {
  color: #fff;
}
.block-more-btn.facebook:hover span {
  background: 0 0;
}
.block-more-btn.sm {
  color: #ca1820;
  height: 28px;
  font-size: 12px;
  width: auto;
  border-radius: 20px;
}
.block-more-btn.sm span {
  padding-left: 15px;
  padding-right: 15px;
}
.block-more-btn.sm:hover {
  color: #fff;
}
.block-more-btn.sm:hover span {
  background: 0 0;
}
.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
  top: 40%;
  width: 30px;
  height: 45px;
  border-radius: 5px;
  margin-top: -22px;
  background-size: 16px 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
}
.product-slider .swiper-button-next {
  right: 0;
}
.product-slider .swiper-button-prev {
  left: 0;
}
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.product-grid.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.product-grid .product-item-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
  min-width: 0;
  min-height: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .product-grid .product-item-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    min-width: 0;
    min-height: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767.98px) {
  .product-grid .product-item-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    min-width: 0;
    min-height: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.product-item-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
  min-width: 0;
  min-height: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.product-item {
  padding-bottom: 10px;
}
.product-item .embed-responsive-img {
  border: 1px solid #e0e0e0;
}
.product-section {
  margin-top: 25px;
}
.product-item-name {
  margin-top: 15px;
  line-height: 1.2;
  font-size: 1rem;
  color: #212121;
}
.product-item-price {
  font-size: 15px;
  margin-top: 0;
}
.product-item-note {
  line-height: 1.2;
  margin-top: 5px;
}
.app-present-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.app-present {
  background: #ffeff0;
  text-align: center;
  padding: 10px 0;
}
.app-present-txt {
  display: inline-block;
}
.app-present-btn {
  display: inline-block;
  margin-left: 10px;
}
.app-present-btn a {
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  padding: 2px 20px;
  cursor: pointer;
  -webkit-animation: apppulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: apppulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@keyframes apppulse {
  to {
    -webkit-box-shadow: 0 0 0 8px rgba(174, 32, 112, 0);
    box-shadow: 0 0 0 8px rgba(174, 32, 112, 0);
  }
}
.section-secure {
  background: #fff;
  padding: 0 0 10px;
  margin-top: 50px;
}
.section-secure .block-title {
  border-bottom: none;
  padding: 0 15px;
  margin-bottom: -10px;
}
.secure-list {
  font-size: 1rem;
}
.secure-list li:not(:last-child) {
  margin-bottom: 20px;
}
.secure-tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.secure-tab .nav-link {
  color: #757575;
  position: relative;
  padding: 6px 18px;
}
.secure-tab .nav-link.active {
  color: #212121;
}
.secure-tab .nav-link.active:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  background: #ca1820;
  bottom: 0;
  left: 20%;
}
.block-title-secure {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 30px;
  background: #ca1820;
  color: #fff;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  top: -21px;
}
.block-title-secure:before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 60px solid #ca1820;
  border-left: 12px solid transparent;
  top: 0;
  right: 100%;
}
.block-title-secure:after {
  z-index: 1;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 60px solid #ca1820;
  border-right: 12px solid transparent;
  top: 0;
  left: 100%;
}
.block-title-secure .sa {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #ca1820;
  top: 0;
  left: -22px;
}
.block-title-secure .sa-right {
  left: auto;
  right: -22px;
}
@media (max-width: 767.98px) {
  .app-present .app-present-btn a {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.modal-push .push-avatar {
  padding-right: 20px;
  max-width: 90px;
}
.modal-push .modal-dialog {
  margin: 0 auto;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.modal-push .modal-content {
  border: none;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
  background: #f0f0f0;
  border-radius: 0;
}
.modal-push .modal-content .modal-body {
  padding: 20px;
}
.modal-push .push-text {
  font-size: 17px;
  line-height: 24px;
  color: #616161;
}
.btn.btn-material {
  border-radius: 3px;
  background: #4285f4;
  color: #fff;
  padding: 8px 20px;
  font-size: 15px;
}
.btn.btn-material:active,
.btn.btn-material:focus,
.btn.btn-material:hover {
  background: #1266f1;
  color: #fff;
}
.btn.btn-link-material {
  color: #4285f4;
  padding: 8px 20px;
  font-size: 15px;
}
.btn.btn-link-material:active,
.btn.btn-link-material:focus,
.btn.btn-link-material:hover {
  color: #1266f1;
}
@media (max-width: 575.98px) {
  .modal-push .push-avatar {
    padding-right: 10px;
    max-width: 60px;
  }
  .modal-push .modal-dialog {
    margin: 0 auto;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .modal-push .modal-content {
    border: none;
  }
  .modal-push .modal-content .modal-body {
    padding: 10px;
  }
  .modal-push .push-text {
    font-size: 14px;
    line-height: 22px;
  }
  .btn.btn-material {
    padding: 5px 10px;
    font-size: 13px;
  }
  .btn.btn-link-material {
    padding: 5px 10px;
    font-size: 13px;
  }
}
.merchant-tab {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.merchant-tab .nav-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.merchant-tab .nav-link {
  display: block;
  height: 100%;
  color: #424242;
  position: relative;
  border-bottom: 3px solid transparent;
}
.merchant-tab .nav-link.active {
  border-bottom-color: #ca1820;
  color: #ca1820;
}
.merchant-tab-item {
  padding: 7px 10px 5px;
}
.merchant-tab-img {
  display: block;
  margin: 0 auto 5px;
  width: 30px;
}
.merchant-tab-name {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}
.merchant-tab-heading {
  color: #ca1820;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .merchant-tab .nav-item {
    width: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }
  .merchant-tab .merchant-tab-item {
    padding: 5px 10px 2px;
  }
  .merchant-tab .merchant-tab-name {
    font-size: 12px;
    line-height: 14px;
  }
  .merchant-tab .merchant-tab-img {
    display: block;
    margin: 0 auto 3px;
    width: 26px;
  }
}
.view-more {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.04);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #616161;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.view-more:focus,
.view-more:hover {
  color: #424242;
}
.view-more span {
  display: block;
  font-size: 0.8em;
  color: #9e9e9e;
  font-weight: 400;
}
.izlude-m-title {
  position: relative;
}
.izlude-m-nav {
  height: 48px;
}
.izlude-m {
  background: #ca1820;
  height: 48px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1030;
}
.izlude-m .momo-logo {
  width: 36px;
  height: 36px;
  border-radius: 3px;
}
.izlude-m .momo-logo-icon {
  width: 32px;
  height: 32px;
}
.izlude-m .izlude-search {
  margin-right: 0;
  margin-left: 0;
}
.izlude-m .izlude-search .input-group .form-control,
.izlude-m
  .izlude-search
  .input-group
  .select2-container
  .select2-selection--single,
.select2-container
  .izlude-m
  .izlude-search
  .input-group
  .select2-selection--single {
  width: 1%;
  padding-left: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.izlude-m .izlude-search .input-group-append .btn {
  padding-left: 10px;
  padding-right: 10px;
}
.izlude-m-link {
  cursor: pointer;
  display: block;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.izlude-m-link.auto {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.izlude-m-hamburge {
  width: 26px;
  height: 26px;
}
.juno-noti-m {
  background: #fff;
  white-space: nowrap;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5px 10px;
  margin-bottom: 0;
}
.juno-noti-m li:not(:last-child) {
  border-right: 1px solid #eee;
  margin-right: 7px;
  padding-right: 7px;
}
.izlu-menu-container {
  padding-bottom: 0;
  background: #fff;
}
.izlu-menu {
  padding: 10px 10px 10px;
}
.izlu-menu .list-inline-item:not(:last-child) {
  margin-right: 14px;
}
.izlu-menu-icon {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  margin: 0 auto 5px;
  color: #ca1820;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(25, 25, 25, 0.1);
  box-shadow: 0 0 4px rgba(25, 25, 25, 0.1);
}
.izlu-menu-item {
  font-size: 13px;
  vertical-align: top;
  text-align: center;
  line-height: 1.1;
  width: 58px;
  white-space: normal;
}
.izlu-menu-item a {
  color: #424242;
}
@media (max-width: 991.98px) {
  .product-item-col {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  .footer-info-list {
    font-size: 13px;
    margin-top: 15px;
  }
  .footer-info-list .mb-3 {
    margin-bottom: 5px !important;
  }
  .product {
    display: block;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    overflow-x: auto;
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
  }
  .product-item-col {
    width: 150px;
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
    vertical-align: top;
  }
  .product-item {
    white-space: normal;
  }
  .product-item-name {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
  }
  .product-section {
    padding: 0;
    margin-top: 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .product-section .block-content {
    padding: 0;
  }
  .product-section .block-container {
    background: 0 0;
  }
  .block-title-endow {
    text-align: center;
    position: relative;
  }
  .block-title-endow-txt {
    z-index: 1;
    padding: 3px 20px;
    font-weight: 400;
  }
  .block-title-endow-icon {
    width: 18px;
    height: 18px;
    vertical-align: -10%;
    margin-right: 5px;
  }
  .block-title {
    padding: 10px 10px 5px;
    border-bottom: none;
    margin-bottom: 5px;
  }
  .block-title-icon {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
  .block-title-sub {
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .banner {
    padding: 5px 5px;
    background: #fff;
  }
  .block-endow {
    margin-top: 0;
  }
  .hotnew-container {
    padding: 10px 10px 40px;
    background: #fff;
    margin: 0 auto;
  }
  .hotnew-container .hotnew-tab-content {
    height: auto;
  }
  .section-secure {
    margin-top: 0;
    background: #dbdbdb;
  }
  .section-secure .block-container {
    background: #dbdbdb;
  }
  .section-secure .block-title {
    margin-bottom: -10px;
  }
  .block-title-secure {
    font-size: 14px;
    padding: 0 5px;
    height: 38px;
    line-height: 38px;
    top: -16px;
  }
  .block-title-secure:before {
    border-top: 38px solid #ca1820;
    border-left: 10px solid transparent;
  }
  .block-title-secure:after {
    border-top: 38px solid #ca1820;
    border-right: 10px solid transparent;
  }
  .block-title-secure .sa {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #ca1820;
    left: -18px;
  }
  .block-title-secure .sa-right {
    left: auto;
    right: -18px;
  }
  .section-secure .block-content {
    padding: 0;
  }
  .section-secure .product-section {
    border-top: none;
    border-bottom: none;
  }
  .secure-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }
  .secure-tab .nav-link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    position: relative;
    padding: 5px 15px;
  }
  .app-present {
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
  }
  .app-present-txt {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    display: block;
  }
  .app-present-btn {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
  }
  .secure-list {
    font-size: 14px;
  }
  .secure-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-title-secure {
    font-size: 12px;
    font-weight: 700;
    padding: 0 5px;
    background: #ca1820;
    color: #fff;
    display: inline-block;
    position: relative;
    height: 44px;
    line-height: 44px;
    top: -16px;
  }
  .block-title-secure:before {
    z-index: 1;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 44px solid #ca1820;
    border-left: 12px solid transparent;
    top: 0;
    right: 100%;
  }
  .block-title-secure:after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 44px solid #ca1820;
    border-right: 12px solid transparent;
    top: 0;
    left: 100%;
  }
  .block-title-secure .sa {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #ca1820;
    top: 0;
    left: -20px;
  }
  .block-title-secure .sa-right {
    left: auto;
    right: -20px;
  }
}
.payon {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 48px;
  left: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.payon a {
  color: #616161;
}
.payon-footer {
  position: absolute;
  height: 44px;
  background: #fff;
  -webkit-box-shadow: 0 -0.2rem 0.5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 -0.2rem 0.5rem rgba(0, 0, 0, 0.15);
  bottom: 0;
  width: 100%;
  left: 0;
  border-top: 1px solid #bdbdbd;
}
.payon-footer-row {
  height: 44px;
}
.payon-footer-row .list-inline-item:not(:last-child) {
  margin-right: 0;
}
.payon-footer-svg svg {
  width: 100px;
}
.payon-flex {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.payon-flex-col {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.payon-flex-col1 {
  width: 110px;
  background: #eee;
  padding-bottom: 44px;
}
.payon-flex-col2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  background: #fff;
  padding-bottom: 44px;
}
.payon-open body {
  position: fixed !important;
  overflow: hidden;
  width: 100% !important;
}
.payon-open .payon {
  height: calc(100vh-48px);
  height: calc(var(--vh, 1vh) * 100 - 48px);
}
.payon-open .izlude-m-hamburge.open-btn {
  display: none;
}
.payon-open .izlude-m-hamburge.close-btn {
  display: block;
}
.izlude-m-hamburge.open-btn {
  display: block;
}
.izlude-m-hamburge.close-btn {
  display: none;
}
.payon-cat-item {
  font-size: 12px;
  color: #424242;
  border-bottom: 1px solid #bdbdbd;
}
.payon-cat-item .row {
  min-height: 50px;
  padding: 7px 8px;
}
.payon-cat-item.active {
  background: #fff;
}
.payon-cat-svg {
  width: 20px;
  height: 20px;
  fill: #757575;
  margin-right: 8px;
}
.payon-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.payon-brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333%;
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
}
.payon-brand-img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 5px;
}
.payonTab {
  display: none;
}
.payonTab.active {
  display: block;
}
.help-center-hero {
  width: 100%;
  background: url(https://static.mservice.io/styles/desktop/images/hoidap/hoidap-head-bg.jpg)
    #d68fb7 no-repeat center center;
  padding: 48px 0;
  background-size: cover;
}
.help-center-hero .input-group {
  padding: 0 40px;
}
@media (max-width: 767.98px) {
  .help-center-hero .input-group {
    padding: 0 5px;
  }
}
.help-center-input {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 0;
  font-size: 14px;
}
.help-center-content {
  padding: 30px 60px;
  background: #fff;
}
@media (max-width: 767.98px) {
  .help-center-title {
    font-size: 1.7rem;
  }
}
.help-center-accordion {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .help-center-accordion {
    font-size: 14px;
  }
}
.help-center-accordion .card {
  margin-bottom: 10px;
  border-radius: 0;
  border: 1px solid #e0e0e0;
}
.help-center-accordion .card-body {
  color: #616161;
}
.help-center-accordion .card-header {
  border-bottom: none;
  background: #fff;
  padding: 0;
}
.help-center-accordion .card-link {
  display: block;
  padding: 10px 30px 10px 20px;
  font-size: 18px;
  background: #f5f5f5;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  position: relative;
}
@media (max-width: 767.98px) {
  .help-center-accordion .card-link {
    font-size: 14px;
  }
}
.help-center-accordion .card-link .card-link-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #757575;
  color: #fff;
  position: absolute;
  top: 16px;
  right: 12px;
  text-align: center;
  font-weight: 400;
  line-height: 14px;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .help-center-accordion .card-link .card-link-icon {
    top: 13px;
  }
}
.help-center-accordion .card-link .plus {
  display: none;
}
.help-center-accordion .card-link.collapsed {
  background: #fff;
}
.help-center-accordion .card-link.collapsed .minus {
  display: none;
}
.help-center-accordion .card-link.collapsed .plus {
  display: block;
}
.help-center-accordion .card-header:first-child {
  border-radius: 0;
}
.help-center-accordion .card-link {
  color: #212121;
  font-weight: 500;
}
.help-center-accordion .card-body {
  padding: 0 20px 10px 20px;
  background: #f5f5f5;
}
.help-center-container {
  padding: 40px 0 40px;
}
@media (max-width: 767.98px) {
  .help-center-container {
    padding: 20px 0 20px;
  }
}
.help-center-nav {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.help-center-nav::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
@media (min-width: 768px) {
  .help-center-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .help-center-nav.scrollmenu {
    white-space: normal;
  }
  .help-center-nav .scrollmenu-item {
    display: block;
  }
}
.help-center-nav .nav-link {
  color: #757575;
  padding: 5px 10px;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  line-height: 1.3;
}
.help-center-nav .nav-link.active {
  color: #212121;
  border-bottom-color: #ca1820;
}
@media (max-width: 767.98px) {
  .help-center-nav {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 14px;
  }
  .help-center-nav .scrollmenu-item {
    max-width: 110px;
    white-space: normal;
  }
  .help-center-nav .nav-link {
    padding: 5px 10px;
  }
}
.help-center-a-social {
  font-size: 14px;
  padding: 10px 0 10px;
}
.help-center-a-social .list-inline .list-inline-item:not(:last-child) {
  margin-right: 2px;
}
.help-center-a-social a {
  color: #212121;
}
.help-center-a-social .help-center-a-detail {
  font-size: 12px;
  color: #ca1820;
  font-weight: 700;
}
.help-center-a-social .help-center-a-detail .svg-icon {
  width: 8px;
  height: 8px;
}
.help-answer-container {
  padding: 40px 0 40px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .help-answer-container {
    padding: 20px 0 20px;
  }
}
.help-answer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.help-answer-item {
  background: #fff;
  padding: 60px 15px 60px;
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.11);
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: 70px;
}
@media (max-width: 767.98px) {
  .help-answer-item {
    margin-top: 45px;
    padding: 40px 10px 50px;
  }
}
.help-answer-item .help-answer-btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  right: 0;
}
.help-answer-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -45px;
}
@media (max-width: 767.98px) {
  .help-answer-img {
    width: 60px;
    top: -30px;
  }
}
.help-answer-name {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .help-answer-name {
    font-size: 16px;
    line-height: 1.2;
  }
}
.help-answer-txt {
  margin-bottom: 20px;
}
.help-more-img {
  margin-bottom: 10px;
}
.help-more-name {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .help-more-name {
    font-size: 16px;
    line-height: 1.2;
  }
}
.help-more-container {
  background: #fff;
}
.help-more-container .block-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.help-more-container .block-title-secure {
  top: -21px;
}
@media (max-width: 991.98px) {
  .help-more-container .block-title-secure {
    top: -17px;
  }
}
.help-more-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.help-more-item {
  position: relative;
  background: #fff;
  padding: 15px 20px 20px;
  text-align: center;
  position: relative;
  color: #616161;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (max-width: 767.98px) {
  .help-more-item {
    padding: 10px 15px 15px;
  }
}
.help-more-item:hover .help-more-name {
  color: #ca1820;
}
.help-contact-container {
  background: #fff;
  padding-bottom: 50px;
}
.help-contact {
  border: 1px solid #e0e0e0;
  padding: 20px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    to(#f0f8fb)
  );
  background-image: linear-gradient(to right, #fff 0, #f0f8fb 100%);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .help-contact {
    font-size: 14px;
  }
}
.help-contact-hotline.two {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 767.98px) {
  .help-contact-hotline {
    margin-bottom: 10px;
  }
  .help-contact-hotline.two {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}
.help-topic-container {
  background: #fff;
  padding: 0 0 30px;
}
.help-topic-border {
  border: 1px solid #eee;
}
.help-topic-border-right {
  border-right: 1px solid #eee;
}
.topic-sidenav {
  padding: 10px 0;
}
.topic-sidenav + .topic-sidenav {
  border-top: 1px solid #eee;
}
.topic-sidenav-content {
  padding: 0 15px 20px;
}
.topic-sidenav-title {
  margin-bottom: 0;
  color: #757575;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 15px;
}
.topic-sidenav-list {
  margin-bottom: 0;
  font-weight: 500;
}
.topic-sidenav-list li {
  margin-bottom: 5px;
  position: relative;
}
.topic-sidenav-list li.active > a {
  color: #ca1820;
}
.topic-sidenav-list li.active > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  background: #eee;
  left: 0;
  right: 0;
  height: 90%;
  top: 2px;
  margin-right: 15px;
  margin-left: 42px;
}
.topic-sidenav-list li .sub {
  margin-bottom: 10px;
}
.topic-sidenav-list li .sub li {
  font-size: 13px;
  font-weight: 400;
}
.topic-sidenav-list li .sub li a {
  padding: 5px 20px;
  padding-left: 50px;
}
.topic-sidenav-list a {
  position: relative;
  display: block;
  z-index: 2;
  padding: 8px 20px 8px 50px;
  color: #212121;
}
.topic-sidenav-list a:focus,
.topic-sidenav-list a:hover {
  color: #ca1820;
}
.topic-sidenav-expand-icon {
  position: absolute;
  right: 15px;
  width: 8px;
  height: 8px;
  fill: #9e9e9e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
  top: 14px;
}
.topic-sidenav-expand.collapsed .topic-sidenav-expand-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.topic-sidenav-icon {
  color: #757575;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 15px;
  top: 7px;
}
.topic-wrapper {
  padding: 0 0;
}
.topic-search {
  background: #eee;
  padding: 7px 30px;
  text-align: right;
  position: relative;
}
.topic-search-back {
  position: absolute;
  color: #616161;
  white-space: nowrap;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.topic-search-back .svg-icon {
  width: 12px;
  height: 12px;
}
.topic-post-back {
  padding: 10px 0;
  text-align: right;
  font-weight: 500;
}
.topic-post-back .svg-icon {
  width: 10px;
  height: 10px;
}
.topic-relative {
  margin-top: 20px;
}
.topic-relative-list li {
  padding: 5px 0 5px 10px;
  position: relative;
}
.topic-relative-list li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 5px;
  color: inherit;
}
.topic-relative-list li a {
  color: #06c;
}
.topic-relative-list li a:focus,
.topic-relative-list li a:hover {
  color: #004d99;
}
.select2-container .topic-search .input-group .select2-selection--single,
.topic-search .input-group .form-control,
.topic-search .input-group .select2-container .select2-selection--single {
  width: 270px;
  padding-left: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.topic-search .input-group-append .btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 0;
}
.topic-content {
  padding: 30px 50px;
}
.topic-content-name {
  margin-bottom: 5px;
}
.topic-content-sub {
  font-size: 14px;
  font-weight: 400;
}
.topic-content-head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.topic-content-list {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .topic-content-items {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}
.topic-content-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}
.topic-content-item .link {
  display: block;
  color: #212121;
}
.topic-content-item .link:hover .name {
  color: #ca1820;
}
.topic-content-item .name {
  color: #757575;
  font-size: 15px;
}
.topic-content-promo {
  font-weight: 500;
}
.topic-content-promo .promo-icon {
  vertical-align: 2%;
}
.topic-content-cat {
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 20px;
}
.topic-sidenav-btn-group {
  height: 44px;
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topic-sidenav-btn-group:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  bottom: -1px;
  left: 0;
}
.select2-container
  .topic-sidenav-btn-group
  .topic-search
  .input-group
  .select2-selection--single,
.topic-sidenav-btn-group .topic-search .input-group .form-control,
.topic-sidenav-btn-group
  .topic-search
  .input-group
  .select2-container
  .select2-selection--single {
  width: 100%;
}
.topic-sidenav-btn-group .topic-search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  background: 0 0;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.topic-sidenav-btn-group .topic-search .input-group {
  width: 100%;
  max-width: 300px;
}
.topic-sidenav-btn-group .topic-search .form-inline {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.select2-container
  .topic-sidenav-btn-group
  .topic-search
  .select2-selection--single,
.topic-sidenav-btn-group .topic-search .btn,
.topic-sidenav-btn-group .topic-search .form-control,
.topic-sidenav-btn-group
  .topic-search
  .select2-container
  .select2-selection--single {
  background: #eee !important;
}
.topic-sidenav-btn-group .topic-search .btn {
  padding-left: 10px;
  padding-right: 10px;
}
.btn.topic-sidenav-btn {
  background: #fff;
  border: none;
  border-radius: 5px;
  min-width: 0;
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: none;
  height: 44px;
  position: relative;
  padding: 0;
}
.btn.topic-sidenav-btn:hover-focus {
  background: #fff;
}
@media (min-width: 992px) {
  .help-topic-sidenav.collapse {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .help-topic-border {
    border: none;
  }
  .help-topic-border-right {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .topic-content {
    padding: 10px 0 0;
  }
  .topic-content-list {
    margin-bottom: 20px;
  }
  .topic-content-cat {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .topic-content-item {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .topic-content-item .name {
    font-size: 14px;
  }
  .topic-content-name {
    margin-bottom: 5px;
  }
  .topic-content-sub {
    font-size: 1rem;
    font-weight: 400;
  }
  .topic-content-head {
    margin-top: 15px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
  }
}
.page-hero {
  width: 100%;
  background-color: #d68fb7;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .page-hero {
    min-height: 100px;
  }
}
@media (min-width: 1200px) {
  .lg-sub-html {
    padding: 15px 20%;
  }
}
.page-hero-title {
  margin-bottom: 0;
  padding: 5px 0;
}
.page-hero-sub {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .page-hero-title {
    font-size: 1.7rem;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .page-hero-sub {
    font-size: 1rem;
  }
}
.new-wrapper {
  padding: 30px 0 10px;
}
.new-wrapper .hotnew-container {
  margin-left: 0;
}
.new-wrapper .hotnew-tab-content {
  height: 100%;
}
.new-wrapper .hotnew-question-item {
  padding: 10px 0;
}
.new-wrapper .hotnew-question-icon {
  width: 35px;
  height: 35px;
}
.new-hotnew-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-hotnew-col .hotnew-tab-content {
  border: none;
}
.new-hotnew-col .hotnew-nav {
  background: #fff;
  margin-left: -1px;
  margin-right: -1px;
}
.new-hotnew-col .hotnew-container {
  position: relative;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.newsletter {
  margin-bottom: 30px;
  margin-top: 60px;
}
.newsletter-img {
  width: 100px;
  position: relative;
  height: 50px;
}
.newsletter-img img {
  position: absolute;
  bottom: -17px;
  left: 0;
}
.newsletter-content {
  max-width: 550px;
  line-height: 1.7;
  color: #616161;
}
.newsletter-box {
  background: #fff;
  border: 1px dashed #bdbdbd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 80px;
  padding: 15px 55px 15px;
}
@media (max-width: 991.98px) {
  .newsletter {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .newsletter-box {
    background: #fff;
    border: 1px dashed #bdbdbd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
  }
}
.newsletter-input {
  min-width: 400px;
}
.newsletter-input .form-control,
.newsletter-input .select2-container .select2-selection--single,
.select2-container .newsletter-input .select2-selection--single {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 20px;
  padding-right: 30px;
}
.newsletter-input.input-group > .input-group-append > .btn {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 5;
}
.newsletter-input .input-group-append {
  margin-left: -15px;
}
.new-feature {
  margin-bottom: 20px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  background-color: #e0e0e0;
}
.new-feature:after {
  display: block;
  content: "";
  padding-top: 48.05195%;
}
.new-feature:before {
  opacity: 0.7;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(#111)
    ),
    -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
  background-image: linear-gradient(transparent, #111),
    linear-gradient(transparent, #111);
  height: 70%;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  left: 0;
}
@media (max-width: 767.98px) {
  .new-feature .new-feature-content {
    padding: 10px;
  }
}
.new-feature-content {
  color: #fff;
  right: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 20px;
  position: absolute;
  z-index: 7;
}
.new-feature-content .new-cat {
  margin-bottom: 15px;
  position: relative;
}
.new-feature-content .new-meta {
  color: #eee;
}
.new-feature-title {
  display: block;
  color: #fff;
  padding-right: 50px;
  line-height: 1.2;
}
.new-feature-title a {
  color: #fff;
}
.new-feature-title a:hover {
  color: #f7d6e9;
}
.new-meta {
  color: #757575;
}
.new-meta li {
  line-height: 1;
  font-size: 13px;
  padding-right: 5px;
}
.new-meta-svg {
  width: 13px;
  height: 13px;
  margin-right: 2px;
}
.new-cat {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 15;
}
.new-cat a {
  background: #ca1820;
  padding: 4px 8px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
}
.new-cat a:hover {
  background: #981c62;
}
.new-item {
  margin-bottom: 20px;
}
.new-item::after {
  display: block;
  clear: both;
  content: "";
}
.new-item:hover .new-item-title {
  color: #ca1820;
}
.new-item:hover .new-item-title a {
  color: #ca1820;
}
.new-item-title {
  font-size: 1rem;
  margin-bottom: 5px;
}
.new-item-content {
  margin-top: 10px;
}
.new-item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.new-item-img::before {
  padding-top: 48.05195%;
}
.section-space {
  margin-bottom: 20px;
}
.section-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.section-title:before {
  content: "";
  height: 4px;
  border-width: 54x 0 0;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  border-color: #eee;
  z-index: 0;
}
.section-title-text {
  float: left;
  font-weight: inherit;
  margin: 0;
  line-height: inherit;
  padding: 0 20px 0 0;
  background: #fff;
  z-index: 1;
  position: relative;
}
.section-title-more {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  margin: 0;
  padding: 5px 0 5px 20px;
  background: #fff;
  color: #212121;
}
.section-title-more .svg-icon {
  color: #ca1820;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  vertical-align: -10%;
}
@media (max-width: 767.98px) {
  .new-meta li {
    font-size: 12px;
  }
  .new-item-img {
    width: 120px;
    float: left;
  }
  .new-item {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
  }
  .new-item-content {
    margin-left: 130px;
  }
  .new-item-title {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: 400;
  }
  .section-space {
    margin-bottom: 10px;
  }
  .section-title {
    margin-bottom: 10px;
  }
  .new-cat a {
    padding: 2px 4px;
    font-size: 9px;
  }
}
.new-jobs {
  padding: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.new-jobs:hover .new-jobs-title {
  color: #ca1820;
}
.new-jobs-icon {
  width: 40px;
  margin-right: 10px;
}
.new-jobs-content {
  position: relative;
  padding-right: 100px;
}
.new-jobs-title {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}
.new-jobs-location {
  font-size: 13px;
  color: #9e9e9e;
}
.new-jobs-date {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  line-height: 1.4;
  font-size: 13px;
}
.new-item-horizontal.new-item .new-item-short {
  color: #616161;
  margin-top: 10px;
  display: none;
}
@media (min-width: 768px) {
  .new-item-horizontal.new-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .new-item-horizontal.new-item .new-item-short {
    display: block;
  }
  .new-item-horizontal.new-item:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .new-item-horizontal.new-item .new-item-img {
    width: 280px;
    float: left;
  }
  .new-item-horizontal.new-item .new-item-title {
    font-size: 1.25rem;
  }
  .new-item-horizontal.new-item .new-item-content {
    margin-top: 0;
    margin-left: 300px;
  }
  .new-item-horizontal.new-item .new-item-title {
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 1.2;
    font-weight: 700;
  }
  .new-item-horizontal.new-item .new-cat {
    right: 0;
    left: auto;
  }
}
.new-item-horizontal-small.new-item .new-item-img {
  width: 70px;
  float: left;
}
.new-item-horizontal-small.new-item .new-item {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eee;
}
.new-item-horizontal-small.new-item .new-item-content {
  margin-left: 85px;
  margin-top: 0;
}
.new-item-horizontal-small.new-item .new-item-title {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: 400;
}
.new-item-horizontal-small.new-item .new-cat a {
  padding: 2px 4px;
  font-size: 9px;
}
.salenew-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.salenew-container {
  padding: 10px 15px;
}
.salenew-container .salenew:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.salenew {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 18px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.salenew:hover {
  color: #ca1820;
}
.salenew:last-child {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .salenew-container {
    padding: 0 10px;
  }
  .salenew {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .salenew:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .salenew-img {
    width: 100px;
    float: left;
  }
  .salenew-content {
    margin-left: 110px;
  }
}
.new-catalog .nav {
  display: block;
}
.new-catalog-list {
  position: relative;
}
.new-catalog-list:after {
  content: "";
  width: 4px;
  background: #eee;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
}
.new-catalog-item {
  border-left: 4px solid transparent;
  cursor: pointer;
  margin: 28px 0;
  padding-left: 22px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: border-left 0.4s ease;
  transition: border-left 0.4s ease;
}
.new-catalog-item.active {
  border-left: 4px solid #f02475;
}
.new-catalog-item.active .new-catalog-name {
  color: #f02475;
}
.new-catalog-item.active .new-catalog-label {
  color: #424242;
  font-weight: 700;
}
.new-catalog-item.active .new-catalog-sub {
  display: block;
}
.new-catalog-item.active + .new-catalog-sub {
  display: block;
}
.new-catalog-item + .new-catalog-sub {
  margin-top: -20px;
  display: none;
}
.new-catalog-item:first-child {
  margin-top: 0;
}
.new-catalog-sub-item {
  margin-left: 18px;
  color: #212121;
  padding: 5px 10px;
}
.new-catalog-sub-item.active {
  color: #ca1820;
  font-weight: 700;
}
.new-catalog-label {
  font-size: 12px;
  color: #9e9e9e;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.new-catalog-name {
  font-size: 16px;
  color: #212121;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.modal-catalog-btn.btn {
  display: block;
  margin: 0 auto 15px;
  z-index: 999999;
  position: fixed;
  bottom: 20px;
  left: 10px;
  background-color: rgba(174, 32, 112, 0.6);
  border: none;
}
@media (max-width: 991.98px) {
  .new-catalog-sub {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .modal-catalog-btn.btn {
    display: none;
  }
  .modal-catalog-menu {
    position: relative !important;
    opacity: 1 !important;
    display: block !important;
    z-index: 1 !important;
    overflow: visible !important;
  }
  .modal-catalog-menu .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .modal-catalog-menu .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .modal-catalog-menu .modal-header {
    display: none;
  }
  .modal-catalog-menu .modal-body {
    padding: 0;
  }
  .modal-catalog-menu .modal-footer {
    display: none;
  }
}
.tags h5 {
  display: inline-block;
  padding-right: 20px;
}
.tags ul {
  display: inline-block;
}
.tags li {
  display: inline-block;
}
.tags li a {
  background-color: #f0f0f0;
  padding: 3px 10px;
  font-size: 13px;
  margin: 0 2px 4px 0;
  border-radius: 3px;
  display: inline-block;
  color: #212121;
}
.tags li a:hover {
  background-color: #06c;
  color: #fff;
}
.entry-share {
  margin-top: 30px;
}
.entry-share ul {
  margin: 0;
  padding-left: 0;
}
.entry-share .social ul {
  display: inline-block;
}
.entry-share .social ul li {
  display: inline-block;
  padding: 0 6px;
}
.entry-share .social ul li a:hover {
  color: #353535;
}
.post-slider .swiper-pagination-bullets {
  bottom: 0;
  top: auto;
}
.post-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid #9e9e9e;
}
.post-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #9e9e9e;
}
.post-slider .swiper-wrapper {
  padding-bottom: 25px;
}
.post-slider-item {
  position: relative;
}
.post-slider-item:after {
  bottom: 0;
  content: "";
  display: block;
  height: 40%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(40%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.post-slider-item .embed-responsive-item {
  background-size: cover;
  background-repeat: no-repeat;
}
.post-slider-caption {
  position: absolute;
  padding: 6px 10px;
  color: #fff;
  font-size: 1rem;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.lightgallery-item-img {
  display: inline-block;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.lightgallery-item-img:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 16px 16px;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzNTIuMDU0IDM1Mi4wNTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1Mi4wNTQgMzUyLjA1NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxnPgoJPHBvbHlnb24gcG9pbnRzPSIxNDQuMjA2LDE4Ni42MzQgMzAsMzAwLjg0IDMwLDIzOC4wNTkgMCwyMzguMDU5IDAsMzUyLjA1NCAxMTMuOTk1LDM1Mi4wNTQgMTEzLjk5NSwzMjIuMDU0IDUxLjIxMiwzMjIuMDU0ICAgIDE2NS40MTksMjA3Ljg0NyAgIiBmaWxsPSIjMDAwMDAwIi8+Cgk8cG9seWdvbiBwb2ludHM9IjIzOC4wNTksMCAyMzguMDU5LDMwIDMwMC44NCwzMCAxODYuNjMzLDE0NC4yMDggMjA3Ljg0NiwxNjUuNDIgMzIyLjA1NCw1MS4yMTMgMzIyLjA1NCwxMTMuOTk1IDM1Mi4wNTQsMTEzLjk5NSAgICAzNTIuMDU0LDAgICIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.lightgallery-item {
  text-align: center;
  position: relative;
}
.post-wrapper {
  background: #fff;
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .post-wrapper {
    padding: 20px 0;
  }
}
.post-container {
  max-width: 620px;
  margin: 0 auto;
}
.post-title {
  font-weight: 500;
  color: #e0078c;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 767.98px) {
  .post-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.post-meta {
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 10px;
}
.post-meta .list-inline-item {
  vertical-align: middle;
  padding-right: 0;
}
.post-meta-img {
  background-color: #eee;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 32px;
  float: left;
  width: 32px;
}
.post-body,
.topic-post {
  color: #424242;
}
.post-body img:not(.img-free):not(.left):not(.right),
.topic-post img:not(.img-free):not(.left):not(.right) {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
}
.post-body img.img-free,
.post-body img.left,
.post-body img.right,
.topic-post img.img-free,
.topic-post img.left,
.topic-post img.right {
  max-width: 100%;
  margin: 0;
  width: auto;
  height: auto !important;
}
.post-body img.left,
.topic-post img.left {
  float: left;
}
.post-body img.right,
.topic-post img.right {
  float: right;
}
.post-body table,
.topic-post table {
  width: 100% !important;
}
.post-body,
.topic-post {
  position: relative;
  overflow-wrap: break-word;
}
.post-body .block-title-endow-txt,
.post-body .block-title-txt,
.post-body .don-slider-title,
.post-body .h1,
.post-body .h2,
.post-body .h3,
.post-body .h4,
.post-body .h5,
.post-body .h6,
.post-body .merchant-tab-heading,
.post-body .topic-content-name,
.post-body .topic-sidenav-title,
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6,
.topic-post .block-title-endow-txt,
.topic-post .block-title-txt,
.topic-post .don-slider-title,
.topic-post .h1,
.topic-post .h2,
.topic-post .h3,
.topic-post .h4,
.topic-post .h5,
.topic-post .h6,
.topic-post .merchant-tab-heading,
.topic-post .topic-content-name,
.topic-post .topic-sidenav-title,
.topic-post h1,
.topic-post h2,
.topic-post h3,
.topic-post h4,
.topic-post h5,
.topic-post h6 {
  margin: 30px 0 20px;
}
.post-body h1,
.topic-post h1 {
  letter-spacing: -0.5px;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.3157894737;
}
@media (min-width: 321px) {
  .post-body h1,
  .topic-post h1 {
    font-size: 56px;
    line-height: 1.3214285714;
    letter-spacing: -0.5px;
  }
}
.post-body h2,
.topic-post h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3333333333;
}
@media (min-width: 321px) {
  .post-body h2,
  .topic-post h2 {
    font-size: 22px;
    line-height: 1.3333333333;
  }
}
.post-body h3,
.topic-post h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4814814815;
}
@media (min-width: 321px) {
  .post-body h3,
  .topic-post h3 {
    font-weight: 700;
    font-size: 20px;
  }
}
.post-body h4,
.topic-post h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4814814815;
}
@media (min-width: 321px) {
  .post-body h4,
  .topic-post h4 {
    font-size: 17px;
  }
}
.post-body h5,
.topic-post h5 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
}
.post-body h6,
.topic-post h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
}
.post-body p,
.topic-post p {
  margin: 0 0 20px;
}
.post-body ol,
.post-body ul,
.topic-post ol,
.topic-post ul {
  margin-bottom: 1.25em;
  padding: 0;
}
.post-body ol li,
.post-body ul li,
.topic-post ol li,
.topic-post ul li {
  list-style-type: none;
  margin: 0 0 0.55em;
  padding: 0 0 0 1em;
}
.post-body ol li > ol,
.post-body ol li > ul,
.post-body ul li > ol,
.post-body ul li > ul,
.topic-post ol li > ol,
.topic-post ol li > ul,
.topic-post ul li > ol,
.topic-post ul li > ul {
  margin: 1em 0 0;
}
.post-body ul li,
.topic-post ul li {
  text-indent: -0.375em;
}
.post-body ul li::before,
.topic-post ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.2em;
  left: -0.55em;
  background-color: #424242;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.post-body ol,
.topic-post ol {
  counter-reset: item;
}
.post-body ol > li,
.topic-post ol > li {
  counter-increment: item;
  text-indent: -2em;
}
.post-body,
.topic-post {
  position: relative;
  overflow-wrap: break-word;
  color: #424242;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.post-body .post-desc,
.topic-post .post-desc {
  line-height: 1.8;
  color: #757575;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .post-body .post-desc,
  .topic-post .post-desc {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.post-body blockquote,
.topic-post blockquote {
  border-left: 3px solid #eee;
  padding-left: 16px;
}
.post-body blockquote p,
.topic-post blockquote p {
  font-style: italic;
}
.post-body blockquote:before,
.topic-post blockquote:before {
  content: "\201C";
  color: #eee;
  font-family: Avalon, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 0.25;
  position: relative;
  top: 0.225em;
}
.post-widget {
  width: 300px;
  margin: 0 auto 0 60px;
}
.post-widget .post-widget-item {
  margin-bottom: 20px;
  position: relative;
}
.post-widget .post-widget-item:focus .post-widget-title,
.post-widget .post-widget-item:hover .post-widget-title {
  color: #e0078c;
}
@media (max-width: 991.98px) {
  .post-widget {
    margin: 0;
    width: 100%;
  }
}
.post-widget-heading {
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #e0078c;
  font-weight: 700;
  font-size: 20px;
}
.post-widget-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.post-widget-img {
  width: 75px;
  margin-top: 2px;
}
.post-widget-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-widget-content {
  padding: 0 0 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post-widget-title {
  font-weight: 700;
  color: #424242;
  margin-bottom: 3px;
  line-height: 1.4;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.post-widget-time {
  font-size: 13px;
  color: #9e9e9e;
}
.section {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.job-search-form .form-control,
.job-search-form .select2-container .select2-selection--single,
.select2-container .job-search-form .select2-selection--single {
  display: block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
}
.hero-section-job {
  margin-bottom: 30px;
}
.job-search-btn {
  white-space: nowrap;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 0;
  background: #ca1820;
  color: #fff;
  border: none;
  outline: 0;
  font-size: 18px;
  border-radius: 5px;
}
.job-search-btn:hover {
  background: #ca1820;
}
.job-keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.job-keywords .button {
  display: inline-block;
  padding: 2px 8px;
  background: #ca1820;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
}
.job-keywords .button:hover {
  background: #ca1820;
}
.job-keywords-name {
  color: #fff;
  margin-right: 5px;
}
.hero-section .job-search-form {
  padding: 80px 0;
}
.job-search-form .job-search-sub {
  margin-bottom: 50px;
  color: #bdbdbd;
  font-weight: 400;
}
.job-search-form .job-search-sub > span {
  font-size: 1.2em;
  padding: 0 7px;
}
.job-search-form form {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.job-search-form form .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  margin-right: 10px;
}
.job-search-form form .form-group .form-group-inner {
  position: relative;
}
.job-search-form form .form-group i {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 16px;
  font-size: 16px;
  color: #a0a7ba;
  line-height: 50px;
}
.job-search-form form .button {
  font-size: 24px;
  border-radius: 4px;
  padding: 11px 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.listings-container .job-listing:first-of-type {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.listings-container .job-listing:last-of-type {
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.listings-container .job-listing:nth-child(2n) {
  background-color: #fafafa;
}
.listings-container .job-listing.urgent {
  border-top: 1px solid rgba(255, 192, 121, 0.5);
  border-bottom: 1px solid rgba(255, 192, 121, 0.5);
  background: #fff1e1;
  border-radius: 0;
}
.listings-container .urgent-tag {
  position: absolute;
  top: 7px;
  right: -23px;
  font-size: 12px;
  background: #e44343;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.job-listing {
  overflow: hidden;
}
.job-listing {
  display: block;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.job-listing:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.job-listing:hover:before {
  opacity: 1;
}
.job-listing:hover .job-listing-title {
  color: #ca1820;
}
.job-listing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  display: block;
  background: #ca1820;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.job-listing-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  color: #212121;
}
.job-listing-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  min-width: 0;
  width: 60px;
}
.job-listing-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.job-listing-title {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 3px;
}
.job-listing-footer {
  color: #9e9e9e;
}
.job-listing-footer span {
  color: #212121;
}
.job-listing-exprite {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
}
.job-listing-exprite span {
  color: #9e9e9e;
  font-size: 13px;
}
.jobs-position {
  padding: 0 15px;
}
.jobs-position-item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.jobs-position-item:hover .job-position-name {
  color: #ca1820;
}
.job-position-logo {
  width: 25px;
}
.job-position-name {
  margin-left: 10px;
}
.newsletter-job {
  padding-top: 20px;
  padding-bottom: 20px;
  background: 0 0;
  margin-top: 0;
  margin-bottom: 0;
}
.newsletter-job .newsletter-input {
  width: 100%;
  min-width: 0;
}
.newsletter-job .newsletter-img {
  width: 70px !important;
  height: auto;
  display: block !important;
}
.newsletter-job .newsletter-img img {
  bottom: 0;
  position: relative;
}
.file-input {
  background: #eee;
  border-radius: 3px;
  padding: 5px 10px 5px 40px;
  position: relative;
}
.file-input .file-input-img {
  width: 22px;
  left: 10px;
  position: absolute;
  top: 5px;
}
.file-input input {
  font-size: 12px;
}
@media all and (max-width: 480px) {
  .job-search-form form .form-group i {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .job-keywords .button {
    display: inline-block;
    padding: 2px 8px;
    background: #ca1820;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .job-keywords .button:hover {
    background: #ca1820;
  }
  .job-keywords-name {
    font-size: 13px;
    display: block;
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .job-search-form .job-search-sub {
    margin-bottom: 20px;
  }
  .job-search-form .form-control,
  .job-search-form .select2-container .select2-selection--single,
  .select2-container .job-search-form .select2-selection--single {
    display: block;
    width: 100%;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
  }
  .job-search-heading {
    font-size: 24px;
    line-height: 1.2;
  }
  .job-search-sub {
    font-size: 16px;
  }
  .job-search-btn {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 3px;
  }
  .job-search-btn .svg-icon {
    width: 14px;
    height: 14px;
  }
  .job-search-form form .form-group {
    margin: 0;
    margin-bottom: 10px;
  }
  .job-search-form form .form-group {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .job-search-btn {
    width: 100%;
  }
  .hero-section .job-search-form {
    padding: 40px 0;
  }
  .job-listing-details {
    padding: 10px 15px;
    color: #212121;
    border-bottom: 1px solid #eee;
  }
  .newsletter-img {
    width: auto;
    display: none;
  }
  .job-listing-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    min-width: 0;
    width: 30px;
    display: none;
  }
  .job-listing-description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .job-listing-title {
    font-size: 14px;
  }
  .job-listing-footer {
    font-size: 12px;
  }
  .job-listing-exprite {
    margin-top: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #616161;
    padding: 2px 6px;
    background: #eee;
    border-radius: 3px;
    font-size: 11px;
  }
  .job-listing-exprite span {
    font-size: 11px;
    color: #616161;
  }
  .job-listing-exprite br {
    display: none;
  }
}
.job-review li:not(:last-child) {
  margin-bottom: 10px;
}
.job-review li span {
  color: #757575;
  width: 150px;
  display: inline-block;
  font-size: 14px;
}
.job-review li strong {
  font-weight: 500;
}
.list-circle {
  list-style: none;
  margin-left: 20px;
  padding-left: 0;
}
.list-circle li {
  position: relative;
  margin-bottom: 10px;
}
.list-circle li:before {
  content: "";
  position: absolute;
  left: -17px;
  background: #06c;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 6px;
}
.job-exprite {
  font-size: 15px;
}
.job-exprite .list-inline-item:not(:last-child) {
  margin-right: 15px;
}
.job-exprite .svg-icon {
  width: 12px;
  height: 15px;
  vertical-align: -0.125em;
  fill: #bdbdbd;
}
.job-desc {
  font-size: 15px;
  margin: 0 0 25px;
  line-height: 1.47;
}
@media (max-width: 991.98px) {
  .job-top-btn {
    margin-top: 20px;
  }
  .job-desc {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .job-title {
    font-size: 20px;
    line-height: 1.3;
  }
  .job-review li span {
    width: 140px;
  }
  .job-review li strong {
    font-weight: 500;
  }
}
.page-error {
  position: relative;
  height: calc(100vh - 121px);
  background: #fff5fb;
  overflow: hidden;
  background-image: url("https://static.mservice.io/styles/desktop/images/Asset 2@3x.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 767.98px) {
  .page-error {
    height: calc(100vh - 48px);
  }
}
.btn:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f6388a),
    to(#7b1173)
  );
  background-image: linear-gradient(to right, #f6388a 0, #7b1173 100%);
}
.btn.btn-alt {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1511b1),
    to(#f6388a)
  );
  background-image: linear-gradient(to right, #1511b1 0, #f6388a 100%);
}
.btn.btn-alt:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f6388a),
    to(#1511b1)
  );
  background-image: linear-gradient(to right, #f6388a 0, #1511b1 100%);
}
.btn.btn-plane {
  background: #1511b1;
}
.btn.btn-simple .fa {
  color: #f6388a;
}
.btn.btn-more {
  color: #f6388a;
}
.btn.btn-more:hover {
  color: #1511b1;
}
.play-btn .play {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7b1173),
    to(#f6388a)
  );
  background-image: linear-gradient(to right, #7b1173 0, #f6388a 100%);
}
.play-btn .play > span {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7b1173),
    to(#f6388a)
  );
  background-image: linear-gradient(to right, #7b1173 0, #f6388a 100%);
}
.play-btn-alt .fa {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7b1173),
    to(#f6388a)
  );
  background: linear-gradient(to right, #7b1173 0, #f6388a 100%);
}
.play-btn > span:last-of-type {
  color: #554fff;
}
.io-azure .btn {
  border-radius: 4px;
}
.io-azure .btn:not(.btn-simple):not(.btn-plane) {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.io-azure .btn:after,
.io-azure .btn:before {
  border-radius: 4px;
}
.error-text-large {
  font-size: 250px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 17px;
  background: -webkit-linear-gradient(#fd5eb7, #ca1820);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
@media only screen and (max-width: 991px) {
  .error-text-large {
    font-size: 200px;
  }
  .error-content {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .error-text-large {
    font-size: 140px;
  }
  .error-content {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 480px) {
  .error-text-large {
    font-size: 70px;
  }
  .error-content {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1440px) and (max-height: 700px) {
  .error-content {
    margin-top: -40px;
  }
  .error-text-large {
    font-size: 150px;
  }
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
  .page-error {
    height: auto;
  }
  .error-content {
    padding: 100px 0 160px;
  }
}
.error-content {
  position: relative;
}
.error-content p {
  margin-bottom: 28px;
  color: #8284a5;
}
.error-graphics-one,
.error-graphics-two {
  position: absolute;
  z-index: -1;
}
.error-graphics-one {
  width: 250px;
  top: 20%;
  right: 100%;
  margin-right: 65px;
}
.error-graphics-two {
  width: 200px;
  left: 100%;
  top: 50%;
  margin-left: 40px;
}
.btn-gradient {
  border: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 46px;
  padding: 0 34px;
  border-radius: 23px;
  position: relative;
  color: #fff;
  z-index: 2;
  border-radius: 23px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f6388a),
    to(#7b1173)
  );
  background-image: linear-gradient(to right, #f6388a 0, #7b1173 100%);
}
.btn-gradient:hover:before {
  opacity: 1;
}
.btn-gradient:before {
  position: absolute;
  border-radius: 23px;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f6388a),
    to(#7b1173)
  );
  background-image: linear-gradient(to right, #f6388a 0, #7b1173 100%);
}
.btn-gradient.btn-sm,
.btn-group-sm > .btn-gradient.btn {
  line-height: 39px;
  padding: 0 24px;
}
.btn-gradient:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7b1173),
    to(#f6388a)
  );
  background-image: linear-gradient(to right, #7b1173 0, #f6388a 100%);
}
@media (max-width: 767.98px) {
  .manual-hero-title {
    font-size: 22px;
    line-height: 1.2;
  }
}
.manual-hero {
  padding: 50px 0 80px;
  background: #ca1820 url(../images/video-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
.manual-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ca1820ad;
}
.manual-hero .container {
  position: relative;
  z-index: 1;
}
.manual-device {
  position: relative;
  width: 274px;
  height: 514px;
  margin: 10px auto;
}
.manual-device-stock {
  position: absolute;
  width: 274px;
  height: 514px;
  background: url(http://vitapay.vn/help/images/vitapay-upload-api-190621112400-636967130404212068.png)
    no-repeat transparent;
  background-size: cover;
  z-index: 2;
  pointer-events: none;
}
.manual-device-slide .manual-device-swiper {
  width: 250px;
  display: block;
  margin: 0 auto;
  padding-top: 35px;
  padding-left: 0;
}
.manual-device-slide .manual-device-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .manual-device {
    position: relative;
    width: 232px;
    height: 437px;
    margin: 10px auto;
  }
  .manual-device-stock {
    position: absolute;
    width: 232px;
    height: 437px;
  }
  .manual-device-slide .manual-device-swiper {
    width: 210px;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
  }
}
.manual-page {
  margin-top: -40px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  position: relative;
  z-index: 2;
}
.manual-page-tab {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-radius: 5px;
  overflow: hidden;
  background: #eee;
}
@media (max-width: 767.98px) {
  .manual-page-tab {
    margin-bottom: 10px;
  }
}
.manual-page-tab .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.manual-page-tab .nav-link {
  line-height: 1.3;
  padding: 0 5px 0 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  color: #212121;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  color: #fff;
  background: #ca1820;
  font-weight: 500;
}
.manual-page-tab .nav-link:last-child:after,
.manual-page-tab .nav-link:last-child:before {
  display: none;
}
.manual-page-tab .nav-link.active {
  color: #fff;
  background: #ca1820;
  font-weight: 500;
}
.manual-page-tab .nav-link.active::before {
  border-left: 16px solid #ca1820;
}
.manual-page-tab .nav-link.active ~ .nav-link {
  background: #e0e0e0;
  color: #757575;
}
.manual-page-tab .nav-link.active ~ .nav-link::before {
  border-left: 16px solid #e0e0e0;
}
.manual-page-tab .nav-link:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 16px solid #ca1820;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  z-index: 3;
  margin-left: -2px;
}
.manual-page-tab .nav-link:after {
  margin-left: -1px;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 18px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .manual-page-tab .nav-link {
    padding: 0 5px 0 15px;
    height: 48px;
    font-size: 14px;
    line-height: 1.2;
  }
  .manual-page-tab .nav-link:first-child {
    padding: 10px 7px 10px 7px;
  }
}
@media (max-width: 767.98px) {
  .manual-page-tab {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
  }
  .manual-page-tab::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
  .manual-page-tab .nav-link {
    padding: 0 5px 0 20px;
    height: 44px;
    font-size: 14px;
    line-height: 1.2;
    min-width: 110px;
  }
  .manual-page-tab .nav-link:first-child {
    padding: 10px 7px 10px 7px;
  }
}
@media (max-width: 767.98px) {
  .promotion-how-title {
    font-size: 20px;
  }
}
.process {
  list-style: none;
  position: relative;
}
.process .process_item {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.process_item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 86px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  cursor: pointer;
}
.process_item.active .process__number {
  background: #06c;
}
.process_item.active .process__number span {
  color: #fff;
}
.process_item.active .process__body-content {
  max-height: var(--max-height);
  opacity: 1;
}
.process_item .process__number {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.process_item .process__body-title {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 5px;
  margin-bottom: 5px;
}
.process_item.active .process__body-title,
.process_item:hover .process__body-title {
  color: #06c;
}
.process_item .process__body-title {
  font-size: 15px;
  font-weight: 700;
  color: #212121;
}
.process__body-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
  transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 13px;
}
.bank-select-bg {
  padding: 10px 20px 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
  margin-top: -20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 767.98px) {
  .bank-select-bg {
    padding: 10px;
  }
}
.process__number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 px;
  flex: 0 0 px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: #e1e1e1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.process__number span {
  font-size: 14px;
  font-weight: 700;
  color: #212121;
  position: relative;
}
.process__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 15px;
}
.process__body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #616161;
}
.process li:not(:last-child) {
  padding-bottom: 5px;
}
.process .process_item:not(:last-child):before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 15px;
  top: 0;
  border-left: 1px dashed #e0e0e0;
  z-index: -1;
}
.bank-select {
  width: 250px;
  font-size: 16px;
}
.bank-select .bank-select-btn {
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  width: 250px;
  text-align: left;
  border: 2px solid #bdbdbd;
  color: #616161;
}
.bank-select .bank-select-btn:active,
.bank-select .bank-select-btn:hover {
  border: 2px solid #06c !important;
  color: #212121 !important;
  background: #fff !important;
}
.bank-select .bank-select-btn.dropdown-toggle {
  color: #212121 !important;
  background: #fff !important;
}
.bank-select .dropdown-menu {
  width: 250px;
  padding: 0;
}
.bank-select .dropdown-item {
  padding: 8px 20px;
}
.bank-select .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.bank-select .dropdown-item img {
  margin-right: 10px;
}
.bank-select .dropdown-item:active {
  background: #eee;
  color: #212121;
}
.payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.payment-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(20% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .payment-item {
    width: calc(20% - 10px);
  }
}
@media (max-width: 991.98px) {
  .payment-item {
    width: calc(33.3333% - 10px);
  }
}
.payment-item > span {
  display: block;
  font-size: 13px;
  color: #9eaecf;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.payment-item label {
  width: 100%;
  border: 2px solid #d3e0f3;
  border-radius: 4px;
  background: #fff;
  padding: 6px 14px 6px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.payment-item label span {
  padding-left: 15px;
}
.payment-item label:after {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 24px;
  width: 24px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
  content: "";
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
  background-size: cover;
  background-image: url("data:image/svg+xml;base64,\a   PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyNi42NjcgNDI2LjY2NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDI2LjY2NyA0MjYuNjY3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIGNsYXNzPSIiPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiMwMDFFRkYiIGQ9Ik0yMTMuMzMzLDBDOTUuNTE4LDAsMCw5NS41MTQsMCwyMTMuMzMzczk1LjUxOCwyMTMuMzMzLDIxMy4zMzMsMjEzLjMzMyAgYzExNy44MjgsMCwyMTMuMzMzLTk1LjUxNCwyMTMuMzMzLTIxMy4zMzNTMzMxLjE1NywwLDIxMy4zMzMsMHogTTE3NC4xOTksMzIyLjkxOGwtOTMuOTM1LTkzLjkzMWwzMS4zMDktMzEuMzA5bDYyLjYyNiw2Mi42MjIgIGwxNDAuODk0LTE0MC44OThsMzEuMzA5LDMxLjMwOUwxNzQuMTk5LDMyMi45MTh6IiBkYXRhLW9yaWdpbmFsPSIjNkFDMjU5IiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAxNkZGIj48L3BhdGg+PC9nPiA8L3N2Zz4=");
}
.payment-item input[type="radio"] {
  display: none;
}
.payment-item input[type="radio"]:checked ~ label {
  border-color: #2b56f5;
}
.payment-item input[type="radio"]:checked ~ label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.payment-icon {
  margin-bottom: 3px;
}
.payment-icon img {
  width: 30px;
}
.payment-cur {
  font-size: 16px;
  color: #304073;
}
@media (max-width: 767.98px) {
  .bank-select-bg {
    padding: 0;
    border: none;
    background: #fff;
  }
  .payment-list {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .payment-item {
    display: inline-block;
    width: 85px !important;
    margin-bottom: 0;
    margin-top: 10px;
    width: calc(50% - 10px);
  }
  .payment-item label {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4px 2px 4px;
  }
  .payment-item .payment-icon {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .payment-item .payment-cur {
    font-size: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .manual-hero {
    padding: 40px 0 40px;
  }
  .manual-page {
    margin-top: 0;
  }
}
.manual-process {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .manual-hero {
    padding: 30px 0 30px;
  }
  .manual-page {
    margin-top: 0;
  }
  .manual-page.container {
    padding-right: 0;
    padding-left: 0;
  }
  .manual-process {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 15px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bank-select-bg {
    margin-top: 0;
    margin-bottom: 0;
  }
  .process .process_item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    margin: 0 5px;
    text-align: center;
    position: static;
    min-height: 0;
  }
  .process .process_item:before {
    display: none;
  }
  .process .process_item .process__body {
    display: none;
    margin-top: 15px;
    padding-left: 0;
  }
  .process .process_item .process__number {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border: none;
    background: #e0e0e0;
  }
  .process .process_item .process__number span {
    color: #424242;
    font-size: 14px;
  }
  .process .process_item.active .process__body {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
  }
  .process .process_item.active .process__number {
    background: #06c;
  }
  .process .process_item.active .process__number span {
    color: #fff;
  }
  .process .process_item .process__body-title {
    font-size: 13px;
    color: #000 !important;
    font-weight: 400;
    line-height: 1.1;
  }
  .process .process_item .process__body-content {
    display: none;
    height: 130px !important;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 13px;
    text-align: left;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
  .process li:not(:last-child) {
    margin-bottom: 0 !important;
  }
  .process__body {
    margin-top: 10px !important;
  }
  .process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
.download-btn {
  display: inline-block;
  vertical-align: middle;
  background: #6541c1;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #6541c1),
    color-stop(98%, #d43396),
    color-stop(100%, #d43396)
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6541c1),
    color-stop(98%, #d43396),
    to(#d43396)
  );
  background: linear-gradient(to right, #6541c1 0, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  position: relative;
  padding: 10px 20px 10px 55px;
  border-radius: 28px;
  min-width: 180px;
}
.download-btn:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.download-btn svg {
  font-size: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6541c1),
    color-stop(98%, #d43396),
    to(#d43396)
  );
  background: linear-gradient(to right, #6541c1 0, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43396', endColorstr='#6541c1', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .download-btn svg {
    background: 0 0;
  }
}
.download-btn span.inner {
  position: relative;
  display: block;
}
.download-btn span.avail,
.download-btn span.store-name {
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6541c1),
    color-stop(98%, #d43396),
    to(#d43396)
  );
  background: linear-gradient(to right, #6541c1 0, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43396', endColorstr='#6541c1', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .download-btn span.avail,
  .download-btn span.store-name {
    background: 0 0;
  }
}
.download-btn span.avail {
  font-size: 11px;
}
.download-btn span.store-name {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 3px;
}
.download-btn:hover:before {
  opacity: 0;
}
.download-btn:hover span.avail,
.download-btn:hover span.store-name,
.download-btn:hover svg {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
@media (max-width: 767.98px) {
  .download-btn {
    padding: 8px 0;
    padding-left: 45px;
    border-radius: 20px;
    padding-right: 10px;
    min-width: 150px;
  }
  .download-btn svg {
    font-size: 24px;
    left: 14px;
  }
  .download-btn span.avail {
    font-size: 10px;
  }
  .download-btn span.store-name {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 3px;
  }
}
@media (max-width: 767.98px) {
  .promo-slider .swiper-slide {
    height: calc(100vh - 44px) !important;
    height: calc(var(--vh, 1vh) * 100 - 44px) !important;
  }
  .promo-slider .swiper-promo-height {
    height: calc(100vh - 44px) !important;
    height: calc(var(--vh, 1vh) * 100 - 44px) !important;
  }
}
.pro-qrcode {
  width: 126px;
  background: #fff;
  margin-right: 20px;
}
.slider-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.swiper-slide .background-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-promo-slider .swiper-slide {
  height: 500px;
}
.swiper-promo-slider .swiper-pagination-bullets {
  bottom: 20px;
  left: 0;
  right: 0;
}
.swiper-promo-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.swiper-promo-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media (max-width: 767.98px) {
  .swiper-promo-slider .swiper-button-next,
  .swiper-promo-slider .swiper-button-prev {
    display: none !important;
  }
}
.swiper-promo-height {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 767.98px) {
  .swiper-promo-slider .swiper-slide {
    height: 300px;
  }
  .swiper-promo-height {
    height: 300px;
  }
}
.swiper-slide .background-wrapper .background {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}
.promo-slider-content {
  z-index: 10000;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.promo-slider-txt {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .promo-slider-title {
    font-size: 28px;
    line-height: 38px;
  }
  .promo-slider-sub {
    font-size: 16px;
    line-height: 22px;
    max-width: 60%;
  }
  .promo-slider-txt {
    margin-top: 10%;
    font-size: 12px;
  }
  .promo-slider-content {
    margin-bottom: 15%;
  }
}
.swiper-container .mouse-wrapper {
  margin: 0 auto;
  display: block;
  width: 28px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 10px;
}
.swiper-container .mouse {
  width: 30px;
  height: 47px;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}
.swiper-container .mouse .mouse-scroll {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  position: relative;
  top: 10px;
  left: 11px;
  -webkit-animation: scrolls 1.3s ease-out infinite;
  animation: scrolls 1.3s ease-out infinite;
}
@-webkit-keyframes scrolls {
  0% {
    top: 10px;
    opacity: 1;
    height: 4px;
  }
  95% {
    top: 18px;
    opacity: 0;
    height: 10px;
  }
  100% {
    top: 8px;
    opacity: 1;
    height: 4px;
  }
}
@keyframes scrolls {
  0% {
    top: 10px;
    opacity: 1;
    height: 4px;
  }
  95% {
    top: 18px;
    opacity: 0;
    height: 10px;
  }
  100% {
    top: 8px;
    opacity: 1;
    height: 4px;
  }
}
.promo-quote-container {
  background-color: #d92b83;
  padding: 15px 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.promo-quote .promo-quote-title {
  color: #fef250;
}
@media (max-width: 991.98px) {
  .promo-quote-container {
    padding: 10px 0;
  }
  .promo-quote .promo-quote-title {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .promo-quote .promo-quote-sub {
    font-size: 0.9rem;
  }
  .promo-quote-img {
    width: 40px;
  }
}
.promo-combo-container {
  padding: 10px 0;
}
.promo-block {
  border: 1px solid #eee;
}
.promo-block-title {
  background: #af2070;
  color: #fff;
  padding: 10px 15px;
}
.promo-content {
  padding: 20px 20px 20px;
}
.promo-feature {
  background: url(https://static.mservice.io/styles/desktop/images/promotion/tt1d-pattern.jpg)
    no-repeat center center;
  background-size: cover;
}
.promo-feature.embed-responsive::before {
  padding-top: 86.11111%;
}
.promo-feature:hover .promo-feature-img {
  -webkit-transform: translate(-50%, -53%);
  transform: translate(-50%, -53%);
}
.promo-feature-badge {
  image-rendering: auto;
  background: url(https://static.mservice.io/styles/desktop/images/promotion/tt1d-bg.png)
    no-repeat center center;
  background-size: cover;
}
.promo-feature-badge::before {
  padding-top: 23.219%;
}
.promo-feature-badge .thumb {
  width: 35%;
}
.promo-feature-badge .txt {
  font-size: 16px;
  font-weight: 500;
}
.promo-feature-badge .content {
  height: 100%;
  color: #fff;
  padding: 0 20px 10px;
  text-align: center;
}
.promo-feature-content {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.promo-feature-content .txt1 {
  font-size: 16px;
}
.promo-feature-content .txt2 {
  font-size: 20px;
}
.promo-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.promo-feature-img {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 15px 20px 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 100%;
}
.promo-feature-img img {
  max-height: 100%;
}
.promo-feature-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.promo-feature-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(33.333% - 20px);
}
.promo-feature-item:hover .promo-feature-overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .promo-feature-item {
    width: calc(50% - 20px);
  }
}
.promo-gift-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(20% - 20px);
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}
.promo-gift-item .embed-responsive {
  border: 1px solid #e0e0e0;
}
.promo-gift-item .promo-gift-img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.promo-gift-content {
  padding: 10px 0;
}
.promo-gift-label {
  position: absolute;
  right: 5px;
  top: -10px;
  z-index: 2;
}
.promo-gift-title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .promo-gift-item {
    width: calc(50% - 20px);
  }
}
.promotion-accordion.help-center-accordion .card-link {
  padding: 5px 30px 5px 20px;
  background: #fff;
}
.promotion-accordion.help-center-accordion .card-body {
  background: #fff;
}
.promotion-accordion.help-center-accordion .card-link.collapsed {
  background: #e4e4e4;
}
.promotion-accordion.help-center-accordion .card {
  border: none;
  border-left: 2px solid #e4e4e4;
  margin-bottom: 15px;
}
.promotion-accordion.help-center-accordion .card-link .card-link-icon {
  background: 0 0;
  color: #424242;
}
.promotion-accordion.help-center-accordion .card-link .card-link-icon {
  top: 12px;
}
@media (max-width: 991.98px) {
  .promotion-accordion.help-center-accordion .card-link .card-link-icon {
    top: 10px;
  }
}
.swiper-screenshots {
  width: 100%;
  padding: 50px auto;
}
.swiper-screenshots .swiper-slide {
  text-align: center;
  background-position: center;
  width: 340px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035),
    0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035),
    0 7px 18px rgba(0, 9, 128, 0.05);
}
@media (max-width: 991.98px) {
  .swiper-screenshots .swiper-slide {
    width: 250px;
    height: auto;
  }
}
.swiper-screenshots .swiper-button-next,
.swiper-screenshots .swiper-button-prev {
  position: absolute;
  background-image: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 17px;
}
.swiper-screenshots .swiper-button-prev:before {
  content: "\f177";
  font-family: FontAwesome;
}
.swiper-screenshots .swiper-button-next:before {
  content: "\f178";
  font-family: fontAwesome;
}
.promotion-how {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.promotion-how .process_item .process__body-title {
  color: #fff !important;
}
.promotion-how .process__body {
  color: #fff;
}
.promotion-how .process__body-title {
  color: #fff;
}
.promotion-how .process__number {
  border: 2px solid #ca1820;
}
.promotion-how .process__number span {
  color: #ca1820;
}
.promotion-how .process_item.active .process__number {
  background: #ca1820;
}
.promotion-how .process_item.active .process__body-title,
.promotion-how .process_item:hover .process__body-title {
  color: #fff;
}
.promotion-how .bank-select-bg {
  background: rgba(255, 255, 255, 0.1);
}
.promotion-how .manual-page {
  background-color: #fff;
}
.promotion-how .manual-page-tab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #eee;
}
.promotion-how .manual-page-tab .nav-link {
  color: #ca1820;
  background: #fff;
}
.promotion-how .manual-page-tab .nav-link.active {
  color: #ca1820;
  background: #fff;
}
.promotion-how .manual-page-tab .nav-link.active::before {
  border-left: 16px solid #fff;
}
.promotion-how .manual-page-tab .nav-link.active ~ .nav-link {
  background: #e0e0e0;
  color: #757575;
}
.promotion-how .manual-page-tab .nav-link.active ~ .nav-link::before {
  border-left: 16px solid #e0e0e0;
}
.promotion-how .manual-page-tab .nav-link:before {
  border-left: 16px solid #fff;
}
.promotion-how .manual-page-tab .nav-link:after {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 18px solid #ca1820;
}
.countdown-s2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.countdown-s2-item {
  padding: 0 7px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  position: relative;
  z-index: 0;
}
.countdown-s2-time {
  display: block;
  color: #f02475;
  font-weight: 500;
  width: 75px;
  line-height: 75px;
  height: 75px;
  text-align: center;
  font-size: 35px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
.countdown-s2-time:after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  z-index: -1;
  border-radius: 50%;
  top: -3px;
  left: -3px;
  background: #ca1820;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ca1820),
    color-stop(98%, #d43396),
    to(#f02475)
  );
  background: linear-gradient(to right, #ca1820 0, #d43396 98%, #f02475 100%);
}
.countdown-title {
  color: #f02475;
}
.countdown-s2-text {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 15px;
  font-size: 16px;
  color: #424242;
}
.promo-countdown-container {
  padding: 40px 0 120px;
}
@media (max-width: 767.98px) {
  .countdown-s2-text {
    padding-top: 10px;
    font-size: 16px;
    color: #424242;
  }
  .promo-countdown-container {
    padding: 30px 0 100px;
  }
  .countdown-s2-time {
    display: block;
    color: #f02475;
    width: 50px;
    line-height: 48px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    position: relative;
  }
  .countdown-s2-time:after {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
  }
}
.promo-countdown-box {
  padding: 19px 0 0 0;
  max-width: 700px;
  margin: 0 auto;
}
.promo-countdown-box > h4 {
  text-align: center;
}
.promo-countdown-box .countdown-s2 {
  padding: 0 15px 10px;
}
.banner2 {
  position: relative;
}
.banner2-txt1 {
  font-weight: 700;
  color: #ca1820;
  font-size: 24px;
  position: absolute;
  left: 151px;
}
.banner2-txt2 {
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
  color: #ca1820;
}
.banner2-txt3 {
  position: absolute;
  position: absolute;
  right: 5px;
  bottom: 38px;
  color: #ca1820;
}
.banner2-img2 {
  padding-right: 20px;
}
.banner-txt-4 {
  position: absolute;
  color: #fff;
  bottom: 10px;
  width: 90%;
  left: 5%;
  font-size: 12px;
  text-align: center;
}
.banner2-img2 {
  display: inline-block;
}
.swiper-container-full .swiper-slide {
  height: 100%;
}
.swiper-container-full .swiper-promo-height {
  height: 100%;
}
.swiper-container-full .container {
  padding-left: 0;
  padding-right: 0;
}
.banner2-noidung {
  max-width: 500px;
  margin: 0 auto;
}
.banner2-img-mobile {
  max-width: 500px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .banner2 {
    margin-top: 20px;
    text-align: center;
  }
  .banner2-txt1 {
    font-weight: 700;
    color: #ca1820;
    font-size: 20px;
    position: absolute;
    left: 171px;
  }
  .banner2-noidung {
    padding: 10px;
  }
}
@media (max-width: 991.98px) {
  .banner2 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .banner2-txt1 {
    font-weight: 700;
    color: #ca1820;
    font-size: 20px;
    position: absolute;
    left: 171px;
  }
  .banner2-txt2 {
    font-size: 16px;
    line-height: 1.2;
  }
}
.promo-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.promo-gift .promo-feature {
  background: #fff;
  background-size: cover;
}
.promo-gift .promo-feature.embed-responsive::before {
  padding-top: 62.31343%;
}
.promo-gift .promo-feature:hover .promo-feature-img {
  -webkit-transform: translate(-50%, -53%);
  transform: translate(-50%, -53%);
}
.promo-gift .promo-feature-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  width: calc(25% - 10px);
}
.promo-gift .promo-feature-content {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.promo-gift .promo-feature-content .txt1 {
  font-size: 14px;
}
.promo-gift .promo-feature-content .txt2 {
  font-size: 16px;
}
.promo-gift .promo-feature {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: calc(100% - 20px) !important;
  margin-left: 10px;
}
.promo-gift .promo-feature-badge .txt {
  font-size: 12px;
}
@media (max-width: 991.98px) {
  .promo-gift .promo-feature-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 991.98px) {
  .promo-gift-item {
    width: calc(50% - 10px);
  }
  .promo-feature-item {
    width: calc(50% - 10px);
  }
  .promo-content {
    padding: 0;
  }
  .promo-block {
    border: none;
  }
  .promo-features {
    margin-left: -5px;
    margin-right: -5px;
  }
  .promo-feature-item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .promo-feature-content {
    padding: 5px 0;
  }
}
@media (max-width: 767.98px) {
  .promo-feature-img {
    padding: 5px 10px;
  }
  .promo-feature-badge .txt {
    font-size: 11px;
    line-height: 1.2;
  }
  .promo-feature-badge .content {
    padding: 0 5px 5px;
  }
  .promo-feature-content .txt2 {
    font-size: 14px;
    line-height: 1.2;
  }
  .promo-feature-content .txt1 {
    font-size: 12px;
    line-height: 1.2;
  }
  .promo-gift .promo-feature-content .txt2 {
    font-size: 14px;
  }
  .promo-gift .promo-feature-content .txt1 {
    font-size: 12px;
  }
}
.bottom-promotion {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  max-width: 400px;
  min-width: 350px;
  z-index: 1000;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-scroll-promotion .bottom-promotion {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bottom-promotion-close {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 5px;
  right: 15px;
  z-index: 11;
  cursor: pointer;
}
.bottom-promotion {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  max-width: 400px;
  min-width: 350px;
  z-index: 1000;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-scroll-promotion .bottom-promotion {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bottom-promotion-close {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 5px;
  right: 15px;
  z-index: 11;
  cursor: pointer;
}
.bottom-promotion2 {
  min-width: 100px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.bottom-promotion2 .bottom-promotion-close {
  font-size: 20px;
  top: 5px;
  right: 10px;
  line-height: 1;
}
.bottom-promotion2 .bottom-promotion-close2 {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 5px;
  right: 10px;
  line-height: 1;
  z-index: 11;
  cursor: pointer;
  display: none;
}
.bottom-promotion2.is-active {
  width: 500px;
  max-width: 500px;
}
.bottom-promotion2.is-active .bottom-promotion-close2 {
  display: block;
}
.bottom-promotion2.is-active .bottom-promotion-close {
  display: none;
}
.bottom-promotion2.is-active .content1 {
  display: none;
}
.bottom-promotion2.is-active .content2 {
  display: block;
}
.bottom-promotion2 .content1 {
  display: block;
}
.bottom-promotion2 .content2 {
  display: none;
}
@media (max-width: 767.98px) {
  .bottom-promotion2 {
    display: block;
    width: 100%;
  }
  .bottom-promotion2.is-active {
    width: 100%;
  }
}
.table-promotion {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}
.table-promotion table {
  margin-bottom: 0;
}
.table-promotion .head {
  background-color: rgba(240, 36, 117, 0.8);
}
.table-promotion .head th {
  color: #fff;
  border: none !important;
}
.table-promotion .table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(0, 0, 0, 0.02);
}
.page-load-status {
  display: none;
  padding-top: 20px;
  text-align: center;
}
iframe#map_iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
@media (max-width: 991px) {
  iframe#map_iframe {
    height: 400px;
  }
}
.lienhe-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .lienhe-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.box_contacts {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
}
.box_contacts h2 {
  font-weight: 500;
  margin: 10px 0 10px 0;
  font-size: 21px;
}
.box_contacts a {
  color: #555;
}
.box_contacts a:hover {
  color: #004dda;
  text-decoration: underline;
}
.error_message {
  font-weight: 500;
  color: #e3464c;
}
.contact-float-btn {
  z-index: 1039;
  position: fixed;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  right: 300px;
}
.contact-float-chat {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
  padding: 8px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  color: #616161;
  font-size: 1.1rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact-float-chat.messenger {
  color: #0382f9;
  background: rgba(3, 130, 249, 0.05);
}
.contact-float-chat > .icon-w {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  color: #ca1820;
}
.contact-float-chat > .icon-w svg {
  width: 22px;
}
.contact-float-chat > span {
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
}
.contact-float-chat > span + span {
  margin-left: 5px;
}
.contact-float-chat:hover {
  color: #ca1820;
}
.contact-float-chat:hover.messenger {
  background: rgba(3, 130, 249, 0.1);
  color: #0382f9;
}
.contact-float-overlay {
  position: fixed;
  top: 0;
  visibility: hidden;
  opacity: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1038;
  background-color: rgba(0, 0, 0, 0.5);
}
.contact-float-overlay.active {
  visibility: visible;
  opacity: 1;
}
.contact-float-panel {
  background-color: #fff;
  z-index: 1039;
  position: fixed;
  width: 320px;
  border-radius: 6px;
  color: #212121;
  bottom: 40px;
  right: 295px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate3d(20px, 20px, 0) scale(0.9);
  transform: translate3d(20px, 20px, 0) scale(0.9);
}
.contact-float-panel.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.contact-float-panel .close-customizer-btn {
  position: absolute;
  padding: 10px 15px;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #111;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.contact-float-panel .close-customizer-btn:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.fcp-group-header {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
}
.fcp-content-form {
  padding: 15px 15px;
}
@media (max-width: 1199.98px) {
  .contact-float-btn {
    right: 50px;
  }
  .contact-float-panel {
    right: 50px;
  }
}
@media (max-width: 767.98px) {
  .contact-float-btn {
    right: 10px;
  }
  .contact-float-panel {
    right: 5px;
    width: 310px;
  }
  .contact-float-btn {
    border-radius: 50%;
    bottom: 30px;
  }
  .contact-float-panel {
    bottom: 10px;
  }
  .contact-float-chat {
    padding: 8px;
  }
  .contact-float-chat.messenger {
    display: none;
  }
  .contact-float-chat span {
    display: none;
  }
  .contact-float-chat > .icon-w svg {
    width: 18px;
  }
}
.cgv-container {
  background: #fff;
  padding: 30px 0;
}
.cgv-tabs {
  margin: 0 auto;
  max-width: 900px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cgv-tabs .nav-link {
  display: block;
  padding: 0 30px;
  position: relative;
  opacity: 0.8;
}
.cgv-tabs .nav-link.active {
  opacity: 1;
}
.cgv-tabs .nav-link.active .cgv-tabs-act {
  opacity: 1;
}
.cgv-tabs-act {
  margin-top: 10px;
  width: 50px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (max-width: 991.98px) {
  .cgv-container {
    background: #fff;
    padding: 20px 0;
  }
  .cgv-tabs .nav-link {
    display: block;
    padding: 0 10px;
  }
  .cgv-tabs-act {
    margin-top: 3px;
    width: 25px;
  }
}
@media (max-width: 767.98px) {
  .cgv-tabs .nav-link {
    display: block;
    padding: 0 5px;
  }
}
.tab-content-cgv {
  padding: 20px 0;
}
.cgv-subtitle {
  padding: 5px 20px;
  border-radius: 4px;
  letter-spacing: 1px;
}
.cgv-feature {
  text-align: center;
  margin: 0 auto 15px;
}
.cgv-feature-icon img {
  max-width: 180px;
}
.cgv-feature-content {
  font-weight: 300;
  margin-top: 20px;
  font-size: 21px;
  line-height: 1.5;
}
@media (max-width: 1199.98px) {
  .cgv-feature-icon img {
    width: 150px;
  }
  .cgv-feature-content {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .cgv-feature-icon img {
    width: 100px;
  }
  .cgv-feature-content {
    margin-top: 10px;
    font-size: 16px;
  }
}
.guide {
  padding: 30px 0;
}
.guide-desktop {
  background-image: url(https://statusmoney.com/images/homepage/background-slider.svg);
  background-position: 50%;
  background-size: cover;
  background-color: #efe4ea;
}
.guide-desktop-slider {
  overflow: hidden;
}
.guide-desktop-slider .guide-device-item {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
}
.guide-desktop-slider .guide-device-item img {
  border-radius: 6px;
}
.guide-device-swiper {
  padding: 10px;
}
.guide-device-swiper .swiper-slide {
  max-width: 800px;
}
@media (max-width: 1199.98px) {
  .guide-device-swiper .swiper-slide {
    max-width: 600px;
  }
}
.guide-step {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 15px 0;
  padding-bottom: 60px;
}
.guide-step-item.active .guide-step-cont {
  color: #ca1820;
}
.guide-step-item.active .guide-step-cont:before {
  border-color: #ca1820;
  color: #ca1820;
}
.guide-step-item.active .guide-step-info {
  opacity: 1;
}
.guide-step-cont {
  position: relative;
  z-index: 1;
  width: 33px;
  height: 33px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guide-step-cont:before {
  background: #fff;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #bdbdbd;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background 0.3s linear, border-color 0.3s linear;
  transition: background 0.3s linear, border-color 0.3s linear;
}
.guide-step-info {
  font-size: 18px;
  padding: 20px 0 10px;
  color: #616161;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 800px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1199.98px) {
  .guide-step-info {
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .guide-step-cont {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .guide-device-swiper {
    padding: 0;
  }
}
.feature-hero {
  padding: 20px 0 90px;
  position: relative;
  overflow: hidden;
  background-position: center bottom;
  background-color: #fff;
}
.feature-hero .container {
  z-index: 10;
  position: relative;
}
.feature-hero-title {
  font-size: 45px;
  margin-bottom: 20px;
}
.feature-hero-sub {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.feature-hero-app {
  margin-top: 30px;
  position: relative;
}
.feature-quaranty {
  background-size: cover;
  padding: 40px 0;
}
.feature-quaranty .title {
  margin-bottom: 20px;
  font-size: 30px;
}
.feature-howtouse {
  margin-top: 40px;
  margin-bottom: 40px;
}
.feature-quaranty-item {
  text-align: center;
}
.feature-quaranty-item .img {
  margin-bottom: 10px;
  height: 55px;
}
.feature-quaranty-item .name {
  margin-bottom: 10px;
  font-weight: 700;
}
.feature-quaranty-item ul {
  color: #757575;
}
.feature-quaranty-item ul li {
  margin-bottom: 5px;
}
.feature-padding {
  padding: 40px 0;
}
.feature-benefit {
  margin-bottom: 10px;
}
.feature-benefit-title {
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.feature-benefit-title .order {
  font-size: 60px;
  font-weight: 700;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  color: #e0e0e0;
}
.feature-benefit-txt {
  color: #757575;
  font-size: 16px;
}
.feature-howtouse .title {
  margin-bottom: 20px;
  font-size: 30px;
}
.ft-hero-swiper .swiper-pagination-bullets {
  bottom: 10px !important;
}
.ft-hero-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  border: 1px solid #fff;
}
.ft-hero-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.ft-hero-swiper .swiper-pagination-bullet-active {
  background: #f02475;
}
@media (max-width: 991.98px) {
  .ft-img {
    max-width: 320px;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .ft-img2 {
    max-width: 300px;
    width: 100%;
  }
}
.ft-section {
  background: #fff;
  padding: 60px 0;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .ft-section {
    padding: 30px 0;
  }
  .ft-section .btn-group-lg > .btn,
  .ft-section .btn.btn-lg {
    font-size: 14px;
  }
}
.ft-list-network .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
.ft-list-network li {
  margin-bottom: 10px;
}
.ft-list-network img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0.7;
}
.ft-list-network img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.ft-section-gray {
  background: #fafafa;
}
.ft-section-cat {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .ft-section-cat {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
.ft-hero-sub {
  font-size: 16px;
  line-height: 30px;
}
.ft-section-title {
  margin-bottom: 15px;
}
.ft-list li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.ft-list li:last-child {
  border-bottom: none;
}
.ft-list-icon {
  position: relative;
  padding-left: 35px !important;
  font-weight: 700;
}
.ft-list-icon img {
  top: -4px;
  position: absolute;
  left: 0;
}
.ft-card {
  width: 300px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 16px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 8px 16px 0;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.ft-card:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.ft-card-content {
  padding: 15px;
}
.feature-categories {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.feature-categories-list {
  overflow: hidden;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.feature-categories-list li {
  position: relative;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
  width: calc(20% - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(20% - 20px);
  flex: 0 0 calc(20% - 20px);
  background: #fff;
  padding-left: 50px;
  text-transform: uppercase;
  margin: 8px 10px;
}
.feature-categories-list li .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
}
.feature-categories-list li a {
  color: #424242;
  display: block;
  padding: 13px 10px;
}
.feature-categories-list li.is-active {
  border-color: #ca1820;
}
.feature-categories-list li.is-active a,
.feature-categories-list li:hover a {
  color: #ca1820;
}
@media (max-width: 1199.98px) {
  .feature-categories-list li {
    width: calc(25% - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
  }
}
@media (max-width: 991.98px) {
  .feature-categories-list li {
    width: calc(33.333% - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
  }
}
.feature-categories-list li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.ft-dash {
  border-top: 1px dashed #424242;
  max-width: 290px;
  padding: 10px 0 5px;
}
@media (max-width: 767.98px) {
  .feature-categories-list li {
    padding-left: 40px;
    width: calc(50% - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
  .feature-categories-list li a {
    font-size: 13px;
  }
}
.ft-doitac-container {
  background: #fff;
  padding: 10px 30px;
  border-radius: 10px;
}
.ft-doitac-container .row {
  overflow: hidden;
}
.ft-doitac-container .col-6 {
  position: relative;
}
.ft-doitac-container .col-6:after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background: #eee;
  left: 0;
}
.ft-doitac-container .col-6:before {
  content: "";
  top: 0;
  position: absolute;
  right: -2px;
  height: 100%;
  width: 1px;
  background: #eee;
}
.ft-doitac {
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  min-height: 120px;
}
.ft-doitac div {
  font-size: 13px;
}
.ft-doitac-img {
  position: absolute;
  left: 2px;
  top: 10px;
}
.ft-doitac-name {
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .ft-doitac {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
  }
  .ft-doitac-img {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 10px;
  }
  .ft-doitac-container {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
  }
}
.ft-tab {
  margin-bottom: 20px;
}
.ft-tab .nav-item:not(:last-child) {
  margin-right: 10px;
}
.ft-tab img,
.ft-tab svg {
  position: absolute;
  left: 10px;
  top: 13px;
}
.ft-tab a {
  width: 170px;
  height: 50px;
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #212121;
  line-height: 1.2;
  font-size: 14px;
  padding: 5px 10px 5px 40px;
  border: 1px solid #eee;
}
.ft-tab a.active {
  border: 1px solid #06c;
}
.ft-tab a.active:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -13px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13.5px 12px 13.5px;
  border-color: transparent transparent #fff transparent;
}
.ft-tab a.active:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -14px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 12px 14px;
  border-color: transparent transparent #e0e0e0 transparent;
}
.ft-tinhthanh {
  overflow: hidden;
}
.ft-tinhthanh > div {
  padding-bottom: 9px;
  padding-top: 10px;
  position: relative;
}
.ft-tinhthanh > div:after {
  content: "";
  height: 1px;
  background: #eee;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.desnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  white-space: nowrap;
  text-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #eee;
}
.desnav .nav-item {
  padding: 0 20px 0;
  margin-bottom: 3px;
}
.desnav .nav-item .nav-link {
  display: block;
  padding: 5px 0;
  color: #212121;
  position: relative;
}
.desnav .nav-item .nav-link:after {
  content: "";
  width: 70px;
  height: 3px;
  border-radius: 10px;
  display: block;
  background: 0 0;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -3px;
}
.desnav .nav-item .nav-link.active {
  color: #ca1820;
  font-weight: 700;
}
.desnav .nav-item .nav-link.active:after {
  background: #ca1820;
}
@media (max-width: 767.98px) {
  .des-accordion {
    font-size: 14px;
  }
}
.des-accordion .card {
  margin-bottom: 10px;
  border-radius: 0;
  border-color: #f5f5f5;
}
.des-accordion .card-body {
  color: #616161;
  font-size: 14px;
}
.des-accordion .card-header {
  border-bottom: none;
  background: #fff;
  padding: 0;
}
.des-accordion .card-link {
  display: block;
  padding: 10px 30px 10px 20px;
  font-size: 15px;
  background: #fff;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  position: relative;
}
@media (max-width: 767.98px) {
  .des-accordion .card-link {
    font-size: 14px;
  }
}
.des-accordion .card-link .card-link-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #9e9e9e;
  color: #fff;
  position: absolute;
  top: 16px;
  right: 12px;
  text-align: center;
  font-weight: 400;
  line-height: 14px;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .des-accordion .card-link .card-link-icon {
    top: 13px;
  }
}
.des-accordion .card-link .plus {
  display: none;
}
.des-accordion .card-link.collapsed {
  background: #fff;
}
.des-accordion .card-link.collapsed .minus {
  display: none;
}
.des-accordion .card-link.collapsed .plus {
  display: block;
}
.des-accordion .card-header:first-child {
  border-radius: 0;
}
.des-accordion .card-link {
  color: #212121;
  font-weight: 500;
}
.des-accordion .card-body {
  padding: 0 20px 10px 20px;
  background: #fff;
}
.app-download-btn {
  border-radius: 50px;
  padding: 3px 16px 2px;
  min-height: 37px;
  color: #fff;
}
.app-download-btn .app-icon {
  width: 20px;
  margin-right: 10px;
}
.app-download-btn svg {
  fill: #fff;
  opacity: 0.9;
}
.app-download-btn .download-text {
  line-height: 1.1;
}
.app-download-btn .download-text small {
  opacity: 0.9;
}
.branch-hero {
  padding: 30px 0;
  background-color: #d0f1f6;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
.beanch-hero-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.branch-feature {
  max-width: 230px;
  padding: 30px 20px;
  text-align: center;
  margin-right: 10px;
}
.branch-feature .num {
  font-size: 35px;
  font-weight: 700;
}
.branch-feature .txt {
  font-size: 18px;
}
.branch-feature .txt2 {
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .branch-hero {
    padding: 10px 0;
    background-position: 9% 100%;
  }
  .beanch-hero-feature {
    max-width: 230px;
  }
  .branch-feature {
    padding: 5px;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .branch-feature .num {
    font-size: 25px;
    font-weight: 700;
  }
  .branch-feature .txt {
    font-size: 13px;
  }
  .branch-feature .txt2 {
    font-weight: 700;
  }
}
@media (max-width: 991.98px) {
  .branch-hero {
    padding: 0;
    background-position: 40% 100%;
  }
  .branch-hero .container {
    padding: 0;
  }
  .beanch-hero-feature {
    padding: 10px;
    max-width: 250px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#d0f1f6),
      to(transparent)
    );
    background: linear-gradient(to right, #d0f1f6 0, transparent 100%);
  }
  .branch-feature {
    text-align: left;
    padding: 5px;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    font-size: 12px;
  }
  .branch-feature .num {
    font-size: 18px;
    font-weight: 700;
  }
  .branch-feature .txt {
    font-size: 13px;
  }
  .branch-feature .txt2 {
    font-weight: 700;
  }
}
.branch-search-form {
  background-color: #fff;
  padding: 20px 20px 15px 20px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
}
.branch-search-result {
  margin-top: 10px;
}
.doitac-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.doitac-list-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 10px;
  width: 125px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.doitac-list-item img {
  width: 100%;
  max-width: 90px;
}
@media (max-width: 767.98px) {
  .doitac-list-item {
    width: 85px;
    height: 85px;
  }
  .doitac-list-item img {
    width: 100%;
    max-width: 50px;
  }
}
.dtb-p .sgf-item {
  padding: 13px 20px;
  border-color: #e0e0e0;
}
.dtb-p .sgf-item .sgf-cont {
  padding: 0;
}
.dtb-p .sgf-item .sgf-title {
  margin-bottom: 0;
}
.sgf-item-avatar {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin-right: 15px;
}
.sg-post img {
  max-width: 100% !important;
  margin: 0 auto !important;
  display: block !important;
  height: auto !important;
}
.sg-cb-txt1 {
  position: relative;
  top: -7px;
}
.sg-cb-txt2 strong {
  color: #ca1820;
  font-size: 1.1em;
  display: block;
}
.sg-cb-txt2 br {
  display: none;
  clear: both;
}
.sg-cb-txt2 div {
  margin-bottom: 2px;
}
.sg-cb-card {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(251, 210, 207, 0.3)),
    to(rgba(251, 210, 207, 0.5))
  );
  background: linear-gradient(
    0deg,
    rgba(251, 210, 207, 0.3) 0,
    rgba(251, 210, 207, 0.5) 100%
  );
  border: 2px solid #ca1820;
  border-radius: 8px;
  margin-top: 15px;
}
.sg-cb-card .card-body {
  padding: 40px 1.5rem 14px;
}
.sg-promo {
  padding: 10px 0;
}
.sg-promo .sg-promo-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #e0e0e0;
}
.sg-promo-icon {
  background: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 7px;
  border-radius: 3px;
  margin-right: 15px;
  margin-top: 5px;
  overflow: hidden;
  float: left;
}
.sg-cb-heading {
  background-size: cover;
  background-size: cover;
  display: block;
  width: 302px;
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ft-cb-card {
  background: #fff0de;
  border-color: #fff0de;
}
.ft-cb-card .sg-cb-heading {
  width: 302px;
  height: 98px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 55px 7px 75px;
  text-shadow: 0 2px rgba(0, 0, 0, 0.1);
  line-height: 1.3;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.price-tag {
  display: inline-block;
  background-color: #ca1820;
  border-radius: 3px 4px 4px 3px;
  border-left: 1px solid #ca1820;
  margin-left: 19px;
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  width: auto;
  height: 16px;
  padding: 0 4px 0 5px;
}
.price-tag:before {
  content: "";
  position: absolute;
  display: block;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ca1820;
}
.dtb-header-img {
  border-radius: 5px;
  width: 115px;
  height: 115px;
  padding: 3px;
  background: #fff;
}
.dtb-header-img img {
  width: 100%;
  border-radius: 5px;
}
.sg-share {
  margin-top: 15px;
}
.sg-share-item {
  font-size: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #757575;
}
.sg-share-item:focus,
.sg-share-item:hover {
  background: #eee;
  color: #757575;
}
.award-container {
  overflow: hidden;
}
.award-container .award-item:last-child:before {
  background: 0 0;
  top: 25px;
}
.award-item {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 15px;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 100px;
}
.award-item:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ca1820;
  z-index: 2;
}
.award-item:before {
  content: "";
  position: absolute;
  top: 20px;
  height: 100%;
  width: 1px;
  background: #f7d6e9;
  left: 14px;
  z-index: 1;
}
.award-item-year {
  position: absolute;
  color: #ca1820;
  top: 10px;
  left: 35px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .award-item-year {
    position: relative;
    top: 0;
    left: 0;
  }
  .award-item {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 35px;
  }
  .branch-search-form {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .branch-search-form .form-control,
  .branch-search-form .select2-container .select2-selection--single,
  .select2-container .branch-search-form .select2-selection--single {
    font-size: 12px;
  }
}
.sg-new .new-item {
  overflow: hidden;
  background: #fff;
  padding: 0;
}
.sg-new .new-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}
.sg-new .new-item:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.sg-new .new-item:last-child {
  margin-bottom: 0;
}
.sg-new .new-item-img {
  width: 150px;
}
.sg-new .new-item-content {
  padding: 0 10px 0 15px;
}
.sg-accordion .card-link {
  padding: 10px 30px 10px 20px;
  font-size: 15px;
}
.sg-accordion .card {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f5f5f5;
}
.sg-accordion .card-body {
  font-size: 14px;
}
.microsite-body .wrapper {
  padding-top: 0;
  background: #fff;
}
.microsite-body .call a {
  color: #fff;
}
.microsite-body .call .text-dark {
  color: #fff !important;
}
.lixi-wrapper {
  background: #eb257d;
  position: relative;
  padding: 0 0 10px;
}
.lixi-hero {
  position: relative;
}
.lixi-quote {
  padding: 30px 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .lixi-quote {
    font-size: 20px;
  }
}
.lixi-tab {
  border-bottom: 4px solid #a22270;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 51px;
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.lixi-tab.nav-pills .nav-link {
  white-space: nowrap;
  border-radius: 8px;
  margin: 0 5px;
  padding: 8px 15px 3px 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  background: #fff;
  color: #9e9e9e;
  font-weight: 700;
}
.lixi-tab.nav-pills .nav-link.active {
  padding: 15px 5px 3px 5px;
  color: #fff;
  background: #a22270;
}
@media (max-width: 767.98px) {
  .lixi-tab {
    height: 40px;
  }
  .lixi-tab.nav-pills .nav-link {
    min-width: auto;
    border-radius: 8px;
    margin: 0 5px;
    padding: 8px 15px 3px 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
    background: #e0e0e0;
    color: #9e9e9e;
    font-weight: 700;
  }
  .lixi-tab.nav-pills .nav-link.active {
    padding: 12px 15px 3px 15px;
    color: #fff;
    background: #ec247e;
  }
}
.lixi-taitro {
  border: 1px solid #eee;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}
.lixi-taitro-item {
  min-width: 0;
  width: 16.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  position: relative;
  padding: 15px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.lixi-taitro-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.lixi-taitro-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.lixi-taitro-item:after {
  content: "";
  top: 0;
  position: absolute;
  right: -2px;
  height: 100%;
  width: 1px;
  background: #eee;
}
.lixi-taitro-item:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background: #eee;
}
@media (max-width: 991.98px) {
  .lixi-taitro-item {
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
}
.lixi-taitro-item2 {
  min-width: 0;
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  position: relative;
  padding: 15px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.lixi-taitro-item2:after {
  content: "";
  top: 0;
  position: absolute;
  right: -2px;
  height: 100%;
  width: 1px;
  background: #eee;
}
.lixi-taitro-item2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background: #eee;
}
@media (max-width: 991.98px) {
  .lixi-taitro-item2 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.lixi-countdown {
  padding: 19px 0 0 0;
  max-width: 500px;
  margin: 0 auto 20px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .lixi-countdown {
    margin-top: -10px;
  }
}
@media (min-width: 992px) {
  .lixi-countdown {
    margin-top: -100px;
  }
}
@media (min-width: 1200px) {
  .lixi-countdown {
    margin-top: -100px;
  }
}
.lixi-countdown > h4 {
  text-align: center;
}
.lixi-countdown .countdown-s2 {
  padding: 0 15px 10px;
}
.lixi-countdown .countdown-s2 .countdown-s2-text {
  color: #fff;
}
.lixi-menu {
  display: inline-block;
  margin: 10px 0;
}
@media (max-width: 767.98px) {
  .lixi-menu {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow-y: auto;
  }
}
.lixi-menu-item {
  vertical-align: bottom;
  display: inline-block;
  padding: 5px 20px;
  color: #757575;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.lixi-menu-item.is-active {
  color: #ca1820;
}
.lixi-menu-item:not(:last-child):after {
  content: "";
  height: 20px;
  width: 1px;
  background: #bdbdbd;
  right: -1px;
  top: 5px;
  position: absolute;
}
@media (max-width: 767.98px) {
  .lixi-menu-item {
    padding: 5px 10px;
  }
}
.lixi-hot-title {
  padding: 15px 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .lixi-hot-title {
    font-size: 20px;
  }
}
.promo-block-lixi {
  background: #ffefa1 !important;
  color: #ca1820 !important;
}
.lixi-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 30px 0 0;
}
.lixi-gist-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .lixi-gist-img img {
    max-height: 150px;
  }
}
.lixi-gift-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  min-width: 0;
  margin-bottom: 15px;
  text-align: center;
  padding: 0 10px;
  position: relative;
}
.lixi-gift-item:not(:last-child):after {
  content: "";
  position: absolute;
  height: 60%;
  width: 1px;
  background: #e0e0e0;
  right: -1px;
  top: 0;
}
@media (max-width: 991.98px) {
  .lixi-gift-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
}
@media (max-width: 767.98px) {
  .lixi-gift-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
.lixi-gist-name {
  margin-top: 10px;
  color: #ec247e;
}
.lixi-gist-num {
  color: #ec247e;
}
.countdown-challenge {
  display: inline-block;
}
.countdown-challenge-time {
  font-size: 26px;
}
.countdown-challenge-text {
  color: #616161;
}
.countdown-challenge-item {
  display: inline-block;
  margin: 0 5px;
}
.countdown-challenge-title {
  display: inline-block;
  color: #f02475;
  font-weight: 700;
}
.countdown-challenge-box {
  font-size: 16px;
}
.challenge-option {
  color: #757575;
  margin-bottom: 20px;
}
.challenge-option-title {
  color: #000;
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 15px;
}
.challenge-option-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.challenge-option-user li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background: #9e9e9e;
  margin: 5px;
}
.challenge-option-user li span {
  font-size: 16px;
  color: #fff;
}
.challenge-line {
  margin: 1.5rem 0;
}
.challenge-time {
  font-size: 15px;
}
.challenge-register .form-group {
  margin-bottom: 20px;
}
.challenge-register .form-control,
.challenge-register .select2-container .select2-selection--single,
.select2-container .challenge-register .select2-selection--single {
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #e0e0e0;
}
.challenge-register .form-control:focus,
.challenge-register .form-control:hover,
.challenge-register .select2-container .select2-selection--single:focus,
.challenge-register .select2-container .select2-selection--single:hover,
.select2-container .challenge-register .select2-selection--single:focus,
.select2-container .challenge-register .select2-selection--single:hover {
  border-color: #06c;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.challenge-register-submit img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  vertical-align: -10%;
}
.challenge-gift {
  margin: 0 auto;
}
.challenge-gift-img {
  border-radius: 5px;
  overflow: hidden;
}
.challenge-gift-desc {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
.dtt-col-left {
  background: #f5f5f5;
  min-height: 500px;
  width: 240px;
  z-index: 2;
}
.dtt-search {
  padding: 30px 20px;
}
.dtt-search .dtt-search-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .dtt-search.collapse {
    display: block;
  }
}
.dtt-search-tab {
  margin-left: -20px;
  font-weight: 500;
}
.dtt-search-tab .is-active .dtt-search-head {
  background: #ca1820;
  color: #fff;
}
.dtt-search-head {
  display: block;
  padding: 8px 10px 8px 20px;
  margin-bottom: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #212121;
}
.dtt-search-head:focus,
.dtt-search-head:hover {
  color: #ca1820;
}
.dtt-search-head svg {
  margin-right: 10px;
  vertical-align: -30%;
}
.dtt-search-item {
  margin-bottom: 30px;
}
.dtt-search-expand {
  padding: 10px 20px;
  margin-top: 15px;
  border-radius: 0;
  position: relative;
  background: #f5f5f5;
  display: block;
  width: 100%;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  text-align: left;
}
.dtt-search-expand svg {
  position: absolute;
  right: 15px;
  top: 12px;
}
.dtt-search-expand:active,
.dtt-search-expand:focus,
.dtt-search-expand:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.dtt-search-check li {
  margin-bottom: 15px;
}
.dtt-search-check .custom-checkbox input:checked ~ .custom-control-label {
  color: #ca1820;
}
.dtt-search-check .custom-control-label {
  display: block;
  padding-left: 10px;
  cursor: pointer;
}
.dtt-col-right {
  background: #fafafa;
}
.dtt-wrapper {
  padding: 30px 30px;
}
.dtt-search-title {
  color: #424242;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.dtt-search-rela {
  position: relative;
}
.dtt-search-rela .form-control,
.dtt-search-rela .select2-container .select2-selection--single,
.select2-container .dtt-search-rela .select2-selection--single {
  padding-left: 35px;
  background: #fff;
  height: 40px;
  border: 1px solid #fff;
}
.dtt-search-rela .dtt-search-icon {
  left: 10px;
  font-size: 15px;
  z-index: 1;
  top: 12px;
  right: auto;
  position: absolute;
  color: #9e9e9e;
}
.dtt-section-title {
  font-weight: 700;
  color: #424242;
}
.dtt-section-subtitle {
  font-size: 15px;
  margin-top: -5px;
  color: #757575;
  margin-bottom: 15px;
}
.dtt-section-more {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  margin-top: 2px;
  display: block;
}
.dtt-slider-container {
  padding-bottom: 30px;
}
.dtt-slider {
  max-width: 600px;
  margin: 0 auto;
  overflow: visible;
}
.dtt-slider .swiper-slide {
  padding: 0 10px;
}
.dtt-slider .swiper-slide img {
  border-radius: 5px;
}
.dtt-slider .swiper-pagination {
  bottom: -30px;
}
.dtt-slider .swiper-pagination-bullet {
  border: 1px solid #212121;
  width: 8px;
  height: 8px;
}
.place-filter-container {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1020;
  top: 54px;
  padding: 0;
}
.place-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 10px 0;
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}
.place-filter-openmap .custom-control-label {
  padding-top: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.place-filter-openmap .custom-switch {
  padding: 0 0 0 15px;
  cursor: pointer;
}
.place-filter-submit {
  padding: 5px 10px;
}
.place-item-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -6px;
  margin-right: -6px;
  overflow: hidden;
}
.place-item {
  width: calc(25% - 12px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 12px);
  flex: 0 0 calc(25% - 12px);
  max-width: calc(25% - 12px);
  margin: 6px;
  position: relative;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.place-item:focus .place-item-name,
.place-item:hover .place-item-name {
  color: #ca1820;
}
.place-item:focus .place-item-img,
.place-item:hover .place-item-img {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.place-item-info {
  margin-top: 5px;
}
.place-item-info .btn {
  font-size: 14px;
  padding: 2px 0;
  color: #616161;
}
.place-item-info .btn:focus,
.place-item-info .btn:hover {
  color: #06c;
}
.place-item-info .info-icon {
  vertical-align: -5%;
}
.place-item-img {
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  position: relative;
}
.place-item-img:hover .place-item-overlay {
  opacity: 1;
}
.place-item-overlay {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.place-item-overlay .btn {
  font-size: 12px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.place-item-pd {
  padding: 10px 0 0;
}
.place-item-cat {
  font-size: 12px;
  color: #ca1820;
}
.place-item-name {
  font-size: 14px;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 3px;
}
.place-item-address {
  font-size: 12px;
  color: #757575;
}
.star-block {
  display: inline-block;
  position: relative;
  background-size: 9px 9px;
  height: 10px;
  background-repeat: space no-repeat;
  width: 50px;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg' fill='%23D8D8D8'%3e%3cpath d='M972 380c9 28 2 50-20 67L725 619l87 280c11 39-18 75-54 75-12 0-23-4-33-12L499 790 273 962a58 58 0 0 1-78-12 50 50 0 0 1-8-51l86-278L46 447c-21-17-28-39-19-67 8-24 29-40 52-40h280l87-279c7-23 28-39 52-39 25 0 47 17 54 41l87 277h280c24 0 45 16 53 40z'/%3e%3c/svg%3e");
}
.place-item-star {
  font-size: 11px;
  color: #616161;
  margin-bottom: 10px;
}
.star-block-hide {
  overflow: hidden;
}
.star-block-bg {
  overflow: hidden;
  display: block;
  background-size: 9px 9px;
  height: 10px;
  width: 50px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg' fill='%23ffc107'%3e%3cpath d='M972 380c9 28 2 50-20 67L725 619l87 280c11 39-18 75-54 75-12 0-23-4-33-12L499 790 273 962a58 58 0 0 1-78-12 50 50 0 0 1-8-51l86-278L46 447c-21-17-28-39-19-67 8-24 29-40 52-40h280l87-279c7-23 28-39 52-39 25 0 47 17 54 41l87 277h280c24 0 45 16 53 40z'/%3e%3c/svg%3e");
  background-repeat: space no-repeat;
}
.place-item-func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}
.place-item-func li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.place-item-func li svg {
  font-size: 1.2em;
  vertical-align: -15%;
}
.place-item-func a {
  position: relative;
  display: block;
  z-index: 11;
  font-size: 11px;
  color: #9e9e9e;
}
.place-item-func a:active,
.place-item-func a:focus,
.place-item-func a:hover {
  color: #06c;
}
.place-item-foo {
  border-top: 1px solid #e0e0e0;
  padding: 8px 0;
  font-size: 11px;
}
.place-sort-container {
  padding: 0 0 20px;
}
.place-sort-name {
  font-size: 18px;
}
.map-place-height {
  height: 400px;
}
#map_right_listing {
  height: 100%;
  width: 100%;
}
.cluster img {
  display: none !important;
}
.cluster-visible {
  text-align: center;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 50%;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  background-color: #ca1820 !important;
  background-image: none !important;
}
.cluster-visible:before {
  border: 5px solid #ca1820;
  opacity: 0.2;
  -webkit-box-shadow: inset 0 0 0 4px #ca1820;
  box-shadow: inset 0 0 0 4px #ca1820;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: cluster-animation 2.5s infinite;
  animation: cluster-animation 2.5s infinite;
}
@-webkit-keyframes cluster-animation {
  0%,
  100% {
    -webkit-transform: scale(1.3) rotate(0);
    transform: scale(1.3) rotate(0);
  }
  50% {
    -webkit-transform: scale(1.5) rotate(90deg);
    transform: scale(1.5) rotate(90deg);
  }
}
@keyframes cluster-animation {
  0%,
  100% {
    -webkit-transform: scale(1.3) rotate(0);
    transform: scale(1.3) rotate(0);
  }
  50% {
    -webkit-transform: scale(1.5) rotate(90deg);
    transform: scale(1.5) rotate(90deg);
  }
}
.map {
  width: 100%;
  height: 500px;
}
.map.map_single {
  height: 400px;
}
.infoBox {
  z-index: 10;
  -webkit-animation: fadeIn 0.9s;
  animation: fadeIn 0.9s;
}
.infoBox > img {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  z-index: 9999;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.marker_info {
  width: 240px;
  border-radius: 5px;
  text-align: left;
  background: #000;
  background: #fff;
  position: relative;
  z-index: 999;
  font-family: Poppins, Helvetica, sans-serif;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}
.marker_info img {
  width: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
}
.marker_info h3 {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 3px;
  color: #444;
}
.marker_info em {
  display: inline-block;
  font-size: 11px;
  color: #616161;
  text-transform: uppercase;
  font-style: normal;
}
.marker_info span {
  display: block;
  padding: 10px 15px 0 15px;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  position: relative;
}
.marker_info span strong {
  display: block;
  font-weight: 500;
}
.marker_info:after {
  right: 50%;
  top: 100%;
  margin-right: -12px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}
.btn_infobox_get_directions,
a.btn_infobox_phone {
  border: none;
  display: inline-block;
  font-weight: 500;
  color: #06c;
  background: 0 0;
  cursor: pointer;
  font-size: 13px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  outline: 0;
}
.btn_infobox_get_directions:focus,
a.btn_infobox_phone:focus {
  outline: 0;
}
span.infobox_rate {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 8px;
  font-weight: 500;
  text-align: left;
  font-size: 11px;
  position: absolute;
  margin: 0;
  float: none;
  top: -30px;
  left: 0;
}
.marker_info .infobox-icon {
  width: 14px;
  display: inline-block;
  vertical-align: -15%;
  position: absolute;
  left: 0;
}
.place-filter-mobile {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1;
}
.place-filter-mobile .btn {
  padding: 3px 10px;
}
.single-place-header {
  z-index: 1;
  background: #f7f7f7;
  padding: 60px 0;
  position: relative;
}
.single-place-header .container {
  z-index: 100;
  position: relative;
}
.single-place-header:after,
.single-place-header:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 15;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #f7f7f7),
    color-stop(70%, rgba(247, 247, 247, 0.8)),
    color-stop(90%, rgba(247, 247, 247, 0.8))
  );
  background: linear-gradient(
    to right,
    #f7f7f7 50%,
    rgba(247, 247, 247, 0.8) 70%,
    rgba(247, 247, 247, 0.8) 90%
  );
}
.single-place-header:after {
  z-index: 5;
  background-color: #f7f7f7;
}
.single-place-header .background-image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  left: 50%;
  z-index: 10;
}
.single-place-header .single-place-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-place-header .left-side,
.single-place-header .right-side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-place-header .left-side {
  padding-right: 30px;
}
.single-place-header .right-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.single-place-header .header-image {
  height: 140px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  margin-right: 35px;
  background: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.single-place-header .header-image img {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0.25rem;
}
.single-place-header .header-meta {
  color: #757575;
}
.single-place-header .header-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-place-header .header-details h3 {
  font-size: 26px;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  margin-top: 3px;
  line-height: 36px;
  position: relative;
  display: inline-block;
}
.single-place-header .single-place-box {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: inline-block;
  padding: 20px 25px;
  margin-left: auto;
  border-radius: 0.25rem;
  color: #616161;
}
.single-place-header .single-place-box .time {
  font-size: 20px;
}
.single-place-header .single-place-type {
  font-size: 15px;
  color: #757575;
  font-weight: 400;
}
.dtt-hero-cat {
  min-height: 250px;
}
.place-detail-container {
  padding: 50px 0;
}
.single-place-gallery .swiper-slide {
  max-width: 320px;
}
#single-job-map-container {
  position: relative;
}
#single-job-map-container #singleListingMap {
  position: relative;
  height: 240px;
  border-radius: 4px;
}
.single-place-relative .place-item {
  width: calc(33.33333% - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.33333% - 20px);
  flex: 0 0 calc(33.33333% - 20px);
  max-width: calc(33.33333% - 20px);
}
.dtt-hero-dd {
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 20px;
}
.dtt-hero {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 15;
  position: relative;
  min-height: 430px;
}
.dtt-hero .pro-qrcode {
  width: 100px;
}
@media (max-width: 1199.98px) {
  .dtt-hero {
    min-height: 400px;
  }
}
.dtt-hero-content {
  z-index: 15;
  position: relative;
  margin-left: 15px;
}
.dtt-hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #616161;
}
.dtt-hero-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 300px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(30%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 0;
}
.view-map {
  padding: 35px 10px;
  background-size: cover;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dtt-hero-wrapper {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.dtt-hero-title {
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: 2.14286rem;
}
@media (max-width: 1200px) {
  .dtt-hero-title {
    font-size: calc(1.33929rem + 0.9375vw);
  }
}
.dtt-hero-sub {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 0 10px #000;
  margin-top: 5px;
  line-height: 1.4;
  max-width: 550px;
}
.dtt-hero-meta {
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0 10px #000;
  margin-top: 5px;
}
.sg-status.dtt-status {
  color: rgba(255, 255, 255, 0.8);
}
.single-place-section {
  margin-bottom: 40px;
}
.single-place-section .title {
  margin-bottom: 20px;
}
.single-place-phone svg {
  font-size: 1.2em;
  margin-right: 5px;
  vertical-align: -10%;
}
.single-place-widget {
  border-radius: 0.25rem;
  background: #f5f5f5;
}
.sg-how-swiper {
  padding-bottom: 20px;
}
.sg-how-swiper .swiper-pagination {
  bottom: 0;
}
.sg-how-swiper .swiper-pagination-bullet {
  border: 1px solid #212121;
  width: 8px;
  height: 8px;
}
.sg-how .how-step:not(:last-child) {
  margin-bottom: 25px;
}
.sg-how .how-step {
  max-width: 400px;
  margin: 0 auto;
}
.sg-how .how-step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  color: #616161;
  font-size: 12px;
  margin-bottom: 10px;
}
.sg-how .how-step-num {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #000;
  background: #e0e0e0;
  line-height: 20px;
  text-align: center;
  display: block;
}
.sg-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 -3px;
}
.sg-gallery .lightgallery-item {
  position: absolute;
}
.sg-gallery .lightgallery-item {
  cursor: pointer;
}
.sg-section-icon {
  font-size: 18px;
  color: #bdbdbd;
}
.sg-section-content {
  color: #424242;
  font-size: 14px;
}
.sg-gallery-col {
  padding: 0 3px;
}
.sg-gallery-col.col1 {
  width: 80.3%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80.3%;
  flex: 0 0 80.3%;
}
.sg-gallery-col.col2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}
.sg-gallery-col.col2 .sg-gallery-item {
  margin-bottom: 6px;
}
.sg-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
}
.sg-gallery-more {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.sg-score {
  font-size: 3.21429rem;
  font-weight: 700;
  color: #ca1820;
}
@media (max-width: 1200px) {
  .sg-score {
    font-size: calc(1.44643rem + 2.0625vw);
  }
}
.sg-progress .progress {
  height: 5px;
}
.sg-progress-t1 {
  width: 100px;
}
.sg-progress-t2 {
  width: 110px;
}
.sg-progress-item {
  padding: 5px 0;
}
.coupon-widget {
  margin-top: 0;
  border-radius: 4px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.coupon-widget:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.coupon-widget:before {
  content: "";
  background-color: #222;
  opacity: 0.8;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 4px;
  z-index: 1;
}
.coupon-widget a.coupon-top {
  padding: 32px 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  cursor: default;
  display: block;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.07);
}
.coupon-widget a.coupon-top h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  padding: 0 30px;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.coupon-valid-untill {
  background-color: #fff;
  display: inline-block;
  border-radius: 4px;
  padding: 5px 12px;
  line-height: 20px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 15px;
  color: #333;
}
.coupon-how-to-use {
  padding: 0 20px;
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.85);
}
.coupon-how-to-use strong {
  color: #fff;
}
.coupon-widget .coupon-bottom {
  border-top: 2px dashed rgba(255, 255, 255, 0.3);
  padding: 20px;
  margin: 0 0;
  position: relative;
  z-index: 10;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.coupon-code {
  font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 2px;
  position: relative;
  z-index: 11;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.09);
  border: 2px dashed rgba(255, 255, 255, 0.29);
}
.code-button,
.code-button:hover {
  text-align: center;
  border-radius: 50px;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 10px;
  line-height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #eee;
  color: #777;
  display: none;
}
.code-button:hover {
  background-color: #f91942;
  color: #fff;
}
.coupon-widget .coupon-bottom:after,
.coupon-widget .coupon-bottom:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.coupon-widget .coupon-bottom:after {
  left: initial;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.coupon-bottom,
.coupon-widget:before {
  background-color: #282828;
}
@media (max-width: 480px) {
  .coupon-widget a.coupon-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sg-header {
  padding: 50px 0 20px;
}
.sg-scrollspy {
  position: relative;
}
.sg-header-img {
  width: 100%;
}
.sg-detail {
  padding: 0 0 0 40px;
}
.sg-card {
  border-color: transparent;
}
.sg-title {
  font-size: 1.85714rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .sg-title {
    font-size: calc(1.31071rem + 0.6375vw);
  }
}
.sg-type .star-block {
  background-size: 12px 12px;
  height: 13px;
  margin-top: 2px;
  width: 70px;
  vertical-align: -9%;
}
.sg-type .star-block-hide {
  overflow: hidden;
}
.sg-type .star-block-bg {
  background-size: 12px 12px;
  height: 13px;
  width: 70px;
}
.sg-type-btn {
  padding: 3px 10px;
  line-height: 1;
  font-weight: 500;
}
.sg-status {
  color: #757575;
}
.sg-status .status {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #757575;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sg-status.is-open .status {
  background: #28a745;
}
.sg-status.is-open .status-txt {
  color: #28a745;
}
.sg-action {
  padding: 10px 0;
}
.sg-action-item {
  padding: 8px 0;
  color: #616161;
}
.sg-nav-container {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  position: -webkit-sticky;
  position: sticky;
  top: 54px;
  background: #fff;
  z-index: 12;
}
.sg-social-share {
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  top: 14px;
  right: 0;
}
.sg-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: scroll;
}
.sg-nav .nav-link {
  font-size: 13px;
  padding: 15px 0 12px;
  color: #212121;
  border-bottom: 2px solid transparent;
  display: inline-block;
  font-weight: 500;
}
.sg-nav .nav-link:not(:last-child) {
  margin-right: 35px;
}
.sg-nav .nav-link.active,
.sg-nav .nav-link.is-active {
  color: #06c;
  border-bottom-color: #06c;
}
.sg-nav .nav-link:hover {
  color: #212121;
}
.sg-section {
  padding: 20px 0;
}
.sg-section .manual-process {
  padding-bottom: 15px;
}
.sg-section .process__body-title {
  font-size: 14px;
  margin-top: 7px;
}
.sg-section .process__body-content {
  font-size: 13px;
}
.sg-section .process__number {
  font-size: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
}
.sg-section .process .process_item:not(:last-child):before {
  left: 15px;
}
.sg-section .process li:not(:last-child) {
  padding-bottom: 20px;
}
.sg-section-title {
  font-size: 1.28571rem;
  color: #212121;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .sg-section-title {
    font-size: calc(1.25357rem + 0.0375vw);
  }
}
.sg-uti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.sg-uti-icon {
  display: block;
  width: 20px;
  height: 100%;
}
.sg-uti-txt {
  display: block;
  margin-left: 15px;
}
.sg-tintuc .sg-tintuc-img {
  max-width: 130px;
}
@media (max-width: 767.98px) {
  .sg-tintuc .sg-tintuc-img {
    max-width: 100px;
  }
}
.sg-form-filter {
  max-width: 140px;
}
.sg-tintuc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.sg-tintuc-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sg-tintuc-item:first-child {
  padding-top: 0;
}
.sg-tintuc-item .new-meta {
  font-size: 12px;
}
.sg-tintuc-desc {
  font-size: 14px;
  color: #616161;
  margin-bottom: 5px;
}
.sg-tintuc-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 15px;
}
.sg-tintuc-title {
  font-size: 15px;
  font-weight: 700;
}
.cashback-card {
  padding: 10px;
  border: 1px solid #9de8ff;
  color: #757575;
  font-size: 13px;
  background: #f5fcfe;
  border-radius: 5px;
}
.cashback-card-title {
  color: #06c;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .dtt-hero-dd {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .dtb-header-img {
    width: 120px;
    height: 120px;
  }
  .dtt-hero {
    z-index: 10;
    padding-bottom: 30px;
  }
  .sg-social-share {
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    overflow: visible;
  }
  .sg-nav-container {
    top: 48px;
  }
}
@media (max-width: 767.98px) {
  .sg-header {
    padding: 15px 0 10px;
  }
  .sg-detail {
    padding: 0;
  }
  .sg-action {
    padding: 5px 0;
  }
  .sg-action-item {
    padding: 4px 0;
    font-size: 13px;
  }
  .sg-section {
    padding: 10px 0;
  }
  .sg-type {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sg-nav {
    top: 48px;
    z-index: 1021;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sg-gallery-more {
    opacity: 0;
  }
  .dtt-hero-overlay {
    display: none;
  }
  .dtb-header-img {
    width: 80px;
    height: 80px;
  }
  .dtt-hero-title {
    color: #212121;
  }
  .dtt-hero-sub {
    color: #616161;
    text-shadow: none;
  }
  .dtb-header-img {
    margin-top: -50px;
  }
  .dtt-hero-meta {
    font-size: 13px;
    color: #616161;
    text-shadow: none;
    margin-top: 5px;
  }
  .dtt-hero-meta .link-white {
    color: #616161;
  }
  .sg-status.dtt-status {
    color: #616161;
  }
  .dtt-hero-bg {
    height: 180px;
    display: block;
    width: 100%;
    position: relative;
  }
  .dtt-hero {
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #616161;
    text-align: center;
    display: block;
  }
  .dtt-hero-content {
    margin-left: 0;
  }
}
.sgf-img {
  width: 90px;
}
.sgf-cont {
  padding-left: 15px;
}
.sgf-item {
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid #eee;
}
.sgf-item:last-child {
  border-bottom: none;
}
.sgf-tag {
  color: #ca1820;
  font-size: 12px;
  margin-bottom: 2px;
}
.sgf-title {
  font-size: 12px;
  color: #9e9e9e;
  font-weight: 400;
}
.sgf-address {
  color: #212121;
  font-size: 14px;
  margin-top: 3px;
  font-weight: 500;
}
.sgf-direction {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sgf-direction .btn {
  font-size: 20px;
  color: #e0e0e0;
}
.sgf-direction:focus .btn,
.sgf-direction:hover .btn {
  color: #616161;
}
@media (max-width: 767.98px) {
  .sgf-cont {
    padding: 0;
  }
  .sgf-img {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sgf-pf {
    min-height: 65px;
    padding-left: 75px;
  }
  .sg-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .place-item-func {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 0;
  }
  .place-item-func li {
    margin-bottom: 5px;
  }
  .map-place-height {
    height: 300px;
  }
  .place-filter-mobile {
    left: 15px;
  }
  .dtt-hero-title {
    font-size: 2rem;
    line-height: 1.2;
  }
  .place-item {
    width: calc(50% - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .place-item-name {
    font-size: 14px;
  }
  .single-place-relative .place-item {
    margin: 5px;
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .place-filter-openmap {
    top: 0;
  }
  .single-place-header {
    padding: 50px 0;
  }
  .single-place-header .header-image {
    height: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 20px;
  }
  .single-place-header .single-place-box {
    padding: 10px 15px;
  }
  .single-place-header .left-side {
    padding-right: 20px;
  }
  .single-place-header .header-details h3 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 28px;
  }
  .place-detail-container {
    padding: 30px 0;
  }
  .dtt-hero-cat {
    min-height: 200px;
  }
  .dtt-col-right {
    background: #fff;
  }
  .dtt-wrapper {
    padding: 10px 0;
  }
  .dtt-search {
    padding: 15px;
    background: #f5f5f5;
  }
  .dtt-search-item {
    margin-bottom: 20px;
  }
  .dtt-col-left {
    background: #fff;
  }
}
@media (max-width: 767.98px) {
  .single-place-header {
    font-size: 13px;
    padding: 30px 0;
  }
  .single-place-header .header-image {
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    margin: 0 auto;
  }
  .single-place-header .left-side {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .single-place-header .right-side {
    text-align: center;
  }
  .single-place-header .single-place-type {
    font-size: 13px;
  }
  .single-place-header .header-details {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .single-place-header .header-details h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .single-place-header .single-place-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 20px 0 0;
    margin: 0 auto;
  }
  .single-place-header .single-place-box .time {
    font-size: 18px;
  }
  .single-place-section {
    margin-bottom: 30px;
  }
  .single-place-section .title {
    margin-bottom: 15px;
  }
  .place-detail-container {
    padding: 25px 0;
  }
  .single-place-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .dtt-hero-title {
    font-size: 1.8rem;
  }
  .place-item-grid {
    padding-left: 5px;
    padding-right: 5px;
  }
  .place-item {
    margin: 5px;
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .place-filter-mobile {
    left: 10px;
  }
}
.unsub-wrapper {
  min-height: 70vh;
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #ca1820),
    to(#f02475)
  );
  background-image: linear-gradient(to top, #ca1820 0, #f02475 100%);
}
.unsub {
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.unsub-content {
  padding: 30px 40px;
}
.unsub-header {
  font-size: 1.71429rem;
}
@media (max-width: 1200px) {
  .unsub-header {
    font-size: calc(1.29643rem + 0.4875vw);
  }
}
.unsub-message {
  font-size: 1.14286rem;
  color: #616161;
}
.unsub-footer {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  margin-top: 30px;
}
.unsub-footer-action {
  display: inline-block;
}
.maillist {
  padding: 40px;
}
.maillist-title {
  font-size: 20px;
  font-weight: 700;
  color: #ca1820;
}
.maillist-sub {
  font-size: 18px;
  font-weight: 700;
}
.maillist-item-container .maillist-item:nth-child(2n) {
  background: #fff;
}
.maillist-item {
  padding: 20px 20px;
  border-radius: 8px;
  background: #fafafa;
}
.maillist-item .custom-control {
  padding-left: 35px;
}
.maillist-item .custom-control-label:after,
.maillist-item .custom-control-label:before {
  left: -37px;
  top: 50%;
  margin-top: -10px;
}
.maillist-item-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}
.maillist-item-txt {
  font-size: 13px;
  color: #9e9e9e;
}
@media (max-width: 767.98px) {
  .maillist {
    padding: 20px;
  }
  .maillist-item {
    padding: 15px;
    border-radius: 5px;
  }
  .maillist-item .custom-control {
    padding-left: 30px;
  }
  .maillist-item .custom-control-label:after,
  .maillist-item .custom-control-label:before {
    left: -30px;
  }
}
.cashback-ad-container {
  position: relative;
}
.cashback-ad-pd {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .cashback-ad-pd {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.cashback-cat-nav {
  margin-left: -1px;
}
.cashback-cat-nav .swiper-slide {
  display: block;
  background: #fff;
  padding: 5px 10px;
  height: 54px;
  line-height: 1.3;
  cursor: pointer;
  width: 20%;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #424242;
}
.cashback-cat-nav .swiper-slide:last-child:before {
  display: none;
}
.cashback-cat-nav .swiper-slide:before {
  content: "";
  height: 50%;
  width: 1px;
  background: #e0e0e0;
  right: -1px;
  z-index: 1;
  position: absolute;
}
.cashback-cat-nav .swiper-slide:after {
  content: "";
  height: 3px;
  width: 100px;
  background: 0 0;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  z-index: 1;
  position: absolute;
}
.cashback-cat-nav .swiper-slide.is-active {
  color: #ca1820;
  font-weight: 700;
}
.cashback-cat-nav .swiper-slide.is-active:after {
  background-color: #ca1820;
}
@media (max-width: 991.98px) {
  .cashback-cat-nav {
    display: none;
  }
}
.cashback-ad .swiper-slide {
  height: 100%;
  position: relative;
}
.cashback-ad-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #bdbdbd;
}
.cashback-ad-item:before {
  content: "";
  display: block;
  padding-top: 25%;
}
.cashback-ad-item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cashback-swiper-btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-size: 10px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  background-image: none;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cashback-swiper-pagination.swiper-pagination-bullets {
  bottom: 5px !important;
}
.cashback-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}
.cashback-swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.cashback-swiper-pagination .swiper-pagination-bullet-active {
  background: #f02475;
}
.cashback-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}
.cashback-cat-more {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #06c;
  font-size: 16px;
  right: -15px;
  top: 50%;
  cursor: pointer;
  margin-top: -15px;
}
.cashback-cat-more:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: transparent;
}
.cashback-cat-more .svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.cashback-cat-more:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cashback-cat-more .dropdown-menu {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: block;
  left: auto;
  padding: 0;
  margin-top: 10px;
  right: 0;
  width: 200px;
  border: 1px solid #eee;
}
.cashback-cat-more .dropdown-menu:before {
  border: solid transparent;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #eee;
  border-width: 7px;
  margin-left: -7px;
  bottom: 100%;
  right: 6px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cashback-cat-more .dropdown-menu:after {
  bottom: 100%;
  right: 7px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.cashback-cat-more .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}
.cashback-cat-more .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
.cashback-cat-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding: 0 5px;
  text-align: center;
}
.cashback-cat-item.is-active .cashback-cat-name {
  color: #ca1820;
}
.cashback-cat-item:focus .cashback-cat-name,
.cashback-cat-item:hover .cashback-cat-name {
  color: #ca1820;
}
.cashback-cat-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.cashback-cat-img img {
  width: 32px;
}
.cashback-cat-name {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 13px;
  line-height: 15px;
}
.cashback-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.cashback-grid .cashback-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(16.667% - 20px);
  flex: 0 0 calc(16.667% - 20px);
  width: calc(16.667% - 20px);
  margin: 10px;
}
@media (max-width: 1199.98px) {
  .cashback-grid .cashback-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
  }
}
@media (max-width: 767.98px) {
  .cashback-grid .cashback-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 575.98px) {
  .cashback-grid .cashback-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
.cashback-item {
  min-width: 0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.cashback-item:focus .cashback-item-content .name,
.cashback-item:hover .cashback-item-content .name {
  color: #ca1820;
}
.cashback-item-img {
  position: relative;
}
.cashback-item-content {
  padding: 8px 10px;
  z-index: 1;
  position: relative;
}
.cashback-item-content .name {
  margin: 0 0 3px;
  font-weight: 400;
  line-height: 1.3;
}
.cashback-item-content .desc {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding: 5px 10px;
  left: 10px;
  right: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 42px;
}
.cashback-item-content .desc-text {
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cashback-item-content .loca {
  font-size: 12px;
  padding-top: 2px;
  color: #9e9e9e;
}
.cashback-item-label {
  display: inline-block;
  padding: 4px 7px;
  line-height: 1;
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  background: #ff6b00;
}
.cashback-section {
  margin-bottom: 45px;
}
.cashback-section-cat {
  margin-bottom: 35px;
}
.cashback-title2 {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 20px;
  overflow: hidden;
}
.cashback-title2:after,
.cashback-title2:before {
  border-top: 1px solid #e9e9e9;
  content: "";
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  position: relative;
  top: 0.7em;
  width: 10%;
}
.cashback-title2:before {
  right: 1%;
}
.cashback-title2:after {
  left: 1%;
}
@media (max-width: 767.98px) {
  .cashback-title2 {
    margin: 20px 0 10px;
  }
}
.cashback-block .cashback-item {
  border: 1px solid #eee;
}
.cashback-block-cat {
  background: 0 0;
  padding: 0;
  border-radius: 0;
}
.cashback-block-cat .cashback-title {
  padding-bottom: 8px;
  margin-bottom: 21px;
  border-bottom: 1px solid #e0e0e0;
}
.cashback-block-highlight {
  background: #ffeff0;
  margin-top: 20px;
  border-radius: 5px;
  padding: 15px 20px;
}
.cashback-block-highlight .sieuto-title {
  margin-top: -50px;
}
.cashback-slider {
  padding: 15px;
}
.cashback-slider .cashback-item {
  border: 1px solid #eee;
}
.cashback-slider .swiper-slide {
  max-width: 180px;
}
.cashback-slider .swiper-button-next,
.cashback-slider .swiper-button-prev {
  top: 40%;
  width: 30px;
  height: 45px;
  border-radius: 5px;
  margin-top: -22px;
  background-size: 16px 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
}
.cashback-slider .swiper-button-next {
  right: 0;
}
.cashback-slider .swiper-button-prev {
  left: 0;
}
.cashback-ad .swiper-button-next,
.cashback-ad .swiper-button-prev {
  top: 50%;
  width: 45px;
  line-height: 45px;
  height: 45px;
  border-radius: 50%;
  margin-top: -23px;
  background-size: 14px 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
}
.cashback-ad .swiper-button-next {
  right: 10px;
}
.cashback-ad .swiper-button-prev {
  left: 10px;
}
.cashback-title {
  margin-bottom: 15px;
  position: relative;
}
.cashback-title .in {
  font-weight: 700;
}
.cashback-title .in-img {
  width: 30px;
  vertical-align: -25%;
}
.cashback-title .dash {
  height: 1px;
  width: 100%;
  background: #e0e0e0;
}
.cashback-slider-container {
  background: #fff;
  padding: 0;
  border-radius: 5px;
}
.cbs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 10px;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.cbs-content {
  padding: 0 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.cbs-content .name {
  font-size: 14px;
  color: #06c;
  font-weight: 700;
  margin-bottom: 3px;
}
.cbs-content .sub {
  font-size: 12px;
  line-height: 16px;
  color: #9e9e9e;
}
.cbs-content .sub2 {
  font-size: 12px;
  color: #9e9e9e;
}
.cbs-content .rate {
  color: #9e9e9e;
  margin-top: 5px;
}
.cbs-img {
  width: 60px;
  height: 60px;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.cbs-img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.cbs-item-big .cbs-img {
  width: 130px;
  height: 130px;
}
.cbs-item-big .cbs-content {
  padding: 0 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.cbs-item-big .cbs-content .name {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
}
.cbs-item-big .cbs-content .sub {
  font-size: 14px;
  line-height: 22px;
  color: #9e9e9e;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cbs-item-big .cbs-content .sub2 {
  font-size: 14px;
  color: #9e9e9e;
}
.cbs-item-big .cbs-content .rate {
  color: #9e9e9e;
  margin-top: 5px;
}
.cbs-item-big .cbs-value {
  width: 70px;
  height: 70px;
  font-size: 13px;
  line-height: 15px;
  padding-top: 1px;
}
.cbs-item-big .cbs-value span {
  font-size: 1.4em;
  margin-top: 3px;
}
.cbs-value {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px dashed #bdbdbd;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 1px;
}
.cbs-value span {
  font-size: 1.5em;
  margin-top: 3px;
  font-weight: 700;
  color: #f55;
}
.modal-cashback-present.modal.modal-lunar .close {
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  top: 5px !important;
  right: 5px !important;
}
.modal-cashback-present.modal-lunar .close.close {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.cashback-modal-head {
  padding: 5px 5px 5px 15px;
}
.cashback-modal-head .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}
.cashback-modal-head .sub {
  font-size: 13px;
  color: #9e9e9e;
}
.cashback-modal-txt b,
.cashback-modal-txt strong,
.modal-cashback-txt b,
.modal-cashback-txt strong {
  color: #ca1820;
  font-size: 1.05em;
}
.cashback-modal-txt br,
.modal-cashback-txt br {
  clear: both;
}
.cashback-modal-txt div,
.modal-cashback-txt div {
  margin-bottom: 2px;
}
.cashback-modal-store {
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #212121;
}
.cashback-modal-store-list {
  background: #fff;
  border-radius: 5px;
  padding: 8px 10px;
  border: 1px solid #f5f5f5;
}
.cashback-modal-store-list .sgf-item {
  padding: 5px 0;
}
.cashback-modal-store-list .sgf-address {
  font-size: 13px;
}
.bg-cashback-modal {
  background: #fafafa;
  border-radius: 5px;
}
.cashback-new {
  margin-bottom: 10px;
  display: block;
}
.cashback-new .swiper-slide {
  width: 500px;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .cashback-new .swiper-slide {
    width: 300px;
  }
}
.sieuto-title {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.sieuto-title-center {
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  min-width: 0;
}
.sieuto-title-center .text {
  height: 70px;
  line-height: 70px;
  color: #fff;
  padding: 2px 5px 0;
  font-weight: 700;
  font-size: 22px;
}
.sieuto-title-left {
  pointer-events: none;
}
.sieuto-title-right {
  pointer-events: none;
}
.location-select {
  padding: 7px 0;
  cursor: pointer;
}
.location-select-drop {
  width: 340px;
}
.sale-cashback-box {
  padding: 5px 12px;
  background: #ff534a;
  border: 1px solid #ff3b30;
  text-align: center;
  margin: 0 10px 10px;
  border-radius: 5px;
  display: block;
}
.sale-cashback-box:hover {
  background: #ff6b64;
}
.sale-cashback {
  color: #fff;
}
.offer-card-horizontal h4 {
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.offer-card-horizontal p {
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.offer-card-horizontal p:last-child {
  margin-bottom: 0;
}
.cashback-mega-box {
  padding: 20px 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #ca1820;
  position: relative;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .cashback-mega-box {
    padding: 20px 20px;
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  .cashback-mega-box {
    padding: 8px;
    border-radius: 5px;
  }
}
.cashback-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: url(https://static.mservice.io/cashback/images/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.cashback-mega-sub {
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  color: #ca1820;
  margin-bottom: 20px;
  margin-top: 1px;
}
.cashback-mega-highlight {
  font-size: 16px;
  padding: 15px 50px 25px;
}
.cashback-mega-highlight .sieuto-title {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 10px;
}
.cashback-mega-highlight .sieuto-title-center {
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  min-width: 0;
}
.cashback-mega-highlight .sieuto-title-center .text {
  height: 80px;
  line-height: 80px;
  color: #fff;
  padding: 2px 5px 0;
  font-weight: 700;
  font-size: 25px;
}
.cashback-mega-title {
  text-align: center;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cashback-mega-title .title {
  min-width: 500px;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b1307f),
    color-stop(51%, #db3675),
    to(#b5317e)
  );
  background-image: linear-gradient(
    to right,
    #b1307f 0,
    #db3675 51%,
    #b5317e 100%
  );
  display: inline-block;
  padding: 10px 20px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 6px 11px 24px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 11px 24px -16px rgba(0, 0, 0, 0.75);
  font-size: 20px;
  font-weight: 700;
}
.swiper-cashback-hori {
  padding: 0;
}
.swiper-cashback-hori .swiper-slide {
  max-width: 320px;
}
.swiper-button-next-abc {
  right: -20px;
}
.swiper-button-prev-abc {
  left: -20px;
}
.swiper-button-next-abc,
.swiper-button-prev-abc {
  width: 37px;
  height: 37px;
  font-size: 20px;
  color: #616161;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 1px 1px 1px !important;
  box-shadow: rgba(0, 0, 0, 0.14) 0 1px 1px 1px !important;
}
.swiper-button-next-abc.swiper-button-disabled,
.swiper-button-prev-abc.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: inherit;
}
.js-pron-viewmore.active .js-pron-viewmore-content:after {
  display: block;
}
.js-pron-viewmore.active .js-pron-viewmore-btn .open {
  display: inline-block;
}
.js-pron-viewmore.active .js-pron-viewmore-btn .close2 {
  display: none;
}
.js-pron-viewmore.is-long .js-pron-viewmore-btn {
  display: block;
}
.js-pron-viewmore-content {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.js-pron-viewmore-content:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.001)),
    to(#fafafa)
  );
  background: linear-gradient(rgba(255, 255, 255, 0.001), #fafafa);
  pointer-events: none;
}
.js-pron-viewmore-btn {
  display: none;
}
.js-pron-viewmore-btn .open {
  display: none;
}
.js-pron-viewmore-btn .close2 {
  display: inline-block;
}
.izlude-avatar-square-sm {
  width: 60px;
  height: 60px;
  padding: 3px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lutie-article-title {
  font-size: 20px;
}
.lutie-article-sub {
  color: #212121;
  font-size: 13px;
}
.cbs-address-list .item-content {
  min-height: 75px;
}
.list {
  position: relative;
  z-index: 1;
}
.list.list-medium .item-name {
  font-size: 15px;
}
.list.list-medium .item-inner {
  min-height: 50px;
}
.list.list-border-0 ul:after,
.list.list-border-0 ul:before {
  display: none;
}
.list.is-simple {
  padding: 5px 0;
}
.list.is-simple li {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
}
.list.is-media .item-inner {
  display: block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
}
.list ul:before {
  content: "";
  position: absolute;
  background-color: #eee;
  display: block;
  z-index: 15;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.list ul:after {
  content: "";
  position: absolute;
  background-color: #eee;
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.list li {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list .item-title-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.list .item-title-row .item-after {
  -ms-flex-item-align: center;
  align-self: center;
}
.list .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44px;
  padding-left: 10px;
  color: #212121;
}
.list .item-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list .item-inner {
  position: relative;
  width: 100%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 44px;
  padding-right: 10px;
  margin-left: 10px;
}
.list .item-inner:after {
  content: "";
  position: absolute;
  background-color: #eee;
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.list .item-name {
  color: #212121;
}
.list .item-title {
  min-width: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.list .item-after {
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9e9e9e;
  margin-left: auto;
}
.don-slider {
  background: #212121;
  color: #fff;
  position: relative;
}
.don-slider-content {
  position: relative;
  z-index: 1;
  height: 500px;
}
.don-slider-title {
  color: #fff;
}
.don-slider-txt {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}
.don-swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.don-swiper .swiper-slide {
  background-size: cover;
}
.don-slider-btn {
  margin-top: 20px;
}
.don-section {
  padding: 60px 0;
}
.don-item {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  position: relative;
}
.don-item-content {
  padding: 15px 15px;
}
.don-item-name {
  font-size: 20px;
  font-weight: 700;
}
.don-item-sub {
  margin-top: 0;
  color: #757575;
  font-size: 14px;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.don-item-money {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 13px;
}
.don-item-progress {
  margin-top: 5px;
}
.don-item-footer {
  margin-top: 10px;
}
.don-item-quote .label {
  font-size: 13px;
  color: #757575;
}
.don-item-quote .number {
  font-size: 15px;
  font-weight: 700;
  margin-top: 0;
}
.don-item-btn {
  padding: 3px 15px;
}
.don-header {
  padding: 40px 0 40px;
  background: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .don-header {
    padding: 10px 0;
    background: #fff;
    margin-bottom: 10px;
  }
}
.don-header-img {
  width: 100%;
}
.don-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 5px;
}
.don-gallery-item {
  padding: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  cursor: pointer;
  width: 20%;
  position: relative;
  display: block;
}
.don-gallery-item.last-child .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}
.don-detail {
  padding: 0 0 0 40px;
}
@media (max-width: 991.98px) {
  .don-detail {
    padding: 10px;
  }
}
.don-title {
  font-size: 2.28571rem;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .don-title {
    font-size: calc(1.35357rem + 1.0875vw);
  }
}
.don-sub {
  font-size: 15px;
  color: #616161;
  max-width: 600px;
}
.don-subheading {
  color: #757575;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .don-item-footer {
    margin-top: 10px;
  }
}
.don-header-footer .don-item-quote {
  padding-left: 45px;
  position: relative;
}
.don-header-footer .don-item-quote {
  margin-right: 25px;
}
.don-header-footer .don-item-quote .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.don-header-footer .don-item-quote .icon img {
  width: 20px;
}
.don-header-footer .don-item-quote .icon.icon-logo {
  border-radius: 0;
  border: none;
}
.don-header-footer .don-item-quote .icon.icon-logo img {
  width: 30px;
}
.don-header-footer .don-item-quote .label {
  color: #424242;
}
.don-header-footer .don-item-quote .number {
  font-size: 15px;
  margin-top: 5px;
}
.don-section-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.don-section-title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
}
.don-people {
  padding: 7px 0;
}
.don-people:first-child {
  padding-top: 0;
}
.don-people:last-child {
  padding-bottom: 0;
}
.don-people:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.don-people-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.don-people-i .money {
  color: #f02475;
  font-weight: 700;
  font-size: 15px;
}
.don-people-i .name {
  font-weight: 500;
  font-size: 14px;
}
.don-people-i .phone {
  color: #9e9e9e;
  font-size: 12px;
}
.don-people-i-l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.don-people-m {
  margin-top: 5px;
  font-size: 12px;
}
.don-qr-step {
  font-size: 16px;
}
.don-qr-step li {
  margin-bottom: 15px;
}
.donation-cta {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .donation-cta {
    margin-top: 0;
    position: fixed;
    z-index: 9;
    bottom: 0;
    padding: 10px;
    background: #fff;
    z-index: 10;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.05);
  }
  .donation-cta .btn {
    display: block;
  }
}
.embed-responsive-kv::before {
  padding-top: 38.54167%;
}
@media (max-width: 767.98px) {
  .embed-responsive-kv::before {
    padding-top: 120%;
  }
}
.kv-section-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.kv-section-curve svg {
  width: 100%;
  height: auto;
}
.kv-section {
  position: relative;
}
.kv-section:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-bottom: 2.3vw;
  background-image: url(../images/kv/curve-white.svg);
  background-position-x: center;
  background-size: 110vw;
  z-index: 1;
}
.kv-section .swiper-pagination {
  bottom: 20px;
}
@media (min-width: 768px) {
  .kv-section .swiper-pagination {
    bottom: 60px;
  }
  .kv-section
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .kv-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.3;
  }
  .kv-section .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }
}
.kv-section .kv-pagination {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
}
.kv-section .kv-pagination .swiper-button-next,
.kv-section .kv-pagination .swiper-button-prev {
  top: 0;
  width: 40px;
  background: 0 0 !important;
  background-image: none;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
}
.kv-section .kv-pagination .swiper-button-prev.swiper-button-disabled,
.kv-section .kv-pagination swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.kv-section .kv-pagination .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .kv-section .kv-pagination .swiper-button-next,
  .kv-section .kv-pagination .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
.kv-section:after {
  background-image: url(../img/kv/curve.svg);
}
.swiper-tienich {
  background-color: #eee;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.swiper-tienich .swiper-slide {
  cursor: pointer;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swiper-tienich .swiper-slide:not(:last-child) .tienich__stick {
  border-right: 1px solid #e0e0e0;
}
.swiper-tienich .swiper-slide.is-active .tienich__stick {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: #ca1820;
}
.swiper-tienich .swiper-slide.is-active .tienich__stick:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ca1820;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
@media (max-width: 1199.98px) {
  .swiper-tienich .swiper-slide {
    width: 90px;
  }
}
.tienich__stick {
  padding: 7px 6px 8px;
  -webkit-box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  height: 100%;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.tienich {
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .tienich {
    padding: 20px 0 10px;
  }
}
.tienich__icon {
  display: block;
  margin: 0 auto;
  width: 30px;
  margin-bottom: 7px;
}
.tienich__patch__wrap {
  -webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.tienich__patch {
  padding: 20px 0 40px;
}
@media (max-width: 991.98px) {
  .tienich__patch {
    padding: 10px 0 15px;
  }
}
.tienich__patch__item {
  display: none;
  -webkit-animation: tabFadeEffect 1s;
  animation: tabFadeEffect 1s;
}
.tienich__patch__item.is-active {
  display: block;
}
@-webkit-keyframes tabFadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tabFadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tienich__cat__gradient {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .tienich__cat__gradient {
    margin-bottom: 0;
    margin-right: -10px;
    max-width: 100%;
  }
  .tienich__cat__gradient:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(white)
    );
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
  }
}
.tienich__cat {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 991.98px) {
  .tienich__cat {
    text-align: center;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: auto;
    margin-bottom: 5px;
  }
  .tienich__cat li:last-child .tienich__cat__link {
    padding-right: 20px;
  }
}
.tienich__tab__nav {
  width: 0;
  position: relative;
  height: 100%;
  z-index: 5;
}
.tienich__tab__nav.right .tienich__tab__btn {
  left: 0;
}
.tienich__tab__btn {
  height: 100%;
  width: 44px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 20px;
  color: #757575;
}
.tienich__tab__btn.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.tienich__tab__btn:focus,
.tienich__tab__btn:hover {
  color: #ca1820;
}
.tienich__cat__link {
  display: block;
  background: #fff;
  padding: 6px 15px 6px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1) !important;
  border-radius: 40px;
  color: #616161;
  border: 1px solid transparent;
}
.tienich__cat__link.active {
  border: 1px solid #ca1820;
  color: #ca1820;
}
@media (max-width: 991.98px) {
  .tienich__cat__link.active .tienich__cat__icon {
    background-color: #ca1820;
    border: 1px solid #ca1820;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  }
  .tienich__cat__link.active .tienich__cat__icon img {
    -webkit-filter: grayscale(100%) brightness(1000%);
    filter: grayscale(100%) brightness(1000%);
  }
}
@media (max-width: 991.98px) {
  .tienich__cat__link {
    padding: 5px 5px 5px;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
  }
  .tienich__cat__link .tienich__cat__name {
    display: none;
  }
  .tienich__cat__link .tienich__cat__icon {
    position: relative;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05),
      0 1px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.05);
  }
  .tienich__cat__link .tienich__cat__icon img {
    width: 32px;
  }
}
.tienich__cat__icon {
  display: block;
  position: absolute;
  width: 26px;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tienich__box {
  background: #ffe9f1;
  border-radius: 20px;
  padding: 25px 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .tienich__box {
    border-radius: 5px;
    padding: 0 5px;
    background-color: #fff;
  }
}
.tienich__feature img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.tienich__list {
  margin-top: 20px;
  position: relative;
}
.tienich__list li:not(:last-child) {
  padding-bottom: 15px;
}
.tienich__list li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 12px;
  z-index: 1;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #e0e0e0;
}
.tienich__list li {
  color: #212121;
  position: relative;
  z-index: 1;
  padding-left: 35px;
}
.tienich__list img {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
}
.tienich__merchant {
  text-align: center;
  position: relative;
}
.tienich__merchant a:hover ~ .tienich__merchant__name {
  color: #ca1820;
}
.tienich__merchant__image {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.tienich__merchant__name {
  font-size: 12px;
  line-height: 15px;
}
.click-none {
  pointer-events: none;
  cursor: default;
}
.tienich__tab {
  position: relative;
}
.tienich__tab.is-show .tienich__tab__more {
  -webkit-animation-name: isShow;
  animation-name: isShow;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}
.tienich__tab__more {
  width: 34px;
  border-radius: 5px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  z-index: 2;
  cursor: none;
  pointer-events: none;
  display: none;
}
.tienich__tab__more svg {
  height: 20px;
}
@media (max-width: 767.98px) {
  .tienich__tab__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@-webkit-keyframes isShow {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes isShow {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hotnew-question-more {
  z-index: 10;
}
.hotnew-nav .nav-link {
  font-size: 16px;
}
.hotnew-question-item {
  padding: 14px 0;
}
.hotnew-tab-content {
  height: 310px;
}
.feature-hero .container {
  z-index: 8;
}
.modalMerchantDetail .modal-dialog {
  max-width: 420px;
}

.modalMerchantDetail .modal-body {
  overflow: hidden;
}

.merchantList .promo-feature {
  background: #fff;
  background-size: cover;
}
.lixi-taitro-item img.normal {
  filter: grayscale(0);
}

.promotion-accordion.help-center-accordion .card-body p,
.promotion-accordion.help-center-accordion .card-body ul {
  margin-bottom: 0px;
}

.promo-countdown-container {
  padding: 40px 0 20px;
}

.modal-dialog-article {
  max-width: 770px;
}

.modal-dialog-article .modal-body {
  max-height: 700px;
  overflow-y: scroll;
}

.modal-dialog-article .post-title {
  font-size: 20px;
}

.promotion-how .process__body-content p span a {
  color: #fff;
}

.promotion-how .process__body-content p span a:hover {
  color: #cccccc;
}

.banner2-noidung {
  margin-left: 0;
}

.banner2-noidung div.row {
  margin-top: 40px;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: -1px;
  z-index: 1020;
}

.promo-countdown-container {
  padding: 10px 0 0px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: inherit;
}

help-article {
  display: none;
}

.topic-content-head.header-seo {
  margin-left: -20px;
}

.topic-content-head.header-seo h1 {
  font-size: 2rem;
}

.post-body .gallery-thumbs .swiper-slide {
  width: 25%;
  height: auto;
  color: none;
}

.post-body .post-slider-caption {
  background-color: rgba(156, 154, 154, 0.45);
}

.post-body .swiper-container img {
  padding-bottom: 0px;
}

.search-result-content .more {
  cursor: pointer;
}

.cgv-container,
.tab-content-cgv {
  padding-bottom: 0px;
}

.global-social-item a {
  background: #ca1820;
  cursor: pointer;
}
.global-social-item a:hover {
  background: #e0078c;
}

.h08em {
  height: 0.8em;
}

.topic-content img,
.topic-content table {
  max-width: 100%;
}

.promo-feature-img {
  padding: 0;
}

.modal-catalog-btn.btn {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .manual-process {
    margin-bottom: 30px;
  }
  .process.d-block {
    display: flex !important;
  }

  .block-more {
    padding: 9px;
  }

  #back-to-top .call .call-mobile {
    box-shadow: none;
    background-color: transparent;
  }
}

@media (max-width: 991.98px) {
  .global-social {
    background: #ca1820;
  }
}

.feature-categories-list li.active {
  background: #ca1820;
  font-weight: 500;
}

.feature-categories-list li.active a {
  color: white;
}
.gm-momo-custom {
}
.gm-momo-custom .gm-style .gm-style-iw-d {
  overflow: hidden !important;
  max-width: initial !important;
  max-height: initial !important;
}
.gm-momo-custom .gm-style .gm-style-iw-c {
  padding: 0;
  max-height: initial !important;
  max-width: initial !important;
}
.gm-momo-custom .gm-style .gm-style-iw > button {
  background: url(/styles/desktop/images/dtt/close_infobox.png) no-repeat center
    center !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 1000;
}
.gm-momo-custom .marker_info img {
  max-height: 150px;
}
.post-body .help-center ul li.scrollmenu-item::before {
  display: none;
}
.img-trace {
  position: absolute;
  left: -1000px;
  z-index: -10000;
}
.copyright {
  background: 0 0;
}
.footer-nav-container {
  overflow: hidden;
  --wrap-bg-color: #303030;
}
.footer-nav-container.old-layout > .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .footer-nav-container {
    margin-top: 15px;
  }
}
.footer-nav-container + .footer__meta {
  margin-top: 0;
}
.footer-nav-container .breadcrumb-container {
  background: 0 0;
  box-shadow: unset;
  font-size: 13px;
}
.footer-nav-container .breadcrumb {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: auto;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  background-color: transparent;
}
.footer-nav-container .breadcrumb-item {
  flex: 0 0 auto;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
}
.footer-nav-container .breadcrumb-item:focus a,
.footer-nav-container .breadcrumb-item:hover a {
  transform: unset;
}
.footer-nav-container .breadcrumb-item:nth-child(2)::before {
  display: none;
}
.footer-nav-container .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.footer-nav-container .breadcrumb-item + .breadcrumb-item:before {
  background: #9e9e9e;
  width: 1px;
  padding: 0;
  margin-right: 10px;
  content: "";
  position: unset;
  left: unset;
  top: unset;
  height: 1rem;
  opacity: 0.5;
  color: #757575;
}
.footer-nav-container .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-nav-container .breadcrumb-item a:focus,
.footer-nav-container .breadcrumb-item a:hover {
  color: #fff;
}
@media (max-width: 767.98px) {
  .footer-nav-container .breadcrumb-item {
    padding-right: 8px;
  }
  .footer-nav-container .breadcrumb-item + .breadcrumb-item:before {
    margin-right: 10px;
  }
  .footer-nav-container .breadcrumb-item .breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-nav-container .img-icon {
  width: 1.5em;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.footer-nav-container .wrap__scroll__next {
  background-color: transparent;
}
.wrap__scroll__next {
  display: none;
}
@media (max-width: 767.98px) {
  .footer .container > .wrap__scroll {
    margin-left: -15px;
  }
  .footer .container > .wrap__scroll .wrap__scroll__target {
    padding-left: 15px;
  }
  .footer .wrap__scroll {
    position: relative;
    padding-right: 0;
    position: relative;
    transition: opacity 0.25s;
  }
  .footer .wrap__scroll:after {
    content: "";
    z-index: 2;
    display: block;
    position: absolute;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(#fff)
    );
    background: #fff;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      var(--wrap-bg-color) 35%,
      var(--wrap-bg-color) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      -o-var(--wrap-bg-color) 35%,
      -o-var(--wrap-bg-color) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      -ms-var(--wrap-bg-color) 35%,
      -ms-var(--wrap-bg-color) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      -moz-var(--wrap-bg-color) 35%,
      -moz-var(--wrap-bg-color) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      -webkit-var(--wrap-bg-color) 35%,
      -webkit-var(--wrap-bg-color) 100%
    );
    right: -8px;
    width: 45px;
    pointer-events: none;
  }
  .footer .wrap__scroll.is-bg-gray {
    background: #f5f5f5;
  }
  .footer .wrap__scroll.is-bg-gray:after {
    background: linear-gradient(
      90deg,
      rgba(245, 245, 245, 0) 0,
      #f5f5f5 50%,
      #f5f5f5 100%
    );
  }
  .footer .wrap__scroll.is-bg-pink {
    background: #fceff4;
  }
  .footer .wrap__scroll.is-bg-pink:after {
    background: linear-gradient(
      90deg,
      rgba(252, 239, 244, 0) 0,
      #fceff4 50%,
      #fceff4 100%
    );
  }
  .footer .wrap__scroll.wrap-active .wrap__scroll__next {
    display: flex;
  }
  .footer .wrap__scroll__next {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: -8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }
  .footer .wrap__scroll__next .svg-icon {
    width: 17px;
    opacity: 0.9;
  }
  .footer .wrap__scroll__next:after {
    content: "";
    height: 44px;
    position: absolute;
    width: 44px;
    right: 0;
    background: 0 0;
  }
  .footer .wrap__scroll__target {
    padding-right: 30px !important;
  }
}

