@charset "UTF-8";
.vec-slider-buttons.style-03 .swiper-pagination-bullet:after,
.vec-slider-buttons.style-03 .swiper-pagination-bullet:before,
.vec-slider-buttons.style-04 .swiper-pagination-bullet:after,
.vec-slider-buttons.style-04 .swiper-pagination-bullet:before,
.plyr--video .plyr__controls,
.tm-swiper.pagination-style-04 .swiper-alt-arrow-button,
.tm-swiper.pagination-style-05 .swiper-pagination-bullet:after,
.tm-swiper.pagination-style-07 .swiper-pagination-bullet,
.tm-swiper.pagination-style-07 .swiper-pagination-bullet:after,
.tm-swiper.pagination-style-08 .swiper-alt-arrow-button,
.tm-swiper .swiper-pagination-bullet:after,
.tm-swiper .swiper-pagination-bullet:before,
.tm-swiper:hover .swiper-nav-button,
a,
input[type="checkbox"]:before,
select,
textarea {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
input[type="checkbox"]:after {
  -webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-swiper.pagination-style-04 .swiper-alt-arrow-button:before,
input[type="checkbox"]:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\5 Pro;
  font-weight: 400;
}
.tm-swiper.nav-style-04 .swiper-nav-button i {
  font-weight: 900;
}
.tm-swiper.nav-style-04 .swiper-nav-button i,
.tm-swiper .swiper-nav-button i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\5 Pro !important;
}
.tm-swiper .swiper-nav-button i {
  font-weight: 400;
}
*,
:after,
:before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 18px;
}
input[type="search"] {
  box-sizing: inherit;
}
.container {
  max-width: 1200px;
}
.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}
.col-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66667%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66667%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66667%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66667%;
}
.col-xs-offset-right-12 {
  margin-right: 100%;
}
@media (min-width: 544px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66667%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66667%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66667%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66667%;
  }
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66667%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66667%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66667%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66667%;
  }
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66667%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66667%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66667%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66667%;
  }
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-right-0 {
    margin-right: 0;
  }
  .col-xl-offset-right-1 {
    margin-right: 8.33333%;
  }
  .col-xl-offset-right-2 {
    margin-right: 16.66667%;
  }
  .col-xl-offset-right-3 {
    margin-right: 25%;
  }
  .col-xl-offset-right-4 {
    margin-right: 33.33333%;
  }
  .col-xl-offset-right-5 {
    margin-right: 41.66667%;
  }
  .col-xl-offset-right-6 {
    margin-right: 50%;
  }
  .col-xl-offset-right-7 {
    margin-right: 58.33333%;
  }
  .col-xl-offset-right-8 {
    margin-right: 66.66667%;
  }
  .col-xl-offset-right-9 {
    margin-right: 75%;
  }
  .col-xl-offset-right-10 {
    margin-right: 83.33333%;
  }
  .col-xl-offset-right-11 {
    margin-right: 91.66667%;
  }
  .col-xl-offset-right-12 {
    margin-right: 100%;
  }
}
@media (min-width: 1920px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-pull-1 {
    right: 8.33333%;
  }
  .col-xxl-pull-2 {
    right: 16.66667%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-4 {
    right: 33.33333%;
  }
  .col-xxl-pull-5 {
    right: 41.66667%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-7 {
    right: 58.33333%;
  }
  .col-xxl-pull-8 {
    right: 66.66667%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-10 {
    right: 83.33333%;
  }
  .col-xxl-pull-11 {
    right: 91.66667%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-push-1 {
    left: 8.33333%;
  }
  .col-xxl-push-2 {
    left: 16.66667%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-4 {
    left: 33.33333%;
  }
  .col-xxl-push-5 {
    left: 41.66667%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-7 {
    left: 58.33333%;
  }
  .col-xxl-push-8 {
    left: 66.66667%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-10 {
    left: 83.33333%;
  }
  .col-xxl-push-11 {
    left: 91.66667%;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-offset-0 {
    margin-left: 0;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .col-xxl-offset-right-0 {
    margin-right: 0;
  }
  .col-xxl-offset-right-1 {
    margin-right: 8.33333%;
  }
  .col-xxl-offset-right-2 {
    margin-right: 16.66667%;
  }
  .col-xxl-offset-right-3 {
    margin-right: 25%;
  }
  .col-xxl-offset-right-4 {
    margin-right: 33.33333%;
  }
  .col-xxl-offset-right-5 {
    margin-right: 41.66667%;
  }
  .col-xxl-offset-right-6 {
    margin-right: 50%;
  }
  .col-xxl-offset-right-7 {
    margin-right: 58.33333%;
  }
  .col-xxl-offset-right-8 {
    margin-right: 66.66667%;
  }
  .col-xxl-offset-right-9 {
    margin-right: 75%;
  }
  .col-xxl-offset-right-10 {
    margin-right: 83.33333%;
  }
  .col-xxl-offset-right-11 {
    margin-right: 91.66667%;
  }
  .col-xxl-offset-right-12 {
    margin-right: 100%;
  }
}
.col-xs-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.col-xs-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 544px) {
  .col-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .col-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 768px) {
  .col-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .col-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 992px) {
  .col-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .col-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .col-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .col-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1920px) {
  .col-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .col-xxl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.row-xs-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.row-xs-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-xs-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 544px) {
  .row-sm-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row-sm-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-sm-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .row-md-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row-md-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-md-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .row-lg-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row-lg-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-lg-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .row-xl-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row-xl-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-xl-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 1920px) {
  .row-xxl-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row-xxl-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-xxl-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.row-xs-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 544px) {
  .row-sm-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .row-md-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .row-lg-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .row-xl-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 1920px) {
  .row-xxl-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.row-xs-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 544px) {
  .row-sm-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .row-md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .row-lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .row-xl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1920px) {
  .row-xxl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.col-xs-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.col-xs-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.col-xs-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (min-width: 544px) {
  .col-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-sm-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .col-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .col-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-md-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .col-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .col-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-lg-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .col-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .col-xl-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-xl-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .col-xl-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media (min-width: 1920px) {
  .col-xxl-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-xxl-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .col-xxl-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
:root {
  --mg-button-hover-background:#ff4e0c;
}
a {
  color: #1b1637;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
a:focus,
a:hover {
  color: #999;
}
a.active {
  color: #1b1637;
}
a[href^="tel"] {
  text-decoration: none;
}
.link-secret {
  color: inherit !important;
}
.link-transition-01 {
  position: relative;
}
.link-transition-01:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.link-transition-01:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.link-transition-02 {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 5px 0;
}
.link-transition-02:after,
.link-transition-02:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.link-transition-02:after {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.link-transition-02:after,
.link-transition-02:hover:before {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.link-transition-02:hover:after {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.link-in-title {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.link-in-title:hover {
  color: #999 !important;
}
.title-has-link a {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.title-has-link a:hover {
  color: #999 !important;
}
ul {
  padding-left: 20px;
}
ol {
  list-style: decimal;
  padding-left: 30px;
}
ol,
ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
ol li + li,
ul li + li {
  margin: 6px 0 0;
}
li > ol,
li > ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
.list-style-dots {
  list-style-type: none;
  padding: 0;
}
.list-style-dots li {
  position: relative;
  padding: 0 0 0 15px;
}
.list-style-dots li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
::-webkit-input-placeholder {
  color: #9b9b9b;
}
:-moz-placeholder,
::-moz-placeholder {
  color: #9b9b9b;
}
:-ms-input-placeholder {
  color: #9b9b9b;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  padding: 3px 18px;
  min-height: 50px;
  outline: none;
  border-radius: 5px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  box-shadow: none;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
  color: #000;
  border-color: #000;
  background-color: #fff;
  box-shadow: none;
}
input[type="email"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="url"][disabled] {
  color: #1b1637 !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
select {
  width: 100%;
  max-width: 100%;
  padding: 3px 30px 3px 18px;
  min-height: 50px;
  outline: none;
  border-radius: 5px;
  background: transparent url(../image/select-arrow.svg) no-repeat;
  background-position: center right 18px;
  background-size: 10px auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
select,
select:focus {
  color: #000;
  box-shadow: none;
}
select:focus {
  border-color: #000;
  background-color: #fff;
}
textarea {
  width: 100%;
  outline: none;
  border-radius: 5px;
  display: block;
  padding: 12px 18px;
  max-width: 100%;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  border: 1px solid #d2d2d2;
}
textarea,
textarea:focus {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}
textarea:focus {
  border-color: #000;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  -webkit-appearance: none;
}
@-webkit-keyframes autofill {
  to {
    color: #7e7e7e;
    background: #fff;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.form-group {
  margin: 0 0 25px;
}
.form-group label.error,
.form-group p.error {
  display: block;
  margin: 3px 0 0;
  font-size: 13px;
  color: #d9534f;
}
.form-label {
  display: block;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 6px;
}
.form-label[for] {
  cursor: pointer;
}
.form-label-checkbox {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}
.form-label-checkbox input[type="checkbox"] {
  top: 2px;
}
@supports (-webkit-overflow-scrolling: touch) {
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  select,
  textarea {
    font-size: 16px !important;
  }
}
input[type="checkbox"] {
  position: relative;
  background: transparent;
  border-width: 0;
  box-shadow: none;
  margin: 0 9px 0 1px;
  cursor: pointer;
  height: 14px;
  width: 14px;
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.125rem;
}
input[type="checkbox"]:after {
  position: absolute;
  font-size: 12px;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
}
input[type="checkbox"]:hover:before {
  border-color: #000;
}
input[type="checkbox"]:checked:before {
  background: #000;
  border-color: transparent;
}
input[type="checkbox"]:checked:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input[type="radio"] {
  position: relative;
  padding: 5px;
  margin: 0 10px 0 2px;
  cursor: pointer;
}
input[type="radio"]:before {
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
input[type="radio"]:after,
input[type="radio"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
input[type="radio"]:after {
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
input[type="radio"]:hover:before {
  border-color: #000;
}
input[type="radio"]:checked {
  cursor: auto;
}
input[type="radio"]:checked:before {
  border-color: #ccc;
}
input[type="radio"]:checked:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 40px;
  height: 55px;
  line-height: 53px;
  outline: none;
  text-decoration: none;
  color: var(--mg-button-text, #fff);
  border: 1px solid var(--mg-button-border, #ff4e0c);
  background-color: var(--mg-button-background, #ff4e0c);
  border-radius: 30px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: var(
    --mg-button-box-shadow,
    0 14px 24px rgba(0, 114, 187, 0.15)
  );
}
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}
.button.disabled,
.button[disabled],
button.disabled,
button[disabled],
input[type="button"].disabled,
input[type="button"][disabled],
input[type="reset"].disabled,
input[type="reset"][disabled],
input[type="submit"].disabled,
input[type="submit"][disabled] {
  cursor: not-allowed;
  background-color: #ff4e0c !important;
  border-color: #ff4e0c !important;
  color: #fff !important;
  box-shadow: none !important;
}
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  color: var(--mg-button-hover-text, #fff);
  border-color: var(--mg-button-hover-border, #ff4e0c);
  background-color: var(--mg-button-hover-background, #ff4e0c);
}
.button:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.button-outline {
  --mg-button-text: #ff4e0c;
  --mg-button-border: #ff4e0c;
  --mg-button-background: transparent;
  --mg-button-hover-text: #fff;
  --mg-button-hover-border: #ff4e0c;
  --mg-button-hover-background: #ff4e0c;
}
.button-white {
  --mg-button-text: #1b1637;
  --mg-button-border: #fff;
  --mg-button-background: #fff;
  --mg-button-hover-text: #1b1637;
  --mg-button-hover-border: #fff;
  --mg-button-hover-background: #fff;
  --mg-button-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
}
.button-black {
  --mg-button-text: #fff;
  --mg-button-border: #000;
  --mg-button-background: #000;
  --mg-button-hover-text: #fff;
  --mg-button-hover-border: #000;
  --mg-button-hover-background: #000;
}
.button {
  display: inline-block;
}
.button-thick-border {
  border-width: 2px;
}
::-moz-selection {
  color: #fff;
  background-color: #1b1637;
}
::selection {
  color: #fff;
  background-color: #1b1637;
}
hr {
  margin-bottom: 1.5em;
  height: 1px;
  border: 0;
  background-color: #ccc;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
figcaption {
  padding: 16px 0 0;
  text-align: center;
  font-size: 0.9em;
}
[style*="--lazy-image-height"]:before {
  display: block;
  width: 100%;
  content: "";
  height: 0;
  padding-top: var(--lazy-image-height);
}
.vec-lazy-image {
  position: relative;
  overflow: hidden;
  background-color: #e2e2e2;
  max-width: 100%;
  width: var(--lazy-image-width);
}
.vec-lazy-image:before {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: -webkit-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.2) 20%,
    hsla(0, 0%, 100%, 0.5) 60%,
    hsla(0, 0%, 100%, 0)
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.2) 20%,
    hsla(0, 0%, 100%, 0.5) 60%,
    hsla(0, 0%, 100%, 0)
  );
  -webkit-animation: skeleton-loading 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: skeleton-loading 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.vec-lazy-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.ll-background.ll-background-unload {
  position: relative;
  background-color: #e2e2e2 !important;
  background-image: none !important;
}
.ll-background.ll-background-unload:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: -webkit-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.2) 20%,
    hsla(0, 0%, 100%, 0.5) 60%,
    hsla(0, 0%, 100%, 0)
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.2) 20%,
    hsla(0, 0%, 100%, 0.5) 60%,
    hsla(0, 0%, 100%, 0)
  );
  -webkit-animation: skeleton-loading 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: skeleton-loading 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
td,
th {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
th {
  color: #1b1637;
  font-weight: 700;
}
table th.empty {
  visibility: hidden;
  border: 0;
  background: none;
}
table tr:nth-child(2n) td {
  background: rgba(0, 0, 0, 0.01);
}
body {
  color: #828c9e;
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Rubik, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3;
  font-weight: 500;
  color: #1b1637;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
p {
  margin-bottom: 1.5em;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}
pre {
  font-size: 15px;
  overflow: auto;
  margin-bottom: 1.6em;
  padding: 1.6em;
  max-width: 100%;
  background: #eee;
  font-family: Courier\10 Pitch, Courier, monospace;
  line-height: 1.6;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
tt,
var {
  font-size: 15px;
  font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
}
code {
  background: #f3f4f5;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins,
mark {
  background: none;
  text-decoration: none;
}
mark {
  color: #ff4e0c;
}
big {
  font-size: 125%;
}
blockquote,
q {
  quotes: "" "";
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
blockquote {
  margin: 50px 0 44px 48px !important;
  border: 0;
  padding: 0;
  font-weight: 500;
  color: #1b1637;
  font-size: 28px;
  line-height: 1.43;
  max-width: 660px;
}
blockquote,
blockquote cite {
  font-family: Rubik, sans-serif;
  font-style: normal;
}
blockquote cite {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 18px 0 0;
}
blockquote cite em {
  font-style: inherit;
}
blockquote p {
  margin: 0 0 18px;
}
blockquote p > cite {
  display: block;
  margin: 36px 0 0;
}
@media screen and (max-width: 991px) {
  blockquote {
    font-size: 24px;
  }
  blockquote p > cite {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 991px) {
  blockquote {
    font-size: 20px;
    margin: 30px 0 !important;
  }
}
.svg-icon {
  font-size: 36px;
  line-height: 1;
  display: inline-block;
}
.svg-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.svg-icon svg [stroke^="#"],
.svg-icon svg [stroke^="url(#"] {
  stroke: currentColor;
}
.svg-icon svg [fill^="#"],
.svg-icon svg [fill^="url(#"] {
  fill: currentColor;
}
.video-wrapper {
  font-size: 0;
  line-height: 1;
}
.video-wrapper video {
  width: 100%;
  max-width: 100%;
}
.vec-nice-select,
.vec-widget-nice-select {
  display: none;
}
.vec-nice-select-wrap {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
}
.vec-nice-select-wrap .vec-nice-select-current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  background: #fff url(../image/select-arrow.svg) no-repeat center right 15px;
  background-size: 10px auto;
  border: 1px solid #d2d2d2;
  color: #000;
  padding: 3px 35px 3px 15px;
  min-height: 50px;
  max-width: 100%;
  border-radius: 5px;
  cursor: pointer;
}
.vec-nice-select-wrap .vec-nice-select-current .label {
  margin-right: 4px;
}
.vec-nice-select-wrap .vec-nice-select-current .label:before {
  margin-right: 10px;
}
.vec-nice-select-wrap .vec-nice-select {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 9999;
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  background: #f8f8f8;
  color: #1b1637;
  border: 0;
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vec-nice-select-wrap .vec-nice-select li {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 15px;
  margin: 0;
}
.vec-nice-select-wrap .vec-nice-select li.selected,
.vec-nice-select-wrap .vec-nice-select li:hover {
  color: #fff;
  background: #1b1637;
}
.vec-nice-select-wrap.focused .vec-nice-select {
  visibility: visible;
  opacity: 1;
}
.vec-nice-select-wrap.focused .vec-nice-select-current {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.plyr__control--overlaid,
.plyr__controls {
  --plyr-color-main: #ff4e0c;
}
.plyr__controls__item,
.plyr__controls__item button {
  height: auto;
}
.plyr--video .plyr__controls {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  width: 114px;
  height: 114px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1b1637;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25);
}
.plyr--full-ui.plyr--video .plyr__control--overlaid:hover {
  background-color: #ff4e0c;
}
.plyr--video,
.plyr__video-wrapper {
  background: none !important;
}
@media (max-width: 767px) {
  .plyr--full-ui.plyr--video .plyr__control--overlaid {
    width: 78px;
    height: 78px;
  }
}
.tm-swiper {
  --slides-view: 1;
  z-index: 1;
}
.tm-swiper,
.tm-swiper .swiper-inner {
  position: relative;
}
.tm-swiper .swiper-container {
  width: 100%;
}
.tm-swiper .swiper-container:not(.swiper-container-initialized) .swiper-slide {
  margin-right: calc(1px * var(--gutter, 0));
}
.tm-swiper .swiper-container .swiper-slide {
  width: var(
    --slides-width,
    calc(
      (100% - ((var(--slides-view) - 1) * var(--gutter, 0) * 1px)) /
        var(--slides-view)
    )
  );
}
.tm-swiper .swiper-slide {
  box-sizing: border-box;
  text-align: left;
  overflow: visible;
}
.tm-swiper .swiper-slide .tm-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tm-swiper
  > .swiper-inner
  > .swiper-container
  > .swiper-wrapper
  > .swiper-slide {
  display: var(--swiper-content-display, block);
  -webkit-align-self: var(--swiper-content-v-align, flex-start);
  -ms-flex-item-align: var(--swiper-content-v-align, flex-start);
  align-self: var(--swiper-content-v-align, flex-start);
  -webkit-box-pack: var(--swiper-content-h-align, flex-start);
  -webkit-justify-content: var(--swiper-content-h-align, flex-start);
  -ms-flex-pack: var(--swiper-content-h-align, flex-start);
  justify-content: var(--swiper-content-h-align, flex-start);
}
.tm-swiper[data-autoplay="1"] .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.tm-swiper
  > .swiper-inner
  > .swiper-container.swiper-container-horizontal
  > .swiper-wrapper[data-active-items="auto"]
  > .swiper-slide {
  width: auto !important;
}
.tm-swiper
  > .swiper-inner
  > .swiper-container.swiper-container-horizontal
  > .swiper-wrapper[data-active-items="auto"]
  > .swiper-slide
  img {
  width: auto;
}
.tm-swiper
  > .swiper-inner
  > .swiper-container.swiper-container-vertical
  > .swiper-wrapper[data-active-items="auto"]
  > .swiper-slide {
  height: auto !important;
}
.tm-swiper
  > .swiper-inner
  > .swiper-container.swiper-container-vertical
  > .swiper-wrapper[data-active-items="auto"]
  > .swiper-slide
  img {
  height: auto;
}
.tm-swiper.highlight-centered-items .swiper-slide {
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.tm-swiper.highlight-centered-items-opacity
  .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.4;
}
.tm-swiper .swiper-pagination-container {
  position: var(--swiper-pagination-vertical-position);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tm-swiper .swiper-pagination-container .col-md-12,
.tm-swiper .swiper-pagination-container .container,
.tm-swiper .swiper-pagination-container .row {
  height: 100%;
}
.tm-swiper .swiper-pagination-wrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: var(--swiper-pagination-vertical-align, flex-end);
  -webkit-align-items: var(--swiper-pagination-vertical-align, flex-end);
  -ms-flex-align: var(--swiper-pagination-vertical-align, flex-end);
  align-items: var(--swiper-pagination-vertical-align, flex-end);
  -webkit-box-pack: var(--swiper-pagination-horizontal-align, center);
  -webkit-justify-content: var(--swiper-pagination-horizontal-align, center);
  -ms-flex-pack: var(--swiper-pagination-horizontal-align, center);
  justify-content: var(--swiper-pagination-horizontal-align, center);
}
.tm-swiper .swiper-pagination-inner {
  pointer-events: auto;
  margin: var(--swiper-pagination-margin-top)
    var(--swiper-pagination-margin-right) var(--swiper-pagination-margin-bottom)
    var(--swiper-pagination-margin-left);
  position: relative;
  z-index: 6;
}
.tm-swiper .swiper-pagination {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: var(--swiper-pagination-direction, row);
  -ms-flex-direction: var(--swiper-pagination-direction, row);
  flex-direction: var(--swiper-pagination-direction, row);
}
.tm-swiper .swiper-pagination.swiper-pagination-progressbar {
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
  background: #bbb;
}
.tm-swiper .swiper-pagination.swiper-pagination-custom {
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
}
.tm-swiper .swiper-pagination-bullets {
  font-size: 0;
}
.tm-swiper .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: var(--swiper-pagination-v-spacing, 5px)
    var(--swiper-pagination-h-spacing, 5px);
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  position: relative;
  outline: none;
  color: #1b1637;
}
.tm-swiper .swiper-pagination-bullet:hover {
  color: #1b1637;
}
.tm-swiper .swiper-pagination-bullet:hover:before {
  width: 10px;
  height: 10px;
}
.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #1b1637;
}
.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 0;
}
.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border-color: currentColor;
  width: 14px;
  height: 14px;
}
.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  cursor: default;
}
.tm-swiper .swiper-pagination-bullet:after,
.tm-swiper .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  z-index: 1;
}
.tm-swiper .swiper-pagination-bullet:before {
  background: currentColor;
}
.tm-swiper .swiper-pagination-bullet:after {
  border: 1px solid transparent;
  border-radius: 50%;
}
.tm-swiper .swiper-pagination-bullet:only-child {
  visibility: hidden;
}
.tm-swiper .fraction {
  display: inline-block;
}
.tm-swiper .swiper-pagination-bullets-dynamic {
  white-space: nowrap;
}
.tm-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.tm-swiper.pagination-style-02 .swiper-pagination-bullet {
  width: 22px;
  margin: var(--swiper-pagination-v-spacing, 4px)
    var(--swiper-pagination-h-spacing, 4px);
  color: rgba(0, 0, 0, 0.5);
}
.tm-swiper.pagination-style-02 .swiper-pagination-bullet:before {
  border-radius: 0;
  width: 22px;
  height: 4px;
  background-color: currentColor;
}
.tm-swiper.pagination-style-02 .swiper-pagination-bullet:after {
  display: none;
}
.tm-swiper.pagination-style-02 .swiper-pagination-bullet:hover {
  color: #1b1637;
}
.tm-swiper.pagination-style-02 .swiper-pagination-bullet:hover:before {
  background-color: currentColor;
}
.tm-swiper.pagination-style-02
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #1b1637;
}
.tm-swiper.pagination-style-02
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  background-color: currentColor;
}
.tm-swiper.pagination-style-03 .fraction {
  font-size: 18px;
  font-weight: 500;
  color: #1b1637;
}
.tm-swiper.pagination-style-03 .fraction * {
  display: inline-block;
  vertical-align: middle;
}
.tm-swiper.pagination-style-03 .fraction .separator {
  width: 40px;
  height: 1px;
  background: #eee;
  margin: var(--swiper-pagination-v-spacing, 13px)
    var(--swiper-pagination-h-spacing, 13px);
}
.tm-swiper.pagination-style-04 .swiper-pagination-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: var(--swiper-pagination-direction, row);
  -ms-flex-direction: var(--swiper-pagination-direction, row);
  flex-direction: var(--swiper-pagination-direction, row);
}
.tm-swiper.pagination-style-04 .fraction {
  font-size: 16px;
  font-weight: 500;
  color: #1b1637;
}
.tm-swiper.pagination-style-04 .fraction div {
  display: inline-block;
}
.tm-swiper.pagination-style-04 .swiper-pagination {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 15px;
  min-width: 80px;
}
.tm-swiper.pagination-style-04 .swiper-alt-arrow-button {
  color: #9b9b9b;
  font-size: 20px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(var(--swiper-pagination-arrow-rotate, 0));
  -ms-transform: rotate(var(--swiper-pagination-arrow-rotate, 0));
  transform: rotate(var(--swiper-pagination-arrow-rotate, 0));
}
.tm-swiper.pagination-style-04 .swiper-alt-arrow-button:hover {
  color: #fff;
  background-color: #1b1637;
  border-color: #1b1637;
  box-shadow: 0 0 0 0.2rem #1b1637;
}
.tm-swiper.pagination-style-04 .swiper-alt-arrow-prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.tm-swiper.pagination-style-04 .swiper-alt-arrow-prev:before {
  content: "";
}
.tm-swiper.pagination-style-04 .swiper-alt-arrow-next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.tm-swiper.pagination-style-04 .swiper-alt-arrow-next:before {
  content: "";
}
.tm-swiper.pagination-style-05 .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  margin: var(--swiper-pagination-v-spacing, 3px)
    var(--swiper-pagination-h-spacing, 3px);
  color: rgba(0, 0, 0, 0.5);
}
.tm-swiper.pagination-style-05 .swiper-pagination-bullet:before {
  width: 8px;
  height: 8px;
  background-color: currentColor;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.tm-swiper.pagination-style-05 .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  opacity: 0;
  border: 1px solid transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.tm-swiper.pagination-style-05
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.tm-swiper.pagination-style-05 .swiper-pagination-bullet:hover {
  color: #1b1637;
}
.tm-swiper.pagination-style-05
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.tm-swiper.pagination-style-05 .swiper-pagination-bullet:hover:before {
  background-color: currentColor;
}
.tm-swiper.pagination-style-05
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.tm-swiper.pagination-style-05 .swiper-pagination-bullet:hover:after {
  opacity: 1;
  border-color: currentColor;
}
.tm-swiper.pagination-style-05
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 100%;
  height: 100%;
}
.tm-swiper.pagination-style-05
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}
.tm-swiper.pagination-style-06 .fraction {
  font-size: 14px;
  color: #1b1637;
  font-weight: 700;
}
.tm-swiper.pagination-style-06 .fraction * {
  display: inline-block;
  line-height: 1;
}
.tm-swiper.pagination-style-06 .fraction .separator {
  font-size: 0.9em;
  position: relative;
  top: -1px;
  padding: 0 8px;
}
.tm-swiper.pagination-style-07 .swiper-pagination-bullet {
  color: #1b1637;
  font-size: 24px;
  font-weight: 500;
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0;
}
.tm-swiper.pagination-style-07
  .swiper-pagination-bullet
  + .swiper-pagination-bullet {
  margin-left: var(--swiper-pagination-spacing, 22px);
}
.tm-swiper.pagination-style-07 .swiper-pagination-bullet:before {
  display: none;
}
.tm-swiper.pagination-style-07 .swiper-pagination-bullet:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #1b1637;
  position: absolute;
  right: calc(-1 / 3 * var(--swiper-pagination-spacing, 22px));
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: auto;
  border: 0;
}
.tm-swiper.pagination-style-07
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  padding-right: 100px;
}
.tm-swiper.pagination-style-07
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 100px;
}
.tm-swiper.pagination-style-08 .swiper-pagination-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: var(--swiper-pagination-direction, row);
  -ms-flex-direction: var(--swiper-pagination-direction, row);
  flex-direction: var(--swiper-pagination-direction, row);
}
.tm-swiper.pagination-style-08 .swiper-pagination {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.tm-swiper.pagination-style-08 .swiper-alt-arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1b1637;
  font-size: 14px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(var(--swiper-pagination-arrow-rotate, 0));
  -ms-transform: rotate(var(--swiper-pagination-arrow-rotate, 0));
  transform: rotate(var(--swiper-pagination-arrow-rotate, 0));
}
.tm-swiper.pagination-style-08 .swiper-alt-arrow-button:hover {
  color: #1b1637;
}
.tm-swiper.pagination-style-08 .swiper-alt-arrow-button svg {
  width: 14px;
  height: auto;
}
.tm-swiper.pagination-style-08 .swiper-alt-arrow-prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.tm-swiper.pagination-style-08 .swiper-alt-arrow-next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.tm-swiper .swiper-nav-buttons-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tm-swiper .swiper-nav-buttons-wrap .col-md-12,
.tm-swiper .swiper-nav-buttons-wrap .container,
.tm-swiper .swiper-nav-buttons-wrap .row {
  height: 100%;
}
.tm-swiper .swiper-nav-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.tm-swiper .swiper-nav-button {
  --vec-swiper-nav-button-hover-background: #1b1637;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.25s linear 0.5s, opacity 0.25s linear 0.5s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.25s linear 0.5s, opacity 0.25s linear 0.5s;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  width: 45px;
  height: 45px;
  font-size: 14px;
  color: #1b1637;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 10px 0;
  pointer-events: auto;
  border: 1px solid #c4c4c4;
  background-color: transparent;
  background-image: none;
}
.tm-swiper .swiper-nav-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.tm-swiper .swiper-nav-button:hover {
  color: #fff;
  background-color: var(--vec-swiper-nav-button-hover-background);
  border-color: #1b1637;
  box-shadow: 0 0 0 0.2rem var(--vec-swiper-nav-button-hover-background);
}
.tm-swiper .swiper-nav-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tm-swiper .swiper-nav-button:after {
  display: none;
}
.tm-swiper.nav-show-always .swiper-nav-button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.tm-swiper .swiper-button-prev {
  left: 30px;
}
.tm-swiper .swiper-button-prev i:before {
  content: "";
}
.tm-swiper .swiper-button-next {
  right: 30px;
}
.tm-swiper .swiper-button-next i:before {
  content: "";
}
.tm-swiper:hover .swiper-nav-button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.tm-swiper .nav-button-text {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tm-swiper.nav-style-02 .swiper-nav-button {
  font-size: 18px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.25s linear, opacity 0.25s linear;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.25s linear, opacity 0.25s linear;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.01);
}
.tm-swiper.nav-style-02 .swiper-nav-button:hover {
  background-color: var(--vec-swiper-nav-button-hover-background);
  border-color: #1b1637;
  box-shadow: 0 0 0 0.2rem var(--vec-swiper-nav-button-hover-background);
}
.tm-swiper.nav-style-02 .swiper-button-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 30px;
}
.tm-swiper.nav-style-02 .swiper-button-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 30px;
}
.tm-swiper.nav-style-02.nav-show-always .swiper-nav-button,
.tm-swiper.nav-style-02:hover .swiper-nav-button {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.tm-swiper.nav-style-03 .swiper-nav-button {
  width: 64px;
  height: 64px;
  font-size: 23px;
  color: #1b1637;
  border-width: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: none;
}
.tm-swiper.nav-style-03 .swiper-nav-button:hover {
  color: #1b1637;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.11);
}
.tm-swiper.nav-style-03 .swiper-nav-button svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: currentColor;
}
.tm-swiper.nav-style-03 .swiper-nav-button svg [stroke^="#"],
.tm-swiper.nav-style-03 .swiper-nav-button svg [stroke^="url(#"] {
  stroke: currentColor;
}
.tm-swiper.nav-style-03 .swiper-nav-button svg [fill^="#"],
.tm-swiper.nav-style-03 .swiper-nav-button svg [fill^="url(#"] {
  fill: currentColor;
}
.tm-swiper.nav-style-03 .swiper-button-prev {
  left: 30px;
}
.tm-swiper.nav-style-03 .swiper-button-next {
  right: 30px;
}
.tm-swiper.nav-style-04 .swiper-nav-button {
  color: #1b1637;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.11);
  background-color: #fff;
  border: 0;
}
.tm-swiper.nav-style-04 .swiper-button-prev {
  left: 30px;
}
.tm-swiper.nav-style-04 .swiper-button-next {
  right: 30px;
}
.vec-slider-buttons .button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}
.vec-slider-buttons .button-wrap,
.vec-slider-buttons .slider-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vec-slider-buttons .slider-btn {
  --vec-swiper-nav-button-hover-background: #1b1637;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.25s linear 1s, opacity 0.25s linear 1s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.25s linear 1s, opacity 0.25s linear 1s;
  background-image: none;
  width: 45px;
  height: 45px;
  font-size: 14px;
  background-color: transparent;
  color: #1b1637;
  border-radius: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.19);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 5px;
}
.vec-slider-buttons .slider-btn:hover {
  color: #fff;
  background-color: var(--vec-swiper-nav-button-hover-background);
  border-color: #1b1637;
  box-shadow: 0 0 0 0.2rem var(--vec-swiper-nav-button-hover-background);
}
.vec-slider-buttons .icon {
  display: block;
  font-size: inherit;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.vec-slider-buttons .icon.reverse {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vec-slider-buttons.style-02 .button-wrap,
.vec-slider-buttons.style-03 .button-wrap,
.vec-slider-buttons.style-04 .button-wrap {
  margin-left: 0;
  margin-right: 0;
}
.vec-slider-buttons.style-02 .slider-btn,
.vec-slider-buttons.style-03 .slider-btn,
.vec-slider-buttons.style-04 .slider-btn {
  margin: 0;
}
.vec-slider-buttons.style-02 .slider-prev-btn,
.vec-slider-buttons.style-03 .slider-prev-btn,
.vec-slider-buttons.style-04 .slider-prev-btn {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.vec-slider-buttons.style-02 .slider-next-btn,
.vec-slider-buttons.style-03 .slider-next-btn,
.vec-slider-buttons.style-04 .slider-next-btn {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.vec-slider-buttons.style-02 .pagination-wrapper,
.vec-slider-buttons.style-03 .pagination-wrapper,
.vec-slider-buttons.style-04 .pagination-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
}
.vec-slider-buttons.style-02 .slider-btn {
  font-size: 23px;
  width: 80px;
  height: 80px;
}
.vec-slider-buttons.style-02 .pagination-wrapper {
  margin: 0 17px;
  min-width: 84px;
  width: auto;
}
.vec-slider-buttons.style-02 .fraction {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1b1637;
}
.vec-slider-buttons.style-02 .fraction div {
  display: inline-block;
}
.vec-slider-buttons.style-03 .slider-btn,
.vec-slider-buttons.style-04 .slider-btn {
  font-size: 14px;
}
.vec-slider-buttons.style-03 .pagination-wrapper,
.vec-slider-buttons.style-04 .pagination-wrapper {
  font-size: 0;
}
.vec-slider-buttons.style-03 .swiper-pagination-bullet,
.vec-slider-buttons.style-04 .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  position: relative;
  outline: none;
  color: #1b1637;
}
.vec-slider-buttons.style-03 .swiper-pagination-bullet:hover,
.vec-slider-buttons.style-04 .swiper-pagination-bullet:hover {
  color: #1b1637;
}
.vec-slider-buttons.style-03 .swiper-pagination-bullet:hover:before,
.vec-slider-buttons.style-04 .swiper-pagination-bullet:hover:before {
  width: 10px;
  height: 10px;
}
.vec-slider-buttons.style-03
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.vec-slider-buttons.style-04
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #1b1637;
}
.vec-slider-buttons.style-03
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.vec-slider-buttons.style-04
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 0;
}
.vec-slider-buttons.style-03
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.vec-slider-buttons.style-04
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border-color: currentColor;
  width: 14px;
  height: 14px;
}
.vec-slider-buttons.style-03
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.vec-slider-buttons.style-04
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  cursor: default;
}
.vec-slider-buttons.style-03 .swiper-pagination-bullet:after,
.vec-slider-buttons.style-03 .swiper-pagination-bullet:before,
.vec-slider-buttons.style-04 .swiper-pagination-bullet:after,
.vec-slider-buttons.style-04 .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  z-index: 1;
}
.vec-slider-buttons.style-03 .swiper-pagination-bullet:before,
.vec-slider-buttons.style-04 .swiper-pagination-bullet:before {
  background: currentColor;
}
.vec-slider-buttons.style-03 .swiper-pagination-bullet:after,
.vec-slider-buttons.style-04 .swiper-pagination-bullet:after {
  border: 1px solid transparent;
  border-radius: 50%;
}
.vec-slider-buttons.style-03 .slider-btn {
  border: 0;
}
.vec-slider-buttons.style-03 .slider-btn:hover {
  color: #1b1637;
  background-color: transparent;
  box-shadow: none;
}
.vec-slider-buttons.style-05 .button-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.vec-slider-buttons.style-05 .slider-btn {
  width: auto;
  height: 45px;
  border-radius: 0;
  border-width: 0;
  margin: 0 10px;
  box-shadow: none;
  color: #1b1637;
  background-color: transparent;
}
.vec-slider-buttons.style-05 .slider-btn:hover {
  color: #999;
}
.tm-swiper--light .swiper-pagination-bullet {
  color: hsla(0, 0%, 100%, 0.5);
}
.tm-swiper--light.pagination-style-03 .fraction,
.tm-swiper--light .swiper-pagination-bullet.swiper-pagination-bullet-active,
.tm-swiper--light .swiper-pagination-bullet:hover {
  color: #fff;
}
.tm-swiper--light.pagination-style-03 .fraction .separator {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.tm-swiper--light.pagination-style-05 .swiper-pagination-bullet,
.tm-swiper--light.pagination-style-06 .fraction {
  color: #fff;
}
body.rtl
  .tm-swiper.pagination-style-07
  .swiper-pagination-bullet
  + .swiper-pagination-bullet {
  margin-right: var(--swiper-pagination-spacing, 22px);
}
body.rtl .tm-swiper.pagination-style-07 .swiper-pagination-bullet:after {
  left: calc(-1 / 3 * var(--swiper-pagination-spacing, 22px));
  right: auto;
}
@media screen and (min-width: 1380px) {
  .tm-swiper .swiper-button-prev {
    left: -75px;
  }
  .tm-swiper .swiper-button-next {
    right: -75px;
  }
  .tm-swiper.nav-style-03 .swiper-button-prev {
    left: -94px;
  }
  .tm-swiper.nav-style-03 .swiper-button-next {
    right: -94px;
  }
  .tm-swiper.nav-style-04 .swiper-button-prev {
    left: -22px;
  }
  .tm-swiper.nav-style-04 .swiper-button-next {
    right: -22px;
  }
}
@media (max-width: 991px) {
  .tm-swiper.pagination-style-07 .swiper-pagination-bullet {
    font-size: 22px;
  }
  .tm-swiper.pagination-style-07
    .swiper-pagination-bullet
    + .swiper-pagination-bullet {
    margin-left: 15px;
  }
  .tm-swiper.pagination-style-07 .swiper-pagination-bullet:after {
    right: -5px;
  }
  .tm-swiper.pagination-style-07
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    padding-right: 60px;
  }
  .tm-swiper.pagination-style-07
    .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .tm-swiper.pagination-style-07 .swiper-pagination-bullet {
    font-size: 20px;
  }
  .tm-swiper.pagination-style-07
    .swiper-pagination-bullet
    + .swiper-pagination-bullet {
    margin-left: 10px;
  }
  .tm-swiper.pagination-style-07 .swiper-pagination-bullet:after {
    right: -3px;
  }
  .tm-swiper.pagination-style-07
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    padding-right: 60px;
  }
  .tm-swiper.pagination-style-07
    .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 60px;
  }
}
.tm-swiper[style*="--items-desktop:"] {
  --slides-view: var(--items-desktop);
}
.tm-swiper[style*="--gutter-desktop:"] {
  --gutter: var(--gutter-desktop);
}
@media (min-width: 1600px) {
  .tm-swiper[style*="--items-wide-screen:"] {
    --slides-view: var(--items-wide-screen);
  }
  .tm-swiper[style*="--gutter-wide-screen:"] {
    --gutter: var(--gutter-wide-screen);
  }
}
@media (max-width: 1199px) {
  .tm-swiper[style*="--items-laptop:"] {
    --slides-view: var(--items-laptop);
  }
  .tm-swiper[style*="--gutter-laptop:"] {
    --gutter: var(--gutter-laptop);
  }
}
@media (max-width: 991px) {
  .tm-swiper[style*="--items-tablet-extra:"] {
    --slides-view: var(--items-tablet-extra);
  }
  .tm-swiper[style*="--gutter-tablet-extra:"] {
    --gutter: var(--gutter-tablet-extra);
  }
}
@media (max-width: 767px) {
  .tm-swiper[style*="--items-tablet:"] {
    --slides-view: var(--items-tablet);
  }
  .tm-swiper[style*="--gutter-tablet:"] {
    --gutter: var(--gutter-tablet);
  }
}
@media (max-width: 575px) {
  .tm-swiper[style*="--items-mobile-extra:"] {
    --slides-view: var(--items-mobile-extra);
  }
  .tm-swiper[style*="--gutter-mobile-extra:"] {
    --gutter: var(--gutter-mobile-extra);
  }
}
@media (max-width: 360px) {
  .tm-swiper[style*="--items-mobile:"] {
    --slides-view: var(--items-mobile);
  }
  .tm-swiper[style*="--gutter-mobile:"] {
    --gutter: var(--gutter-mobile);
  }
}
.grid-modern {
  --grid-columns: 4;
  --grid-row-gap: 30px;
  --grid-column-gap: 30px;
  -ms-grid-columns: (minmax(0, 1fr)) [var];
  grid-template-columns: repeat(var(--grid-columns), minmax(0, 1fr));
  -webkit-column-gap: var(--grid-column-gap);
  -moz-column-gap: var(--grid-column-gap);
  column-gap: var(--grid-column-gap);
  row-gap: var(--grid-row-gap);
}
.grid-modern,
.lazy-grid {
  display: -ms-grid;
  display: grid;
}
.lazy-grid {
  -ms-grid-columns: (1fr) [var];
  grid-template-columns: repeat(var(--grid-columns, 3), 1fr);
  grid-gap: calc(1px * var(--grid-gutter, 30));
}
.lazy-grid .grid-sizer {
  display: none;
}
.lazy-grid .grid-item {
  min-width: 0;
}
.lazy-grid.loaded,
.lazy-grid.loaded .grid-sizer {
  display: block;
}
.vec-grid-wrapper[style*="--grid-columns-desktop:"] {
  --grid-columns: var(--grid-columns-desktop);
}
.vec-grid-wrapper[style*="--grid-gutter-desktop:"] {
  --grid-gutter: var(--grid-gutter-desktop);
}
@media (min-width: 1600px) {
  .vec-grid-wrapper[style*="--grid-columns-widescreen:"] {
    --grid-columns: var(--grid-columns-widescreen);
  }
  .vec-grid-wrapper[style*="--grid-gutter-widescreen:"] {
    --grid-gutter: var(--grid-gutter-widescreen);
  }
}
@media (max-width: 1199px) {
  .vec-grid-wrapper[style*="--grid-columns-laptop:"] {
    --grid-columns: var(--grid-columns-laptop);
  }
  .vec-grid-wrapper[style*="--grid-gutter-laptop:"] {
    --grid-gutter: var(--grid-gutter-laptop);
  }
}
@media (max-width: 991px) {
  .vec-grid-wrapper[style*="--grid-columns-tablet-extra:"] {
    --grid-columns: var(--grid-columns-tablet-extra);
  }
  .vec-grid-wrapper[style*="--grid-gutter-tablet-extra:"] {
    --grid-gutter: var(--grid-gutter-tablet-extra);
  }
}
@media (max-width: 767px) {
  .vec-grid-wrapper[style*="--grid-columns-tablet:"] {
    --grid-columns: var(--grid-columns-tablet);
  }
  .vec-grid-wrapper[style*="--grid-gutter-tablet:"] {
    --grid-gutter: var(--grid-gutter-tablet);
  }
}
@media (max-width: 575px) {
  .vec-grid-wrapper[style*="--grid-columns-mobile-extra:"] {
    --grid-columns: var(--grid-columns-mobile-extra);
  }
  .vec-grid-wrapper[style*="--grid-gutter-mobile-extra:"] {
    --grid-gutter: var(--grid-gutter-mobile-extra);
  }
}
@media (max-width: 360px) {
  .vec-grid-wrapper[style*="--grid-columns-mobile:"] {
    --grid-columns: var(--grid-columns-mobile);
  }
  .vec-grid-wrapper[style*="--grid-gutter-mobile:"] {
    --grid-gutter: var(--grid-gutter-mobile);
  }
}
.ps-container .ps-scrollbar-x-rail {
  height: 10px;
}
.ps-container .ps-scrollbar-x-rail > .ps-scrollbar-x {
  bottom: 0;
  border-radius: 0;
}
.ps-container .ps-scrollbar-x-rail:active > .ps-scrollbar-y,
.ps-container .ps-scrollbar-x-rail:hover > .ps-scrollbar-y {
  height: 100%;
}
.ps-container > .ps-scrollbar-y-rail {
  width: 10px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  right: 0;
  border-radius: 0;
}
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  width: 100%;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #1b1637;
}
.row--align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.row--align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.row--align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.row--align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.primary-color {
  color: #ff4e0c;
}
.primary-color-dark {
  color: #941ae9;
}
.list-no-style {
  margin: 0;
  padding: 0;
}
.list-no-style li {
  list-style: none;
}
.list-inline li {
  margin: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: start;
}
.text-right {
  text-align: end;
}
.text-line-through {
  text-decoration: line-through;
}
[style*="--aspect-ratio"] {
  position: relative;
  overflow: hidden;
}
[style*="--aspect-ratio"]:before {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc(100% / (1e-9 + var(--aspect-ratio, 16/9)));
}
[style*="--aspect-ratio"] > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .col-md-order-n-1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 767px) {
  .col-sm-order-n-1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@-webkit-keyframes tm-loop-move-vertical {
  0% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}
@keyframes tm-loop-move-vertical {
  0% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}
.loop-move-vertical {
  -webkit-animation: 3s tm-loop-move-vertical linear infinite alternate;
  animation: 3s tm-loop-move-vertical linear infinite alternate;
  -webkit-animation-duration: var(--loop-speed, 3s);
  animation-duration: var(--loop-speed, 3s);
}
.vec-tabs {
  --tab-title-spacing: 64px;
  --tab-title-graphic-spacing: 15px;
  --tab-title-font-size: 18px;
  --tab-content-spacing: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vec-tabs--horizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vec-tabs--horizontal .vec-tabs__header-wrap {
  margin-bottom: var(--tab-content-spacing);
}
.vec-tabs--horizontal-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.vec-tabs--horizontal-reverse .vec-tabs__header-wrap {
  margin-top: var(--tab-content-spacing);
}
.vec-tabs__header-wrap {
  position: relative;
  display: var(--vec-tabs-heading-display, "block");
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vec-tabs__header-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  background: #eeeee0;
}
.vec-tabs__header-inner {
  position: relative;
  overflow-x: auto;
  padding: 0 0 2px;
}
.handheld .vec-tabs__header-inner {
  overflow-x: scroll;
}
.vec-tabs__header {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.vec-tabs__header .tab-title {
  position: relative;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0 10px;
}
.vec-tabs__header .tab-title:after {
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #1b1637;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vec-tabs__header .tab-title + .tab-title {
  margin-left: var(--tab-title-spacing);
}
.vec-tabs__header .tab-title span {
  display: block;
}
.vec-tabs__header .tab-title--no-text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vec-tabs__header .tab-title__text {
  font-size: var(--tab-title-font-size);
  font-weight: 500;
  line-height: 21px;
  color: #828c9e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vec-tabs__header .tab-title.active .tab-title__text,
.vec-tabs__header .tab-title:hover .tab-title__text {
  color: #1b1637;
}
.vec-tabs__header .tab-title.active:after {
  width: 100%;
}
.vec-tabs--title-graphic-position-top .tab-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vec-tabs--title-graphic-position-top .tab-title__graphic {
  margin-bottom: var(--tab-title-graphic-spacing);
}
.vec-tabs--title-graphic-position-bottom .tab-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.vec-tabs--title-graphic-position-bottom .tab-title__graphic {
  margin-top: var(--tab-title-graphic-spacing);
}
.vec-tabs--title-graphic-position-left .tab-title__graphic {
  margin-right: var(--tab-title-graphic-spacing);
}
.vec-tabs--title-graphic-position-right .tab-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.vec-tabs--title-graphic-position-right .tab-title__graphic {
  margin-left: var(--tab-title-graphic-spacing);
}
.vec-tabs--title-graphic-align-left .tab-title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vec-tabs--title-graphic-align-center .tab-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vec-tabs--title-graphic-align-right .tab-title {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.vec-tabs__content {
  position: relative;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.vec-tabs__content .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vec-tabs__content .tab-content.active {
  opacity: 1;
  z-index: 2;
}
.vec-tabs__content .tab-content:not(.active) {
  pointer-events: none;
}
.vec-tabs__content .tab-content:not(.active) > * {
  pointer-events: none !important;
}
.vec-tabs__content .tab-content-wrapper {
  margin: 0 auto;
  width: 100%;
}
.vec-tabs:not(.initialized) .tab-content.active {
  position: static;
}
.vec-tabs--nav-type-dropdown .vec-tabs__header-inner {
  overflow: visible !important;
}
.vec-tabs--nav-type-dropdown
  .vec-nice-select-wrap
  .vec-nice-select {
  top: 100%;
}
.vec-tabs--nav-type-dropdown
  .vec-nice-select-wrap.focused
  .vec-nice-select {
  top: calc(100% - 5px);
}
.vec-tabs--nav-style-dropdown .vec-tabs__header-wrap:after {
  display: none;
}
.vec-tabs--nav-style-dropdown .vec-tabs__header-inner {
  padding: 0;
}
.vec-tab-header__dropdown-section {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 42px;
  line-height: 1.3;
}
.vec-tab-header__dropdown-section .intro-text {
  color: #959595;
  margin: 0 20px 2px 0;
}
.vec-tab-header__dropdown-section .vec-nice-select-wrap,
.vec-tab-header__dropdown-section select {
  width: 245px;
  max-width: 100%;
}
.vec-tab-header__dropdown-section .vec-nice-select-current,
.vec-tab-header__dropdown-section select {
  font-size: inherit;
  color: #1b1637;
  border: 0;
  padding: 0 15px 0 0;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  background-color: transparent !important;
  background-position: 100% 50%;
  background-size: 14px auto;
}
.vec-tabs--nav-style-01 {
  --tab-title-spacing: 55px;
  --tab-content-spacing: 60px;
  --tab-title-font-size: 18px;
}
.vec-tabs--nav-style-01 .vec-tabs__header-wrap:after {
  display: none;
}
.vec-tabs--nav-style-01 .vec-tabs__header-wrap .tab-title {
  padding: 3px 0;
}
.vec-tabs--nav-style-01
  .vec-tabs__header-wrap
  .tab-title
  .tab-title__text {
  line-height: 26px;
}
.vec-tabs--nav-style-02 {
  --tab-title-spacing: 55px;
  --tab-content-spacing: 60px;
  --tab-title-font-size: 36px;
}
.vec-tabs--nav-style-02 .vec-tabs__header-wrap:after {
  display: none;
}
.vec-tabs--nav-style-02 .vec-tabs__header-wrap .tab-title {
  padding: 3px 0;
}
.vec-tabs--nav-style-02
  .vec-tabs__header-wrap
  .tab-title
  .tab-title__text {
  line-height: 1.32;
}
@media (max-width: 767px) {
  .vec-tabs {
    --tab-title-spacing: 40px;
    --tab-content-spacing: 40px;
  }
  .vec-tab-header__dropdown-section .intro-text {
    margin-right: 10px;
  }
  .vec-tabs--nav-style-02 {
    --tab-title-font-size: 24px;
  }
  .vec-tabs .ps-container > .ps-scrollbar-x-rail {
    height: 10px;
  }
  .vec-tabs .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    height: 4px;
  }
  .vec-tabs
    .ps-container.ps-in-scrolling.ps-x
    > .ps-scrollbar-x-rail
    > .ps-scrollbar-x,
  .vec-tabs
    .ps-container:hover.ps-in-scrolling.ps-x
    > .ps-scrollbar-x-rail
    > .ps-scrollbar-x,
  .vec-tabs .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x,
  .vec-tabs .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    height: 6px;
  }
}
.container-extended,
.container-fluid,
.container-full-gap-100,
.container-large {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.9375rem);
  padding-left: var(--bs-gutter-x, 0.9375rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .container {
    --bs-gutter-x: 50px;
    max-width: 1270px;
  }
  .container-extended {
    --bs-gutter-x: 50px;
    max-width: 1380px;
  }
  .container-large {
    --bs-gutter-x: 50px;
    max-width: 1540px;
  }
  .container-full-gap-100 {
    --bs-gutter-x: 100px;
  }
}
.site-top-bar {
  background: #00c2b4;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.site-top-bar .inner {
  text-align: center;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-top-bar .inner span {
  background: #fcdf73;
  color: #051f46;
  border-radius: 16px;
  padding: 3px 14px;
  font-size: 14px;
  line-height: 18px;
  margin-right: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .site-top-bar {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 570px) {
  .site-top-bar .inner span {
    display: none;
  }
}
.site-header {
  width: 100%;
  padding: 22px 0;
  z-index: 111;
}
.site-header.header-fixed {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.site-header.header-pinned {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  padding: 12px 0;
}
.site-header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header .button {
  padding: 0 30px;
}
.site-header .site-header__cta {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1560px) {
  .site-header .container-fluid {
    padding: 0 100px;
  }
}
@media (max-width: 480px) {
  .site-header__logo img {
    width: 129px;
  }
  .site-header .button {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    padding-top: 2px;
  }
}
.site-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-nav ul a {
  padding: 12px 16px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 500;
}
.site-nav ul a:hover {
  color: #ff4e0c;
}
@media (max-width: 1400px) {
  .site-nav ul li a {
    padding: 12px;
  }
}
@media (max-width: 991px) {
  .site-nav {
    display: none;
  }
}
.site-footer {
  background-color: #000;
  color: #fff;
  padding: 0;
}
.footer-branding {
	margin-bottom: 30px;
}
.site-footer__inner {
  text-align: center;
  padding: 99px 0 100px;
}
.site-footer__inner .button {
  margin-top: 39px;
}
.site-footer .primary-heading {
  margin: 0;
}
.site-footer .footer-badges {
  font-size: 0;
  line-height: 1;
  margin-bottom: 29px;
}
.site-footer .hot {
  display: inline-block;
  background: #fff;
  border-radius: 60px 60px 60px 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #1b1637;
  padding: 7px 16px;
  text-transform: uppercase;
}
.site-footer .all-in-one-price-list {
  margin: 21px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-footer .all-in-one-price-list li {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 5px 15px 5px 53px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
}
.site-footer .all-in-one-price-list svg {
  position: absolute;
  top: 5px;
  left: 15px;
}
.site-footer .all-in-one-price-list svg circle {
  fill: #f87b80;
}
.site-footer__bot {
  padding: 36px 0;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  background: #fff;
}
.site-footer__bot [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-footer__bot p {
  margin: 0 0 10px;
}
.site-footer__bot p:last-child {
  margin-bottom: 0;
}
.site-footer__bot .left img {
  padding-right: 50px;
}
.site-footer__bot .left p {
  font-size: 16px;
  color: #999;
}
.site-footer__bot .left p span {
  font-size: 20px;
  color: #000;
}
.site-footer__bot .right a {
  padding: 0 10px;
}
.site-footer__bot .right span {
  opacity: 0.4;
  padding: 0 10px;
}
.site-footer__bot svg {
  width: 20px;
  height: 20px;
}
.site-footer__bot .socials {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 -10px 6px;
  font-size: 0;
  line-height: 1;
}
.site-footer__bot .socials a {
  color: #000;
  padding: 9px 10px;
}
.site-footer__bot .socials a:hover {
  color: #ff4e0c;
}
.site-footer__bot .widget-title {
  font-size: 18px;
  font-weight: 500;
}
.site-footer__bot .footer-contact-info {
  display: block;
  margin: 3px 0 0;
  padding: 0;
}
.site-footer__bot .footer-contact-info li {
  display: block;
  padding: 0;
  width: 100%;
}
.site-footer__bot .footer-contact-info li + li {
  margin: 1px 0 0;
}
.site-footer__bot .footer-branding {
  margin: 0 0 18px;
}
.site-footer__bot .footer-branding img {
  width: 172px;
}
.site-footer__bot .footer-menu a {
  display: inline-block;
  font-weight: 500;
  color: #000;
  padding: 0 18px;
}
.site-footer__bot .footer-menu a:hover {
  color: #ff4e0c;
}
@media (max-width: 991px) {
  .site-footer__bot .footer-center-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .site-footer__bot .footer-left-col,
  .site-footer__bot .footer-right-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .site-footer__bot .footer-left-col,
  .site-footer__bot .footer-right-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }
}
.page .site-main {
  padding: 60px 0;
}
.page h2 {
  font-size: 24px;
  margin: 30px 0 10px;
}
.page-title {
  text-align: center;
}
.page-title h1 {
  font-size: 50px;
  margin: 0 0 40px;
}
@media (max-width: 1199px) {
  .page .site-main {
    padding: 40px 0;
  }
  .page-title h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .page .site-main {
    padding: 30px 0;
  }
  .page h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .page-title h1 {
    font-size: 32px;
  }
}
@media (max-width: 543px) {
  .page h2 {
    font-size: 16px;
    line-height: 26px;
  }
}
.main-content {
  overflow: hidden;
}
.section {
  position: relative;
}
.section-heading {
  font-size: 40px;
  line-height: 1.35;
}
.section-heading mark {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.section-heading mark:after {
  content: "";
    position: absolute;
    width: 100%;
    bottom: -5px;
    left: 0;
    border: solid 5px #00A2E3;
    border-color: #00A2E3 transparent transparent transparent;
    border-radius: 50% / 10px 14px 0 0;
    height: 15px;
    pointer-events: none;
    z-index: -1;
}
.gradient-heading-wrap {
  font-size: 0;
}
.gradient-heading {
  display: inline-block;
  color: #fff;
  background: -webkit-linear-gradient(left, #ff4e0c, #b59dc4 50%, #00A2E3);
  background: linear-gradient(90deg, #ff4e0c, #b59dc4 50%, #00A2E3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-sub-heading {
  color: #f87b80;
  font-size: 24px;
  line-height: 1.167;
  margin: 0 0 22px;
}
.section-description {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
.section-shapes {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.section-shape,
.section-shapes {
  position: absolute;
  pointer-events: none;
}
.section-shape {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1199px) {
  .section-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-header {
    margin-bottom: 30px;
  }
  .section-heading {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .section-sub-heading {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 543px) {
  .section-heading {
    font-size: 28px;
  }
  .section-description {
    font-size: 16px;
  }
}
.section-design-preview {
  padding: 106px 0 95px;
  margin-bottom: 120px;
  background-color: #f5f3f6;
}
.section-design-preview .section-header {
  max-width: 510px;
  margin: 0 auto 44px;
}
.section-design-preview
  .tm-swiper
  > .swiper-inner
  > .swiper-container
  > .swiper-wrapper[data-active-items="auto"]
  > .swiper-slide {
  width: 420px !important;
}
.section-design-preview
  .tm-swiper
  > .swiper-inner
  > .swiper-container
  > .swiper-wrapper[data-active-items="auto"]
  > .swiper-slide
  img {
  width: 100%;
}
.section-design-preview .swiper-container {
  padding: 15px 0;
}
.section-design-preview .swiper-pagination-container {
  margin-top: 15px;
}
.section-design-preview .vec-tabs {
  --tab-content-spacing: 45px;
  --aspect-ratio: 1140/564;
}
.section-design-preview .section-footer {
  margin-top: 40px;
}
.section-design-preview .section-footer .button {
  padding: 0 47px;
}
.design__card {
  text-align: center;
}
.design__card a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.design__card .design__card-image {
  box-shadow: 2px 7px 10px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.design__card img {
  border-radius: 5px;
}
.design__card h4 {
  font-size: 18px;
  line-height: 21px;
  margin: 30px 0 0;
}
.design__card:hover a {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.design__card:hover .design__card-image {
  box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.11);
}
@media (max-width: 1199px) {
  .section-design-preview {
    padding: 80px 0;
    margin-bottom: 80px;
  }
  .section-design-preview .vec-tabs {
    --tab-content-spacing: 30px;
  }
  .section-design-preview
    .tm-swiper
    > .swiper-inner
    > .swiper-container
    > .swiper-wrapper[data-active-items="auto"]
    > .swiper-slide {
    width: 480px !important;
  }
  .section-design-preview .section-footer {
    margin-top: 15px;
  }
  .section-design-preview .section-footer .button {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .section-design-preview {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .section-design-preview .section-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 543px) {
  .section-design-preview
    .tm-swiper
    > .swiper-inner
    > .swiper-container
    > .swiper-wrapper[data-active-items="auto"]
    > .swiper-slide {
    width: 250px !important;
  }
}
.video-popup {
  --button-size: 114px;
  --button-icon-size-x: 21px;
  --button-icon-size-y: 13px;
  position: relative;
}
.video-popup a {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}
.video-popup a:hover .video-play-btn {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  background-color: var(--mg-button-background, #ff4e0c);
}
.video-popup img {
  border-radius: inherit;
}
.video-popup .video-play-btn {
  height: var(--button-size);
  width: var(--button-size);
  background: #1b1637;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25);
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-popup .video-play-btn,
.video-popup .video-play-btn:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-popup .video-play-btn:after {
  border-bottom: var(--button-icon-size-y) solid transparent;
  border-left: var(--button-icon-size-x) solid #fff;
  border-top: var(--button-icon-size-y) solid transparent;
  content: "";
  margin-left: 4px;
}
.feature-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 95px;
}
.feature-list,
.feature-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.feature-list li {
  color: #1b1637;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.17;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 14px 20px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: text;
  margin: 15px;
  border-radius: 5px;
}
.feature-list li:hover {
  box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.14);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.feature-list img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.section-hero {
  background-image: url('../image/main-bg.png');
  background-repeat: no-repeat;
  background-color: #e4f6fd;
  padding: 203px 0 0;
}
.section-hero .col-feature-list {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.section-hero .section-heading {
  font-size: 48px;
  line-height: 1.29;
}
.section-hero .section-description {
  max-width: 600px;
  margin-bottom: 20px;
}
.section-hero .button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-hero .button-wrapper .button {
  min-width: 202px;
  margin: 20px 20px 0 0;
}
.section-hero .button-wrapper .button:last-child {
  margin-right: 0;
}
.section-hero .video-popup {
  --button-size: 102px;
  --button-icon-size-x: 18px;
  --button-icon-size-y: 11px;
}
.section-hero .video-popup a {
  border-radius: 15px;
}
.section-hero .video-popup .section-shape img {
  border-radius: 50%;
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.15);
}
.section-hero .video-popup .section-shape-elementor {
  bottom: 5%;
  left: 0;
  -webkit-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  transform: translateX(-60%);
}
.section-hero .video-popup .section-shape-elementor img {
  max-width: 8.5vw;
}
.section-hero .video-popup .section-shape-wp {
  top: 30%;
  right: 0;
  -webkit-transform: translateX(70%);
  -ms-transform: translateX(70%);
  transform: translateX(70%);
}
.section-hero .video-popup .section-shape-wp img {
  max-width: 10vw;
}
.section-hero .video-popup .section-shape-woo {
  top: 0;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-hero .video-popup .section-shape-woo img {
  max-width: 10vw;
}
.slider-feature-tags {
  --separator-color: #ebebeb;
  border-top: 1px solid var(--separator-color);
  border-bottom: 1px solid var(--separator-color);
  margin: 185px 0 0;
  background-color: white;
}
.slider-feature-tags .swiper-slide {
  position: relative;
  padding: 5px 15px;
}
.slider-feature-tags .swiper-slide:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--separator-color);
}
.slider-feature-tags .feature-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 68px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #1b1637;
}
.slider-feature-tags .feature-tag svg {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1400px) {
  .section-hero {
    padding: 140px 0 0;
  }
  .section-hero .section-heading {
    font-size: 48px;
  }
  .slider-feature-tags {
    margin: 100px 0 0;
  }
}
@media (max-width: 1199px) {
  .section-hero {
    padding: 120px 0 0;
  }
  .section-hero .section-heading {
    font-size: 40px;
  }
  .section-hero .section-description {
    margin-bottom: 10px;
  }
  .feature-list {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section-hero {
    padding: 120px 0 0;
    margin-bottom: 50px;
  }
  .section-hero .section-heading {
    font-size: 34px;
  }
  .section-hero .col-cta {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .section-hero .col-video {
    margin-bottom: 40px;
  }
  .feature-list li {
    font-size: 15px;
    margin: 7px;
    padding: 10px 17px;
  }
  .slider-feature-tags {
    margin: 80px 0 0;
  }
}
@media (max-width: 543px) {
  .section-hero .section-heading {
    font-size: 28px;
  }
  .section-hero .section-description {
    font-size: 16px;
  }
  .section-hero .button-wrapper .button {
    width: 100%;
    margin: 20px 0 0;
  }
  .slider-feature-tags .feature-tag {
    font-size: 16px;
  }
  .video-popup {
    --button-size: 78px;
    --button-icon-size-x: 15px;
    --button-icon-size-y: 10px;
  }
}
.section-features {
  padding-top: 120px;	
  margin-bottom: 120px;
}
.section-features .section-header {
  margin-bottom: 60px;
}
.section-features .grid-modern {
  --grid-row-gap: 30px;
  --grid-column-gap: 50px;
}
.feature-box {
  text-align: center;
}
.feature-box:hover img {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.feature-box__image {
  margin-bottom: 30px;
  border-radius: 5px;
}
.feature-box__image img {
  border-radius: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-box__content {
  max-width: 320px;
  margin: 0 auto;
}
.feature-box__title {
  font-size: 18px;
  margin: 0;
}
.feature-box__description {
  font-size: 15px;
  line-height: 26px;
  margin-top: 7px;
}
@media (max-width: 1199px) {
  .section-features {
	padding-top:80px;  
    margin-bottom: 80px;
  }
  .section-features .grid-modern {
    --grid-row-gap: 30px;
    --grid-column-gap: 30px;
  }
  .feature-box__image {
    margin-bottom: 20px;
  }
  .section-features .grid-modern {
	   --grid-columns: 3;
  }
}
@media (max-width: 991px) {
  .section-features .grid-modern {
	   --grid-columns: 2;
  }
}
@media (max-width: 767px) {
  .section-features {
    margin-bottom: 50px;
  }
  .section-features .grid-modern {
    --grid-columns: 2;
  }
  .feature-box__image {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .section-features .grid-modern {
    --grid-columns: 1;
  }
}
.section-mobile-first {
  margin-bottom: 68px;
}
.section-mobile-first .section-header {
  max-width: 450px;
}
.section-mobile-first .section-description {
  margin-bottom: 38px;
}
.section-mobile-first .button-wrapper .button {
  padding: 0 47px;
}
.section-mobile-first .video-wrapper:after {
  border: 3px solid #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .section-mobile-first .section-description {
    margin-bottom: 25px;
  }
  .section-mobile-first .button-wrapper .button {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .section-mobile-first .section-header {
    margin-bottom: 0;
  }
}
.section-performance {
  margin-bottom: 110px;
}
.section-performance .section-header {
  max-width: 450px;
  margin-bottom: 0;
}
.section-performance .section-description {
  margin-bottom: 40px;
}
.section-performance .site-performance-video {
  overflow: hidden;
  position: relative;
}
.section-performance .site-performance-video:after {
  border: 2px solid #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .section-performance {
    margin-bottom: 80px;
  }
  .section-performance .section-description {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-performance {
    margin-bottom: 60px;
  }
}
.section-plugins {
  padding: 121px 0 124px;
  margin-bottom: 120px;
  background-color: #f5f3f6;
}
.section-plugins .section-header {
  max-width: 510px;
  margin: 0 auto 62px;
}
.section-plugins .plugin-price {
  color: #000;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 38px;
}
.section-plugins .plugin-price .sale-price {
  margin-left: 20px;
}
.section-plugins .grid-modern {
  --grid-columns: 7;
  --grid-row-gap: 30px;
  --grid-column-gap: 30px;
}
.section-plugins .plugin {
  text-align: center;
}
.section-plugins .plugin img {
  border-radius: 50px;
}
.section-plugins .plugin:hover .plugin__image {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.section-plugins .plugin__image {
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.section-plugins .plugin__image i {
  width:76px;
  height:76px;
  background:#fff;
  border-radius:50%;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  color:#000;
  font-size:28px;
  box-shadow: 0 20px 100px rgb(0 0 0 / 9%);
  
}
.section-plugins .plugin__badge-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-plugins .plugin__badge {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #f87b80;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: -16px;
}
.section-plugins .plugin__name {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .section-plugins {
    padding: 80px 0;
    margin-bottom: 80px;
  }
  .section-plugins .section-header {
    margin-bottom: 40px;
  }
  .section-plugins .plugin-price {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .section-plugins .plugin-price .sale-price {
    margin-left: 10px;
  }
  .section-plugins .grid-modern {
    --grid-columns: 4;
    --grid-row-gap: 40px;
    --grid-column-gap: 40px;
  }
  .section-plugins .plugin .plugin__image {
    margin-bottom: 15px;
  }
  .section-plugins .plugin .plugin__badge {
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .section-plugins {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .section-plugins .section-header {
    margin-bottom: 30px;
  }
  .section-plugins .plugin-price {
    font-size: 36px;
  }
  .section-plugins .grid-modern {
    --grid-columns: 3;
    --grid-row-gap: 30px;
    --grid-column-gap: 30px;
  }
  .section-plugins .plugin img {
    width: 80px;
    border-radius: 30px;
  }
}
@media (max-width: 543px) {
  .section-plugins .grid-modern {
    --grid-columns: 2;
  }
  .section-plugins .plugin__name {
    font-size: 16px;
  }
}
.section-translation {
  padding: 100px 0;
  background-color: #f1e9f6;
}
.section-translation .section-header {
  margin-bottom: 43px;
}
.section-translation .section-heading {
  margin-bottom: 12px;
}
.flag-boxes {
  max-width: 614px;
  margin: 0 auto;
}
.flag-boxes.grid-modern {
  --grid-columns: 7;
  --grid-row-gap: 26px;
  --grid-column-gap: 30px;
}
@media (max-width: 1199px) {
  .section-translation {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-translation {
    padding: 50px 0;
  }
  .section-translation .section-header {
    margin-bottom: 30px;
  }
  .flag-boxes.grid-modern {
    --grid-row-gap: 20px;
    --grid-column-gap: 20px;
  }
}
.foxkit-video__inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.09);
}
.foxkit-video__player-wrapper {
  position: relative;
  background: -webkit-linear-gradient(
    45deg,
    #c676d3,
    #e4a6f2 50%,
    #e4a6f2 80%,
    #e4a786
  );
  background: linear-gradient(
    45deg,
    #c676d3,
    #e4a6f2 50%,
    #e4a6f2 80%,
    #e4a786
  );
}
.foxkit-video__player-wrapper video {
  max-width: 100%;
  width: 100%;
}
.foxkit-video__player {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.foxkit-video__player .plyr--video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.foxkit-video__playlist-container {
  padding: 20px 23px 29px;
}
.foxkit-video__playlist-wrapper {
  position: relative;
}
.foxkit-video__playlist {
  padding: 0 0 20px;
}
.foxkit-video__item,
.foxkit-video__playlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.foxkit-video__item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 8px 18px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #eee;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.foxkit-video__item .foxkit-video__item-info {
  display: none;
}
.foxkit-video__item:last-child {
  margin: 0;
}
.foxkit-video__item svg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 9px 0 0;
}
.foxkit-video__item h5,
.foxkit-video__item svg,
.foxkit-video__item svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.foxkit-video__item h5 {
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  margin: 0;
}
.foxkit-video__item:hover {
  border-color: #ff4e0c;
}
.foxkit-video__item:hover h5 {
  color: #ff4e0c;
}
.foxkit-video__item:hover svg .circle {
  fill: #ff4e0c;
}
.foxkit-video__item:hover svg .triangle {
  fill: #fff;
}
.foxkit-video__item:hover svg .stroke {
  stroke: #ff4e0c;
}
.foxkit-video__item.active {
  background: #ff4e0c;
  border-color: #ff4e0c;
  color: #fff;
}
.foxkit-video__item.active h5 {
  color: #fff;
}
.foxkit-video__item.active svg .circle {
  fill: #fff;
}
.foxkit-video__item.active svg .triangle {
  fill: #ff4e0c;
}
.foxkit-video__item.active svg .stroke {
  stroke: #fff;
}
.foxkit-video .ps-container > .ps-scrollbar-x-rail {
  height: 7px;
  opacity: 1 !important;
  background: transparent !important;
}
.foxkit-video .ps-container > .ps-scrollbar-x-rail:before {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}
.foxkit-video .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  height: 4px;
  background: #1b1637;
}
.foxkit-video
  .ps-container.ps-in-scrolling.ps-x
  > .ps-scrollbar-x-rail
  > .ps-scrollbar-x,
.foxkit-video
  .ps-container:hover.ps-in-scrolling.ps-x
  > .ps-scrollbar-x-rail
  > .ps-scrollbar-x,
.foxkit-video .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x,
.foxkit-video .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  height: 100%;
}
.foxkit-current-video-description {
  padding: 5px 0 0;
}
.foxkit-video-status-bar {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.foxkit-video-status-bar .status {
  color: #1b1637;
  font-size: 16px;
  font-weight: 500;
}
.foxkit-video-status-bar .actions {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.foxkit-video-status-bar .actions:before {
  content: "";
  height: 18px;
  width: 2px;
  background: #e8e8e8;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-1px, -50%);
  -ms-transform: translate(-1px, -50%);
  transform: translate(-1px, -50%);
}
.foxkit-video-status-bar .actions svg * {
  fill: currentColor;
}
.foxkit-video-status-bar .actions a {
  color: #c2c2c2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 18px;
  margin: 0 1px;
  padding: 0 10px;
}
.foxkit-video-status-bar .actions a:hover {
  color: #1b1637;
}
.section-video-guides {
  margin-bottom: 120px;
}
.section-video-guides .section-header {
  max-width: 600px;
  margin: 0 auto 40px;
}
.section-video-guides .section-description {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .section-video-guides {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-video-guides {
    margin-bottom: 50px;
  }
  .foxkit-video__inner {
    border-radius: 5px;
  }
  .foxkit-video__playlist-container {
    padding: 17px 15px 24px;
  }
  .foxkit-video__item h5 {
    font-size: 15px;
  }
}
.section-visitor {
  padding: 100px 0 95px;
  margin-bottom: 112px;
  background-color: #f5f3f6;
}
.section-visitor .section-header {
  max-width: 590px;
  margin: 0 auto 39px;
}
.visitor-boxes .swiper-slide {
  height: auto;
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.visitor-boxes--02 {
  margin-top: -30px;
}
.visitor-box {
  height: 100%;
}
.visitor-box:hover .visitor-box__wrapper {
  background-color: #ff4e0c;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
}
.visitor-box:hover .svg-icon,
.visitor-box:hover .visitor-box__description,
.visitor-box:hover .visitor-box__title {
  color: #fff;
}
@media (min-width: 768px) {
  .visitor-box:hover .visitor-box__wrapper {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}
.visitor-box__wrapper {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 7px 15px 0 rgba(0, 0, 0, 0.04);
  padding: 31px 30px 31px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  direction: ltr;
  height: 100%;
}
.visitor-box__image {
  margin-right: 17px;
}
.visitor-box__image .svg-icon {
  color: #ff4e0c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.visitor-box__title {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.visitor-box__description {
  margin: 14px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.visitor-boxes.tm-swiper
  > .swiper-inner
  > .swiper-container.swiper-container-horizontal
  > .swiper-wrapper[data-active-items="auto"]
  > .swiper-slide {
  width: 406px !important;
}
.visitor-boxes .swiper-container {
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .section-visitor {
    padding: 80px 0 50px;
    margin-bottom: 80px;
  }
  .section-visitor .section-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-visitor {
    padding: 50px 0 20px;
    margin-bottom: 50px;
  }
  .section-visitor .section-header {
    margin-bottom: 0;
  }
  .visitor-boxes--02 {
    margin-top: -50px;
  }
  .visitor-box__wrapper {
    padding: 20px 10px 20px 20px;
  }
  .visitor-box__wrapper .visitor-box__title {
    font-size: 18px;
  }
  .visitor-box__wrapper .visitor-box__description {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 24px;
  }
  .visitor-box__wrapper .visitor-box__image {
    margin: 0 12px 0 0;
  }
}
@media (max-width: 543px) {
  .visitor-boxes.tm-swiper
    > .swiper-inner
    > .swiper-container.swiper-container-horizontal
    > .swiper-wrapper[data-active-items="auto"]
    > .swiper-slide {
    width: 340px !important;
  }
}
.section-white-label {
  margin-bottom: 188px;
}
.section-white-label .section-header {
  max-width: 530px;
}
.section-white-label .section-heading {
  margin-bottom: 27px;
}
.section-white-label .card .card__wrapper {
  background: #fff;
  border: 3px solid hsla(0, 0%, 44%, 0.2);
  border-radius: 15px;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-white-label .card img {
  border-radius: 15px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.09);
}
.section-white-label .card:hover .card__wrapper {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.section-white-label ul.install-step {
  font-size: 18px;
  margin: 0 0 43px;
  padding: 0;
}
.section-white-label ul.install-step li {
  list-style: none;
  position: relative;
  padding-left: 39px;
}
.section-white-label ul.install-step li + li {
  margin-top: 16px;
}
.section-white-label ul.install-step span {
  color: #ff4e0c;
  background: #f6e8ff;
  width: 29px;
  height: 29px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: -1;
  left: 0;
}
@media (max-width: 1199px) {
  .section-white-label {
    margin-bottom: 80px;
  }
  .section-white-label .section-header {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-white-label {
    margin-bottom: 50px;
  }
  .section-white-label .section-header {
    margin-top: 30px;
  }
  .section-white-label ul.install-step {
    margin-bottom: 30px;
  }
}
.section-work-smart {
  margin-bottom: 103px;
}
.section-work-smart .section-description {
  max-width: 275px;
}
.seo-card {
  display: block;
  background: #fff;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  padding: 42px 27px 46px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.seo-card:hover {
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.seo-card h5 {
  font-size: 20px;
  line-height: 1.6;
  margin: 28px 0 0;
}
.seo-card .icon {
  display: block;
  min-height: 63px;
}
@media (max-width: 480px) {
  .seo-card .icon {
    width: 62px;
  }
}
@media (max-width: 1199px) {
  .section-work-smart {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-work-smart {
    margin-bottom: 50px;
  }
  .seo-card {
    padding: 25px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .seo-card h5 {
    font-size: 18px;
    margin: 0 0 0 20px;
  }
  .seo-card .icon {
    min-height: 0 !important;
  }
  .work__list div[class*="col-"] {
    margin-bottom: 30px;
  }
  .work__list div[class*="col-"]:last-child {
    margin-bottom: 0;
  }
}
.section-buy-once {
  margin-bottom: 106px;
}
.section-buy-once .section-header {
  max-width: 640px;
  margin: 0 auto 60px;
}
.buy-once-card {
  text-align: center;
  margin-bottom: 30px;
}
.buy-once-card:last-child {
  margin-bottom: 0;
}
.buy-once-card img {
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .section-buy-once {
    margin-bottom: 80px;
  }
  .section-buy-once .section-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-buy-once {
    margin-bottom: 50px;
  }
  .section-buy-once .section-header {
    margin-bottom: 30px;
  }
}
.section-exclusive {
  margin-bottom: 70px;
}
.section-exclusive .section-header {
  max-width: 640px;
  margin: 0 auto 62px;
}
.section-exclusive .tm-swiper {
  --swiper-content-display: flex;
  --swiper-content-v-align: middle;
}
.section-exclusive .tm-swiper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-exclusive .tm-swiper .swiper-slide {
  padding: 0 0 50px;
}
.section-exclusive .tm-swiper img {
  border-radius: 5px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1199px) {
  .section-exclusive {
    margin-bottom: 30px;
  }
  .section-exclusive .section-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-exclusive {
    margin-bottom: 0;
  }
  .section-exclusive .section-header {
    margin-bottom: 30px;
  }
}
.section-partner {
  margin-bottom: 120px;
  padding: 55px 0 41px;
  border-bottom: 1px solid #eee;
}
.section-partner .section-heading {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}
.section-partner .grid-modern {
  --grid-columns: 4;
  margin-left: 50px;
}
.section-partner .grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.35;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-partner .grid-item img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section-partner .grid-item:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  .section-partner {
    padding: 40px 0;
    margin-bottom: 80px;
  }
  .section-partner .section-heading {
    margin-bottom: 40px;
  }
  .section-partner .grid-modern {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .section-partner {
    margin-bottom: 50px;
  }
  .section-partner .section-heading {
    margin-bottom: 30px;
  }
  .section-partner .grid-modern {
    --grid-columns: 2;
  }
}
.section-author {
  padding: 117px 0 131px;
  background-color: #f5f3f6;
}
.section-author .section-header {
  max-width: 890px;
  margin: 0 auto 75px;
}
.section-author .author__logo {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-author .author__logo img {
  border-radius: 50%;
  box-shadow: 0 8px 44px rgba(0, 0, 0, 0.13);
}
.section-author .author__awards {
  height: 310px;
  position: relative;
  width: 100%;
}
.section-author .author__awards .author__award {
  width: 310px;
  position: absolute;
  border-radius: 10px;
  text-align: center;
}
.section-author .author__awards img {
  border-radius: inherit;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.07);
}
.section-author .author__awards .top-author {
  top: 46px;
  right: 27.75362%;
}
.section-author .author__awards .power-elite {
  top: 0;
  left: 95px;
}
.section-author .author__awards .rates {
  bottom: 55px;
  left: 29.42029%;
}
.section-author .author__awards .sotd {
  bottom: 0;
  left: 0;
}
.section-author .author__awards .css {
  bottom: 0;
  right: 9.85507%;
}
.section-author .author__awards .www {
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .section-author {
    padding: 80px 0;
    margin-bottom: 80px;
  }
  .section-author .author__logo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 40px;
  }
  .section-author .section-header {
    margin-bottom: 40px;
  }
  .section-author .author__awards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    height: auto;
    padding: 0;
    gap: 20px;
  }
  .section-author .author__awards .author__award {
    position: static;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-author {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .section-author .section-header {
    margin-bottom: 30px;
  }
  .section-author .author__awards {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 543px) {
  .section-author .author__awards {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-mobile-design {
  margin-bottom: 120px;
}
.section-mobile-design .section-header {
  max-width: 480px;
  margin: 0 auto 66px;
}
.section-mobile-design .mobile-design__card-image {
  background: #fff;
  border: 3px solid hsla(0, 0%, 44%, 0.2);
  border-radius: 15px;
  padding: 10px;
}
.section-mobile-design .mobile-design__card-video {
  border-radius: 15px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.09);
  font-size: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.section-mobile-design .mobile-design__card-video video {
  margin-bottom: -1px;
}
.section-mobile-design .mobile-design__card h4 {
  font-size: 18px;
  line-height: 1.167;
  margin: 23px 0 0;
  text-align: center;
}
.section-mobile-design .swiper-pagination-container {
  margin-top: 57px;
}
.section-mobile-design .section-footer {
  margin-top: 40px;
}
.section-mobile-design .button-wrapper .button {
  padding: 0 47px;
}
@media (max-width: 1199px) {
  .section-mobile-design {
    margin-bottom: 80px;
  }
  .section-mobile-design .section-header {
    margin-bottom: 40px;
  }
  .section-mobile-design .swiper-pagination-container {
    margin-top: 45px;
  }
  .section-mobile-design .button-wrapper .button {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .section-mobile-design {
    margin-bottom: 50px;
  }
  .section-mobile-design .section-header {
    margin-bottom: 30px;
  }
}
.section-seo-features {
  margin-bottom: 120px;
}
.section-seo-features .section-header {
  max-width: 550px;
  margin: 0 auto 44px;
}
.section-seo-features .col-seo-card {
  margin-bottom: 30px;
}
.section-seo-features .seo-card h5 {
  max-width: 240px;
}
.section-seo-features .seo-card .icon {
  min-height: 85px;
}
@media (max-width: 1199px) {
  .section-seo-features {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-seo-features {
    margin-bottom: 50px;
  }
  .section-seo-features .seo-card h5 {
    margin: 0 0 0 30px;
  }
}
.section-cart {
  margin-bottom: 123px;
}
.section-cart .section-header {
  max-width: 450px;
}
.section-cart .section-description {
  margin-bottom: 36px;
}
.cart-board {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
.cart-board__wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.cart-board__layer-static {
  bottom: auto;
  left: auto;
  padding: 65px 98px 58px 75px;
  position: static;
  right: auto;
  top: auto;
}
.cart-board__layer-absolute {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.cart-board__layer-02 {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cart-board__layer-02 img {
  box-shadow: -5px 8px 44px rgba(0, 0, 0, 0.13);
}
.cart-board__layer-01 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.cart-board__layer-01 .layer-content {
  position: relative;
}
.cart-board__layer-01 img {
  box-shadow: 20px 34px 31px rgba(0, 0, 0, 0.13);
}
.cart-board__layer-01 img.plus {
  box-shadow: none;
  position: absolute;
  right: -14px;
  top: -14px;
}
@media (max-width: 1199px) {
  .section-cart {
    margin-bottom: 80px;
  }
  .section-cart .section-header {
    margin-bottom: 0;
  }
  .section-cart .section-description {
    margin-bottom: 25px;
  }
  .cart-board__layer-static {
    padding: 40px 60px 40px 30px;
  }
  .cart-board__layer-absolute img:not(.plus) {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .section-cart {
    margin-bottom: 50px;
  }
  .section-cart .section-header {
    margin-bottom: 0;
    margin-top: 60px;
  }
}
.upsale-box {
  --spacing-top: 57px;
  background: #f1e9f6;
  border-radius: 5px;
  padding: var(--spacing-top) 15px 0;
}
.upsale-box .heading {
  font-size: 26px;
  line-height: 1.24;
  margin: 0 0 16px;
}
.upsale-box .description {
  font-size: 18px;
  line-height: 30px;
  min-height: 90px;
}
.upsale-box .details {
  max-width: 374px;
  margin: 0 auto;
}
.upsale-box .image {
  margin: 0 -15px;
}
.section-upsale-features {
  padding-bottom: 100px;
  margin-bottom: 120px;
  background: -webkit-linear-gradient(
    bottom,
    #fcf9ff,
    #fdfcff 90%,
    rgba(253, 252, 255, 0)
  );
  background: linear-gradient(
    0deg,
    #fcf9ff,
    #fdfcff 90%,
    rgba(253, 252, 255, 0)
  );
}
.section-upsale-features .section-header {
  max-width: 500px;
  margin: 0 auto 40px;
}
.section-upsale-features .section-heading {
  margin-bottom: 23px;
}
.section-upsale-features .swiper-container {
  padding: 20px 0;
}
.section-upsale-features .swiper-pagination-container {
  margin-top: 20px;
}

.section-upsale-features .feature-list {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .section-upsale-features {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
  .section-upsale-features .section-header {
    margin-bottom: 20px;
  }
  .section-upsale-features .swiper-pagination-container {
    margin-top: 10px;
  }
  .section-upsale-features .section-footer {
    margin-top: 25px;
  }
  .upsale-box {
    --spacing-top: 35px;
  }
  .upsale-box .heading {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .section-upsale-features {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .upsale-box {
    --spacing-top: 30px;
  }
  .upsale-box .heading {
    font-size: 18px;
  }
}
@media (max-width: 543px) {
  .upsale-box {
    --spacing-top: 30px;
  }
  .upsale-box .description {
    font-size: 16px;
    line-height: 26px;
    min-height: 78px;
  }
}
.section-template-libraries {
  padding: 136px 0 95px;
  margin-bottom: 120px;
  background-color: #f5f3f6;
}
.section-template-libraries .section-header {
  margin: 0 auto 29px;
}
.section-template-libraries .section-description {
  max-width: 900px;
  margin: 0 auto;
}
.section-template-libraries .section-footer {
  margin-top: 60px;
}
.section-template-libraries .footer__cta {
  margin-bottom: 50px;
}
.section-template-libraries .footer__cta .button-wrapper {
  margin-bottom: 30px;
}
.section-template-libraries .footer__cta .button {
  padding: 0 50px;
}
.section-template-libraries .footer__cta p {
  color: #1b1637;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.section-template-libraries .tm-banner {
  background: -webkit-linear-gradient(
    135deg,
    #e8e3f9,
    #f6dbd5 40%,
    #f6dbd5 65%,
    #ee7ac1 90%,
    #e79de7
  );
  background: linear-gradient(
    -45deg,
    #e8e3f9,
    #f6dbd5 40%,
    #f6dbd5 65%,
    #ee7ac1 90%,
    #e79de7
  );
  min-width: 206px;
  max-width: 976px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
  padding: 22px 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-template-libraries .tm-banner,
.section-template-libraries .tm-banner__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-template-libraries .tm-banner__wrapper {
  margin-left: 44px;
}
.section-template-libraries .tm-banner__card {
  margin: 0 0 -70px -50px;
}
.section-template-libraries .tm-banner__content {
  max-width: 405px;
}
.section-template-libraries .tm-banner__content h4 {
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 12px;
}
.section-template-libraries .tm-banner__content p {
  max-width: 320px;
}
.section-template-libraries .tm-banner .button-wrapper {
  margin-left: 28px;
}
.section-template-libraries .tm-banner .button {
  padding: 0 38px;
}
.template-filter {
  margin-bottom: 60px;
}
.template-filter__inner {
  color: #959595;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
.template-filter .intro-text {
  margin-right: 20px;
}
.template-filter .vec-nice-select-wrap {
  width: 280px;
  max-width: 100%;
}
.template-filter .vec-nice-select-wrap .vec-nice-select-current {
  font-size: inherit;
  color: #1b1637;
  border: 0;
  padding: 0 15px 0 0;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  background-color: transparent !important;
  background-position: 100% 50%;
  background-size: 14px auto;
  min-height: 40px;
}
.template-filter .vec-nice-select-wrap .vec-nice-select {
  top: 100%;
}
.template-filter .vec-nice-select-wrap.focused .vec-nice-select {
  top: calc(100% - 5px);
}
.template-card {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 18px 18px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.04);
}
.template-card:hover {
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.11);
}
.template-card a {
  display: block;
}
.template-card__info {
  margin-top: 25px;
  position: relative;
}
.template-card__info div {
  line-height: 24px;
  font-size: 16px;
  color: #828c9e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.template-card__info div span {
  display: inline !important;
}
.template-card h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}
.template-card .badges {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.template-card .badges span {
  background: #f5b24f;
  border-radius: 27px;
  height: 24px;
  min-width: 54px;
  padding: 3px 9px;
  line-height: 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}
.template-card .badges span + span {
  margin-left: 10px;
}
.template-card .badges span.mega {
  background: #ff4e0c;
}
.template-card .badges span.hot {
  background: #d84143;
}
.template-card .badges span.new {
  background: #9a84c8;
}
.template-card .badges span.coming {
  background: #696969;
}
@media (max-width: 543px) {
  .template-card__info {
    margin-top: 15px;
    position: static;
  }
  .template-card .badges {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 1199px) {
  .section-template-libraries {
    padding: 80px 0;
    margin-bottom: 80px;
  }
  .section-template-libraries .vec-grid-wrapper {
       --grid-columns: 2 !important;
  }
  .section-template-libraries .footer__cta .button,
  .section-template-libraries .tm-banner .button {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .section-template-libraries .tm-banner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-template-libraries .tm-banner__wrapper {
    display: block;
  }
  .section-template-libraries .tm-banner .button-wrapper {
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .section-template-libraries {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .section-template-libraries .template-filter__inner {
    font-size: 22px;
  }
  .section-template-libraries
    .template-filter__inner
    .vec-nice-select-wrap {
    width: 260px;
  }
  .section-template-libraries
    .template-filter__inner
    .vec-nice-select-wrap
    .vec-nice-select-current {
    min-height: 35px;
  }
  .section-template-libraries .tm-banner {
    padding: 40px;
    display: block;
    text-align: center;
  }
  .section-template-libraries .tm-banner__card {
    margin: 0 0 20px;
  }
  .section-template-libraries .tm-banner__wrapper {
    margin: 0;
  }
  .section-template-libraries .tm-banner__content {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
  .section-template-libraries .tm-banner__content h4 {
    font-size: 24px;
  }
  .section-template-libraries .tm-banner__content p {
    margin: 0 auto;
  }
  .template-card {
    padding: 10px;
  }
}
@media (max-width: 543px) {
  .section-template-libraries .tm-banner {
    padding: 30px;
  }
  .section-template-libraries .tm-banner__content {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.section-header-footer {
  margin-bottom: 110px;
}
.section-header-footer .col-full {
  margin-top: 30px;
}
.section-header-footer img {
  border-radius: 10px;
}
.theme-features {
  --spacing-top: 57px;
  background: #f5f3f6;
  border-radius: 5px;
  height: 100%;
  padding: var(--spacing-top) 15px 8px;
}
.theme-features .heading {
  font-size: 26px;
  line-height: 1.24;
  margin: 0 0 16px;
}
.theme-features .description {
  font-size: 18px;
  line-height: 30px;
  min-height: 120px;
}
.theme-features .total {
  font-size: 120px;
  line-height: 1;
  font-weight: 500;
  color: #ff4e0c;
  margin: 0 20px 0 0;
}
.theme-features .total sup {
  font-size: 0.4em;
}
.theme-features .info {
  max-width: 370px;
}
.theme-features .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 610px;
  margin: 0 auto;
}
.theme-features .image {
  margin: 0 -15px;
}
@media (min-width: 1200px) {
  .section-header-footer {
    --col-gutter-x: 25px;
    --col-gutter-y: 25px;
  }
  .section-header-footer .row {
    margin-left: calc(-1 * var(--col-gutter-x));
    margin-right: calc(-1 * var(--col-gutter-x));
  }
  .section-header-footer [class*="col-"] {
    padding-left: var(--col-gutter-x);
    padding-right: var(--col-gutter-x);
  }
  .section-header-footer .col-full {
    margin-top: calc(2 * var(--col-gutter-y));
  }
}
@media (max-width: 1199px) {
  .section-header-footer {
    margin-bottom: 80px;
  }
  .theme-features .total {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .theme-features .total {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .section-header-footer {
    margin-bottom: 50px;
  }
  .theme-features .total {
    font-size: 40px;
    margin: 0 10px 0 0;
  }
  .theme-features .heading {
    font-size: 18px;
  }
  .theme-features .description {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 543px) {
  .section-header-footer .col-header {
    margin-bottom: 30px;
  }
  .theme-features .description {
    min-height: 0;
  }
}
.section-elementor-builder {
  margin-bottom: 110px;
}
.section-elementor-builder .video-popup {
  display: inline-block;
  margin: 0 0 30px;
}
.section-elementor-builder .video-link {
  border-radius: 0;
}
.section-elementor-builder .section-logo {
  margin-bottom: 30px;
}
.section-elementor-builder__wrapper {
  background-color: #fbf5ff;
  padding: 84px 15px 76px;
  overflow: hidden;
}
.section-elementor-builder_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-elementor-builder_heading .heading-wrapper {
  max-width: 100%;
  width: 394px;
}
@media (min-width: 768px) {
  .section-elementor-builder .video-popup {
    margin: 0 0 0 -100px;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .section-elementor-builder .video-play-btn {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .section-elementor-builder .video-link:hover .video-play-btn {
    -webkit-transform: translate(50%, -50%) scale(1.1);
    -ms-transform: translate(50%, -50%) scale(1.1);
    transform: translate(50%, -50%) scale(1.1);
  }
}
@media (max-width: 1199px) {
  .section-elementor-builder {
    margin-bottom: 80px;
  }
  .section-elementor-builder .video-popup .video-popup {
    --button-size: 90px;
    --button-icon-size-x: 18px;
    --button-icon-size-y: 11px;
  }
  .section-elementor-builder__wrapper {
    padding: 60px 15px 40px;
  }
}
@media (max-width: 767px) {
  .section-elementor-builder {
    margin-bottom: 50px;
  }
  .section-elementor-builder .section-logo {
    margin-bottom: 10px;
  }
  .section-elementor-builder .section-logo img {
    max-width: 50%;
  }
  .section-elementor-builder__wrapper {
    padding: 40px 20px;
  }
  .section-elementor-builder .video-popup {
    --button-size: 78px;
    --button-icon-size-x: 15px;
    --button-icon-size-y: 10px;
  }
}
@media (max-width: 543px) {
  .section-elementor-builder .video-popup {
    --button-size: 60px;
    --button-icon-size-x: 13px;
    --button-icon-size-y: 8px;
  }
}
.banner-preview {
  position: relative;
  animation: scale-image 6s ease-in-out infinite;
  -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.bn-mobile {
  position: absolute;
  right: -30px;
  bottom: 30px;
  z-index: 1;
}
@keyframes scale-image {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
} 
.bn-destop {
  -webkit-animation-name: fadeInDownslideshow;
  animation-name: fadeInDownslideshow;
  -webkit-animation-duration: 1.5s;
  animation-duration:1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bn-mobile {
  -webkit-animation-name: cross-right-blur;
  animation-name: cross-right-blur;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.section-hero .section-heading {
  animation-name: fadeInDownslideshow;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.section-hero .section-description {
  animation-name: fadeInDownslideshow;
  animation-duration:1.5s;
  animation-delay: 0.4s;
}
.section-hero .button-wrapper {
  animation-name: fadeInDownslideshow;
  animation-duration: 1.5s;
  animation-delay: 0.6s;
}
@-webkit-keyframes fadeInDownslideshow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    filter: blur(10px);
  }
  to {
    filter: blur(0px);
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownslideshow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes cross-right-blur {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
