@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1260px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1260px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1260px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1260px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1260px) {
  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1260px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.sb-opened {
  overflow: hidden;
  position: relative;
}

.sb-opened body {
  overflow: hidden;
  height: 100%;
}

.sb-right {
  max-width: 80%;
  min-width: 140px;
  width: 80%;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.4s ease 0s;
  transform: translate(100%, 0);
}

.sb-left {
  max-width: 80%;
  min-width: 140px;
  width: 80%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.4s ease 0s;
  transform: translate(-100%, 0);
}

.sb-blocker {
  display: none;
  transition: transform 0.4s ease 0s;
  background: rgba(3, 2, 1, 0);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  cursor: pointer;
}

.sb-page {
  min-height: 100vh;
  position: relative;
  z-index: 100;
  overflow: hidden;
  transition: transform 0.4s ease 0s;
  box-sizing: border-box;
}

.sb-opened .sb-page {
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease 0s;
}

.sb-opened .sb-blocker {
  display: block;
  animation: fade 500ms;
  -webkit-animation: fade 500ms;
}

.sb-opened-right .sb-page,
.sb-opened-right .sb-blocker {
  transform: translate(-80%, 0);
}

.sb-opened-right .sb-left {
  transform: translate(-100%, 0);
}

.sb-opened-right .sb-right {
  transform: translate(0, 0);
}

.sb-opened-left .sb-page,
.sb-opened-left .sb-blocker {
  transform: translate(80%, 0);
}

.sb-opened-left .sb-right {
  transform: translate(100%, 0);
}

.sb-opened-left .sb-left {
  transform: translate(0, 0);
}

@media (min-width: 768px) {
  .sb-right,
.sb-left {
    width: 420px;
  }

  .sb-opened-right .sb-page,
.sb-opened-right .sb-blocker {
    transform: translate(-420px, 0);
  }

  .sb-opened-left .sb-page,
.sb-opened-left .sb-blocker {
    transform: translate(420px, 0);
  }

  .sb-opened-left .sb-right {
    transform: translate(420px, 0);
  }

  .sb-opened-left .sb-left {
    transform: translate(0, 0);
  }
}
@media (min-width: 1260px) {
  /* ezen a méreten már nem jelenik meg az sbbar.*/
  .sb-opened {
    overflow: auto !important;
  }

  .sb-opened body {
    height: auto !important;
    overflow: visible !important;
  }

  .sb-left {
    display: none !important;
    width: 0px !important;
    min-width: 0px !important;
    transform: translate(0, 0);
  }

  .sb-right {
    display: none !important;
    width: 0px !important;
    min-width: 0px !important;
    transform: translate(100%, 0);
  }

  .sb-page {
    min-height: auto;
    position: static !important;
    height: auto !important;
    overflow: visible !important;
    transform: none !important;
  }

  .sb-blocker {
    display: none !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url(/assets/site/fonts/icomoon.eot?014feafb15fe0b1183581363d57bcdbb);
  src: url(/assets/site/fonts/icomoon.eot?014feafb15fe0b1183581363d57bcdbb#iefix) format("embedded-opentype"), url(/assets/site/fonts/icomoon.ttf?385af58f8f078144dbb3894e703b2b96) format("truetype"), url(/assets/site/fonts/icomoon.woff?97306c09c2068bb4efae2e2268326d20) format("woff"), url(/assets/site/fonts/icomoon.svg?08d3686199d3f01676fdc9a994aa35b2#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-telephone:before {
  content: "";
}

.icon-contact:before {
  content: "";
}

.icon-support:before {
  content: "";
}

.icon-call:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-map-marker:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-brand:before {
  content: "";
}

.icon-social:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-brand1:before {
  content: "";
}

.icon-social1:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-brand2:before {
  content: "";
}

.icon-social2:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-brand3:before {
  content: "";
}

.icon-social3:before {
  content: "";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
body.swal2-shown {
  overflow-y: hidden;
}

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  align-items: center;
}

.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-fade {
  transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%;
}

.swal2-modal:focus {
  outline: none;
}

.swal2-modal.swal2-loading {
  overflow-y: hidden;
}

.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 0.4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}

.swal2-modal .swal2-buttonswrapper {
  margin-top: 15px;
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
  cursor: no-drop;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #999999;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 5px 0;
  padding: 10px 32px;
}

.swal2-modal .swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}

.swal2-modal .swal2-close {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #cccccc;
  transition: color 0.1s ease;
}

.swal2-modal .swal2-close:hover {
  color: #d55;
}

.swal2-modal > .swal2-input,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
  display: none;
}

.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
  word-wrap: break-word;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox {
  margin: 20px auto;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
  outline: none;
  border: 1px solid #b4dbed;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-input::-moz-placeholder, .swal2-modal .swal2-file::-moz-placeholder, .swal2-modal .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-input:-ms-input-placeholder, .swal2-modal .swal2-file:-ms-input-placeholder, .swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}

.swal2-modal .swal2-input[type=number] {
  max-width: 150px;
}

.swal2-modal .swal2-file {
  font-size: 20px;
}

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}

.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}

.swal2-modal .swal2-radio {
  border: 0;
}

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle;
}

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}

.swal2-modal .swal2-checkbox {
  color: #545454;
}

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
  vertical-align: middle;
}

.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.swal2-modal .swal2-validationerror::before {
  content: "!";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}
.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  transform: rotate(45deg);
  left: 17px;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  transform: rotate(-45deg);
  right: 16px;
}

.swal2-icon.swal2-warning {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-info {
  font-family: "Open Sans", sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-question {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0 60px;
}

.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: 0.4em;
  margin: 0 -1px;
  z-index: 10;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
  animation: hideSweetAlert 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s;
}

.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s;
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s;
}

@-webkit-keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  text-align: left;
  list-style: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}
.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
}
.nav-link.disabled {
  cursor: default;
}

.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  cursor: default;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}

.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group {
  display: table;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 0 0 0;
}
.fileinput-new.input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 0 0 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 0 0 0;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}

.dkselect {
  display: none;
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  box-sizing: border-box;
}

.dkselect.dk-select,
.dkselect.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  line-height: 30px;
  background-color: transparent;
  padding: 0 35px 0 5px;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #ea148e;
}

.dk-selected:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  width: 30px;
  border-radius: 2px;
  background: #e0e0e0;
  content: "";
  font-family: "icomoon";
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: all 0.2s linear;
}

.dk-select:hover .dk-selected:before {
  background: #ea148e;
  color: #fff;
  transition: all 0.2s linear;
}

.dk-selected-disabled {
  color: #BBBBBB;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

.dk-select-open-up .dk-select-options {
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: #d5d5d5;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100;
}

.dk-option-selected {
  background-color: #ea148e;
  color: #fff;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  padding: 0 0.5em;
}

.dk-select-options .dk-option-highlight {
  background-color: #ea148e;
  color: #fff;
}

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}

.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}

.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}

.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}

.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #3297fd;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3297fd;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #3297fd;
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #3297fd;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #3297fd;
}

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #3297fd;
}

.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #3297fd;
}

.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #3297fd;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}

.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}

.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}

.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

select[data-dkcacheid] {
  display: none;
}

body {
  box-sizing: border-box;
}

