/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
@media print {
  /* line 13, ../plug/bootstrap-4-0-0/scss/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 24, ../plug/bootstrap-4-0-0/scss/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 34, ../plug/bootstrap-4-0-0/scss/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, ../plug/bootstrap-4-0-0/scss/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, ../plug/bootstrap-4-0-0/scss/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 63, ../plug/bootstrap-4-0-0/scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 67, ../plug/bootstrap-4-0-0/scss/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 72, ../plug/bootstrap-4-0-0/scss/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 79, ../plug/bootstrap-4-0-0/scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 87, ../plug/bootstrap-4-0-0/scss/_print.scss */
  .navbar {
    display: none;
  }

  /* line 90, ../plug/bootstrap-4-0-0/scss/_print.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 94, ../plug/bootstrap-4-0-0/scss/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 97, ../plug/bootstrap-4-0-0/scss/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 103, ../plug/bootstrap-4-0-0/scss/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 21, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

/* line 31, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
/* line 43, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 52, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

/* line 67, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 77, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 101, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 113, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 121, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 127, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 134, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 141, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
dt {
  font-weight: bold;
}

/* line 145, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 150, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 154, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
dfn {
  font-style: italic;
}

/* line 158, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 163, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
small {
  font-size: 80%;
}

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

/* line 180, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 181, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 188, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
a {
  color: #19d9fc;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
a:hover {
  color: #03a8c6;
  text-decoration: underline;
}

/* line 206, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
/* line 215, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 225, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 233, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 247, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 257, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 262, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 277, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/* line 294, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 298, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

/* line 306, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
th {
  text-align: left;
}

/* line 316, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 326, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

/* line 342, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 347, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 355, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 363, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 371, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 378, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 390, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 396, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 411, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 423, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 428, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 433, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 446, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 456, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 465, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 469, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
summary {
  display: list-item;
}

/* line 473, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
template {
  display: none;
}

/* line 479, ../plug/bootstrap-4-0-0/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 5, ../plug/bootstrap-4-0-0/scss/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 14, ../plug/bootstrap-4-0-0/scss/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 15, ../plug/bootstrap-4-0-0/scss/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 16, ../plug/bootstrap-4-0-0/scss/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 17, ../plug/bootstrap-4-0-0/scss/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 18, ../plug/bootstrap-4-0-0/scss/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 19, ../plug/bootstrap-4-0-0/scss/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 21, ../plug/bootstrap-4-0-0/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 27, ../plug/bootstrap-4-0-0/scss/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 32, ../plug/bootstrap-4-0-0/scss/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 37, ../plug/bootstrap-4-0-0/scss/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 42, ../plug/bootstrap-4-0-0/scss/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 53, ../plug/bootstrap-4-0-0/scss/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 65, ../plug/bootstrap-4-0-0/scss/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: normal;
}

/* line 71, ../plug/bootstrap-4-0-0/scss/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 82, ../plug/bootstrap-4-0-0/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 87, ../plug/bootstrap-4-0-0/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 90, ../plug/bootstrap-4-0-0/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 93, ../plug/bootstrap-4-0-0/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 104, ../plug/bootstrap-4-0-0/scss/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 110, ../plug/bootstrap-4-0-0/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 115, ../plug/bootstrap-4-0-0/scss/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
/* line 120, ../plug/bootstrap-4-0-0/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

/* line 14, ../plug/bootstrap-4-0-0/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

/* line 30, ../plug/bootstrap-4-0-0/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 35, ../plug/bootstrap-4-0-0/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 40, ../plug/bootstrap-4-0-0/scss/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #868e96;
}

/* line 2, ../plug/bootstrap-4-0-0/scss/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, ../plug/bootstrap-4-0-0/scss/_code.scss */
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0;
}
/* line 18, ../plug/bootstrap-4-0-0/scss/_code.scss */
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

/* line 26, ../plug/bootstrap-4-0-0/scss/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0;
}
/* line 34, ../plug/bootstrap-4-0-0/scss/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

/* line 43, ../plug/bootstrap-4-0-0/scss/_code.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}
/* line 51, ../plug/bootstrap-4-0-0/scss/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* line 61, ../plug/bootstrap-4-0-0/scss/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 5, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
/* line 11, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
/* line 18, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
/* line 27, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 38, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 49, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.table-bordered {
  border: 1px solid #e9ecef;
}
/* line 52, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}
/* line 58, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 71, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bff4fe;
}

/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #a6f0fe;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a6f0fe;
}

/* line 7, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

/* line 7, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

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

/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #f9fafb;
}

/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #eaedf1;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaedf1;
}

/* line 7, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 107, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.thead-inverse th {
  color: #fff;
  background-color: #212529;
}

/* line 114, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.thead-default th {
  color: #495057;
  background-color: #e9ecef;
}

/* line 120, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.table-inverse {
  color: #fff;
  background-color: #212529;
}
/* line 124, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #32383e;
}
/* line 130, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.table-inverse.table-bordered {
  border: 0;
}
/* line 135, ../plug/bootstrap-4-0-0/scss/_tables.scss */
.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 991px) {
  /* line 156, ../plug/bootstrap-4-0-0/scss/_tables.scss */
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 164, ../plug/bootstrap-4-0-0/scss/_tables.scss */
  .table-responsive.table-bordered {
    border: 0;
  }
}

/* line 7, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.5625rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 35, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 14, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #97eefe;
  outline: none;
}
/* line 44, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
/* line 55, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 64, ../plug/bootstrap-4-0-0/scss/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.375rem + 2px);
}
/* line 68, ../plug/bootstrap-4-0-0/scss/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 80, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
}

/* line 92, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.col-form-label {
  padding-top: calc(0.5625rem - 1px * 2);
  padding-bottom: calc(0.5625rem - 1px * 2);
  margin-bottom: 0;
}

/* line 98, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem;
}

/* line 104, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

/* line 117, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.col-form-legend {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  margin-bottom: 0;
  font-size: 1rem;
}

/* line 130, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-control-plaintext {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
/* line 138, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 154, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

/* line 162, ../plug/bootstrap-4-0-0/scss/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 167, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

/* line 175, ../plug/bootstrap-4-0-0/scss/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}

/* line 186, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 190, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 200, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 206, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 218, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
/* line 224, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-check.disabled .form-check-label {
  color: #868e96;
}

/* line 230, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

/* line 235, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
/* line 240, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-check-input:only-child {
  position: static;
}

/* line 246, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-check-inline {
  display: inline-block;
}
/* line 249, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-check-inline .form-check-label {
  vertical-align: middle;
}
/* line 253, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

/* line 266, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

/* line 273, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

/* line 28, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
/* line 32, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 36, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip, .was-validated
.custom-select:valid ~ .invalid-feedback,
.was-validated
.custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
  display: block;
}

/* line 48, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

/* line 58, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}
/* line 61, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

/* line 71, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}
/* line 74, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}
/* line 76, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 28, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
/* line 32, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 36, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 48, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

/* line 58, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}
/* line 61, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

/* line 71, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}
/* line 74, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}
/* line 76, ../plug/bootstrap-4-0-0/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 300, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* line 308, ../plug/bootstrap-4-0-0/scss/_forms.scss */
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  /* line 314, ../plug/bootstrap-4-0-0/scss/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 322, ../plug/bootstrap-4-0-0/scss/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 331, ../plug/bootstrap-4-0-0/scss/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 338, ../plug/bootstrap-4-0-0/scss/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 342, ../plug/bootstrap-4-0-0/scss/_forms.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 346, ../plug/bootstrap-4-0-0/scss/_forms.scss */
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 353, ../plug/bootstrap-4-0-0/scss/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 361, ../plug/bootstrap-4-0-0/scss/_forms.scss */
  .form-inline .form-check-label {
    padding-left: 0;
  }
  /* line 364, ../plug/bootstrap-4-0-0/scss/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 372, ../plug/bootstrap-4-0-0/scss/_forms.scss */
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  /* line 378, ../plug/bootstrap-4-0-0/scss/_forms.scss */
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  /* line 386, ../plug/bootstrap-4-0-0/scss/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 7, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5625rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.btn:focus, .btn:hover {
  text-decoration: none;
}
/* line 22, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(25, 217, 252, 0.25);
}
/* line 29, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: .65;
}
/* line 35, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn:active, .btn.active {
  background-image: none;
}

/* line 43, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 54, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-primary {
  color: #111;
  background-color: #19d9fc;
  border-color: #19d9fc;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-primary:hover {
  color: #111;
  background-color: #03c8ec;
  border-color: #03bddf;
}
/* line 18, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(25, 217, 252, 0.5);
}
/* line 29, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #19d9fc;
  border-color: #19d9fc;
}
/* line 35, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #03c8ec;
  background-image: none;
  border-color: #03bddf;
}

/* line 54, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
/* line 18, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
/* line 29, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
/* line 35, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}

/* line 54, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
/* line 18, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
/* line 29, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
/* line 35, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}

/* line 54, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
/* line 18, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
/* line 29, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 35, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

/* line 54, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}
/* line 18, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
/* line 29, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 35, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}

/* line 54, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
/* line 18, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
/* line 29, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 35, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}

/* line 54, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-light {
  color: #111;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-light:hover {
  color: #111;
  background-color: #d3d9df;
  border-color: #cbd3da;
}
/* line 18, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 3px rgba(233, 236, 239, 0.5);
}
/* line 29, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  background-color: #e9ecef;
  border-color: #e9ecef;
}
/* line 35, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  background-color: #d3d9df;
  background-image: none;
  border-color: #cbd3da;
}

/* line 54, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
/* line 18, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
/* line 29, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
/* line 35, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}

/* line 60, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-outline-primary {
  color: #19d9fc;
  background-color: transparent;
  background-image: none;
  border-color: #19d9fc;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #19d9fc;
  border-color: #19d9fc;
}
/* line 57, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 3px rgba(25, 217, 252, 0.5);
}
/* line 62, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #19d9fc;
  background-color: transparent;
}
/* line 68, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #19d9fc;
  border-color: #19d9fc;
}

/* line 60, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
/* line 57, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
/* line 62, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
/* line 68, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 60, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 57, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
/* line 62, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
/* line 68, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 60, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 57, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
/* line 62, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
/* line 68, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 60, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 57, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
/* line 62, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
/* line 68, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 60, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 57, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
/* line 62, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
/* line 68, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 60, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-outline-light {
  color: #e9ecef;
  background-color: transparent;
  background-image: none;
  border-color: #e9ecef;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #fff;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
/* line 57, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 3px rgba(233, 236, 239, 0.5);
}
/* line 62, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e9ecef;
  background-color: transparent;
}
/* line 68, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

/* line 60, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 57, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
/* line 62, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
/* line 68, ../plug/bootstrap-4-0-0/scss/mixins/_buttons.scss */
.btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 71, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-link {
  font-weight: normal;
  color: #19d9fc;
  border-radius: 0;
}
/* line 76, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
/* line 83, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
  box-shadow: none;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.btn-link:hover {
  border-color: transparent;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.btn-link:focus, .btn-link:hover {
  color: #03a8c6;
  text-decoration: underline;
  background-color: transparent;
}
/* line 97, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-link:disabled {
  color: #868e96;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

/* line 111, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

/* line 115, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

/* line 124, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 138, ../plug/bootstrap-4-0-0/scss/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, ../plug/bootstrap-4-0-0/scss/_transitions.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
/* line 5, ../plug/bootstrap-4-0-0/scss/_transitions.scss */
.fade.show {
  opacity: 1;
}

/* line 10, ../plug/bootstrap-4-0-0/scss/_transitions.scss */
.collapse {
  display: none;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/_transitions.scss */
.collapse.show {
  display: block;
}

/* line 18, ../plug/bootstrap-4-0-0/scss/_transitions.scss */
tr.collapse.show {
  display: table-row;
}

/* line 24, ../plug/bootstrap-4-0-0/scss/_transitions.scss */
tbody.collapse.show {
  display: table-row-group;
}

/* line 29, ../plug/bootstrap-4-0-0/scss/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* line 2, ../plug/bootstrap-4-0-0/scss/_dropdown.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 9, ../plug/bootstrap-4-0-0/scss/_dropdown.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
/* line 21, ../plug/bootstrap-4-0-0/scss/_dropdown.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 29, ../plug/bootstrap-4-0-0/scss/_dropdown.scss */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
/* line 35, ../plug/bootstrap-4-0-0/scss/_dropdown.scss */
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

/* line 43, ../plug/bootstrap-4-0-0/scss/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  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;
}

/* line 65, ../plug/bootstrap-4-0-0/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 72, ../plug/bootstrap-4-0-0/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 90, ../plug/bootstrap-4-0-0/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #19d9fc;
}
/* line 97, ../plug/bootstrap-4-0-0/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

/* line 111, ../plug/bootstrap-4-0-0/scss/_dropdown.scss */
.show > a {
  outline: 0;
}

/* line 116, ../plug/bootstrap-4-0-0/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 121, ../plug/bootstrap-4-0-0/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

/* line 4, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
/* line 10, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
  margin-bottom: 0;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
/* line 20, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 28, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 37, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 42, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 52, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 55, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 60, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 66, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 69, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 73, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 78, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 95, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
/* line 99, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 104, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 109, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 131, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* line 137, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
/* line 142, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 152, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 155, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 158, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 162, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 166, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 171, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 191, ../plug/bootstrap-4-0-0/scss/_button-group.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 5, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  width: 100%;
}
/* line 10, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
/* line 54, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

/* line 28, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}
/* line 35, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 40, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

/* line 68, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group-addon {
  padding: 0.5625rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
/* line 81, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}
/* line 87, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0;
}
/* line 95, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 107, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 116, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group-addon:not(:last-child) {
  border-right: 0;
}

/* line 119, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

/* line 136, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 145, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 148, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 54, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
/* line 160, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
/* line 166, ../plug/bootstrap-4-0-0/scss/_input-group.scss */
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/* line 54, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

/* line 12, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

/* line 20, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 25, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #19d9fc;
}
/* line 31, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #19d9fc;
}
/* line 36, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #c9f6fe;
}
/* line 43, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}
/* line 47, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

/* line 57, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 78, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: 0;
}
/* line 82, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
/* line 86, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #19d9fc;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 98, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
/* line 102, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 113, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}
/* line 117, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
/* line 120, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

/* line 133, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.375rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  appearance: none;
}
/* line 151, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-select:focus {
  border-color: #97eefe;
  outline: none;
}
/* line 156, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
/* line 167, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
/* line 173, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 178, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 190, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

/* line 198, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}

/* line 210, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
/* line 228, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}
/* line 233, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 0 0;
}
/* line 250, ../plug/bootstrap-4-0-0/scss/_custom-forms.scss */
.custom-file-control:lang(en)::before {
  content: "Browse";
}

/* line 6, ../plug/bootstrap-4-0-0/scss/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../plug/bootstrap-4-0-0/scss/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/_nav.scss */
.nav-link.disabled {
  color: #868e96;
}

/* line 32, ../plug/bootstrap-4-0-0/scss/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 35, ../plug/bootstrap-4-0-0/scss/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
/* line 39, ../plug/bootstrap-4-0-0/scss/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}
/* line 47, ../plug/bootstrap-4-0-0/scss/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
/* line 54, ../plug/bootstrap-4-0-0/scss/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
/* line 61, ../plug/bootstrap-4-0-0/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, ../plug/bootstrap-4-0-0/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0;
}
/* line 78, ../plug/bootstrap-4-0-0/scss/_nav.scss */
.nav-pills .nav-link.active, .show > .nav-pills .nav-link {
  color: #fff;
  background-color: #19d9fc;
}

/* line 92, ../plug/bootstrap-4-0-0/scss/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

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

/* line 112, ../plug/bootstrap-4-0-0/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 115, ../plug/bootstrap-4-0-0/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

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

/* line 42, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 61, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 68, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
/* line 73, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  align-items: center;
}

/* line 107, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 122, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  /* line 141, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 139, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 165, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 172, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 178, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  /* line 183, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 141, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 139, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-md {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 165, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 172, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 178, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  /* line 183, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 141, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 139, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 165, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 172, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 178, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  /* line 183, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  /* line 141, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 139, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 165, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 172, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 178, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  /* line 183, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 139, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-expand {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
/* line 141, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
/* line 153, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}
/* line 156, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
/* line 160, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
/* line 165, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
/* line 172, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
/* line 178, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
}
/* line 183, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 198, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
/* line 207, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
/* line 214, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
/* line 219, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
/* line 227, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 232, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 236, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 243, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-dark .navbar-brand {
  color: white;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}
/* line 252, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 259, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
/* line 264, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}
/* line 272, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 277, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 281, ../plug/bootstrap-4-0-0/scss/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 5, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

/* line 17, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 24, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 28, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 33, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}
/* line 42, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 49, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 55, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 66, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 72, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}

/* line 77, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 82, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

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

/* line 99, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

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

/* line 114, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0 - 1px);
}

/* line 120, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

/* line 125, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

@media (min-width: 576px) {
  /* line 134, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 140, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 576px) {
  /* line 156, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 160, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-group .card {
    flex: 1 0 0%;
  }
  /* line 163, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 170, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 173, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 176, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 180, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 183, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 186, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  /* line 191, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  /* line 194, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
/* line 210, ../plug/bootstrap-4-0-0/scss/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  /* line 209, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  /* line 218, ../plug/bootstrap-4-0-0/scss/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 1, ../plug/bootstrap-4-0-0/scss/_breadcrumb.scss */
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}
/* line 2, ../plug/bootstrap-4-0-0/scss/mixins/_clearfix.scss */
.breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}

/* line 10, ../plug/bootstrap-4-0-0/scss/_breadcrumb.scss */
.breadcrumb-item {
  float: left;
}
/* line 14, ../plug/bootstrap-4-0-0/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}
/* line 28, ../plug/bootstrap-4-0-0/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
/* line 31, ../plug/bootstrap-4-0-0/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
/* line 35, ../plug/bootstrap-4-0-0/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #868e96;
}

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

/* line 11, ../plug/bootstrap-4-0-0/scss/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 17, ../plug/bootstrap-4-0-0/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 22, ../plug/bootstrap-4-0-0/scss/_pagination.scss */
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #19d9fc;
  border-color: #19d9fc;
}
/* line 29, ../plug/bootstrap-4-0-0/scss/_pagination.scss */
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