.m-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-5 {
  margin: 5px 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-x-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-default {
  margin: 30px 30px !important;
}

.m-t-default {
  margin-top: 30px !important;
}

.m-r-default {
  margin-right: 30px !important;
}

.m-b-default {
  margin-bottom: 30px !important;
}

.m-l-default {
  margin-left: 30px !important;
}

.m-x-default {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.m-y-default {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-10 {
  margin: 10px 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-x-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-15 {
  margin: 15px 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-x-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-20 {
  margin: 20px 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-x-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-30 {
  margin: 30px 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-x-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-40 {
  margin: 40px 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-x-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-50 {
  margin: 50px 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-x-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-60 {
  margin: 60px 60px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-x-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.m-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.p-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-5 {
  padding: 5px 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-x-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-default {
  padding: 30px 30px !important;
}

.p-t-default {
  padding-top: 30px !important;
}

.p-r-default {
  padding-right: 30px !important;
}

.p-b-default {
  padding-bottom: 30px !important;
}

.p-l-default {
  padding-left: 30px !important;
}

.p-x-default {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.p-y-default {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-10 {
  padding: 10px 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-x-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-15 {
  padding: 15px 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-x-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-20 {
  padding: 20px 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-x-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-30 {
  padding: 30px 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-x-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-40 {
  padding: 40px 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-x-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-50 {
  padding: 50px 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-x-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-60 {
  padding: 60px 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-x-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.m-auto {
  margin: auto !important;
}

.m-t-auto {
  margin-top: auto !important;
}

.m-r-auto {
  margin-right: auto !important;
}

.m-b-auto {
  margin-bottom: auto !important;
}

.m-l-auto {
  margin-left: auto !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

  .m-t-sm-0 {
    margin-top: 0 !important;
  }

  .m-r-sm-0 {
    margin-right: 0 !important;
  }

  .m-b-sm-0 {
    margin-bottom: 0 !important;
  }

  .m-l-sm-0 {
    margin-left: 0 !important;
  }

  .m-x-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-5 {
    margin: 5px 5px !important;
  }

  .m-t-sm-5 {
    margin-top: 5px !important;
  }

  .m-r-sm-5 {
    margin-right: 5px !important;
  }

  .m-b-sm-5 {
    margin-bottom: 5px !important;
  }

  .m-l-sm-5 {
    margin-left: 5px !important;
  }

  .m-x-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .m-y-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .m-sm-default {
    margin: 30px 30px !important;
  }

  .m-t-sm-default {
    margin-top: 30px !important;
  }

  .m-r-sm-default {
    margin-right: 30px !important;
  }

  .m-b-sm-default {
    margin-bottom: 30px !important;
  }

  .m-l-sm-default {
    margin-left: 30px !important;
  }

  .m-x-sm-default {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-sm-default {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-sm-10 {
    margin: 10px 10px !important;
  }

  .m-t-sm-10 {
    margin-top: 10px !important;
  }

  .m-r-sm-10 {
    margin-right: 10px !important;
  }

  .m-b-sm-10 {
    margin-bottom: 10px !important;
  }

  .m-l-sm-10 {
    margin-left: 10px !important;
  }

  .m-x-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .m-y-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-sm-15 {
    margin: 15px 15px !important;
  }

  .m-t-sm-15 {
    margin-top: 15px !important;
  }

  .m-r-sm-15 {
    margin-right: 15px !important;
  }

  .m-b-sm-15 {
    margin-bottom: 15px !important;
  }

  .m-l-sm-15 {
    margin-left: 15px !important;
  }

  .m-x-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .m-y-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-sm-20 {
    margin: 20px 20px !important;
  }

  .m-t-sm-20 {
    margin-top: 20px !important;
  }

  .m-r-sm-20 {
    margin-right: 20px !important;
  }

  .m-b-sm-20 {
    margin-bottom: 20px !important;
  }

  .m-l-sm-20 {
    margin-left: 20px !important;
  }

  .m-x-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .m-y-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-sm-30 {
    margin: 30px 30px !important;
  }

  .m-t-sm-30 {
    margin-top: 30px !important;
  }

  .m-r-sm-30 {
    margin-right: 30px !important;
  }

  .m-b-sm-30 {
    margin-bottom: 30px !important;
  }

  .m-l-sm-30 {
    margin-left: 30px !important;
  }

  .m-x-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-sm-40 {
    margin: 40px 40px !important;
  }

  .m-t-sm-40 {
    margin-top: 40px !important;
  }

  .m-r-sm-40 {
    margin-right: 40px !important;
  }

  .m-b-sm-40 {
    margin-bottom: 40px !important;
  }

  .m-l-sm-40 {
    margin-left: 40px !important;
  }

  .m-x-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .m-y-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-sm-50 {
    margin: 50px 50px !important;
  }

  .m-t-sm-50 {
    margin-top: 50px !important;
  }

  .m-r-sm-50 {
    margin-right: 50px !important;
  }

  .m-b-sm-50 {
    margin-bottom: 50px !important;
  }

  .m-l-sm-50 {
    margin-left: 50px !important;
  }

  .m-x-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .m-y-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-sm-60 {
    margin: 60px 60px !important;
  }

  .m-t-sm-60 {
    margin-top: 60px !important;
  }

  .m-r-sm-60 {
    margin-right: 60px !important;
  }

  .m-b-sm-60 {
    margin-bottom: 60px !important;
  }

  .m-l-sm-60 {
    margin-left: 60px !important;
  }

  .m-x-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .m-y-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .p-sm-0 {
    padding: 0 0 !important;
  }

  .p-t-sm-0 {
    padding-top: 0 !important;
  }

  .p-r-sm-0 {
    padding-right: 0 !important;
  }

  .p-b-sm-0 {
    padding-bottom: 0 !important;
  }

  .p-l-sm-0 {
    padding-left: 0 !important;
  }

  .p-x-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-5 {
    padding: 5px 5px !important;
  }

  .p-t-sm-5 {
    padding-top: 5px !important;
  }

  .p-r-sm-5 {
    padding-right: 5px !important;
  }

  .p-b-sm-5 {
    padding-bottom: 5px !important;
  }

  .p-l-sm-5 {
    padding-left: 5px !important;
  }

  .p-x-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p-y-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-sm-default {
    padding: 30px 30px !important;
  }

  .p-t-sm-default {
    padding-top: 30px !important;
  }

  .p-r-sm-default {
    padding-right: 30px !important;
  }

  .p-b-sm-default {
    padding-bottom: 30px !important;
  }

  .p-l-sm-default {
    padding-left: 30px !important;
  }

  .p-x-sm-default {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-sm-default {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-sm-10 {
    padding: 10px 10px !important;
  }

  .p-t-sm-10 {
    padding-top: 10px !important;
  }

  .p-r-sm-10 {
    padding-right: 10px !important;
  }

  .p-b-sm-10 {
    padding-bottom: 10px !important;
  }

  .p-l-sm-10 {
    padding-left: 10px !important;
  }

  .p-x-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .p-y-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-sm-15 {
    padding: 15px 15px !important;
  }

  .p-t-sm-15 {
    padding-top: 15px !important;
  }

  .p-r-sm-15 {
    padding-right: 15px !important;
  }

  .p-b-sm-15 {
    padding-bottom: 15px !important;
  }

  .p-l-sm-15 {
    padding-left: 15px !important;
  }

  .p-x-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .p-y-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-sm-20 {
    padding: 20px 20px !important;
  }

  .p-t-sm-20 {
    padding-top: 20px !important;
  }

  .p-r-sm-20 {
    padding-right: 20px !important;
  }

  .p-b-sm-20 {
    padding-bottom: 20px !important;
  }

  .p-l-sm-20 {
    padding-left: 20px !important;
  }

  .p-x-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .p-y-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-sm-30 {
    padding: 30px 30px !important;
  }

  .p-t-sm-30 {
    padding-top: 30px !important;
  }

  .p-r-sm-30 {
    padding-right: 30px !important;
  }

  .p-b-sm-30 {
    padding-bottom: 30px !important;
  }

  .p-l-sm-30 {
    padding-left: 30px !important;
  }

  .p-x-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-sm-40 {
    padding: 40px 40px !important;
  }

  .p-t-sm-40 {
    padding-top: 40px !important;
  }

  .p-r-sm-40 {
    padding-right: 40px !important;
  }

  .p-b-sm-40 {
    padding-bottom: 40px !important;
  }

  .p-l-sm-40 {
    padding-left: 40px !important;
  }

  .p-x-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .p-y-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-sm-50 {
    padding: 50px 50px !important;
  }

  .p-t-sm-50 {
    padding-top: 50px !important;
  }

  .p-r-sm-50 {
    padding-right: 50px !important;
  }

  .p-b-sm-50 {
    padding-bottom: 50px !important;
  }

  .p-l-sm-50 {
    padding-left: 50px !important;
  }

  .p-x-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .p-y-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-sm-60 {
    padding: 60px 60px !important;
  }

  .p-t-sm-60 {
    padding-top: 60px !important;
  }

  .p-r-sm-60 {
    padding-right: 60px !important;
  }

  .p-b-sm-60 {
    padding-bottom: 60px !important;
  }

  .p-l-sm-60 {
    padding-left: 60px !important;
  }

  .p-x-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .p-y-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .m-t-sm-auto {
    margin-top: auto !important;
  }

  .m-r-sm-auto {
    margin-right: auto !important;
  }

  .m-b-sm-auto {
    margin-bottom: auto !important;
  }

  .m-l-sm-auto {
    margin-left: auto !important;
  }

  .m-x-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .m-y-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

  .m-t-md-0 {
    margin-top: 0 !important;
  }

  .m-r-md-0 {
    margin-right: 0 !important;
  }

  .m-b-md-0 {
    margin-bottom: 0 !important;
  }

  .m-l-md-0 {
    margin-left: 0 !important;
  }

  .m-x-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-5 {
    margin: 5px 5px !important;
  }

  .m-t-md-5 {
    margin-top: 5px !important;
  }

  .m-r-md-5 {
    margin-right: 5px !important;
  }

  .m-b-md-5 {
    margin-bottom: 5px !important;
  }

  .m-l-md-5 {
    margin-left: 5px !important;
  }

  .m-x-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .m-y-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .m-md-default {
    margin: 30px 30px !important;
  }

  .m-t-md-default {
    margin-top: 30px !important;
  }

  .m-r-md-default {
    margin-right: 30px !important;
  }

  .m-b-md-default {
    margin-bottom: 30px !important;
  }

  .m-l-md-default {
    margin-left: 30px !important;
  }

  .m-x-md-default {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-md-default {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-md-10 {
    margin: 10px 10px !important;
  }

  .m-t-md-10 {
    margin-top: 10px !important;
  }

  .m-r-md-10 {
    margin-right: 10px !important;
  }

  .m-b-md-10 {
    margin-bottom: 10px !important;
  }

  .m-l-md-10 {
    margin-left: 10px !important;
  }

  .m-x-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .m-y-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-md-15 {
    margin: 15px 15px !important;
  }

  .m-t-md-15 {
    margin-top: 15px !important;
  }

  .m-r-md-15 {
    margin-right: 15px !important;
  }

  .m-b-md-15 {
    margin-bottom: 15px !important;
  }

  .m-l-md-15 {
    margin-left: 15px !important;
  }

  .m-x-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .m-y-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-md-20 {
    margin: 20px 20px !important;
  }

  .m-t-md-20 {
    margin-top: 20px !important;
  }

  .m-r-md-20 {
    margin-right: 20px !important;
  }

  .m-b-md-20 {
    margin-bottom: 20px !important;
  }

  .m-l-md-20 {
    margin-left: 20px !important;
  }

  .m-x-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .m-y-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-md-30 {
    margin: 30px 30px !important;
  }

  .m-t-md-30 {
    margin-top: 30px !important;
  }

  .m-r-md-30 {
    margin-right: 30px !important;
  }

  .m-b-md-30 {
    margin-bottom: 30px !important;
  }

  .m-l-md-30 {
    margin-left: 30px !important;
  }

  .m-x-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-md-40 {
    margin: 40px 40px !important;
  }

  .m-t-md-40 {
    margin-top: 40px !important;
  }

  .m-r-md-40 {
    margin-right: 40px !important;
  }

  .m-b-md-40 {
    margin-bottom: 40px !important;
  }

  .m-l-md-40 {
    margin-left: 40px !important;
  }

  .m-x-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .m-y-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-md-50 {
    margin: 50px 50px !important;
  }

  .m-t-md-50 {
    margin-top: 50px !important;
  }

  .m-r-md-50 {
    margin-right: 50px !important;
  }

  .m-b-md-50 {
    margin-bottom: 50px !important;
  }

  .m-l-md-50 {
    margin-left: 50px !important;
  }

  .m-x-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .m-y-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-md-60 {
    margin: 60px 60px !important;
  }

  .m-t-md-60 {
    margin-top: 60px !important;
  }

  .m-r-md-60 {
    margin-right: 60px !important;
  }

  .m-b-md-60 {
    margin-bottom: 60px !important;
  }

  .m-l-md-60 {
    margin-left: 60px !important;
  }

  .m-x-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .m-y-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .p-md-0 {
    padding: 0 0 !important;
  }

  .p-t-md-0 {
    padding-top: 0 !important;
  }

  .p-r-md-0 {
    padding-right: 0 !important;
  }

  .p-b-md-0 {
    padding-bottom: 0 !important;
  }

  .p-l-md-0 {
    padding-left: 0 !important;
  }

  .p-x-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-5 {
    padding: 5px 5px !important;
  }

  .p-t-md-5 {
    padding-top: 5px !important;
  }

  .p-r-md-5 {
    padding-right: 5px !important;
  }

  .p-b-md-5 {
    padding-bottom: 5px !important;
  }

  .p-l-md-5 {
    padding-left: 5px !important;
  }

  .p-x-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p-y-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-md-default {
    padding: 30px 30px !important;
  }

  .p-t-md-default {
    padding-top: 30px !important;
  }

  .p-r-md-default {
    padding-right: 30px !important;
  }

  .p-b-md-default {
    padding-bottom: 30px !important;
  }

  .p-l-md-default {
    padding-left: 30px !important;
  }

  .p-x-md-default {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-md-default {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-md-10 {
    padding: 10px 10px !important;
  }

  .p-t-md-10 {
    padding-top: 10px !important;
  }

  .p-r-md-10 {
    padding-right: 10px !important;
  }

  .p-b-md-10 {
    padding-bottom: 10px !important;
  }

  .p-l-md-10 {
    padding-left: 10px !important;
  }

  .p-x-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .p-y-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-md-15 {
    padding: 15px 15px !important;
  }

  .p-t-md-15 {
    padding-top: 15px !important;
  }

  .p-r-md-15 {
    padding-right: 15px !important;
  }

  .p-b-md-15 {
    padding-bottom: 15px !important;
  }

  .p-l-md-15 {
    padding-left: 15px !important;
  }

  .p-x-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .p-y-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-md-20 {
    padding: 20px 20px !important;
  }

  .p-t-md-20 {
    padding-top: 20px !important;
  }

  .p-r-md-20 {
    padding-right: 20px !important;
  }

  .p-b-md-20 {
    padding-bottom: 20px !important;
  }

  .p-l-md-20 {
    padding-left: 20px !important;
  }

  .p-x-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .p-y-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-md-30 {
    padding: 30px 30px !important;
  }

  .p-t-md-30 {
    padding-top: 30px !important;
  }

  .p-r-md-30 {
    padding-right: 30px !important;
  }

  .p-b-md-30 {
    padding-bottom: 30px !important;
  }

  .p-l-md-30 {
    padding-left: 30px !important;
  }

  .p-x-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-md-40 {
    padding: 40px 40px !important;
  }

  .p-t-md-40 {
    padding-top: 40px !important;
  }

  .p-r-md-40 {
    padding-right: 40px !important;
  }

  .p-b-md-40 {
    padding-bottom: 40px !important;
  }

  .p-l-md-40 {
    padding-left: 40px !important;
  }

  .p-x-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .p-y-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-md-50 {
    padding: 50px 50px !important;
  }

  .p-t-md-50 {
    padding-top: 50px !important;
  }

  .p-r-md-50 {
    padding-right: 50px !important;
  }

  .p-b-md-50 {
    padding-bottom: 50px !important;
  }

  .p-l-md-50 {
    padding-left: 50px !important;
  }

  .p-x-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .p-y-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-md-60 {
    padding: 60px 60px !important;
  }

  .p-t-md-60 {
    padding-top: 60px !important;
  }

  .p-r-md-60 {
    padding-right: 60px !important;
  }

  .p-b-md-60 {
    padding-bottom: 60px !important;
  }

  .p-l-md-60 {
    padding-left: 60px !important;
  }

  .p-x-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .p-y-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .m-t-md-auto {
    margin-top: auto !important;
  }

  .m-r-md-auto {
    margin-right: auto !important;
  }

  .m-b-md-auto {
    margin-bottom: auto !important;
  }

  .m-l-md-auto {
    margin-left: auto !important;
  }

  .m-x-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .m-y-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

  .m-t-lg-0 {
    margin-top: 0 !important;
  }

  .m-r-lg-0 {
    margin-right: 0 !important;
  }

  .m-b-lg-0 {
    margin-bottom: 0 !important;
  }

  .m-l-lg-0 {
    margin-left: 0 !important;
  }

  .m-x-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-5 {
    margin: 5px 5px !important;
  }

  .m-t-lg-5 {
    margin-top: 5px !important;
  }

  .m-r-lg-5 {
    margin-right: 5px !important;
  }

  .m-b-lg-5 {
    margin-bottom: 5px !important;
  }

  .m-l-lg-5 {
    margin-left: 5px !important;
  }

  .m-x-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .m-y-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .m-lg-default {
    margin: 30px 30px !important;
  }

  .m-t-lg-default {
    margin-top: 30px !important;
  }

  .m-r-lg-default {
    margin-right: 30px !important;
  }

  .m-b-lg-default {
    margin-bottom: 30px !important;
  }

  .m-l-lg-default {
    margin-left: 30px !important;
  }

  .m-x-lg-default {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-lg-default {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-lg-10 {
    margin: 10px 10px !important;
  }

  .m-t-lg-10 {
    margin-top: 10px !important;
  }

  .m-r-lg-10 {
    margin-right: 10px !important;
  }

  .m-b-lg-10 {
    margin-bottom: 10px !important;
  }

  .m-l-lg-10 {
    margin-left: 10px !important;
  }

  .m-x-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .m-y-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-lg-15 {
    margin: 15px 15px !important;
  }

  .m-t-lg-15 {
    margin-top: 15px !important;
  }

  .m-r-lg-15 {
    margin-right: 15px !important;
  }

  .m-b-lg-15 {
    margin-bottom: 15px !important;
  }

  .m-l-lg-15 {
    margin-left: 15px !important;
  }

  .m-x-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .m-y-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-lg-20 {
    margin: 20px 20px !important;
  }

  .m-t-lg-20 {
    margin-top: 20px !important;
  }

  .m-r-lg-20 {
    margin-right: 20px !important;
  }

  .m-b-lg-20 {
    margin-bottom: 20px !important;
  }

  .m-l-lg-20 {
    margin-left: 20px !important;
  }

  .m-x-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .m-y-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-lg-30 {
    margin: 30px 30px !important;
  }

  .m-t-lg-30 {
    margin-top: 30px !important;
  }

  .m-r-lg-30 {
    margin-right: 30px !important;
  }

  .m-b-lg-30 {
    margin-bottom: 30px !important;
  }

  .m-l-lg-30 {
    margin-left: 30px !important;
  }

  .m-x-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-lg-40 {
    margin: 40px 40px !important;
  }

  .m-t-lg-40 {
    margin-top: 40px !important;
  }

  .m-r-lg-40 {
    margin-right: 40px !important;
  }

  .m-b-lg-40 {
    margin-bottom: 40px !important;
  }

  .m-l-lg-40 {
    margin-left: 40px !important;
  }

  .m-x-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .m-y-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-lg-50 {
    margin: 50px 50px !important;
  }

  .m-t-lg-50 {
    margin-top: 50px !important;
  }

  .m-r-lg-50 {
    margin-right: 50px !important;
  }

  .m-b-lg-50 {
    margin-bottom: 50px !important;
  }

  .m-l-lg-50 {
    margin-left: 50px !important;
  }

  .m-x-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .m-y-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-lg-60 {
    margin: 60px 60px !important;
  }

  .m-t-lg-60 {
    margin-top: 60px !important;
  }

  .m-r-lg-60 {
    margin-right: 60px !important;
  }

  .m-b-lg-60 {
    margin-bottom: 60px !important;
  }

  .m-l-lg-60 {
    margin-left: 60px !important;
  }

  .m-x-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .m-y-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .p-lg-0 {
    padding: 0 0 !important;
  }

  .p-t-lg-0 {
    padding-top: 0 !important;
  }

  .p-r-lg-0 {
    padding-right: 0 !important;
  }

  .p-b-lg-0 {
    padding-bottom: 0 !important;
  }

  .p-l-lg-0 {
    padding-left: 0 !important;
  }

  .p-x-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-5 {
    padding: 5px 5px !important;
  }

  .p-t-lg-5 {
    padding-top: 5px !important;
  }

  .p-r-lg-5 {
    padding-right: 5px !important;
  }

  .p-b-lg-5 {
    padding-bottom: 5px !important;
  }

  .p-l-lg-5 {
    padding-left: 5px !important;
  }

  .p-x-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p-y-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-lg-default {
    padding: 30px 30px !important;
  }

  .p-t-lg-default {
    padding-top: 30px !important;
  }

  .p-r-lg-default {
    padding-right: 30px !important;
  }

  .p-b-lg-default {
    padding-bottom: 30px !important;
  }

  .p-l-lg-default {
    padding-left: 30px !important;
  }

  .p-x-lg-default {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-lg-default {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-lg-10 {
    padding: 10px 10px !important;
  }

  .p-t-lg-10 {
    padding-top: 10px !important;
  }

  .p-r-lg-10 {
    padding-right: 10px !important;
  }

  .p-b-lg-10 {
    padding-bottom: 10px !important;
  }

  .p-l-lg-10 {
    padding-left: 10px !important;
  }

  .p-x-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .p-y-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-lg-15 {
    padding: 15px 15px !important;
  }

  .p-t-lg-15 {
    padding-top: 15px !important;
  }

  .p-r-lg-15 {
    padding-right: 15px !important;
  }

  .p-b-lg-15 {
    padding-bottom: 15px !important;
  }

  .p-l-lg-15 {
    padding-left: 15px !important;
  }

  .p-x-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .p-y-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-lg-20 {
    padding: 20px 20px !important;
  }

  .p-t-lg-20 {
    padding-top: 20px !important;
  }

  .p-r-lg-20 {
    padding-right: 20px !important;
  }

  .p-b-lg-20 {
    padding-bottom: 20px !important;
  }

  .p-l-lg-20 {
    padding-left: 20px !important;
  }

  .p-x-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .p-y-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-lg-30 {
    padding: 30px 30px !important;
  }

  .p-t-lg-30 {
    padding-top: 30px !important;
  }

  .p-r-lg-30 {
    padding-right: 30px !important;
  }

  .p-b-lg-30 {
    padding-bottom: 30px !important;
  }

  .p-l-lg-30 {
    padding-left: 30px !important;
  }

  .p-x-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-lg-40 {
    padding: 40px 40px !important;
  }

  .p-t-lg-40 {
    padding-top: 40px !important;
  }

  .p-r-lg-40 {
    padding-right: 40px !important;
  }

  .p-b-lg-40 {
    padding-bottom: 40px !important;
  }

  .p-l-lg-40 {
    padding-left: 40px !important;
  }

  .p-x-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .p-y-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-lg-50 {
    padding: 50px 50px !important;
  }

  .p-t-lg-50 {
    padding-top: 50px !important;
  }

  .p-r-lg-50 {
    padding-right: 50px !important;
  }

  .p-b-lg-50 {
    padding-bottom: 50px !important;
  }

  .p-l-lg-50 {
    padding-left: 50px !important;
  }

  .p-x-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .p-y-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-lg-60 {
    padding: 60px 60px !important;
  }

  .p-t-lg-60 {
    padding-top: 60px !important;
  }

  .p-r-lg-60 {
    padding-right: 60px !important;
  }

  .p-b-lg-60 {
    padding-bottom: 60px !important;
  }

  .p-l-lg-60 {
    padding-left: 60px !important;
  }

  .p-x-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .p-y-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .m-t-lg-auto {
    margin-top: auto !important;
  }

  .m-r-lg-auto {
    margin-right: auto !important;
  }

  .m-b-lg-auto {
    margin-bottom: auto !important;
  }

  .m-l-lg-auto {
    margin-left: auto !important;
  }

  .m-x-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .m-y-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1260px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

  .m-t-xl-0 {
    margin-top: 0 !important;
  }

  .m-r-xl-0 {
    margin-right: 0 !important;
  }

  .m-b-xl-0 {
    margin-bottom: 0 !important;
  }

  .m-l-xl-0 {
    margin-left: 0 !important;
  }

  .m-x-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-5 {
    margin: 5px 5px !important;
  }

  .m-t-xl-5 {
    margin-top: 5px !important;
  }

  .m-r-xl-5 {
    margin-right: 5px !important;
  }

  .m-b-xl-5 {
    margin-bottom: 5px !important;
  }

  .m-l-xl-5 {
    margin-left: 5px !important;
  }

  .m-x-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .m-y-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .m-xl-default {
    margin: 30px 30px !important;
  }

  .m-t-xl-default {
    margin-top: 30px !important;
  }

  .m-r-xl-default {
    margin-right: 30px !important;
  }

  .m-b-xl-default {
    margin-bottom: 30px !important;
  }

  .m-l-xl-default {
    margin-left: 30px !important;
  }

  .m-x-xl-default {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-xl-default {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-xl-10 {
    margin: 10px 10px !important;
  }

  .m-t-xl-10 {
    margin-top: 10px !important;
  }

  .m-r-xl-10 {
    margin-right: 10px !important;
  }

  .m-b-xl-10 {
    margin-bottom: 10px !important;
  }

  .m-l-xl-10 {
    margin-left: 10px !important;
  }

  .m-x-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .m-y-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-xl-15 {
    margin: 15px 15px !important;
  }

  .m-t-xl-15 {
    margin-top: 15px !important;
  }

  .m-r-xl-15 {
    margin-right: 15px !important;
  }

  .m-b-xl-15 {
    margin-bottom: 15px !important;
  }

  .m-l-xl-15 {
    margin-left: 15px !important;
  }

  .m-x-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .m-y-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-xl-20 {
    margin: 20px 20px !important;
  }

  .m-t-xl-20 {
    margin-top: 20px !important;
  }

  .m-r-xl-20 {
    margin-right: 20px !important;
  }

  .m-b-xl-20 {
    margin-bottom: 20px !important;
  }

  .m-l-xl-20 {
    margin-left: 20px !important;
  }

  .m-x-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .m-y-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-xl-30 {
    margin: 30px 30px !important;
  }

  .m-t-xl-30 {
    margin-top: 30px !important;
  }

  .m-r-xl-30 {
    margin-right: 30px !important;
  }

  .m-b-xl-30 {
    margin-bottom: 30px !important;
  }

  .m-l-xl-30 {
    margin-left: 30px !important;
  }

  .m-x-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-xl-40 {
    margin: 40px 40px !important;
  }

  .m-t-xl-40 {
    margin-top: 40px !important;
  }

  .m-r-xl-40 {
    margin-right: 40px !important;
  }

  .m-b-xl-40 {
    margin-bottom: 40px !important;
  }

  .m-l-xl-40 {
    margin-left: 40px !important;
  }

  .m-x-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .m-y-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-xl-50 {
    margin: 50px 50px !important;
  }

  .m-t-xl-50 {
    margin-top: 50px !important;
  }

  .m-r-xl-50 {
    margin-right: 50px !important;
  }

  .m-b-xl-50 {
    margin-bottom: 50px !important;
  }

  .m-l-xl-50 {
    margin-left: 50px !important;
  }

  .m-x-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .m-y-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-xl-60 {
    margin: 60px 60px !important;
  }

  .m-t-xl-60 {
    margin-top: 60px !important;
  }

  .m-r-xl-60 {
    margin-right: 60px !important;
  }

  .m-b-xl-60 {
    margin-bottom: 60px !important;
  }

  .m-l-xl-60 {
    margin-left: 60px !important;
  }

  .m-x-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .m-y-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .p-xl-0 {
    padding: 0 0 !important;
  }

  .p-t-xl-0 {
    padding-top: 0 !important;
  }

  .p-r-xl-0 {
    padding-right: 0 !important;
  }

  .p-b-xl-0 {
    padding-bottom: 0 !important;
  }

  .p-l-xl-0 {
    padding-left: 0 !important;
  }

  .p-x-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-5 {
    padding: 5px 5px !important;
  }

  .p-t-xl-5 {
    padding-top: 5px !important;
  }

  .p-r-xl-5 {
    padding-right: 5px !important;
  }

  .p-b-xl-5 {
    padding-bottom: 5px !important;
  }

  .p-l-xl-5 {
    padding-left: 5px !important;
  }

  .p-x-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p-y-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-xl-default {
    padding: 30px 30px !important;
  }

  .p-t-xl-default {
    padding-top: 30px !important;
  }

  .p-r-xl-default {
    padding-right: 30px !important;
  }

  .p-b-xl-default {
    padding-bottom: 30px !important;
  }

  .p-l-xl-default {
    padding-left: 30px !important;
  }

  .p-x-xl-default {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-xl-default {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-xl-10 {
    padding: 10px 10px !important;
  }

  .p-t-xl-10 {
    padding-top: 10px !important;
  }

  .p-r-xl-10 {
    padding-right: 10px !important;
  }

  .p-b-xl-10 {
    padding-bottom: 10px !important;
  }

  .p-l-xl-10 {
    padding-left: 10px !important;
  }

  .p-x-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .p-y-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-xl-15 {
    padding: 15px 15px !important;
  }

  .p-t-xl-15 {
    padding-top: 15px !important;
  }

  .p-r-xl-15 {
    padding-right: 15px !important;
  }

  .p-b-xl-15 {
    padding-bottom: 15px !important;
  }

  .p-l-xl-15 {
    padding-left: 15px !important;
  }

  .p-x-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .p-y-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-xl-20 {
    padding: 20px 20px !important;
  }

  .p-t-xl-20 {
    padding-top: 20px !important;
  }

  .p-r-xl-20 {
    padding-right: 20px !important;
  }

  .p-b-xl-20 {
    padding-bottom: 20px !important;
  }

  .p-l-xl-20 {
    padding-left: 20px !important;
  }

  .p-x-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .p-y-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-xl-30 {
    padding: 30px 30px !important;
  }

  .p-t-xl-30 {
    padding-top: 30px !important;
  }

  .p-r-xl-30 {
    padding-right: 30px !important;
  }

  .p-b-xl-30 {
    padding-bottom: 30px !important;
  }

  .p-l-xl-30 {
    padding-left: 30px !important;
  }

  .p-x-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-xl-40 {
    padding: 40px 40px !important;
  }

  .p-t-xl-40 {
    padding-top: 40px !important;
  }

  .p-r-xl-40 {
    padding-right: 40px !important;
  }

  .p-b-xl-40 {
    padding-bottom: 40px !important;
  }

  .p-l-xl-40 {
    padding-left: 40px !important;
  }

  .p-x-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .p-y-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-xl-50 {
    padding: 50px 50px !important;
  }

  .p-t-xl-50 {
    padding-top: 50px !important;
  }

  .p-r-xl-50 {
    padding-right: 50px !important;
  }

  .p-b-xl-50 {
    padding-bottom: 50px !important;
  }

  .p-l-xl-50 {
    padding-left: 50px !important;
  }

  .p-x-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .p-y-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-xl-60 {
    padding: 60px 60px !important;
  }

  .p-t-xl-60 {
    padding-top: 60px !important;
  }

  .p-r-xl-60 {
    padding-right: 60px !important;
  }

  .p-b-xl-60 {
    padding-bottom: 60px !important;
  }

  .p-l-xl-60 {
    padding-left: 60px !important;
  }

  .p-x-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .p-y-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .m-t-xl-auto {
    margin-top: auto !important;
  }

  .m-r-xl-auto {
    margin-right: auto !important;
  }

  .m-b-xl-auto {
    margin-bottom: auto !important;
  }

  .m-l-xl-auto {
    margin-left: auto !important;
  }

  .m-x-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .m-y-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
* {
  outline: none;
}

.text-center {
  text-align: center;
}

.text-small {
  font-size: 13px;
  line-height: 17px;
}

.fullwidth {
  width: 100%;
}

.row--gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--gutter-10 > div {
  padding-left: 5px;
  padding-right: 5px;
}

.row--gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row--gutter-20 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.row--gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row--gutter-50 > div {
  padding-left: 25px;
  padding-right: 25px;
}

.row--grid-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--grid-10 > div {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.row--grid-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row--grid-30 > div {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

body {
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #8f8f8f;
  background-color: #000000;
  overflow-x: hidden;
}

a {
  color: #00BDE5;
  text-decoration: none;
  transition: all 0.3s linear;
}
a:hover {
  color: #bae210;
  transition: all 0.3s linear;
}

strong {
  font-weight: 700;
}

.heading-1,
.html h1 {
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 20px 0;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-weight: normal;
}

@media (min-width: 768px) {
  .heading-1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.heading-2,
.html h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 20px 0;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-weight: normal;
}

@media (min-width: 768px) {
  .heading-2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.heading-3,
.html h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px 0;
  color: #fff;
}

@media (min-width: 768px) {
  .heading-3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.heading-uppercase {
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
}

.heading-white {
  color: #fff;
}

.html > *:first-child {
  margin-top: 0;
}
.html > *:last-child {
  margin-bottom: 0;
}

.global-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}
.global-loader__icon {
  display: block;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 auto 10px auto;
  -webkit-animation: rotating 1s linear infinite;
          animation: rotating 1s linear infinite;
}
.global-loader__content {
  border-radius: 10px;
  display: block;
  background: #fff;
  padding: 30px 50px;
  font-style: italic;
}
.global-loader--hide {
  display: none;
}

.site-logo {
  display: block;
}
.site-logo img {
  display: block;
  height: 40px;
  width: auto;
}

@media (min-width: 768px) {
  .site-logo img {
    height: 60px;
  }
}
.social-icons {
  display: flex;
  gap: 8px;
}
.social-icons a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  background: #3c3f46;
  transition: all 0.2s linear;
  border: 2px solid #3c3f46;
}
.social-icons a:hover {
  background: #00BDE5;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.2s linear;
}

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: #191a1d;
}
.header-wrapper .header {
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
}
.header-wrapper .header__left {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header-wrapper .header__right {
  display: flex;
  align-items: center;
}
.header-wrapper .header .social-icons {
  display: none;
}

body.sticky-header .header-wrapper {
  position: fixed;
  transition: background-color 0.2s linear;
}

@media (min-width: 768px) {
  .header-wrapper .header {
    height: 90px;
  }
  .header-wrapper .header .navbar a {
    height: 90px;
  }
  .header-wrapper .header.sticky-header {
    height: 60px;
  }
  .header-wrapper .header.sticky-header .navbar a {
    height: 60px;
  }
  .header-wrapper .header.sticky-header .site-logo img {
    height: 40px;
  }
  .header-wrapper .header .social-icons {
    display: flex;
  }
}
.sb-toggler {
  display: block;
  width: 28px;
  cursor: pointer;
  margin-left: 15px;
}
.sb-toggler span {
  background: #fff;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  transition: all 0.3s linear;
}
.sb-toggler span:first-of-type {
  width: 60%;
}
.sb-toggler span:last-of-type {
  width: 80%;
}
.sb-toggler span:last-of-type {
  margin-bottom: 0;
}
.sb-toggler:hover {
  cursor: pointer;
}
.sb-toggler:hover span:first-of-type {
  width: 80%;
}
.sb-toggler:hover span:last-of-type {
  width: 60%;
}

@media (min-width: 992px) {
  .sb-toggler {
    display: none;
  }
}
.navbar {
  display: none;
}

@media (min-width: 992px) {
  .navbar {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .navbar li {
    padding: 0 5px;
  }
  .navbar li a {
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    transition: color 0.2s linear;
    font-family: "Bebas Neue", cursive;
    position: relative;
  }
  .navbar li a:hover {
    color: #00BDE5;
    transition: color 0.2s linear;
  }
  .navbar li a:after {
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -50%;
    background: #00BDE5;
    transition: all 0.2s linear;
    bottom: 0;
    position: absolute;
  }
  .navbar li a.active {
    color: #00BDE5;
  }
  .navbar li a.active:after {
    width: 100%;
    transition: all 0.2s linear;
  }
}
@media (min-width: 1260px) {
  .navbar a {
    padding: 0 0 0 20px;
    font-size: 16px;
  }
}
.lang-selector {
  margin-left: 20px;
}
.lang-selector a {
  color: #fff;
  transition: color 0.2s linear;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
.lang-selector a:hover {
  color: #00BDE5;
  transition: color 0.2s linear;
}

.sb-page {
  padding-top: 75px;
}

@media (min-width: 576px) {
  .sb-page {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .sb-page {
    padding-top: 140px;
  }
  .sb-page--home {
    padding-top: 110px;
  }
}
.sb-right {
  background: #191a1d;
}
.sb-right .social-icons {
  justify-content: center;
}

.mobile-nav {
  list-style: none;
  margin: 0;
  padding: 20px;
}
.mobile-nav li {
  padding: 10px 0;
}
.mobile-nav a {
  font-size: 22px;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s linear;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
}
.mobile-nav a:hover {
  color: #00BDE5;
  transition: color 0.2s linear;
}
.mobile-nav a.active {
  color: #00BDE5;
}

.section {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .section {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 80px 0;
  }
}
.section-title {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.section-title__icon {
  color: #00BDE5;
}

@media (min-width: 768px) {
  .section-title {
    position: relative;
  }
  .section-title__icon {
    position: absolute;
    top: 4px;
    right: calc(100% + 5px);
  }
}
.section-separator:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 0 auto;
  opacity: 0.4;
}

.btn {
  display: inline-flex;
  min-height: 42px;
  min-width: 130px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 5px 26px 3px 26px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  position: relative;
  text-decoration: none;
  color: #fff;
  background: #8cab05;
  font-weight: 700;
  border-radius: 3px;
  transition: all 0.3s linear;
}
.btn:hover {
  background: #627901;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s linear;
}
.btn--small {
  min-height: 26px;
  min-width: auto;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 16px;
}
.btn--medium {
  min-height: 32px;
  min-width: auto;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 18px;
}

.footer {
  padding: 40px 0;
}
.footer a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s linear;
}
.footer a:hover {
  color: #fff;
  transition: all 0.3s linear;
}

@media (min-width: 768px) {
  .footer {
    padding: 80px 0;
  }
}
.footer-heading {
  text-align: center;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}

.footer-bottom {
  font-size: 13px;
  text-align: center;
}

.site-author {
  display: flex;
  justify-content: center;
  opacity: 0.8;
  margin-top: 10px;
}
.site-author img {
  height: 10px;
  width: auto;
}
.site-author:hover {
  opacity: 1;
}

.organizer {
  font-size: 14px;
  text-align: center;
}
.organizer__logo img {
  height: 60px;
  width: auto;
}
.organizer__logo--sm img {
  height: 32px;
  margin-top: 16px;
}

.datatable tr td {
  vertical-align: top;
  line-height: 1.1;
  padding-bottom: 8px;
}

.datatable tr td:first-child {
  padding-right: 20px;
}

@media (min-width: 768px) {
  .datatable tr td:first-child {
    padding-right: 40px;
  }
}
.datatable tr td:last-child {
  white-space: nowrap;
}

.cookie-consent-info {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0;
  z-index: 1100;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
  font-size: 12px;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  width: 100%;
}
.cookie-consent-info__title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.cookie-consent-info__center-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cookie-consent-info__modal {
  background: #fff;
  padding: 15px;
  /*border-radius: 6px;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%);*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  max-width: 700px;
}


.cookie-consent-settings {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1100;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
}
.cookie-consent-settings__center-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.75rem auto;
  min-height: calc(100% - (1.75rem * 2));
}
.cookie-consent-settings__modal {
  background: #fff;
  padding: 20px;
  width: calc(100vw - 40px);
  border-radius: 6px;
}

@media (min-width: 768px) {
  .cookie-consent-settings__modal {
    max-width: 700px;
  }
}
body.cookie-consent-modal-opened {
  overflow: hidden;
}

.red-banner-line {
  background: linear-gradient(-47deg, #C32149 0%, #870c26 100%);
}
.red-banner-line .banner-area__title {
  color: #fff;
}

.banner-zone__after-head {
  /*background: url('/assets/site/gfx/concrete_80.jpg') center center;*/
}
.banner-zone img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.banner-area {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.banner-area__content {
  position: relative;
  max-width: 100%;
}
.banner-area__title {
  position: absolute;
  top: -14px;
  right: 0;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 4px;
}
.banner-area__banner {
  max-width: 100%;
  overflow-x: hidden;
}
.banner-area__banner img {
  display: block;
}

.partners-slider__slide {
  display: block;
  width: 120px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.7;
}
.partners-slider__slide:hover {
  opacity: 1;
}

.partner-slider__slide {
  padding: 6px 10px;
}

.counter__counts {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  margin-bottom: 20px;
}
.counter__count-group {
  margin: 0 10px;
}
.counter__count {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
.counter__title {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.counter__buttons {
  text-align: center;
}
.counter__buttons .btn {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .counter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .counter__counts {
    margin-bottom: 0;
    width: 100%;
  }
  .counter__count-group {
    display: flex;
    align-items: center;
  }
  .counter__count {
    font-size: 56px;
    line-height: 56px;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
  }
  .counter__title {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .counter__count {
    font-size: 68px;
    line-height: 68px;
  }
}
@media (min-width: 768px) {
  #counterSecs {
    min-width: 76px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  #counterSecs {
    min-width: 90px;
  }
}
.home-content {
  font-size: 16px;
}

.html {
  word-wrap: break-word;
}
.html:after {
  content: "";
  display: block;
  clear: both;
}
.html a {
  /*
  &:hover {
  	color: $defaultColor;
  	text-decoration: underline;
  }
         */
}
.html > *:first-child {
  margin-top: 0 !important;
}
.html > *:last-child {
  margin-bottom: 0 !important;
}
.html img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}
.html img.floated-left, .html img.floated-right {
  max-width: 40%;
  height: auto;
}
.html img.floated-left {
  float: left !important;
  margin-right: 20px !important;
}
.html img.floated-right {
  float: right !important;
  margin-left: 20px !important;
}
.html table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.html p {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .html img {
    margin: 0 0 0px 0;
    vertical-align: middle;
  }
}
.gallery-box {
  width: 100%;
  display: block;
  background-color: #191a1d;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.gallery-box img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-box__content {
  padding: 20px 15px;
}
.gallery-box__title {
  color: #00BDE5;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.gallery-box__lead {
  font-size: 13px;
  line-height: 17px;
  color: #8f8f8f;
}
.gallery-box:hover {
  text-decoration: none;
}
.gallery-box:hover .gallery-box__title {
  color: #00BDE5;
  text-decoration: none;
}

.hover-image-container {
  display: block;
  overflow: hidden;
}
.hover-image-container img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
.hover-image-container:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}

.hover-image-wrapper {
  display: block;
  overflow: hidden;
}

.gallery-video-box {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-video-box img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-video-box__content {
  padding: 20px 15px;
}
.gallery-video-box__title {
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.gallery-video-box__lead {
  font-size: 13px;
  line-height: 17px;
  color: #8f8f8f;
}
.gallery-video-box__video-preview {
  width: 100%;
  height: 0;
  padding-top: calc(9/16 * 100%);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.gallery-video-box__video-preview:before, .gallery-video-box__video-preview:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}
.gallery-video-box__video-preview:before {
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #00BDE5;
  z-index: 100;
}
.gallery-video-box__video-preview:after {
  left: calc(50% + 3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0px 12px 24px;
  border-color: transparent transparent transparent #fff;
  z-index: 200;
}
.gallery-video-box:hover {
  text-decoration: none;
}
.gallery-video-box:hover .gallery-video-box__title {
  color: #00BDE5;
  text-decoration: none;
}
.gallery-video-box:hover .gallery-video-box__video-preview:before, .gallery-video-box:hover .gallery-video-box__video-preview:after {
  opacity: 1;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  list-style: none;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.slick-dots span {
  display: block;
  width: 20px;
  height: 8px;
  margin: 5px;
  background: #191a1d;
  cursor: pointer;
}
.slick-dots li.slick-active span {
  background: #00BDE5;
}

@media (min-width: 768px) {
  .slick-dots span {
    width: 40px;
  }
}
.main-event-slider-container {
  margin: 0 15px;
}

@media (min-width: 576px) {
  .main-event-slider-container {
    margin: 0 10px;
  }

  .main-event-slider .slick-slide {
    padding: 0 10px;
  }
}
.eventbox {
  background-color: #191a1d;
  display: block;
  color: #fff;
}
.eventbox__image-container {
  overflow: hidden;
  display: block;
}
.eventbox__image {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 60%;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  transition: all 0.3s linear;
}
.eventbox__image:hover {
  transform: scale(1.08);
  transition: all 0.3s linear;
}
.eventbox__content {
  padding: 15px;
}
.eventbox__ticket-buttons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.eventbox__title {
  margin: 0 0 12px 0;
  font-size: 16px;
  color: #00BDE5;
  font-weight: bold;
  transition: all 0.3s linear;
}
.eventbox__title:hover {
  color: #bae210;
  text-decoration: none;
  transition: all 0.3s linear;
}
.eventbox__date {
  color: #8f8f8f;
}

@media (min-width: 768px) {
  .eventbox__content {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
  }
  .eventbox__ticket-buttons {
    display: block;
    margin: 0;
  }
}
.small-eventbox {
  background-color: #191a1d;
  color: #fff;
  display: block;
}
.small-eventbox__image-container {
  overflow: hidden;
  display: block;
}
.small-eventbox__image {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 60%;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  transition: all 0.3s linear;
}
.small-eventbox__image:hover {
  transform: scale(1.08);
  transition: all 0.3s linear;
}
.small-eventbox__content {
  padding: 15px;
}
.small-eventbox__title {
  margin: 0 0 12px 0;
  font-size: 16px;
  color: #00BDE5;
  font-weight: bold;
  transition: all 0.3s linear;
}
.small-eventbox__title:hover {
  color: #bae210;
  text-decoration: none;
  transition: all 0.3s linear;
}
.small-eventbox__date {
  color: #8f8f8f;
}

@media (min-width: 768px) {
  .small-eventbox {
    display: flex;
  }
  .small-eventbox__image-container {
    width: 240px;
  }
}
.newsbox {
  display: flex;
  gap: 15px;
}
.newsbox__image-container {
  overflow: hidden;
  min-width: 120px;
  width: 120px;
}
.newsbox__image {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 60%;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  transition: all 0.3s linear;
}
.newsbox__image:hover {
  transform: scale(1.08);
  transition: all 0.3s linear;
}
.newsbox__content {
  padding: 15px;
}
.newsbox__title {
  margin: 0 0 12px 0;
  color: #00BDE5;
  font-weight: bold;
}
.newsbox__date {
  color: #8f8f8f;
}

.line-separator {
  border-bottom: 1px solid #363636;
}

.cinema-separator {
  height: 62px;
  background-image: url("/assets/site/images/filmstrip-bg.png");
  background-position: center center;
  position: relative;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}

.partners-slider {
  display: block;
}
.partners-slider .slick-track {
  display: flex;
  align-items: center;
}
.partners-slider .slick-slide {
  padding: 0 40px;
}
.partners-slider .slick-slide .partner-logo {
  display: block;
  width: 100%;
  max-width: 240px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  opacity: 0.6;
  transition: all 0.3s linear;
}
.partners-slider .slick-slide .partner-logo:hover {
  opacity: 1;
  transition: all 0.3s linear;
}

.footer-bg {
  background-image: url("/assets/site/images/bg-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer {
  background: rgba(2, 6, 14, 0.8);
}

.footer-logo img {
  width: 140px;
  height: auto;
}

.footer-gallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-gallery a {
  display: block;
  flex: 30%;
  overflow: hidden;
}
.footer-gallery a img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
.footer-gallery a:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}

input[type=text].form-control,
input[type=email].form-control,
select.form-control,
textarea.form-control {
  display: block;
  width: 100%;
  border: 1px solid #3c3f46;
  background: rgba(25, 26, 29, 0.7);
  padding: 8px;
  color: #8f8f8f;
  border-radius: 2px;
}

textarea.form-control {
  min-height: 100px;
}

.footer-contact-info {
  display: flex;
  gap: 10px;
}
.footer-contact-info [class^=icon-], .footer-contact-info [class*=" icon-"] {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}

.program-item__lead {
  color: #fff;
}
.program-item__date {
  margin-bottom: 20px;
}

.news-item__lead {
  color: #fff;
  font-weight: bold;
}

.error[data-message-for] {
  color: red;
  font-size: 13px;
  line-height: 17px;
}

.videoWrapper {
  max-width: 560px;
  margin: 20px auto;
}
.videoWrapper__iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 20px auto;
}
.videoWrapper__iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.open-cookie-consent-settings {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  background:#8cab05;
  position: fixed;
  bottom: 0px;
  right: 20px;
  display: block;
  padding: 6px 10px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: all 0.3s linear;
}
.open-cookie-consent-settings:hover {
  background: #627901;
  transition: all 0.3s linear;
}