/* line 37, ../plug/bootstrap-4-0-0/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #19d9fc;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.page-link:focus, .page-link:hover {
  color: #03a8c6;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

/* line 4, ../plug/bootstrap-4-0-0/scss/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 17, ../plug/bootstrap-4-0-0/scss/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4, ../plug/bootstrap-4-0-0/scss/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 12, ../plug/bootstrap-4-0-0/scss/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 17, ../plug/bootstrap-4-0-0/scss/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, ../plug/bootstrap-4-0-0/scss/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
/* line 19, ../plug/bootstrap-4-0-0/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 25, ../plug/bootstrap-4-0-0/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 34, ../plug/bootstrap-4-0-0/scss/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_badge.scss */
.badge-primary {
  color: #111;
  background-color: #19d9fc;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #03bddf;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #868e96;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_badge.scss */
.badge-warning {
  color: #111;
  background-color: #ffc107;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_badge.scss */
.badge-light {
  color: #111;
  background-color: #e9ecef;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #cbd3da;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 1, ../plug/bootstrap-4-0-0/scss/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0;
}
@media (min-width: 576px) {
  /* line 1, ../plug/bootstrap-4-0-0/scss/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, ../plug/bootstrap-4-0-0/scss/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../plug/bootstrap-4-0-0/scss/_alert.scss */
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

/* line 13, ../plug/bootstrap-4-0-0/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 19, ../plug/bootstrap-4-0-0/scss/_alert.scss */
.alert-link {
  font-weight: bold;
}

/* line 30, ../plug/bootstrap-4-0-0/scss/_alert.scss */
.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_alert.scss */
.alert-primary {
  color: #0d7183;
  background-color: #d1f7fe;
  border-color: #bff4fe;
}
/* line 6, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #a6f0fe;
}
/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #084955;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_alert.scss */
.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
/* line 6, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #2e3133;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 6, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}
/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
/* line 6, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}
/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/* line 6, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}
/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* line 6, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}
/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_alert.scss */
.alert-light {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}
/* line 6, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #eaedf1;
}
/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-light .alert-link {
  color: #606162;
}

/* line 45, ../plug/bootstrap-4-0-0/scss/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
/* line 6, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}
/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 6, ../plug/bootstrap-4-0-0/scss/_progress.scss */
.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 0;
}

/* line 17, ../plug/bootstrap-4-0-0/scss/_progress.scss */
.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #19d9fc;
  transition: width 0.6s ease;
}

/* line 25, ../plug/bootstrap-4-0-0/scss/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 1rem 1rem;
}

/* line 30, ../plug/bootstrap-4-0-0/scss/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, ../plug/bootstrap-4-0-0/scss/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../plug/bootstrap-4-0-0/scss/_media.scss */
.media-body {
  flex: 1;
}

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

/* line 20, ../plug/bootstrap-4-0-0/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 32, ../plug/bootstrap-4-0-0/scss/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 43, ../plug/bootstrap-4-0-0/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 52, ../plug/bootstrap-4-0-0/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 56, ../plug/bootstrap-4-0-0/scss/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}
/* line 65, ../plug/bootstrap-4-0-0/scss/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}
/* line 72, ../plug/bootstrap-4-0-0/scss/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #19d9fc;
  border-color: #19d9fc;
}

/* line 87, ../plug/bootstrap-4-0-0/scss/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
/* line 94, ../plug/bootstrap-4-0-0/scss/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
/* line 100, ../plug/bootstrap-4-0-0/scss/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
.list-group-item-primary {
  color: #0d7183;
  background-color: #bff4fe;
}

/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-primary,
button.list-group-item-primary {
  color: #0d7183;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #0d7183;
  background-color: #a6f0fe;
}
/* line 19, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #0d7183;
  border-color: #0d7183;
}

/* line 4, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}
/* line 19, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

/* line 4, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}
/* line 19, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}
/* line 19, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}
/* line 19, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
/* line 19, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
.list-group-item-light {
  color: #797b7c;
  background-color: #f9fafb;
}

/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-light,
button.list-group-item-light {
  color: #797b7c;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #797b7c;
  background-color: #eaedf1;
}
/* line 19, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #797b7c;
  border-color: #797b7c;
}

/* line 4, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 10, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
/* line 19, ../plug/bootstrap-4-0-0/scss/mixins/_list-group.scss */
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, ../plug/bootstrap-4-0-0/scss/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 23, ../plug/bootstrap-4-0-0/scss/_close.scss */
button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
/* line 30, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
/* line 34, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 36, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 42, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 49, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

/* line 63, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 74, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 79, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

/* line 88, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 95, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

/* line 104, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
/* line 112, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
/* line 113, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 117, ../plug/bootstrap-4-0-0/scss/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 128, ../plug/bootstrap-4-0-0/scss/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  /* line 137, ../plug/bootstrap-4-0-0/scss/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 141, ../plug/bootstrap-4-0-0/scss/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 2, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 15, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}
/* line 17, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}
/* line 24, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}
/* line 26, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
/* line 30, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 37, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}
/* line 39, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}
/* line 43, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 50, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}
/* line 52, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
/* line 56, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 63, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}
/* line 65, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}
/* line 69, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 92, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

/* line 100, ../plug/bootstrap-4-0-0/scss/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

/* line 1, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
/* line 25, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 5px;
}
/* line 32, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
/* line 40, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover .arrow::before {
  content: "";
  border-width: 11px;
}
/* line 44, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover .arrow::after {
  content: "";
  border-width: 11px;
}
/* line 51, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 10px;
}
/* line 54, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
/* line 58, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}
/* line 63, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -11px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
/* line 69, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: -10px;
  margin-left: -6px;
  border-top-color: #fff;
}
/* line 76, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 10px;
}
/* line 79, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}
/* line 83, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -8px;
  border-left-width: 0;
}
/* line 89, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 94, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: -10px;
  border-right-color: #fff;
}
/* line 100, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 10px;
}
/* line 103, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
/* line 107, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -7px;
  border-top-width: 0;
}
/* line 113, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 118, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: -10px;
  border-bottom-color: #fff;
}
/* line 124, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
/* line 136, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 10px;
}
/* line 139, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}
/* line 143, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -8px;
  border-right-width: 0;
}
/* line 149, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 154, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: -10px;
  border-left-color: #fff;
}

/* line 177, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
/* line 187, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 192, ../plug/bootstrap-4-0-0/scss/_popover.scss */
.popover-body {
  padding: 9px 14px;
  color: #212529;
}

/* line 2, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 6, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 12, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* line 22, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 28, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 35, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  /* line 35, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 44, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  /* line 44, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 53, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  /* line 53, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 67, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
/* line 23, ../plug/bootstrap-4-0-0/scss/mixins/_hover.scss */
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 91, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 94, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 99, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 107, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 110, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 120, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* line 134, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 145, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 154, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 165, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 175, ../plug/bootstrap-4-0-0/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 9, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 10, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 11, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

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

/* line 13, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 14, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 15, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 16, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 9, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 10, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 11, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 13, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 14, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 15, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 16, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 9, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 10, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 11, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 13, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 14, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 15, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 16, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 9, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 10, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 11, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 13, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 14, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 15, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 16, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 10, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 11, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 13, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 14, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 15, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 16, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
/* line 25, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
.d-print-block {
  display: none !important;
}
@media print {
  /* line 25, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
}

/* line 33, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
.d-print-inline {
  display: none !important;
}
@media print {
  /* line 33, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
}

/* line 41, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
.d-print-inline-block {
  display: none !important;
}
@media print {
  /* line 41, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 49, ../plug/bootstrap-4-0-0/scss/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 10, ../plug/bootstrap-3-3-7-grid/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 2, ../plug/bootstrap-4-0-0/scss/mixins/_clearfix.scss */
.container::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  /* line 10, ../plug/bootstrap-3-3-7-grid/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../plug/bootstrap-3-3-7-grid/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../plug/bootstrap-3-3-7-grid/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../plug/bootstrap-3-3-7-grid/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 2, ../plug/bootstrap-4-0-0/scss/mixins/_clearfix.scss */
.container-fluid::after {
  display: block;
  clear: both;
  content: "";
}

/* line 39, ../plug/bootstrap-3-3-7-grid/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 2, ../plug/bootstrap-4-0-0/scss/mixins/_clearfix.scss */
.row::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../plug/bootstrap-3-3-7-grid/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 1, ../scss/import/_my_normalize.scss */
* {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* line 8, ../scss/import/_my_normalize.scss */
a, abbr, acronym, address, applet, blog, aside, audio, b, blockquote,
big, body, center, canvas, caption, cite, code, command, datalist, dd,
del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure,
font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe,
img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p,
pre, progress, q, s, samp, section, small, span, source, strike, strong,
table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  border: 0;
  outline: 0;
  vertical-align: top;
}

/* line 23, ../scss/import/_my_normalize.scss */
ol,
ul {
  list-style: none;
}

/* line 28, ../scss/import/_my_normalize.scss */
blockquote,
q {
  quotes: none;
}

/* line 33, ../scss/import/_my_normalize.scss */
table,
table td {
  border: none;
  border-spacing: 0;
}

/* line 39, ../scss/import/_my_normalize.scss */
html {
  width: 100%;
}

/* line 43, ../scss/import/_my_normalize.scss */
select {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 48, ../scss/import/_my_normalize.scss */
input[type="text"],
input[type="password"] {
  height: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 55, ../scss/import/_my_normalize.scss */
input,
textarea,
select {
  border: solid 1px #bdbdbd;
  font-family: Arial, sans-serif;
  outline: none;
}

/* line 63, ../scss/import/_my_normalize.scss */
textarea {
  min-height: 150px;
}

/* line 67, ../scss/import/_my_normalize.scss */
select {
  white-space: nowrap;
}

/* line 69, ../scss/import/_my_normalize.scss */
input[type="reset"]:hover,
input[type="reset"]:focus {
  border-color: #9a9a9a;
  background: #eeeeee;
  cursor: pointer;
  color: #0f6c94;
}

/* line 77, ../scss/import/_my_normalize.scss */
input[type="reset"][disabled],
button[disabled] {
  background-color: #062837;
  border-color: #333333;
  color: #cccccc;
}

/* line 84, ../scss/import/_my_normalize.scss */
input[type="reset"]:focus,
button:focus {
  outline: #9a9a9a dotted 1px\9;
}

/* line 89, ../scss/import/_my_normalize.scss */
input[type="radio"],
input[type="checkbox"] {
  border: none;
  cursor: pointer;
}

/* line 95, ../scss/import/_my_normalize.scss */
input[type="submit"] {
  cursor: pointer;
}

/* line 99, ../scss/import/_my_normalize.scss */
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* line 104, ../scss/import/_my_normalize.scss */
a {
  color: #0f6c94;
  text-decoration: none;
  cursor: pointer;
}
/* line 109, ../scss/import/_my_normalize.scss */
a:active, a:focus, a:hover {
  text-decoration: none;
}

/* line 118, ../scss/import/_my_normalize.scss */
ol, ul, dl {
  margin-bottom: 0;
}

/* line 1, ../scss/import/_helper.scss */
.w-auto {
  width: auto !important;
}

/* line 2, ../scss/import/_helper.scss */
.h-auto {
  height: auto !important;
}

/* line 4, ../scss/import/_helper.scss */
.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 6, ../scss/import/_helper.scss */
.mnh-0 {
  min-height: 0 !important;
}

/* line 8, ../scss/import/_helper.scss */
.mw-768 {
  max-width: 798px !important;
}

/* line 10, ../scss/import/_helper.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../scss/import/_helper.scss */
.pt-120 {
  padding-top: 120px !important;
}

/* line 14, ../scss/import/_helper.scss */
.h-24 {
  height: 24px !important;
}

/* line 15, ../scss/import/_helper.scss */
.h-93 {
  height: 93px !important;
}

/* line 16, ../scss/import/_helper.scss */
.h-472 {
  height: 472px !important;
}

/* line 17, ../scss/import/_helper.scss */
.h-100pr {
  height: 100% !important;
}

/* WIDTH percentage*/
/* line 21, ../scss/import/_helper.scss */
.w-1pr {
  width: 1% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-2pr {
  width: 2% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-3pr {
  width: 3% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-4pr {
  width: 4% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-5pr {
  width: 5% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-6pr {
  width: 6% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-7pr {
  width: 7% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-8pr {
  width: 8% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-9pr {
  width: 9% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-10pr {
  width: 10% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-11pr {
  width: 11% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-12pr {
  width: 12% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-13pr {
  width: 13% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-14pr {
  width: 14% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-15pr {
  width: 15% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-16pr {
  width: 16% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-17pr {
  width: 17% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-18pr {
  width: 18% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-19pr {
  width: 19% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-20pr {
  width: 20% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-21pr {
  width: 21% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-22pr {
  width: 22% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-23pr {
  width: 23% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-24pr {
  width: 24% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-25pr {
  width: 25% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-26pr {
  width: 26% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-27pr {
  width: 27% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-28pr {
  width: 28% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-29pr {
  width: 29% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-30pr {
  width: 30% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-31pr {
  width: 31% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-32pr {
  width: 32% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-33pr {
  width: 33% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-34pr {
  width: 34% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-35pr {
  width: 35% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-36pr {
  width: 36% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-37pr {
  width: 37% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-38pr {
  width: 38% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-39pr {
  width: 39% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-40pr {
  width: 40% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-41pr {
  width: 41% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-42pr {
  width: 42% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-43pr {
  width: 43% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-44pr {
  width: 44% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-45pr {
  width: 45% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-46pr {
  width: 46% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-47pr {
  width: 47% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-48pr {
  width: 48% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-49pr {
  width: 49% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-50pr {
  width: 50% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-51pr {
  width: 51% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-52pr {
  width: 52% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-53pr {
  width: 53% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-54pr {
  width: 54% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-55pr {
  width: 55% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-56pr {
  width: 56% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-57pr {
  width: 57% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-58pr {
  width: 58% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-59pr {
  width: 59% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-60pr {
  width: 60% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-61pr {
  width: 61% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-62pr {
  width: 62% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-63pr {
  width: 63% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-64pr {
  width: 64% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-65pr {
  width: 65% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-66pr {
  width: 66% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-67pr {
  width: 67% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-68pr {
  width: 68% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-69pr {
  width: 69% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-70pr {
  width: 70% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-71pr {
  width: 71% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-72pr {
  width: 72% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-73pr {
  width: 73% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-74pr {
  width: 74% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-75pr {
  width: 75% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-76pr {
  width: 76% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-77pr {
  width: 77% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-78pr {
  width: 78% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-79pr {
  width: 79% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-80pr {
  width: 80% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-81pr {
  width: 81% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-82pr {
  width: 82% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-83pr {
  width: 83% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-84pr {
  width: 84% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-85pr {
  width: 85% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-86pr {
  width: 86% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-87pr {
  width: 87% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-88pr {
  width: 88% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-89pr {
  width: 89% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-90pr {
  width: 90% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-91pr {
  width: 91% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-92pr {
  width: 92% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-93pr {
  width: 93% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-94pr {
  width: 94% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-95pr {
  width: 95% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-96pr {
  width: 96% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-97pr {
  width: 97% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-98pr {
  width: 98% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-99pr {
  width: 99% !important;
}

/* line 21, ../scss/import/_helper.scss */
.w-100pr {
  width: 100% !important;
}

/* WIDTH */
/* line 25, ../scss/import/_helper.scss */
.w-0 {
  width: 0px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-5 {
  width: 5px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-10 {
  width: 10px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-15 {
  width: 15px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-20 {
  width: 20px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-25 {
  width: 25px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-30 {
  width: 30px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-35 {
  width: 35px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-40 {
  width: 40px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-45 {
  width: 45px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-50 {
  width: 50px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-55 {
  width: 55px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-60 {
  width: 60px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-65 {
  width: 65px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-70 {
  width: 70px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-75 {
  width: 75px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-80 {
  width: 80px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-85 {
  width: 85px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-90 {
  width: 90px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-95 {
  width: 95px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-100 {
  width: 100px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-105 {
  width: 105px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-110 {
  width: 110px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-115 {
  width: 115px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-120 {
  width: 120px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-125 {
  width: 125px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-130 {
  width: 130px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-135 {
  width: 135px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-140 {
  width: 140px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-145 {
  width: 145px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-150 {
  width: 150px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-155 {
  width: 155px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-160 {
  width: 160px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-165 {
  width: 165px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-170 {
  width: 170px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-175 {
  width: 175px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-180 {
  width: 180px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-185 {
  width: 185px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-190 {
  width: 190px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-195 {
  width: 195px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-200 {
  width: 200px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-205 {
  width: 205px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-210 {
  width: 210px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-215 {
  width: 215px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-220 {
  width: 220px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-225 {
  width: 225px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-230 {
  width: 230px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-235 {
  width: 235px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-240 {
  width: 240px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-245 {
  width: 245px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-250 {
  width: 250px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-255 {
  width: 255px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-260 {
  width: 260px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-265 {
  width: 265px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-270 {
  width: 270px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-275 {
  width: 275px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-280 {
  width: 280px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-285 {
  width: 285px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-290 {
  width: 290px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-295 {
  width: 295px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-300 {
  width: 300px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-305 {
  width: 305px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-310 {
  width: 310px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-315 {
  width: 315px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-320 {
  width: 320px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-325 {
  width: 325px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-330 {
  width: 330px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-335 {
  width: 335px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-340 {
  width: 340px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-345 {
  width: 345px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-350 {
  width: 350px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-355 {
  width: 355px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-360 {
  width: 360px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-365 {
  width: 365px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-370 {
  width: 370px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-375 {
  width: 375px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-380 {
  width: 380px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-385 {
  width: 385px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-390 {
  width: 390px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-395 {
  width: 395px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-400 {
  width: 400px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-405 {
  width: 405px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-410 {
  width: 410px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-415 {
  width: 415px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-420 {
  width: 420px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-425 {
  width: 425px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-430 {
  width: 430px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-435 {
  width: 435px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-440 {
  width: 440px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-445 {
  width: 445px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-450 {
  width: 450px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-455 {
  width: 455px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-460 {
  width: 460px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-465 {
  width: 465px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-470 {
  width: 470px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-475 {
  width: 475px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-480 {
  width: 480px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-485 {
  width: 485px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-490 {
  width: 490px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-495 {
  width: 495px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-500 {
  width: 500px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-505 {
  width: 505px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-510 {
  width: 510px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-515 {
  width: 515px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-520 {
  width: 520px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-525 {
  width: 525px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-530 {
  width: 530px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-535 {
  width: 535px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-540 {
  width: 540px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-545 {
  width: 545px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-550 {
  width: 550px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-555 {
  width: 555px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-560 {
  width: 560px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-565 {
  width: 565px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-570 {
  width: 570px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-575 {
  width: 575px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-580 {
  width: 580px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-585 {
  width: 585px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-590 {
  width: 590px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-595 {
  width: 595px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-600 {
  width: 600px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-605 {
  width: 605px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-610 {
  width: 610px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-615 {
  width: 615px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-620 {
  width: 620px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-625 {
  width: 625px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-630 {
  width: 630px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-635 {
  width: 635px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-640 {
  width: 640px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-645 {
  width: 645px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-650 {
  width: 650px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-655 {
  width: 655px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-660 {
  width: 660px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-665 {
  width: 665px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-670 {
  width: 670px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-675 {
  width: 675px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-680 {
  width: 680px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-685 {
  width: 685px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-690 {
  width: 690px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-695 {
  width: 695px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-700 {
  width: 700px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-705 {
  width: 705px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-710 {
  width: 710px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-715 {
  width: 715px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-720 {
  width: 720px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-725 {
  width: 725px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-730 {
  width: 730px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-735 {
  width: 735px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-740 {
  width: 740px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-745 {
  width: 745px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-750 {
  width: 750px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-755 {
  width: 755px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-760 {
  width: 760px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-765 {
  width: 765px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-770 {
  width: 770px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-775 {
  width: 775px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-780 {
  width: 780px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-785 {
  width: 785px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-790 {
  width: 790px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-795 {
  width: 795px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-800 {
  width: 800px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-805 {
  width: 805px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-810 {
  width: 810px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-815 {
  width: 815px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-820 {
  width: 820px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-825 {
  width: 825px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-830 {
  width: 830px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-835 {
  width: 835px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-840 {
  width: 840px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-845 {
  width: 845px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-850 {
  width: 850px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-855 {
  width: 855px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-860 {
  width: 860px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-865 {
  width: 865px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-870 {
  width: 870px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-875 {
  width: 875px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-880 {
  width: 880px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-885 {
  width: 885px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-890 {
  width: 890px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-895 {
  width: 895px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-900 {
  width: 900px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-905 {
  width: 905px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-910 {
  width: 910px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-915 {
  width: 915px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-920 {
  width: 920px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-925 {
  width: 925px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-930 {
  width: 930px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-935 {
  width: 935px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-940 {
  width: 940px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-945 {
  width: 945px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-950 {
  width: 950px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-955 {
  width: 955px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-960 {
  width: 960px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-965 {
  width: 965px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-970 {
  width: 970px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-975 {
  width: 975px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-980 {
  width: 980px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-985 {
  width: 985px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-990 {
  width: 990px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-995 {
  width: 995px !important;
}

/* line 25, ../scss/import/_helper.scss */
.w-1000 {
  width: 1000px !important;
}

/*min width*/
/* line 29, ../scss/import/_helper.scss */
.mnw-60 {
  min-width: 60px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-65 {
  min-width: 65px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-70 {
  min-width: 70px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-75 {
  min-width: 75px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-80 {
  min-width: 80px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-85 {
  min-width: 85px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-90 {
  min-width: 90px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-95 {
  min-width: 95px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-100 {
  min-width: 100px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-105 {
  min-width: 105px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-110 {
  min-width: 110px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-115 {
  min-width: 115px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-120 {
  min-width: 120px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-125 {
  min-width: 125px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-130 {
  min-width: 130px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-135 {
  min-width: 135px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-140 {
  min-width: 140px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-145 {
  min-width: 145px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-150 {
  min-width: 150px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-155 {
  min-width: 155px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-160 {
  min-width: 160px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-165 {
  min-width: 165px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-170 {
  min-width: 170px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-175 {
  min-width: 175px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-180 {
  min-width: 180px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-185 {
  min-width: 185px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-190 {
  min-width: 190px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-195 {
  min-width: 195px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-200 {
  min-width: 200px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-205 {
  min-width: 205px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-210 {
  min-width: 210px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-215 {
  min-width: 215px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-220 {
  min-width: 220px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-225 {
  min-width: 225px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-230 {
  min-width: 230px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-235 {
  min-width: 235px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-240 {
  min-width: 240px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-245 {
  min-width: 245px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-250 {
  min-width: 250px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-255 {
  min-width: 255px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-260 {
  min-width: 260px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-265 {
  min-width: 265px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-270 {
  min-width: 270px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-275 {
  min-width: 275px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-280 {
  min-width: 280px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-285 {
  min-width: 285px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-290 {
  min-width: 290px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-295 {
  min-width: 295px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-300 {
  min-width: 300px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-305 {
  min-width: 305px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-310 {
  min-width: 310px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-315 {
  min-width: 315px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-320 {
  min-width: 320px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-325 {
  min-width: 325px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-330 {
  min-width: 330px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-335 {
  min-width: 335px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-340 {
  min-width: 340px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-345 {
  min-width: 345px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-350 {
  min-width: 350px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-355 {
  min-width: 355px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-360 {
  min-width: 360px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-365 {
  min-width: 365px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-370 {
  min-width: 370px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-375 {
  min-width: 375px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-380 {
  min-width: 380px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-385 {
  min-width: 385px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-390 {
  min-width: 390px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-395 {
  min-width: 395px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-400 {
  min-width: 400px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-405 {
  min-width: 405px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-410 {
  min-width: 410px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-415 {
  min-width: 415px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-420 {
  min-width: 420px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-425 {
  min-width: 425px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-430 {
  min-width: 430px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-435 {
  min-width: 435px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-440 {
  min-width: 440px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-445 {
  min-width: 445px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-450 {
  min-width: 450px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-455 {
  min-width: 455px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-460 {
  min-width: 460px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-465 {
  min-width: 465px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-470 {
  min-width: 470px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-475 {
  min-width: 475px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-480 {
  min-width: 480px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-485 {
  min-width: 485px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-490 {
  min-width: 490px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-495 {
  min-width: 495px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-500 {
  min-width: 500px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-505 {
  min-width: 505px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-510 {
  min-width: 510px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-515 {
  min-width: 515px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-520 {
  min-width: 520px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-525 {
  min-width: 525px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-530 {
  min-width: 530px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-535 {
  min-width: 535px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-540 {
  min-width: 540px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-545 {
  min-width: 545px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-550 {
  min-width: 550px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-555 {
  min-width: 555px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-560 {
  min-width: 560px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-565 {
  min-width: 565px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-570 {
  min-width: 570px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-575 {
  min-width: 575px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-580 {
  min-width: 580px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-585 {
  min-width: 585px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-590 {
  min-width: 590px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-595 {
  min-width: 595px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-600 {
  min-width: 600px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-605 {
  min-width: 605px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-610 {
  min-width: 610px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-615 {
  min-width: 615px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-620 {
  min-width: 620px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-625 {
  min-width: 625px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-630 {
  min-width: 630px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-635 {
  min-width: 635px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-640 {
  min-width: 640px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-645 {
  min-width: 645px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-650 {
  min-width: 650px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-655 {
  min-width: 655px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-660 {
  min-width: 660px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-665 {
  min-width: 665px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-670 {
  min-width: 670px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-675 {
  min-width: 675px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-680 {
  min-width: 680px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-685 {
  min-width: 685px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-690 {
  min-width: 690px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-695 {
  min-width: 695px !important;
}

/* line 29, ../scss/import/_helper.scss */
.mnw-700 {
  min-width: 700px !important;
}

/*max width*/
/* line 33, ../scss/import/_helper.scss */
.mw-25 {
  max-width: 25px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-30 {
  max-width: 30px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-35 {
  max-width: 35px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-40 {
  max-width: 40px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-45 {
  max-width: 45px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-50 {
  max-width: 50px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-55 {
  max-width: 55px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-60 {
  max-width: 60px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-65 {
  max-width: 65px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-70 {
  max-width: 70px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-75 {
  max-width: 75px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-80 {
  max-width: 80px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-85 {
  max-width: 85px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-90 {
  max-width: 90px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-95 {
  max-width: 95px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-100 {
  max-width: 100px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-105 {
  max-width: 105px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-110 {
  max-width: 110px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-115 {
  max-width: 115px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-120 {
  max-width: 120px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-125 {
  max-width: 125px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-130 {
  max-width: 130px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-135 {
  max-width: 135px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-140 {
  max-width: 140px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-145 {
  max-width: 145px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-150 {
  max-width: 150px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-155 {
  max-width: 155px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-160 {
  max-width: 160px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-165 {
  max-width: 165px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-170 {
  max-width: 170px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-175 {
  max-width: 175px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-180 {
  max-width: 180px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-185 {
  max-width: 185px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-190 {
  max-width: 190px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-195 {
  max-width: 195px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-200 {
  max-width: 200px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-205 {
  max-width: 205px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-210 {
  max-width: 210px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-215 {
  max-width: 215px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-220 {
  max-width: 220px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-225 {
  max-width: 225px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-230 {
  max-width: 230px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-235 {
  max-width: 235px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-240 {
  max-width: 240px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-245 {
  max-width: 245px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-250 {
  max-width: 250px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-255 {
  max-width: 255px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-260 {
  max-width: 260px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-265 {
  max-width: 265px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-270 {
  max-width: 270px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-275 {
  max-width: 275px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-280 {
  max-width: 280px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-285 {
  max-width: 285px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-290 {
  max-width: 290px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-295 {
  max-width: 295px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-300 {
  max-width: 300px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-305 {
  max-width: 305px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-310 {
  max-width: 310px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-315 {
  max-width: 315px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-320 {
  max-width: 320px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-325 {
  max-width: 325px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-330 {
  max-width: 330px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-335 {
  max-width: 335px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-340 {
  max-width: 340px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-345 {
  max-width: 345px !important;
}

/* line 33, ../scss/import/_helper.scss */
.mw-350 {
  max-width: 350px !important;
}

/* height */
/* line 37, ../scss/import/_helper.scss */
.h-5 {
  height: 5px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-10 {
  height: 10px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-15 {
  height: 15px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-20 {
  height: 20px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-25 {
  height: 25px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-30 {
  height: 30px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-35 {
  height: 35px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-40 {
  height: 40px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-45 {
  height: 45px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-50 {
  height: 50px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-55 {
  height: 55px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-60 {
  height: 60px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-65 {
  height: 65px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-70 {
  height: 70px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-75 {
  height: 75px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-80 {
  height: 80px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-85 {
  height: 85px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-90 {
  height: 90px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-95 {
  height: 95px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-100 {
  height: 100px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-105 {
  height: 105px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-110 {
  height: 110px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-115 {
  height: 115px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-120 {
  height: 120px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-125 {
  height: 125px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-130 {
  height: 130px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-135 {
  height: 135px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-140 {
  height: 140px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-145 {
  height: 145px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-150 {
  height: 150px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-155 {
  height: 155px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-160 {
  height: 160px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-165 {
  height: 165px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-170 {
  height: 170px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-175 {
  height: 175px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-180 {
  height: 180px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-185 {
  height: 185px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-190 {
  height: 190px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-195 {
  height: 195px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-200 {
  height: 200px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-205 {
  height: 205px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-210 {
  height: 210px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-215 {
  height: 215px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-220 {
  height: 220px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-225 {
  height: 225px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-230 {
  height: 230px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-235 {
  height: 235px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-240 {
  height: 240px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-245 {
  height: 245px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-250 {
  height: 250px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-255 {
  height: 255px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-260 {
  height: 260px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-265 {
  height: 265px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-270 {
  height: 270px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-275 {
  height: 275px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-280 {
  height: 280px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-285 {
  height: 285px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-290 {
  height: 290px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-295 {
  height: 295px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-300 {
  height: 300px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-305 {
  height: 305px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-310 {
  height: 310px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-315 {
  height: 315px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-320 {
  height: 320px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-325 {
  height: 325px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-330 {
  height: 330px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-335 {
  height: 335px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-340 {
  height: 340px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-345 {
  height: 345px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-350 {
  height: 350px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-355 {
  height: 355px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-360 {
  height: 360px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-365 {
  height: 365px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-370 {
  height: 370px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-375 {
  height: 375px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-380 {
  height: 380px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-385 {
  height: 385px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-390 {
  height: 390px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-395 {
  height: 395px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-400 {
  height: 400px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-405 {
  height: 405px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-410 {
  height: 410px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-415 {
  height: 415px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-420 {
  height: 420px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-425 {
  height: 425px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-430 {
  height: 430px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-435 {
  height: 435px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-440 {
  height: 440px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-445 {
  height: 445px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-450 {
  height: 450px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-455 {
  height: 455px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-460 {
  height: 460px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-465 {
  height: 465px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-470 {
  height: 470px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-475 {
  height: 475px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-480 {
  height: 480px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-485 {
  height: 485px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-490 {
  height: 490px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-495 {
  height: 495px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-500 {
  height: 500px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-505 {
  height: 505px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-510 {
  height: 510px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-515 {
  height: 515px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-520 {
  height: 520px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-525 {
  height: 525px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-530 {
  height: 530px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-535 {
  height: 535px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-540 {
  height: 540px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-545 {
  height: 545px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-550 {
  height: 550px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-555 {
  height: 555px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-560 {
  height: 560px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-565 {
  height: 565px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-570 {
  height: 570px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-575 {
  height: 575px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-580 {
  height: 580px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-585 {
  height: 585px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-590 {
  height: 590px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-595 {
  height: 595px !important;
}

/* line 37, ../scss/import/_helper.scss */
.h-600 {
  height: 600px !important;
}

/*min height*/
/* line 41, ../scss/import/_helper.scss */
.mnh-50 {
  min-height: 50px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-55 {
  min-height: 55px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-60 {
  min-height: 60px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-65 {
  min-height: 65px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-70 {
  min-height: 70px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-75 {
  min-height: 75px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-80 {
  min-height: 80px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-85 {
  min-height: 85px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-90 {
  min-height: 90px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-95 {
  min-height: 95px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-100 {
  min-height: 100px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-105 {
  min-height: 105px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-110 {
  min-height: 110px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-115 {
  min-height: 115px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-120 {
  min-height: 120px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-125 {
  min-height: 125px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-130 {
  min-height: 130px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-135 {
  min-height: 135px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-140 {
  min-height: 140px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-145 {
  min-height: 145px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-150 {
  min-height: 150px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-155 {
  min-height: 155px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-160 {
  min-height: 160px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-165 {
  min-height: 165px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-170 {
  min-height: 170px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-175 {
  min-height: 175px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-180 {
  min-height: 180px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-185 {
  min-height: 185px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-190 {
  min-height: 190px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-195 {
  min-height: 195px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-200 {
  min-height: 200px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-205 {
  min-height: 205px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-210 {
  min-height: 210px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-215 {
  min-height: 215px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-220 {
  min-height: 220px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-225 {
  min-height: 225px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-230 {
  min-height: 230px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-235 {
  min-height: 235px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-240 {
  min-height: 240px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-245 {
  min-height: 245px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-250 {
  min-height: 250px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-255 {
  min-height: 255px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-260 {
  min-height: 260px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-265 {
  min-height: 265px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-270 {
  min-height: 270px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-275 {
  min-height: 275px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-280 {
  min-height: 280px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-285 {
  min-height: 285px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-290 {
  min-height: 290px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-295 {
  min-height: 295px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-300 {
  min-height: 300px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-305 {
  min-height: 305px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-310 {
  min-height: 310px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-315 {
  min-height: 315px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-320 {
  min-height: 320px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-325 {
  min-height: 325px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-330 {
  min-height: 330px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-335 {
  min-height: 335px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-340 {
  min-height: 340px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-345 {
  min-height: 345px !important;
}

/* line 41, ../scss/import/_helper.scss */
.mnh-350 {
  min-height: 350px !important;
}

/*max height*/
/* line 45, ../scss/import/_helper.scss */
.mh-25 {
  max-height: 25px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-30 {
  max-height: 30px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-35 {
  max-height: 35px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-40 {
  max-height: 40px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-45 {
  max-height: 45px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-50 {
  max-height: 50px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-55 {
  max-height: 55px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-60 {
  max-height: 60px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-65 {
  max-height: 65px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-70 {
  max-height: 70px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-75 {
  max-height: 75px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-80 {
  max-height: 80px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-85 {
  max-height: 85px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-90 {
  max-height: 90px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-95 {
  max-height: 95px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-100 {
  max-height: 100px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-105 {
  max-height: 105px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-110 {
  max-height: 110px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-115 {
  max-height: 115px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-120 {
  max-height: 120px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-125 {
  max-height: 125px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-130 {
  max-height: 130px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-135 {
  max-height: 135px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-140 {
  max-height: 140px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-145 {
  max-height: 145px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-150 {
  max-height: 150px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-155 {
  max-height: 155px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-160 {
  max-height: 160px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-165 {
  max-height: 165px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-170 {
  max-height: 170px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-175 {
  max-height: 175px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-180 {
  max-height: 180px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-185 {
  max-height: 185px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-190 {
  max-height: 190px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-195 {
  max-height: 195px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-200 {
  max-height: 200px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-205 {
  max-height: 205px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-210 {
  max-height: 210px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-215 {
  max-height: 215px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-220 {
  max-height: 220px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-225 {
  max-height: 225px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-230 {
  max-height: 230px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-235 {
  max-height: 235px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-240 {
  max-height: 240px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-245 {
  max-height: 245px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-250 {
  max-height: 250px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-255 {
  max-height: 255px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-260 {
  max-height: 260px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-265 {
  max-height: 265px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-270 {
  max-height: 270px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-275 {
  max-height: 275px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-280 {
  max-height: 280px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-285 {
  max-height: 285px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-290 {
  max-height: 290px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-295 {
  max-height: 295px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-300 {
  max-height: 300px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-305 {
  max-height: 305px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-310 {
  max-height: 310px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-315 {
  max-height: 315px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-320 {
  max-height: 320px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-325 {
  max-height: 325px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-330 {
  max-height: 330px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-335 {
  max-height: 335px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-340 {
  max-height: 340px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-345 {
  max-height: 345px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-350 {
  max-height: 350px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-355 {
  max-height: 355px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-360 {
  max-height: 360px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-365 {
  max-height: 365px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-370 {
  max-height: 370px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-375 {
  max-height: 375px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-380 {
  max-height: 380px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-385 {
  max-height: 385px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-390 {
  max-height: 390px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-395 {
  max-height: 395px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-400 {
  max-height: 400px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-405 {
  max-height: 405px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-410 {
  max-height: 410px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-415 {
  max-height: 415px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-420 {
  max-height: 420px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-425 {
  max-height: 425px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-430 {
  max-height: 430px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-435 {
  max-height: 435px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-440 {
  max-height: 440px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-445 {
  max-height: 445px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-450 {
  max-height: 450px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-455 {
  max-height: 455px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-460 {
  max-height: 460px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-465 {
  max-height: 465px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-470 {
  max-height: 470px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-475 {
  max-height: 475px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-480 {
  max-height: 480px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-485 {
  max-height: 485px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-490 {
  max-height: 490px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-495 {
  max-height: 495px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-500 {
  max-height: 500px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-505 {
  max-height: 505px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-510 {
  max-height: 510px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-515 {
  max-height: 515px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-520 {
  max-height: 520px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-525 {
  max-height: 525px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-530 {
  max-height: 530px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-535 {
  max-height: 535px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-540 {
  max-height: 540px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-545 {
  max-height: 545px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-550 {
  max-height: 550px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-555 {
  max-height: 555px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-560 {
  max-height: 560px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-565 {
  max-height: 565px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-570 {
  max-height: 570px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-575 {
  max-height: 575px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-580 {
  max-height: 580px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-585 {
  max-height: 585px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-590 {
  max-height: 590px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-595 {
  max-height: 595px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-600 {
  max-height: 600px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-605 {
  max-height: 605px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-610 {
  max-height: 610px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-615 {
  max-height: 615px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-620 {
  max-height: 620px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-625 {
  max-height: 625px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-630 {
  max-height: 630px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-635 {
  max-height: 635px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-640 {
  max-height: 640px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-645 {
  max-height: 645px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-650 {
  max-height: 650px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-655 {
  max-height: 655px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-660 {
  max-height: 660px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-665 {
  max-height: 665px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-670 {
  max-height: 670px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-675 {
  max-height: 675px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-680 {
  max-height: 680px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-685 {
  max-height: 685px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-690 {
  max-height: 690px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-695 {
  max-height: 695px !important;
}

/* line 45, ../scss/import/_helper.scss */
.mh-700 {
  max-height: 700px !important;
}

/*padding*/
/* line 49, ../scss/import/_helper.scss */
.p-0 {
  padding: 0px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-1 {
  padding: 1px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-2 {
  padding: 2px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-3 {
  padding: 3px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-4 {
  padding: 4px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-5 {
  padding: 5px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-6 {
  padding: 6px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-7 {
  padding: 7px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-8 {
  padding: 8px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-9 {
  padding: 9px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-10 {
  padding: 10px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-11 {
  padding: 11px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-12 {
  padding: 12px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-13 {
  padding: 13px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-14 {
  padding: 14px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-15 {
  padding: 15px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-16 {
  padding: 16px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-17 {
  padding: 17px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-18 {
  padding: 18px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-19 {
  padding: 19px !important;
}

/* line 49, ../scss/import/_helper.scss */
.p-20 {
  padding: 20px !important;
}

/*padding left*/
/* line 53, ../scss/import/_helper.scss */
.pl-0 {
  padding-left: 0px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-1 {
  padding-left: 1px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-2 {
  padding-left: 2px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-3 {
  padding-left: 3px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-4 {
  padding-left: 4px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-5 {
  padding-left: 5px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-6 {
  padding-left: 6px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-7 {
  padding-left: 7px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-8 {
  padding-left: 8px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-9 {
  padding-left: 9px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-10 {
  padding-left: 10px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-11 {
  padding-left: 11px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-12 {
  padding-left: 12px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-13 {
  padding-left: 13px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-14 {
  padding-left: 14px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-15 {
  padding-left: 15px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-16 {
  padding-left: 16px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-17 {
  padding-left: 17px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-18 {
  padding-left: 18px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-19 {
  padding-left: 19px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-20 {
  padding-left: 20px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-21 {
  padding-left: 21px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-22 {
  padding-left: 22px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-23 {
  padding-left: 23px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-24 {
  padding-left: 24px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-25 {
  padding-left: 25px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-26 {
  padding-left: 26px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-27 {
  padding-left: 27px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-28 {
  padding-left: 28px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-29 {
  padding-left: 29px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-30 {
  padding-left: 30px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-31 {
  padding-left: 31px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-32 {
  padding-left: 32px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-33 {
  padding-left: 33px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-34 {
  padding-left: 34px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-35 {
  padding-left: 35px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-36 {
  padding-left: 36px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-37 {
  padding-left: 37px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-38 {
  padding-left: 38px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-39 {
  padding-left: 39px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-40 {
  padding-left: 40px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-41 {
  padding-left: 41px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-42 {
  padding-left: 42px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-43 {
  padding-left: 43px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-44 {
  padding-left: 44px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-45 {
  padding-left: 45px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-46 {
  padding-left: 46px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-47 {
  padding-left: 47px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-48 {
  padding-left: 48px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-49 {
  padding-left: 49px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-50 {
  padding-left: 50px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-51 {
  padding-left: 51px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-52 {
  padding-left: 52px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-53 {
  padding-left: 53px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-54 {
  padding-left: 54px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-55 {
  padding-left: 55px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-56 {
  padding-left: 56px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-57 {
  padding-left: 57px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-58 {
  padding-left: 58px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-59 {
  padding-left: 59px !important;
}

/* line 53, ../scss/import/_helper.scss */
.pl-60 {
  padding-left: 60px !important;
}

/*padding right*/
/* line 57, ../scss/import/_helper.scss */
.pr-0 {
  padding-right: 0px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-1 {
  padding-right: 1px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-2 {
  padding-right: 2px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-3 {
  padding-right: 3px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-4 {
  padding-right: 4px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-5 {
  padding-right: 5px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-6 {
  padding-right: 6px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-7 {
  padding-right: 7px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-8 {
  padding-right: 8px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-9 {
  padding-right: 9px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-10 {
  padding-right: 10px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-11 {
  padding-right: 11px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-12 {
  padding-right: 12px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-13 {
  padding-right: 13px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-14 {
  padding-right: 14px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-15 {
  padding-right: 15px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-16 {
  padding-right: 16px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-17 {
  padding-right: 17px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-18 {
  padding-right: 18px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-19 {
  padding-right: 19px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-20 {
  padding-right: 20px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-21 {
  padding-right: 21px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-22 {
  padding-right: 22px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-23 {
  padding-right: 23px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-24 {
  padding-right: 24px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-25 {
  padding-right: 25px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-26 {
  padding-right: 26px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-27 {
  padding-right: 27px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-28 {
  padding-right: 28px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-29 {
  padding-right: 29px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-30 {
  padding-right: 30px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-31 {
  padding-right: 31px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-32 {
  padding-right: 32px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-33 {
  padding-right: 33px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-34 {
  padding-right: 34px !important;
}

/* line 57, ../scss/import/_helper.scss */
.pr-35 {
  padding-right: 35px !important;
}

/*padding top*/
/* line 61, ../scss/import/_helper.scss */
.pt-0 {
  padding-top: 0px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-1 {
  padding-top: 1px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-2 {
  padding-top: 2px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-3 {
  padding-top: 3px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-4 {
  padding-top: 4px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-5 {
  padding-top: 5px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-6 {
  padding-top: 6px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-7 {
  padding-top: 7px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-8 {
  padding-top: 8px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-9 {
  padding-top: 9px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-10 {
  padding-top: 10px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-11 {
  padding-top: 11px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-12 {
  padding-top: 12px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-13 {
  padding-top: 13px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-14 {
  padding-top: 14px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-15 {
  padding-top: 15px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-16 {
  padding-top: 16px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-17 {
  padding-top: 17px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-18 {
  padding-top: 18px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-19 {
  padding-top: 19px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-21 {
  padding-top: 21px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-22 {
  padding-top: 22px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-23 {
  padding-top: 23px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-24 {
  padding-top: 24px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-25 {
  padding-top: 25px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-26 {
  padding-top: 26px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-27 {
  padding-top: 27px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-28 {
  padding-top: 28px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-29 {
  padding-top: 29px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-30 {
  padding-top: 30px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-31 {
  padding-top: 31px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-32 {
  padding-top: 32px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-33 {
  padding-top: 33px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-34 {
  padding-top: 34px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-35 {
  padding-top: 35px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-36 {
  padding-top: 36px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-37 {
  padding-top: 37px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-38 {
  padding-top: 38px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-39 {
  padding-top: 39px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-40 {
  padding-top: 40px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-41 {
  padding-top: 41px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-42 {
  padding-top: 42px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-43 {
  padding-top: 43px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-44 {
  padding-top: 44px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-45 {
  padding-top: 45px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-46 {
  padding-top: 46px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-47 {
  padding-top: 47px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-48 {
  padding-top: 48px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-49 {
  padding-top: 49px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-50 {
  padding-top: 50px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-51 {
  padding-top: 51px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-52 {
  padding-top: 52px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-53 {
  padding-top: 53px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-54 {
  padding-top: 54px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-55 {
  padding-top: 55px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-56 {
  padding-top: 56px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-57 {
  padding-top: 57px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-58 {
  padding-top: 58px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-59 {
  padding-top: 59px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-60 {
  padding-top: 60px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-61 {
  padding-top: 61px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-62 {
  padding-top: 62px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-63 {
  padding-top: 63px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-64 {
  padding-top: 64px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-65 {
  padding-top: 65px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-66 {
  padding-top: 66px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-67 {
  padding-top: 67px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-68 {
  padding-top: 68px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-69 {
  padding-top: 69px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-70 {
  padding-top: 70px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-71 {
  padding-top: 71px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-72 {
  padding-top: 72px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-73 {
  padding-top: 73px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-74 {
  padding-top: 74px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-75 {
  padding-top: 75px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-76 {
  padding-top: 76px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-77 {
  padding-top: 77px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-78 {
  padding-top: 78px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-79 {
  padding-top: 79px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-80 {
  padding-top: 80px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-81 {
  padding-top: 81px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-82 {
  padding-top: 82px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-83 {
  padding-top: 83px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-84 {
  padding-top: 84px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-85 {
  padding-top: 85px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-86 {
  padding-top: 86px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-87 {
  padding-top: 87px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-88 {
  padding-top: 88px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-89 {
  padding-top: 89px !important;
}

/* line 61, ../scss/import/_helper.scss */
.pt-90 {
  padding-top: 90px !important;
}

/*padding bottom*/
/* line 65, ../scss/import/_helper.scss */
.pb-0 {
  padding-bottom: 0px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-1 {
  padding-bottom: 1px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-2 {
  padding-bottom: 2px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-3 {
  padding-bottom: 3px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-4 {
  padding-bottom: 4px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-5 {
  padding-bottom: 5px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-6 {
  padding-bottom: 6px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-7 {
  padding-bottom: 7px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-8 {
  padding-bottom: 8px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-9 {
  padding-bottom: 9px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-10 {
  padding-bottom: 10px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-11 {
  padding-bottom: 11px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-12 {
  padding-bottom: 12px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-13 {
  padding-bottom: 13px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-14 {
  padding-bottom: 14px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-15 {
  padding-bottom: 15px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-16 {
  padding-bottom: 16px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-17 {
  padding-bottom: 17px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-18 {
  padding-bottom: 18px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-19 {
  padding-bottom: 19px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-20 {
  padding-bottom: 20px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-21 {
  padding-bottom: 21px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-22 {
  padding-bottom: 22px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-23 {
  padding-bottom: 23px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-24 {
  padding-bottom: 24px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-25 {
  padding-bottom: 25px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-26 {
  padding-bottom: 26px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-27 {
  padding-bottom: 27px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-28 {
  padding-bottom: 28px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-29 {
  padding-bottom: 29px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-30 {
  padding-bottom: 30px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-31 {
  padding-bottom: 31px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-32 {
  padding-bottom: 32px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-33 {
  padding-bottom: 33px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-34 {
  padding-bottom: 34px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-35 {
  padding-bottom: 35px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-36 {
  padding-bottom: 36px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-37 {
  padding-bottom: 37px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-38 {
  padding-bottom: 38px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-39 {
  padding-bottom: 39px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-40 {
  padding-bottom: 40px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-41 {
  padding-bottom: 41px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-42 {
  padding-bottom: 42px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-43 {
  padding-bottom: 43px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-44 {
  padding-bottom: 44px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-45 {
  padding-bottom: 45px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-46 {
  padding-bottom: 46px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-47 {
  padding-bottom: 47px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-48 {
  padding-bottom: 48px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-49 {
  padding-bottom: 49px !important;
}

/* line 65, ../scss/import/_helper.scss */
.pb-50 {
  padding-bottom: 50px !important;
}

/*margin*/
/* line 69, ../scss/import/_helper.scss */
.m-0 {
  margin: 0px !important;
}

/* line 69, ../scss/import/_helper.scss */
.m-1 {
  margin: 1px !important;
}

/* line 69, ../scss/import/_helper.scss */
.m-2 {
  margin: 2px !important;
}

/* line 69, ../scss/import/_helper.scss */
.m-3 {
  margin: 3px !important;
}

/* line 69, ../scss/import/_helper.scss */
.m-4 {
  margin: 4px !important;
}

/* line 69, ../scss/import/_helper.scss */
.m-5 {
  margin: 5px !important;
}

/* line 69, ../scss/import/_helper.scss */
.m-6 {
  margin: 6px !important;
}

/* line 69, ../scss/import/_helper.scss */
.m-7 {
  margin: 7px !important;
}

/* line 69, ../scss/import/_helper.scss */
.m-8 {
  margin: 8px !important;
}

/* line 69, ../scss/import/_helper.scss */
.m-9 {
  margin: 9px !important;
}

/* line 69, ../scss/import/_helper.scss */
.m-10 {
  margin: 10px !important;
}

/*margin left*/
/* line 73, ../scss/import/_helper.scss */
.ml-0 {
  margin-left: 0px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-1 {
  margin-left: 1px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-2 {
  margin-left: 2px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-3 {
  margin-left: 3px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-4 {
  margin-left: 4px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-5 {
  margin-left: 5px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-6 {
  margin-left: 6px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-7 {
  margin-left: 7px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-8 {
  margin-left: 8px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-9 {
  margin-left: 9px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-10 {
  margin-left: 10px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-11 {
  margin-left: 11px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-12 {
  margin-left: 12px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-13 {
  margin-left: 13px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-14 {
  margin-left: 14px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-15 {
  margin-left: 15px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-16 {
  margin-left: 16px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-17 {
  margin-left: 17px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-18 {
  margin-left: 18px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-19 {
  margin-left: 19px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-20 {
  margin-left: 20px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-21 {
  margin-left: 21px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-22 {
  margin-left: 22px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-23 {
  margin-left: 23px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-24 {
  margin-left: 24px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-25 {
  margin-left: 25px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-26 {
  margin-left: 26px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-27 {
  margin-left: 27px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-28 {
  margin-left: 28px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-29 {
  margin-left: 29px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-30 {
  margin-left: 30px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-31 {
  margin-left: 31px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-32 {
  margin-left: 32px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-33 {
  margin-left: 33px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-34 {
  margin-left: 34px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-35 {
  margin-left: 35px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-36 {
  margin-left: 36px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-37 {
  margin-left: 37px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-38 {
  margin-left: 38px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-39 {
  margin-left: 39px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-40 {
  margin-left: 40px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-41 {
  margin-left: 41px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-42 {
  margin-left: 42px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-43 {
  margin-left: 43px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-44 {
  margin-left: 44px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-45 {
  margin-left: 45px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-46 {
  margin-left: 46px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-47 {
  margin-left: 47px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-48 {
  margin-left: 48px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-49 {
  margin-left: 49px !important;
}

/* line 73, ../scss/import/_helper.scss */
.ml-50 {
  margin-left: 50px !important;
}

/*margin right*/
/* line 77, ../scss/import/_helper.scss */
.mr-0 {
  margin-right: 0px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-1 {
  margin-right: 1px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-2 {
  margin-right: 2px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-3 {
  margin-right: 3px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-4 {
  margin-right: 4px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-5 {
  margin-right: 5px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-6 {
  margin-right: 6px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-7 {
  margin-right: 7px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-8 {
  margin-right: 8px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-9 {
  margin-right: 9px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-10 {
  margin-right: 10px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-11 {
  margin-right: 11px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-12 {
  margin-right: 12px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-13 {
  margin-right: 13px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-14 {
  margin-right: 14px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-15 {
  margin-right: 15px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-16 {
  margin-right: 16px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-17 {
  margin-right: 17px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-18 {
  margin-right: 18px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-19 {
  margin-right: 19px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-20 {
  margin-right: 20px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-21 {
  margin-right: 21px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-22 {
  margin-right: 22px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-23 {
  margin-right: 23px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-24 {
  margin-right: 24px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-25 {
  margin-right: 25px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-26 {
  margin-right: 26px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-27 {
  margin-right: 27px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-28 {
  margin-right: 28px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-29 {
  margin-right: 29px !important;
}

/* line 77, ../scss/import/_helper.scss */
.mr-30 {
  margin-right: 30px !important;
}

/*margin top*/
/* line 81, ../scss/import/_helper.scss */
.mt-0 {
  margin-top: 0px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-1 {
  margin-top: 1px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-2 {
  margin-top: 2px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-3 {
  margin-top: 3px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-4 {
  margin-top: 4px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-5 {
  margin-top: 5px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-6 {
  margin-top: 6px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-7 {
  margin-top: 7px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-8 {
  margin-top: 8px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-9 {
  margin-top: 9px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-10 {
  margin-top: 10px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-11 {
  margin-top: 11px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-12 {
  margin-top: 12px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-13 {
  margin-top: 13px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-14 {
  margin-top: 14px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-15 {
  margin-top: 15px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-16 {
  margin-top: 16px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-17 {
  margin-top: 17px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-18 {
  margin-top: 18px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-19 {
  margin-top: 19px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-20 {
  margin-top: 20px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-21 {
  margin-top: 21px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-22 {
  margin-top: 22px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-23 {
  margin-top: 23px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-24 {
  margin-top: 24px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-25 {
  margin-top: 25px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-26 {
  margin-top: 26px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-27 {
  margin-top: 27px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-28 {
  margin-top: 28px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-29 {
  margin-top: 29px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-30 {
  margin-top: 30px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-31 {
  margin-top: 31px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-32 {
  margin-top: 32px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-33 {
  margin-top: 33px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-34 {
  margin-top: 34px !important;
}

/* line 81, ../scss/import/_helper.scss */
.mt-35 {
  margin-top: 35px !important;
}

/*margin bottom*/
/* line 85, ../scss/import/_helper.scss */
.mb-0 {
  margin-bottom: 0px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-1 {
  margin-bottom: 1px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-2 {
  margin-bottom: 2px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-3 {
  margin-bottom: 3px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-4 {
  margin-bottom: 4px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-5 {
  margin-bottom: 5px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-6 {
  margin-bottom: 6px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-7 {
  margin-bottom: 7px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-8 {
  margin-bottom: 8px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-9 {
  margin-bottom: 9px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-11 {
  margin-bottom: 11px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-12 {
  margin-bottom: 12px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-13 {
  margin-bottom: 13px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-14 {
  margin-bottom: 14px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-15 {
  margin-bottom: 15px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-16 {
  margin-bottom: 16px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-17 {
  margin-bottom: 17px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-18 {
  margin-bottom: 18px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-19 {
  margin-bottom: 19px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-21 {
  margin-bottom: 21px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-22 {
  margin-bottom: 22px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-23 {
  margin-bottom: 23px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-24 {
  margin-bottom: 24px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-25 {
  margin-bottom: 25px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-26 {
  margin-bottom: 26px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-27 {
  margin-bottom: 27px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-28 {
  margin-bottom: 28px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-29 {
  margin-bottom: 29px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-31 {
  margin-bottom: 31px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-32 {
  margin-bottom: 32px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-33 {
  margin-bottom: 33px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-34 {
  margin-bottom: 34px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-35 {
  margin-bottom: 35px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-36 {
  margin-bottom: 36px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-37 {
  margin-bottom: 37px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-38 {
  margin-bottom: 38px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-39 {
  margin-bottom: 39px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-41 {
  margin-bottom: 41px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-42 {
  margin-bottom: 42px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-43 {
  margin-bottom: 43px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-44 {
  margin-bottom: 44px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-45 {
  margin-bottom: 45px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-46 {
  margin-bottom: 46px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-47 {
  margin-bottom: 47px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-48 {
  margin-bottom: 48px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-49 {
  margin-bottom: 49px !important;
}

/* line 85, ../scss/import/_helper.scss */
.mb-50 {
  margin-bottom: 50px !important;
}

/*margin minus top*/
/* line 89, ../scss/import/_helper.scss */
.mmt-0 {
  margin-top: -0px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-1 {
  margin-top: -1px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-2 {
  margin-top: -2px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-3 {
  margin-top: -3px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-4 {
  margin-top: -4px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-5 {
  margin-top: -5px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-6 {
  margin-top: -6px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-7 {
  margin-top: -7px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-8 {
  margin-top: -8px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-9 {
  margin-top: -9px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-10 {
  margin-top: -10px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-11 {
  margin-top: -11px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-12 {
  margin-top: -12px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-13 {
  margin-top: -13px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-14 {
  margin-top: -14px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-15 {
  margin-top: -15px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-16 {
  margin-top: -16px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-17 {
  margin-top: -17px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-18 {
  margin-top: -18px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-19 {
  margin-top: -19px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-20 {
  margin-top: -20px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-21 {
  margin-top: -21px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-22 {
  margin-top: -22px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-23 {
  margin-top: -23px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-24 {
  margin-top: -24px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-25 {
  margin-top: -25px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-26 {
  margin-top: -26px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-27 {
  margin-top: -27px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-28 {
  margin-top: -28px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-29 {
  margin-top: -29px !important;
}

/* line 89, ../scss/import/_helper.scss */
.mmt-30 {
  margin-top: -30px !important;
}

/*margin minus right*/
/* line 93, ../scss/import/_helper.scss */
.mmr-5 {
  margin-right: -5px !important;
}

/* line 93, ../scss/import/_helper.scss */
.mmr-6 {
  margin-right: -6px !important;
}

/* line 93, ../scss/import/_helper.scss */
.mmr-7 {
  margin-right: -7px !important;
}

/* line 93, ../scss/import/_helper.scss */
.mmr-8 {
  margin-right: -8px !important;
}

/* line 93, ../scss/import/_helper.scss */
.mmr-9 {
  margin-right: -9px !important;
}

/* line 93, ../scss/import/_helper.scss */
.mmr-10 {
  margin-right: -10px !important;
}

/* line 93, ../scss/import/_helper.scss */
.mmr-11 {
  margin-right: -11px !important;
}

/* line 93, ../scss/import/_helper.scss */
.mmr-12 {
  margin-right: -12px !important;
}

/* line 93, ../scss/import/_helper.scss */
.mmr-13 {
  margin-right: -13px !important;
}

/* line 93, ../scss/import/_helper.scss */
.mmr-14 {
  margin-right: -14px !important;
}

/* line 93, ../scss/import/_helper.scss */
.mmr-15 {
  margin-right: -15px !important;
}

/*margin minus left*/
/* line 97, ../scss/import/_helper.scss */
.mml-15 {
  margin-left: -15px !important;
}

/* line 97, ../scss/import/_helper.scss */
.mml-16 {
  margin-left: -16px !important;
}

/* line 97, ../scss/import/_helper.scss */
.mml-17 {
  margin-left: -17px !important;
}

/* line 97, ../scss/import/_helper.scss */
.mml-18 {
  margin-left: -18px !important;
}

/* line 97, ../scss/import/_helper.scss */
.mml-19 {
  margin-left: -19px !important;
}

/* line 97, ../scss/import/_helper.scss */
.mml-20 {
  margin-left: -20px !important;
}

/*bottom*/
/* line 101, ../scss/import/_helper.scss */
.b-0 {
  bottom: 0px !important;
}

/* line 101, ../scss/import/_helper.scss */
.b-1 {
  bottom: 1px !important;
}

/* line 101, ../scss/import/_helper.scss */
.b-2 {
  bottom: 2px !important;
}

/* line 101, ../scss/import/_helper.scss */
.b-3 {
  bottom: 3px !important;
}

/* line 101, ../scss/import/_helper.scss */
.b-4 {
  bottom: 4px !important;
}

/* line 101, ../scss/import/_helper.scss */
.b-5 {
  bottom: 5px !important;
}

/*right*/
/* line 105, ../scss/import/_helper.scss */
.r-0 {
  right: 0px !important;
}

/*left*/
/* line 109, ../scss/import/_helper.scss */
.l-0 {
  left: 0px !important;
}

/* line 109, ../scss/import/_helper.scss */
.l-1 {
  left: 1px !important;
}

/* line 109, ../scss/import/_helper.scss */
.l-2 {
  left: 2px !important;
}

/* line 109, ../scss/import/_helper.scss */
.l-3 {
  left: 3px !important;
}

/* line 109, ../scss/import/_helper.scss */
.l-4 {
  left: 4px !important;
}

/* line 109, ../scss/import/_helper.scss */
.l-5 {
  left: 5px !important;
}

/* line 109, ../scss/import/_helper.scss */
.l-6 {
  left: 6px !important;
}

/* line 109, ../scss/import/_helper.scss */
.l-7 {
  left: 7px !important;
}

/* line 109, ../scss/import/_helper.scss */
.l-8 {
  left: 8px !important;
}

/* line 109, ../scss/import/_helper.scss */
.l-9 {
  left: 9px !important;
}

/* line 109, ../scss/import/_helper.scss */
.l-10 {
  left: 10px !important;
}

/* line 111, ../scss/import/_helper.scss */
.fs-0 {
  font-size: 0 !important;
}

/*font size*/
/* line 114, ../scss/import/_helper.scss */
.fs-8 {
  font-size: 8px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-9 {
  font-size: 9px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-10 {
  font-size: 10px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-11 {
  font-size: 11px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-12 {
  font-size: 12px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-13 {
  font-size: 13px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-14 {
  font-size: 14px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-15 {
  font-size: 15px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-16 {
  font-size: 16px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-17 {
  font-size: 17px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-18 {
  font-size: 18px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-19 {
  font-size: 19px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-20 {
  font-size: 20px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-21 {
  font-size: 21px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-22 {
  font-size: 22px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-23 {
  font-size: 23px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-24 {
  font-size: 24px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-25 {
  font-size: 25px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-26 {
  font-size: 26px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-27 {
  font-size: 27px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-28 {
  font-size: 28px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-29 {
  font-size: 29px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-30 {
  font-size: 30px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-31 {
  font-size: 31px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-32 {
  font-size: 32px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-33 {
  font-size: 33px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-34 {
  font-size: 34px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-35 {
  font-size: 35px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-36 {
  font-size: 36px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-37 {
  font-size: 37px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-38 {
  font-size: 38px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-39 {
  font-size: 39px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-40 {
  font-size: 40px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-41 {
  font-size: 41px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-42 {
  font-size: 42px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-43 {
  font-size: 43px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-44 {
  font-size: 44px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-45 {
  font-size: 45px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-46 {
  font-size: 46px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-47 {
  font-size: 47px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-48 {
  font-size: 48px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-49 {
  font-size: 49px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-50 {
  font-size: 50px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-51 {
  font-size: 51px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-52 {
  font-size: 52px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-53 {
  font-size: 53px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-54 {
  font-size: 54px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-55 {
  font-size: 55px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-56 {
  font-size: 56px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-57 {
  font-size: 57px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-58 {
  font-size: 58px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-59 {
  font-size: 59px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-60 {
  font-size: 60px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-61 {
  font-size: 61px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-62 {
  font-size: 62px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-63 {
  font-size: 63px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-64 {
  font-size: 64px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-65 {
  font-size: 65px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-66 {
  font-size: 66px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-67 {
  font-size: 67px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-68 {
  font-size: 68px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-69 {
  font-size: 69px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-70 {
  font-size: 70px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-71 {
  font-size: 71px !important;
}

/* line 114, ../scss/import/_helper.scss */
.fs-72 {
  font-size: 72px !important;
}

/*line height*/
/* line 118, ../scss/import/_helper.scss */
.lh-12 {
  line-height: 12px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-13 {
  line-height: 13px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-14 {
  line-height: 14px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-15 {
  line-height: 15px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-16 {
  line-height: 16px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-17 {
  line-height: 17px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-18 {
  line-height: 18px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-19 {
  line-height: 19px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-20 {
  line-height: 20px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-21 {
  line-height: 21px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-22 {
  line-height: 22px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-23 {
  line-height: 23px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-24 {
  line-height: 24px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-25 {
  line-height: 25px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-26 {
  line-height: 26px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-27 {
  line-height: 27px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-28 {
  line-height: 28px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-29 {
  line-height: 29px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-30 {
  line-height: 30px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-31 {
  line-height: 31px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-32 {
  line-height: 32px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-33 {
  line-height: 33px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-34 {
  line-height: 34px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-35 {
  line-height: 35px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-36 {
  line-height: 36px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-37 {
  line-height: 37px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-38 {
  line-height: 38px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-39 {
  line-height: 39px !important;
}

/* line 118, ../scss/import/_helper.scss */
.lh-40 {
  line-height: 40px !important;
}

/* background color */
/* line 121, ../scss/import/_helper.scss */
.bg-lblue1 {
  background-color: #19d9fc !important;
}

/* line 123, ../scss/import/_helper.scss */
.bg-blue {
  background-color: #0f6c94 !important;
}

/* line 124, ../scss/import/_helper.scss */
.bg-blue-light {
  background-color: #2193be !important;
}

/* line 125, ../scss/import/_helper.scss */
.bg-blue-lighter {
  background-color: #abe0f7 !important;
}

/* line 126, ../scss/import/_helper.scss */
.bg-blue-dark {
  background-color: #0a4a66 !important;
}

/* line 127, ../scss/import/_helper.scss */
.bg-blue-darker {
  background-color: #062837 !important;
}

/* line 129, ../scss/import/_helper.scss */
.bg-lblue {
  background-color: #5bc0de !important;
}

/* line 130, ../scss/import/_helper.scss */
.bg-lblue-light {
  background-color: #daf1f8 !important;
}

/* line 131, ../scss/import/_helper.scss */
.bg-lblue-lighter {
  background-color: white !important;
}

/* line 132, ../scss/import/_helper.scss */
.bg-lblue-dark {
  background-color: #31b0d5 !important;
}

/* line 133, ../scss/import/_helper.scss */
.bg-lblue-darker {
  background-color: #2390b0 !important;
}

/* line 135, ../scss/import/_helper.scss */
.bg-green {
  background-color: #0fd764 !important;
}

/* line 136, ../scss/import/_helper.scss */
.bg-green-light {
  background-color: #88f7b7 !important;
}

/* line 137, ../scss/import/_helper.scss */
.bg-green-lighter {
  background-color: #e8fdf1 !important;
}

/* line 138, ../scss/import/_helper.scss */
.bg-green-dark {
  background-color: #0ca74e !important;
}

/* line 139, ../scss/import/_helper.scss */
.bg-green-darker {
  background-color: #087838 !important;
}

/* line 141, ../scss/import/_helper.scss */
.bg-orange {
  background-color: #f8b202 !important;
}

/* line 142, ../scss/import/_helper.scss */
.bg-orange-light {
  background-color: #fee095 !important;
}

/* line 143, ../scss/import/_helper.scss */
.bg-orange-nlight {
  background-color: #ffcd00 !important;
}

/* line 144, ../scss/import/_helper.scss */
.bg-orange-lighter {
  background-color: #fffefa !important;
}

/* line 145, ../scss/import/_helper.scss */
.bg-orange-dark {
  background-color: #c58e02 !important;
}

/* line 146, ../scss/import/_helper.scss */
.bg-orange-darker {
  background-color: #936901 !important;
}

/* line 148, ../scss/import/_helper.scss */
.bg-yellow {
  background-color: #efef58 !important;
}

/* line 149, ../scss/import/_helper.scss */
.bg-yellow-light {
  background-color: #fcfce4 !important;
}

/* line 150, ../scss/import/_helper.scss */
.bg-yellow-lighter {
  background-color: white !important;
}

/* line 151, ../scss/import/_helper.scss */
.bg-yellow-dark {
  background-color: #ebeb29 !important;
}

/* line 152, ../scss/import/_helper.scss */
.bg-yellow-darker {
  background-color: #cdcd14 !important;
}

/* line 154, ../scss/import/_helper.scss */
.bg-red {
  background-color: #a94442 !important;
}

/* line 155, ../scss/import/_helper.scss */
.bg-red-light {
  background-color: #ebcdcc !important;
}

/* line 156, ../scss/import/_helper.scss */
.bg-red-lighter {
  background-color: #f9f1f1 !important;
}

/* line 157, ../scss/import/_helper.scss */
.bg-red-dark {
  background-color: #843534 !important;
}

/* line 158, ../scss/import/_helper.scss */
.bg-red-darker {
  background-color: #602625 !important;
}

/* line 160, ../scss/import/_helper.scss */
.bg-gray {
  background-color: #9a9a9a !important;
}

/* line 161, ../scss/import/_helper.scss */
.bg-gray-light {
  background-color: #bdbdbd !important;
}

/* line 162, ../scss/import/_helper.scss */
.bg-gray-lighter {
  background-color: #eeeeee !important;
}

/* line 163, ../scss/import/_helper.scss */
.bg-gray-dark {
  background-color: #333333 !important;
}

/* line 164, ../scss/import/_helper.scss */
.bg-gray-darker {
  background-color: #222222 !important;
}

/* line 166, ../scss/import/_helper.scss */
.bg-google-plus {
  background-color: #DC4E41 !important;
}

/* line 167, ../scss/import/_helper.scss */
.bg-facebook {
  background-color: #3B5998 !important;
}

/* line 168, ../scss/import/_helper.scss */
.bg-twitter {
  background-color: #55ACEE !important;
}

/* line 169, ../scss/import/_helper.scss */
.bg-pinterest {
  background-color: #CB2027 !important;
}

/* line 170, ../scss/import/_helper.scss */
.bg-linkedin {
  background-color: #0077B5 !important;
}

/* line 171, ../scss/import/_helper.scss */
.bg-skype {
  background-color: #12A5F4 !important;
}

/* line 172, ../scss/import/_helper.scss */
.bg-youtube {
  background-color: #b31217 !important;
}

/* line 173, ../scss/import/_helper.scss */
.bg-whatsapp {
  background-color: #2ab200 !important;
}

/* line 174, ../scss/import/_helper.scss */
.bg-instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

/* line 176, ../scss/import/_helper.scss */
.bg-black {
  background-color: #000000 !important;
}

/* line 177, ../scss/import/_helper.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 179, ../scss/import/_helper.scss */
.bg-n {
  background-color: transparent !important;
}

/*end background color*/
/* text color */
/* line 183, ../scss/import/_helper.scss */
.txt-lblue1 {
  color: #19d9fc !important;
}

/* line 185, ../scss/import/_helper.scss */
.txt-blue {
  color: #0f6c94 !important;
}

/* line 186, ../scss/import/_helper.scss */
.txt-blue-light {
  color: #2193be !important;
}

/* line 187, ../scss/import/_helper.scss */
.txt-blue-lighter {
  color: #abe0f7 !important;
}

/* line 188, ../scss/import/_helper.scss */
.txt-blue-dark {
  color: #0a4a66 !important;
}

/* line 189, ../scss/import/_helper.scss */
.txt-blue-darker {
  color: #062837 !important;
}

/* line 191, ../scss/import/_helper.scss */
.txt-lblue {
  color: #5bc0de !important;
}

/* line 192, ../scss/import/_helper.scss */
.txt-lblue-light {
  color: #daf1f8 !important;
}

/* line 193, ../scss/import/_helper.scss */
.txt-lblue-lighter {
  color: white !important;
}

/* line 194, ../scss/import/_helper.scss */
.txt-lblue-dark {
  color: #31b0d5 !important;
}

/* line 195, ../scss/import/_helper.scss */
.txt-lblue-darker {
  color: #2390b0 !important;
}

/* line 197, ../scss/import/_helper.scss */
.txt-green {
  color: #0fd764 !important;
}

/* line 198, ../scss/import/_helper.scss */
.txt-green-light {
  color: #88f7b7 !important;
}

/* line 199, ../scss/import/_helper.scss */
.txt-green-lighter {
  color: #e8fdf1 !important;
}

/* line 200, ../scss/import/_helper.scss */
.txt-green-dark {
  color: #0ca74e !important;
}

/* line 201, ../scss/import/_helper.scss */
.txt-green-darker {
  color: #087838 !important;
}

/* line 203, ../scss/import/_helper.scss */
.txt-orange {
  color: #f8b202 !important;
}

/* line 204, ../scss/import/_helper.scss */
.txt-orange-nlight {
  color: #ffcd00 !important;
}

/* line 205, ../scss/import/_helper.scss */
.txt-orange-light {
  color: #fee095 !important;
}

/* line 206, ../scss/import/_helper.scss */
.txt-orange-lighter {
  color: #fffefa !important;
}

/* line 207, ../scss/import/_helper.scss */
.txt-orange-dark {
  color: #c58e02 !important;
}

/* line 208, ../scss/import/_helper.scss */
.txt-orange-darker {
  color: #936901 !important;
}

/* line 210, ../scss/import/_helper.scss */
.txt-yellow {
  color: #efef58 !important;
}

/* line 211, ../scss/import/_helper.scss */
.txt-yellow-light {
  color: #fcfce4 !important;
}

/* line 212, ../scss/import/_helper.scss */
.txt-yellow-lighter {
  color: white !important;
}

/* line 213, ../scss/import/_helper.scss */
.txt-yellow-dark {
  color: #ebeb29 !important;
}

/* line 214, ../scss/import/_helper.scss */
.txt-yellow-darker {
  color: #cdcd14 !important;
}

/* line 216, ../scss/import/_helper.scss */
.txt-red {
  color: #a94442 !important;
}

/* line 217, ../scss/import/_helper.scss */
.txt-red-light {
  color: #ebcdcc !important;
}

/* line 218, ../scss/import/_helper.scss */
.txt-red-lighter {
  color: #f9f1f1 !important;
}

/* line 219, ../scss/import/_helper.scss */
.txt-red-dark {
  color: #843534 !important;
}

/* line 220, ../scss/import/_helper.scss */
.txt-red-darker {
  color: #602625 !important;
}

/* line 222, ../scss/import/_helper.scss */
.txt-gray {
  color: #9a9a9a !important;
}

/* line 223, ../scss/import/_helper.scss */
.txt-gray-light {
  color: #bdbdbd !important;
}

/* line 224, ../scss/import/_helper.scss */
.txt-gray-nlight {
  color: #cccccc !important;
}

/* line 225, ../scss/import/_helper.scss */
.txt-gray-lighter {
  color: #eeeeee !important;
}

/* line 226, ../scss/import/_helper.scss */
.txt-gray-dark {
  color: #333333 !important;
}

/* line 227, ../scss/import/_helper.scss */
.txt-gray-darker {
  color: #222222 !important;
}

/* line 229, ../scss/import/_helper.scss */
.txt-black {
  color: #000000 !important;
}

/* line 230, ../scss/import/_helper.scss */
.txt-white {
  color: #ffffff !important;
}

/* line 232, ../scss/import/_helper.scss */
.txt-google-plus {
  color: #DC4E41 !important;
}

/* line 233, ../scss/import/_helper.scss */
.txt-facebook {
  color: #3B5998 !important;
}

/* line 234, ../scss/import/_helper.scss */
.txt-twitter {
  color: #55ACEE !important;
}

/* line 235, ../scss/import/_helper.scss */
.txt-pinterest {
  color: #CB2027 !important;
}

/* line 236, ../scss/import/_helper.scss */
.txt-linkedin {
  color: #0077B5 !important;
}

/* line 237, ../scss/import/_helper.scss */
.txt-skype {
  color: #12A5F4 !important;
}

/* line 238, ../scss/import/_helper.scss */
.txt-youtube {
  color: #b31217 !important;
}

/* line 239, ../scss/import/_helper.scss */
.txt-instagram {
  color: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%) !important;
}

/*end text color*/
/* line 242, ../scss/import/_helper.scss */
.bdl-none {
  border-left: none !important;
}

/* line 243, ../scss/import/_helper.scss */
.bdr-none {
  border-right: none !important;
}

/* line 244, ../scss/import/_helper.scss */
.bdt-none {
  border-top: none !important;
}

/* line 245, ../scss/import/_helper.scss */
.bdb-none {
  border-bottom: none !important;
}

/* line 246, ../scss/import/_helper.scss */
.bd-none {
  border: none !important;
}

/* line 248, ../scss/import/_helper.scss */
.clearfix {
  *zoom: 1;
}

/* line 249, ../scss/import/_helper.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 251, ../scss/import/_helper.scss */
.clearfix:after {
  clear: both;
}

/* line 253, ../scss/import/_helper.scss */
.pull-left {
  float: left !important;
}

/* line 254, ../scss/import/_helper.scss */
.pull-right {
  float: right !important;
}

/* line 255, ../scss/import/_helper.scss */
.float-n {
  float: none !important;
}

/* line 257, ../scss/import/_helper.scss */
.relative-b {
  position: relative;
}

/* line 258, ../scss/import/_helper.scss */
.absolute-b {
  position: absolute;
}

/* line 259, ../scss/import/_helper.scss */
.initial-b {
  position: initial !important;
}

/* line 260, ../scss/import/_helper.scss */
.fixed-b {
  position: fixed !important;
}

/* line 262, ../scss/import/_helper.scss */
.relative-b_i {
  position: relative !important;
}

/* line 263, ../scss/import/_helper.scss */
.absolute-b_i {
  position: absolute !important;
}

/* line 264, ../scss/import/_helper.scss */
.initial-b_i {
  position: initial !important;
}

/* line 266, ../scss/import/_helper.scss */
.pos-t0 {
  top: 0px;
}

/* line 267, ../scss/import/_helper.scss */
.pos-b0 {
  bottom: 0px;
}

/* line 268, ../scss/import/_helper.scss */
.pos-l0 {
  left: 0px;
}

/* line 269, ../scss/import/_helper.scss */
.pos-r0 {
  right: 0px;
}

/* line 271, ../scss/import/_helper.scss */
.visible-h {
  visibility: hidden;
}

/* line 272, ../scss/import/_helper.scss */
.visible-v {
  visibility: visible;
}

/* line 273, ../scss/import/_helper.scss */
.display-n {
  display: none;
}

/* line 274, ../scss/import/_helper.scss */
.display-n_i {
  display: none !important;
}

/* line 275, ../scss/import/_helper.scss */
.display-b {
  display: block;
}

/* line 276, ../scss/import/_helper.scss */
.display-b_i {
  display: block !important;
}

/* line 277, ../scss/import/_helper.scss */
.display-t {
  display: table;
}

/* line 278, ../scss/import/_helper.scss */
.display-tc {
  display: table-cell;
}

/* line 279, ../scss/import/_helper.scss */
.display-i {
  display: inline;
}

/* line 280, ../scss/import/_helper.scss */
.display-i_i {
  display: inline !important;
}

/* line 281, ../scss/import/_helper.scss */
.display-ib {
  display: inline-block;
}

/* line 282, ../scss/import/_helper.scss */
.display-ib_i {
  display: inline-block !important;
}

/* line 283, ../scss/import/_helper.scss */
.hidden-b {
  overflow: hidden !important;
}

/* line 285, ../scss/import/_helper.scss */
.overflow-y-a {
  overflow-y: auto !important;
}

/* line 286, ../scss/import/_helper.scss */
.overflow-y-s {
  overflow-y: scroll !important;
}

/* line 287, ../scss/import/_helper.scss */
.overflow-x-s {
  overflow-x: scroll !important;
}

/* line 288, ../scss/import/_helper.scss */
.overflow-x-h {
  overflow-x: hidden !important;
}

/* line 290, ../scss/import/_helper.scss */
.hover-underline:hover {
  text-decoration: underline !important;
}

/* line 291, ../scss/import/_helper.scss */
.nohover-underline:hover {
  text-decoration: none !important;
}

/* line 293, ../scss/import/_helper.scss */
.cur-pointer {
  cursor: pointer;
}

/* line 295, ../scss/import/_helper.scss */
.tt-capitalize {
  text-transform: capitalize !important;
}

/* line 296, ../scss/import/_helper.scss */
.tt-uppercase {
  text-transform: uppercase !important;
}

/* line 297, ../scss/import/_helper.scss */
.tt-lowercase {
  text-transform: lowercase !important;
}

/* line 298, ../scss/import/_helper.scss */
.tt-none {
  text-transform: none !important;
}

/* line 299, ../scss/import/_helper.scss */
.vat {
  vertical-align: top !important;
}

/* line 300, ../scss/import/_helper.scss */
.vam {
  vertical-align: middle !important;
}

/* line 301, ../scss/import/_helper.scss */
.vab {
  vertical-align: bottom !important;
}

/* line 303, ../scss/import/_helper.scss */
.tac {
  text-align: center !important;
}

/* line 304, ../scss/import/_helper.scss */
.tar {
  text-align: right !important;
}

/* line 305, ../scss/import/_helper.scss */
.tal {
  text-align: left !important;
}

/* line 307, ../scss/import/_helper.scss */
.font-arial {
  font-family: Arial,sans-serif !important;
}

/* line 308, ../scss/import/_helper.scss */
.txt-indent-10 {
  text-indent: 10px !important;
}

/* line 309, ../scss/import/_helper.scss */
.txt-indent-m10 {
  text-indent: -4px !important;
}

/* line 310, ../scss/import/_helper.scss */
.txt-italic {
  font-style: italic !important;
}

/* line 311, ../scss/import/_helper.scss */
.txt-bold {
  font-weight: bold !important;
}

/* line 312, ../scss/import/_helper.scss */
.txt-medium {
  font-weight: 500 !important;
}

/* line 313, ../scss/import/_helper.scss */
.txt-light {
  font-weight: 300 !important;
}

/* line 314, ../scss/import/_helper.scss */
.txt-normal {
  font-weight: normal !important;
}

/* line 315, ../scss/import/_helper.scss */
.txt-underline {
  text-decoration: underline;
}

/* line 316, ../scss/import/_helper.scss */
.txt-dec-none {
  text-decoration: none !important;
}

/* line 317, ../scss/import/_helper.scss */
.txt-nowrap-simple {
  white-space: nowrap;
}

/* line 318, ../scss/import/_helper.scss */
.txt-break-word {
  word-wrap: break-word;
}

/* line 320, ../scss/import/_helper.scss */
.list-disc {
  list-style: disc !important;
  padding-left: 25px;
}

/* line 321, ../scss/import/_helper.scss */
.list-decimal {
  list-style: decimal !important;
  padding-left: 25px;
}

/* line 323, ../scss/import/_helper.scss */
.ls-0 {
  letter-spacing: 0 !important;
}

/* line 325, ../scss/import/_helper.scss */
.text-nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 331, ../scss/import/_helper.scss */
.text-overflow {
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 338, ../scss/import/_helper.scss */
.flex-display {
  display: -webkit-flex;
  display: flex;
}

/* line 339, ../scss/import/_helper.scss */
.flex-d--r {
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 340, ../scss/import/_helper.scss */
.flex-d--c {
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 341, ../scss/import/_helper.scss */
.flex-jc--sb {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 342, ../scss/import/_helper.scss */
.flex-jc--c {
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 343, ../scss/import/_helper.scss */
.flex-ac--sb {
  -webkit-align-content: space-between;
  align-content: space-between;
}

/* line 344, ../scss/import/_helper.scss */
.flex-ai--c {
  -webkit-align-items: center;
  align-items: center;
}

/* line 345, ../scss/import/_helper.scss */
.flex-w--w {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 346, ../scss/import/_helper.scss */
.flex--i {
  -webkit-flex: inherit !important;
  flex: inherit !important;
}

/* line 347, ../scss/import/_helper.scss */
.flex--1 {
  -webkit-flex: 1 !important;
  flex: 1 !important;
}

/* line 349, ../scss/import/_helper.scss */
.bdt-1-gray {
  border-top: 1px solid #bdbdbd;
}

/* line 350, ../scss/import/_helper.scss */
.bdb-1-gray {
  border-bottom: 1px solid #bdbdbd;
}

/* line 351, ../scss/import/_helper.scss */
.bdr-1-gray {
  border-right: 1px solid #bdbdbd;
}

/* line 352, ../scss/import/_helper.scss */
.bdl-1-gray {
  border-left: 1px solid #bdbdbd;
}

/* line 353, ../scss/import/_helper.scss */
.bd-1-gray {
  border: 1px solid #bdbdbd;
}

@media only screen and (max-width: 480px) {
  /* line 356, ../scss/import/_helper.scss */
  .col-tn-1,
  .col-tn-2,
  .col-tn-3,
  .col-tn-4,
  .col-tn-5,
  .col-tn-6,
  .col-tn-7,
  .col-tn-8,
  .col-tn-9,
  .col-tn-10,
  .col-tn-11,
  .col-tn-12 {
    float: left;
  }

  /* line 370, ../scss/import/_helper.scss */
  .col-tn-12 {
    width: 100%;
  }

  /* line 373, ../scss/import/_helper.scss */
  .col-tn-11 {
    width: 91.66666667%;
  }

  /* line 376, ../scss/import/_helper.scss */
  .col-tn-10 {
    width: 83.33333333%;
  }

  /* line 379, ../scss/import/_helper.scss */
  .col-tn-9 {
    width: 75%;
  }

  /* line 382, ../scss/import/_helper.scss */
  .col-tn-8 {
    width: 66.66666667%;
  }

  /* line 385, ../scss/import/_helper.scss */
  .col-tn-7 {
    width: 58.33333333%;
  }

  /* line 388, ../scss/import/_helper.scss */
  .col-tn-6 {
    width: 50%;
  }

  /* line 391, ../scss/import/_helper.scss */
  .col-tn-5 {
    width: 41.66666667%;
  }

  /* line 394, ../scss/import/_helper.scss */
  .col-tn-4 {
    width: 33.33333333%;
  }

  /* line 397, ../scss/import/_helper.scss */
  .col-tn-3 {
    width: 25%;
  }

  /* line 400, ../scss/import/_helper.scss */
  .col-tn-2 {
    width: 16.66666667%;
  }

  /* line 403, ../scss/import/_helper.scss */
  .col-tn-1 {
    width: 8.33333333%;
  }

  /* line 406, ../scss/import/_helper.scss */
  .col-tn-pull-12 {
    right: 100%;
  }

  /* line 409, ../scss/import/_helper.scss */
  .col-tn-pull-11 {
    right: 91.66666667%;
  }

  /* line 412, ../scss/import/_helper.scss */
  .col-tn-pull-10 {
    right: 83.33333333%;
  }

  /* line 415, ../scss/import/_helper.scss */
  .col-tn-pull-9 {
    right: 75%;
  }

  /* line 418, ../scss/import/_helper.scss */
  .col-tn-pull-8 {
    right: 66.66666667%;
  }

  /* line 421, ../scss/import/_helper.scss */
  .col-tn-pull-7 {
    right: 58.33333333%;
  }

  /* line 424, ../scss/import/_helper.scss */
  .col-tn-pull-6 {
    right: 50%;
  }

  /* line 427, ../scss/import/_helper.scss */
  .col-tn-pull-5 {
    right: 41.66666667%;
  }

  /* line 430, ../scss/import/_helper.scss */
  .col-tn-pull-4 {
    right: 33.33333333%;
  }

  /* line 433, ../scss/import/_helper.scss */
  .col-tn-pull-3 {
    right: 25%;
  }

  /* line 436, ../scss/import/_helper.scss */
  .col-tn-pull-2 {
    right: 16.66666667%;
  }

  /* line 439, ../scss/import/_helper.scss */
  .col-tn-pull-1 {
    right: 8.33333333%;
  }

  /* line 442, ../scss/import/_helper.scss */
  .col-tn-pull-0 {
    right: auto;
  }

  /* line 445, ../scss/import/_helper.scss */
  .col-tn-push-12 {
    left: 100%;
  }

  /* line 448, ../scss/import/_helper.scss */
  .col-tn-push-11 {
    left: 91.66666667%;
  }

  /* line 451, ../scss/import/_helper.scss */
  .col-tn-push-10 {
    left: 83.33333333%;
  }

  /* line 454, ../scss/import/_helper.scss */
  .col-tn-push-9 {
    left: 75%;
  }

  /* line 457, ../scss/import/_helper.scss */
  .col-tn-push-8 {
    left: 66.66666667%;
  }

  /* line 460, ../scss/import/_helper.scss */
  .col-tn-push-7 {
    left: 58.33333333%;
  }

  /* line 463, ../scss/import/_helper.scss */
  .col-tn-push-6 {
    left: 50%;
  }

  /* line 466, ../scss/import/_helper.scss */
  .col-tn-push-5 {
    left: 41.66666667%;
  }

  /* line 469, ../scss/import/_helper.scss */
  .col-tn-push-4 {
    left: 33.33333333%;
  }

  /* line 472, ../scss/import/_helper.scss */
  .col-tn-push-3 {
    left: 25%;
  }

  /* line 475, ../scss/import/_helper.scss */
  .col-tn-push-2 {
    left: 16.66666667%;
  }

  /* line 478, ../scss/import/_helper.scss */
  .col-tn-push-1 {
    left: 8.33333333%;
  }

  /* line 481, ../scss/import/_helper.scss */
  .col-tn-push-0 {
    left: auto;
  }

  /* line 484, ../scss/import/_helper.scss */
  .col-tn-offset-12 {
    margin-left: 100%;
  }

  /* line 487, ../scss/import/_helper.scss */
  .col-tn-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 490, ../scss/import/_helper.scss */
  .col-tn-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 493, ../scss/import/_helper.scss */
  .col-tn-offset-9 {
    margin-left: 75%;
  }

  /* line 496, ../scss/import/_helper.scss */
  .col-tn-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 499, ../scss/import/_helper.scss */
  .col-tn-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 502, ../scss/import/_helper.scss */
  .col-tn-offset-6 {
    margin-left: 50%;
  }

  /* line 505, ../scss/import/_helper.scss */
  .col-tn-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 508, ../scss/import/_helper.scss */
  .col-tn-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 511, ../scss/import/_helper.scss */
  .col-tn-offset-3 {
    margin-left: 25%;
  }

  /* line 514, ../scss/import/_helper.scss */
  .col-tn-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 517, ../scss/import/_helper.scss */
  .col-tn-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 520, ../scss/import/_helper.scss */
  .col-tn-offset-0 {
    margin-left: 0%;
  }
}
/* line 526, ../scss/import/_helper.scss */
.btn-outline-light:hover {
  border: 1px solid #333333 !important;
  color: #333333 !important;
}

/* blocks */
/* line 533, ../scss/import/_helper.scss */
.ep-tinymce-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #222222;
}
/* line 539, ../scss/import/_helper.scss */
.ep-tinymce-text p {
  margin-bottom: 20px;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 25px !important;
}
/* line 546, ../scss/import/_helper.scss */
.ep-tinymce-text img:not(.image) {
  display: block;
  margin: 5px auto 40px auto;
  max-width: 100% !important;
  height: auto !important;
}
/* line 552, ../scss/import/_helper.scss */
.ep-tinymce-text img:not(.image)[style*="left"] {
  margin-left: 0;
}
/* line 556, ../scss/import/_helper.scss */
.ep-tinymce-text img:not(.image)[style*="right"] {
  margin-right: 0;
}
/* line 561, ../scss/import/_helper.scss */
.ep-tinymce-text ul:not(.products),
.ep-tinymce-text ol:not(.products) {
  padding: 5px 0 20px 0;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
  color: #222222;
}
/* line 569, ../scss/import/_helper.scss */
.ep-tinymce-text ul:not(.products) li,
.ep-tinymce-text ol:not(.products) li {
  -moz-transform: translateX(16px);
  -ms-transform: translateX(16px);
  -webkit-transform: translateX(16px);
  transform: translateX(16px);
}
/* line 574, ../scss/import/_helper.scss */
.ep-tinymce-text ul:not(.products) {
  list-style: disc;
}
/* line 578, ../scss/import/_helper.scss */
.ep-tinymce-text ol:not(.products) {
  list-style: decimal;
}
/* line 582, ../scss/import/_helper.scss */
.ep-tinymce-text iframe {
  max-width: 100%;
  max-height: 500px;
}

/* line 588, ../scss/import/_helper.scss */
.ep-tags {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 592, ../scss/import/_helper.scss */
.ep-tags__item {
  position: relative;
  max-width: 130px;
  height: 20px;
  padding: 0 20px 0 23px;
  margin: 0 10px 3px 0;
  border-radius: 3px 0 0 3px;
  background-color: #0f6c94;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 11px/20px Arial,sans-serif;
  color: #ffffff;
  transition: all 0.2s;
}
/* line 605, ../scss/import/_helper.scss */
.ep-tags__item:before {
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 7px;
  background: #ffffff;
  border-radius: 10px;
}
/* line 617, ../scss/import/_helper.scss */
.ep-tags__item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0f6c94;
  border-top: 10px solid transparent;
  transition: all 0.2s;
}
/* line 629, ../scss/import/_helper.scss */
.ep-tags__item:hover {
  background-color: #0fd764;
  color: #ffffff;
}
/* line 633, ../scss/import/_helper.scss */
.ep-tags__item:hover:after {
  border-left-color: #0fd764;
}
/* line 641, ../scss/import/_helper.scss */
.ep-tags--light .ep-tags__item {
  background-color: #eeeeee;
  color: #0f6c94;
}
/* line 645, ../scss/import/_helper.scss */
.ep-tags--light .ep-tags__item:before {
  background: #ffffff;
}
/* line 649, ../scss/import/_helper.scss */
.ep-tags--light .ep-tags__item:after {
  background: #ffffff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #eeeeee;
  border-top: 10px solid transparent;
}
/* line 656, ../scss/import/_helper.scss */
.ep-tags--light .ep-tags__item:hover {
  background-color: #0fd764;
  color: #ffffff;
}
/* line 660, ../scss/import/_helper.scss */
.ep-tags--light .ep-tags__item:hover:after {
  border-left-color: #0fd764;
}

/* line 669, ../scss/import/_helper.scss */
.ep-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
}
/* line 675, ../scss/import/_helper.scss */
.ep-actions__link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  position: relative;
  margin: 0 15px 0 0;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  text-transform: none;
}
/* line 685, ../scss/import/_helper.scss */
.ep-actions__link:before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: -9px;
  border-left: 2px solid #dddddd;
}
/* line 695, ../scss/import/_helper.scss */
.ep-actions__link:first-child:before {
  border: none;
}
/* line 700, ../scss/import/_helper.scss */
.ep-actions__link:last-child {
  margin-right: 0;
}
/* line 704, ../scss/import/_helper.scss */
.ep-actions__link .ep-icon {
  margin-right: 5px;
  font-size: 12px;
  line-height: 14px;
}
/* line 712, ../scss/import/_helper.scss */
.ep-actions__link:hover,
.ep-actions__link:hover .ep-icon {
  color: #9a9a9a !important;
}
/* line 719, ../scss/import/_helper.scss */
.ep-actions--align-center {
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 723, ../scss/import/_helper.scss */
.ep-actions--align-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 730, ../scss/import/_helper.scss */
.ep-actions--last-border .ep-actions__link:last-child {
  margin-right: 15px;
}
/* line 733, ../scss/import/_helper.scss */
.ep-actions--last-border .ep-actions__link:last-child:after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: -9px;
  border-left: 2px solid #dddddd;
}

/* line 747, ../scss/import/_helper.scss */
.ep-search-keys {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 751, ../scss/import/_helper.scss */
.ep-search-keys__item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 15px 5px 0;
  font-weight: normal;
}
/* line 758, ../scss/import/_helper.scss */
.ep-search-keys__ttl {
  margin-right: 8px;
  font-size: 16px;
  line-height: 12px;
  color: #bdbdbd;
}
/* line 765, ../scss/import/_helper.scss */
.ep-search-keys__param {
  position: relative;
  padding: 5px 25px 5px 0;
  font-size: 16px;
  line-height: 12px;
  color: #000000;
}
/* line 777, ../scss/import/_helper.scss */
.ep-search-keys__close {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  right: 0;
  width: 14px;
  font-size: 14px;
  line-height: 10px;
  color: #222222;
}
/* line 789, ../scss/import/_helper.scss */
.ep-search-keys__close:hover {
  color: #19d9fc;
}

/* line 796, ../scss/import/_helper.scss */
.ep-select2-h30 .select2-selection--single {
  min-height: 30px;
}
/* line 799, ../scss/import/_helper.scss */
.ep-select2-h30 .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  font-size: 14px;
}
/* line 804, ../scss/import/_helper.scss */
.ep-select2-h30 .select2-selection--single .select2-selection__arrow {
  height: 28px;
}
/* line 810, ../scss/import/_helper.scss */
.ep-select2-h30--input .select2-selection {
  height: 35px;
  border: 1px solid #000000;
}

/* line 818, ../scss/import/_helper.scss */
.ep-select2-h35 .select2-selection--single {
  height: 35px;
  padding: 0 15px;
  border: 1px solid #9a9a9a;
}
/* line 823, ../scss/import/_helper.scss */
.ep-select2-h35 .select2-selection--single .select2-selection__rendered {
  line-height: 33px !important;
}
/* line 827, ../scss/import/_helper.scss */
.ep-select2-h35 .select2-selection--single .select2-selection__arrow {
  top: 1px !important;
  right: 4px !important;
  height: 33px !important;
}

/* line 835, ../scss/import/_helper.scss */
.ep-sort {
  display: -webkit-flex;
  display: flex;
  margin-right: 10px;
}
/* line 839, ../scss/import/_helper.scss */
.ep-sort__ttl {
  padding-right: 10px;
  font: 12px/24px Arial,sans-serif;
  color: #9a9a9a;
}
/* line 845, ../scss/import/_helper.scss */
.ep-sort__select {
  height: 24px;
  border: 1px solid #bdbdbd;
  font: 12px/22px Arial,sans-serif;
  color: #0f6c94;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 854, ../scss/import/_helper.scss */
.ep-save-search {
  display: -webkit-flex;
  display: flex;
}
/* line 857, ../scss/import/_helper.scss */
.ep-save-search__item {
  display: -webkit-flex;
  display: flex;
  margin-left: 10px;
  font-size: 12px;
  line-height: 24px;
  color: #9a9a9a;
}
/* line 865, ../scss/import/_helper.scss */
.ep-save-search .ep-icon {
  margin-left: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #0f6c94;
}

/* line 873, ../scss/import/_helper.scss */
.ep-featured-btns {
  display: -webkit-flex;
  display: flex;
}
/* line 876, ../scss/import/_helper.scss */
.ep-featured-btns__ttl {
  margin-right: 10px;
  font-size: 12px;
  line-height: 24px;
  color: #9a9a9a;
}
/* line 883, ../scss/import/_helper.scss */
.ep-featured-btns__link {
  height: 24px;
  padding: 0 5px;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #0f6c94;
}

/* line 895, ../scss/import/_helper.scss */
.switch-display {
  display: -webkit-flex;
  display: flex;
}
/* line 898, ../scss/import/_helper.scss */
.switch-display__btn {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: #ffffff;
  border: 1px solid #cccccc;
  text-align: center;
  color: #9a9a9a;
  cursor: pointer;
}
/* line 908, ../scss/import/_helper.scss */
.switch-display__btn .ep-icon {
  font-size: 16px;
  line-height: 22px;
}
/* line 913, ../scss/import/_helper.scss */
.switch-display__btn:hover, .switch-display__btn.active {
  color: #cccccc;
}

/* line 920, ../scss/import/_helper.scss */
.flex-card {
  display: -webkit-flex;
  display: flex;
}
/* line 923, ../scss/import/_helper.scss */
.flex-card__fixed {
  margin-right: 15px;
}
/* line 927, ../scss/import/_helper.scss */
.flex-card__float {
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
}

/* line 933, ../scss/import/_helper.scss */
.image-card {
  overflow: hidden;
  text-align: center;
}
/* line 940, ../scss/import/_helper.scss */
.image-card .link {
  display: block;
  height: 100%;
}
/* line 945, ../scss/import/_helper.scss */
.image-card .image {
  max-height: 100%;
  margin: 0 -100%;
}

/* line 951, ../scss/import/_helper.scss */
.image-card2 {
  overflow: hidden;
}
/* line 957, ../scss/import/_helper.scss */
.image-card2 .link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}

/* line 969, ../scss/import/_helper.scss */
.cover-image {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;';
}

@font-face {
  font-family: "iconsEP";
  src: url("fonts/iconsEP.eot?2b4e12551693b4915522321e93f623df");
  src: url("fonts/iconsEP.eot?#iefix") format("embedded-opentype"), url("fonts/iconsEP.woff?2b4e12551693b4915522321e93f623df") format("woff"), url("fonts/iconsEP.ttf?2b4e12551693b4915522321e93f623df") format("truetype"), url("fonts/iconsEP.svg?2b4e12551693b4915522321e93f623df#iconsEP") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 15, ../scss/import/_iconsEP.scss */
.ep-icon {
  font-family: "iconsEP";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 36, ../scss/import/_iconsEP.scss */
.ep-icon_24-7:before {
  content: "\f101";
}

/* line 41, ../scss/import/_iconsEP.scss */
.ep-icon_additional:before {
  content: "\f102";
}

/* line 46, ../scss/import/_iconsEP.scss */
.ep-icon_advertise-products:before {
  content: "\f103";
}

/* line 51, ../scss/import/_iconsEP.scss */
.ep-icon_approximate:before {
  content: "\f104";
}

/* line 56, ../scss/import/_iconsEP.scss */
.ep-icon_archive:before {
  content: "\f105";
}

/* line 61, ../scss/import/_iconsEP.scss */
.ep-icon_arrow-down:before {
  content: "\f106";
}

/* line 66, ../scss/import/_iconsEP.scss */
.ep-icon_arrow-left:before {
  content: "\f107";
}

/* line 71, ../scss/import/_iconsEP.scss */
.ep-icon_arrow-line-down:before {
  content: "\f108";
}

/* line 76, ../scss/import/_iconsEP.scss */
.ep-icon_arrow-line-up:before {
  content: "\f109";
}

/* line 81, ../scss/import/_iconsEP.scss */
.ep-icon_arrow-right:before {
  content: "\f10a";
}

/* line 86, ../scss/import/_iconsEP.scss */
.ep-icon_arrow-up:before {
  content: "\f10b";
}

/* line 91, ../scss/import/_iconsEP.scss */
.ep-icon_arrow2-down:before {
  content: "\f10c";
}

/* line 96, ../scss/import/_iconsEP.scss */
.ep-icon_arrow2-left:before {
  content: "\f10d";
}

/* line 101, ../scss/import/_iconsEP.scss */
.ep-icon_arrow2-right:before {
  content: "\f10e";
}

/* line 106, ../scss/import/_iconsEP.scss */
.ep-icon_arrow2-up:before {
  content: "\f10f";
}

/* line 111, ../scss/import/_iconsEP.scss */
.ep-icon_arrows-down:before {
  content: "\f110";
}

/* line 116, ../scss/import/_iconsEP.scss */
.ep-icon_arrows-left:before {
  content: "\f111";
}

/* line 121, ../scss/import/_iconsEP.scss */
.ep-icon_arrows-right:before {
  content: "\f112";
}

/* line 126, ../scss/import/_iconsEP.scss */
.ep-icon_arrows-up:before {
  content: "\f113";
}

/* line 131, ../scss/import/_iconsEP.scss */
.ep-icon_arrows-updown:before {
  content: "\f114";
}

/* line 136, ../scss/import/_iconsEP.scss */
.ep-icon_balance:before {
  content: "\f115";
}

/* line 141, ../scss/import/_iconsEP.scss */
.ep-icon_bank-notes:before {
  content: "\f116";
}

/* line 146, ../scss/import/_iconsEP.scss */
.ep-icon_basket-b2b:before {
  content: "\f117";
}

/* line 151, ../scss/import/_iconsEP.scss */
.ep-icon_basket-globe:before {
  content: "\f118";
}

/* line 156, ../scss/import/_iconsEP.scss */
.ep-icon_basket-in:before {
  content: "\f119";
}

/* line 161, ../scss/import/_iconsEP.scss */
.ep-icon_basket-stroke:before {
  content: "\f11a";
}

/* line 166, ../scss/import/_iconsEP.scss */
.ep-icon_basket:before {
  content: "\f11b";
}

/* line 171, ../scss/import/_iconsEP.scss */
.ep-icon_bell-stroke:before {
  content: "\f11c";
}

/* line 176, ../scss/import/_iconsEP.scss */
.ep-icon_bell:before {
  content: "\f11d";
}

/* line 181, ../scss/import/_iconsEP.scss */
.ep-icon_billing:before {
  content: "\f11e";
}

/* line 186, ../scss/import/_iconsEP.scss */
.ep-icon_book-search:before {
  content: "\f11f";
}

/* line 191, ../scss/import/_iconsEP.scss */
.ep-icon_box-code:before {
  content: "\f120";
}

/* line 196, ../scss/import/_iconsEP.scss */
.ep-icon_box-in-out:before {
  content: "\f121";
}

/* line 201, ../scss/import/_iconsEP.scss */
.ep-icon_box-in:before {
  content: "\f122";
}

/* line 206, ../scss/import/_iconsEP.scss */
.ep-icon_box:before {
  content: "\f123";
}

/* line 211, ../scss/import/_iconsEP.scss */
.ep-icon_branches:before {
  content: "\f124";
}

/* line 216, ../scss/import/_iconsEP.scss */
.ep-icon_building:before {
  content: "\f125";
}

/* line 221, ../scss/import/_iconsEP.scss */
.ep-icon_buildings:before {
  content: "\f126";
}

/* line 226, ../scss/import/_iconsEP.scss */
.ep-icon_calculator:before {
  content: "\f127";
}

/* line 231, ../scss/import/_iconsEP.scss */
.ep-icon_calendar:before {
  content: "\f128";
}

/* line 236, ../scss/import/_iconsEP.scss */
.ep-icon_card-lock:before {
  content: "\f129";
}

/* line 241, ../scss/import/_iconsEP.scss */
.ep-icon_categories:before {
  content: "\f12a";
}

/* line 246, ../scss/import/_iconsEP.scss */
.ep-icon_chat:before {
  content: "\f12b";
}

/* line 251, ../scss/import/_iconsEP.scss */
.ep-icon_circle:before {
  content: "\f12c";
}

/* line 256, ../scss/import/_iconsEP.scss */
.ep-icon_clock:before {
  content: "\f12d";
}

/* line 261, ../scss/import/_iconsEP.scss */
.ep-icon_comment-stroke:before {
  content: "\f12e";
}

/* line 266, ../scss/import/_iconsEP.scss */
.ep-icon_comment:before {
  content: "\f12f";
}

/* line 271, ../scss/import/_iconsEP.scss */
.ep-icon_comments-stroke:before {
  content: "\f130";
}

/* line 276, ../scss/import/_iconsEP.scss */
.ep-icon_comments:before {
  content: "\f131";
}

/* line 281, ../scss/import/_iconsEP.scss */
.ep-icon_community:before {
  content: "\f132";
}

/* line 286, ../scss/import/_iconsEP.scss */
.ep-icon_company-page:before {
  content: "\f133";
}

/* line 291, ../scss/import/_iconsEP.scss */
.ep-icon_copyright:before {
  content: "\f134";
}

/* line 296, ../scss/import/_iconsEP.scss */
.ep-icon_customs:before {
  content: "\f135";
}

/* line 301, ../scss/import/_iconsEP.scss */
.ep-icon_delivery:before {
  content: "\f136";
}

/* line 306, ../scss/import/_iconsEP.scss */
.ep-icon_dollar-circle:before {
  content: "\f137";
}

/* line 311, ../scss/import/_iconsEP.scss */
.ep-icon_dollar:before {
  content: "\f138";
}

/* line 316, ../scss/import/_iconsEP.scss */
.ep-icon_down:before {
  content: "\f139";
}

/* line 321, ../scss/import/_iconsEP.scss */
.ep-icon_downgrade:before {
  content: "\f13a";
}

/* line 326, ../scss/import/_iconsEP.scss */
.ep-icon_download:before {
  content: "\f13b";
}

/* line 331, ../scss/import/_iconsEP.scss */
.ep-icon_dropbox:before {
  content: "\f13c";
}

/* line 336, ../scss/import/_iconsEP.scss */
.ep-icon_edit-list:before {
  content: "\f13d";
}

/* line 341, ../scss/import/_iconsEP.scss */
.ep-icon_envelope-edit:before {
  content: "\f13e";
}

/* line 346, ../scss/import/_iconsEP.scss */
.ep-icon_envelope-in-stroke:before {
  content: "\f13f";
}

/* line 351, ../scss/import/_iconsEP.scss */
.ep-icon_envelope-send:before {
  content: "\f140";
}

/* line 356, ../scss/import/_iconsEP.scss */
.ep-icon_envelope-settings:before {
  content: "\f141";
}

/* line 361, ../scss/import/_iconsEP.scss */
.ep-icon_envelope-stroke:before {
  content: "\f142";
}

/* line 366, ../scss/import/_iconsEP.scss */
.ep-icon_envelope:before {
  content: "\f143";
}

/* line 371, ../scss/import/_iconsEP.scss */
.ep-icon_envelope2:before {
  content: "\f144";
}

/* line 376, ../scss/import/_iconsEP.scss */
.ep-icon_ep-logo:before {
  content: "\f145";
}

/* line 381, ../scss/import/_iconsEP.scss */
.ep-icon_estimates:before {
  content: "\f146";
}

/* line 386, ../scss/import/_iconsEP.scss */
.ep-icon_euro-circle:before {
  content: "\f147";
}

/* line 391, ../scss/import/_iconsEP.scss */
.ep-icon_euro:before {
  content: "\f148";
}

/* line 396, ../scss/import/_iconsEP.scss */
.ep-icon_events-ok:before {
  content: "\f149";
}

/* line 401, ../scss/import/_iconsEP.scss */
.ep-icon_events:before {
  content: "\f14a";
}

/* line 406, ../scss/import/_iconsEP.scss */
.ep-icon_facebook-square:before {
  content: "\f14b";
}

/* line 411, ../scss/import/_iconsEP.scss */
.ep-icon_facebook:before {
  content: "\f14c";
}

/* line 416, ../scss/import/_iconsEP.scss */
.ep-icon_factory:before {
  content: "\f14d";
}

/* line 421, ../scss/import/_iconsEP.scss */
.ep-icon_favorite-empty:before {
  content: "\f14e";
}

/* line 426, ../scss/import/_iconsEP.scss */
.ep-icon_favorite:before {
  content: "\f14f";
}

/* line 431, ../scss/import/_iconsEP.scss */
.ep-icon_featured:before {
  content: "\f150";
}

/* line 436, ../scss/import/_iconsEP.scss */
.ep-icon_feedbacks:before {
  content: "\f151";
}

/* line 441, ../scss/import/_iconsEP.scss */
.ep-icon_file-add:before {
  content: "\f152";
}

/* line 446, ../scss/import/_iconsEP.scss */
.ep-icon_file-confirm:before {
  content: "\f153";
}

/* line 451, ../scss/import/_iconsEP.scss */
.ep-icon_file-edit:before {
  content: "\f154";
}

/* line 456, ../scss/import/_iconsEP.scss */
.ep-icon_file-in:before {
  content: "\f155";
}

/* line 461, ../scss/import/_iconsEP.scss */
.ep-icon_file-ok:before {
  content: "\f156";
}

/* line 466, ../scss/import/_iconsEP.scss */
.ep-icon_file-text:before {
  content: "\f157";
}

/* line 471, ../scss/import/_iconsEP.scss */
.ep-icon_file-view:before {
  content: "\f158";
}

/* line 476, ../scss/import/_iconsEP.scss */
.ep-icon_file:before {
  content: "\f159";
}

/* line 481, ../scss/import/_iconsEP.scss */
.ep-icon_filter-add:before {
  content: "\f15a";
}

/* line 486, ../scss/import/_iconsEP.scss */
.ep-icon_filter:before {
  content: "\f15b";
}

/* line 491, ../scss/import/_iconsEP.scss */
.ep-icon_folder-ok:before {
  content: "\f15c";
}

/* line 496, ../scss/import/_iconsEP.scss */
.ep-icon_folder:before {
  content: "\f15d";
}

/* line 501, ../scss/import/_iconsEP.scss */
.ep-icon_folders:before {
  content: "\f15e";
}

/* line 506, ../scss/import/_iconsEP.scss */
.ep-icon_follow:before {
  content: "\f15f";
}

/* line 511, ../scss/import/_iconsEP.scss */
.ep-icon_followers:before {
  content: "\f160";
}

/* line 516, ../scss/import/_iconsEP.scss */
.ep-icon_forklift:before {
  content: "\f161";
}

/* line 521, ../scss/import/_iconsEP.scss */
.ep-icon_fullscreen:before {
  content: "\f162";
}

/* line 526, ../scss/import/_iconsEP.scss */
.ep-icon_gears:before {
  content: "\f163";
}

/* line 531, ../scss/import/_iconsEP.scss */
.ep-icon_get-paid:before {
  content: "\f164";
}

/* line 536, ../scss/import/_iconsEP.scss */
.ep-icon_globe-circle:before {
  content: "\f165";
}

/* line 541, ../scss/import/_iconsEP.scss */
.ep-icon_globe-stroke:before {
  content: "\f166";
}

/* line 546, ../scss/import/_iconsEP.scss */
.ep-icon_globe:before {
  content: "\f167";
}

/* line 551, ../scss/import/_iconsEP.scss */
.ep-icon_google-plus-square:before {
  content: "\f168";
}

/* line 556, ../scss/import/_iconsEP.scss */
.ep-icon_google-plus:before {
  content: "\f169";
}

/* line 561, ../scss/import/_iconsEP.scss */
.ep-icon_grid:before {
  content: "\f16a";
}

/* line 566, ../scss/import/_iconsEP.scss */
.ep-icon_group-stroke:before {
  content: "\f16b";
}

/* line 571, ../scss/import/_iconsEP.scss */
.ep-icon_group:before {
  content: "\f16c";
}

/* line 576, ../scss/import/_iconsEP.scss */
.ep-icon_highlight:before {
  content: "\f16d";
}

/* line 581, ../scss/import/_iconsEP.scss */
.ep-icon_home:before {
  content: "\f16e";
}

/* line 586, ../scss/import/_iconsEP.scss */
.ep-icon_hourglass-bill:before {
  content: "\f16f";
}

/* line 591, ../scss/import/_iconsEP.scss */
.ep-icon_hourglass-plus:before {
  content: "\f170";
}

/* line 596, ../scss/import/_iconsEP.scss */
.ep-icon_hourglass-processing:before {
  content: "\f171";
}

/* line 601, ../scss/import/_iconsEP.scss */
.ep-icon_hourglass-timeout:before {
  content: "\f172";
}

/* line 606, ../scss/import/_iconsEP.scss */
.ep-icon_hourglass-timestart:before {
  content: "\f173";
}

/* line 611, ../scss/import/_iconsEP.scss */
.ep-icon_hourglass-user-left:before {
  content: "\f174";
}

/* line 616, ../scss/import/_iconsEP.scss */
.ep-icon_hourglass-user:before {
  content: "\f175";
}

/* line 621, ../scss/import/_iconsEP.scss */
.ep-icon_in-escrow:before {
  content: "\f176";
}

/* line 626, ../scss/import/_iconsEP.scss */
.ep-icon_inbox:before {
  content: "\f177";
}

/* line 631, ../scss/import/_iconsEP.scss */
.ep-icon_info-stroke:before {
  content: "\f178";
}

/* line 636, ../scss/import/_iconsEP.scss */
.ep-icon_info:before {
  content: "\f179";
}

/* line 641, ../scss/import/_iconsEP.scss */
.ep-icon_inquiries:before {
  content: "\f17a";
}

/* line 646, ../scss/import/_iconsEP.scss */
.ep-icon_instagram:before {
  content: "\f17b";
}

/* line 651, ../scss/import/_iconsEP.scss */
.ep-icon_invisible:before {
  content: "\f17c";
}

/* line 656, ../scss/import/_iconsEP.scss */
.ep-icon_invite-customers:before {
  content: "\f17d";
}

/* line 661, ../scss/import/_iconsEP.scss */
.ep-icon_invite-review:before {
  content: "\f17e";
}

/* line 666, ../scss/import/_iconsEP.scss */
.ep-icon_invite:before {
  content: "\f17f";
}

/* line 671, ../scss/import/_iconsEP.scss */
.ep-icon_item-add:before {
  content: "\f180";
}

/* line 676, ../scss/import/_iconsEP.scss */
.ep-icon_item-upload:before {
  content: "\f181";
}

/* line 681, ../scss/import/_iconsEP.scss */
.ep-icon_item:before {
  content: "\f182";
}

/* line 686, ../scss/import/_iconsEP.scss */
.ep-icon_items:before {
  content: "\f183";
}

/* line 691, ../scss/import/_iconsEP.scss */
.ep-icon_key:before {
  content: "\f184";
}

/* line 696, ../scss/import/_iconsEP.scss */
.ep-icon_keys:before {
  content: "\f185";
}

/* line 701, ../scss/import/_iconsEP.scss */
.ep-icon_library:before {
  content: "\f186";
}

/* line 706, ../scss/import/_iconsEP.scss */
.ep-icon_link:before {
  content: "\f187";
}

/* line 711, ../scss/import/_iconsEP.scss */
.ep-icon_linkedin-square:before {
  content: "\f188";
}

/* line 716, ../scss/import/_iconsEP.scss */
.ep-icon_linkedin:before {
  content: "\f189";
}

/* line 721, ../scss/import/_iconsEP.scss */
.ep-icon_list-product:before {
  content: "\f18a";
}

/* line 726, ../scss/import/_iconsEP.scss */
.ep-icon_list:before {
  content: "\f18b";
}

/* line 731, ../scss/import/_iconsEP.scss */
.ep-icon_locked:before {
  content: "\f18c";
}

/* line 736, ../scss/import/_iconsEP.scss */
.ep-icon_login:before {
  content: "\f18d";
}

/* line 741, ../scss/import/_iconsEP.scss */
.ep-icon_logout:before {
  content: "\f18e";
}

/* line 746, ../scss/import/_iconsEP.scss */
.ep-icon_low:before {
  content: "\f18f";
}

/* line 751, ../scss/import/_iconsEP.scss */
.ep-icon_magnifier-b2b:before {
  content: "\f190";
}

/* line 756, ../scss/import/_iconsEP.scss */
.ep-icon_magnifier:before {
  content: "\f191";
}

/* line 761, ../scss/import/_iconsEP.scss */
.ep-icon_marker-stroke:before {
  content: "\f192";
}

/* line 766, ../scss/import/_iconsEP.scss */
.ep-icon_marker:before {
  content: "\f193";
}

/* line 771, ../scss/import/_iconsEP.scss */
.ep-icon_megaphone-stroke:before {
  content: "\f194";
}

/* line 776, ../scss/import/_iconsEP.scss */
.ep-icon_megaphone:before {
  content: "\f195";
}

/* line 781, ../scss/import/_iconsEP.scss */
.ep-icon_menu-circle:before {
  content: "\f196";
}

/* line 786, ../scss/import/_iconsEP.scss */
.ep-icon_menu-circles:before {
  content: "\f197";
}

/* line 791, ../scss/import/_iconsEP.scss */
.ep-icon_menu-vertical:before {
  content: "\f198";
}

/* line 796, ../scss/import/_iconsEP.scss */
.ep-icon_menu:before {
  content: "\f199";
}

/* line 801, ../scss/import/_iconsEP.scss */
.ep-icon_minus-circle:before {
  content: "\f19a";
}

/* line 806, ../scss/import/_iconsEP.scss */
.ep-icon_minus-stroke:before {
  content: "\f19b";
}

/* line 811, ../scss/import/_iconsEP.scss */
.ep-icon_minus:before {
  content: "\f19c";
}

/* line 816, ../scss/import/_iconsEP.scss */
.ep-icon_mobile:before {
  content: "\f19d";
}

/* line 821, ../scss/import/_iconsEP.scss */
.ep-icon_monitor:before {
  content: "\f19e";
}

/* line 826, ../scss/import/_iconsEP.scss */
.ep-icon_move:before {
  content: "\f19f";
}

/* line 831, ../scss/import/_iconsEP.scss */
.ep-icon_nav-grid:before {
  content: "\f1a0";
}

/* line 836, ../scss/import/_iconsEP.scss */
.ep-icon_nav-list:before {
  content: "\f1a1";
}

/* line 841, ../scss/import/_iconsEP.scss */
.ep-icon_new:before {
  content: "\f1a2";
}

/* line 846, ../scss/import/_iconsEP.scss */
.ep-icon_news:before {
  content: "\f1a3";
}

/* line 851, ../scss/import/_iconsEP.scss */
.ep-icon_notice:before {
  content: "\f1a4";
}

/* line 856, ../scss/import/_iconsEP.scss */
.ep-icon_offers:before {
  content: "\f1a5";
}

/* line 861, ../scss/import/_iconsEP.scss */
.ep-icon_ok-circle:before {
  content: "\f1a6";
}

/* line 866, ../scss/import/_iconsEP.scss */
.ep-icon_ok:before {
  content: "\f1a7";
}

/* line 871, ../scss/import/_iconsEP.scss */
.ep-icon_onoff:before {
  content: "\f1a8";
}

/* line 876, ../scss/import/_iconsEP.scss */
.ep-icon_order-items:before {
  content: "\f1a9";
}

/* line 881, ../scss/import/_iconsEP.scss */
.ep-icon_orders:before {
  content: "\f1aa";
}

/* line 886, ../scss/import/_iconsEP.scss */
.ep-icon_paper-ok:before {
  content: "\f1ab";
}

/* line 891, ../scss/import/_iconsEP.scss */
.ep-icon_paper:before {
  content: "\f1ac";
}

/* line 896, ../scss/import/_iconsEP.scss */
.ep-icon_partners:before {
  content: "\f1ad";
}

/* line 901, ../scss/import/_iconsEP.scss */
.ep-icon_password:before {
  content: "\f1ae";
}

/* line 906, ../scss/import/_iconsEP.scss */
.ep-icon_payment:before {
  content: "\f1af";
}

/* line 911, ../scss/import/_iconsEP.scss */
.ep-icon_payments:before {
  content: "\f1b0";
}

/* line 916, ../scss/import/_iconsEP.scss */
.ep-icon_pencil:before {
  content: "\f1b1";
}

/* line 921, ../scss/import/_iconsEP.scss */
.ep-icon_phone-call:before {
  content: "\f1b2";
}

/* line 926, ../scss/import/_iconsEP.scss */
.ep-icon_phone:before {
  content: "\f1b3";
}

/* line 931, ../scss/import/_iconsEP.scss */
.ep-icon_photo-gallery:before {
  content: "\f1b4";
}

/* line 936, ../scss/import/_iconsEP.scss */
.ep-icon_photo:before {
  content: "\f1b5";
}

/* line 941, ../scss/import/_iconsEP.scss */
.ep-icon_pictures-folder:before {
  content: "\f1b6";
}

/* line 946, ../scss/import/_iconsEP.scss */
.ep-icon_pinterest-square:before {
  content: "\f1b7";
}

/* line 951, ../scss/import/_iconsEP.scss */
.ep-icon_pinterest:before {
  content: "\f1b8";
}

/* line 956, ../scss/import/_iconsEP.scss */
.ep-icon_play:before {
  content: "\f1b9";
}

/* line 961, ../scss/import/_iconsEP.scss */
.ep-icon_plus-circle:before {
  content: "\f1ba";
}

/* line 966, ../scss/import/_iconsEP.scss */
.ep-icon_plus-stroke:before {
  content: "\f1bb";
}

/* line 971, ../scss/import/_iconsEP.scss */
.ep-icon_plus:before {
  content: "\f1bc";
}

/* line 976, ../scss/import/_iconsEP.scss */
.ep-icon_po:before {
  content: "\f1bd";
}

/* line 981, ../scss/import/_iconsEP.scss */
.ep-icon_pointer-down:before {
  content: "\f1be";
}

/* line 986, ../scss/import/_iconsEP.scss */
.ep-icon_pointer-up:before {
  content: "\f1bf";
}

/* line 991, ../scss/import/_iconsEP.scss */
.ep-icon_pound-circle:before {
  content: "\f1c0";
}

/* line 996, ../scss/import/_iconsEP.scss */
.ep-icon_pound:before {
  content: "\f1c1";
}

/* line 1001, ../scss/import/_iconsEP.scss */
.ep-icon_printer:before {
  content: "\f1c2";
}

/* line 1006, ../scss/import/_iconsEP.scss */
.ep-icon_processing:before {
  content: "\f1c3";
}

/* line 1011, ../scss/import/_iconsEP.scss */
.ep-icon_product:before {
  content: "\f1c4";
}

/* line 1016, ../scss/import/_iconsEP.scss */
.ep-icon_question-circle:before {
  content: "\f1c5";
}

/* line 1021, ../scss/import/_iconsEP.scss */
.ep-icon_question:before {
  content: "\f1c6";
}

/* line 1026, ../scss/import/_iconsEP.scss */
.ep-icon_questions:before {
  content: "\f1c7";
}

/* line 1031, ../scss/import/_iconsEP.scss */
.ep-icon_refresh:before {
  content: "\f1c8";
}

/* line 1036, ../scss/import/_iconsEP.scss */
.ep-icon_remove-circle:before {
  content: "\f1c9";
}

/* line 1041, ../scss/import/_iconsEP.scss */
.ep-icon_remove-stroke:before {
  content: "\f1ca";
}

/* line 1046, ../scss/import/_iconsEP.scss */
.ep-icon_remove:before {
  content: "\f1cb";
}

/* line 1051, ../scss/import/_iconsEP.scss */
.ep-icon_reply-circle:before {
  content: "\f1cc";
}

/* line 1056, ../scss/import/_iconsEP.scss */
.ep-icon_reply-edit:before {
  content: "\f1cd";
}

/* line 1061, ../scss/import/_iconsEP.scss */
.ep-icon_reply-left-empty:before {
  content: "\f1ce";
}

/* line 1066, ../scss/import/_iconsEP.scss */
.ep-icon_reply-right-empty:before {
  content: "\f1cf";
}

/* line 1071, ../scss/import/_iconsEP.scss */
.ep-icon_reply:before {
  content: "\f1d0";
}

/* line 1076, ../scss/import/_iconsEP.scss */
.ep-icon_request-add:before {
  content: "\f1d1";
}

/* line 1081, ../scss/import/_iconsEP.scss */
.ep-icon_request:before {
  content: "\f1d2";
}

/* line 1086, ../scss/import/_iconsEP.scss */
.ep-icon_reviews:before {
  content: "\f1d3";
}

/* line 1091, ../scss/import/_iconsEP.scss */
.ep-icon_rights:before {
  content: "\f1d4";
}

/* line 1096, ../scss/import/_iconsEP.scss */
.ep-icon_rocket:before {
  content: "\f1d5";
}

/* line 1101, ../scss/import/_iconsEP.scss */
.ep-icon_rss:before {
  content: "\f1d6";
}

/* line 1106, ../scss/import/_iconsEP.scss */
.ep-icon_save:before {
  content: "\f1d7";
}

/* line 1111, ../scss/import/_iconsEP.scss */
.ep-icon_secured-transaction:before {
  content: "\f1d8";
}

/* line 1116, ../scss/import/_iconsEP.scss */
.ep-icon_select-shipper:before {
  content: "\f1d9";
}

/* line 1121, ../scss/import/_iconsEP.scss */
.ep-icon_services:before {
  content: "\f1da";
}

/* line 1126, ../scss/import/_iconsEP.scss */
.ep-icon_share-stroke:before {
  content: "\f1db";
}

/* line 1131, ../scss/import/_iconsEP.scss */
.ep-icon_share:before {
  content: "\f1dc";
}

/* line 1136, ../scss/import/_iconsEP.scss */
.ep-icon_sheild-building:before {
  content: "\f1dd";
}

/* line 1141, ../scss/import/_iconsEP.scss */
.ep-icon_sheild-nok:before {
  content: "\f1de";
}

/* line 1146, ../scss/import/_iconsEP.scss */
.ep-icon_sheild-ok-stroke:before {
  content: "\f1df";
}

/* line 1151, ../scss/import/_iconsEP.scss */
.ep-icon_sheild-ok:before {
  content: "\f1e0";
}

/* line 1156, ../scss/import/_iconsEP.scss */
.ep-icon_shipping:before {
  content: "\f1e1";
}

/* line 1161, ../scss/import/_iconsEP.scss */
.ep-icon_skype-square:before {
  content: "\f1e2";
}

/* line 1166, ../scss/import/_iconsEP.scss */
.ep-icon_smile:before {
  content: "\f1e3";
}

/* line 1171, ../scss/import/_iconsEP.scss */
.ep-icon_star-empty:before {
  content: "\f1e4";
}

/* line 1176, ../scss/import/_iconsEP.scss */
.ep-icon_star-half-left:before {
  content: "\f1e5";
}

/* line 1181, ../scss/import/_iconsEP.scss */
.ep-icon_star-half-right:before {
  content: "\f1e6";
}

/* line 1186, ../scss/import/_iconsEP.scss */
.ep-icon_star-minus:before {
  content: "\f1e7";
}

/* line 1191, ../scss/import/_iconsEP.scss */
.ep-icon_star-plus:before {
  content: "\f1e8";
}

/* line 1196, ../scss/import/_iconsEP.scss */
.ep-icon_star-received:before {
  content: "\f1e9";
}

/* line 1201, ../scss/import/_iconsEP.scss */
.ep-icon_star-written:before {
  content: "\f1ea";
}

/* line 1206, ../scss/import/_iconsEP.scss */
.ep-icon_star:before {
  content: "\f1eb";
}

/* line 1211, ../scss/import/_iconsEP.scss */
.ep-icon_statistic:before {
  content: "\f1ec";
}

/* line 1216, ../scss/import/_iconsEP.scss */
.ep-icon_sticker:before {
  content: "\f1ed";
}

/* line 1221, ../scss/import/_iconsEP.scss */
.ep-icon_support:before {
  content: "\f1ee";
}

/* line 1226, ../scss/import/_iconsEP.scss */
.ep-icon_support2:before {
  content: "\f1ef";
}

/* line 1231, ../scss/import/_iconsEP.scss */
.ep-icon_tablet:before {
  content: "\f1f0";
}

/* line 1236, ../scss/import/_iconsEP.scss */
.ep-icon_telephone:before {
  content: "\f1f1";
}

/* line 1241, ../scss/import/_iconsEP.scss */
.ep-icon_thumbdown:before {
  content: "\f1f2";
}

/* line 1246, ../scss/import/_iconsEP.scss */
.ep-icon_thumbup:before {
  content: "\f1f3";
}

/* line 1251, ../scss/import/_iconsEP.scss */
.ep-icon_ticket:before {
  content: "\f1f4";
}

/* line 1256, ../scss/import/_iconsEP.scss */
.ep-icon_trash-stroke:before {
  content: "\f1f5";
}

/* line 1261, ../scss/import/_iconsEP.scss */
.ep-icon_trash:before {
  content: "\f1f6";
}

/* line 1266, ../scss/import/_iconsEP.scss */
.ep-icon_tree:before {
  content: "\f1f7";
}

/* line 1271, ../scss/import/_iconsEP.scss */
.ep-icon_truck-clock:before {
  content: "\f1f8";
}

/* line 1276, ../scss/import/_iconsEP.scss */
.ep-icon_truck-globe:before {
  content: "\f1f9";
}

/* line 1281, ../scss/import/_iconsEP.scss */
.ep-icon_truck-move:before {
  content: "\f1fa";
}

/* line 1286, ../scss/import/_iconsEP.scss */
.ep-icon_truck-ok:before {
  content: "\f1fb";
}

/* line 1291, ../scss/import/_iconsEP.scss */
.ep-icon_truck-plus:before {
  content: "\f1fc";
}

/* line 1296, ../scss/import/_iconsEP.scss */
.ep-icon_truck-right:before {
  content: "\f1fd";
}

/* line 1301, ../scss/import/_iconsEP.scss */
.ep-icon_truck:before {
  content: "\f1fe";
}

/* line 1306, ../scss/import/_iconsEP.scss */
.ep-icon_twitter-square:before {
  content: "\f1ff";
}

/* line 1311, ../scss/import/_iconsEP.scss */
.ep-icon_twitter:before {
  content: "\f200";
}

/* line 1316, ../scss/import/_iconsEP.scss */
.ep-icon_umbrella:before {
  content: "\f201";
}

/* line 1321, ../scss/import/_iconsEP.scss */
.ep-icon_unfeatured:before {
  content: "\f202";
}

/* line 1326, ../scss/import/_iconsEP.scss */
.ep-icon_unfollow:before {
  content: "\f203";
}

/* line 1331, ../scss/import/_iconsEP.scss */
.ep-icon_unhighlight:before {
  content: "\f204";
}

/* line 1336, ../scss/import/_iconsEP.scss */
.ep-icon_unlocked:before {
  content: "\f205";
}

/* line 1341, ../scss/import/_iconsEP.scss */
.ep-icon_up:before {
  content: "\f206";
}

/* line 1346, ../scss/import/_iconsEP.scss */
.ep-icon_updates:before {
  content: "\f207";
}

/* line 1351, ../scss/import/_iconsEP.scss */
.ep-icon_upload:before {
  content: "\f208";
}

/* line 1356, ../scss/import/_iconsEP.scss */
.ep-icon_user-card:before {
  content: "\f209";
}

/* line 1361, ../scss/import/_iconsEP.scss */
.ep-icon_user-circle:before {
  content: "\f20a";
}

/* line 1366, ../scss/import/_iconsEP.scss */
.ep-icon_user-minus:before {
  content: "\f20b";
}

/* line 1371, ../scss/import/_iconsEP.scss */
.ep-icon_user-ok:before {
  content: "\f20c";
}

/* line 1376, ../scss/import/_iconsEP.scss */
.ep-icon_user-page:before {
  content: "\f20d";
}

/* line 1381, ../scss/import/_iconsEP.scss */
.ep-icon_user-plus:before {
  content: "\f20e";
}

/* line 1386, ../scss/import/_iconsEP.scss */
.ep-icon_user-search:before {
  content: "\f20f";
}

/* line 1391, ../scss/import/_iconsEP.scss */
.ep-icon_user-special:before {
  content: "\f210";
}

/* line 1396, ../scss/import/_iconsEP.scss */
.ep-icon_user-staff:before {
  content: "\f211";
}

/* line 1401, ../scss/import/_iconsEP.scss */
.ep-icon_user-swear:before {
  content: "\f212";
}

/* line 1406, ../scss/import/_iconsEP.scss */
.ep-icon_user:before {
  content: "\f213";
}

/* line 1411, ../scss/import/_iconsEP.scss */
.ep-icon_users-shopping:before {
  content: "\f214";
}

/* line 1416, ../scss/import/_iconsEP.scss */
.ep-icon_verification:before {
  content: "\f215";
}

/* line 1421, ../scss/import/_iconsEP.scss */
.ep-icon_video-camera:before {
  content: "\f216";
}

/* line 1426, ../scss/import/_iconsEP.scss */
.ep-icon_video-info:before {
  content: "\f217";
}

/* line 1431, ../scss/import/_iconsEP.scss */
.ep-icon_video:before {
  content: "\f218";
}

/* line 1436, ../scss/import/_iconsEP.scss */
.ep-icon_videos-folder:before {
  content: "\f219";
}

/* line 1441, ../scss/import/_iconsEP.scss */
.ep-icon_videos:before {
  content: "\f21a";
}

/* line 1446, ../scss/import/_iconsEP.scss */
.ep-icon_visible:before {
  content: "\f21b";
}

/* line 1451, ../scss/import/_iconsEP.scss */
.ep-icon_warehouse:before {
  content: "\f21c";
}

/* line 1456, ../scss/import/_iconsEP.scss */
.ep-icon_warning-circle-stroke:before {
  content: "\f21d";
}

/* line 1461, ../scss/import/_iconsEP.scss */
.ep-icon_warning-circle:before {
  content: "\f21e";
}

/* line 1466, ../scss/import/_iconsEP.scss */
.ep-icon_warning-stroke:before {
  content: "\f21f";
}

/* line 1471, ../scss/import/_iconsEP.scss */
.ep-icon_warning:before {
  content: "\f220";
}

/* line 1476, ../scss/import/_iconsEP.scss */
.ep-icon_whatsapp:before {
  content: "\f221";
}

/* line 1481, ../scss/import/_iconsEP.scss */
.ep-icon_widgets:before {
  content: "\f222";
}

/* line 1486, ../scss/import/_iconsEP.scss */
.ep-icon_window:before {
  content: "\f223";
}

/* line 1491, ../scss/import/_iconsEP.scss */
.ep-icon_youtube-square:before {
  content: "\f224";
}

/* line 1496, ../scss/import/_iconsEP.scss */
.ep-icon_youtube:before {
  content: "\f225";
}

/* line 2, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formErrorInsideDialog.formError {
  z-index: 4;
}
/* line 5, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5;
}
/* line 7, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 6;
}

/* line 11, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.inputContainer {
  position: relative;
  float: left;
}

/* line 16, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formError {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  cursor: pointer;
  z-index: 2;
}
/* line 24, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formError .formErrorContent {
  width: 100%;
  min-width: 150px;
  background: #ebcdcc;
  position: relative;
  color: #a94442;
  font-size: 12px;
  padding: 10px;
  line-height: 12px;
  z-index: 2;
}
/* line 35, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formError .formErrorContent .ep-icon_remove {
  float: right;
}
/* line 40, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 3;
}
/* line 46, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formError .formErrorArrow div {
  font-size: 0px;
  height: 1px;
  background: #ebcdcc;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
/* line 56, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formError .formErrorArrow .line10 {
  width: 15px;
}
/* line 57, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formError .formErrorArrow .line9 {
  width: 13px;
}
/* line 58, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formError .formErrorArrow .line8 {
  width: 11px;
}
/* line 59, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formError .formErrorArrow .line7 {
  width: 9px;
}
/* line 60, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formError .formErrorArrow .line6 {
  width: 7px;
}
/* line 61, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formError .formErrorArrow .line5 {
  width: 5px;
}
/* line 62, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formError .formErrorArrow .line4 {
  width: 3px;
}
/* line 63, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formError .formErrorArrow .line3 {
  width: 1px;
}
/* line 66, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.formError .formErrorArrowBottom {
  margin: 0px 0 0 12px;
  top: 2px;
}

/* line 72, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.ajaxSubmit {
  padding: 20px;
  background: #e8fdf1;
  display: none;
}

/* line 79, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.greenPopup .formErrorContent {
  background: #e8fdf1;
  color: #0fd764;
}
/* line 84, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.greenPopup .formErrorArrow div {
  background: #e8fdf1;
  color: #0fd764;
}

/* line 91, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.blackPopup .formErrorContent {
  background: #333333;
  color: #ffffff;
}
/* line 96, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
.blackPopup .formErrorArrow div {
  background: #333333;
  color: #ffffff;
}

/* line 102, ../plug/jquery-validation-engine-2-6-1/scss/_validationEngine.jquery.scss */
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

/* line 1, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox,
.icheckbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  position: relative;
  border: 1px solid #9a9a9a;
}
/* line 12, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox.disabled,
.icheckbox.disabled {
  border-color: #cccccc;
}
/* line 17, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox.checked:before,
.icheckbox.checked:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  background: #999;
}
/* line 26, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox--20,
.icheckbox--20 {
  width: 20px;
  height: 20px;
}
/* line 31, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox--20.checked:before,
.icheckbox--20.checked:before {
  width: 10px;
  height: 10px;
}
/* line 38, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox--green,
.icheckbox--green {
  border-color: #0fd764;
}
/* line 43, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox--green.checked + label,
.icheckbox--green.checked + label {
  color: #222222 !important;
}
/* line 45, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox--green.checked:before,
.icheckbox--green.checked:before {
  background: #0fd764;
}
/* line 51, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox--gray,
.icheckbox--gray {
  border-color: #dddddd;
}
/* line 54, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox--gray.checked,
.icheckbox--gray.checked {
  border-color: #222222;
}
/* line 57, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox--gray.checked:before,
.icheckbox--gray.checked:before {
  background: #222222;
}
/* line 63, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox--black,
.icheckbox--black {
  border-color: #000000;
}
/* line 67, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox--black.checked:before,
.icheckbox--black.checked:before {
  background: #000000;
}
/* line 73, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox--white,
.icheckbox--white {
  border-color: #ffffff;
}
/* line 77, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox--white.checked:before,
.icheckbox--white.checked:before {
  background: #ffffff;
}
/* line 83, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox--blue,
.icheckbox--blue {
  border-color: #222222;
}
/* line 87, ../plug/icheck-1-0-2/scss/_checkbox.scss */
.iradiobox--blue.checked:before,
.icheckbox--blue.checked:before {
  background: #19d9fc;
}

/* line 1, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 18, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990;
  border: 1px solid #19d9fc;
  background: #ffffff;
}
/* line 28, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-wrap * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 33, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-skin {
  position: relative;
  padding: 40px !important;
  background: #ffffff;
  color: #333333;
  text-shadow: none;
}
/* line 40, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-skin--no-bg {
  background: none;
}

/* line 46, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-opened {
  z-index: 991;
}

/* line 54, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-outer,
.fancybox-inner {
  position: relative;
}

/* line 59, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-inner {
  width: 100%;
  overflow: hidden;
}

/* line 66, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 70, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-error {
  color: #333333;
  font: 14px/20px Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 78, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-iframe {
  position: absolute;
  top: 0;
}

/* line 83, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 90, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 95, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../plug/jquery-fancybox-2-1-5/img/sprite-fancybox.png");
}

/* line 101, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 999;
}
/* line 112, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../plug/jquery-fancybox-2-1-5/img/fancybox_loading.gif") center center no-repeat;
}

/* line 119, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 992;
  display: none;
}

/* line 130, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../plug/jquery-fancybox-2-1-5/img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: #000000;
  z-index: 992;
}
/* line 141, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 992;
}

/* line 157, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-prev {
  left: 0;
}
/* line 160, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -60px;
}

/* line 166, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-next {
  right: 0;
}
/* line 169, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -30px;
}

/* line 175, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 187, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
/* line 191, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}
/* line 195, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* line 201, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 205, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 990;
  background: url("../plug/jquery-fancybox-2-1-5/img/fancybox_overlay.png");
}

/* line 215, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* Title helper */
/* line 222, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-title {
  position: relative;
  padding-bottom: 30px;
  padding-right: 25px;
  font-size: 26px;
  line-height: 28px;
  color: #000000;
  font-weight: bold;
  white-space: nowrap;
}
/* line 240, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-title > a {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 15px;
  z-index: 1;
  color: #000000;
}
/* line 248, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-title > a .ep-icon {
  font-size: 12px;
  vertical-align: top;
}

/* line 255, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 315, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../plug/jquery-fancybox-2-1-5/img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 320, ../plug/jquery-fancybox-2-1-5/scss/_jquery.fancybox.scss */
  #fancybox-loading div {
    background-image: url("../plug/jquery-fancybox-2-1-5/img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url("fonts/Roboto-Light.eot");
  src: url("fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Light.woff") format("woff"), url("fonts/Roboto-Light.ttf") format("truetype"), url("fonts/Roboto-Light.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  src: url("fonts/Roboto-Bold.eot");
  src: url("fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Bold.woff") format("woff"), url("fonts/Roboto-Bold.ttf") format("truetype"), url("fonts/Roboto-Bold.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/Roboto-Medium.eot");
  src: url("fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Medium.woff") format("woff"), url("fonts/Roboto-Medium.ttf") format("truetype"), url("fonts/Roboto-Medium.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: italic;
  src: url("fonts/Roboto-Italic.eot");
  src: url("fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Italic.woff") format("woff"), url("fonts/Roboto-Italic.ttf") format("truetype"), url("fonts/Roboto-Italic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  font-style: italic;
  src: url("fonts/Roboto-BoldItalic.eot");
  src: url("fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-BoldItalic.woff") format("woff"), url("fonts/Roboto-BoldItalic.ttf") format("truetype"), url("fonts/Roboto-BoldItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-style: italic;
  src: url("fonts/Roboto-ThinItalic.eot");
  src: url("fonts/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-ThinItalic.woff") format("woff"), url("fonts/Roboto-ThinItalic.ttf") format("truetype"), url("fonts/Roboto-ThinItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-style: italic;
  src: url("fonts/Roboto-ThinItalic.eot");
  src: url("fonts/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-ThinItalic.woff") format("woff"), url("fonts/Roboto-ThinItalic.ttf") format("truetype"), url("fonts/Roboto-ThinItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-style: normal;
  src: url("fonts/Roboto-Thin.eot");
  src: url("fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Thin.woff") format("woff"), url("fonts/Roboto-Thin.ttf") format("truetype"), url("fonts/Roboto-Thin.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/Roboto-Regular.eot");
  src: url("fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto-Regular.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: italic;
  src: url("fonts/Roboto-BlackItalic.eot");
  src: url("fonts/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-BlackItalic.woff") format("woff"), url("fonts/Roboto-BlackItalic.ttf") format("truetype"), url("fonts/Roboto-BlackItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  src: url("fonts/Roboto-LightItalic.eot");
  src: url("fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-LightItalic.woff") format("woff"), url("fonts/Roboto-LightItalic.ttf") format("truetype"), url("fonts/Roboto-LightItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  src: url("fonts/Roboto-Black.ttf.eot");
  src: url("fonts/Roboto-Black.ttf.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Black.ttf.woff") format("woff"), url("fonts/Roboto-Black.ttf.ttf") format("truetype"), url("fonts/Roboto-Black.ttf.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  src: url("fonts/Roboto-MediumItalic.eot");
  src: url("fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-MediumItalic.woff") format("woff"), url("fonts/Roboto-MediumItalic.ttf") format("truetype"), url("fonts/Roboto-MediumItalic.svg#Roboto") format("svg");
}
/* line 29, ../scss/_styles_new_general.scss */
body {
  min-width: 320px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  letter-spacing: 0.3px;
}

/* line 36, ../scss/_styles_new_general.scss */
html,
body {
  font-size: 16px;
  line-height: 1.5;
}

/* line 42, ../scss/_styles_new_general.scss */
input,
textarea,
select {
  font-size: 16px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}

/* line 50, ../scss/_styles_new_general.scss */
select,
input[type="text"],
input[type="password"] {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 38px;
  font-family: "Roboto", sans-serif;
}

/* line 62, ../scss/_styles_new_general.scss */
select {
  padding-left: 13px;
  padding-right: 13px;
}

/* line 67, ../scss/_styles_new_general.scss */
a {
  color: #19d9fc;
}

/* line 71, ../scss/_styles_new_general.scss */
p {
  margin: 0;
}

/* line 75, ../scss/_styles_new_general.scss */
.container-center-sm {
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 82, ../scss/_styles_new_general.scss */
.container-center {
  min-width: 320px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 89, ../scss/_styles_new_general.scss */
.warning-alert-b,
.error-alert-b,
.info-alert-b,
.success-alert-b {
  position: relative;
  padding: 6px 8px 8px 35px;
  font-size: 16px;
  line-height: 18px;
}
/* line 98, ../scss/_styles_new_general.scss */
.warning-alert-b > .ep-icon,
.error-alert-b > .ep-icon,
.info-alert-b > .ep-icon,
.success-alert-b > .ep-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 16px;
  line-height: 14px;
}

/* line 107, ../scss/_styles_new_general.scss */
.warning-alert-b {
  background: #fee095;
  color: #936901;
}

/* line 112, ../scss/_styles_new_general.scss */
.error-alert-b {
  background: #ebcdcc;
  color: #a94442;
}

/* line 117, ../scss/_styles_new_general.scss */
.info-alert-b {
  background: #daf1f8;
  color: #19d9fc;
}

/* line 122, ../scss/_styles_new_general.scss */
.success-alert-b {
  background: #e8fdf1;
  color: #0fd764;
}

/* line 127, ../scss/_styles_new_general.scss */
.txt-alert-b {
  font-size: 14px;
  line-height: 18px;
  color: #bdbdbd;
}

/* line 133, ../scss/_styles_new_general.scss */
.absolute-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

/* line 142, ../scss/_styles_new_general.scss */
.wr-ajax-loader {
  padding: 15px 0;
  z-index: 3;
  position: absolute;
  background: #ffffff;
  display: none;
}

/* line 151, ../scss/_styles_new_general.scss */
.ajax-loader i {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(../img/loader.gif) center center no-repeat;
}
/* line 158, ../scss/_styles_new_general.scss */
.ajax-loader p {
  text-align: center;
  line-height: 80px;
}
/* line 162, ../scss/_styles_new_general.scss */
.ajax-loader p.middle-b {
  top: 50%;
  width: 100%;
  position: absolute;
  text-align: center;
  margin-top: -40px;
}
/* line 171, ../scss/_styles_new_general.scss */
.ajax-loader span {
  font-size: 26px;
  padding-left: 10px;
  color: #bdbdbd;
}

/* line 178, ../scss/_styles_new_general.scss */
.btn-primary {
  color: #ffffff;
}

/* line 182, ../scss/_styles_new_general.scss */
.btn-h40 {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}
/* line 188, ../scss/_styles_new_general.scss */
.btn-h40[class*=btn-outline] {
  line-height: 40px;
}

/* line 193, ../scss/_styles_new_general.scss */
.btn-h50 {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
  font-size: 18px;
}
/* line 200, ../scss/_styles_new_general.scss */
.btn-h50[class*=btn-outline] {
  line-height: 45px;
}

/* line 205, ../scss/_styles_new_general.scss */
.btn-h55 {
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 55px;
  font-size: 18px;
}
/* line 212, ../scss/_styles_new_general.scss */
.btn-h55[class*=btn-outline] {
  line-height: 50px;
}

/* line 217, ../scss/_styles_new_general.scss */
.btn-h60 {
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 60px;
  font-size: 18px;
}
/* line 224, ../scss/_styles_new_general.scss */
.btn-h60[class*=btn-outline] {
  line-height: 55px;
}

/* line 229, ../scss/_styles_new_general.scss */
.btn-p15 {
  padding: 0 15px;
}

/* line 233, ../scss/_styles_new_general.scss */
.btn-p25 {
  padding: 0 25px;
}

/* line 237, ../scss/_styles_new_general.scss */
.btn-p55 {
  padding: 0 55px;
}

/* line 241, ../scss/_styles_new_general.scss */
.btn-p90 {
  padding: 0 90px;
}

/* line 245, ../scss/_styles_new_general.scss */
.footer-connect {
  margin-bottom: -75px;
}

/*modal form*/
/* line 250, ../scss/_styles_new_general.scss */
.wr-modal-b {
  position: relative;
  min-height: 110px;
}

/* line 256, ../scss/_styles_new_general.scss */
.modal-b__form {
  position: relative;
}
/* line 260, ../scss/_styles_new_general.scss */
.modal-b__content {
  overflow: auto;
  padding: 5px 0;
}
/* line 264, ../scss/_styles_new_general.scss */
.modal-b__content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 270, ../scss/_styles_new_general.scss */
.modal-b__content table.table-padding td {
  padding: 5px 7.5px;
}
/* line 276, ../scss/_styles_new_general.scss */
.modal-b__content .ttl {
  display: block;
  padding: 10px 0px;
  color: #9a9a9a;
}
/* line 282, ../scss/_styles_new_general.scss */
.modal-b__content .inline-label {
  display: inline-block;
  color: #333333;
  padding: 0;
  cursor: pointer;
}
/* line 288, ../scss/_styles_new_general.scss */
.modal-b__content .inline-label input {
  vertical-align: bottom;
}
/* line 293, ../scss/_styles_new_general.scss */
.modal-b__content input[type=text],
.modal-b__content input[type=password],
.modal-b__content textarea,
.modal-b__content select {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #9a9a9a;
  background-color: #ffffff;
  font-size: 16px;
  color: #333333;
}
/* line 306, ../scss/_styles_new_general.scss */
.modal-b__content textarea {
  padding-top: 10px;
  resize: none;
}
/* line 311, ../scss/_styles_new_general.scss */
.modal-b__content fieldset {
  margin-top: 15px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
}
/* line 317, ../scss/_styles_new_general.scss */
.modal-b__content legend {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0px 10px;
  padding: 0px 5px;
  font-weight: bold;
}
/* line 326, ../scss/_styles_new_general.scss */
.modal-b__content .required-field__ico {
  position: relative;
  float: left;
  z-index: 1;
}
/* line 331, ../scss/_styles_new_general.scss */
.modal-b__content .required-field__ico:before {
  content: "*";
  position: absolute;
  right: -10px;
  top: 4px;
  line-height: 15px;
  font-size: 20px;
  color: #a94442;
}
/* line 343, ../scss/_styles_new_general.scss */
.modal-b__label {
  display: block;
  margin: 12px 0 15px 0;
  color: #9a9a9a;
}
/* line 348, ../scss/_styles_new_general.scss */
.modal-b__label em,
.modal-b__label .additional-txt {
  font-size: 12px;
  color: #bdbdbd;
}
/* line 355, ../scss/_styles_new_general.scss */
.modal-b__btns {
  padding-top: 15px;
  margin-top: 15px;
}
/* line 359, ../scss/_styles_new_general.scss */
.modal-b__btns button {
  margin-left: 10px;
  outline: none;
}
/* line 365, ../scss/_styles_new_general.scss */
.modal-b__wr-actions {
  display: table;
  width: 100%;
  height: 110px;
  padding: 0 10px;
}
/* line 372, ../scss/_styles_new_general.scss */
.modal-b__actions {
  display: table-cell;
  vertical-align: middle;
}
/* line 381, ../scss/_styles_new_general.scss */
.modal-b__product-img {
  width: 200px;
}
/* line 385, ../scss/_styles_new_general.scss */
.modal-b__product-name {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 398, ../scss/_styles_new_general.scss */
.modal-b__product-price {
  padding-top: 14px;
  font-size: 16px;
}
/* line 402, ../scss/_styles_new_general.scss */
.modal-b__product-price span {
  font-size: 21px;
  line-height: 10px;
  font-weight: bold;
}

/*end modal form*/
/*system messages*/
/* line 412, ../scss/_styles_new_general.scss */
.system-text-messages-b {
  width: 350px;
  position: fixed;
  top: 20px;
  right: 50px;
  z-index: 99999;
}
/* line 420, ../scss/_styles_new_general.scss */
.system-text-messages-b .ttl-b {
  padding: 15px 6px 15px 15px;
  position: relative;
  background-color: #0f6c94;
  font-size: 16px;
  color: #ffffff;
}
/* line 427, ../scss/_styles_new_general.scss */
.system-text-messages-b .ttl-b .ep-icon_remove {
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 433, ../scss/_styles_new_general.scss */
.system-text-messages-b .ttl-b .ep-icon_remove:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 439, ../scss/_styles_new_general.scss */
.system-text-messages-b ul {
  font: 14px Arial,sans-serif;
}
/* line 443, ../scss/_styles_new_general.scss */
.system-text-messages-b li {
  padding: 15px 25px 15px 15px;
  position: relative;
  border-top: 1px dashed #eeeeee;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 450, ../scss/_styles_new_general.scss */
.system-text-messages-b li:first-child {
  border-top: none;
}
/* line 454, ../scss/_styles_new_general.scss */
.system-text-messages-b li .ep-icon_remove {
  position: absolute;
  top: 19px;
  right: 8px;
  cursor: pointer;
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
/* line 462, ../scss/_styles_new_general.scss */
.system-text-messages-b li .ep-icon_remove:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 468, ../scss/_styles_new_general.scss */
.system-text-messages-b .message-error {
  color: #a94442;
  background-color: #ebcdcc;
}
/* line 472, ../scss/_styles_new_general.scss */
.system-text-messages-b .message-success {
  color: #0fd764;
  background-color: #e8fdf1;
}
/* line 476, ../scss/_styles_new_general.scss */
.system-text-messages-b .message-info {
  color: #0f6c94;
  background-color: #daf1f8;
}
/* line 480, ../scss/_styles_new_general.scss */
.system-text-messages-b .message-warning {
  background: #fee095;
  color: #936901;
}

/*end system messages*/
/* ecb2b */
/* line 488, ../scss/_styles_new_general.scss */
.ecb2b-users-menu {
  display: -webkit-flex;
  display: flex;
}
/* line 491, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__main {
  width: 100%;
  height: 704px;
  background: url(../img/bg-flags.jpg) 0 bottom no-repeat;
  background-size: cover;
  transition: width 0.5s, height 0.5s;
  color: #ffffff;
}
/* line 499, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__main.disable {
  width: 0;
  overflow: hidden;
}
/* line 504, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__main.disable-vertical {
  height: 0;
  overflow: hidden;
}
/* line 510, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__main-ttl {
  max-width: 550px;
  margin: 0 auto;
  padding-top: 65px;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
}
/* line 520, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__main-txt {
  max-width: 550px;
  padding-top: 20px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 22px;
  text-shadow: 0 0 3px #9a9a9a;
}
/* line 529, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item {
  position: relative;
  width: 164px;
  padding: 0 165px 0 0;
  overflow: hidden;
  transition: width 0.5s, height 0.5s, background-position 0.5s;
}
/* line 536, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item--buyer {
  background: url(../img/bg-buyer.jpg) -425px top no-repeat;
  background-size: cover;
}
/* line 541, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item--seller {
  background: url(../img/bg-seller.jpg) -500px top no-repeat;
  background-size: cover;
}
/* line 546, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item--manuf {
  background: url(../img/bg-manufacturer.jpg) -740px top no-repeat;
  background-size: cover;
}
/* line 551, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item--shipper {
  background: url(../img/bg-shipper.jpg) -765px top no-repeat;
  background-size: cover;
}
/* line 556, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item.active {
  width: 100%;
  background-position: 0 top;
}
/* line 567, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item.active-vertical {
  height: 500px;
}
/* line 572, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item.active-vertical .ecb2b-users-menu__item-bottom {
  position: relative;
  bottom: auto;
}
/* line 577, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item.active-vertical .ecb2b-users-menu__item-detail {
  display: block !important;
  height: 450px;
  padding-top: 30px;
}
/* line 583, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item.active-vertical .ecb2b-users-menu__item-vertical {
  height: 40px;
  padding: 0 10px;
  line-height: 38px;
  font-size: 28px;
  letter-spacing: 2px;
}
/* line 599, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item-detail {
  position: relative;
  display: none;
  width: 630px;
  height: 704px;
  padding: 65px 0 0 0;
  color: #ffffff;
  overflow: hidden;
}
/* line 609, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item-ttl {
  padding-left: 135px;
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  color: #ffffff;
}
/* line 617, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item-txt {
  padding-bottom: 48px;
  font-size: 18px;
  line-height: 22px;
}
/* line 623, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item-bottom {
  position: absolute;
  bottom: 65px;
  left: 135px;
}
/* line 629, ../scss/_styles_new_general.scss */
.ecb2b-users-menu__item-vertical {
  position: absolute;
  right: -441px;
  top: 0;
  height: 164px;
  width: 704px;
  padding: 0 30px;
  bottom: 0;
  font-size: 60px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 5px;
  line-height: 215px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 402px 302px;
  -moz-transform-origin: 402px 302px;
  -ms-transform-origin: 402px 302px;
  transform-origin: 402px 302px;
  cursor: pointer;
}

/* line 648, ../scss/_styles_new_general.scss */
.ecb2b-about {
  padding: 100px 0 130px 0;
  text-align: center;
  color: #ffffff;
  background: #222222;
}
/* line 654, ../scss/_styles_new_general.scss */
.ecb2b-about__ttl {
  padding-bottom: 50px;
  font-size: 30px;
  color: #bdbdbd;
}
/* line 664, ../scss/_styles_new_general.scss */
.ecb2b-about__txt {
  max-width: 620px;
  margin: 25px auto 80px auto;
  font-size: 18px;
  line-height: 22px;
}

/* line 673, ../scss/_styles_new_general.scss */
.ecb2b-resources-wr {
  position: relative;
  background: #222222;
}
/* line 678, ../scss/_styles_new_general.scss */
.ecb2b-resources__ttl {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 36px;
  line-height: 38px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  z-index: 1;
}

/* line 698, ../scss/_styles_new_general.scss */
.ecb2b-resources-slider__vertical-txt {
  position: absolute;
  width: 500px;
  padding-left: 65px;
  color: #ffffff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 130px -130px;
  -moz-transform-origin: 130px -130px;
  -ms-transform-origin: 130px -130px;
  transform-origin: 130px -130px;
}

/* line 713, ../scss/_styles_new_general.scss */
.ecb2b-blog,
.ecb2b-events {
  padding-top: 150px;
  padding-bottom: 30px;
  text-align: center;
}
/* line 719, ../scss/_styles_new_general.scss */
.ecb2b-blog__ttl,
.ecb2b-events__ttl {
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  color: #9a9a9a;
}
/* line 725, ../scss/_styles_new_general.scss */
.ecb2b-blog__ttl:hover,
.ecb2b-events__ttl:hover {
  color: #19d9fc;
}
/* line 730, ../scss/_styles_new_general.scss */
.ecb2b-blog__txt,
.ecb2b-events__txt {
  padding-top: 35px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
}

/* line 738, ../scss/_styles_new_general.scss */
.ecb2b-blog-list {
  display: -webkit-flex;
  display: flex;
  padding-top: 75px;
}
/* line 742, ../scss/_styles_new_general.scss */
.ecb2b-blog-list__item {
  width: 33.33%;
  padding: 0 12px;
  text-align: center;
}
/* line 749, ../scss/_styles_new_general.scss */
.ecb2b-blog-list__img {
  display: block;
  height: 200px;
  overflow: hidden;
}
/* line 754, ../scss/_styles_new_general.scss */
.ecb2b-blog-list__img .image {
  max-width: 100%;
}
/* line 759, ../scss/_styles_new_general.scss */
.ecb2b-blog-list__date {
  display: block;
  padding-top: 60px;
  font-size: 18px;
  font-weight: 300;
  color: #222222;
}
/* line 767, ../scss/_styles_new_general.scss */
.ecb2b-blog-list__text {
  display: block;
  height: 61px;
  overflow: hidden;
  padding-top: 20px;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #222222;
}

/* line 780, ../scss/_styles_new_general.scss */
.ecb2b-join-team-wr {
  margin-top: 200px;
  padding: 70px 0 520px 0;
  background: #ffffff url(../img/bg-join-our-team.jpg) 0 bottom no-repeat;
  background-size: cover;
}
/* line 787, ../scss/_styles_new_general.scss */
.ecb2b-join-team__detail {
  width: 460px;
}
/* line 791, ../scss/_styles_new_general.scss */
.ecb2b-join-team__ttl {
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
}
/* line 797, ../scss/_styles_new_general.scss */
.ecb2b-join-team__txt {
  padding: 50px 0;
  font-size: 18px;
  line-height: 23px;
}

/* line 805, ../scss/_styles_new_general.scss */
.ecb2b-contact-us-wr {
  padding: 100px 40px;
  background: #000;
  color: #ffffff;
}
/* line 810, ../scss/_styles_new_general.scss */
.ecb2b-contact-us-wr video {
  width: 100%;
  padding-top: 100px;
}
/* line 816, ../scss/_styles_new_general.scss */
.ecb2b-contact-us__logo {
  padding-bottom: 10px;
  text-align: center;
}
/* line 821, ../scss/_styles_new_general.scss */
.ecb2b-contact-us__ttl {
  font-size: 36px;
  line-height: 38px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}

/* line 830, ../scss/_styles_new_general.scss */
.ecb2b-contact-us-list {
  display: -webkit-flex;
  display: flex;
  padding-top: 60px;
  margin: 0 -50px;
}
/* line 835, ../scss/_styles_new_general.scss */
.ecb2b-contact-us-list__col {
  width: 33.33%;
  padding: 0 50px;
}
/* line 840, ../scss/_styles_new_general.scss */
.ecb2b-contact-us-list__ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}
/* line 849, ../scss/_styles_new_general.scss */
.ecb2b-contact-us-list__ttl .ep-icon {
  padding-right: 18px;
  font-size: 22px;
}

/* line 856, ../scss/_styles_new_general.scss */
.ecb2b-contact-us-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 65px;
}
/* line 862, ../scss/_styles_new_general.scss */
.ecb2b-contact-us-info__item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 5px;
  font-weight: 300;
}

/* line 872, ../scss/_styles_new_general.scss */
.ecb2b-subscribe {
  max-width: 750px;
  margin: 0 auto;
  padding: 60px 0 50px 0;
}
/* line 877, ../scss/_styles_new_general.scss */
.ecb2b-subscribe-wr {
  background: #ffffff url(../img/bg-subscribe.jpg) 0 0 no-repeat;
  background-size: cover;
}
/* line 882, ../scss/_styles_new_general.scss */
.ecb2b-subscribe input[type=text] {
  height: 52px;
  border: none;
}
/* line 887, ../scss/_styles_new_general.scss */
.ecb2b-subscribe .btn-dark {
  width: 260px;
  height: 52px;
}
/* line 892, ../scss/_styles_new_general.scss */
.ecb2b-subscribe__text {
  padding-top: 25px;
  font-weight: 300;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 1px;
}

/* line 901, ../scss/_styles_new_general.scss */
.ecb2bi-header {
  padding-top: 90px;
  padding-bottom: 720px;
  background: url(../img/bg-header-investor.jpg) center bottom no-repeat;
  background-size: cover;
}

/* line 908, ../scss/_styles_new_general.scss */
.ecb2bi-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 100px;
}
/* line 913, ../scss/_styles_new_general.scss */
.ecb2bi-menu .link {
  padding: 0 10px;
  font-size: 18px;
  color: #222222;
}
/* line 918, ../scss/_styles_new_general.scss */
.ecb2bi-menu .link:hover {
  color: #19d9fc;
}
/* line 923, ../scss/_styles_new_general.scss */
.ecb2bi-menu__info {
  width: 680px;
  padding-left: 10px;
}
/* line 927, ../scss/_styles_new_general.scss */
.ecb2bi-menu__info .btn {
  margin-top: 55px;
}
/* line 932, ../scss/_styles_new_general.scss */
.ecb2bi-menu__ttl {
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
}
/* line 938, ../scss/_styles_new_general.scss */
.ecb2bi-menu__text {
  padding-top: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 945, ../scss/_styles_new_general.scss */
.ecb2bi-short-deck {
  /*&__line{
  	padding-bottom: 60px;
  }*/
}
/* line 946, ../scss/_styles_new_general.scss */
.ecb2bi-short-deck-main-wr {
  padding: 25px 0;
  background: #222222;
}
/* line 950, ../scss/_styles_new_general.scss */
.ecb2bi-short-deck-wr {
  padding: 45px 0;
  background: #222222;
  color: #ffffff;
}
/* line 960, ../scss/_styles_new_general.scss */
.ecb2bi-short-deck__ttl {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
/* line 968, ../scss/_styles_new_general.scss */
.ecb2bi-short-deck__info {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 973, ../scss/_styles_new_general.scss */
.ecb2bi-short-deck__info-item {
  width: 50%;
  padding: 0 40px;
}
/* line 976, ../scss/_styles_new_general.scss */
.ecb2bi-short-deck__info-item a:focus {
  box-shadow: none;
}
/* line 979, ../scss/_styles_new_general.scss */
.ecb2bi-short-deck__info-item input[type=text] {
  height: 48px;
  margin-bottom: 10px;
  color: #000000;
}
/* line 986, ../scss/_styles_new_general.scss */
.ecb2bi-short-deck__txt {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

/* line 994, ../scss/_styles_new_general.scss */
.ecb2bi-invest {
  padding: 222px 0 160px 0;
  background: #ffffff url(../img/bg-invest.png) left bottom no-repeat;
  background-size: contain;
}
/* line 999, ../scss/_styles_new_general.scss */
.ecb2bi-invest__info {
  width: 420px;
  float: right;
}
/* line 1004, ../scss/_styles_new_general.scss */
.ecb2bi-invest__ttl {
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
  text-align: right;
}
/* line 1011, ../scss/_styles_new_general.scss */
.ecb2bi-invest__txt {
  padding-top: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: right;
}
/* line 1019, ../scss/_styles_new_general.scss */
.ecb2bi-invest .btn {
  float: right;
  margin-top: 110px;
}

/* line 1025, ../scss/_styles_new_general.scss */
.ecb2bi-worldwide {
  position: relative;
  padding: 165px 0 115px 0;
  overflow: hidden;
  background: #000;
  color: #ffffff;
}
/* line 1032, ../scss/_styles_new_general.scss */
.ecb2bi-worldwide__info {
  position: relative;
  z-index: 1;
}
/* line 1037, ../scss/_styles_new_general.scss */
.ecb2bi-worldwide__ttl {
  font-size: 48px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
}
/* line 1043, ../scss/_styles_new_general.scss */
.ecb2bi-worldwide__ttl strong {
  display: block;
}
/* line 1048, ../scss/_styles_new_general.scss */
.ecb2bi-worldwide__counter {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  padding-top: 140px;
  font-size: 72px;
  line-height: 74px;
  font-weight: 300;
}
/* line 1057, ../scss/_styles_new_general.scss */
.ecb2bi-worldwide__nr {
  font-size: 350px;
  line-height: 355px;
  font-weight: bold;
}
/* line 1063, ../scss/_styles_new_general.scss */
.ecb2bi-worldwide__counter-txt {
  float: right;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}
/* line 1069, ../scss/_styles_new_general.scss */
.ecb2bi-worldwide__counter-txt span {
  display: block;
  font-size: 48px;
  letter-spacing: 12px;
}
/* line 1076, ../scss/_styles_new_general.scss */
.ecb2bi-worldwide__more {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding-top: 235px;
  color: #ffffff;
}
/* line 1087, ../scss/_styles_new_general.scss */
.ecb2bi-worldwide__more-txt {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}
/* line 1093, ../scss/_styles_new_general.scss */
.ecb2bi-worldwide video {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  top: 440px;
}

/* line 1102, ../scss/_styles_new_general.scss */
.ecb2b-subscribe-terms-wr {
  justify-content: center;
}
/* line 1104, ../scss/_styles_new_general.scss */
.ecb2b-subscribe-terms-wr a {
  color: #ffffff;
  font-weight: bold;
}
/* line 1107, ../scss/_styles_new_general.scss */
.ecb2b-subscribe-terms-wr a:hover {
  color: #009bb7 !important;
}

/* line 1113, ../scss/_styles_new_general.scss */
.ecb2bi-blockchain {
  padding: 430px 0 222px 0;
  background: #eff4fb url(../img/bg-blockchain.png) left top no-repeat;
}
/* line 1117, ../scss/_styles_new_general.scss */
.ecb2bi-blockchain__info {
  width: 465px;
  margin-left: auto;
  text-align: right;
}
/* line 1127, ../scss/_styles_new_general.scss */
.ecb2bi-blockchain__ttl {
  padding-top: 50px;
  font-size: 48px;
  font-weight: 300;
  line-height: 62px;
}
/* line 1133, ../scss/_styles_new_general.scss */
.ecb2bi-blockchain__ttl strong {
  display: block;
  font-size: 62px;
}
/* line 1139, ../scss/_styles_new_general.scss */
.ecb2bi-blockchain__text {
  padding-top: 65px;
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

/* end ecb2b */
/* END CONTENT */
/* FOOTER */
/* line 1152, ../scss/_styles_new_general.scss */
.ep-footer {
  margin-top: 75px;
  padding: 100px 0 150px 0;
  font-weight: 300;
  background: #222222;
}

/* line 1159, ../scss/_styles_new_general.scss */
.ep-footer-blocks {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
/* line 1164, ../scss/_styles_new_general.scss */
.ep-footer-blocks__item {
  width: 40%;
  padding: 0 0 0 50px;
  border-right: 1px solid #ffffff;
}
/* line 1169, ../scss/_styles_new_general.scss */
.ep-footer-blocks__item:first-child {
  padding-left: 0;
}
/* line 1173, ../scss/_styles_new_general.scss */
.ep-footer-blocks__item:last-child {
  border: none;
}
/* line 1177, ../scss/_styles_new_general.scss */
.ep-footer-blocks__item--w20pr {
  width: 20%;
}

/* line 1183, ../scss/_styles_new_general.scss */
.ep-footer-logo {
  font-size: 15px;
  color: #ffffff;
}
/* line 1188, ../scss/_styles_new_general.scss */
.ep-footer-logo__name {
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
}
/* line 1195, ../scss/_styles_new_general.scss */
.ep-footer-logo:hover {
  color: #19d9fc;
}

/* line 1200, ../scss/_styles_new_general.scss */
.ep-footer-copyright {
  padding-top: 35px;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}

/* line 1208, ../scss/_styles_new_general.scss */
.ep-footer-nav-main__item {
  padding-bottom: 30px;
}
/* line 1212, ../scss/_styles_new_general.scss */
.ep-footer-nav-main__link {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 1221, ../scss/_styles_new_general.scss */
.ep-footer-nav-main__link:hover {
  color: #19d9fc;
}

/* line 1229, ../scss/_styles_new_general.scss */
.ep-footer-nav-sub__item {
  padding-bottom: 25px;
}
/* line 1233, ../scss/_styles_new_general.scss */
.ep-footer-nav-sub__link {
  font-size: 18px;
  color: #ffffff;
}
/* line 1237, ../scss/_styles_new_general.scss */
.ep-footer-nav-sub__link:hover {
  color: #19d9fc;
}

/* line 1243, ../scss/_styles_new_general.scss */
.ep-footer-ttl {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

/* line 1253, ../scss/_styles_new_general.scss */
.ep-footer-follows__item {
  margin-bottom: 10px;
}
/* line 1257, ../scss/_styles_new_general.scss */
.ep-footer-follows__link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 18px;
  color: #ffffff;
}
/* line 1263, ../scss/_styles_new_general.scss */
.ep-footer-follows__link:hover {
  color: #19d9fc;
}
/* line 1268, ../scss/_styles_new_general.scss */
.ep-footer-follows__icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 0 12px 0 0;
  font-size: 23px;
}
/* line 1277, ../scss/_styles_new_general.scss */
.ep-footer-follows__icon .image {
  max-width: 90%;
  max-height: 95%;
}
/* line 1282, ../scss/_styles_new_general.scss */
.ep-footer-follows__icon.bg-instagram {
  border-radius: 8px;
}
/* line 1287, ../scss/_styles_new_general.scss */
.ep-footer-follows__txt {
  -webkit-flex: 1;
  flex: 1;
  widows: 100%;
  min-width: 0;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 1295, ../scss/_styles_new_general.scss */
.ep-footer-follows .ep-icon {
  color: #ffffff;
  line-height: 35px;
}

/* END FOOTER */
@media screen and (max-width: 1100px) {
  /* ecb2b */
  /* line 8, ../scss/_styles_new_media.scss */
  .ecb2b-users-menu__item {
    width: 100px;
    padding: 0 100px 0 0;
  }
  /* line 13, ../scss/_styles_new_media.scss */
  .ecb2b-users-menu__item-vertical {
    height: 100px;
    line-height: 130px;
    font-size: 36px;
    -webkit-transform-origin: 433px 270px;
    -moz-transform-origin: 433px 270px;
    -ms-transform-origin: 433px 270px;
    transform-origin: 433px 270px;
  }

  /* EOF ecb2b */
}
@media screen and (max-width: 1200px) {
  /* ecb2b */
  /* line 26, ../scss/_styles_new_media.scss */
  .ecb2b-contact-us-list__col {
    padding: 0 40px;
  }

  /* EOF ecb2b */
}
@media screen and (max-width: 1100px) {
  /* ecb2b */
  /* line 35, ../scss/_styles_new_media.scss */
  .ecb2b-contact-us-list {
    margin: 0 -20px;
  }
  /* line 38, ../scss/_styles_new_media.scss */
  .ecb2b-contact-us-list__col {
    padding: 0 20px;
  }

  /* EOF ecb2b */
}
@media screen and (min-width: 1025px) {
  /* line 46, ../scss/_styles_new_media.scss */
  .index-forwarder {
    padding-bottom: 700px;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  /* header */
  /* line 55, ../scss/_styles_new_media.scss */
  .epuser-subline-additional {
    padding: 10px 0;
  }

  /* line 59, ../scss/_styles_new_media.scss */
  .epuser-subline {
    overflow-x: auto;
    max-height: 400px;
  }
  /* line 63, ../scss/_styles_new_media.scss */
  .epuser-subline__header {
    height: 45px;
  }

  /* line 68, ../scss/_styles_new_media.scss */
  .epuser-subline-list {
    max-height: 205px;
  }
  /* line 71, ../scss/_styles_new_media.scss */
  .epuser-subline-list__ttl-text {
    padding: 10px 0;
  }

  /* END header */
  /* line 78, ../scss/_styles_new_media.scss */
  .ep-header-menu {
    display: none;
  }

  /* line 83, ../scss/_styles_new_media.scss */
  .ep-header-actions .ep-icon_menu {
    display: inline-block;
  }

  /* line 88, ../scss/_styles_new_media.scss */
  .index-forwarder {
    padding-bottom: 400px;
  }

  /* ecb2b */
  /* line 94, ../scss/_styles_new_media.scss */
  .ecb2b-contact-us-wr {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* EOF ecb2b */
}
@media screen and (max-width: 991px) {
  /* header */
  /* line 106, ../scss/_styles_new_media.scss */
  .epuser-subline-nav__item {
    margin: 0 10px;
    font-size: 14px;
  }

  /* END header */
  /* userinfo */
  /* line 115, ../scss/_styles_new_media.scss */
  .userinfo-header__txt {
    font-size: 21px;
    line-height: 24px;
  }

  /* line 123, ../scss/_styles_new_media.scss */
  .userinfo-delivery__txt {
    font-size: 21px;
    line-height: 24px;
  }

  /* line 131, ../scss/_styles_new_media.scss */
  .userinfo-blueb__txt {
    font-size: 21px;
    line-height: 24px;
  }

  /* line 138, ../scss/_styles_new_media.scss */
  .userinfo-scheme .btn {
    min-width: 200px;
  }

  /* END userinfo */
  /* eplibrary */
  /* line 147, ../scss/_styles_new_media.scss */
  .eplibrary-header__txt-site {
    margin: 0 0 30px 0;
    font-size: 28px;
    line-height: 30px;
  }
  /* line 153, ../scss/_styles_new_media.scss */
  .eplibrary-header__txt-page {
    font-size: 63px;
    line-height: 65px;
  }

  /* END eplibrary */
  /* public */
  /* line 163, ../scss/_styles_new_media.scss */
  .public-twoblocks__paragraph {
    font-size: 21px;
    line-height: 24px;
  }

  /* END public */
  /* line 170, ../scss/_styles_new_media.scss */
  .epsecurity-blockchain {
    padding: 50px 0 0 0;
    text-align: center;
    background: #ffffff;
  }
  /* line 175, ../scss/_styles_new_media.scss */
  .epsecurity-blockchain__block {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 179, ../scss/_styles_new_media.scss */
  .epsecurity-blockchain__txt {
    width: auto;
  }
  /* line 183, ../scss/_styles_new_media.scss */
  .epsecurity-blockchain__img {
    height: 532px;
  }
  /* line 186, ../scss/_styles_new_media.scss */
  .epsecurity-blockchain__img .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }

  /* line 196, ../scss/_styles_new_media.scss */
  .epuser-line__user {
    margin-right: 30px;
  }

  /* line 201, ../scss/_styles_new_media.scss */
  .index-forwarder {
    padding-bottom: 300px;
  }

  /* line 205, ../scss/_styles_new_media.scss */
  .index-sellers-reg {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 208, ../scss/_styles_new_media.scss */
  .index-sellers-reg__item {
    width: 100%;
  }

  /* line 214, ../scss/_styles_new_media.scss */
  .ep-header-call__line {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 10px;
  }
  /* line 219, ../scss/_styles_new_media.scss */
  .ep-header-call__item {
    line-height: 23px;
  }

  /* line 225, ../scss/_styles_new_media.scss */
  .index-cover__links {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 229, ../scss/_styles_new_media.scss */
  .index-cover__links-item {
    width: 100%;
    margin-bottom: 10px;
  }

  /* panel-left */
  /* line 236, ../scss/_styles_new_media.scss */
  .btn-panel-left {
    display: inline-block;
  }

  /* line 240, ../scss/_styles_new_media.scss */
  .panel-left {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 80%;
    height: 100%;
    min-height: calc(100% + 1px);
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    z-index: 1001;
    transition: transform 0.2s linear;
  }

  /* line 258, ../scss/_styles_new_media.scss */
  .btn-panel-right {
    display: inline-block;
  }

  /* line 262, ../scss/_styles_new_media.scss */
  .panel-right {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 80%;
    height: 100%;
    min-height: calc(100% + 1px);
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-y: auto;
    background: #ffffff;
    z-index: 1001;
    transition: transform 0.2s linear;
  }

  /* END panel-left */
  /* line 280, ../scss/_styles_new_media.scss */
  .top-categories-list__txt {
    font-size: 22px;
    line-height: 30px;
  }

  /* line 287, ../scss/_styles_new_media.scss */
  .main-login-form__captcha {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 291, ../scss/_styles_new_media.scss */
  .main-login-form__captcha-item {
    width: 100%;
  }
  /* line 294, ../scss/_styles_new_media.scss */
  .main-login-form__captcha-item:first-child {
    margin-bottom: 20px;
    text-align: center;
  }

  /* line 304, ../scss/_styles_new_media.scss */
  .main-forgot-wr .main-login-form {
    max-width: 480px;
    margin: 0 auto;
  }
  /* line 310, ../scss/_styles_new_media.scss */
  .main-forgot__item {
    width: 100%;
  }
  /* line 314, ../scss/_styles_new_media.scss */
  .main-forgot__img {
    display: none;
  }

  /* FOOTER */
  /* line 320, ../scss/_styles_new_media.scss */
  .ep-footer-logo {
    font-size: 12px;
  }
  /* line 323, ../scss/_styles_new_media.scss */
  .ep-footer-logo__name {
    font-size: 21px;
    line-height: 23px;
  }

  /* line 330, ../scss/_styles_new_media.scss */
  .ep-footer-nav-main__item {
    padding-bottom: 15px;
  }
  /* line 334, ../scss/_styles_new_media.scss */
  .ep-footer-nav-main__link {
    font-size: 18px;
  }

  /* line 340, ../scss/_styles_new_media.scss */
  .ep-footer-nav-sub__item {
    padding-bottom: 10px;
  }
  /* line 344, ../scss/_styles_new_media.scss */
  .ep-footer-nav-sub__link {
    font-size: 16px;
  }

  /* line 350, ../scss/_styles_new_media.scss */
  .ep-footer-blocks__item {
    padding-left: 30px;
  }

  /* END FOOTER */
  /* ecb2b */
  /* line 358, ../scss/_styles_new_media.scss */
  .ecb2bi-menu__ttl {
    font-size: 35px;
    line-height: 50px;
  }

  /* line 365, ../scss/_styles_new_media.scss */
  .ecb2bi-invest__ttl {
    font-size: 35px;
    line-height: 50px;
  }

  /* line 372, ../scss/_styles_new_media.scss */
  .ecb2bi-blockchain__ttl {
    font-size: 35px;
    line-height: 50px;
  }
  /* line 376, ../scss/_styles_new_media.scss */
  .ecb2bi-blockchain__ttl strong {
    font-size: 45px;
  }

  /* line 382, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide {
    padding: 120px 0 55px 0;
  }
  /* line 385, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide__ttl {
    font-size: 35px;
    line-height: 50px;
  }
  /* line 390, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide__counter {
    padding-top: 100px;
    font-size: 32px;
    line-height: 34px;
  }
  /* line 396, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide__nr {
    font-size: 185px;
    line-height: 190px;
  }
  /* line 401, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide__counter-txt {
    font-size: 28px;
    line-height: 30px;
  }
  /* line 405, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide__counter-txt span {
    font-size: 34px;
  }
  /* line 410, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide__more {
    padding-top: 200px;
  }
  /* line 414, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide__more-txt {
    font-size: 14px;
  }

  /* line 422, ../scss/_styles_new_media.scss */
  .ecb2b-users-menu__main-ttl {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  /* line 429, ../scss/_styles_new_media.scss */
  .ecb2b-users-menu__main-txt {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 18px;
  }
  /* line 436, ../scss/_styles_new_media.scss */
  .ecb2b-users-menu__item-detail {
    width: auto;
  }
  /* line 440, ../scss/_styles_new_media.scss */
  .ecb2b-users-menu__item-ttl {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  /* line 447, ../scss/_styles_new_media.scss */
  .ecb2b-users-menu__item-bottom {
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 454, ../scss/_styles_new_media.scss */
  .ecb2b-contact-us-list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 457, ../scss/_styles_new_media.scss */
  .ecb2b-contact-us-list__col {
    width: 100%;
    padding: 0 0 10px 0;
  }

  /* line 465, ../scss/_styles_new_media.scss */
  .ecb2b-contact-us-info__item .w-50pr {
    width: auto !important;
    padding-right: 15px;
  }

  /* EOF ecb2b */
  /* line 475, ../scss/_styles_new_media.scss */
  .product-sidebar .companies__item {
    margin-bottom: 25px;
  }

  /* line 480, ../scss/_styles_new_media.scss */
  .d-xs-none {
    display: none !important;
  }

  /* questions */
  /* line 486, ../scss/_styles_new_media.scss */
  .questions-main-header__ttl {
    font-size: 120px;
    line-height: 75px;
  }

  /* EOF questions */
}
@media screen and (max-width: 969px) {
  /* line 497, ../scss/_styles_new_media.scss */
  .col-xs-12.pl-0 {
    padding-left: 15px !important;
  }
  /* line 501, ../scss/_styles_new_media.scss */
  .col-xs-12.pr-0 {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  /* header */
  /* line 516, ../scss/_styles_new_media.scss */
  .epuser-subline {
    padding: 20px 5px 0 5px !important;
  }
  /* line 519, ../scss/_styles_new_media.scss */
  .epuser-subline__header {
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto;
    position: relative;
    padding-bottom: 10px;
  }
  /* line 526, ../scss/_styles_new_media.scss */
  .epuser-subline__close {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 532, ../scss/_styles_new_media.scss */
  .epuser-subline__ttl {
    text-align: center;
  }

  /* line 537, ../scss/_styles_new_media.scss */
  .epuser-subline-nav {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 0;
  }
  /* line 544, ../scss/_styles_new_media.scss */
  .epuser-subline-nav__item:hover:before, .epuser-subline-nav__item.active:before {
    bottom: -22px;
  }
  /* line 550, ../scss/_styles_new_media.scss */
  .epuser-subline-nav .name {
    display: none;
  }
  /* line 554, ../scss/_styles_new_media.scss */
  .epuser-subline-nav .ep-icon {
    margin-right: 5px;
  }

  /* line 561, ../scss/_styles_new_media.scss */
  .epuser-subline-additional .check-all {
    font-size: 14px;
  }
  /* line 564, ../scss/_styles_new_media.scss */
  .epuser-subline-additional .check-all .icheckbox {
    margin-right: 5px;
  }

  /* line 572, ../scss/_styles_new_media.scss */
  .epuser-subline-list__ttl .ttl {
    font-size: 14px;
  }
  /* line 577, ../scss/_styles_new_media.scss */
  .epuser-subline-list__desc {
    padding: 10px 0 0 25px;
  }

  /* line 583, ../scss/_styles_new_media.scss */
  .epuser-pagination a,
  .epuser-pagination span {
    width: 25px;
    line-height: 25px;
  }

  /* line 590, ../scss/_styles_new_media.scss */
  .epuser-pagination-from {
    font-size: 12px;
    line-height: 28px;
  }

  /* line 595, ../scss/_styles_new_media.scss */
  .dashboard-menu {
    height: 250px;
    padding: 20px 0;
    margin: 0;
    overflow-x: auto;
  }
  /* line 601, ../scss/_styles_new_media.scss */
  .dashboard-menu__link {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 7px 0;
    font-size: 14px;
  }
  /* line 607, ../scss/_styles_new_media.scss */
  .dashboard-menu .icon-b {
    width: auto;
  }
  /* line 611, ../scss/_styles_new_media.scss */
  .dashboard-menu .ep-icon {
    font-size: 16px;
  }
  /* line 615, ../scss/_styles_new_media.scss */
  .dashboard-menu .name-b {
    display: inline;
  }

  /* END header */
  /* eplibrary */
  /* line 624, ../scss/_styles_new_media.scss */
  .eplibrary-header__txt-site {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 26px;
  }
  /* line 630, ../scss/_styles_new_media.scss */
  .eplibrary-header__txt-page {
    font-size: 28px;
    line-height: 30px;
  }

  /* END eplibrary */
  /* line 637, ../scss/_styles_new_media.scss */
  .minfo-header-wr {
    padding: 0 0 20px 0;
  }

  /* line 641, ../scss/_styles_new_media.scss */
  .minfo-save-search {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 15px;
  }
  /* line 646, ../scss/_styles_new_media.scss */
  .minfo-save-search__item {
    margin-left: 0;
    padding: 5px 0;
  }
  /* line 653, ../scss/_styles_new_media.scss */
  .minfo-save-search__btn:first-child {
    margin-left: 0;
  }

  /* public */
  /* line 660, ../scss/_styles_new_media.scss */
  .public-twoblocks {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
  }
  /* line 664, ../scss/_styles_new_media.scss */
  .public-twoblocks__item {
    width: auto;
    margin: 0 !important;
    text-align: center;
  }
  /* line 669, ../scss/_styles_new_media.scss */
  .public-twoblocks__item .image {
    width: auto;
    margin-bottom: 15px;
    padding-right: 0;
  }
  /* line 676, ../scss/_styles_new_media.scss */
  .public-twoblocks__img {
    -webkit-order: 1;
    order: 1;
    padding-top: 20px;
  }

  /* END public */
  /* userinfo */
  /* line 685, ../scss/_styles_new_media.scss */
  .userinfo-header__detail {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 689, ../scss/_styles_new_media.scss */
  .userinfo-header__ttl {
    font-size: 45px;
    line-height: 48px;
  }
  /* line 694, ../scss/_styles_new_media.scss */
  .userinfo-header__txt {
    margin: 0 0 30px 0;
    text-align: center;
  }

  /* line 700, ../scss/_styles_new_media.scss */
  .userinfo-delivery {
    height: 500px;
    margin-top: 0;
  }
  /* line 704, ../scss/_styles_new_media.scss */
  .userinfo-delivery__detail {
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  /* line 711, ../scss/_styles_new_media.scss */
  .userinfo-delivery__txt {
    padding-top: 20px;
    text-align: center;
  }
  /* line 716, ../scss/_styles_new_media.scss */
  .userinfo-delivery .btn {
    margin-top: 30px;
  }

  /* line 723, ../scss/_styles_new_media.scss */
  .userinfo-scheme__row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 727, ../scss/_styles_new_media.scss */
  .userinfo-scheme__col {
    width: 100%;
    height: auto;
    padding: 15px 0;
    border: none;
  }

  /* line 735, ../scss/_styles_new_media.scss */
  .userinfo-blueb {
    text-align: center;
  }
  /* line 738, ../scss/_styles_new_media.scss */
  .userinfo-blueb__txt {
    width: auto;
  }

  /* END userinfo */
  /* epsecurity */
  /* line 746, ../scss/_styles_new_media.scss */
  .epsecurity-header__line {
    bottom: 10px;
    min-height: auto;
    padding: 5px;
  }
  /* line 752, ../scss/_styles_new_media.scss */
  .epsecurity-header__ttl {
    top: 0;
    font-size: 45px;
    line-height: 48px;
  }
  /* line 758, ../scss/_styles_new_media.scss */
  .epsecurity-header__txt {
    font-size: 16px;
    line-height: 18px;
  }
  /* line 763, ../scss/_styles_new_media.scss */
  .epsecurity-header .ep-icon {
    font-size: 35px;
  }

  /* line 768, ../scss/_styles_new_media.scss */
  .epsecurity-security-list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 771, ../scss/_styles_new_media.scss */
  .epsecurity-security-list__item {
    width: 100%;
    padding-bottom: 20px;
  }
  /* line 776, ../scss/_styles_new_media.scss */
  .epsecurity-security-list__ttl {
    height: auto;
    padding-top: 25px;
  }
  /* line 781, ../scss/_styles_new_media.scss */
  .epsecurity-security-list__txt {
    padding-top: 15px;
  }

  /* line 787, ../scss/_styles_new_media.scss */
  .epsecurity-how-work__txt {
    width: auto;
  }

  /* line 793, ../scss/_styles_new_media.scss */
  .epsecurity-stay-protected .image {
    width: auto;
    height: auto;
  }
  /* line 798, ../scss/_styles_new_media.scss */
  .epsecurity-stay-protected__ttl {
    padding: 0 0 20px 0;
  }
  /* line 802, ../scss/_styles_new_media.scss */
  .epsecurity-stay-protected__detail {
    text-align: center;
  }
  /* line 806, ../scss/_styles_new_media.scss */
  .epsecurity-stay-protected__list {
    padding: 0;
  }

  /* END epsecurity */
  /* line 813, ../scss/_styles_new_media.scss */
  input[type=text],
  input[type=submit],
  select,
  textarea {
    background: #ffffff;
    -webkit-appearance: none;
  }

  /* line 821, ../scss/_styles_new_media.scss */
  .fixed-rigth-block {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    min-height: 50px;
  }
  /* line 832, ../scss/_styles_new_media.scss */
  .fixed-rigth-block__new-page {
    display: none;
  }

  /* line 837, ../scss/_styles_new_media.scss */
  .btn-select-lang {
    float: left;
    height: 50px;
  }

  /* line 842, ../scss/_styles_new_media.scss */
  .btn-live-chat {
    float: left;
    margin: 0 0 0 5px;
  }

  /* line 849, ../scss/_styles_new_media.scss */
  .btn-main-social {
    float: right;
    margin: 0;
  }

  /* line 854, ../scss/_styles_new_media.scss */
  #scrollup {
    margin: 0 5px 0 0;
    float: right;
  }

  /* line 859, ../scss/_styles_new_media.scss */
  .ep-header-top {
    padding: 0 !important;
  }

  /* line 863, ../scss/_styles_new_media.scss */
  .epuser-line {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  /* line 866, ../scss/_styles_new_media.scss */
  .epuser-line__bl {
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 869, ../scss/_styles_new_media.scss */
  .epuser-line__bl--hide {
    display: none;
  }
  /* line 873, ../scss/_styles_new_media.scss */
  .epuser-line__bl--show {
    display: block;
  }
  /* line 880, ../scss/_styles_new_media.scss */
  .epuser-line__user .ep-icon {
    display: none;
  }
  /* line 885, ../scss/_styles_new_media.scss */
  .epuser-line__user-name {
    display: none;
  }
  /* line 889, ../scss/_styles_new_media.scss */
  .epuser-line__user-img {
    margin: 0;
  }
  /* line 893, ../scss/_styles_new_media.scss */
  .epuser-line__item {
    padding: 5px;
    margin: 0 0 0 5px;
  }
  /* line 898, ../scss/_styles_new_media.scss */
  .epuser-line__item.active:not(.epuser-line__user):before {
    bottom: 3px;
  }
  /* line 903, ../scss/_styles_new_media.scss */
  .epuser-line__item--hide {
    display: inline;
  }
  /* line 907, ../scss/_styles_new_media.scss */
  .epuser-line__item--show {
    display: none;
  }

  /* line 930, ../scss/_styles_new_media.scss */
  .index-forwarder {
    padding-bottom: 200px;
  }

  /* line 935, ../scss/_styles_new_media.scss */
  .index-partners-blogs-wr {
    margin: 0;
  }

  /* line 941, ../scss/_styles_new_media.scss */
  .companies-wr {
    width: 50%;
  }

  /* line 947, ../scss/_styles_new_media.scss */
  .products__item {
    width: 50%;
  }

  /* line 952, ../scss/_styles_new_media.scss */
  .product-prev {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 955, ../scss/_styles_new_media.scss */
  .product-prev__img {
    width: 100%;
    margin: 0;
  }

  /* line 961, ../scss/_styles_new_media.scss */
  .index-navtabs {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 964, ../scss/_styles_new_media.scss */
  .index-navtabs li {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 969, ../scss/_styles_new_media.scss */
  .index-navtabs a {
    width: 100%;
  }

  /* line 974, ../scss/_styles_new_media.scss */
  .index-ttl {
    font-size: 58px;
    line-height: 65px;
  }

  /* line 979, ../scss/_styles_new_media.scss */
  .index-why-list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 982, ../scss/_styles_new_media.scss */
  .index-why-list__item {
    width: 100%;
    margin: 15px 0;
  }

  /* line 1000, ../scss/_styles_new_media.scss */
  .index-protection-item__ttl {
    left: 12px;
    font-size: 36px;
    line-height: 36px;
  }
  /* line 1005, ../scss/_styles_new_media.scss */
  .index-protection-item__ttl strong {
    font-size: 25px;
  }
  /* line 1010, ../scss/_styles_new_media.scss */
  .index-protection-item__more {
    bottom: 20px;
    left: 20px;
    font-size: 14px;
  }

  /* line 1025, ../scss/_styles_new_media.scss */
  .index-cover__ttl-name {
    font-size: 70px;
    line-height: 80px;
  }
  /* line 1030, ../scss/_styles_new_media.scss */
  .index-cover__ttl-sub {
    font-size: 14px;
  }

  /* line 1035, ../scss/_styles_new_media.scss */
  .ep-header-call {
    padding-top: 10px;
  }
  /* line 1038, ../scss/_styles_new_media.scss */
  .ep-header-call__line {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px;
  }
  /* line 1044, ../scss/_styles_new_media.scss */
  .ep-header-call__delimeter {
    display: none;
  }
  /* line 1049, ../scss/_styles_new_media.scss */
  .ep-header-call__item strong {
    font-size: 16px;
  }

  /* line 1071, ../scss/_styles_new_media.scss */
  .info-header__ttl {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -80px;
  }
  /* line 1079, ../scss/_styles_new_media.scss */
  .info-header__ttl-name {
    font-size: 115px;
    line-height: 125px;
  }

  /* main blog */
  /* line 1086, ../scss/_styles_new_media.scss */
  .mblog-tabs {
    margin-bottom: 50px;
  }
  /* line 1089, ../scss/_styles_new_media.scss */
  .mblog-tabs__link {
    margin-right: 15px;
    font-size: 16px;
    line-height: 18px;
  }

  /* line 1096, ../scss/_styles_new_media.scss */
  .mblogs {
    text-align: center;
  }
  /* line 1099, ../scss/_styles_new_media.scss */
  .mblogs__ttl {
    padding-bottom: 15px;
  }
  /* line 1102, ../scss/_styles_new_media.scss */
  .mblogs__ttl .link {
    font-size: 32px;
    line-height: 34px;
  }
  /* line 1108, ../scss/_styles_new_media.scss */
  .mblogs__name {
    font-size: 16px;
    line-height: 18px;
  }
  /* line 1113, ../scss/_styles_new_media.scss */
  .mblogs__date {
    font-size: 16px;
    line-height: 18px;
  }
  /* line 1118, ../scss/_styles_new_media.scss */
  .mblogs__comments {
    margin-bottom: 15px;
    line-height: 28px;
  }
  /* line 1123, ../scss/_styles_new_media.scss */
  .mblogs .pages-socials-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 15px;
  }
  /* line 1128, ../scss/_styles_new_media.scss */
  .mblogs .pages-socials-list li {
    float: none;
  }

  /* END main blog */
  /* line 1136, ../scss/_styles_new_media.scss */
  .top-categories-list__item {
    margin-bottom: 20px;
  }

  /* line 1141, ../scss/_styles_new_media.scss */
  .minfo-ttl {
    text-align: center;
  }

  /* FOOTER */
  /* line 1146, ../scss/_styles_new_media.scss */
  .ep-footer {
    padding: 50px 0;
  }

  /* line 1150, ../scss/_styles_new_media.scss */
  .ep-footer-blocks {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1153, ../scss/_styles_new_media.scss */
  .ep-footer-blocks__item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    border: none;
  }
  /* line 1160, ../scss/_styles_new_media.scss */
  .ep-footer-blocks__item:first-child {
    padding-left: 15px;
  }
  /* line 1164, ../scss/_styles_new_media.scss */
  .ep-footer-blocks__item--w20pr {
    width: 100%;
    text-align: center;
  }

  /* line 1171, ../scss/_styles_new_media.scss */
  .ep-footer-nav-main {
    padding-left: 0;
    text-align: center;
  }

  /* line 1176, ../scss/_styles_new_media.scss */
  .ep-footer-nav-sub {
    text-align: center;
  }

  /* line 1180, ../scss/_styles_new_media.scss */
  .ep-footer-ttl {
    text-align: center;
  }

  /* line 1184, ../scss/_styles_new_media.scss */
  .ep-footer-follows {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 1189, ../scss/_styles_new_media.scss */
  .ep-footer-follows__link {
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 1193, ../scss/_styles_new_media.scss */
  .ep-footer-follows__txt {
    display: none;
  }

  /* END FOOTER */
  /* line 1200, ../scss/_styles_new_media.scss */
  .dashboard-list__item {
    width: 100%;
  }
  /* line 1206, ../scss/_styles_new_media.scss */
  .dashboard-list--nohover .dashboard-links .actions {
    display: none;
  }

  /* line 1214, ../scss/_styles_new_media.scss */
  .dashboard-links .actions {
    display: block;
  }

  /* line 1220, ../scss/_styles_new_media.scss */
  .selected-dashboard-actions .btn {
    display: block;
  }

  /* line 1226, ../scss/_styles_new_media.scss */
  .selected-dashboard-links .actions {
    display: block;
  }

  /* line 1233, ../scss/_styles_new_media.scss */
  .epuser-subline-list__ttl-left {
    padding-right: 7px;
  }
  /* line 1237, ../scss/_styles_new_media.scss */
  .epuser-subline-list__date {
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
  }

  /* line 1245, ../scss/_styles_new_media.scss */
  .epscheme__icon {
    font-size: 55px;
  }
  /* line 1249, ../scss/_styles_new_media.scss */
  .epscheme__name {
    font-size: 16px;
  }

  /* line 1255, ../scss/_styles_new_media.scss */
  .ep-header-search-forms__flex--media {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1258, ../scss/_styles_new_media.scss */
  .ep-header-search-forms__flex--media select,
  .ep-header-search-forms__flex--media input[type="text"],
  .ep-header-search-forms__flex--media input[type="password"] {
    margin-bottom: 15px;
  }

  /* ecb2b */
  /* line 1267, ../scss/_styles_new_media.scss */
  .ecb2b-users-menu {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* line 1270, ../scss/_styles_new_media.scss */
  .ecb2b-users-menu__item-ttl {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  /* line 1276, ../scss/_styles_new_media.scss */
  .ecb2b-users-menu__item-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 1281, ../scss/_styles_new_media.scss */
  .ecb2b-users-menu__item {
    width: 100%;
    height: 155px;
    padding: 0;
    background-position: center center;
  }
  /* line 1292, ../scss/_styles_new_media.scss */
  .ecb2b-users-menu__item-vertical {
    position: relative;
    right: 0;
    width: auto;
    height: 155px;
    line-height: 155px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  /* line 1302, ../scss/_styles_new_media.scss */
  .ecb2b-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* line 1308, ../scss/_styles_new_media.scss */
  .ecb2b-resources__ttl {
    top: 100px;
  }

  /* line 1319, ../scss/_styles_new_media.scss */
  .ecb2b-blog,
  .ecb2b-events {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* line 1325, ../scss/_styles_new_media.scss */
  .ecb2b-blog-list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1328, ../scss/_styles_new_media.scss */
  .ecb2b-blog-list__item {
    width: 100%;
    padding: 20px 0;
  }
  /* line 1333, ../scss/_styles_new_media.scss */
  .ecb2b-blog-list__img {
    height: auto;
  }
  /* line 1337, ../scss/_styles_new_media.scss */
  .ecb2b-blog-list__date {
    padding-top: 30px;
  }

  /* line 1343, ../scss/_styles_new_media.scss */
  .ecb2b-join-team-wr {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 255px;
    text-align: center;
    background-position: center bottom;
  }
  /* line 1351, ../scss/_styles_new_media.scss */
  .ecb2b-join-team__detail {
    width: auto;
  }

  /* line 1357, ../scss/_styles_new_media.scss */
  .ecb2b-contact-us-wr {
    padding: 50px 0;
  }
  /* line 1360, ../scss/_styles_new_media.scss */
  .ecb2b-contact-us-wr video {
    padding-top: 0;
  }

  /* line 1366, ../scss/_styles_new_media.scss */
  .ecb2b-contact-us-list {
    padding-top: 30px;
    margin: 0;
  }

  /* line 1371, ../scss/_styles_new_media.scss */
  .ecb2b-subscribe {
    padding: 50px 15px;
  }
  /* line 1374, ../scss/_styles_new_media.scss */
  .ecb2b-subscribe__text {
    padding-top: 15px;
    font-size: 23px;
    line-height: 25px;
    text-align: center;
  }

  /* line 1382, ../scss/_styles_new_media.scss */
  .ecb2bi-header {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: right bottom;
  }

  /* line 1388, ../scss/_styles_new_media.scss */
  .ecb2bi-menu {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
    text-align: center;
  }
  /* line 1393, ../scss/_styles_new_media.scss */
  .ecb2bi-menu__info {
    width: auto;
    padding-left: 0;
    text-align: center;
  }
  /* line 1399, ../scss/_styles_new_media.scss */
  .ecb2bi-menu__item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1404, ../scss/_styles_new_media.scss */
  .ecb2bi-menu__text {
    text-shadow: 1px 1px 1px #ffffff;
  }
  /* line 1408, ../scss/_styles_new_media.scss */
  .ecb2bi-menu .link {
    padding: 10px 0;
  }

  /* line 1414, ../scss/_styles_new_media.scss */
  .ecb2bi-short-deck-wr {
    padding-top: 50px;
  }
  /* line 1418, ../scss/_styles_new_media.scss */
  .ecb2bi-short-deck__info {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1423, ../scss/_styles_new_media.scss */
  .ecb2bi-short-deck__ttl .w-50pr {
    width: 100% !important;
  }
  /* line 1428, ../scss/_styles_new_media.scss */
  .ecb2bi-short-deck__info-item {
    width: 100%;
    padding: 0;
  }
  /* line 1433, ../scss/_styles_new_media.scss */
  .ecb2bi-short-deck__txt {
    width: 100%;
    padding: 0 0 20px 0;
  }

  /* line 1439, ../scss/_styles_new_media.scss */
  .ecb2bi-invest {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 1443, ../scss/_styles_new_media.scss */
  .ecb2bi-invest__info {
    width: auto;
    float: none;
    text-align: center;
  }
  /* line 1449, ../scss/_styles_new_media.scss */
  .ecb2bi-invest .btn {
    float: none;
  }
  /* line 1453, ../scss/_styles_new_media.scss */
  .ecb2bi-invest__ttl {
    text-align: center;
  }
  /* line 1457, ../scss/_styles_new_media.scss */
  .ecb2bi-invest__txt {
    text-align: center;
  }

  /* line 1462, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 1470, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide__counter {
    padding-top: 50px;
    font-size: 16px;
    line-height: 34px;
  }
  /* line 1476, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide__nr {
    font-size: 82px;
    line-height: 90px;
  }
  /* line 1481, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide__counter-txt {
    font-size: 18px;
  }
  /* line 1484, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide__counter-txt span {
    font-size: 16px;
  }
  /* line 1489, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide__more {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 100px;
  }
  /* line 1494, ../scss/_styles_new_media.scss */
  .ecb2bi-worldwide__more-txt {
    padding-bottom: 15px;
    text-align: center;
  }

  /* line 1500, ../scss/_styles_new_media.scss */
  .ecb2bi-blockchain {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 1504, ../scss/_styles_new_media.scss */
  .ecb2bi-blockchain__info {
    width: auto;
    margin-left: 0;
    text-align: center;
  }

  /* EOF ecb2b */
  /* line 1512, ../scss/_styles_new_media.scss */
  .spinner-custom {
    width: 71px;
  }

  /* product detail */
  /* line 1518, ../scss/_styles_new_media.scss */
  .product-detail__comments-page {
    padding-top: 50px;
  }
  /* line 1523, ../scss/_styles_new_media.scss */
  .product-detail__toggle .ep-tinymce-text {
    padding: 0;
  }
  /* line 1527, ../scss/_styles_new_media.scss */
  .product-detail__toggle .photo {
    padding: 0;
  }

  /* EOF product detail */
  /* line 1535, ../scss/_styles_new_media.scss */
  .product-sidebar__ttl {
    padding: 0 0 25px 0;
  }

  /* line 1541, ../scss/_styles_new_media.scss */
  .companies__item {
    margin-bottom: 25px;
  }
  /* line 1545, ../scss/_styles_new_media.scss */
  .companies__img {
    width: 50px;
  }

  /* line 1550, ../scss/_styles_new_media.scss */
  .product-info {
    padding: 0;
  }

  /* product */
  /* line 1557, ../scss/_styles_new_media.scss */
  .product__header-top {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1561, ../scss/_styles_new_media.scss */
  .product__counters {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1565, ../scss/_styles_new_media.scss */
  .product__param {
    display: block;
  }
  /* line 1569, ../scss/_styles_new_media.scss */
  .product__param-name {
    display: block;
    width: 100%;
    padding: 0 0 5px 0;
  }
  /* line 1575, ../scss/_styles_new_media.scss */
  .product__param-val {
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
  }
  /* line 1579, ../scss/_styles_new_media.scss */
  .product__param-val .flex-display {
    display: block;
  }
  /* line 1584, ../scss/_styles_new_media.scss */
  .product__param-spinner {
    padding-left: 0;
  }
  /* line 1588, ../scss/_styles_new_media.scss */
  .product__param-total {
    width: 100%;
    padding-top: 25px;
    padding-left: 0;
  }
  /* line 1594, ../scss/_styles_new_media.scss */
  .product__actions {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1598, ../scss/_styles_new_media.scss */
  .product__actions-item {
    width: 100%;
    padding: 0 0 15px 0 !important;
  }
  /* line 1603, ../scss/_styles_new_media.scss */
  .product__btns {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1607, ../scss/_styles_new_media.scss */
  .product__btns-item {
    width: 100%;
    padding: 0 0 15px 0 !important;
  }

  /* EOF product */
  /* product comments */
  /* line 1617, ../scss/_styles_new_media.scss */
  .product-comments .flex-card {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 1622, ../scss/_styles_new_media.scss */
  .product-comments .flex-display {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1626, ../scss/_styles_new_media.scss */
  .product-comments__img {
    margin: 0 0 10px 0;
  }
  /* line 1630, ../scss/_styles_new_media.scss */
  .product-comments__date {
    padding-top: 5px;
  }
  /* line 1634, ../scss/_styles_new_media.scss */
  .product-comments--reply {
    padding-left: 15px;
  }
  /* line 1638, ../scss/_styles_new_media.scss */
  .product-comments--reply .product-comments__actions {
    display: block;
  }
  /* line 1641, ../scss/_styles_new_media.scss */
  .product-comments--reply .product-comments__actions .rate-didhelp {
    padding-bottom: 5px;
  }
  /* line 1645, ../scss/_styles_new_media.scss */
  .product-comments--reply .product-comments__actions .dropdown {
    float: right;
  }
  /* line 1653, ../scss/_styles_new_media.scss */
  .product-comments .did-help__txt {
    font-size: 14px;
    padding-right: 15px;
  }
  /* line 1658, ../scss/_styles_new_media.scss */
  .product-comments .did-help .didhelp-btn {
    font-size: 14px;
    padding-right: 15px;
  }

  /* EOF product comments */
  /* fancybox */
  /* line 1667, ../scss/_styles_new_media.scss */
  .fancybox-title {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
  }

  /* line 1673, ../scss/_styles_new_media.scss */
  .fancybox-skin {
    padding: 20px !important;
  }

  /* EOF fancybox */
  /* line 1680, ../scss/_styles_new_media.scss */
  .directory-page .companies-wr {
    width: 100%;
  }

  /* questions */
  /* line 1688, ../scss/_styles_new_media.scss */
  .questions-main-header__ttl {
    font-size: 55px;
    line-height: 45px;
  }
  /* line 1692, ../scss/_styles_new_media.scss */
  .questions-main-header__ttl span {
    font-size: 30px;
  }

  /* line 1698, ../scss/_styles_new_media.scss */
  .questions-main-line {
    margin-top: 50px;
    line-height: 22px;
  }

  /* line 1704, ../scss/_styles_new_media.scss */
  .questions .flex-card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1708, ../scss/_styles_new_media.scss */
  .questions__img {
    margin: 0 auto 10px auto;
    text-align: center;
  }
  /* line 1713, ../scss/_styles_new_media.scss */
  .questions__top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  /* line 1719, ../scss/_styles_new_media.scss */
  .questions__row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1723, ../scss/_styles_new_media.scss */
  .questions__subject {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 10px;
  }
  /* line 1728, ../scss/_styles_new_media.scss */
  .questions__flag {
    height: 24px;
  }
  /* line 1732, ../scss/_styles_new_media.scss */
  .questions__subject-name {
    padding-top: 3px;
    padding-left: 5px;
    line-height: 18px;
  }
  /* line 1738, ../scss/_styles_new_media.scss */
  .questions__category {
    line-height: 18px;
  }
  /* line 1742, ../scss/_styles_new_media.scss */
  .questions__message {
    padding-top: 10px;
  }
  /* line 1746, ../scss/_styles_new_media.scss */
  .questions__answer-line {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  /* line 1751, ../scss/_styles_new_media.scss */
  .questions__btns {
    max-width: 100%;
  }
  /* line 1754, ../scss/_styles_new_media.scss */
  .questions__btns .btn.w-150 {
    max-width: 100% !important;
  }

  /* line 1761, ../scss/_styles_new_media.scss */
  .questions-answers__img {
    margin: 0 auto 10px auto;
    text-align: center;
  }
  /* line 1766, ../scss/_styles_new_media.scss */
  .questions-answers__top {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1770, ../scss/_styles_new_media.scss */
  .questions-answers__top-left {
    padding-bottom: 15px;
  }
  /* line 1774, ../scss/_styles_new_media.scss */
  .questions-answers__line {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  /* line 1779, ../scss/_styles_new_media.scss */
  .questions-answers__btns {
    max-width: 100%;
  }
  /* line 1782, ../scss/_styles_new_media.scss */
  .questions-answers__btns > .btn.w-150 {
    max-width: 50% !important;
  }
  /* line 1787, ../scss/_styles_new_media.scss */
  .questions-answers__dropdawn {
    width: 50%;
  }
  /* line 1790, ../scss/_styles_new_media.scss */
  .questions-answers__dropdawn .btn.w-150 {
    max-width: 100% !important;
  }
  /* line 1795, ../scss/_styles_new_media.scss */
  .questions-answers .btn {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* line 1800, ../scss/_styles_new_media.scss */
  .questions-comments {
    padding-left: 0;
  }

  /* EOF questions */
}
@media screen and (max-width: 480px) {
  /* header */
  /* line 1810, ../scss/_styles_new_media.scss */
  .epuser-subline-list .ep-icon {
    margin: 0 5px;
    font-size: 18px;
  }

  /* END header */
  /* line 1817, ../scss/_styles_new_media.scss */
  .minfo-header-wr {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  /* line 1822, ../scss/_styles_new_media.scss */
  .btn-add-category__text {
    width: auto;
  }

  /* line 1829, ../scss/_styles_new_media.scss */
  .products__item {
    margin-bottom: 15px;
  }
  /* line 1833, ../scss/_styles_new_media.scss */
  .products-wr {
    position: relative;
    height: auto;
  }
  /* line 1838, ../scss/_styles_new_media.scss */
  .products__hidden {
    display: block;
  }

  /* userinfo */
  /* line 1846, ../scss/_styles_new_media.scss */
  .userinfo-header__ttl {
    font-size: 26px;
    line-height: 28px;
  }
  /* line 1851, ../scss/_styles_new_media.scss */
  .userinfo-header__txt {
    font-size: 18px;
    line-height: 24px;
  }

  /* line 1858, ../scss/_styles_new_media.scss */
  .userinfo-scheme .btn {
    min-width: 295px;
  }

  /* line 1865, ../scss/_styles_new_media.scss */
  .userinfo-delivery__detail--bottom {
    bottom: 50px;
    text-shadow: 1px 1px 1px #000000;
  }

  /* END userinfo */
  /* line 1874, ../scss/_styles_new_media.scss */
  .simple-tabs__item {
    margin-right: 10px;
  }

  /* line 1879, ../scss/_styles_new_media.scss */
  .countries-tab {
    text-align: center;
  }

  /* line 1883, ../scss/_styles_new_media.scss */
  .eplibrary-txt {
    text-align: center;
  }

  /* line 1887, ../scss/_styles_new_media.scss */
  .eplibrary-header {
    height: 350px;
  }

  /* line 1892, ../scss/_styles_new_media.scss */
  .epuser-subline-nav__item {
    margin: 0 10px;
    font-size: 12px;
  }

  /* line 1899, ../scss/_styles_new_media.scss */
  .index-partners-blogs__item {
    padding: 0;
  }

  /* line 1904, ../scss/_styles_new_media.scss */
  .container-center {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 1908, ../scss/_styles_new_media.scss */
  .container-center .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  /* line 1912, ../scss/_styles_new_media.scss */
  .container-center .row > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* line 1920, ../scss/_styles_new_media.scss */
  .index-forwarder__text {
    width: 100%;
    text-align: center;
  }

  /* line 1927, ../scss/_styles_new_media.scss */
  .index-subscribe__ttl {
    font-size: 26px;
    line-height: 27px;
  }
  /* line 1933, ../scss/_styles_new_media.scss */
  .index-subscribe__form .input-group {
    display: block;
  }
  /* line 1939, ../scss/_styles_new_media.scss */
  .index-subscribe__form .input-group-btn .btn-default {
    margin-top: 10px;
    width: 100%;
  }

  /* line 1948, ../scss/_styles_new_media.scss */
  .companies-wr {
    width: 100%;
  }

  /* line 1955, ../scss/_styles_new_media.scss */
  .index-sellers-reg__detail {
    width: 100%;
  }
  /* line 1958, ../scss/_styles_new_media.scss */
  .index-sellers-reg__detail--top {
    left: 0;
  }
  /* line 1962, ../scss/_styles_new_media.scss */
  .index-sellers-reg__detail--bottom {
    right: 0;
  }
  /* line 1967, ../scss/_styles_new_media.scss */
  .index-sellers-reg__txt {
    padding: 10px;
  }

  /* line 1972, ../scss/_styles_new_media.scss */
  .products {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  /* line 1976, ../scss/_styles_new_media.scss */
  .products-wr {
    top: 0;
    left: 0;
    right: 0;
  }
  /* line 1982, ../scss/_styles_new_media.scss */
  .products__item {
    width: 100%;
    padding: 0;
  }

  /* line 1988, ../scss/_styles_new_media.scss */
  .index-protection-item {
    width: 100%;
    margin: 0;
  }
  /* line 1992, ../scss/_styles_new_media.scss */
  .index-protection-item-wr {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1996, ../scss/_styles_new_media.scss */
  .index-protection-item__ttl {
    left: 30px;
    font-size: 48px;
    line-height: 42px;
  }
  /* line 2001, ../scss/_styles_new_media.scss */
  .index-protection-item__ttl strong {
    font-size: 36px;
  }
  /* line 2006, ../scss/_styles_new_media.scss */
  .index-protection-item__more {
    bottom: 50px;
    left: 30px;
    font-size: 24px;
  }

  /* line 2013, ../scss/_styles_new_media.scss */
  .index-ttl {
    font-size: 45px;
    line-height: 55px;
  }
  /* line 2017, ../scss/_styles_new_media.scss */
  .index-ttl .fs-63,
  .index-ttl .fs-60 {
    font-size: 45px !important;
  }
  /* line 2022, ../scss/_styles_new_media.scss */
  .index-ttl__sub {
    font-size: 14px;
    line-height: 22px;
  }
  /* line 2026, ../scss/_styles_new_media.scss */
  .index-ttl__sub.fs-19 {
    font-size: 14px !important;
  }

  /* line 2032, ../scss/_styles_new_media.scss */
  .index-video-wr {
    width: 100%;
  }

  /* line 2037, ../scss/_styles_new_media.scss */
  .minfo-ttl.fs-72 {
    font-size: 55px !important;
  }

  /* line 2043, ../scss/_styles_new_media.scss */
  .info-header__ttl {
    margin-top: -60px;
    font-size: 30px;
    line-height: 30px;
  }
  /* line 2049, ../scss/_styles_new_media.scss */
  .info-header__ttl-name {
    font-size: 90px;
    line-height: 99px;
  }

  /* line 2057, ../scss/_styles_new_media.scss */
  .mblog-detail__category .link {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 2064, ../scss/_styles_new_media.scss */
  .mblog-detail__ttl .link {
    font-size: 28px;
    line-height: 30px;
  }

  /* line 2071, ../scss/_styles_new_media.scss */
  .mblog-detail-author {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 2074, ../scss/_styles_new_media.scss */
  .mblog-detail-author__img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  /* line 2079, ../scss/_styles_new_media.scss */
  .mblog-detail-author__info {
    padding-left: 0;
  }

  /* line 2085, ../scss/_styles_new_media.scss */
  .mblog-comments-stats__count {
    width: 100%;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 25px;
    text-align: center;
  }
  /* line 2093, ../scss/_styles_new_media.scss */
  .mblog-comments-stats__sort-name {
    font-size: 18px;
  }

  /* line 2098, ../scss/_styles_new_media.scss */
  .mblog-comment-form {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 2101, ../scss/_styles_new_media.scss */
  .mblog-comment-form__img {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  /* line 2107, ../scss/_styles_new_media.scss */
  .mblog-comment-form__block {
    padding-left: 0;
  }
  /* line 2111, ../scss/_styles_new_media.scss */
  .mblog-comment-form button {
    width: 100%;
  }

  /* line 2117, ../scss/_styles_new_media.scss */
  .mblog-comments__top {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 2121, ../scss/_styles_new_media.scss */
  .mblog-comments__img {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 2126, ../scss/_styles_new_media.scss */
  .mblog-comments__info {
    padding-left: 0;
  }

  /* line 2131, ../scss/_styles_new_media.scss */
  .mblog-comment-replies {
    padding-left: 20px;
  }
  /* line 2134, ../scss/_styles_new_media.scss */
  .mblog-comment-replies__top {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 2138, ../scss/_styles_new_media.scss */
  .mblog-comment-replies__img {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 2143, ../scss/_styles_new_media.scss */
  .mblog-comment-replies__info {
    padding-left: 0;
  }

  /* FOOTER */
  /* line 2151, ../scss/_styles_new_media.scss */
  .ep-footer-follows__icon {
    margin-right: 10px;
  }

  /* END FOOTER */
  /* line 2158, ../scss/_styles_new_media.scss */
  .btn-index {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 2165, ../scss/_styles_new_media.scss */
  .btn-index.w-60pr {
    width: 100% !important;
  }

  /* line 2171, ../scss/_styles_new_media.scss */
  .epscheme__row {
    padding: 10px 0;
  }
  /* line 2175, ../scss/_styles_new_media.scss */
  .epscheme__col {
    min-width: 0;
  }
  /* line 2179, ../scss/_styles_new_media.scss */
  .epscheme__icon {
    font-size: 30px;
  }
  /* line 2183, ../scss/_styles_new_media.scss */
  .epscheme__name {
    padding-top: 10px;
    font-size: 12px;
  }
  /* line 2188, ../scss/_styles_new_media.scss */
  .epscheme__line-v {
    width: 2px;
    top: -10px;
    bottom: -10px;
  }
  /* line 2194, ../scss/_styles_new_media.scss */
  .epscheme__line-v1 {
    bottom: 50%;
  }
  /* line 2198, ../scss/_styles_new_media.scss */
  .epscheme__line-v11 {
    top: 50%;
  }
  /* line 2202, ../scss/_styles_new_media.scss */
  .epscheme__line-v2 {
    top: 50%;
  }
  /* line 2206, ../scss/_styles_new_media.scss */
  .epscheme__line-h {
    height: 2px;
  }
  /* line 2210, ../scss/_styles_new_media.scss */
  .epscheme__circle {
    width: 10px;
    height: 10px;
  }
  /* line 2215, ../scss/_styles_new_media.scss */
  .epscheme__circle-v-top {
    left: -4px;
  }
  /* line 2219, ../scss/_styles_new_media.scss */
  .epscheme__circle-h-right {
    top: -4px;
  }
  /* line 2223, ../scss/_styles_new_media.scss */
  .epscheme__circle-h-left {
    top: -4px;
  }

  /* line 2230, ../scss/_styles_new_media.scss */
  .main-forgot-wr .main-login-form {
    padding: 15px;
  }
  /* line 2235, ../scss/_styles_new_media.scss */
  .main-forgot__row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 2239, ../scss/_styles_new_media.scss */
  .main-forgot__col {
    width: 100%;
  }
  /* line 2242, ../scss/_styles_new_media.scss */
  .main-forgot__col:last-child {
    padding-left: 0;
    padding-bottom: 15px;
  }

  /* ecb2b */
  /* line 2251, ../scss/_styles_new_media.scss */
  .ecb2b-subscribe .input-group {
    display: block;
  }
  /* line 2255, ../scss/_styles_new_media.scss */
  .ecb2b-subscribe .btn {
    width: 100%;
    margin-top: 15px;
  }

  /* line 2262, ../scss/_styles_new_media.scss */
  .ecb2b-contact-us-info__item {
    text-align: center;
  }

  /* line 2268, ../scss/_styles_new_media.scss */
  .ecb2b-users-menu__item-vertical {
    padding: 0 10px;
    font-size: 34px;
    letter-spacing: 2px;
  }

  /* EOF ecb2b */
  /* product */
  /* line 2279, ../scss/_styles_new_media.scss */
  .product__btns-item {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 2282, ../scss/_styles_new_media.scss */
  .product__btns-item .btn-group {
    padding: 0 0 10px 0 !important;
    width: 100%;
  }

  /* EOF product */
}
@media screen and (max-width: 320px) {
  /* line 2292, ../scss/_styles_new_media.scss */
  html {
    width: 100%;
    height: 100%;
  }

  /* line 2300, ../scss/_styles_new_media.scss */
  .index-cover__ttl-sub {
    font-size: 12px;
  }

  /* line 2305, ../scss/_styles_new_media.scss */
  .index-forwarder {
    padding-bottom: 100px;
  }

  /* ecb2b */
  /* line 2311, ../scss/_styles_new_media.scss */
  .ecb2b-resources-slider__vertical-txt {
    -webkit-transform-origin: 115px -110px;
    -moz-transform-origin: 115px -110px;
    -ms-transform-origin: 115px -110px;
    transform-origin: 115px -110px;
  }

  /* EOF ecb2b */
}
/* line 1, ../scss/_forms.scss */
.btn:focus {
  box-shadow: none;
}

/* line 5, ../scss/_forms.scss */
.form-wrapper {
  background: #fff;
}
/* line 7, ../scss/_forms.scss */
.form-wrapper .form-wrapper-inner {
  min-width: 320px;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 0 25px 0;
  position: relative;
}
/* line 13, ../scss/_forms.scss */
.form-wrapper .form-wrapper-inner .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 40px;
}
/* line 20, ../scss/_forms.scss */
.form-wrapper .form-wrapper-inner .arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 20px 25px;
  border-color: transparent transparent #ffffff transparent;
}

/* line 32, ../scss/_forms.scss */
.response-message-wrapper {
  text-align: center;
  color: #fff;
  position: relative;
}
/* line 36, ../scss/_forms.scss */
.response-message-wrapper p {
  background: #5bbd67;
  padding: 10px;
  margin-bottom: 20px;
}
/* line 41, ../scss/_forms.scss */
.response-message-wrapper button {
  padding: 10px 30px;
}
