/* Combined: 113fe00b48b99e512e272e7a8db8d78a.css */
img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px
}

.tm-widget-search-form .search-form-default {
  position: relative;
  margin: 0
}

.tm-widget-search-form .search-form-default input[type=search] {
  position: relative;
  padding-left: 1.5em;
  padding-right: 4em;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #eee;
  color: #333;
  font-size: 15px;
  display: block;
  width: 100%;
  height: 55px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

.tm-widget-search-form .search-form-default input:focus {
  border-color: #222;
  box-shadow: none
}

.tm-widget-search-form .search-form-default button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  padding: 0;
  height: 100%;
  width: 55px;
  line-height: 0;
  display: block;
  font-size: 20px;
  color: #aaa;
  background: none;
  font-weight: 400;
  transition: all 0.3s ease
}

.tm-widget-search-form .search-form-default button:hover {
  color: #181b1f
}

.search-form-cat {
  max-width: 650px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #e7e7e7;
  border-radius: 57px
}

.search-form-cat .product-search-category .nice-select {
  border: none;
  background-color: #f5f5f5;
  border-radius: 50px 0 0 50px;
  color: #1a2428;
  min-width: auto;
  padding-left: 20px;
  font-size: 12px;
  height: 55px;
  box-shadow: none
}

.search-form-cat .product-search-category .nice-select:after {
  border-bottom: 1px solid #111;
  border-right: 1px solid #111
}

.search-form-cat .product-search-category .nice-select span.current {
  line-height: 39px
}

.search-form-cat .product-search-meta {
  display: flex;
  flex-grow: 1
}

.search-form-cat .product-search-meta input {
  background-color: #fff;
  border: none;
  border-radius: 0;
  font-size: 12px;
  color: #e7e7e7;
  height: 55px;
  width: auto;
  flex-grow: 1
}

.search-form-cat .product-search-meta input:hover,
.search-form-cat .product-search-meta input:focus {
  color: #888
}

.search-form-cat .product-search-meta button {
  font-size: 14px;
  padding: 0 48px;
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  border: 0;
  box-shadow: none;
  border-radius: 0 50px 50px 0;
  transition: all 0.3s ease
}

.search-form-cat .product-search-meta button:before {
  border-radius: inherit
}

.search-form-cat .product-search-meta button:hover,
.search-form-cat .product-search-meta button:focus {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
  border-color: var(--theme-color2)
}

.tm-widget-search-form .icon-search-popup {
  font-size: 22px;
  color: #2f382f;
  line-height: 1
}

.tm-widget-search-form .icon-search-popup:hover {
  color: var(--theme-color1)
}

.tm-widget-search-form .icon-search-popup i {
  line-height: 1;
  vertical-align: middle
}

.site-search-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99998;
  background-color: rgb(0 0 0 / .7);
  transition: all ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.site-search-popup .site-search-popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  background-color: #fff;
  transform: translateY(-100%);
  transition: all ease-in-out 0.3s
}

@media (min-width:992px) {
  .site-search-popup .site-search-popup-wrap {
    padding: 80px
  }
}

.site-search-popup .site-search-popup-wrap .site-search-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  line-height: 1;
  width: 26px;
  height: 26px
}

@media (min-width:992px) {
  .site-search-popup .site-search-popup-wrap .site-search-popup-close {
    top: 20px;
    right: 30px
  }
}

.site-search-popup .site-search-popup-wrap .site-search-popup-close:before,
.site-search-popup .site-search-popup-wrap .site-search-popup-close:after {
  content: " ";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -1px;
  width: 26px;
  height: 2px;
  background-color: #222;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  right: 0;
  transform: rotate(-45deg)
}

.site-search-popup .site-search-popup-wrap .site-search-popup-close:before {
  transform: rotate(45deg)
}

.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover:before,
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover:after {
  transform: rotate(0)
}

.site-search-popup .site-search-popup-wrap input[type=search] {
  width: 600px
}

@media (max-width:767.98px) {
  .site-search-popup .site-search-popup-wrap input[type=search] {
    max-width: 300px
  }
}

.search-popup-active .site-search-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.search-popup-active .site-search-popup .site-search-popup-wrap {
  transform: translateY(0)
}

.tm-sc-animated-layer-images {
  position: relative;
  line-height: 0;
  max-width: 100%
}

.tm-sc-animated-layer-images .layer-image-wrapper {
  position: relative;
  line-height: 0;
  display: block;
  width: inherit;
  max-width: 100%;
  height: inherit;
  max-height: 100%
}

.tm-sc-animated-layer-images .layer-image-wrapper:not(:first-child) {
  position: absolute;
  top: 0
}

.tm-sc-animated-layer-images .layer-image-wrapper .layer-image {
  transition: all 1s ease
}

.icon-box {
  position: relative;
  z-index: 0;
  transition: all 0.4s ease
}

.icon-box .icon-wrapper {
  position: relative;
  z-index: 0
}

.icon-box .icon-wrapper .icon-bg-img {
  position: absolute;
  width: 100px;
  z-index: -1;
  transition: all 0.3s ease
}

.icon-box .icon-wrapper .icon-bg-img img {
  width: 100%;
  transition: all 0.3s ease
}

.icon-box .icon {
  display: inline-block;
  margin-bottom: 0;
  transition: all 0.3s ease;
  text-align: center;
  font-weight: 400;
  line-height: 70px
}

.icon-box .icon i,
.icon-box .icon svg {
  display: inline-flex;
  font-size: 30px;
  line-height: 70px;
  transition: all 0.3s ease
}

.icon-box .icon svg {
  width: 1em;
  height: 1em;
  line-height: 70px
}

.icon-box .icon svg:before {
  line-height: 1
}

.icon-box .icon.icon-default {
  margin-bottom: 5px
}

.icon-box .icon.icon-bordered {
  border: 3px solid #eee
}

.icon-box:hover .icon.icon-bordered {
  background-color: #eee;
  color: #111
}

.icon-box .icon.icon-rounded {
  border-radius: 3px
}

.icon-box .icon.icon-round {
  border-radius: 50%
}

.icon-box .icon.icon-type-image.icon-bordered {
  padding: 5px
}

.icon-box .icon.icon-type-icon-text .icon-text {
  transition: all 0.3s ease
}

.icon-box .icon.icon-xs {
  height: 30px;
  width: 30px;
  line-height: 30px
}

.icon-box .icon.icon-xs i,
.icon-box .icon.icon-xs svg {
  font-size: 18px;
  line-height: 30px
}

.icon-box .icon.icon-sm {
  height: 50px;
  width: 50px;
  line-height: 50px
}

.icon-box .icon.icon-sm i,
.icon-box .icon.icon-sm svg {
  font-size: 22px;
  line-height: 50px
}

.icon-box .icon.icon-md {
  height: 75px;
  width: 75px;
  line-height: 75px
}

.icon-box .icon.icon-md i,
.icon-box .icon.icon-md svg {
  font-size: 36px;
  line-height: 75px
}

.icon-box .icon.icon-lg {
  height: 90px;
  width: 90px;
  line-height: 90px
}

.icon-box .icon.icon-lg i,
.icon-box .icon.icon-lg svg {
  font-size: 48px;
  line-height: 90px
}

.icon-box .icon.icon-xl {
  height: 120px;
  width: 120px;
  line-height: 120px
}

.icon-box .icon.icon-xl i,
.icon-box .icon.icon-xl svg {
  font-size: 60px;
  line-height: 120px
}

.icon-box .icon.icon-top {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -32px
}

.icon-box.text-center .icon.icon-type-image {
  text-align: center;
  display: inline-block
}

.icon-box.text-right .icon.icon-type-image {
  text-align: right;
  display: inline-block
}

.icon-box.iconbox-border {
  border: 3px solid #dcdcdc
}

.icon-box.iconbox-bg {
  background-color: #fafafa
}

.icon-box.iconbox-bg.iconbox-bg-dark {
  background-color: #333
}

.icon-box .content {
  transition: all 0.3s ease
}

.icon-box .content p {
  transition: all 0.3s ease;
  margin-bottom: 0
}

.icon-box .content a {
  color: var(--text-color);
  font-weight: var(--body-font-weight)
}

.icon-box.icon-left .icon-box-wrapper {
  display: flex
}

.icon-box.icon-left .icon {
  margin-right: 20px;
  display: flex;
  justify-content: center
}

.icon-box.icon-left .icon.no-bg {
  width: auto;
  height: auto
}

.icon-box.icon-left .icon-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden
}

.icon-box.icon-right .icon-box-wrapper {
  display: flex;
  flex-direction: row-reverse
}

.icon-box.icon-right .icon {
  display: flex;
  justify-content: center
}

@media (min-width:768px) {
  .icon-box.icon-right .icon {
    margin-left: 20px
  }
}

.icon-box.icon-right .icon.no-bg {
  width: auto;
  height: auto
}

.icon-box.icon-right .icon.icon-default {
  margin-left: 10px
}

.icon-box.icon-right .icon-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  flex: 1 0 0%
}

.icon-box.icon-left-style2 .icon-box-wrapper {
  display: block
}

@media (min-width:768px) {
  .icon-box.icon-left-style2 .icon-left-block {
    align-items: center;
    display: flex
  }
}

.icon-box.icon-left-style2 .icon.icon-default {
  height: auto;
  width: auto;
  margin-bottom: 5px;
  margin-right: 20px
}

.icon-box.icon-left-style2 .icon.icon-default i {
  line-height: 1
}

.icon-box.icon-right-style2 .icon-box-wrapper {
  display: block
}

@media (min-width:768px) {
  .icon-box.icon-right-style2 .icon-right-block {
    display: flex;
    flex-direction: inherit;
    justify-content: space-between;
    align-items: center
  }
}

.icon-box.icon-right-style2 .icon.icon-default {
  height: auto;
  width: auto;
  margin-bottom: 5px;
  margin-right: 20px
}

.icon-box.icon-right-style2 .icon.icon-default i {
  line-height: 1
}

.icon-box .icon-box-title,
.icon-box .icon-box-title a {
  transition: all 0.3s ease;
  font-family: var(--heading-font-family);
  font-weight: var(--headings-font-weight-h6);
  line-height: var(--section-title-subtitle-line-height)
}

.icon-box .btn-view-details {
  transition: all 0.3s ease;
  margin-top: 15px
}

.icon-box.iconbox-box-shadow {
  box-shadow: 0 0 50px rgb(5 5 5 / .08)
}

.icon-box.iconbox-box-shadow:hover {
  box-shadow: 0 0 50px rgb(5 5 5 / .15)
}

.icon-box.iconbox-box-shadow-on-hover:hover {
  box-shadow: 0 0 50px rgb(5 5 5 / .15)
}

@media (max-width:1024px) {
  .icon-box.responsive-tablet {
    text-align: center !important
  }

  .icon-box.responsive-tablet .icon {
    margin-left: auto;
    margin-right: auto
  }

  .icon-box.responsive-tablet .icon.icon-type-image {
    text-align: center !important
  }

  .icon-box.responsive-tablet.icon-left .icon-box-wrapper {
    display: block
  }

  .icon-box.responsive-tablet.icon-left .icon.icon-default {
    margin-right: auto;
    margin-left: auto
  }
}

@media (max-width:1024px) and (min-width:768px) {
  .icon-box.responsive-tablet.icon-left-style2 .icon-left-block {
    flex-direction: column;
    justify-content: center
  }
}

@media (max-width:1024px) {
  .icon-box.responsive-tablet.icon-left-style2 .icon {
    margin-bottom: 15px
  }
}

@media (max-width:1024px) {
  .icon-box.responsive-tablet.icon-right .icon-box-wrapper {
    display: block
  }

  .icon-box.responsive-tablet.icon-right .icon.icon-default {
    margin-right: auto;
    margin-left: auto
  }
}

@media (max-width:767.98px) {
  .icon-box.responsive-mobile {
    text-align: center !important
  }

  .icon-box.responsive-mobile .icon {
    margin-left: auto;
    margin-right: auto
  }

  .icon-box.responsive-mobile .icon.icon-type-image {
    text-align: center !important
  }

  .icon-box.responsive-mobile.icon-left .icon-box-wrapper {
    display: block
  }

  .icon-box.responsive-mobile.icon-left .icon.icon-default {
    margin-right: auto;
    margin-left: auto
  }
}

@media (max-width:767.98px) and (min-width:768px) {
  .icon-box.responsive-mobile.icon-left-style2 .icon-left-block {
    flex-direction: column;
    justify-content: center
  }
}

@media (max-width:767.98px) {
  .icon-box.responsive-mobile.icon-left-style2 .icon {
    margin-bottom: 15px
  }
}

@media (max-width:767.98px) {
  .icon-box.responsive-mobile.icon-right .icon-box-wrapper {
    display: block
  }

  .icon-box.responsive-mobile.icon-right .icon.icon-default {
    margin-right: auto;
    margin-left: auto
  }
}

.icon-box.iconbox-border-radius {
  border-radius: 10px
}

.icon-box.animate-hover:hover.icon-rotate .icon-wrapper .icon {
  transform: rotate(360deg)
}

.icon-box.animate-hover:hover.icon-rotate-x .icon-wrapper .icon {
  transform: rotateX(360deg)
}

.icon-box.animate-hover:hover.icon-rotate-y .icon-wrapper .icon {
  transform: rotateY(180deg)
}

.icon-box.animate-hover:hover.icon-translate .icon-wrapper .icon {
  transform: translate(-10px, 10px)
}

.icon-box.animate-hover:hover.icon-translate-x .icon-wrapper .icon {
  transform: translateX(-10px)
}

.icon-box.animate-hover:hover.icon-translate-y .icon-wrapper .icon {
  transform: translateY(-10px)
}

.icon-box.animate-hover:hover.icon-scale .icon-wrapper .icon {
  transform: scale(1.1)
}

.icon-box.icon-area-box-shadow .icon-wrapper .icon {
  box-shadow: 0 0 50px rgb(5 5 5 / .08)
}

.icon-box .bg-shadow-icon {
  position: absolute;
  right: -30px;
  bottom: 0;
  font-size: 8rem;
  line-height: 1;
  color: #687f9b;
  opacity: .25;
  transition: all 0.3s ease
}

.icon-box.iconbox-bg-img-on-hover {
  overflow: hidden
}

.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease
}

.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:before,
.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease
}

.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:before {
  background-image: url(./../../plugins/mascot-core-stratify/assets/css/images/shadow-overlay2.png);
  background-position: center bottom;
  z-index: 1;
  background-repeat: no-repeat
}

.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:after {
  background-color: rgb(0 0 0 / .45);
  z-index: 2
}

.icon-box.iconbox-bg-img-on-hover:hover .bg-img-wrapper {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.icon-box.iconbox-bg-img-on-hover:hover .icon {
  color: #fff
}

.icon-box.iconbox-bg-img-on-hover:hover .icon i {
  color: #fff
}

.icon-box.iconbox-bg-img-on-hover:hover .icon-box-title,
.icon-box.iconbox-bg-img-on-hover:hover .icon-box-title a {
  color: #fff
}

.icon-box.iconbox-bg-img-on-hover:hover .content {
  color: #fff
}

.icon-box.iconbox-bg-img-on-hover:hover .content p {
  color: #fff
}

.icon-box.iconbox-bg-img-on-hover .icon-box-wrapper {
  position: relative;
  z-index: 99
}

.icon-box.iconbox-bg-img-on-hover.bg-img-hover-always-visible .bg-img-wrapper {
  opacity: 1
}

.tm-sc-line-with-text .horizontal-line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 50px;
  background-color: #fac400
}

.tm-sc-line-with-text .horizontal-text {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .09em;
  padding-left: 15px
}

.tm-sc-line-with-text.line-after-title .horizontal-text {
  padding-left: 0;
  padding-right: 15px
}

.tm-sc-line-with-text.line-above-title .horizontal-line {
  display: block
}

.tm-sc-line-with-text.line-above-title .horizontal-text {
  display: block;
  padding-left: 0;
  padding-top: 15px
}

.tm-sc-line-with-text.line-below-title .horizontal-line {
  display: block
}

.tm-sc-line-with-text.line-below-title .horizontal-text {
  display: block;
  padding-left: 0;
  padding-bottom: 15px
}

.tm-section-box-bg {
  position: absolute;
  top: -150px;
  left: 225px;
  bottom: -150px;
  right: -100000px;
  background-color: var(--theme-color1)
}

.tm-header-top-info ul {
  list-style: none
}

.tm-header-top-info ul li {
  display: inline-block;
  margin-right: 20px
}

.tm-header-top-info ul li>*,
.tm-header-top-info ul li a {
  display: inline-block;
  color: #fff;
  font-weight: var(--body-font-weight)
}

.tm-header-top-info ul li i,
.tm-header-top-info ul li svg {
  margin-right: 5px
}

.tm-header-top-info ul li svg {
  width: 16px
}

.tm-header-top-info ul li:last-child {
  margin-right: 0
}

.tm-header-top-info ul li .prefix {
  margin-right: 5px
}

.tm-header-top-info.border-style ul {
  list-style: none
}

.tm-header-top-info.border-style ul li {
  display: inline-block;
  padding-right: 20px;
  border-right: 1px solid rgb(200 200 200 / .7)
}

@media (max-width:767.98px) {
  .tm-header-top-info.border-style ul li {
    padding-left: 0;
    padding-right: 0;
    border: none
  }
}

.tm-header-top-info.border-style ul li>*,
.tm-header-top-info.border-style ul li a {
  display: inline-block;
  color: #fff
}

.tm-header-top-info.border-style ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none
}

.tm-header-top-info.align-center {
  text-align: center
}

.tm-header-top-info.align-right {
  text-align: right
}

.tm-header-top-info.align-right ul li {
  margin-right: 0;
  margin-left: 20px
}

.tm-header-top-info.align-right.border-style ul li {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgb(200 200 200 / .7)
}

@media (max-width:767.98px) {
  .tm-header-top-info.align-right.border-style ul li {
    padding-left: 0;
    padding-right: 0;
    border: none
  }
}

.tm-header-top-info.align-right.border-style ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none
}

.tm-sc-social-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex
}

.tm-sc-social-links li {
  font-size: 1rem
}

.tm-sc-social-links li a.social-link {
  position: relative;
  display: block;
  background: #333;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  z-index: 1;
  transition: all 0.3s
}

.tm-sc-social-links li a.social-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  transition: all 0.3s
}

.tm-sc-social-links li a.social-link:hover {
  background: #eee;
  color: #31354c
}

.tm-sc-social-links li:not(:last-child) {
  margin-right: 10px
}

.tm-sc-social-links.icon-light li a.social-link {
  background: #f5f5f5;
  color: #333;
  border: 1px solid #fff
}

.tm-sc-social-links.icon-light li a.social-link:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333
}

.tm-sc-social-links.icon-rounded li a {
  border-radius: 5px
}

.tm-sc-social-links.icon-square li a {
  border-radius: 0
}

.tm-sc-social-links.icon-xs li a {
  font-size: 10px;
  height: 26px;
  width: 26px;
  line-height: 26px
}

.tm-sc-social-links.icon-sm li a {
  font-size: 14px;
  height: 32px;
  width: 32px;
  line-height: 32px
}

.tm-sc-social-links.icon-md li a {
  font-size: 18px;
  height: 40px;
  width: 40px;
  line-height: 40px
}

.tm-sc-social-links.icon-lg li a {
  font-size: 23px;
  height: 50px;
  width: 50px;
  line-height: 50px
}

.tm-sc-social-links.icon-xl li a {
  font-size: 28px;
  height: 60px;
  width: 60px;
  line-height: 60px
}

.tm-sc-social-links.links-theme-colored1 li a {
  background: var(--theme-color1)
}

.tm-sc-social-links.links-theme-colored2 li a {
  background: var(--theme-color2)
}

.tm-sc-social-links.links-theme-colored3 li a {
  background: var(--theme-color3)
}

.tm-sc-social-links.links-theme-colored4 li a {
  background: var(--theme-color4)
}

.list-style-none {
  list-style: none
}

.tm-ordered-list ol {
  list-style: none;
  counter-reset: li
}

.tm-ordered-list ol li {
  position: relative;
  counter-increment: li
}

.tm-ordered-list ol li:before {
  content: "." counter(li);
  color: #333;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: .5em;
  font-weight: 600;
  direction: rtl
}

.tm-sc-unordered-list ul li:before {
  color: var(--theme-color1);
  display: inline-block
}

.tm-sc-unordered-list.list-style1 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style1 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style1 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style1 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style1 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style1 ul li:before {
  content: "\f058"
}

.tm-sc-unordered-list.list-style2 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style2 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style2 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style2 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style2 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style2 ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.tm-sc-unordered-list.list-style3 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style3 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style3 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style3 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style3 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style3 ul li:before {
  content: "\f14a"
}

.tm-sc-unordered-list.list-style4 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style4 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style4 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style4 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style4 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style4 ul li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.tm-sc-unordered-list.list-style5 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style5 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style5 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style5 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style5 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style5 ul li:before {
  content: "\f00c"
}

.tm-sc-unordered-list.list-style6 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style6 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style6 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style6 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style6 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style6 ul li:before {
  content: "\f560"
}

.tm-sc-unordered-list.list-style7 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style7 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style7 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style7 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style7 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style7 ul li:before {
  content: "\f35a"
}

.tm-sc-unordered-list.list-style8 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style8 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style8 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style8 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style8 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style8 ul li:before {
  content: "\f30b"
}

.tm-sc-unordered-list.list-style9 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style9 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style9 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style9 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style9 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style9 ul li:before {
  content: "\f054"
}

.tm-sc-unordered-list.list-style10 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style10 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style10 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style10 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style10 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style10 ul li:before {
  content: "\f138"
}

.tm-sc-unordered-list.list-style11 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style11 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style11 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style11 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style11 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style11 ul li:before {
  content: "\f152"
}

.tm-sc-unordered-list.list-style12 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style12 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style12 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style12 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style12 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style12 ul li:before {
  content: "\f0da"
}

.tm-sc-unordered-list.list-style11 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style11 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style11 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style11 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style11 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style11 ul li:before {
  content: "\f105"
}

.tm-sc-unordered-list.list-style13 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style13 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style13 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style13 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style13 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style13 ul li:before {
  content: "\f101"
}

.tm-sc-unordered-list.list-style14 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style14 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style14 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style14 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style14 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style14 ul li:before {
  content: "\f152";
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.tm-sc-unordered-list.list-style15 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style15 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style15 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style15 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style15 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style15 ul li:before {
  content: "\f152"
}

.tm-sc-unordered-list.list-style16 ul {
  list-style: none
}

.tm-sc-unordered-list.list-style16 ul>li {
  position: relative
}

.tm-sc-unordered-list.list-style16 ul li {
  list-style-type: none
}

.tm-sc-unordered-list.list-style16 ul li:before {
  z-index: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
  padding-right: 13px;
  vertical-align: middle
}

.tm-sc-unordered-list.list-style16 ul li li {
  padding-left: 15px
}

.tm-sc-unordered-list.list-style16 ul li:before {
  content: "\f140"
}

.list-with-image ul {
  list-style: none
}

.list-with-image li img {
  float: left
}

.list-with-image li strong {
  font-weight: 600;
  color: #111c16;
  margin-top: 8px;
  display: block;
  width: calc(100% - 64px);
  float: left
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .98
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #CCC
}

.mfp-preloader a:hover {
  color: #FFF
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: #fff0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: #fff0
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset #fff0
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -45px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgb(0 0 0 / .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgb(0 0 0 / .6);
  background: #444
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgb(0 0 0 / .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgb(0 0 0 / .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.mfp-close-btn-in .mfp-close {
  color: #eee;
  font-size: 44px
}

html.html-magnific-popup-active {
  overflow: hidden
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important
}

/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
  --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0)
}

:where(body) {
  margin: 0
}

:where(.is-layout-flex) {
  gap: .5em
}

:where(.is-layout-grid) {
  gap: .5em
}

body .is-layout-flex {
  display: flex
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center
}

.is-layout-flex>:is(*, div) {
  margin: 0
}

body .is-layout-grid {
  display: grid
}

.is-layout-grid>:is(*, div) {
  margin: 0
}

body {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-top: calc(0.667em + 2px);
  padding-right: calc(1.333em + 2px);
  padding-bottom: calc(0.667em + 2px);
  padding-left: calc(1.333em + 2px);
  text-decoration: none;
  text-transform: inherit
}

.has-black-color {
  color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
  color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important
}

:root :where(.wp-block-icon svg) {
  width: 24px
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em
}

:where(.wp-block-term-template.is-layout-flex) {
  gap: 1.25em
}

:where(.wp-block-term-template.is-layout-grid) {
  gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6
}

.chaty *,
.chaty-chat-view *,
.chaty-outer-forms * {
  box-sizing: border-box
}

.chaty-agent-data,
.chaty-whatsapp-field input[type=text],
.chaty-whatsapp-message,
.chaty-whatsapp-message p {
  font-family: Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu, Cantarell, Fira Sans, sans-serif
}

.chaty-agent-header,
.chaty-channel,
.chaty-channels,
.chaty-form-body,
.chaty-tooltip {
  position: relative
}

.chaty-tooltip .on-hover-text,
.chaty-tooltip .on-hover-text:before,
.chaty-tooltip:after,
.chaty-tooltip:before {
  text-transform: none;
  font-size: .9em;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0
}

.on-hover-text {
  display: none;
  white-space: pre
}

.chaty-tooltip .on-hover-text:before,
.chaty-tooltip:before {
  content: "";
  border: 5px solid #fff0;
  z-index: 1001
}

.chaty-tooltip:after {
  content: attr(data-hover)
}

.chaty-tooltip .on-hover-text,
.chaty-tooltip:after {
  text-align: center;
  min-width: 1em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 15px;
  border-radius: 10px;
  background: #fff;
  color: #333;
  z-index: 1000;
  box-shadow: 0 1.93465px 7.73859px rgb(0 0 0 / 15%);
  font-size: 17px;
  line-height: 21px
}

.chaty-animation-shockwave:after,
.chaty-animation-shockwave:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0
}

.chaty-tooltip .on-hover-text {
  overflow: visible;
  white-space: pre
}

.chaty-tooltip.active .on-hover-text,
.chaty-tooltip.active .on-hover-text:before,
.chaty-tooltip.active:after,
.chaty-tooltip.active:before,
.chaty-tooltip:hover .on-hover-text,
.chaty-tooltip:hover .on-hover-text:before,
.chaty-tooltip:hover:after,
.chaty-tooltip:hover:before {
  display: block;
  opacity: 1
}

.chaty-tooltip.active .on-hover-text,
.chaty-tooltip.active .on-hover-text:before,
.chaty-tooltip.active:after,
.chaty-tooltip.active:before,
.chaty-tooltip.pos-left:hover .on-hover-text,
.chaty-tooltip.pos-left:hover .on-hover-text:before,
.chaty-tooltip.pos-left:hover:after,
.chaty-tooltip.pos-left:hover:before,
.chaty-tooltip.pos-right:hover .on-hover-text,
.chaty-tooltip.pos-right:hover .on-hover-text:before,
.chaty-tooltip.pos-right:hover:after,
.chaty-tooltip.pos-right:hover:before {
  animation: ease-out forwards tooltips-horz
}

.chaty-tooltip.has-on-hover:after,
.chaty-tooltip.has-on-hover:before,
.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,
.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,
.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:after,
.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:before,
.chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger,
.on-hover-text:empty,
[data-hover=""]:after,
[data-hover=""]:before {
  display: none !important
}

.chaty-tooltip.pos-top .on-hover-text:before,
.chaty-tooltip.pos-top:before {
  border-bottom-width: 0;
  border-top-color: #fff;
  bottom: calc(100% + 5px)
}

.chaty-tooltip.pos-top .on-hover-text:after,
.chaty-tooltip.pos-top:after {
  bottom: calc(100% + 10px)
}

.chaty-tooltip.pos-top .on-hover-text,
.chaty-tooltip.pos-top:after,
.chaty-tooltip.pos-top:before {
  left: 50%;
  transform: translate(-50%, -.5em)
}

.chaty-tooltip.pos-down:before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #fff
}

.chaty-tooltip.pos-down:after {
  top: calc(100% + 5px)
}

.chaty-tooltip.pos-down:after,
.chaty-tooltip.pos-down:before {
  left: 50%;
  transform: translate(-50%, .5em)
}

.chaty-tooltip.pos-left .on-hover-text:before,
.chaty-tooltip.pos-left:before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #fff;
  left: calc(0em - 10px);
  transform: translate(-.5em, -50%)
}

.chaty-tooltip.pos-left .on-hover-text:before {
  left: auto;
  right: calc(0em - 5px)
}

.chaty-tooltip.pos-left .on-hover-text,
.chaty-tooltip.pos-left:after {
  top: 50%;
  right: calc(100% + 10px);
  transform: translate(-.5em, -50%)
}

.chaty-tooltip.pos-right .on-hover-text:before,
.chaty-tooltip.pos-right:before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #fff;
  right: calc(0em - 10px);
  transform: translate(.5em, -50%)
}

.chaty-tooltip.pos-right .on-hover-text:before {
  left: calc(0em - 5px);
  right: auto
}

.chaty-tooltip.pos-right .on-hover-text,
.chaty-tooltip.pos-right:after {
  top: 50%;
  left: calc(100% + 10px);
  transform: translate(.5em, -50%)
}

@keyframes tooltips-vert {
  to {
    opacity: 1;
    transform: translate(-50%, 0)
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%)
  }
}

.chaty-tooltip.pos-down:hover:after,
.chaty-tooltip.pos-down:hover:before,
.chaty-tooltip.pos-top:hover:after,
.chaty-tooltip.pos-top:hover:before {
  animation: ease-out forwards tooltips-vert
}

@-webkit-keyframes chaty-animation-shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgb(0 0 0 / .3), inset 0 0 1px rgb(0 0 0 / .3)
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px #fff0
  }

  100% {
    transform: scale(2.25)
  }
}

@keyframes chaty-animation-shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgb(0 0 0 / .3), inset 0 0 1px rgb(0 0 0 / .3)
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px #fff0
  }

  100% {
    transform: scale(2.25)
  }
}

@-webkit-keyframes chaty-animation-blink {

  0%,
  100% {
    opacity: 1
  }

  20% {
    opacity: .5
  }
}

@keyframes chaty-animation-blink {

  0%,
  100% {
    opacity: 1
  }

  20% {
    opacity: .5
  }
}

@-webkit-keyframes chaty-animation-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 2px 2px rgb(0 0 0 / .2);
    border-radius: 50%
  }

  100% {
    transform: scale(1.1);
    box-shadow: 0 2px 2px rgb(0 0 0 / .2);
    border-radius: 45%
  }
}

@keyframes chaty-animation-pulse {
  0% {
    transform: scale(1);
    border-radius: 50%
  }

  100% {
    transform: scale(1.1);
    border-radius: 45%
  }
}

.chaty-animation-shockwave:after {
  left: 0;
  -webkit-animation: 2s ease-out 1.3s infinite chaty-animation-shockwave;
  animation: 2s ease-out 1.3s infinite chaty-animation-shockwave
}

.chaty-animation-shockwave:before {
  left: 0;
  -webkit-animation: 2s ease-out .8s infinite chaty-animation-shockwave;
  animation: 2s ease-out .8s infinite chaty-animation-shockwave
}

.chaty-animation-blink {
  -webkit-animation: 1.33s ease-out infinite chaty-animation-blink;
  animation: 1.33s ease-out infinite chaty-animation-blink
}

.chaty-animation-pulse,
.chaty-animation-pulse-icon {
  -webkit-animation: .4s infinite alternate chaty-animation-pulse;
  animation: .4s infinite alternate chaty-animation-pulse
}

.chaty-animation-sheen {
  position: relative;
  overflow: hidden
}

.chaty-animation-sheen:after {
  animation: 5s infinite chaty-animation-sheen;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgb(255 255 255 / .5) 50%, transparent);
  transform: rotateZ(60deg) translate(0, 5em)
}

@keyframes chaty-animation-sheen {

  100%,
  20% {
    transform: rotateZ(60deg) translate(0, -80px)
  }
}

.chaty-animation-fade {
  animation: 5s infinite chaty-animation-fade
}

.chaty-animation-spin {
  animation: 5s cubic-bezier(.56, -.35, .22, 1.5) infinite chaty-animation-spin
}

@keyframes chaty-animation-fade {

  15%,
  5% {
    opacity: .25
  }

  10%,
  100%,
  20% {
    opacity: 1
  }
}

@keyframes chaty-animation-spin {
  10% {
    transform: rotateZ(-20deg);
    animation-timing-function: ease
  }

  100%,
  20% {
    transform: rotateZ(360deg)
  }
}

.chaty-animation-bounce,
.chaty-animation-jump {
  animation: 5s cubic-bezier(.84, -.54, .31, 1.19) infinite chaty-animation-bounce
}

@keyframes chaty-animation-bounce {

  0%,
  100%,
  20% {
    transform: none
  }

  10% {
    transform: translateY(-1em)
  }
}

@keyframes chaty-animation-waggle {
  0% {
    transform: none
  }

  10% {
    transform: rotateZ(-20deg) scale(1.2)
  }

  13% {
    transform: rotateZ(25deg) scale(1.2)
  }

  15% {
    transform: rotateZ(-15deg) scale(1.2)
  }

  17% {
    transform: rotateZ(15deg) scale(1.2)
  }

  20% {
    transform: rotateZ(-12deg) scale(1.2)
  }

  22% {
    transform: rotateZ(0) scale(1.2)
  }

  100%,
  24% {
    transform: rotateZ(0) scale(1)
  }
}

.chaty-animation-waggle {
  animation: 5s infinite chaty-animation-waggle
}

.chaty-animation-floating {
  -webkit-animation: chaty-animation-floating 3s ease infinite;
  animation: chaty-animation-floating 3s ease infinite
}

@keyframes chaty-animation-floating {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.chaty {
  display: none;
  z-index: 99999
}

.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,
.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,
.chaty.active,
.chaty.form-open .chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger {
  display: block !important
}

.chaty * {
  margin: 0;
  padding: 0
}

.chaty .sr-only,
.chaty-outer-forms .sr-only,
.hide-cht-svg-bg {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  outline: 0 !important
}

.chaty a,
.chaty a:focus,
.chaty a:hover,
.chaty button {
  border: none;
  text-decoration: none;
  outline: 0;
  box-shadow: none
}

.chaty-widget {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 10001
}

.chaty-widget.left-position {
  left: 25px;
  right: auto
}

.chaty-channel-list {
  display: flex;
  width: 62px;
  height: 124px;
  position: absolute;
  bottom: -4px;
  right: 0;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none
}

.chaty-widget.left-position .chaty-channel-list {
  left: 0;
  right: auto
}

.chaty-widget.chaty-open .chaty-channel-list,
.chaty-widget.has-single .chaty-i-trigger .Phone-channel:after,
.chaty-widget.has-single .chaty-i-trigger .Phone-channel:before {
  pointer-events: auto
}

.chaty-channel-list .chaty-channel,
.chaty-channel.single .chaty-svg {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin: 4px;
  cursor: pointer;
  box-shadow: 0 16px 24px 0 rgb(73 104 126 / 16%)
}

.chaty-channel-list .chaty-channel {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: .5s;
  -webkit-transition: .5s
}

.chaty-channel.single .chaty-svg {
  margin: 0
}

.chaty-widget.chaty-open .chaty-channel-list .chaty-channel {
  opacity: 1
}

.chaty-channel a,
.chaty-channel button,
.chaty-svg {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  outline: 0
}

.chaty-channel button {
  background: 0 0;
  border-radius: 50%
}

.chaty-channel a .chaty-custom-icon,
.chaty-channel button .chaty-custom-icon,
.chaty-svg .chaty-custom-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  font-size: 27px;
  line-height: 54px;
  color: #fff
}

.chaty-channel a:focus,
.chaty-channel button:focus,
.chaty-contact-form-box button.chaty-submit-button {
  outline: 0
}

.chaty-contact-form-box button.chaty-submit-button:disabled .chaty-loader {
  display: inline-block
}

.chaty-agent-icon svg,
.chaty-channel svg,
.chaty-view-channels .chaty-channel span svg {
  width: 100%;
  height: 100%
}

.chaty-channel img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%
}

.chaty-i-trigger .chaty-channel {
  position: absolute;
  bottom: 0;
  right: 4px;
  transition: .5s;
  border-radius: 50%;
  cursor: pointer
}

.chaty-cta-button {
  transition: .5s;
  box-shadow: 0 16px 24px 0 rgb(73 104 126 / 16%);
  border-radius: 50%
}

.chaty-widget.left-position .chaty-i-trigger .chaty-channel {
  left: 4px;
  right: auto
}

.chaty-widget .chaty-cta-main .chaty-cta-button {
  z-index: 1099;
  opacity: 1;
  position: relative
}

.chaty-widget.chaty-open .chaty-cta-main .chaty-cta-button {
  z-index: 999;
  opacity: 0;
  transform: rotate(540deg);
  visibility: hidden
}

.chaty-widget .chaty-i-trigger .chaty-cta-close {
  pointer-events: none
}

.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close {
  pointer-events: auto;
  z-index: 101
}

.chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button {
  z-index: 999;
  opacity: 0;
  visibility: hidden
}

.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close .chaty-cta-button {
  z-index: 1099;
  opacity: 1;
  transform: rotate(180deg);
  visibility: visible
}

.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip {
  z-index: 91
}

.chaty-channel button.open-chaty-channel,
.chaty-widget.chaty-no-close-button:not(.has-single) .chaty-i-trigger:not(.single-channel),
.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,
.chaty.form-open .chaty-channel button.open-chaty,
.chaty.form-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,
.chaty.form-open .chaty-i-trigger .chaty-tooltip:after,
.chaty.form-open .chaty-i-trigger .chaty-tooltip:before,
.chaty.form-open .chaty-widget.has-single .chaty-i-trigger .on-hover-text {
  display: none
}

.chaty.form-open.active .chaty-widget .chaty-i-trigger {
  display: block
}

.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-main {
  display: none
}

.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.chaty-widget .ch-pending-msg {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 16px;
  height: 16px;
  text-align: center;
  background: red;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  border-radius: 50%;
  z-index: 1101
}

.chaty-widget.left-position.hor-mode .chaty-channel-list {
  width: 136px;
  height: 62px;
  left: 0;
  bottom: 0
}

.chaty-widget.right-position.hor-mode .chaty-channel-list {
  width: 136px;
  height: 62px;
  right: 0;
  left: auto;
  bottom: 0
}

.chaty-widget.hor-mode .chaty-channel-list .chaty-channel {
  margin-top: 0;
  margin-bottom: 0
}

.chaty-widget.hor-mode.left-position .chaty-channel-list .chaty-channel {
  left: 0
}

.chaty-widget.hor-mode.right-position .chaty-channel-list .chaty-channel {
  right: 0;
  left: auto
}

.chaty-chat-view,
.chaty-outer-forms {
  vertical-align: bottom;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: fixed !important;
  bottom: -25px;
  left: 25px;
  padding: 0;
  width: 320px;
  max-width: 90%;
  -moz-transition: .5s linear;
  box-shadow: rgb(0 0 0 / .16) 0 5px 40px;
  -webkit-box-shadow: rgb(0 0 0 / .16) 0 5px 40px;
  -moz-box-shadow: rgb(0 0 0 / .16) 0 5px 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  transition: .5s;
  -webkit-transition: .5s;
  animation-delay: -2s;
  -webkit-animation-delay: -2s
}

.chaty-chat-view.pos-left,
.chaty-outer-forms.pos-left {
  left: 25px
}

.chaty-chat-view.pos-right,
.chaty-outer-forms.pos-right {
  right: 25px;
  left: auto
}

.chaty-outer-forms.active,
.chaty:not(.form-open) .chaty-widget.chaty-open+.chaty-chat-view {
  -webkit-transform: translateY(-93px);
  transform: translateY(-93px);
  opacity: 1;
  z-index: 999999;
  visibility: visible;
  bottom: 0;
  pointer-events: auto
}

.chaty-whatsapp-body {
  padding: 0;
  min-height: 260px;
  position: relative;
  z-index: 2
}

.chaty-whatsapp-content {
  padding: 20px
}

.chaty-popup-whatsapp-form .chaty-whatsapp-body {
  height: 260px;
  min-height: auto
}

.chaty-popup-whatsapp-form .chaty-whatsapp-content {
  display: flex;
  align-items: flex-start
}

.chaty-form-body {
  background: #fff;
  z-index: 99999;
  min-height: 75px;
  border-radius: 10px
}

.chaty-form-body form {
  margin: 0;
  padding: 0
}

.qr-code-image {
  padding: 10px;
  text-align: center;
  border: solid 1px silver;
  border-radius: 4px
}

.qr-code-image img {
  max-width: 100%;
  max-height: 360px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto
}

.chaty-whatsapp-form {
  position: relative;
  background-color: #f0ede7;
  border-radius: 8px;
  margin: 0
}

.chaty-whatsapp-form:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: .035;
  background-image: url('../media/whatsapp.png')
}

.chaty-popup-whatsapp-form .chaty-whatsapp-body:before,
.chaty-popup-whatsapp-form .chaty-whatsapp-footer:before {
  background-image: url('../media/whatsapp-welcome-popup.png');
  opacity: .7
}

.chaty-whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0 10px 10px;
  position: relative;
  transform-origin: center top;
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
  max-width: calc(100% - 40px);
  font-family: Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu, Cantarell, Fira Sans, sans-serif;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid rgb(34 17 71 / .08)
}

.chaty-whatsapp-message:before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-top: 0 solid #fff0;
  border-bottom: 10px solid #fff0;
  border-right: 12px solid #fff;
  position: absolute;
  left: -12px;
  top: 0
}

.wp-profile-img+.chaty-whatsapp-message:before {
  display: block
}

.chaty-whatsapp-message p {
  margin: 0;
  padding: 0;
  color: #111b21;
  font-weight: 400;
  word-wrap: break-word
}

.chaty-whatsapp-footer {
  position: relative;
  padding: 20px 15px
}

.whatsapp-chaty-form {
  display: flex;
  margin: 0;
  padding: 0
}

button.chaty-whatsapp-button-button,
button.chaty-whatsapp-button-button:focus,
button.chaty-whatsapp-button-button:hover {
  text-align: center !important;
  height: 40px !important;
  width: 40px !important;
  padding: 0 !important;
  background: #c6d7e3 !important;
  border-radius: 20px !important;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  margin: 0 0 0 10px !important;
  text-decoration: none !important;
  border: none !important;
  min-width: 1px !important;
  flex: 0 0 40px
}

button.chaty-whatsapp-button-button {
  background: #c6d7e3 !important
}

button.chaty-whatsapp-button-button:focus,
button.chaty-whatsapp-button-button:hover {
  background: #a8c5da !important
}

.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button {
  background: #25d366 !important
}

.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:focus,
.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:hover {
  background: #22bf5b !important
}

.chaty-whatsapp-data {
  display: flex;
  flex: 1;
  z-index: 1
}

.chaty-whatsapp-field {
  padding-right: 0;
  flex: 1;
  position: relative;
  display: flex;
  align-items: center
}

.chaty-whatsapp-button {
  flex: 0 0 48px
}

.chaty-whatsapp-button svg {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

.chaty-whatsapp-field input[type=text] {
  height: 40px !important;
  line-height: normal;
  padding: 0 10px 0 15px;
  font-size: 16px;
  resize: none;
  width: 100%;
  border: none !important;
  border-radius: 24px;
  outline: 0;
  box-shadow: none !important;
  background: #fff !important;
  margin: 0;
  color: #111b21;
  flex: 1
}

.chaty-whatsapp-field input[type=text]:focus {
  outline: 0 !important;
  border: none !important;
  margin: 0;
  color: #111b21;
  box-shadow: none !important
}

.chaty-whatsapp-button-button:active,
.chaty-whatsapp-button-button:focus,
.chaty-whatsapp-button-button:hover {
  background: #a8c5da !important
}

.chaty.form-open .chaty-channel button.open-chaty-channel,
.chaty.form-open .chaty-no-close-button.has-single .chaty-i-trigger {
  display: block
}

.chaty-agent-data {
  font-size: 16px
}

.chaty-agent-header {
  font-size: 18px;
  padding: 20px 15px;
  background: #22bf5b;
  color: #fff;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.chaty-agent-data .close-chaty-form {
  right: 10px;
  top: 12px
}

.chaty-agent-data .chaty-agent {
  display: flex;
  align-items: center;
  padding: 15px
}

.chaty-agent-data .chaty-agent a {
  color: #49687e;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  width: 100%;
  align-items: center;
  outline: 0;
  font-weight: 400
}

.chaty-contact-input input.chaty-input-field,
.chaty-contact-input input[type=email].chaty-input-field,
.chaty-contact-input input[type=text].chaty-input-field,
.chaty-contact-input select.chaty-input-field,
.chaty-contact-input textarea.chaty-textarea-field {
  color: #28303d;
  font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
  margin: 0;
  background: #fff;
  outline: 0
}

.chaty-agent-data .chaty-agent+.chaty-agent {
  border-top: 2px solid #f6f8f9
}

.chaty-agent-img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%
}

.chaty-agent-icon {
  width: 48px;
  height: 48px;
  margin: 0 15px 0 0
}

.chaty-agent-data .chaty-custom-icon {
  width: 48px;
  height: 48px;
  text-align: center;
  display: block;
  line-height: 48px;
  background: silver;
  border-radius: 50%;
  color: #fff;
  font-size: 28px
}

.chaty-close-agent-list {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 10;
  padding: 0 0 10px 10px
}

.chaty-agent-icon img {
  width: 48px;
  height: 48px;
  object-fit: cover
}

.chaty-close-agent-list svg {
  fill: #fff
}

.agent-sub-header {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400
}

.agent-main-header {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  position: relative
}

.chaty-agent-header:before,
.chaty-view-header:before {
  content: "";
  background: url('../media/header-top.png') no-repeat;
  width: 215px;
  height: 41px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.chaty-agent-header:after,
.chaty-view-header:after {
  content: "";
  background: url('../media/header-bottom.png') no-repeat;
  width: 44px;
  height: 41px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1
}

.chaty-custom-channel-icon {
  display: block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 54px
}

.chaty-contact-form-title {
  padding: 10px 15px;
  text-align: left;
  font-size: 18px;
  color: #fff;
  border-radius: 8px 8px 0 0;
  justify-content: space-between;
  display: flex
}

.chaty-contact-inputs {
  padding: 15px
}

.chaty-contact-input {
  display: block
}

.chaty-contact-input label.chaty-form-label {
  font-size: 14px;
  margin: 0;
  padding: 0 0 4px 0;
  line-height: 20px;
  display: flex;
  color: #28303d
}

.chaty-contact-input+.chaty-contact-input {
  margin: 10px 0 0
}

.chaty-contact-input input.chaty-input-field,
.chaty-contact-input input[type=email].chaty-input-field,
.chaty-contact-input input[type=text].chaty-input-field,
.chaty-contact-input select.chaty-input-field {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px
}

.chaty-contact-input .has-chaty-error:focus,
.chaty-contact-input input.chaty-input-field:focus,
.chaty-contact-input input[type=email].chaty-input-field:focus,
.chaty-contact-input input[type=tel].chaty-input-field:focus,
.chaty-contact-input input[type=text].chaty-input-field:focus,
.chaty-contact-input select.chaty-input-field:focus,
.chaty-contact-input textarea.chaty-textarea-field:focus {
  outline: 0;
  box-shadow: none;
  border-color: #898989;
  background-color: #fff
}

.chaty-contact-input textarea.chaty-textarea-field {
  width: 100%;
  height: 100px;
  line-height: 20px;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block
}

.chaty-contact-form-box .close-chaty-form {
  right: 9px;
  top: 9px
}

.chaty-contact-form-box button.chaty-submit-button[type=submit],
button#chaty-submit-button-0 {
  border: none;
  border-radius: 4px;
  color: #fff;
  background: #a886cd;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
  display: block
}

.chaty-contact-input input.chaty-input-field.has-chaty-error,
.chaty-contact-input select.chaty-input-field.has-chaty-error,
.chaty-contact-input textarea.has-chaty-error {
  border: 1px solid #d20000
}

.chaty-contact-form-button {
  padding: 15px
}

.chaty-ajax-error-message,
.chaty-ajax-success-message {
  color: #00a700;
  padding: 10px 0 0;
  text-align: center;
  font-size: 16px
}

.chaty-ajax-error-message {
  color: #da0000
}

.chaty-view-header,
.chaty-view-header a,
.chaty-view-header a:focus,
.chaty-view-header a:hover {
  font-weight: 500;
  color: #fff;
  font-size: 24px
}

.chaty-exit-intent {
  position: fixed;
  z-index: -1
}

.chaty-exit-intent:before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0 / .8);
  visibility: hidden;
  z-index: 100;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out
}

.chaty .chaty-widget.left-position .chaty-exit-intent:before {
  clip-path: circle(15px at 60px calc(100% - 60px))
}

.chaty .chaty-widget.right-position .chaty-exit-intent:before {
  clip-path: circle(15px at calc(100% - 60px) calc(100% - 60px))
}

.chaty .chaty-widget .chaty-exit-intent.animate:before {
  visibility: visible;
  clip-path: circle(100%)
}

.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:after,
.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:before {
  pointer-events: inherit
}

body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos,
body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos,
body.cht-in-mobile .chaty-outer-forms.chaty-wechat-form.custom-cht-pos,
body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
  bottom: auto
}

body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos .chaty-agent-body {
  max-height: calc(100vh - 164px) !important
}

.chaty-whatsapp-message p+p {
  margin-top: 10px
}

body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos .chaty-whatsapp-content {
  max-height: calc(100vh - 122px) !important;
  overflow-y: auto
}

body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form:not(.custom-cht-pos) .chaty-whatsapp-content {
  overflow-y: auto
}

.chaty.has-custom-pos.form-open .chaty-i-trigger {
  opacity: 0;
  visibility: hidden
}

body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos .chaty-contact-inputs {
  max-height: calc(100vh - 150px) !important;
  overflow-y: auto
}

body.cht-in-mobile .chaty-outer-forms {
  max-width: calc(100vw - 50px) !important
}

.chaty-view-body {
  background: #fff;
  border-radius: 8px
}

.chaty-view-header {
  background: #b78deb;
  border-radius: 7px 7px 0 0;
  padding: 10px 15px;
  position: relative;
  word-break: break-word
}

.chaty-top-content {
  padding: 15px 15px 0;
  font-size: 16px
}

.chaty-view-content p,
.chaty-view-content p a,
.chaty-view-content p a:focus,
.chaty-view-content p a:hover {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
  color: #49687e;
  word-break: break-word
}

.chaty-view-content p a {
  display: inline-block
}

.chaty-view-content p a:focus,
.chaty-view-content p a:hover,
.chaty-view-header a:focus,
.chaty-view-header a:hover {
  outline: 0;
  text-decoration: none
}

.chaty-view-content p+p {
  margin-top: 10px
}

.chaty-close-view-list {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 12px;
  cursor: pointer;
  z-index: 11
}

.chaty-close-view-list svg {
  fill: #fff;
  display: inline-block;
  width: 100%
}

.chaty-view-channels .chaty-channel {
  height: 48px;
  display: inline-block;
  margin: 6px 0;
  width: 20%;
  text-align: center;
  vertical-align: top
}

.chaty-view-channels .chaty-channel a,
.chaty-view-channels .chaty-channel img,
.chaty-view-channels .chaty-channel span:not(.on-hover-text) {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto
}

.chaty-view-channels {
  padding: 10px 8px
}

.chaty-view-channels .chaty-custom-channel-icon {
  font-size: 24px
}

.front-google-captcha {
  width: 100% !important;
  overflow: hidden
}

.front-google-captcha>div {
  width: 100%
}

.front-google-captcha iframe {
  transform: scaleX(.9);
  position: relative;
  left: -15px
}

.widget-fa-icon {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #fff
}

span.chaty-loader {
  display: none;
  vertical-align: middle;
  color: #fff;
  animation: rotation 1s infinite linear;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin-left: 5px
}

span.chaty-loader span.dashicons {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 24px
}

@keyframes rotation {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

span.chaty-loader.active {
  display: inline-block;
  vertical-align: baseline
}

.chaty-i-trigger.single-channel>.chaty-channel>.on-hover-text {
  display: none !important
}

html[dir=rtl] .chaty-input-field,
html[dir=rtl] .chaty-submit-button,
html[dir=rtl] .chaty-tooltip,
html[dir=rtl] .chaty-tooltip:after,
html[dir=rtl] .chaty-whatsapp-message,
html[dir=rtl] .on-hover-text {
  direction: rtl
}

.add-bg-blur-effect {
  background-color: rgb(0 0 0 / .4);
  overflow-x: hidden
}

.add-bg-blur-effect>:not(.chaty, .chaty-outer-forms, .picmo__popupContainer) {
  filter: blur(6px)
}

.email_suggestion,
.wp_email_suggestion {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #970029
}

.email_suggestion i,
.wp_email_suggestion i {
  color: #2596be;
  font-weight: 700;
  cursor: pointer
}

.chaty-custom-whatsapp-form .eac-sugg,
.chaty-form .eac-sugg {
  color: #c1c1c1;
  line-height: 34px !important
}

.chaty-form .eac-input-wrap {
  width: 100%;
  overflow: hidden;
  line-height: 38px
}

.chaty-custom-whatsapp-form .chaty-whatsapp-body:before {
  opacity: .05
}

.chaty-custom-whatsapp-form .chaty-whatsapp-body {
  border-radius: 0
}

.chaty-custom-whatsapp-form .chaty-whatsapp-footer {
  border-top: 1px solid #e1e1e1;
  min-height: 70px
}

.chaty-custom-whatsapp-form .chaty-whatsapp-data {
  display: block;
  z-index: 1
}

.chaty-custom-whatsapp-form .chaty-whatsapp-button-button {
  width: 100% !important;
  z-index: 1;
  position: relative
}

.chaty-custom-whatsapp-form .header-text {
  display: flex;
  align-items: center
}

.chaty-custom-whatsapp-form .header-text span {
  display: inline-block;
  vertical-align: super;
  padding-left: 5px
}

.chaty-custom-whatsapp-form .chaty-whatsapp-button svg {
  width: 26px;
  height: 26px;
  fill: #fff;
  margin-right: 3px
}

.chaty-custom-whatsapp-form .chaty-whatsapp-button span {
  font-size: 15px;
  padding-left: 5px
}

.chaty-custom-whatsapp-form .chaty-whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px !important
}

.chaty-custom-whatsapp-form .chaty-whatsapp-content {
  padding: 15px;
  z-index: 101111;
  position: relative
}

.chaty-custom-whatsapp-form .chaty-whatsapp-body {
  min-height: auto
}

.chaty-outer-forms input[type=number]::-webkit-inner-spin-button,
.chaty-outer-forms input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}

.chaty-whatsapp-header {
  display: flex;
  align-items: center;
  background-color: #4aa485;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px 15px;
  position: relative;
  justify-content: space-between;
  box-shadow: 0 16px 32px 0 #1a0E3529
}

.chaty-whatsapp-header .header-wp-icon {
  height: 30px;
  width: 30px;
  margin-right: 7px
}

.chaty-whatsapp-header .header-wp-title {
  color: #fff;
  font-size: 15px;
  flex: 1;
  padding-right: 8px
}

.whatsapp-form-close-btn {
  flex: 0 0 16px;
  cursor: pointer
}

.whatsapp-form-close-btn svg {
  width: 16px;
  height: 16px
}

.chaty-form,
.chaty-whatsapp-form {
  font-family: Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu, Cantarell, Fira Sans, sans-serif
}

.chaty-whatsapp-body .wp-profile-img {
  height: 30px;
  width: 30px;
  margin-right: 15px
}

.chaty-whatsapp-body .wp-profile-img img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  object-fit: cover
}

.chaty-whatsapp-message-nickname {
  color: #489d81;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px
}

.chaty-whatsapp-message-time {
  color: #a1a1a9;
  font-size: 10px;
  line-height: 12px
}

.chaty-whatsapp-input::placeholder {
  color: #83a1b7;
  opacity: 40%
}

.chaty-whatsapp-input::-ms-input-placeholder {
  color: #83a1b7;
  opacity: 40%
}

button[type=button].chaty-wp-emoji-input,
button[type=button].chaty-wp-emoji-input:focus,
button[type=button].chaty-wp-emoji-input:hover {
  position: absolute !important;
  top: 9px;
  left: 8px;
  background: 0 0 !important;
  border: none !important;
  cursor: pointer;
  height: 24px !important;
  width: 24px !important;
  padding: 0 !important;
  min-width: 1px !important;
  margin: 0 !important;
  outline: 0 !important
}

.chaty-whatsapp-field:not(.has_emoji) .chaty-wp-emoji-input {
  display: none !important
}

.chaty-whatsapp-input {
  padding-left: 38px !important
}

.chaty-whatsapp-field:not(.has_emoji) .chaty-whatsapp-input {
  padding-left: 15px !important
}

.picmo__popupContainer {
  z-index: 1000000
}

body .picmo__emojiButton span {
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle
}

body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton {
  color: #8f8f8f;
  border: solid 1px #fff0
}

body .picmo__picker .picmo__categoryButtons .picmo__categoryTab.picmo__categoryTabActive .picmo__categoryButton {
  border: 1px solid #a886cd;
  color: #a071d3;
  background: #fff
}

body .picmo__picker .picmo__emojiCategory .picmo__categoryName {
  display: flex;
  height: auto;
  padding: 10px 17px;
  border-bottom: solid 1px #e2e8f0;
  font-weight: 700;
  background: #f3f3f3
}

body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton:hover {
  background: #fff
}

body .picmo__emojiButton {
  border-radius: 4px
}

body .picmo__emojiButton:focus {
  outline: 0;
  border-radius: 5px
}

.chaty-channel span.chaty-icon {
  display: block
}

.chaty.form-open .chaty-widget.has-single .chaty-cta-close .chaty-cta-button {
  opacity: 1;
  visibility: visible;
  transform: rotate(360deg);
  z-index: 999
}

.chaty-custom-whatsapp-form .eac-input-wrap {
  width: 100%;
  overflow: hidden
}

.chaty-custom-whatsapp-form .chaty-whatsapp-button button {
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.chaty-contact-input input[type=file].chaty-input-field {
  line-height: 32px
}

.eac-cval:empty,
.eac-sugg:empty {
  display: none !important
}

.qr-code-header {
  display: flex;
  align-items: center;
  background-color: #a886cd;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px 15px;
  position: relative;
  justify-content: space-between;
  color: #fff;
  box-shadow: 0 16px 32px 0 #1a0E3529;
  z-index: 999999
}

.chaty-close-button {
  cursor: pointer
}

.qr-code-title {
  line-height: 1;
  padding: 15px 15px 0;
  font-size: 14px;
  color: #83a1b7
}

.qr-code-box {
  margin-top: 10px;
  padding: 0 15px 15px
}

.qr-code-head-title {
  display: inline-flex;
  align-items: center
}

.qr-code-head-title svg {
  margin-right: 5px
}

.mce-error {
  border: 1px solid #d00 !important
}

.required_indicate {
  color: red;
  font-size: 18px;
  margin-left: 2px
}

.chaty-whatsapp-button-button svg {
  display: inline-block;
  vertical-align: sub
}

.chaty-wp-emoji-input:hover {
  background-color: #fff0;
  border-color: #fff0
}

.chaty-wp-emoji-input:focus {
  outline: 0
}

.chaty-whatsapp-input[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease;
  opacity: 40% !important
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease;
  opacity: 1 !important
}

.chaty-outer-forms form {
  margin: 0
}

.chaty,
.chaty *,
.chaty-form,
.chaty-form *,
.chaty-whatsapp-form,
.chaty-whatsapp-form * {
  -webkit-tap-highlight-color: #fff0
}

body.csaas-has-chatway:not(.chatway-is-open) .chatway--trigger-container {
  display: none !important
}

body.csaas-has-chatway:not(.chatway-is-open) .chatway--frame-container {
  opacity: 0;
  visibility: hidden
}

body.csaas-has-chatway.chatway-is-open .chaty {
  display: none !important
}

.chaty-widget.has-chatway .Chatway-channel-link {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.has-chat-view.active .chaty-widget.has-chatway.chaty-open .chaty-channel-list {
  display: none !important
}

.chaty-channel.Chatway-channel-link.has-unread-message:after,
.chaty-widget:not(.has-chatway):not(.chaty-open) .csaas-widget-trigger.has-unread-message:after {
  content: attr(data-unread-message);
  width: 20px;
  height: 20px;
  background: #ff4545;
  position: absolute;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  bottom: 44px;
  z-index: 1111;
  right: -4px
}

body:not(.chatway--active) .chaty-widget.has-chatway.above-chaty .Chatway-channel-link {
  display: none !important
}

body:not(.chatway--active) .chaty-widget.inside-chaty .chaty-channels .Chatway-channel-link {
  display: none !important
}

body.csaas-has-chatway.has--chaty.chatway--active:not(.chatway--visible) .chatway--container {
  display: block
}

.chaty.chaty-has-chat-view .has-chatway.chaty-open .Chatway-channel-link {
  display: none !important
}

.chaty-view-channels .chaty-channel.Chatway-channel.has-unread-message:after {
  right: 0;
  top: -8px;
  bottom: auto
}

.chaty-agent-header.agent-header-Instagram,
.chaty-agent-header.agent-header-Instagram_DM {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.tm-col-stretched-yes .tm-stretched-div {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  width: auto;
  z-index: 0;
  overflow: hidden
}

.tm-col-stretched-yes .tm-stretched-div:before {
  content: var(--background-overlay);
  display: block;
  position: absolute;
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  transition: var(--overlay-transition, .3s);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  border-color: var(--border-color);
  border-block-start-width: var(--border-block-start-width);
  border-inline-end-width: var(--border-inline-end-width);
  border-block-end-width: var(--border-block-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  top: calc(0px - var(--border-block-start-width));
  left: calc(0px - var(--border-inline-start-width));
  width: max(100% + var(--border-inline-end-width) + var(--border-inline-start-width), 100%);
  height: max(100% + var(--border-block-start-width) + var(--border-block-end-width), 100%)
}

.tm-col-stretched-right .tm-stretched-div,
.tm-col-stretched-left .tm-stretched-div {
  right: 0
}

.elementor-top-column.tm-col-stretched-left:not(.elementor-col-100) .tm-stretched-div {
  margin-left: -500px
}

.elementor-top-column.tm-col-stretched-right:not(.elementor-col-100) .tm-stretched-div {
  margin-right: -500px
}

.elementor-section.elementor-top-section.tm-bg-image-over-color.tm-bgimage-yes:before,
.elementor-column.elementor-top-column.tm-bgimage-yes.tm-bg-image-over-color>.tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-bg-image-over-color>.elementor-widget-wrap:before,
.elementor-column.elementor-top-column.tm-bg-image-over-color>.elementor-column-wrap:before {
  background-color: transparent !important
}

.elementor-column.tm-col-stretched-yes.tm-bgimage-yes {
  background-image: none;
  background-color: #fff0
}

.tm-bgimage-over-bgcolor.tm-bgimage-yes .tm-stretched-div:before,
.tm-bgimage-over-bgcolor.tm-bgimage-yes:before {
  background-color: transparent !important
}

.elementor-top-section:before,
.tm-col-stretched-yes .tm-stretched-div:before,
.elementor-column.elementor-top-column .elementor-widget-wrap:before,
.elementor-column.elementor-top-column .elementor-column-wrap:before,
.elementor-inner-column>div:before,
.elementor-inner-section:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0
}

.elementor-section.elementor-top-section.tm-elementor-bg-color-globalcolor,
.elementor-section.elementor-top-section.tm-elementor-bg-color-globalcolor:before,
.elementor-section.elementor-inner-section.tm-elementor-bg-color-globalcolor {
  background-color: var(--tm-colza-global-color)
}

.elementor-section.elementor-top-section.tm-elementor-bg-color-globalcolor.tm-bgimage-yes:before {
  background-color: rgba(var(--tm-colza-global-color-rgb), .6)
}

.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bg-image-over-color .elementor-widget-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor:not(.tm-col-stretched-yes)>.elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bg-image-over-color:not(.tm-col-stretched-yes)>.elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor:not(.tm-bgimage-yes) .elementor-column-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bg-image-over-color .elementor-column-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor:not(.tm-col-stretched-yes)>.elementor-column-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bg-image-over-color:not(.tm-col-stretched-yes)>.elementor-column-wrap {
  background-color: var(--tm-colza-global-color) !important
}

.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bgimage-yes:not(.tm-col-stretched-yes)>.elementor-widget-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bgimage-yes:not(.tm-bg-image-over-color) .elementor-widget-wrap .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor .elementor-widget-wrap .tm-bgimage-yes.tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bgimage-yes:not(.tm-col-stretched-yes)>.elementor-column-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bgimage-yes:not(.tm-bg-image-over-color) .elementor-column-wrap .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor .elementor-column-wrap .tm-bgimage-yes.tm-stretched-div:before {
  background-color: rgba(var(--tm-colza-global-color-rgb), .6)
}

.elementor-inner-section.tm-elementor-bg-color-globalcolor {
  background-color: var(--tm-colza-global-color) !important
}

.elementor-inner-section.tm-elementor-bg-color-globalcolor:not(.tm-bg-image-over-color):before {
  background-color: rgba(var(--tm-colza-global-color-rgb), .6)
}

.elementor-inner-column.tm-elementor-bg-color-globalcolor>div.elementor-column-wrap,
.elementor-inner-column.tm-elementor-bg-color-globalcolor>div.elementor-widget-wrap {
  background-color: var(--tm-colza-global-color) !important
}

.elementor-inner-column.tm-elementor-bg-color-globalcolor:not(.tm-bg-image-over-color)>div.elementor-column-wrap:before,
.elementor-inner-column.tm-elementor-bg-color-globalcolor:not(.tm-bg-image-over-color)>div.elementor-widget-wrap:before {
  background-color: rgba(var(--tm-colza-global-color-rgb), .6)
}

.elementor-section.elementor-top-section.tm-elementor-bg-color-light,
.elementor-section.elementor-top-section.tm-elementor-bg-color-light:before,
.elementor-section.elementor-inner-section.tm-elementor-bg-color-light {
  background-color: var(--tm-colza-light-bg-color)
}

.elementor-section.elementor-top-section.tm-elementor-bg-color-light.tm-bgimage-yes:before {
  background-color: rgba(var(--tm-colza-light-bg-color-rgb), .6)
}

.elementor-column.elementor-top-column.tm-elementor-bg-color-light:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bg-image-over-color .elementor-widget-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light:not(.tm-col-stretched-yes)>.elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bg-image-over-color:not(.tm-col-stretched-yes)>.elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light:not(.tm-bgimage-yes) .elementor-column-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bg-image-over-color .elementor-column-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light:not(.tm-col-stretched-yes)>.elementor-column-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bg-image-over-color:not(.tm-col-stretched-yes)>.elementor-column-wrap {
  background-color: var(--tm-colza-light-bg-color) !important
}

.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bgimage-yes:not(.tm-col-stretched-yes)>.elementor-widget-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bgimage-yes:not(.tm-bg-image-over-color) .elementor-widget-wrap .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light .elementor-widget-wrap .tm-bgimage-yes.tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bgimage-yes:not(.tm-col-stretched-yes)>.elementor-column-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bgimage-yes:not(.tm-bg-image-over-color) .elementor-column-wrap .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light .elementor-column-wrap .tm-bgimage-yes.tm-stretched-div:before {
  background-color: rgba(var(--tm-colza-light-bg-color-rgb), .6)
}

.elementor-inner-section.tm-elementor-bg-color-light {
  background-color: var(--tm-colza-light-bg-color) !important
}

.elementor-inner-section.tm-elementor-bg-color-light:not(.tm-bg-image-over-color):before {
  background-color: rgba(var(--tm-colza-light-bg-color-rgb), .6)
}

.elementor-inner-column.tm-elementor-bg-color-light>div.elementor-column-wrap,
.elementor-inner-column.tm-elementor-bg-color-light>div.elementor-widget-wrap {
  background-color: var(--tm-colza-light-bg-color) !important
}

.elementor-inner-column.tm-elementor-bg-color-light:not(.tm-bg-image-over-color)>div.elementor-column-wrap:before,
.elementor-inner-column.tm-elementor-bg-color-light:not(.tm-bg-image-over-color)>div.elementor-widget-wrap:before {
  background-color: rgba(var(--tm-colza-light-bg-color-rgb), .6)
}

.elementor-section.elementor-top-section.tm-elementor-bg-color-secondary,
.elementor-section.elementor-top-section.tm-elementor-bg-color-secondary:before,
.elementor-section.elementor-inner-section.tm-elementor-bg-color-secondary {
  background-color: var(--tm-colza-secondary-color)
}

.elementor-section.elementor-top-section.tm-elementor-bg-color-secondary.tm-bgimage-yes:before {
  background-color: rgba(var(--tm-colza-secondary-color-rgb), .6)
}

.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bg-image-over-color .elementor-widget-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary:not(.tm-col-stretched-yes)>.elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bg-image-over-color:not(.tm-col-stretched-yes)>.elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary:not(.tm-bgimage-yes) .elementor-column-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bg-image-over-color .elementor-column-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary:not(.tm-col-stretched-yes)>.elementor-column-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bg-image-over-color:not(.tm-col-stretched-yes)>.elementor-column-wrap {
  background-color: var(--tm-colza-secondary-color) !important
}

.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bgimage-yes:not(.tm-col-stretched-yes)>.elementor-widget-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bgimage-yes:not(.tm-bg-image-over-color) .elementor-widget-wrap .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary .elementor-widget-wrap .tm-bgimage-yes.tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bgimage-yes:not(.tm-col-stretched-yes)>.elementor-column-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bgimage-yes:not(.tm-bg-image-over-color) .elementor-column-wrap .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary .elementor-column-wrap .tm-bgimage-yes.tm-stretched-div:before {
  background-color: rgba(var(--tm-colza-secondary-color-rgb), .6)
}

.elementor-inner-section.tm-elementor-bg-color-secondary {
  background-color: var(--tm-colza-secondary-color) !important
}

.elementor-inner-section.tm-elementor-bg-color-secondary:not(.tm-bg-image-over-color):before {
  background-color: rgba(var(--tm-colza-secondary-color-rgb), .6)
}

.elementor-inner-column.tm-elementor-bg-color-secondary>div.elementor-column-wrap,
.elementor-inner-column.tm-elementor-bg-color-secondary>div.elementor-widget-wrap {
  background-color: var(--tm-colza-secondary-color) !important
}

.elementor-inner-column.tm-elementor-bg-color-secondary:not(.tm-bg-image-over-color)>div.elementor-column-wrap:before,
.elementor-inner-column.tm-elementor-bg-color-secondary:not(.tm-bg-image-over-color)>div.elementor-widget-wrap:before {
  background-color: rgba(var(--tm-colza-secondary-color-rgb), .6)
}

.elementor-section.elementor-top-section.tm-elementor-bg-color-blackish,
.elementor-section.elementor-top-section.tm-elementor-bg-color-blackish:before,
.elementor-section.elementor-inner-section.tm-elementor-bg-color-blackish {
  background-color: var(--tm-colza-blackish-color)
}

.elementor-section.elementor-top-section.tm-elementor-bg-color-blackish.tm-bgimage-yes:before {
  background-color: rgba(var(--tm-colza-blackish-color-rgb), .6)
}

.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bg-image-over-color .elementor-widget-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish:not(.tm-col-stretched-yes)>.elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bg-image-over-color:not(.tm-col-stretched-yes)>.elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish:not(.tm-bgimage-yes) .elementor-column-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bg-image-over-color .elementor-column-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish:not(.tm-col-stretched-yes)>.elementor-column-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bg-image-over-color:not(.tm-col-stretched-yes)>.elementor-column-wrap {
  background-color: var(--tm-colza-blackish-color) !important
}

.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bgimage-yes:not(.tm-col-stretched-yes)>.elementor-widget-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bgimage-yes:not(.tm-bg-image-over-color) .elementor-widget-wrap .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish .elementor-widget-wrap .tm-bgimage-yes.tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bgimage-yes:not(.tm-col-stretched-yes)>.elementor-column-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bgimage-yes:not(.tm-bg-image-over-color) .elementor-column-wrap .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish .elementor-column-wrap .tm-bgimage-yes.tm-stretched-div:before {
  background-color: rgba(var(--tm-colza-blackish-color-rgb), .6)
}

.elementor-inner-section.tm-elementor-bg-color-blackish {
  background-color: var(--tm-colza-blackish-color) !important
}

.elementor-inner-section.tm-elementor-bg-color-blackish:not(.tm-bg-image-over-color):before {
  background-color: rgba(var(--tm-colza-blackish-color-rgb), .6)
}

.elementor-inner-column.tm-elementor-bg-color-blackish>div.elementor-column-wrap,
.elementor-inner-column.tm-elementor-bg-color-blackish>div.elementor-widget-wrap {
  background-color: var(--tm-colza-blackish-color) !important
}

.elementor-inner-column.tm-elementor-bg-color-blackish:not(.tm-bg-image-over-color)>div.elementor-column-wrap:before,
.elementor-inner-column.tm-elementor-bg-color-blackish:not(.tm-bg-image-over-color)>div.elementor-widget-wrap:before {
  background-color: rgba(var(--tm-colza-blackish-color-rgb), .6)
}

.elementor-section.elementor-top-section.tm-elementor-bg-color-white,
.elementor-section.elementor-top-section.tm-elementor-bg-color-white:before,
.elementor-section.elementor-inner-section.tm-elementor-bg-color-white {
  background-color: var(--tm-colza-white-color)
}

.elementor-section.elementor-top-section.tm-elementor-bg-color-white.tm-bgimage-yes:before {
  background-color: rgba(var(--tm-colza-white-color-rgb), .6)
}

.elementor-column.elementor-top-column.tm-elementor-bg-color-white:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bg-image-over-color .elementor-widget-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white:not(.tm-col-stretched-yes)>.elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bg-image-over-color:not(.tm-col-stretched-yes)>.elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white:not(.tm-bgimage-yes) .elementor-column-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bg-image-over-color .elementor-column-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white:not(.tm-col-stretched-yes)>.elementor-column-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bg-image-over-color:not(.tm-col-stretched-yes)>.elementor-column-wrap {
  background-color: var(--tm-colza-white-color) !important
}

.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bgimage-yes:not(.tm-col-stretched-yes)>.elementor-widget-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bgimage-yes:not(.tm-bg-image-over-color) .elementor-widget-wrap .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white .elementor-widget-wrap .tm-bgimage-yes.tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bgimage-yes:not(.tm-col-stretched-yes)>.elementor-column-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bgimage-yes:not(.tm-bg-image-over-color) .elementor-column-wrap .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white .elementor-column-wrap .tm-bgimage-yes.tm-stretched-div:before {
  background-color: rgba(var(--tm-colza-white-color-rgb), .6)
}

.elementor-inner-section.tm-elementor-bg-color-white {
  background-color: var(--tm-colza-white-color) !important
}

.elementor-inner-section.tm-elementor-bg-color-white:not(.tm-bg-image-over-color):before {
  background-color: rgba(var(--tm-colza-white-color-rgb), .6)
}

.elementor-inner-column.tm-elementor-bg-color-white>div.elementor-column-wrap,
.elementor-inner-column.tm-elementor-bg-color-white>div.elementor-widget-wrap {
  background-color: var(--tm-colza-white-color) !important
}

.elementor-inner-column.tm-elementor-bg-color-white:not(.tm-bg-image-over-color)>div.elementor-column-wrap:before,
.elementor-inner-column.tm-elementor-bg-color-white:not(.tm-bg-image-over-color)>div.elementor-widget-wrap:before {
  background-color: rgba(var(--tm-colza-white-color-rgb), .6)
}

.elementor-section.elementor-top-section.tm-elementor-bg-color-gradient,
.elementor-section.elementor-top-section.tm-elementor-bg-color-gradient:before,
.elementor-section.elementor-inner-section.tm-elementor-bg-color-gradient {
  background-image: -ms-linear-gradient(right, var(--tm-colza-gradient-color-first) 0%, var(--tm-colza-gradient-color-last) 100%);
  background-image: linear-gradient(to right, var(--tm-colza-gradient-color-first), var(--tm-colza-gradient-color-last))
}

.elementor-section.elementor-top-section.tm-elementor-bg-color-gradient.tm-bgimage-yes:before {
  background-image: -ms-linear-gradient(right, var(--tm-colza-gradient-color-first) 0%, var(--tm-colza-gradient-color-last) 100%);
  background-image: linear-gradient(to right, var(--tm-colza-gradient-color-first), var(--tm-colza-gradient-color-last));
  opacity: .5
}

.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bg-image-over-color .elementor-widget-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient:not(.tm-col-stretched-yes)>.elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bg-image-over-color:not(.tm-col-stretched-yes)>.elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient:not(.tm-bgimage-yes) .elementor-column-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bg-image-over-color .elementor-column-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient:not(.tm-col-stretched-yes)>.elementor-column-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bg-image-over-color:not(.tm-col-stretched-yes)>.elementor-column-wrap {
  background-image: -ms-linear-gradient(right, var(--tm-colza-gradient-color-first) 0%, var(--tm-colza-gradient-color-last) 100%);
  background-image: linear-gradient(to right, var(--tm-colza-gradient-color-first), var(--tm-colza-gradient-color-last))
}

.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bgimage-yes:not(.tm-col-stretched-yes)>.elementor-widget-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bgimage-yes:not(.tm-bg-image-over-color) .elementor-widget-wrap .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient .elementor-widget-wrap .tm-bgimage-yes.tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bgimage-yes:not(.tm-col-stretched-yes)>.elementor-column-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bgimage-yes:not(.tm-bg-image-over-color) .elementor-column-wrap .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient .elementor-column-wrap .tm-bgimage-yes.tm-stretched-div:before {
  background-image: -ms-linear-gradient(right, var(--tm-colza-gradient-color-first) 0%, var(--tm-colza-gradient-color-last) 80%);
  background-image: linear-gradient(to right, var(--tm-colza-gradient-color-first), var(--tm-colza-gradient-color-last));
  opacity: .5
}

.elementor-inner-section.tm-elementor-bg-color-gradient {
  background-image: -ms-linear-gradient(right, var(--tm-colza-gradient-color-first) 0%, var(--tm-colza-gradient-color-last) 100%);
  background-image: linear-gradient(to right, var(--tm-colza-gradient-color-first), var(--tm-colza-gradient-color-last))
}

.elementor-inner-section.tm-elementor-bg-color-gradient:not(.tm-bg-image-over-color):before {
  background-image: -ms-linear-gradient(right, var(--tm-colza-gradient-color-first) 0%, var(--tm-colza-gradient-color-last) 100%);
  background-image: linear-gradient(to right, var(--tm-colza-gradient-color-first), var(--tm-colza-gradient-color-last));
  opacity: .5
}

.elementor-inner-column.tm-elementor-bg-color-gradient>div.elementor-column-wrap,
.elementor-inner-column.tm-elementor-bg-color-gradient>div.elementor-widget-wrap {
  background-image: -ms-linear-gradient(right, var(--tm-colza-gradient-color-first) 0%, var(--tm-colza-gradient-color-last) 100%);
  background-image: linear-gradient(to right, var(--tm-colza-gradient-color-first), var(--tm-colza-gradient-color-last))
}

.elementor-inner-column.tm-elementor-bg-color-gradient:not(.tm-bg-image-over-color)>div.elementor-column-wrap:before,
.elementor-inner-column.tm-elementor-bg-color-gradient:not(.tm-bg-image-over-color)>div.elementor-widget-wrap:before {
  background-image: -ms-linear-gradient(right, var(--tm-colza-gradient-color-first) 0%, var(--tm-colza-gradient-color-last) 100%);
  background-image: linear-gradient(to right, var(--tm-colza-gradient-color-first), var(--tm-colza-gradient-color-last))
}

/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
address,
dl,
ol,
p,
ul {
  margin-bottom: 1rem
}

.alert-heading,
a>code,
hr,
pre code {
  color: inherit
}

dd,
legend {
  margin-bottom: .5rem
}

address,
legend {
  line-height: inherit
}

progress,
sub,
sup {
  vertical-align: baseline
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto
}

.g-0,
.gy-0,
.row {
  --bs-gutter-y: 0
}

.collapsing,
.form-control[type=file] {
  overflow: hidden
}

.navbar,
sub,
sup {
  position: relative
}

.btn,
.nav-link,
.navbar-brand,
.navbar-toggler:focus,
.navbar-toggler:hover,
.page-link {
  text-decoration: none
}

.badge,
.navbar-brand,
.progress-bar {
  white-space: nowrap
}

:root {
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
::after,
::before {
  box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
  :root {}
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #fff0
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

hr {
  margin: 1rem 0;
  background-color: currentColor;
  border: 0;
  opacity: .25
}

hr:not([size]) {
  height: 1px
}

dl,
ol,
p,
ul {
  margin-top: 0
}

abbr[data-bs-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

.btn,
.form-control[type=file]:not(:disabled):not([readonly]),
[role=button],
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled),
summary {
  cursor: pointer
}

address {
  font-style: normal
}

ol,
ul {
  padding-left: 2rem
}

.accordion-header,
.blockquote>:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

.alert-link,
dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

blockquote,
figure {
  margin: 0 0 1rem
}

.blockquote,
.blockquote-footer,
pre {
  margin-bottom: 1rem
}

b,
strong {
  font-weight: bolder
}

.small,
small {
  font-size: .875em
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

.form-control,
.form-control:focus,
.form-select,
.input-text,
.input-text:focus {
  background-color: #fff;
  color: #212529
}

sub,
sup {
  font-size: .75em;
  line-height: 0
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #0d6efd;
  text-decoration: underline
}

a:hover {
  color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override
}

code,
pre {
  font-size: .875em
}

pre {
  display: block;
  margin-top: 0;
  overflow: auto
}

pre code {
  font-size: inherit;
  word-break: normal
}

code {
  color: #d63384;
  word-wrap: break-word
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit
}

.figure,
.list-inline-item,
label,
output {
  display: inline-block
}

button {
  border-radius: 0
}

fieldset,
iframe {
  border: 0
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
select {
  text-transform: none
}

select {
  word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
  display: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  font-size: calc(1.275rem+.3vw)
}

legend+* {
  clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  font: inherit
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

.blockquote,
.lead {
  font-size: 1.25rem
}

summary {
  display: list-item
}

.d-none,
[hidden] {
  display: none !important
}

.lead {
  font-weight: 300
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.blockquote-footer,
.figure-caption {
  font-size: .875em;
  color: #6c757d
}

.blockquote-footer {
  margin-top: -1rem
}

.blockquote-footer::before {
  content: "— "
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto
}

.row {
  --bs-gutter-x: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y)
}

.col {
  flex: 1 0 0%
}

.col-auto {
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%
}

.col-2,
.col-3 {
  flex: 0 0 auto
}

.col-2 {
  width: 16.6666666667%
}

.col-3 {
  width: 25%
}

.col-4,
.col-5 {
  flex: 0 0 auto
}

.col-4 {
  width: 33.3333333333%
}

.col-5 {
  width: 41.6666666667%
}

.col-6,
.col-7 {
  flex: 0 0 auto
}

.col-6 {
  width: 50%
}

.col-7 {
  width: 58.3333333333%
}

.col-8,
.col-9 {
  flex: 0 0 auto
}

.col-8 {
  width: 66.6666666667%
}

.col-9 {
  width: 75%
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%
}

.col-12 {
  flex: 0 0 auto;
  width: 100%
}

.offset-1 {
  margin-left: 8.3333333333%
}

.offset-2 {
  margin-left: 16.6666666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.3333333333%
}

.offset-5 {
  margin-left: 41.6666666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.3333333333%
}

.offset-8 {
  margin-left: 66.6666666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.3333333333%
}

.offset-11 {
  margin-left: 91.6666666667%
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0
}

.g-1,
.gx-1 {
  --bs-gutter-x: .25rem
}

.g-1,
.gy-1 {
  --bs-gutter-y: .25rem
}

.g-2,
.gx-2 {
  --bs-gutter-x: .5rem
}

.g-2,
.gy-2 {
  --bs-gutter-y: .5rem
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem
}

@media(min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px
  }

  .col-sm {
    flex: 1 0 0%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%
  }
}

@media(min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }

  .col-md {
    flex: 1 0 0%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.3333333333%
  }

  .offset-md-2 {
    margin-left: 16.6666666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.3333333333%
  }

  .offset-md-5 {
    margin-left: 41.6666666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.3333333333%
  }

  .offset-md-8 {
    margin-left: 66.6666666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.3333333333%
  }

  .offset-md-11 {
    margin-left: 91.6666666667%
  }
}

@media(min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }

  .col-lg {
    flex: 1 0 0%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%
  }
}

@media(min-width:1200px) {
  legend {
    font-size: 1.5rem
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }

  .col-xl {
    flex: 1 0 0%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%
  }
}

@media(min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }

  .col-xxl {
    flex: 1 0 0%
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6
}

.btn,
.form-select {
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 1rem
}

.table>:not(caption)>*>* {
  padding: .5rem;
  background-color: var(--bs-table-bg);
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px
}

.table>tbody {
  vertical-align: inherit
}

.table>thead {
  vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: currentColor
}

.form-control:focus,
.form-select:focus,
.input-text:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / .25);
  outline: 0
}

.table-sm>:not(caption)>*>* {
  padding: .25rem
}

.table-bordered>:not(caption)>* {
  border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 1px
}

.accordion-button.collapsed,
.table-borderless>:not(caption)>*>* {
  border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color)
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color)
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6
}

.form-label {
  margin-bottom: .5rem
}

.nav,
.navbar-nav {
  margin-bottom: 0;
  list-style: none
}

.form-control,
.input-text {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

textarea.form-control {
  min-height: calc(1.5em+.75rem+2px)
}

textarea.form-control-sm {
  min-height: calc(1.5em+.5rem+2px)
}

textarea.form-control-lg {
  min-height: calc(1.5em+1rem+2px)
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'%3e%3cpathfill='none'stroke='%23343a40'stroke-linecap='round'stroke-linejoin='round'stroke-width='2'd='M25l666-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none
}

.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.form-select:-moz-focusring {
  color: #fff0;
  text-shadow: 0 0 0 #212529
}

.btn,
.btn:hover {
  color: #212529
}

.btn {
  display: inline-block;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff0;
  border: 1px solid #fff0;
  padding: .375rem .75rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / .25)
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-check:focus+.btn-primary,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgb(49 132 253 / .5)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
  color: #fff
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-check:focus+.btn-secondary,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgb(130 138 145 / .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active,
.btn-outline-secondary:hover,
.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
  color: #fff
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-check:focus+.btn-success,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgb(60 153 110 / .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active,
.btn-outline-success:hover,
.btn-success,
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754
}

.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {
  background-color: #157347;
  border-color: #146c43;
  color: #fff
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-check:focus+.btn-info,
.btn-info.active:focus,
.btn-info:active:focus,
.btn-info:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgb(11 172 204 / .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-info,
.btn-info.disabled,
.btn-info:disabled,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active,
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-check:focus+.btn-info,
.btn-info:focus,
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active,
.btn-outline-warning:hover,
.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 .25rem rgb(217 164 6 / .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgb(217 164 6 / .5)
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-check:focus+.btn-danger,
.btn-danger.active:focus,
.btn-danger:active:focus,
.btn-danger:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgb(225 83 97 / .5)
}

.btn-danger,
.btn-danger.disabled,
.btn-danger:disabled,
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #bb2d3b;
  border-color: #b02a37;
  color: #fff
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-check:focus+.btn-light,
.btn-light.active:focus,
.btn-light:active:focus,
.btn-light:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgb(211 212 213 / .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-light,
.btn-light.disabled,
.btn-light:disabled,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active,
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-check:focus+.btn-light,
.btn-light.active,
.btn-light:active,
.btn-light:focus,
.btn-light:hover,
.show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-check:focus+.btn-dark,
.btn-dark.active:focus,
.btn-dark:active:focus,
.btn-dark:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgb(66 70 73 / .5)
}

.btn-dark,
.btn-dark.disabled,
.btn-dark:disabled,
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529
}

.btn-check:focus+.btn-dark,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #1c1f23;
  border-color: #1a1e21;
  color: #fff
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-check:focus+.btn-outline-primary,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: #fff0
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem rgb(108 117 125 / .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: #fff0
}

.btn-outline-success {
  color: #198754;
  border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-check:focus+.btn-outline-success,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .25rem rgb(25 135 84 / .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: #fff0
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-check:focus+.btn-outline-info,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .25rem rgb(13 202 240 / .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: #fff0
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-check:focus+.btn-outline-warning,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .25rem rgb(255 193 7 / .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: #fff0
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: #fff0
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-check:focus+.btn-outline-light,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .25rem rgb(248 249 250 / .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: #fff0
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529
}

.badge:empty,
.collapse:not(.show),
.tab-content>.tab-pane {
  display: none
}

.collapsing {
  height: 0;
  transition: height .35s
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0
}

.nav-link,
.tab-content>.active {
  display: block
}

.nav-link {
  padding: .5rem 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid #fff0;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: #fff0;
  border-color: #fff0
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
  flex-basis: 0%;
  flex-grow: 1;
  text-align: center
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0
}

.alert,
.breadcrumb {
  margin-bottom: 1rem
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static
}

.accordion-button,
.alert,
.btn .badge,
.page-link {
  position: relative
}

.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  align-items: center;
  width: 100%
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #fff0;
  border: 1px solid #fff0;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out
}

.accordion-body,
.accordion-button {
  padding: 1rem 1.25rem
}

.navbar-toggler:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem
}

.accordion-button:focus,
.page-link:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / .25)
}

.accordion-button {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: #212529;
  background-color: #fff0;
  border: 1px solid rgb(0 0 0 / .125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'fill='%230c63e4'%3e%3cpathfill-rule='evenodd'd='M1.6464.646a.5.5001.7080L810.293l5.646-5.647a.5.5001.708.708l-66a.5.5001-.7080l-6-6a.5.50010-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg)
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'fill='%23212529'%3e%3cpathfill-rule='evenodd'd='M1.6464.646a.5.5001.7080L810.293l5.646-5.647a.5.5001.708.708l-66a.5.5001-.7080l-6-6a.5.50010-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out
}

.accordion-button:hover {
  z-index: 2
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.accordion-collapse {
  border: solid rgb(0 0 0 / .125);
  border-width: 0 1px
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
  color: #6c757d
}

.page-link:focus,
.page-link:hover {
  color: #0a58ca;
  background-color: #e9ecef
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none
}

.page-link {
  display: block;
  color: #0d6efd;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding: .375rem .75rem
}

.page-link:hover {
  z-index: 2;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 3
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6
}

.page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25rem
}

.progress,
.progress-bar {
  display: flex;
  overflow: hidden
}

.btn .badge {
  top: -1px
}

.alert {
  padding: 1rem;
  border: 1px solid #fff0;
  border-radius: .25rem
}

.alert-dismissible {
  padding-right: 3rem
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe
}

.alert-primary .alert-link {
  color: #06357a
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8
}

.alert-secondary .alert-link {
  color: #34383c
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc
}

.alert-success .alert-link {
  color: #0c4128
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb
}

.alert-info .alert-link {
  color: #04414d
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5
}

.alert-warning .alert-link {
  color: #523e02
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7
}

.alert-danger .alert-link {
  color: #6a1a21
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light .alert-link {
  color: #4f5050
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf
}

.alert-dark .alert-link {
  color: #101214
}

.progress {
  height: 1rem;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #0d6efd;
  transition: width .6s
}

@media(prefers-reduced-motion:reduce) {

  .accordion-button,
  .accordion-button::after,
  .btn,
  .collapsing,
  .form-control,
  .input-text,
  .nav-link,
  .navbar-toggler,
  .page-link,
  .progress-bar {
    transition: none
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.float-start {
  float: left !important
}

.float-end {
  float: right !important
}

.float-none {
  float: none !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-scroll {
  overflow: scroll !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-grid {
  display: grid !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

.w-auto {
  width: auto !important
}

.mw-100 {
  max-width: 100% !important
}

.vw-100 {
  width: 100vw !important
}

.min-vw-100 {
  min-width: 100vw !important
}

.h-auto {
  height: auto !important
}

.mh-100 {
  max-height: 100% !important
}

.vh-100 {
  height: 100vh !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.justify-content-evenly {
  justify-content: space-evenly !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 3rem !important
}

.pe-0 {
  padding-right: 0 !important
}

.pe-1 {
  padding-right: .25rem !important
}

.pe-2 {
  padding-right: .5rem !important
}

.pe-3 {
  padding-right: 1rem !important
}

.pe-4 {
  padding-right: 1.5rem !important
}

.pe-5 {
  padding-right: 3rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 3rem !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-1 {
  padding-left: .25rem !important
}

.ps-2 {
  padding-left: .5rem !important
}

.ps-3 {
  padding-left: 1rem !important
}

.ps-4 {
  padding-left: 1.5rem !important
}

.ps-5 {
  padding-left: 3rem !important
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.hinge {
  animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: .75s
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0)
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  animation-name: flash
}

@keyframes pulse {
  0% {
    transform: scaleX(1)
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    transform: scaleX(1)
  }
}

.pulse {
  animation-name: pulse
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1)
  }

  30% {
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    transform: scale3d(1.05, .95, 1)
  }

  to {
    transform: scaleX(1)
  }
}

.rubberBand {
  animation-name: rubberBand
}

@keyframes shake {

  0%,
  to {
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  animation-name: shake
}

@keyframes headShake {
  0% {
    transform: translateX(0)
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    transform: translateX(0)
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake
}

@keyframes swing {
  20% {
    transform: rotate(15deg)
  }

  40% {
    transform: rotate(-10deg)
  }

  60% {
    transform: rotate(5deg)
  }

  80% {
    transform: rotate(-5deg)
  }

  to {
    transform: rotate(0deg)
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing
}

@keyframes tada {
  0% {
    transform: scaleX(1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    transform: scaleX(1)
  }
}

.tada {
  animation-name: tada
}

@keyframes wobble {
  0% {
    transform: none
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    transform: none
  }
}

.wobble {
  animation-name: wobble
}

@keyframes jello {

  0%,
  11.1%,
  to {
    transform: none
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  animation-name: jello;
  transform-origin: center
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    transform: scaleX(1)
  }
}

.bounceIn {
  animation-name: bounceIn
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }

  75% {
    transform: translate3d(0, -10px, 0)
  }

  90% {
    transform: translate3d(0, 5px, 0)
  }

  to {
    transform: none
  }
}

.bounceInDown {
  animation-name: bounceInDown
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }

  75% {
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    transform: translate3d(5px, 0, 0)
  }

  to {
    transform: none
  }
}

.bounceInLeft {
  animation-name: bounceInLeft
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    transform: translate3d(10px, 0, 0)
  }

  90% {
    transform: translate3d(-5px, 0, 0)
  }

  to {
    transform: none
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  75% {
    transform: translate3d(0, 10px, 0)
  }

  90% {
    transform: translate3d(0, -5px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

.bounceInUp {
  animation-name: bounceInUp
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  animation-name: bounceOut
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  animation-name: bounceOutRight
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  animation-name: bounceOutUp
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeft {
  animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1
  }

  to {
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  animation-name: rotateIn
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1
  }

  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  animation-name: hinge
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(.1) rotate(30deg);
    transform-origin: center bottom
  }

  50% {
    transform: rotate(-10deg)
  }

  70% {
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.jackInTheBox {
  animation-name: jackInTheBox
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.rollIn {
  animation-name: rollIn
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.rollOut {
  animation-name: rollOut
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  animation-name: zoomIn
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  animation-name: zoomInDown
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  animation-name: zoomInLeft
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  animation-name: zoomInRight
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  animation-name: zoomInUp
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  animation-name: zoomOut
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}

.zoomOutRight {
  animation-name: zoomOutRight
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  animation-name: zoomOutUp
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInDown {
  animation-name: slideInDown
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInLeft {
  animation-name: slideInLeft
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInRight {
  animation-name: slideInRight
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInUp {
  animation-name: slideInUp
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  animation-name: slideOutDown
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  animation-name: slideOutLeft
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  animation-name: slideOutRight
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  animation-name: slideOutUp
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-500px:before {
  content: "\f26e"
}

.fa-accessible-icon:before {
  content: "\f368"
}

.fa-accusoft:before {
  content: "\f369"
}

.fa-acquisitions-incorporated:before {
  content: "\f6af"
}

.fa-ad:before {
  content: "\f641"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-card:before {
  content: "\f2bb"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-adn:before {
  content: "\f170"
}

.fa-adobe:before {
  content: "\f778"
}

.fa-adversal:before {
  content: "\f36a"
}

.fa-affiliatetheme:before {
  content: "\f36b"
}

.fa-air-freshener:before {
  content: "\f5d0"
}

.fa-airbnb:before {
  content: "\f834"
}

.fa-algolia:before {
  content: "\f36c"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-alipay:before {
  content: "\f642"
}

.fa-allergies:before {
  content: "\f461"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-amazon-pay:before {
  content: "\f42c"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-amilia:before {
  content: "\f36d"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-android:before {
  content: "\f17b"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angry:before {
  content: "\f556"
}

.fa-angrycreative:before {
  content: "\f36e"
}

.fa-angular:before {
  content: "\f420"
}

.fa-ankh:before {
  content: "\f644"
}

.fa-app-store:before {
  content: "\f36f"
}

.fa-app-store-ios:before {
  content: "\f370"
}

.fa-apper:before {
  content: "\f371"
}

.fa-apple:before {
  content: "\f179"
}

.fa-apple-alt:before {
  content: "\f5d1"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-archive:before {
  content: "\f187"
}

.fa-archway:before {
  content: "\f557"
}

.fa-arrow-alt-circle-down:before {
  content: "\f358"
}

.fa-arrow-alt-circle-left:before {
  content: "\f359"
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-arrows-alt-h:before {
  content: "\f337"
}

.fa-arrows-alt-v:before {
  content: "\f338"
}

.fa-artstation:before {
  content: "\f77a"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-asymmetrik:before {
  content: "\f372"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-atlas:before {
  content: "\f558"
}

.fa-atlassian:before {
  content: "\f77b"
}

.fa-atom:before {
  content: "\f5d2"
}

.fa-audible:before {
  content: "\f373"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-autoprefixer:before {
  content: "\f41c"
}

.fa-avianex:before {
  content: "\f374"
}

.fa-aviato:before {
  content: "\f421"
}

.fa-award:before {
  content: "\f559"
}

.fa-aws:before {
  content: "\f375"
}

.fa-baby:before {
  content: "\f77c"
}

.fa-baby-carriage:before {
  content: "\f77d"
}

.fa-backspace:before {
  content: "\f55a"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-bacon:before {
  content: "\f7e5"
}

.fa-bahai:before {
  content: "\f666"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-balance-scale-left:before {
  content: "\f515"
}

.fa-balance-scale-right:before {
  content: "\f516"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-band-aid:before {
  content: "\f462"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-bars:before {
  content: "\f0c9"
}

.fa-baseball-ball:before {
  content: "\f433"
}

.fa-basketball-ball:before {
  content: "\f434"
}

.fa-bath:before {
  content: "\f2cd"
}

.fa-battery-empty:before {
  content: "\f244"
}

.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battle-net:before {
  content: "\f835"
}

.fa-bed:before {
  content: "\f236"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bezier-curve:before {
  content: "\f55b"
}

.fa-bible:before {
  content: "\f647"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-biking:before {
  content: "\f84a"
}

.fa-bimobject:before {
  content: "\f378"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-biohazard:before {
  content: "\f780"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitcoin:before {
  content: "\f379"
}

.fa-bity:before {
  content: "\f37a"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-blackberry:before {
  content: "\f37b"
}

.fa-blender:before {
  content: "\f517"
}

.fa-blender-phone:before {
  content: "\f6b6"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-blog:before {
  content: "\f781"
}

.fa-blogger:before {
  content: "\f37c"
}

.fa-blogger-b:before {
  content: "\f37d"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-bold:before {
  content: "\f032"
}

.fa-bolt:before {
  content: "\f0e7"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-bone:before {
  content: "\f5d7"
}

.fa-bong:before {
  content: "\f55c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-book-dead:before {
  content: "\f6b7"
}

.fa-book-medical:before {
  content: "\f7e6"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-book-reader:before {
  content: "\f5da"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-bootstrap:before {
  content: "\f836"
}

.fa-border-all:before {
  content: "\f84c"
}

.fa-border-none:before {
  content: "\f850"
}

.fa-border-style:before {
  content: "\f853"
}

.fa-bowling-ball:before {
  content: "\f436"
}

.fa-box:before {
  content: "\f466"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-box-tissue:before {
  content: "\f95b"
}

.fa-boxes:before {
  content: "\f468"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-brain:before {
  content: "\f5dc"
}

.fa-bread-slice:before {
  content: "\f7ec"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-briefcase-medical:before {
  content: "\f469"
}

.fa-broadcast-tower:before {
  content: "\f519"
}

.fa-broom:before {
  content: "\f51a"
}

.fa-brush:before {
  content: "\f55d"
}

.fa-btc:before {
  content: "\f15a"
}

.fa-buffer:before {
  content: "\f837"
}

.fa-bug:before {
  content: "\f188"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-burn:before {
  content: "\f46a"
}

.fa-buromobelexperte:before {
  content: "\f37f"
}

.fa-bus:before {
  content: "\f207"
}

.fa-bus-alt:before {
  content: "\f55e"
}

.fa-business-time:before {
  content: "\f64a"
}

.fa-buy-n-large:before {
  content: "\f8a6"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-calendar:before {
  content: "\f133"
}

.fa-calendar-alt:before {
  content: "\f073"
}

.fa-calendar-check:before {
  content: "\f274"
}

.fa-calendar-day:before {
  content: "\f783"
}

.fa-calendar-minus:before {
  content: "\f272"
}

.fa-calendar-plus:before {
  content: "\f271"
}

.fa-calendar-times:before {
  content: "\f273"
}

.fa-calendar-week:before {
  content: "\f784"
}

.fa-camera:before {
  content: "\f030"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-campground:before {
  content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
  content: "\f785"
}

.fa-candy-cane:before {
  content: "\f786"
}

.fa-cannabis:before {
  content: "\f55f"
}

.fa-capsules:before {
  content: "\f46b"
}

.fa-car:before {
  content: "\f1b9"
}

.fa-car-alt:before {
  content: "\f5de"
}

.fa-car-battery:before {
  content: "\f5df"
}

.fa-car-crash:before {
  content: "\f5e1"
}

.fa-car-side:before {
  content: "\f5e4"
}

.fa-caravan:before {
  content: "\f8ff"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-caret-square-down:before {
  content: "\f150"
}

.fa-caret-square-left:before {
  content: "\f191"
}

.fa-caret-square-right:before {
  content: "\f152"
}

.fa-caret-square-up:before {
  content: "\f151"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-carrot:before {
  content: "\f787"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cash-register:before {
  content: "\f788"
}

.fa-cat:before {
  content: "\f6be"
}

.fa-cc-amazon-pay:before {
  content: "\f42d"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-apple-pay:before {
  content: "\f416"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-centercode:before {
  content: "\f380"
}

.fa-centos:before {
  content: "\f789"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-chair:before {
  content: "\f6c0"
}

.fa-chalkboard:before {
  content: "\f51b"
}

.fa-chalkboard-teacher:before {
  content: "\f51c"
}

.fa-charging-station:before {
  content: "\f5e7"
}

.fa-chart-area:before {
  content: "\f1fe"
}

.fa-chart-bar:before {
  content: "\f080"
}

.fa-chart-line:before {
  content: "\f201"
}

.fa-chart-pie:before {
  content: "\f200"
}

.fa-check:before {
  content: "\f00c"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-check-double:before {
  content: "\f560"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-cheese:before {
  content: "\f7ef"
}

.fa-chess:before {
  content: "\f439"
}

.fa-chess-bishop:before {
  content: "\f43a"
}

.fa-chess-board:before {
  content: "\f43c"
}

.fa-chess-king:before {
  content: "\f43f"
}

.fa-chess-knight:before {
  content: "\f441"
}

.fa-chess-pawn:before {
  content: "\f443"
}

.fa-chess-queen:before {
  content: "\f445"
}

.fa-chess-rook:before {
  content: "\f447"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-chromecast:before {
  content: "\f838"
}

.fa-church:before {
  content: "\f51d"
}

.fa-circle:before {
  content: "\f111"
}

.fa-circle-notch:before {
  content: "\f1ce"
}

.fa-city:before {
  content: "\f64f"
}

.fa-clinic-medical:before {
  content: "\f7f2"
}

.fa-clipboard:before {
  content: "\f328"
}

.fa-clipboard-check:before {
  content: "\f46c"
}

.fa-clipboard-list:before {
  content: "\f46d"
}

.fa-clock:before {
  content: "\f017"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-closed-captioning:before {
  content: "\f20a"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-cloud-download-alt:before {
  content: "\f381"
}

.fa-cloud-meatball:before {
  content: "\f73b"
}

.fa-cloud-moon:before {
  content: "\f6c3"
}

.fa-cloud-moon-rain:before {
  content: "\f73c"
}

.fa-cloud-rain:before {
  content: "\f73d"
}

.fa-cloud-showers-heavy:before {
  content: "\f740"
}

.fa-cloud-sun:before {
  content: "\f6c4"
}

.fa-cloud-sun-rain:before {
  content: "\f743"
}

.fa-cloud-upload-alt:before {
  content: "\f382"
}

.fa-cloudscale:before {
  content: "\f383"
}

.fa-cloudsmith:before {
  content: "\f384"
}

.fa-cloudversify:before {
  content: "\f385"
}

.fa-cocktail:before {
  content: "\f561"
}

.fa-code:before {
  content: "\f121"
}

.fa-code-branch:before {
  content: "\f126"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cog:before {
  content: "\f013"
}

.fa-cogs:before {
  content: "\f085"
}

.fa-coins:before {
  content: "\f51e"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-comment:before {
  content: "\f075"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-comment-dollar:before {
  content: "\f651"
}

.fa-comment-dots:before {
  content: "\f4ad"
}

.fa-comment-medical:before {
  content: "\f7f5"
}

.fa-comment-slash:before {
  content: "\f4b3"
}

.fa-comments:before {
  content: "\f086"
}

.fa-comments-dollar:before {
  content: "\f653"
}

.fa-compact-disc:before {
  content: "\f51f"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-compress:before {
  content: "\f066"
}

.fa-compress-alt:before {
  content: "\f422"
}

.fa-compress-arrows-alt:before {
  content: "\f78c"
}

.fa-concierge-bell:before {
  content: "\f562"
}

.fa-confluence:before {
  content: "\f78d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-cookie:before {
  content: "\f563"
}

.fa-cookie-bite:before {
  content: "\f564"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-cotton-bureau:before {
  content: "\f89e"
}

.fa-couch:before {
  content: "\f4b8"
}

.fa-cpanel:before {
  content: "\f388"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-creative-commons-by:before {
  content: "\f4e7"
}

.fa-creative-commons-nc:before {
  content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"
}

.fa-creative-commons-nd:before {
  content: "\f4eb"
}

.fa-creative-commons-pd:before {
  content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"
}

.fa-creative-commons-remix:before {
  content: "\f4ee"
}

.fa-creative-commons-sa:before {
  content: "\f4ef"
}

.fa-creative-commons-sampling:before {
  content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"
}

.fa-creative-commons-share:before {
  content: "\f4f2"
}

.fa-creative-commons-zero:before {
  content: "\f4f3"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-critical-role:before {
  content: "\f6c9"
}

.fa-crop:before {
  content: "\f125"
}

.fa-crop-alt:before {
  content: "\f565"
}

.fa-cross:before {
  content: "\f654"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-crow:before {
  content: "\f520"
}

.fa-crown:before {
  content: "\f521"
}

.fa-crutch:before {
  content: "\f7f7"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-cut:before {
  content: "\f0c4"
}

.fa-cuttlefish:before {
  content: "\f38c"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-d-and-d-beyond:before {
  content: "\f6ca"
}

.fa-dailymotion:before {
  content: "\f952"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-deaf:before {
  content: "\f2a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-democrat:before {
  content: "\f747"
}

.fa-deploydog:before {
  content: "\f38e"
}

.fa-deskpro:before {
  content: "\f38f"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-dev:before {
  content: "\f6cc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-dharmachakra:before {
  content: "\f655"
}

.fa-dhl:before {
  content: "\f790"
}

.fa-diagnoses:before {
  content: "\f470"
}

.fa-diaspora:before {
  content: "\f791"
}

.fa-dice:before {
  content: "\f522"
}

.fa-dice-d20:before {
  content: "\f6cf"
}

.fa-dice-d6:before {
  content: "\f6d1"
}

.fa-dice-five:before {
  content: "\f523"
}

.fa-dice-four:before {
  content: "\f524"
}

.fa-dice-one:before {
  content: "\f525"
}

.fa-dice-six:before {
  content: "\f526"
}

.fa-dice-three:before {
  content: "\f527"
}

.fa-dice-two:before {
  content: "\f528"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-digital-ocean:before {
  content: "\f391"
}

.fa-digital-tachograph:before {
  content: "\f566"
}

.fa-directions:before {
  content: "\f5eb"
}

.fa-discord:before {
  content: "\f392"
}

.fa-discourse:before {
  content: "\f393"
}

.fa-disease:before {
  content: "\f7fa"
}

.fa-divide:before {
  content: "\f529"
}

.fa-dizzy:before {
  content: "\f567"
}

.fa-dna:before {
  content: "\f471"
}

.fa-dochub:before {
  content: "\f394"
}

.fa-docker:before {
  content: "\f395"
}

.fa-dog:before {
  content: "\f6d3"
}

.fa-dollar-sign:before {
  content: "\f155"
}

.fa-dolly:before {
  content: "\f472"
}

.fa-dolly-flatbed:before {
  content: "\f474"
}

.fa-donate:before {
  content: "\f4b9"
}

.fa-door-closed:before {
  content: "\f52a"
}

.fa-door-open:before {
  content: "\f52b"
}

.fa-dot-circle:before {
  content: "\f192"
}

.fa-dove:before {
  content: "\f4ba"
}

.fa-download:before {
  content: "\f019"
}

.fa-draft2digital:before {
  content: "\f396"
}

.fa-drafting-compass:before {
  content: "\f568"
}

.fa-dragon:before {
  content: "\f6d5"
}

.fa-draw-polygon:before {
  content: "\f5ee"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-dribbble-square:before {
  content: "\f397"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-drum:before {
  content: "\f569"
}

.fa-drum-steelpan:before {
  content: "\f56a"
}

.fa-drumstick-bite:before {
  content: "\f6d7"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-dumbbell:before {
  content: "\f44b"
}

.fa-dumpster:before {
  content: "\f793"
}

.fa-dumpster-fire:before {
  content: "\f794"
}

.fa-dungeon:before {
  content: "\f6d9"
}

.fa-dyalog:before {
  content: "\f399"
}

.fa-earlybirds:before {
  content: "\f39a"
}

.fa-ebay:before {
  content: "\f4f4"
}

.fa-edge:before {
  content: "\f282"
}

.fa-edit:before {
  content: "\f044"
}

.fa-egg:before {
  content: "\f7fb"
}

.fa-eject:before {
  content: "\f052"
}

.fa-elementor:before {
  content: "\f430"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-ello:before {
  content: "\f5f1"
}

.fa-ember:before {
  content: "\f423"
}

.fa-empire:before {
  content: "\f1d1"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-text:before {
  content: "\f658"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-envira:before {
  content: "\f299"
}

.fa-equals:before {
  content: "\f52c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-erlang:before {
  content: "\f39d"
}

.fa-ethereum:before {
  content: "\f42e"
}

.fa-ethernet:before {
  content: "\f796"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-euro-sign:before {
  content: "\f153"
}

.fa-evernote:before {
  content: "\f839"
}

.fa-exchange-alt:before {
  content: "\f362"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-expand:before {
  content: "\f065"
}

.fa-expand-alt:before {
  content: "\f424"
}

.fa-expand-arrows-alt:before {
  content: "\f31e"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-external-link-square-alt:before {
  content: "\f360"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-dropper:before {
  content: "\f1fb"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-facebook-messenger:before {
  content: "\f39f"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-fan:before {
  content: "\f863"
}

.fa-fantasy-flight-games:before {
  content: "\f6dc"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-faucet:before {
  content: "\f905"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-feather:before {
  content: "\f52d"
}

.fa-feather-alt:before {
  content: "\f56b"
}

.fa-fedex:before {
  content: "\f797"
}

.fa-fedora:before {
  content: "\f798"
}

.fa-female:before {
  content: "\f182"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-figma:before {
  content: "\f799"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-alt:before {
  content: "\f15c"
}

.fa-file-archive:before {
  content: "\f1c6"
}

.fa-file-audio:before {
  content: "\f1c7"
}

.fa-file-code:before {
  content: "\f1c9"
}

.fa-file-contract:before {
  content: "\f56c"
}

.fa-file-csv:before {
  content: "\f6dd"
}

.fa-file-download:before {
  content: "\f56d"
}

.fa-file-excel:before {
  content: "\f1c3"
}

.fa-file-export:before {
  content: "\f56e"
}

.fa-file-image:before {
  content: "\f1c5"
}

.fa-file-import:before {
  content: "\f56f"
}

.fa-file-invoice:before {
  content: "\f570"
}

.fa-file-invoice-dollar:before {
  content: "\f571"
}

.fa-file-medical:before {
  content: "\f477"
}

.fa-file-medical-alt:before {
  content: "\f478"
}

.fa-file-pdf:before {
  content: "\f1c1"
}

.fa-file-powerpoint:before {
  content: "\f1c4"
}

.fa-file-prescription:before {
  content: "\f572"
}

.fa-file-signature:before {
  content: "\f573"
}

.fa-file-upload:before {
  content: "\f574"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-file-word:before {
  content: "\f1c2"
}

.fa-fill:before {
  content: "\f575"
}

.fa-fill-drip:before {
  content: "\f576"
}

.fa-film:before {
  content: "\f008"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-fingerprint:before {
  content: "\f577"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-fire-alt:before {
  content: "\f7e4"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-firefox-browser:before {
  content: "\f907"
}

.fa-first-aid:before {
  content: "\f479"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-first-order-alt:before {
  content: "\f50a"
}

.fa-firstdraft:before {
  content: "\f3a1"
}

.fa-fish:before {
  content: "\f578"
}

.fa-fist-raised:before {
  content: "\f6de"
}

.fa-flag:before {
  content: "\f024"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-flag-usa:before {
  content: "\f74d"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-flipboard:before {
  content: "\f44d"
}

.fa-flushed:before {
  content: "\f579"
}

.fa-fly:before {
  content: "\f417"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-minus:before {
  content: "\f65d"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-folder-plus:before {
  content: "\f65e"
}

.fa-font:before {
  content: "\f031"
}

.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-font-awesome-alt:before {
  content: "\f35c"
}

.fa-font-awesome-flag:before {
  content: "\f425"
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-fonticons-fi:before {
  content: "\f3a2"
}

.fa-football-ball:before {
  content: "\f44e"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-fort-awesome-alt:before {
  content: "\f3a3"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-freebsd:before {
  content: "\f3a4"
}

.fa-frog:before {
  content: "\f52e"
}

.fa-frown:before {
  content: "\f119"
}

.fa-frown-open:before {
  content: "\f57a"
}

.fa-fulcrum:before {
  content: "\f50b"
}

.fa-funnel-dollar:before {
  content: "\f662"
}

.fa-futbol:before {
  content: "\f1e3"
}

.fa-galactic-republic:before {
  content: "\f50c"
}

.fa-galactic-senate:before {
  content: "\f50d"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-gas-pump:before {
  content: "\f52f"
}

.fa-gavel:before {
  content: "\f0e3"
}

.fa-gem:before {
  content: "\f3a5"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-ghost:before {
  content: "\f6e2"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-gifts:before {
  content: "\f79c"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-git-alt:before {
  content: "\f841"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-github:before {
  content: "\f09b"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-gitkraken:before {
  content: "\f3a6"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-gitter:before {
  content: "\f426"
}

.fa-glass-cheers:before {
  content: "\f79f"
}

.fa-glass-martini:before {
  content: "\f000"
}

.fa-glass-martini-alt:before {
  content: "\f57b"
}

.fa-glass-whiskey:before {
  content: "\f7a0"
}

.fa-glasses:before {
  content: "\f530"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-globe-africa:before {
  content: "\f57c"
}

.fa-globe-americas:before {
  content: "\f57d"
}

.fa-globe-asia:before {
  content: "\f57e"
}

.fa-globe-europe:before {
  content: "\f7a2"
}

.fa-gofore:before {
  content: "\f3a7"
}

.fa-golf-ball:before {
  content: "\f450"
}

.fa-goodreads:before {
  content: "\f3a8"
}

.fa-goodreads-g:before {
  content: "\f3a9"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-google-drive:before {
  content: "\f3aa"
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-google-plus:before {
  content: "\f2b3"
}

.fa-google-plus-g:before {
  content: "\f0d5"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-gopuram:before {
  content: "\f664"
}

.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-gratipay:before {
  content: "\f184"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-greater-than:before {
  content: "\f531"
}

.fa-greater-than-equal:before {
  content: "\f532"
}

.fa-grimace:before {
  content: "\f57f"
}

.fa-grin:before {
  content: "\f580"
}

.fa-grin-alt:before {
  content: "\f581"
}

.fa-grin-beam:before {
  content: "\f582"
}

.fa-grin-beam-sweat:before {
  content: "\f583"
}

.fa-grin-hearts:before {
  content: "\f584"
}

.fa-grin-squint:before {
  content: "\f585"
}

.fa-grin-squint-tears:before {
  content: "\f586"
}

.fa-grin-stars:before {
  content: "\f587"
}

.fa-grin-tears:before {
  content: "\f588"
}

.fa-grin-tongue:before {
  content: "\f589"
}

.fa-grin-tongue-squint:before {
  content: "\f58a"
}

.fa-grin-tongue-wink:before {
  content: "\f58b"
}

.fa-grin-wink:before {
  content: "\f58c"
}

.fa-grip-horizontal:before {
  content: "\f58d"
}

.fa-grip-lines:before {
  content: "\f7a4"
}

.fa-grip-lines-vertical:before {
  content: "\f7a5"
}

.fa-grip-vertical:before {
  content: "\f58e"
}

.fa-gripfire:before {
  content: "\f3ac"
}

.fa-grunt:before {
  content: "\f3ad"
}

.fa-guitar:before {
  content: "\f7a6"
}

.fa-gulp:before {
  content: "\f3ae"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-hacker-news-square:before {
  content: "\f3af"
}

.fa-hackerrank:before {
  content: "\f5f7"
}

.fa-hamburger:before {
  content: "\f805"
}

.fa-hammer:before {
  content: "\f6e3"
}

.fa-hamsa:before {
  content: "\f665"
}

.fa-hand-holding:before {
  content: "\f4bd"
}

.fa-hand-holding-heart:before {
  content: "\f4be"
}

.fa-hand-holding-medical:before {
  content: "\f95c"
}

.fa-hand-holding-usd:before {
  content: "\f4c0"
}

.fa-hand-holding-water:before {
  content: "\f4c1"
}

.fa-hand-lizard:before {
  content: "\f258"
}

.fa-hand-middle-finger:before {
  content: "\f806"
}

.fa-hand-paper:before {
  content: "\f256"
}

.fa-hand-peace:before {
  content: "\f25b"
}

.fa-hand-point-down:before {
  content: "\f0a7"
}

.fa-hand-point-left:before {
  content: "\f0a5"
}

.fa-hand-point-right:before {
  content: "\f0a4"
}

.fa-hand-point-up:before {
  content: "\f0a6"
}

.fa-hand-pointer:before {
  content: "\f25a"
}

.fa-hand-rock:before {
  content: "\f255"
}

.fa-hand-scissors:before {
  content: "\f257"
}

.fa-hand-sparkles:before {
  content: "\f95d"
}

.fa-hand-spock:before {
  content: "\f259"
}

.fa-hands:before {
  content: "\f4c2"
}

.fa-hands-helping:before {
  content: "\f4c4"
}

.fa-hands-wash:before {
  content: "\f95e"
}

.fa-handshake:before {
  content: "\f2b5"
}

.fa-handshake-alt-slash:before {
  content: "\f95f"
}

.fa-handshake-slash:before {
  content: "\f960"
}

.fa-hanukiah:before {
  content: "\f6e6"
}

.fa-hard-hat:before {
  content: "\f807"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-hat-cowboy:before {
  content: "\f8c0"
}

.fa-hat-cowboy-side:before {
  content: "\f8c1"
}

.fa-hat-wizard:before {
  content: "\f6e8"
}

.fa-hdd:before {
  content: "\f0a0"
}

.fa-head-side-cough:before {
  content: "\f961"
}

.fa-head-side-cough-slash:before {
  content: "\f962"
}

.fa-head-side-mask:before {
  content: "\f963"
}

.fa-head-side-virus:before {
  content: "\f964"
}

.fa-heading:before {
  content: "\f1dc"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-headphones-alt:before {
  content: "\f58f"
}

.fa-headset:before {
  content: "\f590"
}

.fa-heart:before {
  content: "\f004"
}

.fa-heart-broken:before {
  content: "\f7a9"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-helicopter:before {
  content: "\f533"
}

.fa-highlighter:before {
  content: "\f591"
}

.fa-hiking:before {
  content: "\f6ec"
}

.fa-hippo:before {
  content: "\f6ed"
}

.fa-hips:before {
  content: "\f452"
}

.fa-hire-a-helper:before {
  content: "\f3b0"
}

.fa-history:before {
  content: "\f1da"
}

.fa-hockey-puck:before {
  content: "\f453"
}

.fa-holly-berry:before {
  content: "\f7aa"
}

.fa-home:before {
  content: "\f015"
}

.fa-hooli:before {
  content: "\f427"
}

.fa-hornbill:before {
  content: "\f592"
}

.fa-horse:before {
  content: "\f6f0"
}

.fa-horse-head:before {
  content: "\f7ab"
}

.fa-hospital:before {
  content: "\f0f8"
}

.fa-hospital-alt:before {
  content: "\f47d"
}

.fa-hospital-symbol:before {
  content: "\f47e"
}

.fa-hospital-user:before {
  content: "\f80d"
}

.fa-hot-tub:before {
  content: "\f593"
}

.fa-hotdog:before {
  content: "\f80f"
}

.fa-hotel:before {
  content: "\f594"
}

.fa-hotjar:before {
  content: "\f3b1"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-start:before {
  content: "\f251"
}

.fa-house-damage:before {
  content: "\f6f1"
}

.fa-house-user:before {
  content: "\f965"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-hryvnia:before {
  content: "\f6f2"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-hubspot:before {
  content: "\f3b2"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-ice-cream:before {
  content: "\f810"
}

.fa-icicles:before {
  content: "\f7ad"
}

.fa-icons:before {
  content: "\f86d"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-id-card-alt:before {
  content: "\f47f"
}

.fa-ideal:before {
  content: "\f913"
}

.fa-igloo:before {
  content: "\f7ae"
}

.fa-image:before {
  content: "\f03e"
}

.fa-images:before {
  content: "\f302"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-industry:before {
  content: "\f275"
}

.fa-infinity:before {
  content: "\f534"
}

.fa-info:before {
  content: "\f129"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-instagram-square:before {
  content: "\f955"
}

.fa-intercom:before {
  content: "\f7af"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-invision:before {
  content: "\f7b0"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-italic:before {
  content: "\f033"
}

.fa-itch-io:before {
  content: "\f83a"
}

.fa-itunes:before {
  content: "\f3b4"
}

.fa-itunes-note:before {
  content: "\f3b5"
}

.fa-java:before {
  content: "\f4e4"
}

.fa-jedi:before {
  content: "\f669"
}

.fa-jedi-order:before {
  content: "\f50e"
}

.fa-jenkins:before {
  content: "\f3b6"
}

.fa-jira:before {
  content: "\f7b1"
}

.fa-joget:before {
  content: "\f3b7"
}

.fa-joint:before {
  content: "\f595"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-journal-whills:before {
  content: "\f66a"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-js-square:before {
  content: "\f3b9"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-kaaba:before {
  content: "\f66b"
}

.fa-kaggle:before {
  content: "\f5fa"
}

.fa-key:before {
  content: "\f084"
}

.fa-keybase:before {
  content: "\f4f5"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-keycdn:before {
  content: "\f3ba"
}

.fa-khanda:before {
  content: "\f66d"
}

.fa-kickstarter:before {
  content: "\f3bb"
}

.fa-kickstarter-k:before {
  content: "\f3bc"
}

.fa-kiss:before {
  content: "\f596"
}

.fa-kiss-beam:before {
  content: "\f597"
}

.fa-kiss-wink-heart:before {
  content: "\f598"
}

.fa-kiwi-bird:before {
  content: "\f535"
}

.fa-korvue:before {
  content: "\f42f"
}

.fa-landmark:before {
  content: "\f66f"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-laptop-code:before {
  content: "\f5fc"
}

.fa-laptop-house:before {
  content: "\f966"
}

.fa-laptop-medical:before {
  content: "\f812"
}

.fa-laravel:before {
  content: "\f3bd"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-laugh:before {
  content: "\f599"
}

.fa-laugh-beam:before {
  content: "\f59a"
}

.fa-laugh-squint:before {
  content: "\f59b"
}

.fa-laugh-wink:before {
  content: "\f59c"
}

.fa-layer-group:before {
  content: "\f5fd"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-lemon:before {
  content: "\f094"
}

.fa-less:before {
  content: "\f41d"
}

.fa-less-than:before {
  content: "\f536"
}

.fa-less-than-equal:before {
  content: "\f537"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

.fa-life-ring:before {
  content: "\f1cd"
}

.fa-lightbulb:before {
  content: "\f0eb"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-linkedin:before {
  content: "\f08c"
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-lira-sign:before {
  content: "\f195"
}

.fa-list:before {
  content: "\f03a"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-lock:before {
  content: "\f023"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-long-arrow-alt-right:before {
  content: "\f30b"
}

.fa-long-arrow-alt-up:before {
  content: "\f30c"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-luggage-cart:before {
  content: "\f59d"
}

.fa-lungs:before {
  content: "\f604"
}

.fa-lungs-virus:before {
  content: "\f967"
}

.fa-lyft:before {
  content: "\f3c3"
}

.fa-magento:before {
  content: "\f3c4"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-mail-bulk:before {
  content: "\f674"
}

.fa-mailchimp:before {
  content: "\f59e"
}

.fa-male:before {
  content: "\f183"
}

.fa-mandalorian:before {
  content: "\f50f"
}

.fa-map:before {
  content: "\f279"
}

.fa-map-marked:before {
  content: "\f59f"
}

.fa-map-marked-alt:before {
  content: "\f5a0"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-map-marker-alt:before {
  content: "\f3c5"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-markdown:before {
  content: "\f60f"
}

.fa-marker:before {
  content: "\f5a1"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mask:before {
  content: "\f6fa"
}

.fa-mastodon:before {
  content: "\f4f6"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-mdb:before {
  content: "\f8ca"
}

.fa-medal:before {
  content: "\f5a2"
}

.fa-medapps:before {
  content: "\f3c6"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-medium-m:before {
  content: "\f3c7"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-medrt:before {
  content: "\f3c8"
}

.fa-meetup:before {
  content: "\f2e0"
}

.fa-megaport:before {
  content: "\f5a3"
}

.fa-meh:before {
  content: "\f11a"
}

.fa-meh-blank:before {
  content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5"
}

.fa-memory:before {
  content: "\f538"
}

.fa-mendeley:before {
  content: "\f7b3"
}

.fa-menorah:before {
  content: "\f676"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-meteor:before {
  content: "\f753"
}

.fa-microblog:before {
  content: "\f91a"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-alt:before {
  content: "\f3c9"
}

.fa-microphone-alt-slash:before {
  content: "\f539"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-microscope:before {
  content: "\f610"
}

.fa-microsoft:before {
  content: "\f3ca"
}

.fa-minus:before {
  content: "\f068"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-mitten:before {
  content: "\f7b5"
}

.fa-mix:before {
  content: "\f3cb"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-mixer:before {
  content: "\f956"
}

.fa-mizuni:before {
  content: "\f3cc"
}

.fa-mobile:before {
  content: "\f10b"
}

.fa-mobile-alt:before {
  content: "\f3cd"
}

.fa-modx:before {
  content: "\f285"
}

.fa-monero:before {
  content: "\f3d0"
}

.fa-money-bill:before {
  content: "\f0d6"
}

.fa-money-bill-alt:before {
  content: "\f3d1"
}

.fa-money-bill-wave:before {
  content: "\f53a"
}

.fa-money-bill-wave-alt:before {
  content: "\f53b"
}

.fa-money-check:before {
  content: "\f53c"
}

.fa-money-check-alt:before {
  content: "\f53d"
}

.fa-monument:before {
  content: "\f5a6"
}

.fa-moon:before {
  content: "\f186"
}

.fa-mortar-pestle:before {
  content: "\f5a7"
}

.fa-mosque:before {
  content: "\f678"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-mountain:before {
  content: "\f6fc"
}

.fa-mouse:before {
  content: "\f8cc"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-mug-hot:before {
  content: "\f7b6"
}

.fa-music:before {
  content: "\f001"
}

.fa-napster:before {
  content: "\f3d2"
}

.fa-neos:before {
  content: "\f612"
}

.fa-network-wired:before {
  content: "\f6ff"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-newspaper:before {
  content: "\f1ea"
}

.fa-nimblr:before {
  content: "\f5a8"
}

.fa-node:before {
  content: "\f419"
}

.fa-node-js:before {
  content: "\f3d3"
}

.fa-not-equal:before {
  content: "\f53e"
}

.fa-notes-medical:before {
  content: "\f481"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-ns8:before {
  content: "\f3d5"
}

.fa-nutritionix:before {
  content: "\f3d6"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-oil-can:before {
  content: "\f613"
}

.fa-old-republic:before {
  content: "\f510"
}

.fa-om:before {
  content: "\f679"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-orcid:before {
  content: "\f8d2"
}

.fa-osi:before {
  content: "\f41a"
}

.fa-otter:before {
  content: "\f700"
}

.fa-outdent:before {
  content: "\f03b"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-pager:before {
  content: "\f815"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-paint-roller:before {
  content: "\f5aa"
}

.fa-palette:before {
  content: "\f53f"
}

.fa-palfed:before {
  content: "\f3d8"
}

.fa-pallet:before {
  content: "\f482"
}

.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-parachute-box:before {
  content: "\f4cd"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-parking:before {
  content: "\f540"
}

.fa-passport:before {
  content: "\f5ab"
}

.fa-pastafarianism:before {
  content: "\f67b"
}

.fa-paste:before {
  content: "\f0ea"
}

.fa-patreon:before {
  content: "\f3d9"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-peace:before {
  content: "\f67c"
}

.fa-pen:before {
  content: "\f304"
}

.fa-pen-alt:before {
  content: "\f305"
}

.fa-pen-fancy:before {
  content: "\f5ac"
}

.fa-pen-nib:before {
  content: "\f5ad"
}

.fa-pen-square:before {
  content: "\f14b"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-pencil-ruler:before {
  content: "\f5ae"
}

.fa-penny-arcade:before {
  content: "\f704"
}

.fa-people-arrows:before {
  content: "\f968"
}

.fa-people-carry:before {
  content: "\f4ce"
}

.fa-pepper-hot:before {
  content: "\f816"
}

.fa-percent:before {
  content: "\f295"
}

.fa-percentage:before {
  content: "\f541"
}

.fa-periscope:before {
  content: "\f3da"
}

.fa-person-booth:before {
  content: "\f756"
}

.fa-phabricator:before {
  content: "\f3db"
}

.fa-phoenix-framework:before {
  content: "\f3dc"
}

.fa-phoenix-squadron:before {
  content: "\f511"
}

.fa-phone:before {
  content: "\f095"
}

.fa-phone-alt:before {
  content: "\f879"
}

.fa-phone-slash:before {
  content: "\f3dd"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-phone-square-alt:before {
  content: "\f87b"
}

.fa-phone-volume:before {
  content: "\f2a0"
}

.fa-photo-video:before {
  content: "\f87c"
}

.fa-php:before {
  content: "\f457"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-pied-piper-hat:before {
  content: "\f4e5"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-square:before {
  content: "\f91e"
}

.fa-piggy-bank:before {
  content: "\f4d3"
}

.fa-pills:before {
  content: "\f484"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-pizza-slice:before {
  content: "\f818"
}

.fa-place-of-worship:before {
  content: "\f67f"
}

.fa-plane:before {
  content: "\f072"
}

.fa-plane-arrival:before {
  content: "\f5af"
}

.fa-plane-departure:before {
  content: "\f5b0"
}

.fa-plane-slash:before {
  content: "\f969"
}

.fa-play:before {
  content: "\f04b"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-playstation:before {
  content: "\f3df"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-plus:before {
  content: "\f067"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-poll:before {
  content: "\f681"
}

.fa-poll-h:before {
  content: "\f682"
}

.fa-poo:before {
  content: "\f2fe"
}

.fa-poo-storm:before {
  content: "\f75a"
}

.fa-poop:before {
  content: "\f619"
}

.fa-portrait:before {
  content: "\f3e0"
}

.fa-pound-sign:before {
  content: "\f154"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-pray:before {
  content: "\f683"
}

.fa-praying-hands:before {
  content: "\f684"
}

.fa-prescription:before {
  content: "\f5b1"
}

.fa-prescription-bottle:before {
  content: "\f485"
}

.fa-prescription-bottle-alt:before {
  content: "\f486"
}

.fa-print:before {
  content: "\f02f"
}

.fa-procedures:before {
  content: "\f487"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-project-diagram:before {
  content: "\f542"
}

.fa-pump-medical:before {
  content: "\f96a"
}

.fa-pump-soap:before {
  content: "\f96b"
}

.fa-pushed:before {
  content: "\f3e1"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-python:before {
  content: "\f3e2"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-question:before {
  content: "\f128"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-quidditch:before {
  content: "\f458"
}

.fa-quinscape:before {
  content: "\f459"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-quran:before {
  content: "\f687"
}

.fa-r-project:before {
  content: "\f4f7"
}

.fa-radiation:before {
  content: "\f7b9"
}

.fa-radiation-alt:before {
  content: "\f7ba"
}

.fa-rainbow:before {
  content: "\f75b"
}

.fa-random:before {
  content: "\f074"
}

.fa-raspberry-pi:before {
  content: "\f7bb"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-react:before {
  content: "\f41b"
}

.fa-reacteurope:before {
  content: "\f75d"
}

.fa-readme:before {
  content: "\f4d5"
}

.fa-rebel:before {
  content: "\f1d0"
}

.fa-receipt:before {
  content: "\f543"
}

.fa-record-vinyl:before {
  content: "\f8d9"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-red-river:before {
  content: "\f3e3"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-redhat:before {
  content: "\f7bc"
}

.fa-redo:before {
  content: "\f01e"
}

.fa-redo-alt:before {
  content: "\f2f9"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-remove-format:before {
  content: "\f87d"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-reply:before {
  content: "\f3e5"
}

.fa-reply-all:before {
  content: "\f122"
}

.fa-replyd:before {
  content: "\f3e6"
}

.fa-republican:before {
  content: "\f75e"
}

.fa-researchgate:before {
  content: "\f4f8"
}

.fa-resolving:before {
  content: "\f3e7"
}

.fa-restroom:before {
  content: "\f7bd"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-rev:before {
  content: "\f5b2"
}

.fa-ribbon:before {
  content: "\f4d6"
}

.fa-ring:before {
  content: "\f70b"
}

.fa-road:before {
  content: "\f018"
}

.fa-robot:before {
  content: "\f544"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-rocketchat:before {
  content: "\f3e8"
}

.fa-rockrms:before {
  content: "\f3e9"
}

.fa-route:before {
  content: "\f4d7"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-ruble-sign:before {
  content: "\f158"
}

.fa-ruler:before {
  content: "\f545"
}

.fa-ruler-combined:before {
  content: "\f546"
}

.fa-ruler-horizontal:before {
  content: "\f547"
}

.fa-ruler-vertical:before {
  content: "\f548"
}

.fa-running:before {
  content: "\f70c"
}

.fa-rupee-sign:before {
  content: "\f156"
}

.fa-sad-cry:before {
  content: "\f5b3"
}

.fa-sad-tear:before {
  content: "\f5b4"
}

.fa-safari:before {
  content: "\f267"
}

.fa-salesforce:before {
  content: "\f83b"
}

.fa-sass:before {
  content: "\f41e"
}

.fa-satellite:before {
  content: "\f7bf"
}

.fa-satellite-dish:before {
  content: "\f7c0"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-schlix:before {
  content: "\f3ea"
}

.fa-school:before {
  content: "\f549"
}

.fa-screwdriver:before {
  content: "\f54a"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-scroll:before {
  content: "\f70e"
}

.fa-sd-card:before {
  content: "\f7c2"
}

.fa-search:before {
  content: "\f002"
}

.fa-search-dollar:before {
  content: "\f688"
}

.fa-search-location:before {
  content: "\f689"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-searchengin:before {
  content: "\f3eb"
}

.fa-seedling:before {
  content: "\f4d8"
}

.fa-sellcast:before {
  content: "\f2da"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-server:before {
  content: "\f233"
}

.fa-servicestack:before {
  content: "\f3ec"
}

.fa-shapes:before {
  content: "\f61f"
}

.fa-share:before {
  content: "\f064"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-shekel-sign:before {
  content: "\f20b"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-shield-virus:before {
  content: "\f96c"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-shipping-fast:before {
  content: "\f48b"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-shoe-prints:before {
  content: "\f54b"
}

.fa-shopify:before {
  content: "\f957"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-shopware:before {
  content: "\f5b5"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-shuttle-van:before {
  content: "\f5b6"
}

.fa-sign:before {
  content: "\f4d9"
}

.fa-sign-in-alt:before {
  content: "\f2f6"
}

.fa-sign-language:before {
  content: "\f2a7"
}

.fa-sign-out-alt:before {
  content: "\f2f5"
}

.fa-signal:before {
  content: "\f012"
}

.fa-signature:before {
  content: "\f5b7"
}

.fa-sim-card:before {
  content: "\f7c4"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-sistrix:before {
  content: "\f3ee"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-sith:before {
  content: "\f512"
}

.fa-skating:before {
  content: "\f7c5"
}

.fa-sketch:before {
  content: "\f7c6"
}

.fa-skiing:before {
  content: "\f7c9"
}

.fa-skiing-nordic:before {
  content: "\f7ca"
}

.fa-skull:before {
  content: "\f54c"
}

.fa-skull-crossbones:before {
  content: "\f714"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-slack:before {
  content: "\f198"
}

.fa-slack-hash:before {
  content: "\f3ef"
}

.fa-slash:before {
  content: "\f715"
}

.fa-sleigh:before {
  content: "\f7cc"
}

.fa-sliders-h:before {
  content: "\f1de"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-smile:before {
  content: "\f118"
}

.fa-smile-beam:before {
  content: "\f5b8"
}

.fa-smile-wink:before {
  content: "\f4da"
}

.fa-smog:before {
  content: "\f75f"
}

.fa-smoking:before {
  content: "\f48d"
}

.fa-smoking-ban:before {
  content: "\f54d"
}

.fa-sms:before {
  content: "\f7cd"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-snowboarding:before {
  content: "\f7ce"
}

.fa-snowflake:before {
  content: "\f2dc"
}

.fa-snowman:before {
  content: "\f7d0"
}

.fa-snowplow:before {
  content: "\f7d2"
}

.fa-soap:before {
  content: "\f96e"
}

.fa-socks:before {
  content: "\f696"
}

.fa-solar-panel:before {
  content: "\f5ba"
}

.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-alpha-down:before {
  content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
  content: "\f881"
}

.fa-sort-alpha-up:before {
  content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
  content: "\f882"
}

.fa-sort-amount-down:before {
  content: "\f160"
}

.fa-sort-amount-down-alt:before {
  content: "\f884"
}

.fa-sort-amount-up:before {
  content: "\f161"
}

.fa-sort-amount-up-alt:before {
  content: "\f885"
}

.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-numeric-down:before {
  content: "\f162"
}

.fa-sort-numeric-down-alt:before {
  content: "\f886"
}

.fa-sort-numeric-up:before {
  content: "\f163"
}

.fa-sort-numeric-up-alt:before {
  content: "\f887"
}

.fa-sort-up:before {
  content: "\f0de"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-sourcetree:before {
  content: "\f7d3"
}

.fa-spa:before {
  content: "\f5bb"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-speakap:before {
  content: "\f3f3"
}

.fa-speaker-deck:before {
  content: "\f83c"
}

.fa-spell-check:before {
  content: "\f891"
}

.fa-spider:before {
  content: "\f717"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-splotch:before {
  content: "\f5bc"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-spray-can:before {
  content: "\f5bd"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-square-full:before {
  content: "\f45c"
}

.fa-square-root-alt:before {
  content: "\f698"
}

.fa-squarespace:before {
  content: "\f5be"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-stackpath:before {
  content: "\f842"
}

.fa-stamp:before {
  content: "\f5bf"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-and-crescent:before {
  content: "\f699"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-star-half-alt:before {
  content: "\f5c0"
}

.fa-star-of-david:before {
  content: "\f69a"
}

.fa-star-of-life:before {
  content: "\f621"
}

.fa-staylinked:before {
  content: "\f3f5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-steam-symbol:before {
  content: "\f3f6"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-sticker-mule:before {
  content: "\f3f7"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stopwatch:before {
  content: "\f2f2"
}

.fa-stopwatch-20:before {
  content: "\f96f"
}

.fa-store:before {
  content: "\f54e"
}

.fa-store-alt:before {
  content: "\f54f"
}

.fa-store-alt-slash:before {
  content: "\f970"
}

.fa-store-slash:before {
  content: "\f971"
}

.fa-strava:before {
  content: "\f428"
}

.fa-stream:before {
  content: "\f550"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-stripe:before {
  content: "\f429"
}

.fa-stripe-s:before {
  content: "\f42a"
}

.fa-stroopwafel:before {
  content: "\f551"
}

.fa-studiovinari:before {
  content: "\f3f8"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-subway:before {
  content: "\f239"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-suitcase-rolling:before {
  content: "\f5c1"
}

.fa-sun:before {
  content: "\f185"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-supple:before {
  content: "\f3f9"
}

.fa-surprise:before {
  content: "\f5c2"
}

.fa-suse:before {
  content: "\f7d6"
}

.fa-swatchbook:before {
  content: "\f5c3"
}

.fa-swift:before {
  content: "\f8e1"
}

.fa-swimmer:before {
  content: "\f5c4"
}

.fa-swimming-pool:before {
  content: "\f5c5"
}

.fa-symfony:before {
  content: "\f83d"
}

.fa-synagogue:before {
  content: "\f69b"
}

.fa-sync:before {
  content: "\f021"
}

.fa-sync-alt:before {
  content: "\f2f1"
}

.fa-syringe:before {
  content: "\f48e"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-table-tennis:before {
  content: "\f45d"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-tablet-alt:before {
  content: "\f3fa"
}

.fa-tablets:before {
  content: "\f490"
}

.fa-tachometer-alt:before {
  content: "\f3fd"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-tape:before {
  content: "\f4db"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-taxi:before {
  content: "\f1ba"
}

.fa-teamspeak:before {
  content: "\f4f9"
}

.fa-teeth:before {
  content: "\f62e"
}

.fa-teeth-open:before {
  content: "\f62f"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-telegram-plane:before {
  content: "\f3fe"
}

.fa-temperature-high:before {
  content: "\f769"
}

.fa-temperature-low:before {
  content: "\f76b"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-tenge:before {
  content: "\f7d7"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-the-red-yeti:before {
  content: "\f69d"
}

.fa-theater-masks:before {
  content: "\f630"
}

.fa-themeco:before {
  content: "\f5c6"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-thermometer:before {
  content: "\f491"
}

.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-think-peaks:before {
  content: "\f731"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbtack:before {
  content: "\f08d"
}

.fa-ticket-alt:before {
  content: "\f3ff"
}

.fa-times:before {
  content: "\f00d"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-tint:before {
  content: "\f043"
}

.fa-tint-slash:before {
  content: "\f5c7"
}

.fa-tired:before {
  content: "\f5c8"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-toilet:before {
  content: "\f7d8"
}

.fa-toilet-paper:before {
  content: "\f71e"
}

.fa-toilet-paper-slash:before {
  content: "\f972"
}

.fa-toolbox:before {
  content: "\f552"
}

.fa-tools:before {
  content: "\f7d9"
}

.fa-tooth:before {
  content: "\f5c9"
}

.fa-torah:before {
  content: "\f6a0"
}

.fa-torii-gate:before {
  content: "\f6a1"
}

.fa-tractor:before {
  content: "\f722"
}

.fa-trade-federation:before {
  content: "\f513"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-traffic-light:before {
  content: "\f637"
}

.fa-trailer:before {
  content: "\f941"
}

.fa-train:before {
  content: "\f238"
}

.fa-tram:before {
  content: "\f7da"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-trash-alt:before {
  content: "\f2ed"
}

.fa-trash-restore:before {
  content: "\f829"
}

.fa-trash-restore-alt:before {
  content: "\f82a"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-trello:before {
  content: "\f181"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-truck-loading:before {
  content: "\f4de"
}

.fa-truck-monster:before {
  content: "\f63b"
}

.fa-truck-moving:before {
  content: "\f4df"
}

.fa-truck-pickup:before {
  content: "\f63c"
}

.fa-tshirt:before {
  content: "\f553"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-tv:before {
  content: "\f26c"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-typo3:before {
  content: "\f42b"
}

.fa-uber:before {
  content: "\f402"
}

.fa-ubuntu:before {
  content: "\f7df"
}

.fa-uikit:before {
  content: "\f403"
}

.fa-umbraco:before {
  content: "\f8e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-umbrella-beach:before {
  content: "\f5ca"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-undo:before {
  content: "\f0e2"
}

.fa-undo-alt:before {
  content: "\f2ea"
}

.fa-uniregistry:before {
  content: "\f404"
}

.fa-unity:before {
  content: "\f949"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-university:before {
  content: "\f19c"
}

.fa-unlink:before {
  content: "\f127"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-untappd:before {
  content: "\f405"
}

.fa-upload:before {
  content: "\f093"
}

.fa-ups:before {
  content: "\f7e0"
}

.fa-usb:before {
  content: "\f287"
}

.fa-user:before {
  content: "\f007"
}

.fa-user-alt:before {
  content: "\f406"
}

.fa-user-alt-slash:before {
  content: "\f4fa"
}

.fa-user-astronaut:before {
  content: "\f4fb"
}

.fa-user-check:before {
  content: "\f4fc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-clock:before {
  content: "\f4fd"
}

.fa-user-cog:before {
  content: "\f4fe"
}

.fa-user-edit:before {
  content: "\f4ff"
}

.fa-user-friends:before {
  content: "\f500"
}

.fa-user-graduate:before {
  content: "\f501"
}

.fa-user-injured:before {
  content: "\f728"
}

.fa-user-lock:before {
  content: "\f502"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-user-minus:before {
  content: "\f503"
}

.fa-user-ninja:before {
  content: "\f504"
}

.fa-user-nurse:before {
  content: "\f82f"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-user-shield:before {
  content: "\f505"
}

.fa-user-slash:before {
  content: "\f506"
}

.fa-user-tag:before {
  content: "\f507"
}

.fa-user-tie:before {
  content: "\f508"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-users:before {
  content: "\f0c0"
}

.fa-users-cog:before {
  content: "\f509"
}

.fa-usps:before {
  content: "\f7e1"
}

.fa-ussunnah:before {
  content: "\f407"
}

.fa-utensil-spoon:before {
  content: "\f2e5"
}

.fa-utensils:before {
  content: "\f2e7"
}

.fa-vaadin:before {
  content: "\f408"
}

.fa-vector-square:before {
  content: "\f5cb"
}

.fa-venus:before {
  content: "\f221"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-vial:before {
  content: "\f492"
}

.fa-vials:before {
  content: "\f493"
}

.fa-viber:before {
  content: "\f409"
}

.fa-video:before {
  content: "\f03d"
}

.fa-video-slash:before {
  content: "\f4e2"
}

.fa-vihara:before {
  content: "\f6a7"
}

.fa-vimeo:before {
  content: "\f40a"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-vimeo-v:before {
  content: "\f27d"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-virus:before {
  content: "\f974"
}

.fa-virus-slash:before {
  content: "\f975"
}

.fa-viruses:before {
  content: "\f976"
}

.fa-vk:before {
  content: "\f189"
}

.fa-vnv:before {
  content: "\f40b"
}

.fa-voicemail:before {
  content: "\f897"
}

.fa-volleyball-ball:before {
  content: "\f45f"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-mute:before {
  content: "\f6a9"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-vote-yea:before {
  content: "\f772"
}

.fa-vr-cardboard:before {
  content: "\f729"
}

.fa-vuejs:before {
  content: "\f41f"
}

.fa-walking:before {
  content: "\f554"
}

.fa-wallet:before {
  content: "\f555"
}

.fa-warehouse:before {
  content: "\f494"
}

.fa-water:before {
  content: "\f773"
}

.fa-wave-square:before {
  content: "\f83e"
}

.fa-waze:before {
  content: "\f83f"
}

.fa-weebly:before {
  content: "\f5cc"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-weight:before {
  content: "\f496"
}

.fa-weight-hanging:before {
  content: "\f5cd"
}

.fa-weixin:before {
  content: "\f1d7"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-whatsapp-square:before {
  content: "\f40c"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-whmcs:before {
  content: "\f40d"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-wind:before {
  content: "\f72e"
}

.fa-window-close:before {
  content: "\f410"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-wine-bottle:before {
  content: "\f72f"
}

.fa-wine-glass:before {
  content: "\f4e3"
}

.fa-wine-glass-alt:before {
  content: "\f5ce"
}

.fa-wix:before {
  content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
  content: "\f730"
}

.fa-wolf-pack-battalion:before {
  content: "\f514"
}

.fa-won-sign:before {
  content: "\f159"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-wordpress-simple:before {
  content: "\f411"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-wpressr:before {
  content: "\f3e4"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-x-ray:before {
  content: "\f497"
}

.fa-xbox:before {
  content: "\f412"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-y-combinator:before {
  content: "\f23b"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-yammer:before {
  content: "\f840"
}

.fa-yandex:before {
  content: "\f413"
}

.fa-yandex-international:before {
  content: "\f414"
}

.fa-yarn:before {
  content: "\f7e3"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-yen-sign:before {
  content: "\f157"
}

.fa-yin-yang:before {
  content: "\f6ad"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-youtube-square:before {
  content: "\f431"
}

.fa-zhihu:before {
  content: "\f63f"
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/fa-brands-400.eot');
  src: url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg")
}

.fab {
  font-family: "Font Awesome 5 Brands"
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/fa-regular-400.eot');
  src: url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg")
}

.fab,
.far {
  font-weight: 400
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../fonts/fa-solid-900.eot');
  src: url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg")
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
  font-weight: 900
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: "\f000"
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-star-o:before {
  content: "\f005"
}

.fa.fa-close:before,
.fa.fa-remove:before {
  content: "\f00d"
}

.fa.fa-gear:before {
  content: "\f013"
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-trash-o:before {
  content: "\f2ed"
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-o:before {
  content: "\f15b"
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-clock-o:before {
  content: "\f017"
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358"
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b"
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-play-circle-o:before {
  content: "\f144"
}

.fa.fa-repeat:before,
.fa.fa-rotate-right:before {
  content: "\f01e"
}

.fa.fa-refresh:before {
  content: "\f021"
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-dedent:before {
  content: "\f03b"
}

.fa.fa-video-camera:before {
  content: "\f03d"
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-picture-o:before {
  content: "\f03e"
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-photo:before {
  content: "\f03e"
}

.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-image:before {
  content: "\f03e"
}

.fa.fa-pencil:before {
  content: "\f303"
}

.fa.fa-map-marker:before {
  content: "\f3c5"
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-pencil-square-o:before {
  content: "\f044"
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-share-square-o:before {
  content: "\f14d"
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-check-square-o:before {
  content: "\f14a"
}

.fa.fa-arrows:before {
  content: "\f0b2"
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-times-circle-o:before {
  content: "\f057"
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-check-circle-o:before {
  content: "\f058"
}

.fa.fa-mail-forward:before {
  content: "\f064"
}

.fa.fa-expand:before {
  content: "\f424"
}

.fa.fa-compress:before {
  content: "\f422"
}

.fa.fa-eye,
.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-warning:before {
  content: "\f071"
}

.fa.fa-calendar:before {
  content: "\f073"
}

.fa.fa-arrows-v:before {
  content: "\f338"
}

.fa.fa-arrows-h:before {
  content: "\f337"
}

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-bar-chart:before {
  content: "\f080"
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-bar-chart-o:before {
  content: "\f080"
}

.fa.fa-facebook-square,
.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-gears:before {
  content: "\f085"
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-thumbs-o-up:before {
  content: "\f164"
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-thumbs-o-down:before {
  content: "\f165"
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-heart-o:before {
  content: "\f004"
}

.fa.fa-sign-out:before {
  content: "\f2f5"
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-linkedin-square:before {
  content: "\f08c"
}

.fa.fa-thumb-tack:before {
  content: "\f08d"
}

.fa.fa-external-link:before {
  content: "\f35d"
}

.fa.fa-sign-in:before {
  content: "\f2f6"
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-lemon-o:before {
  content: "\f094"
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-square-o:before {
  content: "\f0c8"
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-bookmark-o:before {
  content: "\f02e"
}

.fa.fa-facebook,
.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-facebook:before {
  content: "\f39e"
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-facebook-f:before {
  content: "\f39e"
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-feed:before {
  content: "\f09e"
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hdd-o:before {
  content: "\f0a0"
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa.fa-arrows-alt:before {
  content: "\f31e"
}

.fa.fa-group:before {
  content: "\f0c0"
}

.fa.fa-chain:before {
  content: "\f0c1"
}

.fa.fa-scissors:before {
  content: "\f0c4"
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-files-o:before {
  content: "\f0c5"
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-floppy-o:before {
  content: "\f0c7"
}

.fa.fa-navicon:before,
.fa.fa-reorder:before {
  content: "\f0c9"
}

.fa.fa-google-plus,
.fa.fa-google-plus-square,
.fa.fa-pinterest,
.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-google-plus:before {
  content: "\f0d5"
}

.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-money:before {
  content: "\f3d1"
}

.fa.fa-unsorted:before {
  content: "\f0dc"
}

.fa.fa-sort-desc:before {
  content: "\f0dd"
}

.fa.fa-sort-asc:before {
  content: "\f0de"
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-linkedin:before {
  content: "\f0e1"
}

.fa.fa-rotate-left:before {
  content: "\f0e2"
}

.fa.fa-legal:before {
  content: "\f0e3"
}

.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
  content: "\f3fd"
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-comment-o:before {
  content: "\f075"
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-comments-o:before {
  content: "\f086"
}

.fa.fa-flash:before {
  content: "\f0e7"
}

.fa.fa-clipboard,
.fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-paste:before {
  content: "\f328"
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa.fa-exchange:before {
  content: "\f362"
}

.fa.fa-cloud-download:before {
  content: "\f381"
}

.fa.fa-cloud-upload:before {
  content: "\f382"
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-bell-o:before {
  content: "\f0f3"
}

.fa.fa-cutlery:before {
  content: "\f2e7"
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-text-o:before {
  content: "\f15c"
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-building-o:before {
  content: "\f1ad"
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hospital-o:before {
  content: "\f0f8"
}

.fa.fa-tablet:before {
  content: "\f3fa"
}

.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
  content: "\f3cd"
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-circle-o:before {
  content: "\f111"
}

.fa.fa-mail-reply:before {
  content: "\f3e5"
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-folder-o:before {
  content: "\f07b"
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-folder-open-o:before {
  content: "\f07c"
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-smile-o:before {
  content: "\f118"
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-frown-o:before {
  content: "\f119"
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-meh-o:before {
  content: "\f11a"
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-keyboard-o:before {
  content: "\f11c"
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-flag-o:before {
  content: "\f024"
}

.fa.fa-mail-reply-all:before {
  content: "\f122"
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-star-half-o:before {
  content: "\f089"
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-star-half-empty:before {
  content: "\f089"
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-star-half-full:before {
  content: "\f089"
}

.fa.fa-code-fork:before {
  content: "\f126"
}

.fa.fa-chain-broken:before {
  content: "\f127"
}

.fa.fa-shield:before {
  content: "\f3ed"
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-calendar-o:before {
  content: "\f133"
}

.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-ticket:before {
  content: "\f3ff"
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-minus-square-o:before {
  content: "\f146"
}

.fa.fa-level-up:before {
  content: "\f3bf"
}

.fa.fa-level-down:before {
  content: "\f3be"
}

.fa.fa-pencil-square:before {
  content: "\f14b"
}

.fa.fa-external-link-square:before {
  content: "\f360"
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-toggle-down:before {
  content: "\f150"
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-toggle-up:before {
  content: "\f151"
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-toggle-right:before {
  content: "\f152"
}

.fa.fa-eur:before,
.fa.fa-euro:before {
  content: "\f153"
}

.fa.fa-gbp:before {
  content: "\f154"
}

.fa.fa-dollar:before,
.fa.fa-usd:before {
  content: "\f155"
}

.fa.fa-inr:before,
.fa.fa-rupee:before {
  content: "\f156"
}

.fa.fa-cny:before,
.fa.fa-jpy:before,
.fa.fa-rmb:before,
.fa.fa-yen:before {
  content: "\f157"
}

.fa.fa-rouble:before,
.fa.fa-rub:before,
.fa.fa-ruble:before {
  content: "\f158"
}

.fa.fa-krw:before,
.fa.fa-won:before {
  content: "\f159"
}

.fa.fa-bitcoin,
.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-bitcoin:before {
  content: "\f15a"
}

.fa.fa-file-text:before {
  content: "\f15c"
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881"
}

.fa.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa.fa-sort-amount-desc:before {
  content: "\f884"
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886"
}

.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube,
.fa.fa-youtube-play,
.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-youtube-play:before {
  content: "\f167"
}

.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-bitbucket-square:before {
  content: "\f171"
}

.fa.fa-tumblr,
.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-long-arrow-down:before {
  content: "\f309"
}

.fa.fa-long-arrow-up:before {
  content: "\f30c"
}

.fa.fa-long-arrow-left:before {
  content: "\f30a"
}

.fa.fa-long-arrow-right:before {
  content: "\f30b"
}

.fa.fa-android,
.fa.fa-apple,
.fa.fa-dribbble,
.fa.fa-foursquare,
.fa.fa-gittip,
.fa.fa-gratipay,
.fa.fa-linux,
.fa.fa-skype,
.fa.fa-trello,
.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-gittip:before {
  content: "\f184"
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-sun-o:before {
  content: "\f185"
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-moon-o:before {
  content: "\f186"
}

.fa.fa-pagelines,
.fa.fa-renren,
.fa.fa-stack-exchange,
.fa.fa-vk,
.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a"
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359"
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-toggle-left:before {
  content: "\f191"
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-dot-circle-o:before {
  content: "\f192"
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-try:before,
.fa.fa-turkish-lira:before {
  content: "\f195"
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-plus-square-o:before {
  content: "\f0fe"
}

.fa.fa-openid,
.fa.fa-slack,
.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-bank:before,
.fa.fa-institution:before {
  content: "\f19c"
}

.fa.fa-mortar-board:before {
  content: "\f19d"
}

.fa.fa-delicious,
.fa.fa-digg,
.fa.fa-drupal,
.fa.fa-google,
.fa.fa-joomla,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle,
.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-spoon:before {
  content: "\f2e5"
}

.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-steam,
.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-automobile:before {
  content: "\f1b9"
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-envelope-o:before {
  content: "\f0e0"
}

.fa.fa-deviantart,
.fa.fa-soundcloud,
.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-word-o:before {
  content: "\f1c2"
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-image-o:before {
  content: "\f1c5"
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-photo-o:before {
  content: "\f1c5"
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-picture-o:before {
  content: "\f1c5"
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-zip-o:before {
  content: "\f1c6"
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-sound-o:before {
  content: "\f1c7"
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-video-o:before {
  content: "\f1c8"
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-movie-o:before {
  content: "\f1c8"
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-code-o:before {
  content: "\f1c9"
}

.fa.fa-codepen,
.fa.fa-jsfiddle,
.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-life-bouy,
.fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-life-bouy:before {
  content: "\f1cd"
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-life-buoy:before {
  content: "\f1cd"
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-life-saver:before {
  content: "\f1cd"
}

.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-support:before {
  content: "\f1cd"
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa.fa-ra,
.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-ra:before {
  content: "\f1d0"
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-resistance:before {
  content: "\f1d0"
}

.fa.fa-empire,
.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-ge:before {
  content: "\f1d1"
}

.fa.fa-git,
.fa.fa-git-square,
.fa.fa-hacker-news,
.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4"
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-yc-square:before {
  content: "\f1d4"
}

.fa.fa-qq,
.fa.fa-tencent-weibo,
.fa.fa-wechat,
.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-wechat:before {
  content: "\f1d7"
}

.fa.fa-send:before {
  content: "\f1d8"
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8"
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-send-o:before {
  content: "\f1d8"
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-circle-thin:before {
  content: "\f111"
}

.fa.fa-header:before {
  content: "\f1dc"
}

.fa.fa-sliders:before {
  content: "\f1de"
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-futbol-o:before {
  content: "\f1e3"
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3"
}

.fa.fa-slideshare,
.fa.fa-twitch,
.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa.fa-cc-amex,
.fa.fa-cc-discover,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-google-wallet,
.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6"
}

.fa.fa-trash:before {
  content: "\f2ed"
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-eyedropper:before {
  content: "\f1fb"
}

.fa.fa-area-chart:before {
  content: "\f1fe"
}

.fa.fa-pie-chart:before {
  content: "\f200"
}

.fa.fa-line-chart:before {
  content: "\f201"
}

.fa.fa-angellist,
.fa.fa-ioxhost,
.fa.fa-lastfm,
.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-cc:before {
  content: "\f20a"
}

.fa.fa-ils:before,
.fa.fa-shekel:before,
.fa.fa-sheqel:before {
  content: "\f20b"
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-meanpath:before {
  content: "\f2b4"
}

.fa.fa-buysellads,
.fa.fa-connectdevelop,
.fa.fa-dashcube,
.fa.fa-forumbee,
.fa.fa-leanpub,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-diamond:before {
  content: "\f3a5"
}

.fa.fa-intersex:before {
  content: "\f224"
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-facebook-official:before {
  content: "\f09a"
}

.fa.fa-pinterest-p,
.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-hotel:before {
  content: "\f236"
}

.fa.fa-medium,
.fa.fa-viacoin,
.fa.fa-y-combinator,
.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-yc:before {
  content: "\f23b"
}

.fa.fa-expeditedssl,
.fa.fa-opencart,
.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-battery-4:before,
.fa.fa-battery:before {
  content: "\f240"
}

.fa.fa-battery-3:before {
  content: "\f241"
}

.fa.fa-battery-2:before {
  content: "\f242"
}

.fa.fa-battery-1:before {
  content: "\f243"
}

.fa.fa-battery-0:before {
  content: "\f244"
}

.fa.fa-object-group,
.fa.fa-object-ungroup,
.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-sticky-note-o:before {
  content: "\f249"
}

.fa.fa-cc-diners-club,
.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-clone,
.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hourglass-o:before {
  content: "\f254"
}

.fa.fa-hourglass-1:before {
  content: "\f251"
}

.fa.fa-hourglass-2:before {
  content: "\f252"
}

.fa.fa-hourglass-3:before {
  content: "\f253"
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-rock-o:before {
  content: "\f255"
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-grab-o:before {
  content: "\f255"
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-paper-o:before {
  content: "\f256"
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-stop-o:before {
  content: "\f256"
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-spock-o:before {
  content: "\f259"
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-chrome,
.fa.fa-creative-commons,
.fa.fa-firefox,
.fa.fa-get-pocket,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-internet-explorer,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square,
.fa.fa-opera,
.fa.fa-safari,
.fa.fa-tripadvisor,
.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-television:before {
  content: "\f26c"
}

.fa.fa-500px,
.fa.fa-amazon,
.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-calendar-times-o:before {
  content: "\f273"
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-calendar-check-o:before {
  content: "\f274"
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-map-o:before {
  content: "\f279"
}

.fa.fa-commenting:before {
  content: "\f4ad"
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-commenting-o:before {
  content: "\f4ad"
}

.fa.fa-houzz,
.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-vimeo:before {
  content: "\f27d"
}

.fa.fa-black-tie,
.fa.fa-edge,
.fa.fa-fonticons,
.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-credit-card-alt:before {
  content: "\f09d"
}

.fa.fa-codiepie,
.fa.fa-fort-awesome,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-product-hunt,
.fa.fa-scribd,
.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-pause-circle-o:before {
  content: "\f28b"
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-stop-circle-o:before {
  content: "\f28d"
}

.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-envira,
.fa.fa-gitlab,
.fa.fa-wheelchair-alt,
.fa.fa-wpbeginner,
.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-wheelchair-alt:before {
  content: "\f368"
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-question-circle-o:before {
  content: "\f059"
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3"
}

.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before {
  content: "\f2a4"
}

.fa.fa-glide,
.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-signing:before {
  content: "\f2a7"
}

.fa.fa-first-order,
.fa.fa-google-plus-official,
.fa.fa-pied-piper,
.fa.fa-snapchat,
.fa.fa-snapchat-ghost,
.fa.fa-snapchat-square,
.fa.fa-themeisle,
.fa.fa-viadeo,
.fa.fa-viadeo-square,
.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3"
}

.fa.fa-fa,
.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-fa:before {
  content: "\f2b4"
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-handshake-o:before {
  content: "\f2b5"
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6"
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-address-book-o:before {
  content: "\f2b9"
}

.fa.fa-vcard:before {
  content: "\f2bb"
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-address-card-o:before {
  content: "\f2bb"
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-vcard-o:before {
  content: "\f2bb"
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-user-circle-o:before {
  content: "\f2bd"
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-user-o:before {
  content: "\f007"
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-drivers-license:before {
  content: "\f2c2"
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-id-card-o:before {
  content: "\f2c2"
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2"
}

.fa.fa-free-code-camp,
.fa.fa-quora,
.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before {
  content: "\f2c7"
}

.fa.fa-thermometer-3:before {
  content: "\f2c8"
}

.fa.fa-thermometer-2:before {
  content: "\f2c9"
}

.fa.fa-thermometer-1:before {
  content: "\f2ca"
}

.fa.fa-thermometer-0:before {
  content: "\f2cb"
}

.fa.fa-bathtub:before,
.fa.fa-s15:before {
  content: "\f2cd"
}

.fa.fa-window-maximize,
.fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-times-rectangle:before {
  content: "\f410"
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-window-close-o:before {
  content: "\f410"
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-times-rectangle-o:before {
  content: "\f410"
}

.fa.fa-bandcamp,
.fa.fa-eercast,
.fa.fa-etsy,
.fa.fa-grav,
.fa.fa-imdb,
.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-eercast:before {
  content: "\f2da"
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa.fa-superpowers,
.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-cab:before {
  content: "\f1ba"
}

@font-face {
  font-family: 'linearicons-free';
  src: url('../fonts/linearicons-free.eot');
  src: url('../fonts/linearicons-free.eot') format('embedded-opentype'), url('../fonts/linearicons-free.ttf') format('truetype'), url('../fonts/linearicons-free.woff') format('woff'), url('../fonts/linearicons-free.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

[class^="lnr-icon-"],
[class*=" lnr-icon-"] {
  font-family: 'linearicons-free' !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.lnr-icon-comments:before {
  content: "\e035"
}

.lnr-icon-quote:before {
  content: "\e052"
}

.lnr-icon-spinner:before {
  content: "\e05a"
}

.lnr-icon-truck:before {
  content: "\e065"
}

.lnr-icon-sync:before {
  content: "\e862"
}

.lnr-icon-cart:before {
  content: "\e003"
}

.lnr-icon-close:before {
  content: "\e005"
}

.lnr-icon-copy:before {
  content: "\e007"
}

.lnr-icon-dropdown:before {
  content: "\e00a"
}

.lnr-icon-favourite:before {
  content: "\e00c"
}

.lnr-icon-search:before {
  content: "\e01d"
}

.lnr-icon-user:before {
  content: "\e023"
}

.lnr-icon-arrow-left:before {
  content: "\e029"
}

.lnr-icon-arrow-right:before {
  content: "\e02a"
}

.lnr-icon-bars:before {
  content: "\e02b"
}

.lnr-icon-envelope:before {
  content: "\e037"
}

.lnr-icon-external-link-alt:before {
  content: "\e039"
}

.lnr-icon-file-alt:before {
  content: "\e03b"
}

.lnr-icon-gift:before {
  content: "\e040"
}

.lnr-icon-heart-fill:before {
  content: "\e042"
}

.lnr-icon-heart:before {
  content: "\e043"
}

.lnr-icon-home:before {
  content: "\e044"
}

.lnr-icon-map-marker-check:before {
  content: "\e04c"
}

.lnr-icon-minus:before {
  content: "\e04e"
}

.lnr-icon-plus:before {
  content: "\e051"
}

.lnr-icon-shopping-cart:before {
  content: "\e057"
}

.lnr-icon-times:before {
  content: "\e064"
}

.lnr-icon-cog:before {
  content: "\e810"
}

.lnr-icon-star:before {
  content: "\e814"
}

.lnr-icon-star-half:before {
  content: "\e815"
}

.lnr-icon-star-empty:before {
  content: "\e816"
}

.lnr-icon-cart1:before {
  content: "\e82e"
}

.lnr-icon-phone-handset:before {
  content: "\e830"
}

.lnr-icon-phone:before {
  content: "\e831"
}

.lnr-icon-map-marker:before {
  content: "\e833"
}

.lnr-icon-map:before {
  content: "\e834"
}

.lnr-icon-rocket:before {
  content: "\e84b"
}

.lnr-icon-magnifier:before {
  content: "\e86f"
}

.lnr-icon-cross:before {
  content: "\e870"
}

.lnr-icon-chevron-up:before {
  content: "\e873"
}

.lnr-icon-chevron-down:before {
  content: "\e874"
}

.lnr-icon-chevron-left:before {
  content: "\e875"
}

.lnr-icon-chevron-right:before {
  content: "\e876"
}

.lnr-icon-arrow-up:before {
  content: "\e877"
}

.lnr-icon-arrow-down:before {
  content: "\e878"
}

.lnr-icon-arrow-left1:before {
  content: "\e879"
}

.lnr-icon-arrow-right1:before {
  content: "\e87a"
}

.lnr-icon-arrow-up-circle:before {
  content: "\e883"
}

.lnr-icon-arrow-down-circle:before {
  content: "\e884"
}

.lnr-icon-chevron-up-circle:before {
  content: "\e887"
}

.lnr-icon-chevron-down-circle:before {
  content: "\e888"
}

.lnr-icon-text-align-justify:before {
  content: "\e89b"
}

.lnr-icon-sort-amount-asc:before {
  content: "\e8a4"
}

.nice-select {
  -webkit-tap-highlight-color: #fff0;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: flex;
  align-items: center;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 20px;
  padding-right: 38px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto
}

.nice-select:hover {
  border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.nice-select.open .list {
  opacity: 1;
  padding-left: 0 !important;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0)
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none
}

.nice-select.disabled:after {
  border-color: #ccc
}

.nice-select.wide {
  width: 100%
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important
}

.nice-select.right {
  float: right
}

.nice-select.right .list {
  left: auto;
  right: 0
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}

.nice-select.small:after {
  height: 4px;
  width: 4px
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgb(68 68 68 / .11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(.75) translateY(-21px);
  -ms-transform: scale(.75) translateY(-21px);
  transform: scale(.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important
}

.nice-select .option {
  color: #222 !important;
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6
}

.nice-select .option.selected {
  font-weight: 700
}

.nice-select .option.disabled {
  background-color: #fff0;
  color: #999;
  cursor: default
}

.no-csspointerevents .nice-select .list {
  display: none
}

.no-csspointerevents .nice-select.open .list {
  display: block
}

.nice-select span.current {
  color: #222 !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis
}

.nice-select .list li:before {
  display: none
}

.nice-select .list>li {
  padding-left: 14px !important
}

:root {
  --direction-multiplier: 1
}

body.rtl,
html[dir=rtl] {
  --direction-multiplier: -1
}

.elementor-hidden {
  display: none
}

.elementor-visibility-hidden {
  visibility: hidden
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.elementor-clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0
}

.e-logo-wrapper {
  display: inline-block;
  line-height: 1
}

.e-logo-wrapper i {
  color: var(--e-a-color-circle-logo);
  font-size: 2.5em
}

.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box
}

.elementor a {
  box-shadow: none;
  text-decoration: none
}

.elementor hr {
  background-color: #fff0;
  margin: 0
}

.elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
  margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
  direction: ltr;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0
}

.elementor .elementor-background-video-container {
  pointer-events: none;
  transition: opacity 1s
}

.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed {
  max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
  inset-block-start: 50%;
  inset-inline-start: 50%;
  position: absolute;
  transform: translate(-50%, -50%)
}

.elementor .elementor-background-video-hosted {
  -o-object-fit: cover;
  object-fit: cover
}

.elementor .elementor-background-overlay {
  inset: 0;
  position: absolute
}

.elementor .elementor-background-slideshow {
  inset: 0;
  position: absolute;
  z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
  position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
  position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%
}

@media (max-width:1024px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%
  }
}

@media (max-width:767px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%
  }
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
  z-index: 1
}

.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  align-self: var(--align-self);
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order)
}

.elementor-element:where(.e-con-full, .elementor-widget) {
  align-content: var(--align-content);
  align-items: var(--align-items);
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  gap: var(--row-gap) var(--column-gap);
  justify-content: var(--justify-content)
}

.elementor-invisible {
  visibility: hidden
}

.elementor-custom-embed-play {
  inset-block-start: 50%;
  inset-inline-start: 50%;
  position: absolute;
  transform: translate(calc(-50% * var(--direction-multiplier)), -50%)
}

.elementor-custom-embed-play i {
  color: #fff;
  font-size: 100px;
  text-shadow: 1px 0 6px rgb(0 0 0 / .3)
}

.elementor-custom-embed-play svg {
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgb(0 0 0 / .3));
  height: 100px;
  width: 100px
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: .8;
  transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
  animation: eicon-spin 2s linear infinite
}

.elementor-tag {
  display: inline-flex
}

.elementor-ken-burns {
  transition-duration: 10s;
  transition-property: transform;
  transition-timing-function: linear
}

.elementor-ken-burns--out {
  transform: scale(1.3)
}

.elementor-ken-burns--active {
  transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
  transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
  transform: scale(1.3)
}

.elementor-align-center {
  text-align: center
}

.elementor-align-right {
  text-align: right
}

.elementor-align-left {
  text-align: left
}

.elementor-align-center .elementor-button,
.elementor-align-left .elementor-button,
.elementor-align-right .elementor-button {
  width: auto
}

.elementor-align-justify .elementor-button {
  width: 100%
}

@media (min-width:-1) {
  .elementor-widescreen-align-center {
    text-align: center
  }

  .elementor-widescreen-align-right {
    text-align: right
  }

  .elementor-widescreen-align-left {
    text-align: left
  }

  .elementor-widescreen-align-center .elementor-button,
  .elementor-widescreen-align-left .elementor-button,
  .elementor-widescreen-align-right .elementor-button {
    width: auto
  }

  .elementor-widescreen-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:-1) {
  .elementor-laptop-align-center {
    text-align: center
  }

  .elementor-laptop-align-right {
    text-align: right
  }

  .elementor-laptop-align-left {
    text-align: left
  }

  .elementor-laptop-align-center .elementor-button,
  .elementor-laptop-align-left .elementor-button,
  .elementor-laptop-align-right .elementor-button {
    width: auto
  }

  .elementor-laptop-align-justify .elementor-button {
    width: 100%
  }

  .elementor-tablet_extra-align-center {
    text-align: center
  }

  .elementor-tablet_extra-align-right {
    text-align: right
  }

  .elementor-tablet_extra-align-left {
    text-align: left
  }

  .elementor-tablet_extra-align-center .elementor-button,
  .elementor-tablet_extra-align-left .elementor-button,
  .elementor-tablet_extra-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:1024px) {
  .elementor-tablet-align-center {
    text-align: center
  }

  .elementor-tablet-align-right {
    text-align: right
  }

  .elementor-tablet-align-left {
    text-align: left
  }

  .elementor-tablet-align-center .elementor-button,
  .elementor-tablet-align-left .elementor-button,
  .elementor-tablet-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:-1) {
  .elementor-mobile_extra-align-center {
    text-align: center
  }

  .elementor-mobile_extra-align-right {
    text-align: right
  }

  .elementor-mobile_extra-align-left {
    text-align: left
  }

  .elementor-mobile_extra-align-center .elementor-button,
  .elementor-mobile_extra-align-left .elementor-button,
  .elementor-mobile_extra-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:767px) {
  .elementor-mobile-align-center {
    text-align: center
  }

  .elementor-mobile-align-right {
    text-align: right
  }

  .elementor-mobile-align-left {
    text-align: left
  }

  .elementor-mobile-align-center .elementor-button,
  .elementor-mobile-align-left .elementor-button,
  .elementor-mobile-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile-align-justify .elementor-button {
    width: 100%
  }
}

:root {
  --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
  display: var(--page-title-display)
}

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.eicon-animation-spin {
  animation: eicon-spin 2s linear infinite
}

.elementor-section {
  position: relative
}

.elementor-section .elementor-container {
  display: flex;
  margin-inline: auto;
  position: relative
}

@media (max-width:1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap
  }
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1140px
}

.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
  align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
  align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
  align-items: flex-end
}

@media (min-width:768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh
  }

  .elementor-section.elementor-section-height-full>.elementor-container {
    height: 100%
  }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: flex-end
}

.elementor-widget-wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex
}

.elementor-widget-wrap>.elementor-element {
  width: 100%
}

.elementor-widget-wrap.e-swiper-container {
  width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
  position: relative
}

.elementor-widget:not(:last-child) {
  margin-block-end: var(--kit-widget-spacing, 20px)
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-block-end: 0
}

.elementor-column {
  display: flex;
  min-height: 1px;
  position: relative
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
  padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
  padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
  padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
  padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0
}

@media (min-width:768px) {

  .elementor-column.elementor-col-10,
  .elementor-column[data-col="10"] {
    width: 10%
  }

  .elementor-column.elementor-col-11,
  .elementor-column[data-col="11"] {
    width: 11.111%
  }

  .elementor-column.elementor-col-12,
  .elementor-column[data-col="12"] {
    width: 12.5%
  }

  .elementor-column.elementor-col-14,
  .elementor-column[data-col="14"] {
    width: 14.285%
  }

  .elementor-column.elementor-col-16,
  .elementor-column[data-col="16"] {
    width: 16.666%
  }

  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%
  }

  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%
  }

  .elementor-column.elementor-col-30,
  .elementor-column[data-col="30"] {
    width: 30%
  }

  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333%
  }

  .elementor-column.elementor-col-40,
  .elementor-column[data-col="40"] {
    width: 40%
  }

  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50%
  }

  .elementor-column.elementor-col-60,
  .elementor-column[data-col="60"] {
    width: 60%
  }

  .elementor-column.elementor-col-66,
  .elementor-column[data-col="66"] {
    width: 66.666%
  }

  .elementor-column.elementor-col-70,
  .elementor-column[data-col="70"] {
    width: 70%
  }

  .elementor-column.elementor-col-75,
  .elementor-column[data-col="75"] {
    width: 75%
  }

  .elementor-column.elementor-col-80,
  .elementor-column[data-col="80"] {
    width: 80%
  }

  .elementor-column.elementor-col-83,
  .elementor-column[data-col="83"] {
    width: 83.333%
  }

  .elementor-column.elementor-col-90,
  .elementor-column[data-col="90"] {
    width: 90%
  }

  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%
  }
}

@media (max-width:479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%
  }

  .elementor-column.elementor-xs-11 {
    width: 11.111%
  }

  .elementor-column.elementor-xs-12 {
    width: 12.5%
  }

  .elementor-column.elementor-xs-14 {
    width: 14.285%
  }

  .elementor-column.elementor-xs-16 {
    width: 16.666%
  }

  .elementor-column.elementor-xs-20 {
    width: 20%
  }

  .elementor-column.elementor-xs-25 {
    width: 25%
  }

  .elementor-column.elementor-xs-30 {
    width: 30%
  }

  .elementor-column.elementor-xs-33 {
    width: 33.333%
  }

  .elementor-column.elementor-xs-40 {
    width: 40%
  }

  .elementor-column.elementor-xs-50 {
    width: 50%
  }

  .elementor-column.elementor-xs-60 {
    width: 60%
  }

  .elementor-column.elementor-xs-66 {
    width: 66.666%
  }

  .elementor-column.elementor-xs-70 {
    width: 70%
  }

  .elementor-column.elementor-xs-75 {
    width: 75%
  }

  .elementor-column.elementor-xs-80 {
    width: 80%
  }

  .elementor-column.elementor-xs-83 {
    width: 83.333%
  }

  .elementor-column.elementor-xs-90 {
    width: 90%
  }

  .elementor-column.elementor-xs-100 {
    width: 100%
  }
}

@media (max-width:767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%
  }

  .elementor-column.elementor-sm-11 {
    width: 11.111%
  }

  .elementor-column.elementor-sm-12 {
    width: 12.5%
  }

  .elementor-column.elementor-sm-14 {
    width: 14.285%
  }

  .elementor-column.elementor-sm-16 {
    width: 16.666%
  }

  .elementor-column.elementor-sm-20 {
    width: 20%
  }

  .elementor-column.elementor-sm-25 {
    width: 25%
  }

  .elementor-column.elementor-sm-30 {
    width: 30%
  }

  .elementor-column.elementor-sm-33 {
    width: 33.333%
  }

  .elementor-column.elementor-sm-40 {
    width: 40%
  }

  .elementor-column.elementor-sm-50 {
    width: 50%
  }

  .elementor-column.elementor-sm-60 {
    width: 60%
  }

  .elementor-column.elementor-sm-66 {
    width: 66.666%
  }

  .elementor-column.elementor-sm-70 {
    width: 70%
  }

  .elementor-column.elementor-sm-75 {
    width: 75%
  }

  .elementor-column.elementor-sm-80 {
    width: 80%
  }

  .elementor-column.elementor-sm-83 {
    width: 83.333%
  }

  .elementor-column.elementor-sm-90 {
    width: 90%
  }

  .elementor-column.elementor-sm-100 {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%
  }

  .elementor-column.elementor-md-11 {
    width: 11.111%
  }

  .elementor-column.elementor-md-12 {
    width: 12.5%
  }

  .elementor-column.elementor-md-14 {
    width: 14.285%
  }

  .elementor-column.elementor-md-16 {
    width: 16.666%
  }

  .elementor-column.elementor-md-20 {
    width: 20%
  }

  .elementor-column.elementor-md-25 {
    width: 25%
  }

  .elementor-column.elementor-md-30 {
    width: 30%
  }

  .elementor-column.elementor-md-33 {
    width: 33.333%
  }

  .elementor-column.elementor-md-40 {
    width: 40%
  }

  .elementor-column.elementor-md-50 {
    width: 50%
  }

  .elementor-column.elementor-md-60 {
    width: 60%
  }

  .elementor-column.elementor-md-66 {
    width: 66.666%
  }

  .elementor-column.elementor-md-70 {
    width: 70%
  }

  .elementor-column.elementor-md-75 {
    width: 75%
  }

  .elementor-column.elementor-md-80 {
    width: 80%
  }

  .elementor-column.elementor-md-83 {
    width: 83.333%
  }

  .elementor-column.elementor-md-90 {
    width: 90%
  }

  .elementor-column.elementor-md-100 {
    width: 100%
  }
}

@media (min-width:-1) {
  .elementor-reverse-widescreen>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:1025px) and (max-width:-1) {
  .elementor-reverse-laptop>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:-1) and (max-width:-1) {
  .elementor-reverse-laptop>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:1025px) and (max-width:-1) {

  .elementor-reverse-laptop>.elementor-container>:first-child,
  .elementor-reverse-laptop>.elementor-container>:nth-child(10),
  .elementor-reverse-laptop>.elementor-container>:nth-child(2),
  .elementor-reverse-laptop>.elementor-container>:nth-child(3),
  .elementor-reverse-laptop>.elementor-container>:nth-child(4),
  .elementor-reverse-laptop>.elementor-container>:nth-child(5),
  .elementor-reverse-laptop>.elementor-container>:nth-child(6),
  .elementor-reverse-laptop>.elementor-container>:nth-child(7),
  .elementor-reverse-laptop>.elementor-container>:nth-child(8),
  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 0
  }

  .elementor-reverse-tablet_extra>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor-reverse-tablet>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:-1) and (max-width:1024px) {
  .elementor-reverse-tablet>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:768px) and (max-width:-1) {

  .elementor-reverse-tablet>.elementor-container>:first-child,
  .elementor-reverse-tablet>.elementor-container>:nth-child(10),
  .elementor-reverse-tablet>.elementor-container>:nth-child(2),
  .elementor-reverse-tablet>.elementor-container>:nth-child(3),
  .elementor-reverse-tablet>.elementor-container>:nth-child(4),
  .elementor-reverse-tablet>.elementor-container>:nth-child(5),
  .elementor-reverse-tablet>.elementor-container>:nth-child(6),
  .elementor-reverse-tablet>.elementor-container>:nth-child(7),
  .elementor-reverse-tablet>.elementor-container>:nth-child(8),
  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 0
  }

  .elementor-reverse-mobile_extra>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (max-width:767px) {
  .elementor-reverse-mobile>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
    order: 1
  }

  .elementor-column {
    width: 100%
  }
}

.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
  min-width: 0
}

.elementor-grid-0 .elementor-grid {
  display: inline-block;
  margin-block-end: calc(-1 * var(--grid-row-gap));
  width: 100%;
  word-spacing: var(--grid-column-gap)
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-block-end: var(--grid-row-gap);
  word-break: break-word
}

.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    margin-block-end: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:-1) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    margin-block-end: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }

  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    margin-block-end: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    margin-block-end: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:-1) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    margin-block-end: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    margin-block-end: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (min-width:1025px) {
  #elementor-device-mode:after {
    content: "desktop"
  }
}

@media (min-width:-1) {
  #elementor-device-mode:after {
    content: "widescreen"
  }
}

@media (max-width:-1) {
  #elementor-device-mode:after {
    content: "laptop";
    content: "tablet_extra"
  }
}

@media (max-width:1024px) {
  #elementor-device-mode:after {
    content: "tablet"
  }
}

@media (max-width:-1) {
  #elementor-device-mode:after {
    content: "mobile_extra"
  }
}

@media (max-width:767px) {
  #elementor-device-mode:after {
    content: "mobile"
  }
}

@media (prefers-reduced-motion:no-preference) {
  html {
    scroll-behavior: smooth
  }
}

.e-con {
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --row-gap: var(--widgets-spacing-row, 20px);
  --column-gap: var(--widgets-spacing-column, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  border-radius: var(--border-radius);
  height: var(--height);
  min-height: var(--min-height);
  min-width: 0;
  overflow: var(--overflow);
  position: var(--position);
  width: var(--width);
  z-index: var(--z-index);
  --flex-wrap-mobile: wrap
}

.e-con:where(:not(.e-div-block-base)) {
  transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con {
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
  --padding-inline-start: var(--padding-right);
  --padding-inline-end: var(--padding-left);
  --margin-inline-start: var(--margin-right);
  --margin-inline-end: var(--margin-left);
  --border-inline-start-width: var(--border-right-width);
  --border-inline-end-width: var(--border-left-width)
}

.e-con {
  margin-block-end: var(--margin-block-end);
  margin-block-start: var(--margin-block-start);
  margin-inline-end: var(--margin-inline-end);
  margin-inline-start: var(--margin-inline-start);
  padding-inline-end: var(--padding-inline-end);
  padding-inline-start: var(--padding-inline-start)
}

.e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
  padding-block-end: var(--padding-block-end);
  padding-block-start: var(--padding-block-start);
  text-align: var(--text-align)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
  flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
  display: var(--display)
}

.e-con.e-grid {
  --grid-justify-content: start;
  --grid-align-content: start;
  --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
  align-content: var(--grid-align-content);
  align-items: var(--align-items);
  grid-auto-flow: var(--grid-auto-flow);
  grid-template-columns: var(--e-con-grid-template-columns);
  grid-template-rows: var(--e-con-grid-template-rows);
  justify-content: var(--grid-justify-content);
  justify-items: var(--justify-items)
}

.e-con-boxed.e-flex {
  align-content: normal;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal
}

.e-con-boxed.e-grid {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: legacy
}

.e-con-boxed {
  gap: initial;
  text-align: initial
}

.e-con.e-flex>.e-con-inner {
  align-content: var(--align-content);
  align-items: var(--align-items);
  align-self: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content)
}

.e-con.e-grid>.e-con-inner {
  align-items: var(--align-items);
  justify-items: var(--justify-items)
}

.e-con>.e-con-inner {
  gap: var(--row-gap) var(--column-gap);
  height: 100%;
  margin: 0 auto;
  max-width: var(--content-width);
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
  --margin-left: auto;
  --margin-right: auto;
  max-width: min(100%, var(--width))
}

:is([data-widget_type="e-component.default"], [data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con {
  --margin-right: 0px;
  --margin-left: 0px
}

.e-con .elementor-widget.elementor-widget {
  margin-block-end: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  content: var(--background-overlay);
  display: block;
  height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
  left: calc(0px - var(--border-left-width));
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  position: absolute;
  top: calc(0px - var(--border-top-width));
  transition: var(--overlay-transition, .3s);
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

.e-con:before {
  transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
  left: calc(0px - var(--border-left-width));
  top: calc(0px - var(--border-top-width));
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

@media (max-width:767px) {
  :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
    display: none
  }
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
  z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
  z-index: 2
}

.e-con .elementor-widget {
  min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
  width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
  height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
  max-width: 100%
}

.e-con .elementor-widget:not(:last-child) {
  --kit-widget-spacing: 0px
}

@media (max-width:767px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: var(--flex-wrap-mobile)
  }

  .e-con.e-flex .elementor-widget-archive-posts {
    width: 100%
  }
}

.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
  flex-basis: 100%;
  max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
  flex-grow: 1
}

.elementor-field-group {
  align-items: center;
  flex-wrap: wrap
}

.elementor-field-group.elementor-field-type-submit {
  align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
  background-color: #fff0;
  border: 1px solid #69727d;
  color: #1f2124;
  flex-grow: 1;
  max-width: 100%;
  vertical-align: middle;
  width: 100%
}

.elementor-field-group .elementor-field-textual:focus {
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / .1);
  outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
  display: flex;
  position: relative;
  width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  flex-basis: 100%;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-inline-end: 20px;
  text-transform: inherit
}

.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  inset-block-start: 50%;
  inset-inline-end: 10px;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 3px rgb(0 0 0 / .3);
  transform: translateY(-50%)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
  content: ""
}

.elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
  display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-inline-end: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
  display: inline
}

.elementor-field-label {
  cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
  color: red;
  content: "*";
  padding-inline-start: .2em
}

.elementor-field-textual {
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.4;
  min-height: 40px;
  padding: 5px 14px
}

.elementor-field-textual.elementor-size-xs {
  border-radius: 2px;
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px
}

.elementor-field-textual.elementor-size-md {
  border-radius: 4px;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px
}

.elementor-field-textual.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px
}

.elementor-field-textual.elementor-size-xl {
  border-radius: 6px;
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
  flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
  justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
  justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit,
[dir=rtl] .elementor-button-align-start .e-form__buttons,
[dir=rtl] .elementor-button-align-start .elementor-field-type-submit {
  justify-content: flex-end
}

[dir=rtl] .elementor-button-align-end .e-form__buttons,
[dir=rtl] .elementor-button-align-end .elementor-field-type-submit {
  justify-content: flex-start
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
  flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
  flex-basis: auto
}

@media screen and (max-width:1024px) {
  .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
  }

  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
  }

  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
  }

  .elementor-tablet-button-align-center .e-form__buttons,
  .elementor-tablet-button-align-center .elementor-field-type-submit {
    justify-content: center
  }

  .elementor-tablet-button-align-start .e-form__buttons,
  .elementor-tablet-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-tablet-button-align-end .e-form__buttons,
  .elementor-tablet-button-align-end .elementor-field-type-submit,
  [dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,
  [dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit {
    justify-content: flex-end
  }

  [dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,
  [dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
  }

  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
  }

  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
  }
}

@media screen and (max-width:767px) {
  .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
  }

  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
  }

  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
  }

  .elementor-mobile-button-align-center .e-form__buttons,
  .elementor-mobile-button-align-center .elementor-field-type-submit {
    justify-content: center
  }

  .elementor-mobile-button-align-start .e-form__buttons,
  .elementor-mobile-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-mobile-button-align-end .e-form__buttons,
  .elementor-mobile-button-align-end .elementor-field-type-submit,
  [dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,
  [dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit {
    justify-content: flex-end
  }

  [dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,
  [dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
  }
}

.elementor-error .elementor-field {
  border-color: #d9534f
}

.elementor-error .help-inline {
  color: #d9534f;
  font-size: .9em
}

.elementor-message {
  font-size: 1em;
  line-height: 1;
  margin: 10px 0
}

.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-style: normal;
  font-weight: 400;
  margin-inline-end: 5px;
  vertical-align: middle
}

.elementor-message.elementor-message-danger {
  color: #d9534f
}

.elementor-message.elementor-message-danger:before {
  content: "\e87f"
}

.elementor-message.form-message-success {
  color: #5cb85c
}

.elementor-form .elementor-button {
  border: none;
  padding-block-end: 0;
  padding-block-start: 0
}

.elementor-form .elementor-button-content-wrapper,
.elementor-form .elementor-button>span {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px
}

.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-heading-title {
  line-height: 1;
  margin: 0;
  padding: 0
}

.elementor-button {
  background-color: #69727d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  fill: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
  color: #fff
}

.elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center
}

.elementor-button-icon {
  align-items: center;
  display: flex
}

.elementor-button-icon svg {
  height: auto;
  width: 1em
}

.elementor-button-icon .e-font-icon-svg {
  height: 1em
}

.elementor-button-text {
  display: inline-block
}

.elementor-button.elementor-size-xs {
  border-radius: 2px;
  font-size: 13px;
  padding: 10px 20px
}

.elementor-button.elementor-size-md {
  border-radius: 4px;
  font-size: 16px;
  padding: 15px 30px
}

.elementor-button.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  padding: 20px 40px
}

.elementor-button.elementor-size-xl {
  border-radius: 6px;
  font-size: 20px;
  padding: 25px 50px
}

.elementor-button span {
  text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f
}

.elementor-view-stacked .elementor-icon {
  background-color: #69727d;
  color: #fff;
  fill: #fff;
  padding: .5em
}

.elementor-view-framed .elementor-icon {
  background-color: #fff0;
  border: 3px solid #69727d;
  color: #69727d;
  padding: .5em
}

.elementor-icon {
  color: #69727d;
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  transition: all .3s
}

.elementor-icon:hover {
  color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em
}

.elementor-icon i:before,
.elementor-icon svg:before {
  left: 50%;
  position: absolute;
  transform: translateX(-50%)
}

.elementor-icon i.fad {
  width: auto
}

.elementor-shape-square .elementor-icon {
  border-radius: 0
}

.elementor-shape-rounded .elementor-icon {
  border-radius: 10%
}

.elementor-shape-circle .elementor-icon {
  border-radius: 50%
}

.e-transform .elementor-widget-container,
.e-transform:not(:has(.elementor-widget-container)) {
  transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.animated {
  animation-duration: 1.25s
}

.animated.animated-slow {
  animation-duration: 2s
}

.animated.animated-fast {
  animation-duration: .75s
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
  .animated {
    animation: none !important
  }

  html * {
    transition-delay: 0s !important;
    transition-duration: 0s !important
  }
}

@media (max-width:767px) {

  .elementor .elementor-hidden-mobile,
  .elementor .elementor-hidden-phone {
    display: none
  }
}

@media (min-width:-1) and (max-width:-1) {
  .elementor .elementor-hidden-mobile_extra {
    display: none
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor .elementor-hidden-tablet {
    display: none
  }
}

@media (min-width:-1) and (max-width:-1) {

  .elementor .elementor-hidden-laptop,
  .elementor .elementor-hidden-tablet_extra {
    display: none
  }
}

@media (min-width:1025px) and (max-width:99999px) {
  .elementor .elementor-hidden-desktop {
    display: none
  }
}

@media (min-width:-1) {
  .elementor .elementor-hidden-widescreen {
    display: none
  }
}

.elementor-kit-9 {
  --e-global-color-primary: #003300;
  --e-global-color-secondary: #CCE0CC;
  --e-global-color-text: #7A7A7A;
  --e-global-color-accent: #A17F1E;
  --e-global-color-92ca454: #003300;
  --e-global-color-ed3db6f: #A17F1E;
  --e-global-color-051842f: #7A7A7A;
  --e-global-color-13b3f1f: #E8CB2A;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500
}

.elementor-kit-9 e-page-transition {
  background-color: #FFBC7D
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1140px
}

.e-con {
  --container-max-width: 1140px
}

.elementor-widget:not(:last-child) {
  margin-block-end: 20px
}

.elementor-element {
  --widgets-spacing: 20px 20px;
  --widgets-spacing-row: 20px;
  --widgets-spacing-column: 20px
}

  {}

h1.entry-title {
  display: var(--page-title-display)
}

@media(max-width:1024px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1024px
  }

  .e-con {
    --container-max-width: 1024px
  }
}

@media(max-width:767px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 767px
  }

  .e-con {
    --container-max-width: 767px
  }
}

.elementor-31180 .elementor-element.elementor-element-4261d4a0 {
  --display: flex;
  --min-height: 880px;
  --flex-direction: row;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --align-items: stretch;
  --gap: 15px 15px;
  --row-gap: 15px;
  --column-gap: 15px;
  --overlay-opacity: 0.66;
  --padding-top: 110px;
  --padding-bottom: 125px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-31180 .elementor-element.elementor-element-4261d4a0::before,
.elementor-31180 .elementor-element.elementor-element-4261d4a0>.elementor-background-video-container::before,
.elementor-31180 .elementor-element.elementor-element-4261d4a0>.e-con-inner>.elementor-background-video-container::before,
.elementor-31180 .elementor-element.elementor-element-4261d4a0>.elementor-background-slideshow::before,
.elementor-31180 .elementor-element.elementor-element-4261d4a0>.e-con-inner>.elementor-background-slideshow::before,
.elementor-31180 .elementor-element.elementor-element-4261d4a0>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #181620;
  --background-overlay: ''
}

.elementor-31180 .elementor-element.elementor-element-4261d4a0:not(.elementor-motion-effects-element-type-background),
.elementor-31180 .elementor-element.elementor-element-4261d4a0>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.elementor-31180 .elementor-element.elementor-element-7592b39 {
  --display: flex;
  --justify-content: center
}

.elementor-31180 .elementor-element.elementor-element-5fd83307 {
  text-align: left
}

.elementor-31180 .elementor-element.elementor-element-5fd83307 .title {
  color: #FFF;
  margin: 0 0 0 0
}

.elementor-31180 .elementor-element.elementor-element-4102eca3 {
  --divider-border-style: solid;
  --divider-color: #FFFFFF;
  --divider-border-width: 2px
}

.elementor-31180 .elementor-element.elementor-element-4102eca3>.elementor-widget-container {
  margin: -20px 0 0 0
}

.elementor-31180 .elementor-element.elementor-element-4102eca3 .elementor-divider-separator {
  width: 100%
}

.elementor-31180 .elementor-element.elementor-element-4102eca3 .elementor-divider {
  padding-block-start: 2px;
  padding-block-end: 2px
}

.elementor-31180 .elementor-element.elementor-element-5725a3b4 .elementor-heading-title {
  color: #FFF
}

.elementor-31180 .elementor-element.elementor-element-1209550b>.elementor-widget-container {
  padding: 20px 20px 20px 20px;
  border-radius: 10px 10px 10px 10px
}

.elementor-31180 .elementor-element.elementor-element-1209550b {
  color: #FFF
}

.elementor-31180 .elementor-element.elementor-element-1209550b a {
  color: #A17F1E
}

.elementor-31180 .elementor-element.elementor-element-200fa336 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap
}

.elementor-31180 .elementor-element.elementor-element-3771cb1d {
  width: auto;
  max-width: auto;
  align-self: center
}

.elementor-31180 .elementor-element.elementor-element-3771cb1d>.elementor-widget-container {
  background-color: #FFFFFF08
}

.elementor-31180 .elementor-element.elementor-element-3771cb1d .breadcrumbs {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  background-color: #FFFFFF21;
  padding: 10px 30px 10px 30px
}

.elementor-31180 .elementor-element.elementor-element-3771cb1d .breadcrumbs .trail-item:not(.trail-end) {
  color: #FFF
}

.elementor-31180 .elementor-element.elementor-element-3771cb1d .breadcrumbs a:not(.btn) {
  color: #FFF
}

.elementor-31180 .elementor-element.elementor-element-3771cb1d .breadcrumbs .trail-item:not(.trail-end):hover {
  color: #FFF
}

.elementor-31180 .elementor-element.elementor-element-3771cb1d .breadcrumbs a:not(.btn):hover {
  color: #FFF
}

.elementor-31180 .elementor-element.elementor-element-3771cb1d .breadcrumbs li:not(:last-child) {
  margin: 0 15px 0 0;
  padding: 0 0 0 0
}

.elementor-31180 .elementor-element.elementor-element-3771cb1d .breadcrumbs li:last-child {
  color: #F2F2F2
}

.elementor-31180 .elementor-element.elementor-element-3771cb1d .breadcrumbs li:last-child a {
  color: #F2F2F2
}

.elementor-31180 .elementor-element.elementor-element-3771cb1d .breadcrumbs li .tm-breadcrumb-arrow-icon {
  font-size: 12px;
  color: #FFF
}

.elementor-31180 .elementor-element.elementor-element-867437d {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 120px;
  --padding-bottom: 115px;
  --padding-left: 10px;
  --padding-right: 10px
}

.elementor-31180 .elementor-element.elementor-element-04758bb {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-31180 .elementor-element.elementor-element-51531db {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-31180 .elementor-element.elementor-element-9c52299 .tm-text-editor {
  margin: 0 0 0 0
}

.elementor-31180 .elementor-element.elementor-element-9c52299 .tm-text-editor * {
  margin: 0 0 0 0
}

.elementor-31180 .elementor-element.elementor-element-88177c8 .tm-text-editor {
  margin: 0 0 15px 0
}

.elementor-31180 .elementor-element.elementor-element-88177c8 .tm-text-editor * {
  margin: 0 0 15px 0
}

.elementor-31180 .elementor-element.elementor-element-d4a94d8 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-31180 .elementor-element.elementor-element-44cdd23 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-31180 .elementor-element.elementor-element-d2f9d68>.elementor-widget-container {
  margin: 0 0 0 0
}

.elementor-31180 .elementor-element.elementor-element-d2f9d68 .tm-text-editor {
  margin: 0 0 0 0
}

.elementor-31180 .elementor-element.elementor-element-d2f9d68 .tm-text-editor * {
  margin: 0 0 0 0
}

.elementor-31180 .elementor-element.elementor-element-7865b7a .tm-text-editor {
  margin: 0 0 15px 0
}

.elementor-31180 .elementor-element.elementor-element-7865b7a .tm-text-editor * {
  margin: 0 0 15px 0
}

.elementor-31180 .elementor-element.elementor-element-78745fd .tm-sc-list li i {
  color: var(--theme-color1)
}

.elementor-31180 .elementor-element.elementor-element-78745fd .tm-sc-list i {
  font-size: 16px;
  margin: 20px 05px 0 0
}

.elementor-31180 .elementor-element.elementor-element-78745fd .tm-sc-list li {
  color: #000
}

.elementor-31180 .elementor-element.elementor-element-d68b46f>.elementor-widget-container {
  margin: 0 0 0 0
}

.elementor-31180 .elementor-element.elementor-element-d68b46f .tm-text-editor {
  margin: 0 0 0 0
}

.elementor-31180 .elementor-element.elementor-element-d68b46f .tm-text-editor * {
  margin: 0 0 0 0
}

.elementor-31180 .elementor-element.elementor-element-4b4fe59 .tm-sc-list li i {
  color: var(--theme-color1)
}

.elementor-31180 .elementor-element.elementor-element-4b4fe59 .tm-sc-list i {
  font-size: 16px;
  margin: 20px 05px 0 0
}

.elementor-31180 .elementor-element.elementor-element-4b4fe59 .tm-sc-list li {
  color: #000
}

.elementor-31180 .elementor-element.elementor-element-d92ebce {
  --display: flex;
  border-style: solid;
  --border-style: solid;
  border-width: 05px 0 0 0;
  --border-top-width: 05px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --margin-top: 10px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 40px;
  --padding-bottom: 40px;
  --padding-left: 40px;
  --padding-right: 40px
}

.elementor-31180 .elementor-element.elementor-element-d92ebce:not(.elementor-motion-effects-element-type-background),
.elementor-31180 .elementor-element.elementor-element-d92ebce>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #CCE0CC
}

.elementor-31180 .elementor-element.elementor-element-254d5b0 .tm-text-editor {
  text-align: left;
  color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-254d5b0 .tm-text-editor * {
  color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-444d9f7 .elementor-repeater-item-83840ce,
.elementor-31180 .elementor-element.elementor-element-444d9f7 .elementor-repeater-item-83840ce * {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 10px 0
}

.elementor-31180 .elementor-element.elementor-element-444d9f7 .elementor-repeater-item-83840ce {
  color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-444d9f7 .elementor-repeater-item-83840ce * {
  color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-444d9f7 .elementor-repeater-item-2ad1344,
.elementor-31180 .elementor-element.elementor-element-444d9f7 .elementor-repeater-item-2ad1344 * {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 10px 0
}

.elementor-31180 .elementor-element.elementor-element-444d9f7 .elementor-repeater-item-2ad1344 {
  color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-444d9f7 .elementor-repeater-item-2ad1344 * {
  color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-feb27b3 .elementor-repeater-item-83840ce,
.elementor-31180 .elementor-element.elementor-element-feb27b3 .elementor-repeater-item-83840ce * {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 10px 0
}

.elementor-31180 .elementor-element.elementor-element-feb27b3 .elementor-repeater-item-83840ce {
  color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-feb27b3 .elementor-repeater-item-83840ce * {
  color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-feb27b3 .elementor-repeater-item-2ad1344,
.elementor-31180 .elementor-element.elementor-element-feb27b3 .elementor-repeater-item-2ad1344 * {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 10px 0
}

.elementor-31180 .elementor-element.elementor-element-feb27b3 .elementor-repeater-item-2ad1344 {
  color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-feb27b3 .elementor-repeater-item-2ad1344 * {
  color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-db05fcc .elementor-repeater-item-83840ce,
.elementor-31180 .elementor-element.elementor-element-db05fcc .elementor-repeater-item-83840ce * {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 10px 0
}

.elementor-31180 .elementor-element.elementor-element-db05fcc .elementor-repeater-item-83840ce {
  color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-db05fcc .elementor-repeater-item-83840ce * {
  color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-db05fcc .elementor-repeater-item-2ad1344,
.elementor-31180 .elementor-element.elementor-element-db05fcc .elementor-repeater-item-2ad1344 * {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 10px 0
}

.elementor-31180 .elementor-element.elementor-element-db05fcc .elementor-repeater-item-2ad1344 {
  color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-db05fcc .elementor-repeater-item-2ad1344 * {
  color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-5f7964f .tm-sc-social-links {
  justify-content: default
}

.elementor-31180 .elementor-element.elementor-element-5f7964f .social-link {
  background-color: var(--e-global-color-primary)
}

.elementor-31180 .elementor-element.elementor-element-5f7964f .social-link:hover {
  color: #FFFFFF !important;
  background-color: var(--theme-color1) !important
}

.elementor-31180 .elementor-element.elementor-element-3fcb8cb {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 0px;
  --padding-bottom: 100px;
  --padding-left: 10px;
  --padding-right: 10px
}

.elementor-31180 .elementor-element.elementor-element-aa1baf6 {
  --display: flex;
  --margin-top: 0px;
  --margin-bottom: 10px;
  --margin-left: 0px;
  --margin-right: 0px
}

.elementor-31180 .elementor-element.elementor-element-e38063c {
  text-align: center
}

.elementor-31180 .elementor-element.elementor-element-187da40 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-31180 .elementor-element.elementor-element-105ed11 .swiper-slide img {
  height: 200px;
  min-height: 200px;
  object-fit: cover
}

.elementor-31180 .elementor-element.elementor-element-105ed11 .swiper-wrapper .swiper-slide>div {
  margin: 10px 10px 10px 10px
}

.elementor-31180 .elementor-element.elementor-element-105ed11 .tm-swiper-button-wrap {
  display: flex
}

.elementor-31180 .elementor-element.elementor-element-105ed11 .swiper-pagination {
  display: block;
  left: 50%;
  bottom: -75px;
  transform: translate(-50%, -50%)
}

.elementor-31180 .elementor-element.elementor-element-105ed11 .isotope-layout-filter {
  text-align: center
}

@media(min-width:768px) {
  .elementor-31180 .elementor-element.elementor-element-51531db {
    --width: 65%
  }

  .elementor-31180 .elementor-element.elementor-element-d92ebce {
    --width: 35%
  }

  .elementor-31180 .elementor-element.elementor-element-aa1baf6 {
    --content-width: 39%
  }

  .elementor-31180 .elementor-element.elementor-element-187da40 {
    --width: 100%
  }
}

@media(max-width:1024px) {
  .elementor-31180 .elementor-element.elementor-element-4261d4a0 {
    --padding-top: 95px;
    --padding-bottom: 110px;
    --padding-left: 0px;
    --padding-right: 0px
  }

  .elementor-31180 .elementor-element.elementor-element-3771cb1d {
    width: auto;
    max-width: auto
  }

  .elementor-31180 .elementor-element.elementor-element-187da40 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 35px;
    --padding-bottom: 35px;
    --padding-left: 35px;
    --padding-right: 35px
  }
}

@media(max-width:767px) {
  .elementor-31180 .elementor-element.elementor-element-4261d4a0 {
    --min-height: 390px
  }

  .elementor-31180 .elementor-element.elementor-element-3771cb1d {
    width: auto;
    max-width: auto
  }

  .elementor-31180 .elementor-element.elementor-element-187da40 {
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 20px;
    --padding-right: 20px
  }
}

.breadcrumbs {
  list-style-type: none
}

:root {
  --theme-color-white: #ffffff;
  --theme-color-light: #ffffff;
  --theme-color-gray: #f6f6f6;
  --tm-container-pt: 120px;
  --tm-container-pb: 120px;
  --body-font-family: "Mulish", sans-serif;
  --heading-font-family: "Urbanist", sans-serif;
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-font-bold: bold;
  --text-color: #4b535d;
  --link-color: #0f1b24;
  --link-hover-color: #df1119;
  --entry-meta-color: #819291;
  --entry-meta-color-light: #a1a1a1;
  --headings-color: #121c27;
  --h1-font-size: 4.5rem;
  --h1-font-size-mob: 2.5rem;
  --h2-font-size: 3rem;
  --h2-font-size-mob: 2.5rem;
  --h3-font-size: 1.87rem;
  --h4-font-size: 1.5rem;
  --h5-font-size: 1.2rem;
  --h6-font-size: 1rem;
  --headings-font-weight-h1: 500;
  --headings-font-weight-h2: 500;
  --headings-font-weight-h3: 500;
  --headings-font-weight-h4: 500;
  --headings-font-weight-h5: 500;
  --headings-font-weight-h6: 500;
  --section-title-color: var(--headings-color);
  --section-title-font-size: 46px;
  --section-title-line-height: 1.31em;
  --section-title-font-family: var(--heading-font-family);
  --section-title-font-weight: var(--headings-font-weight-h2);
  --section-title-subtitle-color: #121c27;
  --section-title-subtitle-font-size: 12px;
  --section-title-subtitle-line-height: 1.4;
  --section-title-subtitle-font-family: var(--body-font-family);
  --section-title-subtitle-font-weight: 700;
  --line-height-widget-li: 2.5rem;
  --btn-font-size: 14px;
  --theme-light-background: #f4f5f8;
  --theme-light-background-text-color: var(--headings-color);
  --news-widget-archive-icon-color: var(--theme-color1);
  --mobile-menu-item-link-text-color: #111;
  --mobile-menu-item-link-bg-color: #fff;
  --mobile-menu-item-link-bg-border-color: #f1f1f1;
  --mobile-menu-item-link-text-color-hover: #111;
  --mobile-menu-item-indicator-bg-color: var(--theme-color2);
  --mobile-menu-item-indicator-text-color: var(--text-color-bg-theme-color2);
  --menuzord-primary-nav-font-size: 14px;
  --menuzord-primary-nav-font-weight: 500;
  --menuzord-primary-nav-font-transform: uppercase;
  --menuzord-brand-width: 155px;
  --menuzord-brand-width-responsive: 100px
}

@media (prefers-reduced-motion:no-preference) {
  html.tm-html-enable-localscroll {
    scroll-behavior: smooth
  }
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 150%
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #fff0
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none
}

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none
}

:active,
:focus {
  outline: none !important
}

body {
  line-height: 1.9;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter
}

a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  transition: all 0.3s ease
}

a:hover,
a:focus {
  color: var(--hover-theme-color);
  text-decoration: none
}

a b,
a strong {
  transition: all 0.3s ease
}

a img {
  border: none
}

b,
strong {
  color: #333;
  font-weight: var(--body-font-bold)
}

img {
  max-width: 100%
}

iframe {
  border: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--heading-font-family);
  color: var(--headings-color);
  margin-bottom: 1rem;
  margin-top: .75rem
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: var(--headings-color)
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  font-weight: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  line-height: 1.3;
  margin-bottom: 1rem;
  margin-top: .75rem
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  line-height: var(--section-title-subtitle-line-height);
  margin-bottom: 1rem;
  margin-top: .75rem
}

h1,
.h1 {
  font-size: var(--h1-font-size)
}

h2,
.h2 {
  font-size: var(--h2-font-size)
}

@media (max-width:767.98px) {

  h2,
  .h2 {
    font-size: var(--h2-font-size-mob)
  }
}

h3,
.h3 {
  font-size: var(--h3-font-size)
}

h4,
.h4 {
  font-size: var(--h4-font-size)
}

h5,
.h5 {
  font-size: var(--h5-font-size)
}

h6,
.h6 {
  font-size: var(--h6-font-size)
}

h1,
.h1 {
  font-weight: var(--headings-font-weight-h1)
}

h2,
.h2 {
  font-weight: var(--headings-font-weight-h2)
}

h3,
.h3 {
  font-weight: var(--headings-font-weight-h3)
}

h4,
.h4 {
  font-weight: var(--headings-font-weight-h4)
}

h5,
.h5 {
  font-weight: var(--headings-font-weight-h5)
}

h6,
.h6 {
  font-weight: var(--headings-font-weight-h6)
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px
}

table p {
  margin-bottom: 0
}

p {
  margin-bottom: 20px
}

p a:not(.button):not(.btn):not(.added_to_cart):hover,
p a:not(.button):not(.btn):not(.added_to_cart):focus {
  text-decoration: underline
}

.wp-block-quote {
  margin: 20px 0
}

caption {
  caption-side: top
}

.main-content-area ul>li,
.main-content-area ol>li,
.page-content ul>li,
.page-content ol>li,
.post-content ul>li,
.post-content ol>li,
.post-excerpt ul>li,
.post-excerpt ol>li,
.wpb_text_column ul>li,
.wpb_text_column ol>li,
.comment-list ul>li,
.comment-list ol>li {
  margin-bottom: 10px
}

.main-content-area ul>li>ul,
.main-content-area ul>li>ol,
.main-content-area ol>li>ul,
.main-content-area ol>li>ol,
.page-content ul>li>ul,
.page-content ul>li>ol,
.page-content ol>li>ul,
.page-content ol>li>ol,
.post-content ul>li>ul,
.post-content ul>li>ol,
.post-content ol>li>ul,
.post-content ol>li>ol,
.post-excerpt ul>li>ul,
.post-excerpt ul>li>ol,
.post-excerpt ol>li>ul,
.post-excerpt ol>li>ol,
.wpb_text_column ul>li>ul,
.wpb_text_column ul>li>ol,
.wpb_text_column ol>li>ul,
.wpb_text_column ol>li>ol,
.comment-list ul>li>ul,
.comment-list ul>li>ol,
.comment-list ol>li>ul,
.comment-list ol>li>ol {
  margin-top: 10px
}

.drop-caps>p {
  text-align: justify
}

.drop-caps>p:first-child:first-letter {
  color: #333;
  display: block;
  float: left;
  font-size: 48px;
  line-height: 48px;
  margin: 6px 3px;
  padding: 10px 18px
}

address {
  color: #777;
  font-style: italic
}

ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0
}

ol ol li,
ol ul li,
ul ol li,
ul ul li {
  padding-left: 20px
}

html {
  font-size: 100%;
  max-width: 100%
}

@media (max-width:991.98px) {
  html {
    font-size: 98%
  }
}

@media (max-width:767.98px) {
  html {
    font-size: 96%
  }
}

@media (max-width:575.98px) {
  html {
    font-size: 94%
  }
}

html,
html a {
  -webkit-font-smoothing: antialiased
}

body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative
}

img {
  height: auto;
  max-width: 100%
}

iframe,
embed,
object {
  margin-bottom: 1.5em;
  max-width: 100%
}

iframe {
  display: block;
  margin: 0;
  max-width: 100%
}

ul,
ol {
  margin: 0 0 1.5em 0
}

ul {
  list-style-type: disc
}

.media-object {
  max-width: none
}

.line-bottom-footer-widget {
  position: relative;
  padding-bottom: 10px
}

.line-bottom-footer-widget:after {
  bottom: -5px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 54px;
  background: #555
}

.line-bottom-centered {
  position: relative;
  margin: 10px 0 20px
}

.line-bottom-centered:after {
  background: #2b96cc none repeat scroll 0 0;
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: absolute;
  right: 0;
  width: 30px
}

.scroll-to-top {
  display: none
}

.scroll-to-top a {
  background-size: 200% auto;
  box-shadow: 0 7px 30px rgb(0 0 0 / .3);
  bottom: 15px;
  border-radius: 50%;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
  opacity: .4;
  display: flex;
  align-items: center;
  justify-content: center
}

.scroll-to-top a i {
  color: var(--text-color-bg-theme-color1);
  font-size: 28px
}

.scroll-to-top a:hover {
  text-decoration: none;
  opacity: 1
}

.main-content-area table,
.comment-body .comment-text table {
  width: 100%;
  margin: 0 0 40px
}

.main-content-area table td,
.main-content-area table th,
.comment-body .comment-text table td,
.comment-body .comment-text table th {
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  text-transform: capitalize
}

.main-content-area table th,
.comment-body .comment-text table th {
  color: #333;
  font-weight: var(--body-font-bold)
}

@media (max-width:1199.98px) {
  .hidden-mobile-mode {
    display: none !important
  }
}

.alert {
  padding: 1.25rem 1.25rem
}

.alert-dismissible .close {
  padding: 1.5rem
}

.alert-dismissible .btn-close {
  top: 50%;
  transform: translateY(-50%);
  filter: invert(1)
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: #fff0 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5
}

.nice-select {
  font-size: .95rem;
  padding-left: 20px;
  padding-right: 38px;
  color: #222;
  box-shadow: 0 10px 20px rgb(5 5 5 / .05)
}

.nice-select:after,
.nice-select:before {
  height: 8px;
  width: 8px
}

.nice-select:after {
  right: 18px;
  left: auto
}

.nice-select .option.selected {
  font-weight: var(--body-font-bold)
}

.nice-select .list {
  overflow-y: scroll;
  max-height: 300px
}

.description-list dt {
  color: var(--headings-color)
}

.tm-one-vertical-line:before {
  content: "";
  background-color: var(--theme-color1);
  height: 100px;
  width: 2px;
  position: absolute;
  top: -50px;
  left: 50%
}

.tm-enable-four-vertical-line {
  z-index: 0
}

.tm-enable-four-vertical-line .tm-four-vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  right: 25px;
  z-index: -1
}

.tm-enable-four-vertical-line .tm-four-vertical-line .line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgb(204 204 204 / .25)
}

.tm-enable-four-vertical-line .tm-four-vertical-line .line-1 {
  left: 0
}

.tm-enable-four-vertical-line .tm-four-vertical-line .line-2 {
  left: 33.33333%
}

.tm-enable-four-vertical-line .tm-four-vertical-line .line-3 {
  left: 66.66666%
}

.tm-enable-four-vertical-line .tm-four-vertical-line .line-4 {
  right: 0
}

::-webkit-scrollbar {
  width: 6px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  background: var(--theme-color1);
  border-radius: 10px
}

.container .container {
  width: 100%
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0
}

@media (min-width:1200px) {
  .container {
    max-width: 1170px
  }
}

@media (min-width:992px) {
  body.container-970px .container {
    width: 970px
  }

  body.container-100pr .container {
    width: 100%
  }

  body.container-100pr .container,
  body.container-100pr .container-fluid {
    padding-left: 40px;
    padding-right: 40px
  }

  body.container-100pr .container .container,
  body.container-100pr .container .container-fluid,
  body.container-100pr .container-fluid .container,
  body.container-100pr .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0
  }
}

section {
  position: relative
}

section>.container,
section>.container-fluid {
  padding-top: 0;
  padding-bottom: 0
}

body .main-content-area,
body .sidebar-area {
  padding-top: var(--tm-container-pt);
  padding-bottom: var(--tm-container-pb)
}

body .main-content-area,
body .sidebar-area {
  padding-top: var(--tm-container-pt);
  padding-bottom: var(--tm-container-pb)
}

@media (max-width:991.98px) {
  body .sidebar-area {
    padding-top: 0
  }
}

body.elementor-page:not(.single-post):not(.single-give_forms) .main-content-area,
body.elementor-page:not(.single-post):not(.single-give_forms) .sidebar-area {
  padding-top: 0;
  padding-bottom: 0
}

body.elementor-page:not(.single-post) .main-content-section-wrapper .container {
  max-width: 100% !important;
  width: 100% !important
}

body.elementor-page:not(.single-post) .main-content>.main-content-section-wrapper>.container>.row>div {
  padding-left: 0;
  padding-right: 0
}

.elementor * :last-child,
.elementor * p:last-child {
  margin-bottom: 0
}

.main-content .elementor-section-stretched .elementor-container.elementor-column-gap-extended,
.site-footer-custom .elementor-container.elementor-column-gap-extended {
  margin: 0 -15px
}

.main-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default,
.site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default {
  margin: 0 auto
}

.main-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-column .elementor-column-gap-extended,
.site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-column .elementor-column-gap-extended {
  margin: 0 -10px
}

.main-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended,
.site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {
  margin: 0 auto
}

.main-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-column .elementor-column-gap-extended,
.site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-column .elementor-column-gap-extended {
  margin: 0 -15px
}

.post-single .entry-content .elementor-widget-container p:last-of-type {
  margin-bottom: 0
}

.elementor-widget-image a img[src$=".svg"] {
  max-width: 92% !important
}

.elementor-editor-active #header .elementor:not(.elementor-edit-area-active),
.elementor-editor-active .main-content .elementor:not(.elementor-edit-area-active) {
  display: none
}

.elementor-editor-active #header .elementor:has(.elementor.elementor-edit-area-active),
.elementor-editor-active .main-content .elementor:has(.elementor.elementor-edit-area-active) {
  display: block
}

.elementor-editor-active #header .elementor-edit-area,
.elementor-editor-active .main-content .elementor-edit-area {
  display: block
}

.elementor-editor-active #header .tab-content-inner .elementor,
.elementor-editor-active .main-content .tab-content-inner .elementor {
  display: block
}

.elementor-editor-active #header #elementor-header-top-mobile .tm-header-branding,
.elementor-editor-active #header #elementor-header-top-mobile .tm-menu-close,
.elementor-editor-active .main-content #elementor-header-top-mobile .tm-header-branding,
.elementor-editor-active .main-content #elementor-header-top-mobile .tm-menu-close {
  display: none
}

.elementor-editor-active .main-content .container {
  max-width: 100%;
  width: 100%
}

.elementor-editor-active .main-content .container>.row>div {
  padding-left: 0;
  padding-right: 0
}

.menuzord-menu>li>.megamenu .elementor {
  width: 100%
}

.elementor-editor-active .elementor-widget-tm-ele-floating-objects {
  min-height: 30px;
  background-color: #cb9494
}

.tm-ele-floating-objects>.each-object {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center
}

.layer-overlay {
  position: relative
}

.layer-overlay::before {
  background: rgb(17 17 17 / .5) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.layer-overlay {
  z-index: 0
}

.layer-overlay:before {
  z-index: -1
}

@media (min-width:1025px) {
  body:not(.elementor-editor-active) header .elementor-header-top-transparent {
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
  }
}

body:not(.elementor-editor-active) header #elementor-header-top-sticky {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translate(0, -140px);
  -moz-transform: translate(0, -140px);
  -ms-transform: translate(0, -140px);
  transform: translate(0, -140px);
  transition: all 0.4s ease-out
}

body:not(.elementor-editor-active) header #elementor-header-top-sticky.visible {
  opacity: 1;
  z-index: 11;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

@media (min-width:1025px) {
  body:not(.elementor-editor-active) header #elementor-header-top-mobile {
    display: none
  }
}

body:not(.elementor-editor-active).tm-header-sticky-mobile header #elementor-header-top-mobile,
body:not(.elementor-editor-active).tm-header-sticky-mobile-always header #elementor-header-top-mobile {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 1;
  display: block;
  visibility: visible;
  transition: all 0.4s ease-out
}

@media (min-width:1025px) {

  body:not(.elementor-editor-active).tm-header-sticky-mobile header #elementor-header-top-mobile,
  body:not(.elementor-editor-active).tm-header-sticky-mobile-always header #elementor-header-top-mobile {
    opacity: 0;
    visibility: hidden;
    display: none
  }
}

body:not(.elementor-editor-active).tm-header-sticky-mobile header #elementor-header-top-mobile.scrolling-down,
body:not(.elementor-editor-active).tm-header-sticky-mobile-always header #elementor-header-top-mobile.scrolling-down {
  position: fixed;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

body:not(.elementor-editor-active).tm-header-sticky-mobile header #elementor-header-top-mobile.visible,
body:not(.elementor-editor-active).tm-header-sticky-mobile-always header #elementor-header-top-mobile.visible {
  position: fixed;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.menuzord,
.menuzord * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.menuzord {
  padding: 0 30px;
  position: relative
}

.menuzord a {
  -o-transition: color 0.3s linear, background 0.3s linear;
  -moz-transition: color 0.3s linear, background 0.3s linear;
  -webkit-transition: color 0.3s linear, background 0.3s linear;
  transition: color 0.3s linear, background 0.3s linear
}

.menuzord-menu.scrollable>.scrollable-fix {
  display: none
}

.menuzord-brand {
  display: inline-block;
  color: var(--headings-color);
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  font-family: var(--heading-font-family)
}

.menuzord-brand img {
  width: var(--menuzord-brand-width)
}

.menuzord-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none
}

.menuzord-menu>li {
  display: inline-block;
  float: left
}

@media (min-width:1025px) {
  .menuzord-menu>li {
    padding: 20px 0
  }
}

.menuzord-menu>li>a {
  padding: 7px 16px;
  display: inline-block;
  text-decoration: none;
  color: #222;
  outline: 0;
  -webkit-tap-highlight-color: #fff0;
  -webkit-tap-highlight-color: #fff0
}

.menuzord-menu>li>.megamenu {
  top: 100%
}

.menuzord-menu ul.dropdown {
  top: 100%
}

.menuzord-menu ul.dropdown li ul.dropdown {
  top: 0
}

.menuzord-menu>li.active>a,
.menuzord-menu>li:hover>a {
  color: #333
}

.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 230px;
  background: #fff
}

.menuzord-menu ul.dropdown li {
  clear: both;
  width: 100%;
  border: 0 none;
  position: relative;
  display: block
}

.menuzord-menu ul.dropdown li ul.dropdown {
  left: 100%
}

.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
  left: -100%
}

.menuzord-menu ul.dropdown li a {
  width: 100%;
  background: none;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0
}

.menuzord-menu ul.dropdown li:hover>a {
  padding-left: 28px;
  padding-right: 19px;
  color: #333
}

.menuzord-menu ul.dropdown.dropdown-left {
  left: none
}

.menuzord-menu li .indicator {
  margin-left: 0;
  margin-right: 0
}

.menuzord-menu>li>a .indicator {
  display: none
}

@media (min-width:1025px) {
  .menuzord-menu li ul.dropdown li .indicator {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 1
  }
}

.menuzord-menu>li>.megamenu {
  position: absolute;
  display: none;
  z-index: 99
}

.menuzord-menu>li>.megamenu.megamenu-half-width {
  width: 50%;
  left: auto
}

.menuzord-menu>li>.megamenu.megamenu-quarter-width {
  width: 25%;
  left: auto
}

.menuzord-menu>li>.megamenu .megamenu-row {
  width: 100%;
  margin: 0 auto
}

.menuzord-menu>li>.megamenu .megamenu-row:after {
  clear: both
}

.menuzord-menu>li>.megamenu .megamenu-row [class*=col]:first-child {
  margin-left: 0
}

.menuzord-menu>li>.megamenu .megamenu-row:before,
.menuzord-menu>li>.megamenu .megamenu-row:after {
  display: table;
  content: "";
  line-height: 0
}

.menuzord-menu>li>.megamenu .megamenu-row .col1,
.menuzord-menu>li>.megamenu .megamenu-row .col2,
.menuzord-menu>li>.megamenu .megamenu-row .col3,
.menuzord-menu>li>.megamenu .megamenu-row .col4,
.menuzord-menu>li>.megamenu .megamenu-row .col5,
.menuzord-menu>li>.megamenu .megamenu-row .col6,
.menuzord-menu>li>.megamenu .megamenu-row .col7,
.menuzord-menu>li>.megamenu .megamenu-row .col8,
.menuzord-menu>li>.megamenu .megamenu-row .col9,
.menuzord-menu>li>.megamenu .megamenu-row .col10,
.menuzord-menu>li>.megamenu .megamenu-row .col11,
.menuzord-menu>li>.megamenu .megamenu-row .col12 {
  display: block;
  min-height: 20px
}

@media (min-width:1025px) {
  .menuzord .showhide {
    display: none
  }
}

.menuzord-menu>li>a>i {
  margin: 0 5px 0 0;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  font-family: "Font Awesome 5 Free"
}

@media (min-width:1025px) {
  header#header.header .top-primary-nav-clone-parent {
    display: none !important
  }
}

@media (max-width:1024px) {
  .menuzord-responsive.menuzord {
    padding: 0
  }

  header#header.header .nav-side-icon-parent {
    display: none
  }

  .menuzord-responsive .menuzord-brand {
    margin: 8px 30px 10px 20px;
    font-size: 20px;
    line-height: 1.55
  }

  .elementor-element .menuzord-responsive .showhide {
    margin-right: 5px
  }

  .menuzord-responsive .menuzord-menu {
    width: 100%;
    float: left !important;
    margin-top: 5px;
    padding: 0;
    display: none
  }

  .elementor-element .menuzord-responsive .menuzord-menu {
    padding: 0 5px 5px;
    display: block
  }

  .menuzord-responsive .menuzord-menu.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
  }

  .menuzord-responsive .menuzord-menu.scrollable>.scrollable-fix {
    display: block
  }

  .menuzord-responsive .menuzord-menu>li {
    width: 100%;
    display: block;
    position: relative
  }

  .menuzord-responsive .menuzord-menu>li>a {
    width: 100%;
    padding: 12px 20px;
    display: block;
    border-bottom: solid 1px #f0f0f0
  }

  .menuzord-responsive .menuzord-menu>li:first-child>a {
    border-top: solid 1px #f0f0f0
  }

  .menuzord-responsive .menuzord-menu ul.dropdown,
  .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
    width: 100%;
    left: 0;
    position: static;
    border: none;
    background: #fff;
    float: left
  }

  .menuzord-responsive .menuzord-menu ul.dropdown li {
    position: relative
  }

  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border-bottom: solid 1px #f0f0f0
  }

  .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>a {
    padding-left: 30px !important
  }

  .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>a {
    padding-left: 50px !important
  }

  .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a {
    padding-left: 70px !important
  }

  .menuzord-responsive .menuzord-menu li .indicator {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 15px;
    top: 13.5px;
    left: auto;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mobile-menu-item-indicator-bg-color);
    color: var(--mobile-menu-item-indicator-text-color);
    border-radius: 5px;
    transform: rotate(-90deg);
    transition: all 0.3s ease
  }

  .menuzord-responsive .menuzord-menu li .indicator.active {
    background: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
    transform: rotate(0deg)
  }

  .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
    transform: rotate(0)
  }

  .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator.active {
    transform: rotate(90deg)
  }

  .menuzord-responsive .menuzord-menu .megamenu .megamenu-row {
    display: block
  }

  .menuzord-responsive .menuzord-menu>li>.megamenu {
    width: 100% !important;
    left: 0 !important;
    position: static;
    border-top: none;
    border-bottom: solid 1px #f0f0f0
  }

  .menuzord-responsive .menuzord-menu>li>.megamenu .megamenu-row [class*=col] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px
  }

  .menuzord-responsive .menuzord-menu>li.search form {
    width: 100%;
    margin: 4px 0;
    padding: 10px 16px !important
  }

  .menuzord-responsive .menuzord-menu>li.search form input[type=text] {
    width: 100%
  }

  .menuzord-responsive .menuzord-tabs-nav {
    width: 100%
  }

  .menuzord-responsive .menuzord-tabs-content {
    width: 100%
  }
}

@media (max-width:767.98px) {
  header#header .header-nav .header-nav-container .top-primary-nav-clone-parent .menuzord-menu {
    padding-bottom: 10px
  }
}

header#header .header-nav .header-nav-container {
  background-color: #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / .1)
}

.header-nav .header-nav-wrapper .menuzord-container {
  transition: all 0.3s ease
}

.header-nav .header-nav-wrapper.navbar-scrolltofixed {
  min-width: 100%;
  transition: all 0.3s ease
}

.header-nav .header-nav-col-row>.menuzord-primary-nav .showhide {
  display: none !important
}

.header-nav .header-nav-col-row>.menuzord-side-icon-list {
  display: none
}

@media (max-width:1024px) {
  .header-nav .header-nav-col-row>.menuzord-brand-parent {
    flex: 0 0 auto;
    width: auto
  }

  .header-nav .header-nav-col-row>.menuzord-mobile-showhide {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: end
  }

  .header-nav .header-nav-col-row>.menuzord-primary-nav {
    flex-basis: 100%
  }
}

.menuzord-primary-nav {
  min-height: 1px
}

.menuzord-primary-nav.menuzord {
  padding: 0
}

.menuzord-primary-nav .menuzord-menu li a {
  transition: all 0.3s ease
}

.menuzord-primary-nav .menuzord-menu>li {
  position: relative
}

.menuzord-primary-nav .menuzord-menu>li>a {
  font-size: 1rem;
  padding-left: 16px;
  padding-right: 16px
}

@media (max-width:1199.98px) {
  .menuzord-primary-nav .menuzord-menu>li>a {
    padding-left: 0;
    padding-right: 16px
  }
}

.menuzord-primary-nav .menuzord-menu>li>a .indicator {
  right: 0
}

.menuzord-primary-nav .menuzord-menu ul.dropdown {
  border: 1px solid #ddd;
  box-shadow: 1px 1px 35px rgb(0 0 0 / .08)
}

.menuzord-primary-nav .menuzord-menu ul.dropdown li {
  margin: 0;
  padding-left: 0
}

@media (min-width:1025px) {
  .menuzord-primary-nav .menuzord-menu ul.dropdown li {
    border-bottom: 1px solid #eee
  }
}

.menuzord-primary-nav .menuzord-menu ul.dropdown li a {
  color: #555;
  font-size: 1rem;
  padding: 12px 25px 12px 22px
}

.menuzord-primary-nav .menuzord-menu ul.dropdown li a:hover {
  background-color: #f5f5f5;
  padding-left: 25px
}

.menuzord-primary-nav .menuzord-menu ul.dropdown li a:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 4px;
  vertical-align: middle;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  background: var(--theme-color1);
  -webkit-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
  -o-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
  -moz-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
  transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.menuzord-primary-nav .menuzord-menu ul.dropdown li:hover>a {
  background: #eee none repeat scroll 0 0;
  color: #333
}

.menuzord-primary-nav .menuzord-menu ul.dropdown li:hover>a:after {
  top: 0;
  left: -1px;
  height: -webkit-calc(100% + 1px);
  height: -moz-calc(100% + 1px);
  height: calc(100% + 1px);
  opacity: 1;
  visibility: visible
}

.menuzord-primary-nav .menuzord-menu ul.dropdown li a.tm-submenu-title {
  font-size: 1rem;
  font-family: var(--heading-font-family);
  font-weight: var(--headings-font-weight-h5);
  color: #222
}

.menuzord-primary-nav .menuzord-menu>li>ul.dropdown {
  border-top: 0;
  background: #fcfcfc
}

.menuzord-primary-nav .menuzord-menu .tm-menu-badge {
  display: inline;
  font-size: 65%;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 4px 0 4px;
  margin: 0 0 0 5px;
  background-color: #f44336;
  color: #fff
}

@media (max-width:1024px) {
  .menuzord-primary-nav.menuzord-responsive .menuzord-menu>li>a {
    color: var(--mobile-menu-item-link-text-color);
    background-color: var(--mobile-menu-item-link-bg-color);
    border-bottom-color: var(--mobile-menu-item-link-bg-border-color)
  }

  .menuzord-primary-nav.menuzord-responsive .menuzord-menu li .indicator {
    border-left-color: var(--mobile-menu-item-indicator-color)
  }

  .menuzord-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown {
    border-top: 0;
    border-bottom: 0;
    border-color: var(--mobile-menu-item-link-bg-border-color)
  }

  .menuzord-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown li a {
    color: var(--mobile-menu-item-link-text-color);
    background-color: var(--mobile-menu-item-link-bg-color);
    border-bottom-color: var(--mobile-menu-item-link-bg-border-color)
  }

  .menuzord-primary-nav.menuzord-responsive .menuzord-menu .widget {
    margin-bottom: 15px
  }

  .menuzord-primary-nav.menuzord-responsive .menuzord-menu .megamenu .megamenu-row [class*=col] {
    margin-top: 0
  }
}

#top-primary-nav-clone .showhide,
#top-primary-nav-sticky-clone .showhide {
  display: none !important
}

#top-primary-nav-clone .menuzord-menu,
#top-primary-nav-sticky-clone .menuzord-menu {
  display: none;
  margin-bottom: 30px
}

@media (max-width:768px) {

  #top-primary-nav-clone .menuzord-menu,
  #top-primary-nav-sticky-clone .menuzord-menu {
    margin-bottom: 20px
  }
}

@media (max-width:575.98px) {

  #top-primary-nav-clone .menuzord-menu,
  #top-primary-nav-sticky-clone .menuzord-menu {
    margin-bottom: 0
  }
}

header#header .menuzord-brand {
  transition: all 0.3s ease
}

@media (max-width:1024px) {
  header#header .menuzord-brand {
    margin-right: 20px;
    padding: 10px 0
  }
}

@media (max-width:767.98px) {
  header#header .menuzord-brand {
    margin-right: 0
  }
}

header#header .menuzord-brand img {
  width: auto;
  transition: all 0.3s ease
}

.menuzord-menu>li>.megamenu {
  background: none;
  padding: 0
}

@media (min-width:1200px) {
  .menuzord-menu>li>.megamenu {
    min-width: 400px
  }
}

.menuzord-menu>li>.megamenu.megamenu-three-quarter-width {
  left: auto;
  width: 75%
}

.menuzord-menu>li>.megamenu .megamenu-row {
  border-top: 3px solid var(--theme-color1);
  background: #fcfcfc;
  box-shadow: 0 5px 20px rgb(0 0 0 / .05);
  display: flex
}

.menuzord-menu>li>.megamenu .megamenu-row .col1 {
  width: 8.33333333%
}

.menuzord-menu>li>.megamenu .megamenu-row .col2 {
  width: 16.66666667%
}

.menuzord-menu>li>.megamenu .megamenu-row .col3 {
  width: 25%
}

.menuzord-menu>li>.megamenu .megamenu-row .col4 {
  width: 33.333%
}

.menuzord-menu>li>.megamenu .megamenu-row .col5 {
  width: 41.66666667%
}

.menuzord-menu>li>.megamenu .megamenu-row .col6 {
  width: 50%
}

.menuzord-menu>li>.megamenu .megamenu-row .col7 {
  width: 58.33333333%
}

.menuzord-menu>li>.megamenu .megamenu-row .col8 {
  width: 66.66666667%
}

.menuzord-menu>li>.megamenu .megamenu-row .col9 {
  width: 75%
}

.menuzord-menu>li>.megamenu .megamenu-row .col10 {
  width: 83.33333333%
}

.menuzord-menu>li>.megamenu .megamenu-row .col11 {
  width: 91.66666667%
}

.menuzord-menu>li>.megamenu .megamenu-row .col12 {
  width: 100%
}

.menuzord-menu>li>.megamenu .megamenu-row>[class^=col] {
  float: none;
  margin-left: 0;
  border-right: 1px solid #eee;
  background-repeat: no-repeat;
  background-position: bottom right
}

@media (min-width:1200px) {
  .menuzord-menu>li>.megamenu .megamenu-row>[class^=col] {
    padding: 15px 10px;
    border-right: 1px solid #eee
  }
}

@media (max-width:1199.98px) {
  .menuzord-menu>li>.megamenu .megamenu-row>[class^=col] {
    padding: 10px 10px;
    border-bottom: 1px solid #eee
  }
}

.menuzord-menu>li>.megamenu .megamenu-row>[class^=col]:last-child {
  border-right: none
}

.menuzord-menu>li>.megamenu .megamenu-row li {
  border: 0 none;
  clear: both;
  margin: 0;
  padding: 2px;
  position: relative;
  width: 100%
}

.menuzord-menu>li>.megamenu .megamenu-row li a {
  color: #777;
  display: block;
  font-size: 1rem;
  line-height: 1.65;
  padding: 5px 12px 5px
}

.menuzord-menu>li>.megamenu .megamenu-row li a i {
  color: #777;
  padding-right: 6px
}

.menuzord-menu>li>.megamenu .megamenu-row li a.tm-submenu-title {
  font-size: 1rem;
  font-family: var(--heading-font-family);
  font-weight: var(--headings-font-weight-h5);
  color: #222
}

.menuzord-menu>li>.megamenu .megamenu-row li.active>a:not(.tm-submenu-title),
.menuzord-menu>li>.megamenu .megamenu-row li:hover>a:not(.tm-submenu-title) {
  color: #111;
  padding-left: 15px;
  background-color: #f5f5f5
}

.menuzord-menu>li>.megamenu .megamenu-row li.active>a:not(.tm-submenu-title) i,
.menuzord-menu>li>.megamenu .megamenu-row li:hover>a:not(.tm-submenu-title) i {
  color: #555;
  padding-right: 6px
}

.menuzord-menu>li>.megamenu .megamenu-row .widget {
  margin-bottom: 0
}

.admin-bar .tm-header-menu {
  top: 32px
}

@media screen and (max-width:782px) {
  .admin-bar .tm-header-menu {
    top: 46px
  }
}

.tm-close {
  border-radius: 50%;
  background: rgb(255 255 255 / .7);
  border: 9px solid #fff0;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer
}

.tm-close:before,
.tm-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
  background-color: #1b1b1b
}

.tm-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.tm-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.tm-close:hover:before,
.tm-close:hover:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg)
}

@media (max-width:1024px) {

  #tm-header-default,
  #elementor-header-top-mobile {
    position: relative;
    box-shadow: 0 0 15px rgb(0 0 0 / .08);
    background-color: #fff
  }

  #tm-header-default .tm-header-main,
  #elementor-header-top-mobile .tm-header-main {
    position: relative
  }

  #tm-header-default .tm-header-branding,
  #elementor-header-top-mobile .tm-header-branding {
    min-height: 50px;
    align-items: center;
    display: flex
  }

  #tm-header-default .tm-header-branding img,
  #elementor-header-top-mobile .tm-header-branding img {
    height: 65px
  }

  #tm-header-default #tm-nav-mobile,
  #elementor-header-top-mobile #tm-nav-mobile {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center
  }

  #tm-header-default #tm-nav-mobile .tm-mobile-meta-item,
  #elementor-header-top-mobile #tm-nav-mobile .tm-mobile-meta-item {
    margin-left: 10px
  }

  .tm-nav-mobile-button {
    width: 34px;
    height: 20px;
    position: relative;
    cursor: pointer
  }

  .tm-nav-mobile-button:before,
  .tm-nav-mobile-button:after,
  .tm-nav-mobile-button span {
    content: "";
    background-color: #1b1b1b;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1)
  }

  .tm-nav-mobile-button:before {
    top: 0;
    width: 24px
  }

  .tm-nav-mobile-button:after {
    bottom: 0;
    width: 24px
  }

  .tm-nav-mobile-button span {
    top: 9px;
    width: 100%
  }

  .tm-nav-mobile-button.active:before,
  .tm-nav-mobile-button.active:after {
    width: 100%
  }

  .tm-header-menu-backdrop {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / .6);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    visibility: hidden
  }

  .tm-header-menu {
    position: fixed;
    height: 100vh;
    width: 350px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 999;
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    box-shadow: 0 0 15px rgb(0 0 0 / .08);
    background-color: #fff;
    overflow-y: scroll
  }

  .tm-header-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
  }

  .tm-header-menu.active+.tm-header-menu-backdrop {
    opacity: 1;
    visibility: visible
  }

  .tm-header-menu-scroll {
    padding: 55px 0 40px
  }

  .tm-menu-close {
    background-color: rgb(0 0 0 / .03);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0
  }

  #elementor-header-top-mobile .tm-header-elementor-main,
  #elementor-header-top-mobile .tm-header-elementor-sticky {
    display: none
  }

  #elementor-header-top-mobile #tm-header-mobile {
    display: block;
    box-shadow: 0 3px 18px rgb(2 21 78 / .09);
    position: relative;
    z-index: 999
  }
}

@media (max-width:1024px) {
  header#header.header-nav-left .header-nav-col-row {
    padding: 10px 0
  }

  header#header.header-nav-left .header-nav-col-row :first-child {
    order: 1
  }
}

header#header.header-layout-type-header-default .menuzord-brand,
header#header.header-layout-type-header-side-panel-nav .menuzord-brand {
  margin-bottom: 15px;
  margin-top: 15px
}

@media (max-width:991.98px) {

  header#header.header-layout-type-header-default .menuzord-brand,
  header#header.header-layout-type-header-side-panel-nav .menuzord-brand {
    margin-bottom: 5px;
    margin-top: 5px
  }
}

header#header.header-layout-type-header-default .menuzord-brand img,
header#header.header-layout-type-header-side-panel-nav .menuzord-brand img {
  width: var(--menuzord-brand-width);
  height: auto
}

@media (max-width:991.98px) {

  header#header.header-layout-type-header-default .menuzord-brand img,
  header#header.header-layout-type-header-side-panel-nav .menuzord-brand img {
    width: var(--menuzord-brand-width-responsive)
  }
}

@media (max-width:767.98px) {
  header#header.header-layout-type-header-side-panel-nav .header-nav-container {
    padding: 0 20px
  }
}

body.tm-dark-layout header#header .header-nav {
  border-top-color: #151515
}

body.tm-dark-layout header#header .header-nav {
  border-top-color: #151515
}

.menuzord-menu .tm-elementor-megamenu>ul.dropdown,
.menuzord-menu .tm-elementor-megamenu>.megamenu:not(.elementor-megamenu-wrapper) {
  display: none !important
}

.side-push-panel {
  overflow-x: hidden
}

.side-push-panel.has-side-panel .menuzord .showhide {
  float: left
}

.has-side-panel .side-panel-body-overlay {
  background-color: rgb(17 17 17 / .8);
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1111;
  transition: all 0.5s ease
}

.has-side-panel.side-panel-open .side-panel-body-overlay {
  opacity: 1;
  pointer-events: auto
}

.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .side-panel-body-overlay:hover {
  cursor: url('../media/close.png') 15 15, default
}

.side-panel-container {
  -webkit-backface-visibility: hidden;
  background-color: #fff;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  right: -480px;
  top: 0;
  text-align: left;
  width: 480px;
  z-index: 1112;
  transition: all 0.4s ease
}

@media (max-width:991.98px) {
  .side-panel-container {
    width: 300px
  }
}

.side-panel-container ul {
  padding-left: 0
}

.side-panel-container .side-panel-wrap {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.side-panel-container .widget.widget-side-push-panel {
  width: 100%
}

.side-panel-container .widget.widget-side-push-panel .textwidget {
  color: #333
}

.side-panel-container .widget.widget-side-push-panel.widget-horizontal-row {
  margin-top: 0;
  margin-bottom: 0
}

.side-panel-container .widget.widget-side-push-panel.widget-image-widget .thumb {
  margin-bottom: 20px
}

body.rtl .side-panel-container {
  left: auto !important
}

.side-panel-open .side-panel-container {
  right: 0
}

.side-panel-left .side-panel-container {
  left: -480px;
  right: auto
}

.side-panel-left.side-panel-open .side-panel-container {
  left: 0;
  right: auto
}

.device-touch .side-panel-container .side-panel-wrap {
  overflow-y: scroll
}

.side-panel-trigger {
  cursor: pointer;
  display: block;
  z-index: 11
}

.side-panel-trigger-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.side-panel-trigger-close .side-panel-trigger-icon {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  margin-right: 15px;
  background: #eee;
  padding: 13px 16px 14px 16px;
  border-radius: 30px;
  transition: all 0.4s ease
}

.side-panel-trigger-close .side-panel-trigger-icon:hover {
  color: var(--text-color-bg-theme-color1);
  background: var(--theme-color1)
}

.side-push-panel.fullwidth-page #wrapper,
.side-push-panel.fullwidth-page header .header-nav-wrapper.tm-sticky-menu .container {
  transition: all 0.4s ease
}

.hamburger-box {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 40px;
  padding: 12px 15px
}

.hamburger-box .hamburger-inner {
  margin-left: 3px;
  top: 16px
}

.hamburger-box .hamburger-inner,
.hamburger-box .hamburger-inner:after,
.hamburger-box .hamburger-inner:before {
  background-color: #444;
  border-radius: 4px;
  height: 2px;
  position: absolute;
  width: 24px;
  transition: all 0.15s ease
}

.hamburger-box .hamburger-inner:after,
.hamburger-box .hamburger-inner:before {
  display: block;
  content: ""
}

.hamburger-box .hamburger-inner:before {
  top: -9px
}

.hamburger-box .hamburger-inner:after {
  bottom: -9px
}

.hamburger-box .hamburger-inner {
  width: 16px
}

.hamburger-box .hamburger-inner:after {
  width: 24px
}

.hamburger-box .hamburger-inner:before {
  width: 24px
}

.hamburger-box:hover .hamburger-inner,
.hamburger-box:hover .hamburger-inner:after,
.hamburger-box:hover .hamburger-inner:before {
  height: 2px;
  background-color: #333
}

.hamburger-box:hover .hamburger-inner {
  width: 24px
}

.hamburger-box:hover .hamburger-inner:after {
  width: 16px
}

.hamburger-box:hover .hamburger-inner:before {
  width: 16px
}

body.elementor-editor-active .side-panel-container {
  height: auto;
  position: relative;
  right: 0;
  top: 0;
  text-align: left;
  width: 480px;
  overflow: visible
}

body.elementor-editor-active .side-panel-container .side-panel-wrap {
  position: relative;
  overflow: inherit
}

.top-nav-search-btn .search-icon {
  color: var(--theme-color2);
  font-size: 18px;
  line-height: 1;
  padding: 3px;
  transition: all 0.3s ease
}

.top-nav-search-btn .search-icon:hover {
  color: var(--hover-theme-color)
}

@media (max-width:1024px) {
  .top-nav-search-btn {
    margin-top: 12px
  }
}

.top-nav-search-form {
  background: rgb(15 15 15 / .993);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: scale(.9);
  z-index: -1;
  transition: all 0.3s ease
}

.top-nav-search-form.active {
  transform: scale(1);
  z-index: 111;
  opacity: 1;
  visibility: visible
}

.top-nav-search-form .nav-search-inner {
  text-align: center
}

.top-nav-search-form form {
  margin-bottom: 0
}

.top-nav-search-form .input-group {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid rgb(255 255 255 / .1)
}

.top-nav-search-form input[type=text] {
  -webkit-appearance: none;
  display: inline-block;
  padding: 15px 20px 15px 0;
  box-shadow: none;
  outline: none;
  border: 0;
  background: #fff0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  position: relative;
  top: 1px;
  color: #fff;
  font-size: 36px;
  width: 450px
}

@media (max-width:767.98px) {
  .top-nav-search-form input[type=text] {
    font-size: 26px;
    width: 250px
  }
}

.top-nav-search-form input[type=text]::-webkit-input-placeholder {
  color: #fff
}

.top-nav-search-form input[type=text]::placeholder {
  color: #fff
}

.top-nav-search-form button {
  position: relative;
  white-space: nowrap;
  margin-left: -1px;
  z-index: 2;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: button;
  border: 0;
  background: #fff0;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  padding: 0 0 0 20px
}

.top-nav-search-form button i {
  color: #fff;
  font-size: 28px;
  line-height: 0;
  transition: all 0.3s ease
}

@media (max-width:767.98px) {
  .top-nav-search-form button i {
    font-size: 20px
  }
}

.top-nav-search-form button i:hover {
  color: var(--hover-theme-color)
}

.top-nav-search-form .close-search-btn {
  color: #eee;
  font-size: 28px;
  line-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: fixed;
  right: 30px;
  top: 30px
}

.top-nav-search-form .close-search-btn:hover {
  color: var(--hover-theme-color)
}

html.html-search-block-active {
  overflow: hidden
}

.tm-page-title {
  background-color: #0b0706;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center
}

.tm-page-title:before {
  background-color: #fff0;
  background-image: linear-gradient(310deg, #fff0 0%, rgb(0 0 0 / .9098039216) 100%);
  opacity: .9
}

.tm-page-title .container,
.tm-page-title .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px
}

.tm-page-title .padding-medium {
  padding-top: 100px;
  padding-bottom: 120px
}

.tm-page-title .title {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: var(--h1-font-size);
  text-transform: capitalize
}

@media (max-width:767.98px) {
  .tm-page-title .title {
    font-size: var(--h1-font-size-mob);
    line-height: 1.3
  }
}

.tm-page-title .title b,
.tm-page-title .title strong {
  color: #f5f5f5
}

.tm-page-title .subtitle {
  color: #aaa;
  font-weight: 600;
  margin: 0;
  margin-top: 10px
}

.tm-page-title.page-title-standard .breadcrumbs {
  margin-top: 10px
}

.tm-page-title.page-title-standard .subtitle+.breadcrumbs {
  margin-top: 15px
}

.tm-page-title-elementor .breadcrumbs,
.tm-page-title .breadcrumbs {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #fff0;
  font-size: 18px
}

.tm-page-title-elementor .breadcrumbs>li,
.tm-page-title .breadcrumbs>li {
  display: inline-block;
  padding: 0;
  float: none
}

.tm-page-title-elementor .breadcrumbs .trail-item a:not(.btn),
.tm-page-title .breadcrumbs .trail-item a:not(.btn) {
  color: #fff
}

.tm-page-title-elementor .breadcrumbs .trail-item a:not(.btn):hover,
.tm-page-title .breadcrumbs .trail-item a:not(.btn):hover {
  color: var(--theme-color1)
}

.tm-page-title-elementor .breadcrumbs .trail-item:not(:last-child),
.tm-page-title .breadcrumbs .trail-item:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  position: relative
}

.tm-page-title-elementor .breadcrumbs .trail-item:not(:last-child) .tm-breadcrumb-arrow-icon,
.tm-page-title .breadcrumbs .trail-item:not(:last-child) .tm-breadcrumb-arrow-icon {
  color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease
}

.tm-page-title-elementor .breadcrumbs .trail-item.trail-end,
.tm-page-title .breadcrumbs .trail-item.trail-end {
  color: #ddd
}

.tm-page-title-elementor .breadcrumbs .trail-item.trail-end a,
.tm-page-title .breadcrumbs .trail-item.trail-end a {
  color: #ddd
}

.tm-page-title-elementor .breadcrumbs .trail-item.trail-end .tm-breadcrumb-arrow-icon,
.tm-page-title .breadcrumbs .trail-item.trail-end .tm-breadcrumb-arrow-icon {
  display: none
}

.tm-page-title .breadcrumbs {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: rgb(255 255 255 / .1294117647);
  padding: 10px 30px 10px 30px
}

.tm-page-title .breadcrumbs>li {
  font-family: var(--heading-font-family)
}

.tm-page-title .breadcrumbs .trail-item a:not(.btn):hover {
  color: #fff
}

.tm-page-title .breadcrumbs .trail-item:not(:last-child) .tm-breadcrumb-arrow-icon {
  font-size: 12px;
  font-weight: bolder
}

body.container-970px .e-con {
  --container-max-width: 970px
}

@media (min-width:1000px) {

  body.container-970px .container,
  body.container-970px .megamenu-fullwidth .megamenu-row {
    max-width: 970px;
    width: 970px
  }
}

body.container-1230px .e-con {
  --container-max-width: 1230px
}

@media (min-width:1300px) {

  body.container-1230px .container,
  body.container-1230px .megamenu-fullwidth .megamenu-row {
    max-width: 1230px;
    width: 1230px
  }
}

body.container-1300px .e-con {
  --container-max-width: 1300px
}

@media (min-width:1400px) {

  body.container-1300px .container,
  body.container-1300px .megamenu-fullwidth .megamenu-row {
    max-width: 1300px;
    width: 1300px
  }
}

body.container-1340px .e-con {
  --container-max-width: 1340px
}

@media (min-width:1400px) {

  body.container-1340px .container,
  body.container-1340px .megamenu-fullwidth .megamenu-row {
    max-width: 1340px;
    width: 1340px
  }
}

body.container-1440px .e-con {
  --container-max-width: 1440px
}

@media (min-width:1500px) {

  body.container-1440px .container,
  body.container-1440px .megamenu-fullwidth .megamenu-row {
    max-width: 1440px;
    width: 1440px
  }
}

body.container-1500px .e-con {
  --container-max-width: 1500px
}

@media (min-width:1560px) {

  body.container-1500px .container,
  body.container-1500px .megamenu-fullwidth .megamenu-row {
    max-width: 1500px;
    width: 1500px
  }
}

body.container-1600px .e-con {
  --container-max-width: 1600px
}

@media (min-width:1660px) {

  body.container-1600px .container,
  body.container-1600px .megamenu-fullwidth .megamenu-row {
    max-width: 1600px;
    width: 1600px
  }
}

body.container-100pr .e-con {
  --container-max-width: 100%
}

body.container-100pr .container,
body.container-100pr .container-fluid,
body.container-100pr .megamenu-fullwidth .megamenu-row {
  max-width: 100%;
  width: 100%
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -10px
}

.select2 .selection .select2-selection {
  background-color: rgb(241 238 246 / .5);
  border: 1px solid rgb(241 238 246 / .5);
  height: calc(1.8rem + 32px);
  padding: 14px 20px
}

.select2 .selection .select2-selection .select2-selection__rendered {
  color: #686a6f;
  line-height: 30px;
  padding-left: 0;
  font-weight: 400;
  font-size: 1rem
}

.select2 .selection .select2-selection .select2-selection__arrow {
  height: 100%;
  position: absolute;
  right: 6px;
  top: 0;
  width: 20px
}

.form-control,
.input-text,
.comment-respond textarea,
.comment-respond input[type=email],
.comment-respond input[type=url],
.comment-respond input[type=text] {
  height: calc(1.8rem + 32px);
  padding: 14px 20px;
  outline: 0;
  background-color: rgb(241 238 246 / .5);
  border: 1px solid rgb(241 238 246 / .5);
  color: #686a6f;
  font-size: 1rem;
  width: 100%
}

.form-control::placeholder,
.input-text::placeholder,
.comment-respond textarea::placeholder,
.comment-respond input[type=email]::placeholder,
.comment-respond input[type=url]::placeholder,
.comment-respond input[type=text]::placeholder {
  color: #686a6f;
  opacity: 1
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder,
.comment-respond textarea:-ms-input-placeholder,
.comment-respond input[type=email]:-ms-input-placeholder,
.comment-respond input[type=url]:-ms-input-placeholder,
.comment-respond input[type=text]:-ms-input-placeholder {
  color: #686a6f
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder,
.comment-respond textarea::-ms-input-placeholder,
.comment-respond input[type=email]::-ms-input-placeholder,
.comment-respond input[type=url]::-ms-input-placeholder,
.comment-respond input[type=text]::-ms-input-placeholder {
  color: #686a6f
}

.form-control:active,
.form-control:focus,
.input-text:active,
.input-text:focus {
  box-shadow: 0 0 0 1px var(--theme-color1);
  border-color: var(--theme-color1)
}

textarea.form-control,
.comment-respond textarea {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px
}

.isotope-layout-filter,
.carousel-layout-filter {
  margin-bottom: 30px
}

.isotope-layout-filter a,
.carousel-layout-filter a {
  transition: all 0.3s ease-in-out 0s;
  color: #777;
  font-size: 15px;
  font-weight: 500;
  margin: 0 5px 10px;
  padding: 8px 20px 6px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  border: 2px solid;
  border-color: #fff0
}

.isotope-layout-filter a.active,
.isotope-layout-filter a:focus,
.isotope-layout-filter a:hover,
.carousel-layout-filter a.active,
.carousel-layout-filter a:focus,
.carousel-layout-filter a:hover {
  color: #fff;
  background: #343434
}

.isotope-layout-filter.filter-style-2 a,
.carousel-layout-filter.filter-style-2 a {
  border-color: #343434
}

.isotope-layout-filter.filter-style-3 a,
.carousel-layout-filter.filter-style-3 a {
  border-color: #eee
}

.isotope-layout-filter.filter-style-4 a,
.carousel-layout-filter.filter-style-4 a {
  background-color: #f7f7f7
}

.isotope-layout-filter.filter-style-4 a.active,
.isotope-layout-filter.filter-style-4 a:focus,
.isotope-layout-filter.filter-style-4 a:hover,
.carousel-layout-filter.filter-style-4 a.active,
.carousel-layout-filter.filter-style-4 a:focus,
.carousel-layout-filter.filter-style-4 a:hover {
  background: #343434
}

.isotope-layout-filter.filter-style-5 a,
.carousel-layout-filter.filter-style-5 a {
  border-radius: 7px
}

.isotope-layout-filter.filter-style-6 a,
.carousel-layout-filter.filter-style-6 a {
  border-radius: 7px;
  border-color: #343434
}

.isotope-layout .isotope-layout-inner {
  position: relative
}

.isotope-layout .isotope-item {
  padding: 0 15px;
  margin: 0 0 30px;
  float: left;
  width: 24.98%
}

.isotope-layout .isotope-item .isotope-item-inner {
  position: relative;
  height: 100%
}

.isotope-layout .isotope-item.tm-masonry-large-wide,
.isotope-layout .isotope-item.tm-masonry-large-width-height {
  width: 49.98%
}

.isotope-layout .isotope-item.isotope-item-sizer {
  padding: 0 !important;
  margin-bottom: 0 !important;
  width: 24.98%
}

.isotope-layout .isotope-item.isotope-item-sizer.tm-masonry-large-wide,
.isotope-layout .isotope-item.isotope-item-sizer.tm-masonry-large-width-height {
  width: 49.98%
}

.isotope-layout .isotope-item .thumb img {
  width: 100%
}

.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive) {
  margin-left: 0
}

.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive) .isotope-layout-inner {
  margin-left: 0;
  margin-right: 0
}

.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive) .isotope-item {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  width: 100% !important;
  position: relative !important
}

.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive) .isotope-item .hentry {
  margin-bottom: 0;
  padding-bottom: 0
}

.isotope-layout.grid-1 .isotope-item {
  width: 100% !important
}

.isotope-layout.grid-1 .isotope-item.tm-masonry-large-wide,
.isotope-layout.grid-1 .isotope-item.tm-masonry-large-width-height {
  width: 100% !important
}

.isotope-layout.grid-2 .isotope-item {
  width: 49.98%
}

.isotope-layout.grid-2 .isotope-item.tm-masonry-large-wide,
.isotope-layout.grid-2 .isotope-item.tm-masonry-large-width-height {
  width: 100%
}

.isotope-layout.grid-3 .isotope-item {
  width: 33.2%
}

.isotope-layout.grid-3 .isotope-item.tm-masonry-large-wide,
.isotope-layout.grid-3 .isotope-item.tm-masonry-large-width-height {
  width: 66.4%
}

.isotope-layout.grid-4 {
  width: 100.1%;
  width: calc(100% + 1px)
}

.isotope-layout.grid-4 .isotope-item {
  width: 24.98%
}

.isotope-layout.grid-4 .isotope-item.tm-masonry-large-wide,
.isotope-layout.grid-4 .isotope-item.tm-masonry-large-width-height {
  width: 49.98%
}

.isotope-layout.grid-5 .isotope-item {
  width: 20%
}

.isotope-layout.grid-5 .isotope-item.tm-masonry-large-wide,
.isotope-layout.grid-5 .isotope-item.tm-masonry-large-width-height {
  width: 40%
}

.isotope-layout.grid-6 .isotope-item {
  width: 16.5%
}

.isotope-layout.grid-6 .isotope-item.tm-masonry-large-wide,
.isotope-layout.grid-6 .isotope-item.tm-masonry-large-width-height {
  width: 33%
}

.isotope-layout .isotope-layout-inner {
  margin: 0 -15px
}

.isotope-layout .isotope-item {
  padding: 0 15px;
  margin: 0 0 30px
}

.isotope-layout.gutter .isotope-layout-inner {
  margin: 0 -15px
}

.isotope-layout.gutter .isotope-item {
  padding: 0 15px;
  margin: 0 0 30px
}

.isotope-layout.gutter-0 .isotope-layout-inner {
  margin: 0
}

.isotope-layout.gutter-0 .isotope-item {
  padding: 0;
  margin: 0
}

.isotope-layout.gutter-5 .isotope-layout-inner {
  margin: 0 -5px
}

.isotope-layout.gutter-5 .isotope-item {
  padding: 0 5px;
  margin: 0 0 10px
}

.isotope-layout.gutter-10 .isotope-layout-inner {
  margin: 0 -10px
}

.isotope-layout.gutter-10 .isotope-item {
  padding: 0 10px;
  margin: 0 0 20px
}

.isotope-layout.gutter-15 .isotope-layout-inner {
  margin: 0 -15px
}

.isotope-layout.gutter-15 .isotope-item {
  padding: 0 15px;
  margin: 0 0 30px
}

.isotope-layout.gutter-20 .isotope-layout-inner {
  margin: 0 -20px
}

.isotope-layout.gutter-20 .isotope-item {
  padding: 0 20px;
  margin: 0 0 40px
}

.isotope-layout.gutter-30 .isotope-layout-inner {
  margin: 0 -30px
}

.isotope-layout.gutter-30 .isotope-item {
  padding: 0 30px;
  margin: 0 0 60px
}

@media (max-width:767px) {
  .isotope-layout .isotope-item {
    width: 33.2% !important
  }

  .isotope-layout .isotope-item.tm-masonry-large-wide,
  .isotope-layout .isotope-item.tm-masonry-large-width-height {
    width: 100% !important
  }
}

@media (max-width:1024px) {
  .isotope-layout .isotope-item {
    width: 49.98% !important
  }

  .isotope-layout .isotope-item.tm-masonry-large-wide,
  .isotope-layout .isotope-item.tm-masonry-large-width-height {
    width: 100% !important
  }
}

@media (max-width:991.98px) {
  .isotope-layout .isotope-item {
    width: 49.98% !important
  }

  .isotope-layout .isotope-item.tm-masonry-large-wide,
  .isotope-layout .isotope-item.tm-masonry-large-width-height {
    width: 100% !important
  }
}

@media (max-width:767.98px) {
  .isotope-layout .isotope-item {
    width: 100% !important
  }

  .isotope-layout .isotope-item.tm-masonry-large-wide,
  .isotope-layout .isotope-item.tm-masonry-large-width-height {
    width: 100% !important
  }
}

@media (max-width:575.98px) {
  .isotope-layout .isotope-item {
    width: 100% !important
  }

  .isotope-layout .isotope-item.tm-masonry-large-wide,
  .isotope-layout .isotope-item.tm-masonry-large-width-height {
    width: 100% !important
  }
}

.isotope-layout:not(.isotope-rendered) .isotope-item {
  float: left
}

.isotope-layout:not(.isotope-rendered).grid-2>.isotope-item {
  width: 50%
}

.isotope-layout:not(.isotope-rendered).grid-3>.isotope-item {
  width: 33%
}

.isotope-layout:not(.isotope-rendered).grid-4>.isotope-item {
  width: 25%
}

.isotope-layout:not(.isotope-rendered).grid-5>.isotope-item {
  width: 19%
}

.isotope-layout:not(.isotope-rendered).grid-6>.isotope-item {
  width: 16%
}

.tm-swiper-container,
.tm-testimonial-single-carousel {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1
}

.tm-swiper-container .swiper-container-inner,
.tm-testimonial-single-carousel .swiper-container-inner {
  overflow: hidden
}

.tm-swiper-container .tm-swiper-button-next,
.tm-swiper-container .tm-swiper-button-prev,
.tm-testimonial-single-carousel .tm-swiper-button-next,
.tm-testimonial-single-carousel .tm-swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  cursor: pointer;
  width: 52px;
  height: 52px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 0 15px rgb(0 0 0 / .14)
}

.tm-swiper-container .tm-swiper-button-next i,
.tm-swiper-container .tm-swiper-button-prev i,
.tm-testimonial-single-carousel .tm-swiper-button-next i,
.tm-testimonial-single-carousel .tm-swiper-button-prev i {
  color: #000;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.tm-swiper-container .tm-swiper-button-next:hover,
.tm-swiper-container .tm-swiper-button-prev:hover,
.tm-testimonial-single-carousel .tm-swiper-button-next:hover,
.tm-testimonial-single-carousel .tm-swiper-button-prev:hover {
  background-color: var(--theme-color1)
}

.tm-swiper-container .tm-swiper-button-next:hover i,
.tm-swiper-container .tm-swiper-button-prev:hover i,
.tm-testimonial-single-carousel .tm-swiper-button-next:hover i,
.tm-testimonial-single-carousel .tm-swiper-button-prev:hover i {
  color: var(--text-color-bg-theme-color1)
}

.tm-swiper-container .tm-swiper-button-next,
.tm-swiper-container .swiper-rtl .tm-swiper-button-prev,
.tm-testimonial-single-carousel .tm-swiper-button-next,
.tm-testimonial-single-carousel .swiper-rtl .tm-swiper-button-prev {
  right: -26px;
  left: auto
}

.tm-swiper-container .tm-swiper-button-prev,
.tm-swiper-container .swiper-rtl .tm-swiper-button-next,
.tm-testimonial-single-carousel .tm-swiper-button-prev,
.tm-testimonial-single-carousel .swiper-rtl .tm-swiper-button-next {
  left: -26px;
  right: auto
}

.tm-swiper-container .tm-swiper-button-prev:hover i::before,
.tm-testimonial-single-carousel .tm-swiper-button-prev:hover i::before {
  content: "\e879"
}

.tm-swiper-container .tm-swiper-button-next:hover i::before,
.tm-testimonial-single-carousel .tm-swiper-button-next:hover i::before {
  content: "\e87a"
}

.tm-swiper-container .swiper-pagination,
.tm-swiper-container .swiper-pagination-fraction,
.tm-testimonial-single-carousel .swiper-pagination,
.tm-testimonial-single-carousel .swiper-pagination-fraction {
  position: relative;
  width: auto;
  left: 50%;
  bottom: 0;
  margin-top: 20px;
  transform: translateX(-50%)
}

.tm-swiper-container .swiper-pagination-bullet,
.tm-testimonial-single-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  position: relative;
  background: #e7e7e7;
  border-radius: 10px;
  transition: all 0.3s ease-in-out 0s
}

.tm-swiper-container .swiper-pagination-fraction,
.tm-testimonial-single-carousel .swiper-pagination-fraction {
  font-size: 20px
}

.tm-swiper-container .swiper-pagination-progressbar,
.tm-testimonial-single-carousel .swiper-pagination-progressbar {
  background-color: #e1e1e1
}

.tm-swiper-container .swiper-pagination-progressbar>span,
.tm-testimonial-single-carousel .swiper-pagination-progressbar>span {
  background-color: var(--theme-color1)
}

.tm-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active,
.tm-testimonial-single-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color1)
}

.tm-slider-overflow-visible-yes .tm-swiper-container .swiper-container-inner {
  overflow: visible
}

.page-404-wrapper {
  text-align: center
}

.page-404-wrapper.page-404-wrapper-padding {
  padding-top: 100px;
  padding-bottom: 50px
}

.page-404-wrapper .page-404-main-content {
  margin-bottom: 25px
}

.page-404-wrapper .page-404-main-content .title {
  font-size: 11rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 2rem
}

@media (max-width:767.98px) {
  .page-404-wrapper .page-404-main-content .title {
    font-size: 8rem
  }
}

.page-404-wrapper .page-404-main-content .sub-title {
  font-size: 2rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.7rem
}

.page-404-wrapper .page-404-main-content .content,
.page-404-wrapper .page-404-main-content .content p {
  margin-bottom: 1.7rem
}

.page-404-wrapper .search-box {
  margin-bottom: 2rem
}

.page-404-wrapper .search-box .paragraph {
  margin-bottom: 1rem
}

.page-404-wrapper .helpful-links {
  margin-bottom: 25px
}

.page-404-wrapper .helpful-links ul {
  list-style: none
}

.page-404-wrapper .helpful-links ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px
}

.page-404-wrapper .helpful-links ul li::before {
  content: "\f0da";
  left: 0;
  top: 0;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #ccc
}

.page-404-wrapper .helpful-links ul li a {
  color: var(--text-color)
}

.page-404-wrapper.page-404-layout-split .page-404-main-content .title {
  font-size: 8rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1rem
}

.page-404-wrapper.page-404-layout-split .page-404-main-content .sub-title {
  font-size: 1.7rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.2rem
}

.page-404-wrapper.page-404-layout-split .page-404-main-content .content,
.page-404-wrapper.page-404-layout-split .page-404-main-content .content p {
  margin-bottom: 1rem
}

.page-404-wrapper .page-404-main-content {
  text-align: center
}

.page-404-wrapper .page-404-main-content .title {
  color: var(--theme-color1)
}

.page-404-wrapper .helpful-links ul li::before {
  color: var(--theme-color1)
}

.page-404-wrapper .helpful-links ul li a:hover {
  color: var(--hover-theme-color)
}

.menuzord-primary-nav .menuzord-menu>li>a {
  font-size: var(--menuzord-primary-nav-font-size);
  font-weight: var(--menuzord-primary-nav-font-weight);
  text-transform: var(--menuzord-primary-nav-font-transform)
}

body.archive .main-content-area article:not(.type-post) {
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(240 240 240 / .5)
}

article .entry-content .post-content ul:not(.tm-sc-list):not(.list):not(.blocks-gallery-grid):not(.wp-block-post-template):not(.wp-block-page-list),
article .entry-content .post-content ol,
article .entry-content .post-excerpt ul:not(.tm-sc-list):not(.list):not(.blocks-gallery-grid):not(.wp-block-post-template):not(.wp-block-page-list),
article .entry-content .post-excerpt ol {
  padding-left: 10px
}

article .box-hover-effect .thumb {
  text-align: center
}

.blog-posts .main-content-area .post .post-sticky-icon {
  display: none
}

body.archive .blog-posts .main-content-area article,
body.blog .blog-posts .main-content-area article {
  margin-bottom: 3rem
}

body.archive .blog-posts .main-content-area .row>div:last-child article,
body.blog .blog-posts .main-content-area .row>div:last-child article {
  margin-bottom: 0
}

body.archive .blog-posts .main-content-area .post.sticky,
body.blog .blog-posts .main-content-area .post.sticky {
  box-shadow: none;
  position: relative;
  padding: 25px;
  padding-bottom: 0;
  border: 2px solid var(--theme-color1);
  box-shadow: 0 10px 60px 0 rgb(0 0 0 / .07)
}

body.archive .blog-posts .main-content-area .post.sticky .bottom-box .comments,
body.blog .blog-posts .main-content-area .post.sticky .bottom-box .comments {
  display: none
}

body.archive .blog-posts .main-content-area .post.sticky .post-sticky-icon,
body.blog .blog-posts .main-content-area .post.sticky .post-sticky-icon {
  display: block;
  position: absolute;
  right: 12px;
  top: 8px;
  z-index: 1
}

body.archive .blog-posts .main-content-area .post.sticky .post-sticky-icon i,
body.blog .blog-posts .main-content-area .post.sticky .post-sticky-icon i {
  font-size: 30px;
  color: #ccc;
  transform: rotate(45deg)
}

.main-content-area article .entry-meta {
  font-size: 14px;
  margin-bottom: 1rem;
  color: var(--entry-meta-color-light);
  text-transform: uppercase
}

.main-content-area article .entry-meta li:first-child {
  padding-left: 0
}

.main-content-area article .entry-meta li {
  padding-right: 5px;
  margin-bottom: 0
}

.main-content-area article .entry-meta li:last-child {
  padding-right: 0
}

.main-content-area article .entry-meta i {
  margin-right: 5px
}

.main-content-area article .entry-meta .categories-links,
.main-content-area article .entry-meta a,
.main-content-area article .entry-meta span,
.main-content-area article .entry-meta .sl-wrapper span {
  color: var(--entry-meta-color-light);
  font-weight: 400
}

.main-content-area article .entry-meta .categories-links a:hover,
.main-content-area article .entry-meta a:hover,
.main-content-area article .entry-meta .sl-wrapper span:hover {
  color: var(--hover-theme-color)
}

.main-content-area article .post-excerpt {
  margin-bottom: 20px
}

.main-content-area article .post-excerpt p {
  margin-bottom: 28px
}

.main-content-area .pagination {
  margin-top: 40px
}

pre {
  font-family: "Courier 10 Pitch", courier, monospace;
  max-width: 100%;
  margin: 1.6em 0;
  padding: 1.6em;
  background-color: #f5f5f5;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
  font-size: 1em;
  color: #000
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  border-radius: 4px
}

dt {
  font-weight: var(--body-font-bold);
  color: #222429
}

dd {
  margin: 0 1.5em 1.5em
}

@media (min-width:768px) {
  .post-standard-1col-classic .entry-header {
    border-radius: 2px;
    float: left;
    margin-right: 25px;
    width: 45%
  }
}

article .entry-content h1 a:hover,
article .entry-content h2 a:hover,
article .entry-content h3 a:hover,
article .entry-content h4 a:hover,
article .entry-content h5 a:hover,
article .entry-content h6 a:hover,
article .entry-content .h1 a:hover,
article .entry-content .h2 a:hover,
article .entry-content .h3 a:hover,
article .entry-content .h4 a:hover,
article .entry-content .h5 a:hover,
article .entry-content .h6 a:hover {
  color: var(--hover-theme-color)
}

article .entry-content h1 a:hover b,
article .entry-content h1 a:hover strong,
article .entry-content h2 a:hover b,
article .entry-content h2 a:hover strong,
article .entry-content h3 a:hover b,
article .entry-content h3 a:hover strong,
article .entry-content h4 a:hover b,
article .entry-content h4 a:hover strong,
article .entry-content h5 a:hover b,
article .entry-content h5 a:hover strong,
article .entry-content h6 a:hover b,
article .entry-content h6 a:hover strong,
article .entry-content .h1 a:hover b,
article .entry-content .h1 a:hover strong,
article .entry-content .h2 a:hover b,
article .entry-content .h2 a:hover strong,
article .entry-content .h3 a:hover b,
article .entry-content .h3 a:hover strong,
article .entry-content .h4 a:hover b,
article .entry-content .h4 a:hover strong,
article .entry-content .h5 a:hover b,
article .entry-content .h5 a:hover strong,
article .entry-content .h6 a:hover b,
article .entry-content .h6 a:hover strong {
  color: var(--hover-theme-color)
}

article .entry-meta a:hover {
  color: var(--hover-theme-color)
}

.blog-posts .main-content-area article {
  position: relative;
  transition: all 300ms ease;
  border-bottom: 3px solid #f3f4f7;
  overflow: hidden
}

.blog-posts .main-content-area article:hover .entry-header {
  position: relative
}

.blog-posts .main-content-area article:hover .entry-header .post-thumb:first-child {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0)
}

.blog-posts .main-content-area article:hover .entry-header .post-thumb:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px)
}

.blog-posts .main-content-area article .entry-header {
  position: relative
}

.blog-posts .main-content-area article .entry-header .thumb-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 0
}

.blog-posts .main-content-area article .entry-header .post-thumb {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease
}

.blog-posts .main-content-area article .entry-header .post-thumb:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px)
}

.blog-posts .main-content-area article .entry-header .post-single-meta {
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 1;
  text-align: center;
  line-height: 1;
  padding: 12px;
  background-color: var(--theme-color1)
}

.blog-posts .main-content-area article .entry-header .post-single-meta span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--text-color-bg-theme-color2)
}

.blog-posts .main-content-area article .entry-header .post-single-meta span.day {
  font-size: 30px;
  font-weight: 500;
  color: var(--text-color-bg-theme-color2);
  font-family: var(--heading-font-family);
  display: block;
  margin-bottom: 3px;
  line-height: 1;
  padding: 0 10px
}

.blog-posts .main-content-area article .entry-header .post-single-meta span.year {
  display: none
}

.blog-posts .main-content-area article .entry-content {
  position: relative;
  padding: 0;
  padding-bottom: 20px;
  z-index: 1;
  transition: all 300ms ease
}

.blog-posts .main-content-area article .entry-meta {
  position: relative;
  text-transform: capitalize !important;
  margin-bottom: 15px !important;
  background-color: #f3f4f7;
  padding: 5px 12px
}

.blog-posts .main-content-area article .entry-meta li {
  position: relative;
  font-size: 14px
}

.blog-posts .main-content-area article .entry-meta li i {
  margin-right: 5px;
  color: var(--theme-color1);
  font-size: 14px
}

.blog-posts .main-content-area article .entry-title {
  margin-top: 0;
  margin-bottom: 10px
}

.blog-posts .main-content-area article .entry-title:hover {
  color: var(--theme-color2)
}

.blog-posts .main-content-area article .mascot-post-excerpt {
  margin-top: 15px
}

.blog-posts .main-content-area article .post-btn-readmore .btn-plain-text-with-arrow-right {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800
}

.blog-posts .main-content-area article .post-btn-readmore .btn-plain-text-with-arrow-right:after {
  font-size: 14px
}

.blog-posts .main-content-area article .post-btn-readmore .btn-plain-text-with-arrow-right:hover {
  color: var(--theme-color1)
}

.blog-posts .main-content-area article .post-btn-readmore .btn-plain-text-with-arrow-right:hover:after {
  color: var(--theme-color1)
}

.blog-posts .main-content-area .isotope-layout .isotope-item article {
  margin-bottom: 0
}

@-webkit-keyframes circle {
  0% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}

@keyframes circle {
  0% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}

.btn-plain-text-with-arrow-right {
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 800 !important
}

.btn-plain-text-with-arrow-right:after {
  font-size: 14px !important
}

.btn-plain-text-with-arrow-right:hover {
  color: var(--theme-color1) !important
}

.btn-plain-text-with-arrow-right:hover:after {
  color: var(--theme-color1) !important
}

body.single-post .main-content-area article {
  margin-bottom: 0;
  border-bottom: none
}

body.single-post .main-content-area article .entry-meta {
  padding: 0;
  margin-top: 60px;
  margin-bottom: 0
}

body.single-post .main-content-area article .entry-meta li {
  position: relative;
  padding-right: 8px
}

body.single-post .main-content-area article .entry-meta li a {
  font-weight: 400
}

body.single-post .main-content-area article .entry-meta li i {
  margin: 0 5px 0 0;
  vertical-align: baseline
}

body.single-post .main-content-area article .entry-meta li i,
body.single-post .main-content-area article .entry-meta li .sl-wrapper .sl-icon svg {
  color: var(--theme-color1)
}

body.single-post .main-content-area article .entry-meta li .sl-wrapper .sl-icon svg:hover {
  color: var(--hover-theme-color)
}

body.single-post .main-content-area article .entry-meta li:first-child:after {
  display: none
}

body.single-post .main-content-area article .entry-meta li:last-child {
  padding-right: 0
}

body.single-post .main-content-area article .entry-header .post-thumb {
  box-shadow: 0 0 50px rgb(5 5 5 / .18);
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block
}

body.single-post .main-content-area article .entry-title {
  margin-top: 0
}

body.single-post .main-content-area article .entry-content h1,
body.single-post .main-content-area article .entry-content h2,
body.single-post .main-content-area article .entry-content h3,
body.single-post .main-content-area article .entry-content h4,
body.single-post .main-content-area article .entry-content h5,
body.single-post .main-content-area article .entry-content h6,
body.single-post .main-content-area article .entry-content .h1,
body.single-post .main-content-area article .entry-content .h2,
body.single-post .main-content-area article .entry-content .h3,
body.single-post .main-content-area article .entry-content .h4,
body.single-post .main-content-area article .entry-content .h5,
body.single-post .main-content-area article .entry-content .h6 {
  margin-top: 30px
}

body.single-post .main-content-area article .entry-content h1:first-child,
body.single-post .main-content-area article .entry-content h2:first-child,
body.single-post .main-content-area article .entry-content h3:first-child,
body.single-post .main-content-area article .entry-content h4:first-child,
body.single-post .main-content-area article .entry-content h5:first-child,
body.single-post .main-content-area article .entry-content h6:first-child,
body.single-post .main-content-area article .entry-content .h1:first-child,
body.single-post .main-content-area article .entry-content .h2:first-child,
body.single-post .main-content-area article .entry-content .h3:first-child,
body.single-post .main-content-area article .entry-content .h4:first-child,
body.single-post .main-content-area article .entry-content .h5:first-child,
body.single-post .main-content-area article .entry-content .h6:first-child {
  margin-top: 0
}

body.single-post .single-post-tags-share {
  border-top: 1px solid #ececec;
  padding: 20px 0 0;
  margin-top: 55px;
  margin-left: 0;
  margin-right: 0
}

@media (min-width:1200px) {
  body.single-post .single-post-tags-share>div {
    max-width: 100%
  }
}

@media (min-width:1200px) {
  body.single-post .single-post-tags-share>div.max-width-half {
    max-width: 50%
  }
}

body.single-post .single-post-tags-share>div:first-child {
  padding-left: 0;
  padding-right: 0
}

@media (max-width:1199.98px) {
  body.single-post .single-post-tags-share>div:first-child {
    margin-bottom: 20px
  }
}

body.single-post .single-post-tags-share>div:last-child {
  padding-left: 0;
  padding-right: 0
}

@media (max-width:1199.98px) {
  body.single-post .single-post-tags-share>div:last-child {
    margin-bottom: 0
  }
}

body.single-post .single-post-tags {
  margin: 0
}

body.single-post .single-post-tags span {
  color: var(--headings-color);
  font-size: 1rem;
  font-family: var(--heading-font-family);
  font-weight: var(--headings-font-weight-h4);
  line-height: var(--section-title-subtitle-line-height)
}

body.single-post .single-post-tags li:not(:first-child) {
  margin: 5px 7px 11px 0
}

body.single-post .single-post-tags a {
  border-radius: 10px;
  font-size: .8rem;
  padding: 8px 25px;
  text-transform: capitalize;
  background-color: #f8f6f0
}

body.single-post .single-post-tags a:hover {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color1)
}

body.single-post .pre-next-post-link {
  margin-top: 60px;
  vertical-align: middle
}

body.single-post .pre-next-post-link .pre-post-link,
body.single-post .pre-next-post-link .next-post-link {
  cursor: pointer;
  display: table;
  height: 100%;
  position: relative;
  width: 100%
}

body.single-post .pre-next-post-link .pre-post-link>*,
body.single-post .pre-next-post-link .next-post-link>* {
  display: table-cell;
  height: 100%;
  position: relative;
  vertical-align: middle
}

body.single-post .pre-next-post-link .pre-post-link .title,
body.single-post .pre-next-post-link .next-post-link .title {
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  color: #9a9a9a;
  font-size: .875rem
}

body.single-post .pre-next-post-link .pre-post-link .content,
body.single-post .pre-next-post-link .next-post-link .content {
  font-size: 1.25rem;
  word-break: break-all
}

body.single-post .pre-next-post-link .pre-post-link .content a,
body.single-post .pre-next-post-link .next-post-link .content a {
  font-size: 1rem;
  font-family: var(--heading-font-family);
  font-weight: var(--headings-font-weight-h4);
  line-height: var(--section-title-subtitle-line-height)
}

body.single-post .pre-next-post-link .pre-post-link span,
body.single-post .pre-next-post-link .next-post-link span {
  color: #f5f5f5;
  font-size: 130px;
  line-height: 0;
  padding-top: 15px;
  transition: all 0.4s ease 0s
}

body.single-post .pre-next-post-link .pre-post-link:hover a,
body.single-post .pre-next-post-link .next-post-link:hover a {
  color: var(--hover-theme-color)
}

body.single-post .pre-next-post-link .pre-post-link:hover span,
body.single-post .pre-next-post-link .next-post-link:hover span {
  color: #ddd
}

body.single-post .pre-next-post-link .pre-post-link .link,
body.single-post .pre-next-post-link .next-post-link .link {
  margin-bottom: 0;
  margin-top: 0
}

body.single-post .pre-next-post-link .next-post-link {
  text-align: right
}

body.single-post .author-info {
  background: #f8f8f8;
  border: 1px solid #f5f5f5;
  margin-top: 60px;
  padding: 40px
}

body.single-post .author-info .author-thumb {
  float: left;
  margin-right: 30px
}

body.single-post .author-info .author-thumb img {
  border-radius: 50%
}

body.single-post .author-info .author-description {
  margin-left: 110px
}

body.single-post .author-info .author-description .author-title {
  margin-bottom: 0;
  margin-top: 0
}

body.single-post .author-info .author-description .author-title .author-title-label {
  display: none;
  font-weight: var(--body-font-bold)
}

body.single-post .author-info .author-description .author-email {
  font-size: 14px
}

body.single-post .author-info .author-description .author-email a {
  color: #a1a1a1;
  font-weight: 400
}

body.single-post .author-info .author-description .author-text p {
  margin-top: 10px;
  margin-bottom: 0
}

@media (max-width:767.98px) {
  body.single-post .author-info .author-thumb {
    float: none
  }

  body.single-post .author-info .author-description {
    margin-left: 0
  }

  body.single-post .author-info .author-description .author-title {
    margin-top: 15px;
    margin-bottom: 7px
  }
}

body.single-post .related-posts {
  margin-top: 60px
}

body.single-post .related-posts .title {
  margin-bottom: 20px;
  font-weight: var(--body-font-bold);
  text-transform: uppercase
}

body.single-post .related-posts article {
  background-color: #fefefe;
  box-shadow: 0 0 50px rgb(5 5 5 / .08)
}

body.single-post .related-posts article .entry-header .post-thumb {
  margin-bottom: 0
}

body.single-post .related-posts article .entry-content {
  padding: 20px
}

body.single-post .related-posts article .entry-date {
  color: #999;
  font-size: .875rem
}

body.single-post .related-posts article .post-excerpt {
  font-size: .875rem;
  margin-bottom: 10px
}

body.single-post .related-posts article .entry-meta {
  padding: 5px 0;
  margin-bottom: 0;
  margin-top: 0
}

body.single-post .related-posts article .post-btn-readmore {
  font-size: 11px;
  font-weight: var(--body-font-bold);
  text-transform: uppercase
}

body.single-post.single-post .related-posts article .entry-title {
  margin-bottom: 0;
  margin-top: 10px
}

body.single-post .post-single.drop-caps .entry-content .post-content>p:first-child:first-letter,
body.single-post .post-single.drop-caps .entry-content .post-excerpt>p:first-child:first-letter {
  color: #222;
  float: left;
  font-size: 75px;
  line-height: .85;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 0
}

body.single-post .comments-no-password {
  margin-top: 1rem
}

body.single-post .no-comments,
body.single-post .comments-no-password {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1)
}

body.single-post .no-comments .close,
body.single-post .comments-no-password .close {
  color: var(--text-color-bg-theme-color1)
}

.comments-area {
  margin-top: 60px
}

.comments-area .comments-title .title {
  margin-bottom: 0;
  margin-top: 0
}

.comments-area .comments-title p {
  display: none
}

.comments-area .comment-list {
  margin: 0 0 60px;
  border-bottom: 1px solid #eee
}

.comments-area .comment-list .comment,
.comments-area .comment-list .pingback,
.comments-area .comment-list .trackback {
  border-top: 1px solid #eee;
  background: #fff;
  box-shadow: 0 0 50px rgb(5 5 5 / .08);
  padding: 30px 30px 30px;
  margin-top: 30px;
  margin-bottom: 0;
  list-style: none
}

.comments-area .comment-list .comment .comment,
.comments-area .comment-list .comment .pingback,
.comments-area .comment-list .comment .trackback,
.comments-area .comment-list .pingback .comment,
.comments-area .comment-list .pingback .pingback,
.comments-area .comment-list .pingback .trackback,
.comments-area .comment-list .trackback .comment,
.comments-area .comment-list .trackback .pingback,
.comments-area .comment-list .trackback .trackback {
  padding-left: 20px;
  padding-right: 0;
  box-shadow: none
}

.comments-area .comment-list .comment .children,
.comments-area .comment-list .pingback .children,
.comments-area .comment-list .trackback .children {
  margin: 20px 0 0 20px
}

.comments-area .comment-list .comment .children>li,
.comments-area .comment-list .pingback .children>li,
.comments-area .comment-list .trackback .children>li {
  padding-bottom: 0;
  margin-bottom: 0
}

.comments-area .comment-list .comment .comment-item-wrapper,
.comments-area .comment-list .pingback .comment-item-wrapper,
.comments-area .comment-list .trackback .comment-item-wrapper {
  position: relative
}

@media (min-width:768px) {

  .comments-area .comment-list .comment .comment-item-wrapper,
  .comments-area .comment-list .pingback .comment-item-wrapper,
  .comments-area .comment-list .trackback .comment-item-wrapper {
    padding-left: 110px
  }
}

@media (max-width:767.98px) {

  .comments-area .comment-list .comment .comment-item-wrapper .comment-thumb,
  .comments-area .comment-list .pingback .comment-item-wrapper .comment-thumb,
  .comments-area .comment-list .trackback .comment-item-wrapper .comment-thumb {
    margin-bottom: 20px
  }
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-thumb img,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-thumb img,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-thumb img {
  border-radius: 50%
}

@media (min-width:768px) {

  .comments-area .comment-list .comment .comment-item-wrapper .comment-thumb img,
  .comments-area .comment-list .pingback .comment-item-wrapper .comment-thumb img,
  .comments-area .comment-list .trackback .comment-item-wrapper .comment-thumb img {
    position: absolute;
    top: 0;
    left: 0
  }
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body {
  display: block;
  padding: 0;
  width: auto
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link-wrapper,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link-wrapper,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link-wrapper {
  position: absolute;
  top: 0;
  right: 0
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link {
  text-align: right
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item {
  display: inline-block;
  margin-right: 0
}

@media (min-width:576px) {

  .comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
  .comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
  .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item {
    padding-left: 6px
  }
}

@media (max-width:575.98px) {

  .comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
  .comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
  .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item {
    padding-left: 0;
    padding-right: 6px
  }
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link,
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1;
  border-radius: 10px;
  font-size: .8rem;
  font-weight: 400;
  padding: 12px 16px;
  background: var(--theme-color1);
  color: var(--text-color-bg-theme-color1)
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:hover,
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:focus,
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:hover,
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:focus,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:hover,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:focus,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:hover,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:focus,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:hover,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:focus,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:hover,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:focus {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2)
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-author-name {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: capitalize
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name a,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name a,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-author-name a {
  transition: all 0.2s ease-in-out
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name a:hover,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name a:hover,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-author-name a:hover {
  text-decoration: underline
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-metadata,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-metadata,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-metadata {
  margin-bottom: 25px
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-metadata a,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-metadata a,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-metadata a {
  font-size: .95rem;
  color: #a1a1a1;
  font-weight: 400
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-metadata a:hover,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-metadata a:hover,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-metadata a:hover {
  color: var(--hover-theme-color)
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content p,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content p,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content p {
  margin-bottom: 30px
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content p:last-of-type,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content p:last-of-type,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content p:last-of-type {
  margin-bottom: 0
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content ul,
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content ol,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content ul,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content ol,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content ul,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content ol {
  padding-left: 10px
}

.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content>ul>li,
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content>ol>li,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content>ul>li,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content>ol>li,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content>ul>li,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content>ol>li {
  padding-left: 0
}

.comments-area .comment-list .pingback .comment-body a,
.comments-area .comment-list .trackback .comment-body a {
  color: var(--headings-color)
}

.comments-area .comment-list .pingback .comment-body a:hover,
.comments-area .comment-list .trackback .comment-body a:hover {
  color: var(--hover-theme-color)
}

.comments-area .comment-list .pingback .comment-body .edit-link a,
.comments-area .comment-list .trackback .comment-body .edit-link a {
  font-size: 1rem
}

@media (max-width:991.98px) {

  .comments-area .comment-list .comment .children,
  .comments-area .comment-list .pingback .children,
  .comments-area .comment-list .trackback .children {
    margin: 5px 0 0 5px
  }
}

@media (max-width:767.98px) {

  .comments-area .comment-list .comment .children,
  .comments-area .comment-list .pingback .children,
  .comments-area .comment-list .trackback .children {
    margin: 0
  }

  .comments-area .comment-list .comment .children .comment,
  .comments-area .comment-list .comment .children .pingback,
  .comments-area .comment-list .comment .children .trackback,
  .comments-area .comment-list .pingback .children .comment,
  .comments-area .comment-list .pingback .children .pingback,
  .comments-area .comment-list .pingback .children .trackback,
  .comments-area .comment-list .trackback .children .comment,
  .comments-area .comment-list .trackback .children .pingback,
  .comments-area .comment-list .trackback .children .trackback {
    padding-left: 5px
  }
}

.comments-area>.comment-respond {
  padding-left: 0;
  padding-right: 0
}

.comment-respond {
  margin: 30px 0 0 0;
  width: 100%;
  padding-right: 15px
}

.comment-respond .comment-reply-title {
  margin-bottom: 20px;
  text-transform: capitalize
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: .85rem;
  text-transform: capitalize;
  margin-left: 10px;
  color: var(--theme-color2)
}

.comment-respond .comment-reply-title #cancel-comment-reply-link:hover {
  color: var(--hover-theme-color)
}

.comment-respond .comment-form {
  margin-bottom: 0
}

.comment-respond .comment-form .logged-in-as,
.comment-respond .comment-form .comment-notes {
  color: #888
}

.comment-respond .comment-form .logged-in-as a,
.comment-respond .comment-form .comment-notes a {
  color: #888;
  font-weight: 400
}

.comment-respond .comment-form .logged-in-as a:hover,
.comment-respond .comment-form .comment-notes a:hover {
  color: var(--hover-theme-color)
}

.comment-respond .comment-form .form-submit {
  margin-bottom: 0
}

.comment-respond .comment-form .form-submit input[type=submit] {
  margin-top: 0;
  border-radius: 10px
}

.comment-respond .comment-form .form-control {
  height: calc(1.8rem + 32px);
  background-color: var(--theme-light-background)
}

.comment-respond .comment-form .form-control:focus {
  background-color: #fff
}

.comment-respond .comment-form textarea.form-control {
  height: auto
}

.comment-respond .form-group label {
  display: none;
  font-size: 14px
}

.comment-respond .form-group .required {
  display: none
}

.comment-respond input[type=submit] {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  border-color: var(--theme-color1)
}

.comment-respond input[type=submit]:hover,
.comment-respond input[type=submit]:focus {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2)
}

.comment-form-cookies-consent label {
  color: #aaa;
  display: inline;
  font-weight: 400
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-right: .6rem
}

.post-password-form {
  margin-bottom: 20px
}

.post-password-form label {
  display: block;
  margin-bottom: 0
}

.post-password-form input[type=password] {
  margin-bottom: 7px !important
}

.post-password-form>:last-child {
  margin-bottom: 0
}

body.single-post .post-password-form label {
  display: inline-block
}

body.single-post .post-password-form input[type=password] {
  margin-bottom: 0 !important
}

body.single-post .post-password-form input[type=submit] {
  margin-top: -3px;
  border-radius: 5px
}

.page-links {
  clear: both;
  padding: 20px 0 20px;
  display: flex;
  align-items: center
}

.page-links a,
.page-links>span {
  border: 0;
  border-radius: 50%;
  font-size: 15px;
  line-height: 1.9;
  width: 40px;
  height: 40px;
  padding: 3px 10px;
  margin-right: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.page-links>span {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1)
}

.page-links a {
  background-color: #f4f5f8;
  border-color: #ddd;
  color: #222
}

.page-links a:hover,
.page-links a:focus {
  border-color: #fff0;
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  text-decoration: none
}

.page-links>.page-links-title {
  border: 0;
  background: none;
  color: #1a1a1a;
  height: auto;
  margin: 0 7px 0 0;
  padding: 0;
  width: auto
}

.gallery {
  margin-bottom: 30px
}

.gallery .isotope-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0
}

.gallery.gallery-columns-2 .isotope-item {
  max-width: 50%
}

.gallery.gallery-columns-3 .isotope-item {
  max-width: 33.33%
}

.gallery.gallery-columns-4 .isotope-item {
  max-width: 25%
}

.gallery.gallery-columns-5 .isotope-item {
  max-width: 20%
}

.gallery.gallery-columns-6 .isotope-item {
  max-width: 16.66%
}

.gallery.gallery-columns-7 .isotope-item {
  max-width: 14.28%
}

.gallery.gallery-columns-8 .isotope-item {
  max-width: 12.5%
}

.gallery.gallery-columns-9 .isotope-item {
  max-width: 11.11%
}

.gallery .gallery-icon img {
  max-width: 100%;
  height: auto;
  margin: 0 auto
}

.gallery .gallery-caption {
  color: #707070;
  color: rgb(51 51 51 / .7);
  display: block;
  font-size: .95rem;
  line-height: 1.5;
  padding: .5em 0
}

.video-player-wrapper video {
  width: 100% !important
}

@media (min-width:1200px) {
  .tm-social-share-icons {
    text-align: right
  }
}

.tm-social-share-icons .title {
  display: inline-block;
  margin-right: 10px;
  font-size: 1rem;
  font-family: var(--heading-font-family);
  color: var(--headings-color);
  font-weight: var(--headings-font-weight-h4);
  line-height: var(--section-title-subtitle-line-height)
}

.tm-social-share-icons .title i {
  color: var(--theme-color1)
}

.tm-social-share-icons .styled-icons {
  display: inline-block;
  margin-bottom: 0
}

.tm-social-share-icons .styled-icons a {
  float: none
}

.tm-social-share-icons .social-share-icons-text {
  display: inline-block
}

.news-details-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 56px;
  border-top: 1px solid #e0e4e8;
  gap: 10px
}

.news-details-bottom p {
  margin: 0
}

.news-details__categories span,
.news-details__tags span {
  color: var(--headings-color);
  font-size: var(--h5-font-size);
  font-family: var(--heading-font-family);
  font-weight: var(--headings-font-weight-h5);
  margin-right: 15px
}

.news-details__categories a,
.news-details__tags a {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  transition: all 300ms ease;
  margin-bottom: 10px;
  line-height: 1;
  font-size: .8rem;
  font-weight: 400;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--theme-color1);
  color: var(--text-color-bg-theme-color1)
}

.news-details__categories a:hover,
.news-details__categories a:focus,
.news-details__tags a:hover,
.news-details__tags a:focus {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2)
}

.news-details__categories a+a,
.news-details__tags a+a {
  margin-left: 6px
}

.news-details__tags a {
  background: #fff0;
  border: 1px solid var(--theme-color1);
  color: var(--theme-color1)
}

.news-details__tags a:hover,
.news-details__tags a:focus {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1)
}

.nav-links {
  margin: 0 0;
  display: flex;
  justify-content: space-between !important;
  background: var(--theme-light-background);
  position: relative
}

@media (max-width:767.98px) {
  .nav-links {
    display: inline-block
  }
}

.nav-links:after {
  content: "";
  position: absolute;
  background: #e7e3e3;
  height: 46%;
  width: 3px;
  left: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translateX(-10px)
}

@media (max-width:767.98px) {
  .nav-links:after {
    content: none
  }
}

.nav-links .prev {
  flex: 1
}

.nav-links .prev a {
  padding: 30px 30px 30px 90px
}

@media (max-width:575.98px) {
  .nav-links .prev a {
    padding: 30px 30px 30px 90px
  }
}

.nav-links .prev a:after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 30px;
  top: 50%;
  bottom: 0;
  transform: translateY(-20px);
  background: var(--theme-color1);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff
}

.nav-links .prev a:hover:after {
  background: var(--theme-color3);
  transition: all 300ms ease
}

.nav-links .prev .thumb {
  margin-right: 20px
}

.nav-links .next {
  flex: 1;
  text-align: right
}

@media (max-width:767.98px) {
  .nav-links .next {
    border-top: 1px solid rgb(222 222 222 / .6)
  }
}

.nav-links .next a {
  padding: 30px 90px 30px 30px
}

@media (max-width:575.98px) {
  .nav-links .next a {
    padding: 30px 90px 30px 30px
  }
}

.nav-links .next a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 30px;
  top: 50%;
  bottom: 0;
  transform: translateY(-20px);
  background: var(--theme-color1);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff
}

.nav-links .next a:hover:after {
  background: var(--theme-color3);
  transition: all 300ms ease
}

.nav-links .next .thumb {
  margin-left: 20px
}

.nav-links>div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden
}

.nav-links>div .thumb a {
  display: inline-block
}

.nav-links>div>a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 16px;
  line-height: 1.637;
  font-weight: 600;
  background-color: var(--theme-light-background);
  padding: 30px;
  width: 100%;
  position: relative
}

.nav-links>div>a:hover {
  color: var(--link-color)
}

.sidebar-area .widget_search .widget-inner {
  padding: 0;
  background: none
}

@media (min-width:992px) {
  .has-sidebar-left {
    flex-direction: row-reverse
  }
}

.sl-wrapper a {
  border-bottom: 0 !important;
  text-decoration: none !important
}

.sl-wrapper .sl-button {
  font-size: 1em;
  line-height: 1;
  font-weight: 400
}

.sl-wrapper a.liked {
  color: #da1b1b
}

.sl-wrapper a.liked:hover,
.sl-wrapper a.liked:active,
.sl-wrapper a.liked:focus {
  color: #666
}

.sl-wrapper .sl-icon {
  margin-right: .3125em;
  vertical-align: initial
}

.sl-wrapper .sl-icon svg {
  fill: currentColor;
  width: 1em;
  height: 1em
}

.sl-wrapper .sl-icon svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.sl-wrapper .loader,
.sl-wrapper .loader:before,
.sl-wrapper .loader:after {
  background: rgb(0 0 0 / .2);
  -webkit-animation: slloader 1s infinite ease-in-out;
  animation: slloader 1s infinite ease-in-out;
  width: .2em;
  height: .6em
}

.sl-wrapper .loader:before,
.sl-wrapper .loader:after {
  position: absolute;
  top: 0;
  content: ""
}

.sl-wrapper .loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s
}

.sl-wrapper .loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s
}

.sl-wrapper .loader:after {
  left: .375em
}

@-webkit-keyframes slloader {

  0%,
  80%,
  100% {
    box-shadow: 0 0 rgb(0 0 0 / .2);
    height: .6em
  }

  40% {
    box-shadow: 0 -.3em rgb(0 0 0 / .2);
    height: 1em
  }
}

@keyframes slloader {

  0%,
  80%,
  100% {
    box-shadow: 0 0 rgb(0 0 0 / .2);
    height: .6em
  }

  40% {
    box-shadow: 0 -.3em rgb(0 0 0 / .2);
    height: 1em
  }
}

body:not(.single) article.format-link {
  padding: 50px 30px;
  background-color: #fdfdfd;
  text-align: center;
  border: 1px solid rgb(222 222 222 / .3);
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center
}

body:not(.single) article.format-link .link-content {
  height: 100%;
  display: table
}

body:not(.single) article.format-link .link-content .link-content-wrapper {
  height: 100%;
  display: table-cell;
  vertical-align: middle
}

body:not(.single) article.format-link .link-content .link-content-wrapper .title {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.5
}

body:not(.single) article.format-link .link-content .link-content-wrapper .post-excerpt {
  margin-bottom: 0
}

body:not(.single) article.format-link .link-content .link-content-wrapper .link {
  color: #999
}

body:not(.single) article.format-link .link-content .link-content-wrapper .link-url {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2
}

body:not(.single) article.format-link:after {
  content: "";
  background: url('../media/link.png') no-repeat;
  opacity: .1;
  position: absolute;
  right: 0;
  top: 30px;
  margin: 0 auto;
  left: 0;
  width: 100px;
  height: 100px;
  z-index: -1;
  transition: all 0.3s ease-in-out
}

body:not(.single) article.format-quote {
  background-color: #fdfdfd;
  padding: 50px 30px;
  text-align: center;
  border: 1px solid rgb(222 222 222 / .3);
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center
}

body:not(.single) article.format-quote .quote-content {
  height: 100%;
  display: table
}

body:not(.single) article.format-quote .quote-content .quote-content-wrapper {
  height: 100%;
  display: table-cell;
  vertical-align: middle
}

body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote {
  border: none
}

body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote .title {
  font-size: 1.6rem
}

body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote .post-excerpt {
  margin-bottom: 0
}

body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote .quote {
  margin-bottom: 20px;
  line-height: 1.5
}

body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote footer {
  font-size: .9rem;
  color: #999
}

body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote:before {
  color: rgb(250 250 250 / .7);
  content: "\f067";
  display: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 7rem;
  line-height: 1;
  opacity: .2;
  position: absolute;
  bottom: 0;
  right: 7px;
  transform: rotate(180deg)
}

body:not(.single) article.format-quote:after {
  content: "";
  background: url('../media/quote.png') no-repeat;
  opacity: .1;
  position: absolute;
  right: 0;
  top: 30px;
  margin: 0 auto;
  left: 0;
  width: 100px;
  height: 100px;
  z-index: -1;
  transition: all 0.3s ease-in-out
}

body.search-results .main-content-area article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f5f5f5
}

table {
  margin: 0 0 40px;
  width: 100%
}

table td,
table th {
  padding: 5px
}

.main-content-area {
  min-height: 0
}

.tm-item-appear-clip-path-right {
  clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 100%);
  -webkit-transition: 1s cubic-bezier(.85, .15, .25, 1) !important;
  -moz-transition: 1s cubic-bezier(.85, .15, .25, 1) !important;
  transition: 1s cubic-bezier(.85, .15, .25, 1) !important
}

.tm-item-appear-clip-path-right.tm-item-appeared {
  clip-path: inset(-20% -20% -20% -20%);
  -webkit-clip-path: inset(-20% -20% -20% -20%)
}

.tm-item-appear-clip-path {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(.85, .15, .25, 1) !important;
  -moz-transition: 1s cubic-bezier(.85, .15, .25, 1) !important;
  transition: 1s cubic-bezier(.85, .15, .25, 1) !important
}

.tm-item-appear-clip-path.tm-item-appeared {
  clip-path: inset(-20% -20% -20% -20%);
  -webkit-clip-path: inset(-20% -20% -20% -20%)
}

.tm-appear-block-holder {
  position: relative;
  overflow: hidden
}

.tm-appear-block-holder:after,
.tm-appear-block-holder:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.tm-appear-block-holder:after {
  background-color: var(--theme-color2);
  z-index: 2;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%)
}

.tm-appear-block-holder:before {
  background-color: var(--theme-color1);
  z-index: 1;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%)
}

.tm-appear-block-holder.tm-item-appeared:after {
  -webkit-animation: tm-appear-block-holder-animation 1.2s 0.2s cubic-bezier(1, 0, .54, .99) forwards;
  animation: tm-appear-block-holder-animation 1.2s 0.2s cubic-bezier(1, 0, .54, .99) forwards
}

.tm-appear-block-holder.tm-item-appeared:before {
  -webkit-animation: tm-appear-block-holder-animation 1.5s cubic-bezier(.86, 0, .07, 1) forwards;
  animation: tm-appear-block-holder-animation 1.5s cubic-bezier(.86, 0, .07, 1) forwards
}

@-webkit-keyframes tm-appear-block-holder-animation {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%)
  }
}

@keyframes tm-appear-block-holder-animation {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%)
  }
}

.elementor-editor-active .elementor-column.tm-appear-block-holder:after,
.elementor-editor-active .elementor-widget-mkdf_single_image.tm-appear-block-holder:after {
  -webkit-animation: tm-appear-block-holder-animation 1.2s 0.2s cubic-bezier(1, 0, .54, .99) forwards;
  animation: tm-appear-block-holder-animation 1.2s 0.2s cubic-bezier(1, 0, .54, .99) forwards
}

.elementor-editor-active .elementor-column.tm-appear-block-holder:before,
.elementor-editor-active .elementor-widget-mkdf_single_image.tm-appear-block-holder:before {
  -webkit-animation: tm-appear-block-holder-animation 1.5s cubic-bezier(.86, 0, .07, 1) forwards;
  animation: tm-appear-block-holder-animation 1.5s cubic-bezier(.86, 0, .07, 1) forwards
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1.3s
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 1s
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-15%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 1s
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(15%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.tm-animation-floating {
  -webkit-animation-name: tm-animation-floating;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out
}

@-webkit-keyframes tm-animation-floating {
  from {
    -webkit-transform: translate(0, 0)
  }

  65% {
    -webkit-transform: translate(0, 15px)
  }

  to {
    -webkit-transform: translate(0, 0)
  }
}

@-moz-keyframes tm-animation-floating {
  from {
    -moz-transform: translate(0, 0)
  }

  65% {
    -moz-transform: translate(0, 15px)
  }

  to {
    -moz-transform: translate(0, 0)
  }
}

.tm-animation-slide-horizontal {
  -webkit-animation: tm-animation-slide-horizontal 3s linear infinite alternate-reverse both;
  animation: tm-animation-slide-horizontal 3s linear infinite alternate-reverse both
}

@-webkit-keyframes tm-animation-slide-horizontal {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
  }
}

@keyframes tm-animation-slide-horizontal {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
  }
}

.tm-animation-flicker {
  -webkit-animation: tm-animation-flicker 3s infinite;
  -moz-animation: tm-animation-flicker 3s infinite;
  -o-animation: tm-animation-flicker 3s infinite;
  animation: tm-animation-flicker 3s infinite
}

@keyframes tm-animation-flicker {
  0% {
    opacity: 1
  }

  50% {
    opacity: .3
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes tm-animation-flicker {
  0% {
    opacity: 1
  }

  50% {
    opacity: .3
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes tm-animation-flicker {
  0% {
    opacity: 1
  }

  50% {
    opacity: .3
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes tm-animation-flicker {
  0% {
    opacity: 1
  }

  50% {
    opacity: .3
  }

  100% {
    opacity: 1
  }
}

.tm-animation-spin {
  -webkit-animation: tm-animation-spin 10s linear infinite;
  -moz-animation: tm-animation-spin 10s linear infinite;
  animation: tm-animation-spin 10s linear infinite
}

@-moz-keyframes tm-animation-spin {
  100% {
    -moz-transform: rotate(360deg)
  }
}

@-webkit-keyframes tm-animation-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes tm-animation-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.tm-animation-random-animation1 {
  -webkit-animation: random-animation1 20s linear infinite alternate;
  -moz-animation: random-animation1 20s linear infinite alternate;
  animation: random-animation1 20s linear infinite alternate
}

@keyframes random-animation1 {
  0% {
    transform: translate(0, 0) rotate(0deg)
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg)
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg)
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg)
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg)
  }

  100% {
    transform: translate(0, 0) rotate(0deg)
  }
}

@-webkit-keyframes random-animation1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg)
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg)
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg)
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg)
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg)
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0deg)
  }
}

.tm-animation-random-animation2 {
  -webkit-animation: random-animation2 20s linear infinite alternate;
  -moz-animation: random-animation2 20s linear infinite alternate;
  animation: random-animation2 20s linear infinite alternate
}

@keyframes random-animation2 {
  0% {
    transform: translate(61px, -99px) rotate(0deg)
  }

  21% {
    transform: translate(4px, -190px) rotate(38deg)
  }

  41% {
    transform: translate(-139px, -200px) rotate(74deg)
  }

  60% {
    transform: translate(-263px, -164px) rotate(108deg)
  }

  80% {
    transform: translate(-195px, -49px) rotate(144deg)
  }

  100% {
    transform: translate(-1px, 0) rotate(180deg)
  }
}

@-webkit-keyframes random-animation2 {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg)
  }

  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg)
  }

  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg)
  }

  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg)
  }

  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg)
  }

  100% {
    -webkit-transform: translate(-1px, 0) rotate(180deg)
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

.pagination-wrapper {
  text-align: center
}

.pagination {
  margin-top: 40px;
  display: inline-flex
}

.pagination>.page-item {
  padding-left: 0 !important;
  margin-right: 10px
}

.pagination>.page-item .page-link {
  color: var(--headings-color);
  border-color: #ddd;
  background-color: #f4f5f8;
  border: 0;
  border-radius: 50%;
  text-align: center;
  height: 50px;
  width: 50px;
  display: table-cell;
  vertical-align: middle
}

@media (max-width:991.98px) {
  .pagination>.page-item .page-link {
    height: 45px;
    width: 45px
  }
}

.pagination>.page-item .page-link:hover:not(.dots) {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1)
}

.pagination>.page-item .page-link.dots {
  background-color: #fff0
}

.pagination>.page-item.active .page-link {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1)
}

.box-hover-effect {
  display: block;
  vertical-align: middle
}

.box-hover-effect .effect-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%
}

.box-hover-effect .effect-wrapper .thumb {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease
}

.box-hover-effect .effect-wrapper .thumb.gradient-effect:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: #181818;
  background: -moz-linear-gradient(top, #000000, rgb(0 0 0 / .55), transparent);
  background: -webkit-linear-gradient(top, #000000, rgb(0 0 0 / .55), transparent);
  background: linear-gradient(to top, #000000, rgb(0 0 0 / .55), transparent);
  content: "";
  z-index: 1
}

.box-hover-effect .effect-wrapper .hover-link {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: none !important;
  color: transparent !important;
  z-index: 9
}

.box-hover-effect .effect-wrapper .text-holder {
  display: inline-block;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease 0s;
  z-index: 13
}

.box-hover-effect .effect-wrapper .text-holder .title {
  color: #fff
}

.box-hover-effect:hover .effect-wrapper .thumb {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.box-hover-effect:hover .effect-wrapper .overlay-shade {
  opacity: .7;
  filter: alpha(opacity=90)
}

.post-excerpt blockquote:not([class*=has-]),
.comment-content blockquote,
.page-content blockquote,
.post-excerpt .wp-block-quote,
.widget_block .wp-block-quote,
.main-content-area article .post-excerpt .wp-block-quote,
.tm-sc-blockquote {
  color: #333;
  background-color: #f4f5f8;
  border-left: 2px solid var(--theme-color2);
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 7px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.3s ease
}

.post-excerpt blockquote:not([class*=has-]):before,
.comment-content blockquote:before,
.page-content blockquote:before,
.post-excerpt .wp-block-quote:before,
.widget_block .wp-block-quote:before,
.main-content-area article .post-excerpt .wp-block-quote:before,
.tm-sc-blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  font-size: 4rem;
  line-height: 1;
  color: var(--theme-color2);
  opacity: .07;
  right: 30px;
  transition: all 0.3s ease
}

.post-excerpt blockquote:not([class*=has-]):after,
.comment-content blockquote:after,
.page-content blockquote:after,
.post-excerpt .wp-block-quote:after,
.widget_block .wp-block-quote:after,
.main-content-area article .post-excerpt .wp-block-quote:after,
.tm-sc-blockquote:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease
}

.post-excerpt blockquote:not([class*=has-]) p,
.comment-content blockquote p,
.page-content blockquote p,
.post-excerpt .wp-block-quote p,
.widget_block .wp-block-quote p,
.main-content-area article .post-excerpt .wp-block-quote p,
.tm-sc-blockquote p {
  margin-bottom: 15px
}

.post-excerpt blockquote:not([class*=has-]) cite,
.comment-content blockquote cite,
.page-content blockquote cite,
.post-excerpt .wp-block-quote cite,
.widget_block .wp-block-quote cite,
.main-content-area article .post-excerpt .wp-block-quote cite,
.tm-sc-blockquote cite {
  transition: all 0.3s ease;
  color: var(--theme-color2);
  display: block
}

.post-excerpt blockquote:not([class*=has-]) cite a,
.comment-content blockquote cite a,
.page-content blockquote cite a,
.post-excerpt .wp-block-quote cite a,
.widget_block .wp-block-quote cite a,
.main-content-area article .post-excerpt .wp-block-quote cite a,
.tm-sc-blockquote cite a {
  color: var(--theme-color2)
}

.post-excerpt blockquote:not([class*=has-])>:last-child,
.comment-content blockquote>:last-child,
.page-content blockquote>:last-child,
.post-excerpt .wp-block-quote>:last-child,
.widget_block .wp-block-quote>:last-child,
.main-content-area article .post-excerpt .wp-block-quote>:last-child,
.tm-sc-blockquote>:last-child {
  margin-bottom: 0
}

.post-excerpt blockquote:not([class*=has-]).has-text-align-right,
.comment-content blockquote.has-text-align-right,
.page-content blockquote.has-text-align-right,
.post-excerpt .wp-block-quote.has-text-align-right,
.widget_block .wp-block-quote.has-text-align-right,
.main-content-area article .post-excerpt .wp-block-quote.has-text-align-right,
.tm-sc-blockquote.has-text-align-right {
  border-right: 2px solid var(--theme-color2);
  border-left: 0
}

.post-excerpt blockquote:not([class*=has-]).has-text-align-right:before,
.comment-content blockquote.has-text-align-right:before,
.page-content blockquote.has-text-align-right:before,
.post-excerpt .wp-block-quote.has-text-align-right:before,
.widget_block .wp-block-quote.has-text-align-right:before,
.main-content-area article .post-excerpt .wp-block-quote.has-text-align-right:before,
.tm-sc-blockquote.has-text-align-right:before {
  right: auto;
  left: 30px;
  transform: rotateX(-180deg)
}

.post-excerpt .elementor-element blockquote {
  margin-bottom: 0
}

.wp-block-group .wp-block-group__inner-container .wp-block-quote p:last-of-type {
  margin-bottom: 15px
}

.btn-gray {
  color: #fff;
  background-color: #666;
  border-color: #666;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .15), 0 1px 1px rgb(0 0 0 / .075)
}

.btn-gray:hover {
  color: #fff;
  background-color: #575757;
  border-color: #525252
}

.btn-light-gray {
  color: #000;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .15), 0 1px 1px rgb(0 0 0 / .075)
}

.btn-light-gray:hover {
  color: #000;
  background-color: #ececec;
  border-color: #ebebeb
}

.btn-outline-gray {
  color: #666;
  border-color: #666
}

.btn-outline-gray:hover {
  color: #fff;
  background-color: #666;
  border-color: #666
}

.btn-outline-light-gray {
  color: #e9e9e9;
  border-color: #e9e9e9
}

.btn-outline-light-gray:hover {
  color: #000;
  background-color: #e9e9e9;
  border-color: #e9e9e9
}

.btn-xs {
  padding: .5rem 1rem;
  font-size: .8rem;
  border-radius: .2rem
}

.btn,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]),
.wc-forward,
.woosw-item .button,
.woosw-item .added_to_cart,
.woosc_table .button,
.woosc_table .added_to_cart,
.comment-respond .comment-form .form-submit input[type=submit] {
  font-size: var(--btn-font-size);
  line-height: 1.4;
  padding: 1.2rem 3.2rem;
  font-family: var(--body-font-family);
  font-weight: 600;
  letter-spacing: .05em;
  overflow: hidden;
  text-align: center;
  border-radius: 0;
  border-width: 0;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out
}

.btn.focus,
.btn:focus,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]).focus,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):focus,
.wc-forward.focus,
.wc-forward:focus,
.woosw-item .button.focus,
.woosw-item .button:focus,
.woosw-item .added_to_cart.focus,
.woosw-item .added_to_cart:focus,
.woosc_table .button.focus,
.woosc_table .button:focus,
.woosc_table .added_to_cart.focus,
.woosc_table .added_to_cart:focus,
.comment-respond .comment-form .form-submit input[type=submit].focus,
.comment-respond .comment-form .form-submit input[type=submit]:focus {
  box-shadow: none !important
}

.btn i,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]) i,
.wc-forward i,
.woosw-item .button i,
.woosw-item .added_to_cart i,
.woosc_table .button i,
.woosc_table .added_to_cart i,
.comment-respond .comment-form .form-submit input[type=submit] i {
  margin-right: 5px
}

.btn-theme-colored1,
.btn-theme-colored2,
.btn-theme-colored3,
.btn-theme-colored4,
.btn-outline-theme-colored1,
.btn-outline-theme-colored2,
.btn-outline-theme-colored3,
.btn-outline-theme-colored3,
.btn-light,
.btn-outline-light,
.btn-dark,
.btn-outline-dark,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]),
.woosw-item .button,
.wc-forward,
.woosw-item .added_to_cart,
.woosc_table .button,
.woosc_table .added_to_cart {
  position: relative;
  z-index: 0
}

.btn-theme-colored1:before,
.btn-theme-colored2:before,
.btn-theme-colored3:before,
.btn-theme-colored4:before,
.btn-outline-theme-colored1:before,
.btn-outline-theme-colored2:before,
.btn-outline-theme-colored3:before,
.btn-outline-theme-colored3:before,
.btn-light:before,
.btn-outline-light:before,
.btn-dark:before,
.btn-outline-dark:before,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):before,
.woosw-item .button:before,
.wc-forward:before,
.woosw-item .added_to_cart:before,
.woosc_table .button:before,
.woosc_table .added_to_cart:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--theme-color2);
  z-index: -1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
  transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
  transition: transform 500ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
  -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
  transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.btn-theme-colored1:hover:before,
.btn-theme-colored1:focus:before,
.btn-theme-colored2:hover:before,
.btn-theme-colored2:focus:before,
.btn-theme-colored3:hover:before,
.btn-theme-colored3:focus:before,
.btn-theme-colored4:hover:before,
.btn-theme-colored4:focus:before,
.btn-outline-theme-colored1:hover:before,
.btn-outline-theme-colored1:focus:before,
.btn-outline-theme-colored2:hover:before,
.btn-outline-theme-colored2:focus:before,
.btn-outline-theme-colored3:hover:before,
.btn-outline-theme-colored3:focus:before,
.btn-outline-theme-colored3:hover:before,
.btn-outline-theme-colored3:focus:before,
.btn-light:hover:before,
.btn-light:focus:before,
.btn-outline-light:hover:before,
.btn-outline-light:focus:before,
.btn-dark:hover:before,
.btn-dark:focus:before,
.btn-outline-dark:hover:before,
.btn-outline-dark:focus:before,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):hover:before,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):focus:before,
.woosw-item .button:hover:before,
.woosw-item .button:focus:before,
.wc-forward:hover:before,
.wc-forward:focus:before,
.woosw-item .added_to_cart:hover:before,
.woosw-item .added_to_cart:focus:before,
.woosc_table .button:hover:before,
.woosc_table .button:focus:before,
.woosc_table .added_to_cart:hover:before,
.woosc_table .added_to_cart:focus:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left
}

.btn-xs {
  padding: .5rem 1.2rem;
  font-size: .75rem
}

.btn-sm {
  padding: 1rem 2.4rem;
  font-size: .75rem
}

.btn-lg {
  padding: 1.3rem 3rem
}

[class*=" btn-outline-"] {
  border-width: 1px;
  padding: 1rem 2.5rem
}

[class*=" btn-outline-"].btn-xs {
  padding: .55rem 1.2rem
}

[class*=" btn-outline-"].btn-sm {
  padding: .8rem 1.7rem
}

[class*=" btn-outline-"].btn-lg {
  padding: 1.1rem 3rem
}

.btn-light,
.btn-outline-light {
  background-color: #f7f4ed;
  border-color: #f7f4ed;
  box-shadow: none;
  font-family: var(--body-font-family);
  font-weight: 600;
  font-size: var(--btn-font-size);
  color: var(--theme-color2)
}

.btn-light:hover,
.btn-outline-light:hover {
  background-color: #f7f4ed;
  border-color: #f7f4ed;
  box-shadow: none
}

.btn-outline-light {
  background-color: #fff0
}

.btn-outline-light:hover {
  background-color: #fff0
}

.btn-dark,
.btn-outline-dark {
  box-shadow: 0 7px 20px rgb(33 37 41 / .2)
}

.btn-dark:hover,
.btn-outline-dark:hover {
  box-shadow: 0 1px 20px rgb(33 37 41 / .5)
}

.btn-outline-light {
  background-color: #fff0
}

.btn-gray:hover {
  color: #666;
  border-color: #666;
  background-color: #fff0
}

.btn-3d {
  box-shadow: 0 4px 1px #999;
  margin-bottom: 4px
}

.btn-round {
  border-radius: 3rem
}

.btn-flat {
  border-radius: 0
}

.btn-plain-text {
  color: #aaa;
  font-size: 1rem;
  padding: 0;
  border: 0;
  padding-bottom: 3px
}

.btn-plain-text.focus,
.btn-plain-text:focus {
  box-shadow: none
}

.btn-plain-text-with-arrow {
  color: #31333e;
  font-size: 1rem;
  padding: 0;
  border: 0;
  text-transform: capitalize
}

.btn-plain-text-with-arrow:before {
  color: var(--theme-color2);
  display: inline-block;
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-variant: normal;
  font-weight: 600;
  line-height: 1;
  margin-right: 8px;
  position: relative;
  text-shadow: none;
  text-transform: none;
  transition: all 0.3s ease 0s
}

.btn-plain-text-with-arrow:focus,
.btn-plain-text-with-arrow:hover {
  color: var(--theme-color2)
}

.btn-plain-text-with-arrow:focus:before,
.btn-plain-text-with-arrow:hover:before {
  color: var(--theme-color2);
  transform: rotateX(180deg);
  -webkit-animation: moveArrow 1s;
  -moz-animation: moveArrow 1s;
  animation: moveArrow 1s
}

.btn-plain-text-with-arrow.focus,
.btn-plain-text-with-arrow:focus {
  box-shadow: none
}

.btn-plain-text-with-arrow.text-white:after {
  color: #fff !important
}

.btn-plain-text-with-arrow-right {
  color: #31333e;
  font-size: 1rem;
  padding: 0;
  border: 0;
  text-transform: capitalize
}

.btn-plain-text-with-arrow-right:after {
  color: var(--theme-color1);
  display: inline-block;
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-variant: normal;
  font-weight: 600;
  line-height: 1;
  margin-left: 10px;
  position: relative;
  text-shadow: none;
  text-transform: none;
  transition: all 0.3s ease 0s
}

.btn-plain-text-with-arrow-right:focus,
.btn-plain-text-with-arrow-right:hover {
  color: var(--theme-color3)
}

.btn-plain-text-with-arrow-right:focus:after,
.btn-plain-text-with-arrow-right:hover:after {
  color: var(--theme-color3);
  -webkit-animation: moveArrow 1s;
  -moz-animation: moveArrow 1s;
  animation: moveArrow 1s
}

.btn-plain-text-with-arrow-right.focus,
.btn-plain-text-with-arrow-right:focus {
  box-shadow: none
}

.btn-plain-text-with-arrow-right.text-white:after {
  color: #fff !important
}

@keyframes moveArrow {

  0%,
  55% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1)
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(13px) scale(.9);
    -moz-transform: translateX(13px) scale(.9);
    transform: translateX(13px) scale(.9)
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-13px) scale(.9);
    -moz-transform: translateX(-13px) scale(.9);
    transform: translateX(-13px) scale(.9)
  }
}

.btn-hover-bg-white:hover,
.btn-hover-bg-white:focus {
  color: #333 !important
}

.btn-hover-bg-white:hover:before,
.btn-hover-bg-white:focus:before {
  background-color: #fff
}

.btn-circle-arrow {
  border: 0;
  padding: 0;
  border-radius: 50%;
  font-size: 1.2rem;
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 55px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #f1f1f1;
  position: relative;
  transition: all 0.3s ease
}

.btn-circle-arrow:after {
  position: absolute;
  content: "\f30b";
  left: 50%;
  font-size: 25px;
  top: 50%;
  font-weight: 700;
  color: #111;
  font-family: "Font Awesome 5 Free";
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  z-index: 9;
  color: var(--theme-color2)
}

.btn .btn-icon,
.btn .btn-icon svg {
  transition: all 0.3s ease
}

.theme-btn-style-one {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  color: var(--text-color-bg-theme-color1);
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  background: var(--gradient-1)
}

.theme-btn-style-one span {
  position: relative;
  display: flex;
  align-items: center
}

.theme-btn-style-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 100px;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  background: var(--gradient-2)
}

.theme-btn-style-one:hover {
  color: var(--text-color-bg-theme-color1)
}

.theme-btn-style-one:hover:before {
  width: 0;
  left: 100%
}

.theme-btn-style-two {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  color: var(--text-color-bg-theme-color1);
  transition: all 500ms ease 0s;
  background: var(--theme-color3)
}

.theme-btn-style-two span {
  position: relative;
  display: flex;
  align-items: center
}

.theme-btn-style-two::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 100px;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  background: var(--gradient-1)
}

.theme-btn-style-two:hover {
  color: var(--text-color-bg-theme-color1)
}

.theme-btn-style-two:hover:before {
  width: 0;
  right: 100%
}

.tm-sc .excerpt {
  margin-bottom: 20px
}

.tm-loadmore-container {
  text-align: center;
  margin-top: 50px
}

.tm-sc-section-title {
  margin-bottom: 60px
}

.tm-sc-section-title .title-wrapper {
  margin-bottom: 0;
  position: relative
}

.tm-sc-section-title .title-wrapper .title {
  margin-top: -6px;
  margin-bottom: 10px;
  line-height: var(--section-title-line-height);
  position: relative;
  z-index: 0;
  font-family: var(--section-title-font-family);
  font-weight: var(--section-title-font-weight);
  transition: all 0.3s ease
}

.tm-sc-section-title .title-wrapper .title .title-shadow-text {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  color: #ddd;
  font-size: 6rem;
  opacity: .4;
  top: -40px
}

@media (max-width:767.98px) {
  .tm-sc-section-title .title-wrapper .title .title-shadow-text {
    font-size: 4rem;
    top: -20px
  }
}

.tm-sc-section-title .title-wrapper .title span {
  line-height: 1;
  display: inline
}

.tm-sc-section-title .title-wrapper h2.title {
  font-size: var(--section-title-font-size)
}

@media (max-width:767.98px) {
  .tm-sc-section-title .title-wrapper h2.title {
    font-size: var(--h2-font-size-mob)
  }
}

.tm-sc-section-title .title-wrapper .sub-title-outer {
  position: relative;
  margin-bottom: 5px;
  display: inline-block
}

.tm-sc-section-title .title-wrapper .sub-title-outer .subtitle {
  position: relative;
  display: block;
  z-index: 1;
  color: var(--section-title-subtitle-color);
  font-size: var(--section-title-subtitle-font-size);
  line-height: var(--section-title-subtitle-line-height);
  font-family: var(--section-title-subtitle-font-family);
  font-weight: var(--section-title-subtitle-font-weight);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 20px;
  transition: all 0.3s ease
}

.tm-sc-section-title .title-wrapper .sub-title-outer .divider {
  position: relative;
  display: inline-block;
  width: 100%;
  background-image: url('../media/icon-power.png');
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  height: 15px
}

.tm-sc-section-title .title-wrapper .sub-title-outer .divider:after {
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: 1px solid var(--theme-color1);
  content: "";
  width: 50%;
  margin-left: 11px
}

.tm-sc-section-title .title-wrapper .sub-title-outer .divider:before {
  position: absolute;
  top: 50%;
  border-bottom: 1px solid var(--theme-color1);
  content: "";
  width: 50%;
  margin-left: 11px;
  right: 50%;
  left: auto;
  margin-right: 11px;
  margin-left: 0
}

.tm-sc-section-title .title-wrapper :first-child {
  margin-top: 0
}

.tm-sc-section-title .title-wrapper .paragraph {
  position: relative;
  transition: all 0.3s ease
}

.tm-sc-section-title .title-wrapper .paragraph>* {
  transition: all 0.3s ease
}

.tm-sc-section-title.subtitle-current-style1.dark .title-wrapper .sub-title-outer .subtitle::before {
  filter: brightness(0)
}

.tm-sc-section-title.subtitle-current-style1 .title-wrapper .sub-title-outer .subtitle {
  position: relative;
  color: #000;
  border: 3px solid #eee9e3;
  display: inline-block;
  padding: 2px 24px;
  letter-spacing: .2em;
  line-height: 30px;
  font-family: var(--heading-font-family);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px
}

.tm-sc-section-title.subtitle-current-style1 .title-wrapper .sub-title-outer .subtitle::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 19px;
  height: 14px;
  background-image: url('../media/subtitle-before.png');
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.tm-sc-section-title.title-icon-pos-icon-top .title-wrapper .subtitle {
  display: block
}

.elementor-widget-tm-ele-section-title.horizontal-line-align-center .tm-sc-section-title .title-wrapper:before,
.elementor-widget-tm-ele-section-title.horizontal-line-align-center .tm-sc-section-title .title-wrapper:after {
  left: 50%;
  transform: translate(-50%, 0)
}

.elementor-widget-tm-ele-section-title.horizontal-line-align-right .tm-sc-section-title .title-wrapper:before,
.elementor-widget-tm-ele-section-title.horizontal-line-align-right .tm-sc-section-title .title-wrapper:after {
  left: auto;
  right: 0
}

.elementor-widget-tm-ele-section-title.vertical-line-align-top .tm-sc-section-title .title-wrapper:before,
.elementor-widget-tm-ele-section-title.vertical-line-align-top .tm-sc-section-title .title-wrapper:after {
  bottom: auto;
  top: -20px
}

#sb_instagram {
  padding-bottom: 0 !important;
  position: relative
}

#sb_instagram .sbi_follow_btn {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1
}

#sb_instagram .sbi_follow_btn a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding: 15px 25px;
  margin: 5px auto 0;
  background: #333;
  border: none;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.1s ease-in
}

#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus {
  box-shadow: none
}

#sb_instagram #sbi_load {
  padding: 0 !important
}

#sb_instagram .sbi_photo_wrap .sbi_photo {
  position: relative;
  transition: all 0.5s ease
}

#sb_instagram .sbi_photo_wrap .sbi_photo:before {
  color: var(--text-color-bg-theme-color1);
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-weight: 600;
  font-size: 30px;
  position: absolute;
  top: 40%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  z-index: 3
}

#sb_instagram .sbi_photo_wrap .sbi_photo:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(var(--theme-color1-rgb), .8);
  transition: all 0.3s ease-out
}

#sb_instagram .sbi_photo_wrap .sbi_photo:hover:before {
  top: 50%;
  opacity: 1;
  visibility: visible
}

#sb_instagram .sbi_photo_wrap .sbi_photo:hover:after {
  opacity: 1;
  visibility: visible
}

#sb_instagram .sbi_follow_btn a {
  color: var(--text-color-bg-theme-color2);
  background: rgba(var(--theme-color2-rgb), .99) !important;
  box-shadow: none !important
}

#sb_instagram .sbi_follow_btn a:hover {
  color: var(--text-color-bg-theme-color1);
  background: rgba(var(--theme-color1-rgb), .99) !important
}

.tm-curve-cta-yes {
  position: relative;
  z-index: 0
}

.tm-curve-cta-yes:before {
  height: 100%;
  width: 47%;
  content: "";
  background-color: #fff0;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-color: var(--theme-color2)
}

.tm-curve-cta-yes:after {
  height: 100%;
  width: 47%;
  content: "";
  background-color: #fff0;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  top: 0;
  bottom: 0;
  left: -7px;
  z-index: -2;
  background-color: var(--theme-color1)
}

@media only screen and (max-width:1024px) {

  .tm-curve-cta-yes:before,
  .tm-curve-cta-yes:after {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)
  }
}

.wp-block-calendar table,
.wp-block-calendar th,
.wp-block-calendar td,
.widget_calendar table,
.widget_calendar th,
.widget_calendar td {
  border: 1px solid rgb(51 51 51 / .1)
}

.wp-block-calendar .wp-calendar-table,
.widget_calendar .wp-calendar-table {
  margin-bottom: 10px
}

.wp-block-calendar .wp-calendar-table thead,
.widget_calendar .wp-calendar-table thead {
  background-color: var(--theme-color1)
}

.wp-block-calendar .wp-calendar-table thead th,
.widget_calendar .wp-calendar-table thead th {
  background-color: #fff0;
  color: var(--text-color-bg-theme-color1);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px
}

.wp-block-calendar .wp-calendar-table tbody,
.widget_calendar .wp-calendar-table tbody {
  background-color: #fff
}

.wp-block-calendar .wp-calendar-table tbody td,
.widget_calendar .wp-calendar-table tbody td {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 8px
}

.wp-block-calendar .wp-calendar-table caption,
.widget_calendar .wp-calendar-table caption {
  text-align: center;
  color: var(--theme-color1);
  padding-bottom: 0;
  padding-top: 20px;
  caption-side: bottom
}

.wp-block-calendar a,
.widget_calendar a {
  text-decoration: none
}

.wp-block-calendar .calendar_wrap nav,
.widget_calendar .calendar_wrap nav {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.wp-block-calendar .calendar_wrap nav a,
.widget_calendar .calendar_wrap nav a {
  color: var(--theme-color2);
  transition: all 500ms ease
}

.wp-block-calendar .calendar_wrap nav a:hover,
.widget_calendar .calendar_wrap nav a:hover {
  color: var(--hover-theme-color)
}

.wp-block-calendar {
  margin-bottom: 28px
}

.widget .wp-block-calendar {
  margin-bottom: 0
}

.wp-block-group .wp-block-group__inner-container>.wp-block-calendar {
  margin-bottom: 35px
}

.widget-gallery-images .isotope-layout .isotope-item {
  margin-bottom: 0
}

.widget-gallery-images .isotope-layout.grid-3 .isotope-item {
  width: 33.2% !important
}

body.error404 .search-box .search-form,
.sidebar-area .widget_search .search-form,
.footer-widget-area .widget_search .search-form,
body.search .new-search-form .search-form {
  position: relative;
  margin: 0
}

body.error404 .search-box .search-form input[type=text],
.sidebar-area .widget_search .search-form input[type=text],
.footer-widget-area .widget_search .search-form input[type=text],
body.search .new-search-form .search-form input[type=text] {
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: var(--theme-light-background);
  border: 1px solid var(--theme-light-background);
  border-radius: 7px;
  color: #333;
  display: block;
  letter-spacing: 0;
  width: 100%;
  height: 80px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

body.error404 .search-box .search-form input[type=search],
.sidebar-area .widget_search .search-form input[type=search],
.footer-widget-area .widget_search .search-form input[type=search],
body.search .new-search-form .search-form input[type=search] {
  position: relative;
  line-height: 40px;
  padding: 15px 80px 15px 25px;
  background: var(--theme-light-background);
  border: 1px solid var(--theme-light-background);
  border-radius: 7px;
  color: #333;
  display: block;
  font-weight: 300;
  letter-spacing: 0;
  width: 100%;
  height: 67px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

body.error404 .search-box .search-form input:focus,
.sidebar-area .widget_search .search-form input:focus,
.footer-widget-area .widget_search .search-form input:focus,
body.search .new-search-form .search-form input:focus {
  border-color: #fff0;
  box-shadow: 0 0 0 2px var(--theme-color1)
}

body.error404 .search-box .search-form button,
.sidebar-area .widget_search .search-form button,
.footer-widget-area .widget_search .search-form button,
body.search .new-search-form .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 7px 7px 0;
  outline: none;
  padding: 0;
  height: 67px;
  width: 60px;
  line-height: 67px;
  display: block;
  font-size: 1.1rem;
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  font-weight: 400;
  transition: all 0.3s ease
}

body.error404 .search-box .search-form button:hover,
.sidebar-area .widget_search .search-form button:hover,
.footer-widget-area .widget_search .search-form button:hover,
body.search .new-search-form .search-form button:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2)
}

body.search .new-search-form {
  margin-bottom: 60px
}

body.search .new-search-form .search-title {
  margin-top: 0
}

body.search .new-search-form .search-form input[type=search] {
  margin-top: 20px;
  border-radius: 0;
  border: 1px solid #e5e1e1;
  border-radius: 10px
}

body.search .new-search-form .search-form button {
  border-radius: 0 10px 10px 0
}

body.search-results .main-content-area .entry-title {
  margin-top: 0
}

.wp-block-search {
  position: relative;
  margin: 0;
  margin-bottom: 20px
}

.wp-block-search .wp-block-search__label {
  display: none
}

.wp-block-search .wp-block-search__input {
  position: relative;
  line-height: 40px;
  padding: 15px 80px 15px 25px;
  background: var(--theme-light-background);
  border: 1px solid #e5e1e1;
  border-radius: 10px;
  color: #333;
  display: block;
  letter-spacing: 0;
  width: 100%;
  height: 67px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

.wp-block-search input:focus {
  border-color: #fff0;
  box-shadow: 0 0 0 2px var(--theme-color1)
}

.wp-block-search .wp-block-search__button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 10px 10px 0;
  outline: none;
  padding: 0;
  height: 67px;
  width: 60px;
  line-height: 67px;
  display: block;
  font-size: 0;
  color: #fff0;
  background-color: var(--theme-color1);
  font-weight: 400;
  transition: all 0.3s ease
}

.wp-block-search .wp-block-search__button:before {
  content: "\f002";
  left: 50%;
  top: 50%;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text-color-bg-theme-color1);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease
}

.wp-block-search .wp-block-search__button:hover {
  background-color: var(--theme-color2)
}

.wp-block-search .wp-block-search__button:hover:before {
  color: var(--text-color-bg-theme-color2)
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__button {
  top: 5px;
  right: 5px
}

.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul>li {
  margin: 0;
  padding: 0
}

.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul>li::before {
  content: ""
}

.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul>li>a {
  color: #012446;
  background: #f5f5f5;
  font-weight: 700;
  text-decoration: none !important;
  border-left: 5px solid #fff0;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 16px;
  transition: all 0.3s ease
}

.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul>li>a:hover {
  border-left-color: #b798e0
}

.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul>li.current-menu-item a {
  border-left-color: #b798e0
}

.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul>li {
  padding: 0;
  transition: all 100ms ease-in-out 0s
}

.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul>li::before {
  left: auto;
  right: 18px;
  top: 15px;
  font-size: 18px
}

.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul>li a {
  background: #eef0f3;
  border-left: 1px solid #eef0f3;
  border-bottom: 1px solid #fff;
  color: #333;
  font-weight: 700;
  display: block;
  padding: 16px
}

.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul>li a:hover {
  background: #fff;
  border-left: 5px solid #eee
}

.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul>li.current-menu-item a {
  background: #fff;
  border-left: 5px solid #eee
}

.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul>li:first-child a {
  border-top: 1px solid #f5f5f5
}

.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul>li a:hover {
  border-left-color: var(--theme-color1)
}

.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul>li.current-menu-item>a {
  border-left-color: var(--theme-color1)
}

.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul>li a:hover {
  border-left-color: var(--theme-color1)
}

.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul>li.current-menu-item>a {
  border-left-color: var(--theme-color1)
}

body:not(.elementor-editor-active) .main-content .widget:not(.widget_search) .widget-inner {
  position: relative;
  display: block;
  padding: 35px;
  background-color: var(--theme-light-background);
  border: 1px solid var(--theme-light-background);
  border-radius: 7px
}

@media (max-width:767.98px) {
  body:not(.elementor-editor-active) .main-content .widget:not(.widget_search) .widget-inner {
    padding: 30px
  }
}

.widget {
  margin-bottom: 35px
}

.widget:last-child {
  margin-bottom: 0
}

.widget ul,
.widget ol {
  margin: 0;
  padding: 0;
  list-style: none
}

.widget ul li {
  list-style: none;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  line-height: var(--line-height-widget-li)
}

.widget>ul li:last-child,
.widget ul.menu li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important
}

.widget .widget-title,
.widget.widget_block h2 {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: var(--h4-font-size);
  font-weight: var(--headings-font-weight-h5);
  line-height: var(--section-title-subtitle-line-height);
  letter-spacing: inherit
}

.widget .widget-title.widget-title-line-bottom,
.widget.widget_block h2.widget-title-line-bottom {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.widget .widget-title.widget-title-line-bottom:after,
.widget .widget-title.widget-title-line-bottom:before,
.widget.widget_block h2.widget-title-line-bottom:after,
.widget.widget_block h2.widget-title-line-bottom:before {
  background: #bbb;
  border-radius: 10px;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px
}

.widget .widget-title.widget-title-line-bottom:before,
.widget.widget_block h2.widget-title-line-bottom:before {
  background: #eee;
  width: 100%
}

.widget .widget-title.line-bottom-theme-colored1:after,
.widget.widget_block h2.line-bottom-theme-colored1:after {
  background: var(--theme-color1)
}

.widget.widget_block .wp-block-group__inner-container h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.widget.widget_block .wp-block-group__inner-container h2:after,
.widget.widget_block .wp-block-group__inner-container h2:before {
  background: var(--sidebar-default-theme-color);
  border-radius: 10px;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px
}

.widget.widget_block .wp-block-group__inner-container h2:before {
  background: #eee;
  width: 100%
}

.widget.tm-widget-sticky-sidebar-in-parent {
  display: none
}

.widget.widget_recent_entries ul>li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(150 150 150 / .3);
  line-height: 1.9
}

.widget.widget_recent_entries ul>li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

.widget.widget_recent_entries ul>li a {
  color: #404040
}

.widget.widget_recent_entries ul>li a:hover {
  color: var(--hover-theme-color)
}

.widget.widget_recent_entries ul>li>span {
  display: block;
  color: #404040;
  font-size: 14px;
  font-weight: 300;
  line-height: 12px;
  padding: 4px 0
}

.widget.widget_archive ul>li,
.widget.widget_categories ul>li,
.widget.widget_pages ul>li,
.widget.widget_meta ul>li,
.widget.widget_recent_comments ul>li,
.widget.widget_rss ul>li,
.widget.widget_nav_menu ul>li {
  padding-left: 15px;
  position: relative;
  transition: all 0.3s ease
}

.widget.widget_archive ul>li::before,
.widget.widget_categories ul>li::before,
.widget.widget_pages ul>li::before,
.widget.widget_meta ul>li::before,
.widget.widget_recent_comments ul>li::before,
.widget.widget_rss ul>li::before,
.widget.widget_nav_menu ul>li::before {
  content: "\f0da";
  left: 0;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #ccc;
  transition: all 0.3s ease
}

.widget.widget_archive ul>li::before,
.widget.widget_categories ul>li::before,
.widget.widget_pages ul>li::before,
.widget.widget_meta ul>li::before,
.widget.widget_recent_comments ul>li::before,
.widget.widget_rss ul>li::before,
.widget.widget_nav_menu ul>li::before {
  color: var(--theme-color1)
}

.widget.widget_archive ul>li a,
.widget.widget_categories ul>li a,
.widget.widget_pages ul>li a,
.widget.widget_meta ul>li a,
.widget.widget_recent_comments ul>li a,
.widget.widget_rss ul>li a,
.widget.widget_nav_menu ul>li a {
  color: #404040;
  font-weight: 400;
  font-size: var(--body-font-size)
}

.widget.widget_archive ul>li>a:hover,
.widget.widget_categories ul>li>a:hover,
.widget.widget_pages ul>li>a:hover,
.widget.widget_meta ul>li>a:hover,
.widget.widget_recent_comments ul>li>a:hover,
.widget.widget_rss ul>li>a:hover,
.widget.widget_nav_menu ul>li>a:hover {
  color: var(--hover-theme-color)
}

.widget.widget_categories ul>li,
.widget.widget_archive ul>li {
  padding-left: 24px;
  color: #999
}

.widget.widget_categories ul>li::before,
.widget.widget_archive ul>li::before {
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.widget.widget_categories ul>li a,
.widget.widget_archive ul>li a {
  margin-left: 5px
}

.widget.widget_recent_comments ul>li {
  line-height: 1.9;
  margin-bottom: 7px;
  padding-bottom: 7px
}

.widget.widget_recent_comments ul>li .comment-author-link,
.widget.widget_recent_comments ul>li .comment-author-link a {
  color: #404040;
  font-size: var(--h6-font-size);
  font-weight: var(--headings-font-weight-h6);
  font-family: var(--heading-font-family);
  transition: all 0.3s ease
}

.widget.widget_recent_comments ul>li .comment-author-link a:hover {
  color: var(--hover-theme-color)
}

.widget.widget_recent_comments ul>li a {
  font-style: italic
}

.widget.widget_recent_comments ul>li .comment-author-link a {
  font-style: normal
}

.widget.widget_nav_menu ul>li::before {
  content: "\f0da";
  font-size: 14px;
  font-weight: 600
}

.widget.widget_nav_menu ul>li.current-menu-item:before {
  color: var(--theme-color2)
}

.widget.widget_tag_cloud .tagcloud>a {
  background: #FFF;
  border: 1px solid #eee;
  border-radius: 2px;
  color: #404040;
  display: inline-block;
  font-size: 13px !important;
  margin: 8px 5px 0 0 !important;
  padding: 8px 25px !important;
  border-radius: 10px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.3s ease
}

.widget.widget_tag_cloud .tagcloud>a:hover {
  background: #333;
  color: #fff
}

.widget .wp-block-tag-cloud>a {
  background: #FFF;
  border: 1px solid #eee;
  color: #404040;
  display: inline-block;
  font-size: 13px !important;
  margin: 8px 5px 0 0 !important;
  padding: 8px 25px !important;
  border-radius: 10px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.3s ease
}

.widget .wp-block-tag-cloud>a:hover {
  text-decoration: none !important;
  background: var(--theme-color1);
  color: var(--text-color-bg-theme-color1)
}

.widget select {
  border: 1px solid rgb(51 51 51 / .1);
  max-width: 100%;
  padding: 7px 10px;
  width: 100%
}

.widget.widget_rss ul li {
  margin-bottom: 25px
}

.widget.widget_rss ul li:last-child {
  margin-bottom: 0
}

.widget.widget_rss ul li .rsswidget {
  display: block;
  color: var(--headings-color);
  font-size: var(--h5-font-size);
  font-family: var(--heading-font-family);
  font-weight: var(--headings-font-weight-h5);
  line-height: var(--section-title-subtitle-line-height)
}

.widget.widget_rss ul li .rss-date {
  color: var(--theme-color1);
  font-size: .9rem
}

.widget.widget_rss ul li .rssSummary {
  color: #777;
  line-height: 1.9
}

.widget.widget_rss ul li cite {
  color: #333;
  font-size: .9rem
}

.widget.widget_rss ul li:before,
.widget.widget_rss ul li:after,
.widget.widget_rss ul li a {
  line-height: 1.5
}

.widget.widget_text img {
  display: block
}

.widget.widget_tag_cloud .tagcloud>a:hover,
.widget.widget_product_tag_cloud .tagcloud>a:hover {
  background: var(--theme-color1);
  color: var(--text-color-bg-theme-color1)
}

.widget .name {
  margin-top: 0
}

.widget .nice-select {
  float: none
}

.widget.widget_archive .nice-select ul>li:before {
  content: ""
}

.post-single .entry-content .nice-select {
  float: none
}

.text-center .widget .widget-title.widget-title-line-bottom:after {
  left: 0;
  right: 0;
  margin: 0 auto
}

.wp-block-categories>li {
  padding-left: 15px;
  position: relative;
  transition: all 0.3s ease
}

.wp-block-categories>li::before {
  content: "\f0da";
  left: 0;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #ccc;
  transition: all 0.3s ease
}

.wp-block-categories>li {
  padding-left: 24px;
  color: #bbb
}

.wp-block-categories>li::before {
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--theme-color1)
}

.wp-block-categories>li a {
  margin-left: 5px;
  color: #404040;
  font-weight: 400;
  font-size: var(--body-font-size)
}

.wp-block-categories>li>a:hover {
  color: var(--hover-theme-color)
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  position: relative;
  padding-left: 60px;
  min-height: 44px
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color1, #ffffff);
  width: 44px;
  height: 44px;
  color: var(--text-color-bg-theme-color1, #04000b);
  margin-right: 20px;
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  left: 0
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2)
}

.tm-widget-blog-list .post {
  border-bottom: none;
  display: flex;
  align-items: center
}

@media only screen and (min-width:769px) and (max-width:1024px) {
  .tm-widget-blog-list .post {
    align-items: start
  }
}

.tm-widget-blog-list .post:not(:last-child) {
  margin-bottom: 13px;
  padding-bottom: 13px
}

.tm-widget-blog-list .post .post-thumb {
  float: left;
  margin-right: 15px;
  margin-top: 1px;
  width: 75px;
  flex-shrink: 0
}

.tm-widget-blog-list .post .post-thumb img {
  border-radius: 50%
}

.tm-widget-blog-list .post .post-right {
  overflow: hidden
}

.tm-widget-blog-list .post .post-right .post-title {
  margin-top: 0;
  margin-bottom: 7px
}

.tm-widget-blog-list .post .post-right .post-title a {
  text-transform: capitalize
}

.tm-widget-blog-list .post .post-right .entry-date {
  display: block;
  color: var(--entry-meta-color-light);
  font-size: 14px;
  line-height: 12px;
  padding: 4px 0
}

.tm-onappear-slide-animation {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease
}

.tm-onappear-slide-animation:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.tm-onappear-slide-animation:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.tm-onappear-slide-animation:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s
}

.tm-onappear-slide-animation:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s
}

.tm-onappear-slide-animation:nth-of-type(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s
}

.tm-onappear-slide-animation:nth-of-type(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s
}

.tm-onappear-slide-animation:nth-of-type(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s
}

.tm-onappear-slide-animation.tm-item-appeared {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.tm_cursor_mouse_helper {
  font-size: 16px;
  text-indent: 0;
  --mouse-helper-width: 11px;
  --mouse-helper-height: 11px;
  --mouse-helper-left: 15px;
  --mouse-helper-top: 15px;
  border: none;
  mix-blend-mode: exclusion;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 #fff0;
  -ms-box-shadow: 0 0 0 #fff0;
  box-shadow: 0 0 0 #fff0;
  -webkit-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
  -ms-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease
}

.tm_cursor_mouse_helper .tm_cursor_mouse_helper_image {
  background-size: cover;
  background-position: center center
}

.tm_cursor_mouse_helper .tm_cursor_mouse_helper_image:before {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff0
}

.tm_cursor_mouse_helper.tm_cursor_mouse_helper_top:not(.tm_cursor_mouse_helper_centered) {
  top: var(--mouse-helper-top) !important
}

.tm_cursor_mouse_helper.tm_cursor_mouse_helper_left:not(.tm_cursor_mouse_helper_centered) {
  left: var(--mouse-helper-left) !important
}

.tm_cursor_mouse_helper.tm_cursor_mouse_helper_permanent {
  opacity: 1
}

.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_image.tm_cursor_mouse_helper_with_text {
  -webkit-box-shadow: 0 3px 46px rgb(0 0 0 / .1);
  -ms-box-shadow: 0 3px 46px rgb(0 0 0 / .1);
  box-shadow: 0 3px 46px rgb(0 0 0 / .1);
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_image {
  -webkit-box-shadow: 0 3px 46px rgb(0 0 0 / .1);
  -ms-box-shadow: 0 3px 46px rgb(0 0 0 / .1);
  box-shadow: 0 3px 46px rgb(0 0 0 / .1);
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active.tm_cursor_mouse_helper_with_image.tm_cursor_mouse_helper_with_text {
  --mouse-helper-width: 288px;
  --mouse-helper-height: 288px;
  padding: 0;
  -webkit-box-sizing: "border-box";
  -ms-box-sizing: "border-box";
  box-sizing: "border-box"
}

.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active.tm_cursor_mouse_helper_with_image {
  --mouse-helper-width: 288px;
  --mouse-helper-height: 288px;
  padding: 0;
  -webkit-box-sizing: "border-box";
  -ms-box-sizing: "border-box";
  box-sizing: "border-box"
}

.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout {
  --mouse-helper-width: 66px;
  --mouse-helper-height: 66px
}

.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout.tm_cursor_mouse_helper_click {
  --mouse-helper-width: 30px;
  --mouse-helper-height: 30px;
  overflow: visible
}

.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout.tm_cursor_mouse_helper_click .swiper-mouse-cursor span {
  color: #000;
  font-size: 14px;
  font-weight: 700
}

.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout.tm_cursor_mouse_helper_click .swiper-mouse-cursor span:after {
  transform: translateX(30px)
}

.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout.tm_cursor_mouse_helper_click .swiper-mouse-cursor span:before {
  transform: translateX(-30px)
}

.tm_cursor_mouse_helper.tm_cursor_mouse_helper_link_active {
  --mouse-helper-width: 80px;
  --mouse-helper-height: 80px;
  width: var(--mouse-helper-width);
  height: var(--mouse-helper-height);
  opacity: .08
}

[data-mouse-helper=highlight] {
  color: rgb(29 29 29 / .3);
  background-image: -webkit-radial-gradient(closest-side, #111 78%, transparent 0);
  background-image: -o-radial-gradient(closest-side, #111 78%, transparent 0);
  background-image: radial-gradient(closest-side, #111 78%, transparent 0)
}

[data-mouse-helper=highlight] .sc_typed_entry {
  color: inherit
}

.tm-mouse-follow-floating-info-holder {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  pointer-events: none;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease
}

.tm-mouse-follow-floating-info-holder .mouse-follow-floating-info-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
  padding: 16px 24px 18px
}

.tm-mouse-follow-floating-info-holder .floating-title {
  font-family: var(--heading-font-family);
  font-size: var(--h4-font-size);
  display: block;
  position: relative;
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 8;
  opacity: 0;
  transform: translateX(20px);
  will-change: transform
}

.tm-mouse-follow-floating-info-holder .floating-subtitle {
  font-family: var(--heading-font-family);
  font-size: var(--h6-font-size);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  z-index: 9;
  opacity: 0;
  transform: translateX(20px);
  will-change: transform
}

.tm-mouse-follow-floating-info-holder .floating-subtitle ul {
  list-style: none;
  margin: 0
}

.tm-mouse-follow-floating-info-holder a {
  color: #fff
}

.tm-mouse-follow-floating-info-holder.floating-info-right {
  text-align: right;
  transform: translateX(-100%)
}

.tm-mouse-follow-floating-info-holder.floating-info-active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease
}

.tm-mouse-follow-floating-info-holder.floating-info-active .floating-title {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.4s ease 0.2s, opacity 0.2s ease-out 0.2s
}

.tm-mouse-follow-floating-info-holder.floating-info-active .floating-subtitle {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.4s ease 0.2s, opacity 0.2s ease-out 0.2s;
  transition: transform 0.4s ease 0.15s, opacity 0.2s ease-out 0.15s
}

@media only screen and (max-width:1024px) {
  .tm-mouse-follow-floating-info-holder {
    display: none
  }
}

.tm-mouse-follow-floating-image-holder {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  pointer-events: none;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease
}

.tm-mouse-follow-floating-image-holder .mouse-follow-floating-image-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.tm-mouse-follow-floating-image-holder a {
  color: #fff
}

.tm-mouse-follow-floating-image-holder.floating-info-right {
  text-align: right;
  transform: translateX(-100%)
}

.tm-mouse-follow-floating-image-holder.floating-info-active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease
}

@media only screen and (max-width:1024px) {
  .tm-mouse-follow-floating-image-holder {
    display: none
  }
}

.alignnone {
  clear: both;
  margin: 5px 1.5em 1.5em 0
}

p .alignnone:last-child {
  margin-bottom: 0
}

.aligncenter,
div.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em
}

.alignright {
  float: right;
  margin: 5px 0 1.5em 1.5em;
  clear: right
}

.alignleft {
  float: left;
  margin: 5px 1.5em 1.5em 0;
  clear: left
}

a img.alignright {
  float: right;
  margin: 5px 0 1.5em 1.5em
}

a img.alignnone {
  margin: 5px 1.5em 1.5em 0
}

a img.alignleft {
  float: left;
  margin: 5px 1.5em 1.5em 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption.alignnone {
  margin: 5px 1.5em 1.5em 0
}

.wp-caption.alignleft {
  margin: 5px 1.5em 1.5em 0
}

.wp-caption.alignright {
  margin: 5px 0 1.5em 1.5em
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto
}

.wp-caption p,
.wp-caption .wp-caption-text {
  margin: 10px;
  padding: 0
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgb(0 0 0 / .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: var(--body-font-bold);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right
}

.bypostauthor {
  opacity: 1
}

.alignfull,
.alignwide {
  width: 100%;
  position: relative;
  background-color: #fff
}

figcaption,
.wp-caption-text {
  color: var(--text-color);
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 0 5px
}

.wp-block-latest-comments__comment-date {
  font-weight: 400;
  color: #999
}

.wp-block-media-text {
  margin-top: 1.5em
}

.wp-block-group,
.wp-block-media-text {
  margin-bottom: 1.5em
}

.main-content-area .entry-content .post-excerpt>*.alignwide,
.main-content-area .entry-summary .post-excerpt>*.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both
}

@media only screen and (min-width:768px) {

  .main-content-area .entry-content .post-excerpt>*.alignwide,
  .main-content-area .entry-summary .post-excerpt>*.alignwide {
    width: 100%;
    max-width: 100%
  }
}

.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
  border-left: none;
  border-right: 2px solid var(--theme-color2);
  padding-left: 0;
  padding-right: 1em
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  text-align: left
}

:root .has-very-dark-gray-color {
  color: #222
}

.main-content-area .entry-content .wp-block-separator {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left
}

.main-content-area .entry-content .wp-block-separator.is-style-wide {
  max-width: 100%
}

.main-content-area .entry-content .wp-block-separator.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center
}

.tm-responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  padding-top: 0;
  height: 0;
  overflow: hidden
}

.tm-responsive-video iframe,
.tm-responsive-video object,
.tm-responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper .tm-responsive-video {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.25%
}

.wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper .tm-responsive-video>iframe,
.wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper .tm-responsive-video>object,
.wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper .tm-responsive-video>embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.wp-block-embed-wordpress-tv {
  border: 0;
  padding: 0
}

.wp-block-embed-wordpress-tv .tm-responsive-video {
  margin-bottom: 20px
}

.wp-block-embed-wordpress-tv figcaption {
  margin-bottom: 0
}

.wp-block-embed-twitter {
  border: 0;
  padding: 0
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
  color: #fff !important
}

.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
  color: #fff !important
}

.wp-caption {
  padding-bottom: 0
}

.wp-block-button {
  float: none;
  margin: 1.5em 0
}

.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-size: var(--btn-font-size);
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  outline: 0;
  -webkit-transition: all, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: all, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: all, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 15px 36px;
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  border: 1px solid #fff0;
  border-radius: 28px;
  cursor: pointer
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #000;
  border: 2px solid var(--theme-color1);
  border-width: 2px
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2)
}

.wp-block-button.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0
}

.wp-block-button.alignright {
  text-align: right;
  margin-top: 0;
  margin-left: 2rem
}

.wp-block-button.alignleft {
  text-align: left;
  margin-top: 0;
  margin-right: 2rem
}

.wp-block-button a:hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2)
}

.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box
}

.main-content-area article p,
.main-content-area article p.wp-block-cover-text {
  margin-bottom: 0
}

.wp-block-columns.alignfull,
.wp-block-columns.alignwide {
  padding: 30px
}

.wp-block-gallery {
  margin-bottom: 30px
}

.wp-block-gallery figcaption,
.wp-block-gallery .wp-caption-text {
  margin-top: 0;
  margin-bottom: 20px
}

.widget .wp-block-gallery {
  margin-bottom: 0
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 30px
}

.wp-block-archives-list {
  margin-bottom: 30px;
  padding-left: 0 !important
}

.wp-block-group.has-background {
  padding: 20px 30px
}

.wp-block-media-text.alignfull,
.wp-block-media-text.alignwide {
  padding: 0
}

figure {
  margin: 1em 0
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border: 1px solid #e6e6e6
}

.wp-block-columns .wp-block-column p:last-of-type,
.wp-block-group .wp-block-group__inner-container p:last-of-type {
  margin-bottom: 0
}

.wp-block-image {
  margin: .5em 0 1em
}

.wp-block-file__button:hover {
  color: #777
}

.post-excerpt .wp-block-archives {
  margin-bottom: 30px
}

.post-excerpt .wp-block-archives li {
  margin-bottom: 10px
}

.wp-block-categories-list,
.wp-block-page-list,
.wp-block-page-list li {
  list-style: none
}

.wp-block-group .wp-block-group__inner-container>* {
  margin-bottom: 35px
}

.wp-block-group .wp-block-group__inner-container>:last-child {
  margin-bottom: 0
}

.wp-block-group .wp-block-group__inner-container p.wp-block-tag-cloud {
  margin-bottom: 0
}

.widget_block>ul:not([class]) {
  margin-left: 15px;
  list-style: circle
}

.widget_block>ul:not([class]) li {
  list-style: circle
}

.widget_block .wp-block-group,
.widget_block .wp-block-media-text {
  margin-bottom: 0
}

.widget_block .wp-block-group .wp-block-group__inner-container>*:first-child {
  margin-top: 0
}

.widget_block .widget-inner>ul:not([class]) {
  margin-left: 15px;
  list-style: circle
}

.widget_block .widget-inner>ul:not([class]) li {
  list-style: circle
}

.widget_block.widget_text .widget-inner p:last-of-type {
  margin-bottom: 0
}

.widget_block .wp-block-pullquote {
  margin: 0;
  padding: 3em 0 2rem
}

.widget_block .wp-block-pullquote blockquote {
  padding: 0;
  position: relative
}

.widget_block .wp-block-pullquote blockquote:before,
.widget_block .wp-block-pullquote blockquote:after {
  content: "";
  background: url('../media/quote.png') no-repeat;
  opacity: .1;
  position: absolute;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  transition: all 0.3s ease-in-out
}

.widget_block .wp-block-pullquote blockquote:before {
  top: -80px;
  left: 0;
  transform: rotate(180deg)
}

.widget_block .wp-block-pullquote blockquote:after {
  bottom: -40px;
  right: 0
}

.widget_block .wp-block-pullquote blockquote p {
  font-size: var(--h4-font-size);
  font-family: var(--heading-font-family);
  font-weight: var(--headings-font-weight-h4);
  line-height: var(--section-title-subtitle-line-height)
}

.widget_block .wp-block-pullquote blockquote cite {
  font-size: 1rem;
  font-family: var(--body-font-family)
}

.widget_block .wp-block-pullquote blockquote:not(.has-text-color) p {
  color: #ccc;
  color: var(--headings-color)
}

.widget_block .wp-block-pullquote blockquote:not(.has-text-color) cite {
  color: var(--theme-color1)
}

.widget_block .wp-block-pullquote blockquote:not(.has-text-color) cite a {
  color: var(--news-widget-archive-icon-color)
}

.wp-block-rss {
  padding-left: 0 !important
}

.wp-block-rss .wp-block-rss__item .wp-block-rss__item-title {
  display: inline-block;
  font-size: var(--body-font-size)
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0 !important
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(150 150 150 / .2);
  line-height: 1.9
}

.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li:after {
  display: block;
  clear: both;
  content: ""
}

.wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  line-height: 1.9;
  color: #999;
  font-size: 14px;
  font-weight: var(--body-font-weight)
}

.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
  position: relative;
  padding-left: 60px;
  color: #717178
}

.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li:before {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e1e22;
  width: 40px;
  height: 40px;
  color: #fff;
  transition: all 500ms ease;
  position: absolute;
  top: 3px;
  left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li:hover::before {
  background-color: var(--news-widget-archive-icon-color);
  color: var(--text-color-bg-theme-color2)
}

.wp-block-latest-posts__list.is-grid li::before {
  top: auto;
  font-size: 13px;
  width: 35px;
  height: 35px
}

.wp-block-latest-posts__list.is-grid.has-dates li {
  padding-left: 0
}

.wp-block-latest-posts__list.is-grid.has-dates li::before {
  position: relative;
  top: auto;
  left: 0;
  margin-bottom: 10px
}

.wp-block-latest-posts {
  margin-bottom: 10px
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image {
  width: 70px;
  margin-bottom: 0
}

.wp-block-latest-posts a {
  color: #404040;
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  font-family: var(--body-font-family)
}

.wp-block-latest-posts a:hover {
  color: var(--hover-theme-color)
}

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
  font-size: 1rem
}

.wp-block-tag-cloud .tag-cloud-link {
  color: #404040;
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.3s ease
}

.wp-block-tag-cloud .tag-cloud-link:hover {
  color: var(--hover-theme-color)
}

.widget_rss ul li {
  margin-bottom: 25px
}

.wp-block-page-list li {
  padding-left: 15px;
  position: relative;
  transition: all 0.3s ease
}

.wp-block-page-list li::before {
  content: "\f0da";
  left: 0;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #ccc;
  transition: all 0.3s ease
}

.wp-block-page-list li::before {
  color: var(--news-widget-archive-icon-color)
}

.wp-block-page-list li a {
  color: #404040;
  font-weight: 400;
  font-size: var(--body-font-size)
}

.wp-block-page-list li>a:hover {
  color: var(--hover-theme-color);
  text-shadow: 0 0 1px var(--theme-color1)
}

.wp-block-navigation .wp-block-page-list li {
  margin-bottom: 0
}

.wp-block-navigation .wp-block-page-list li:before {
  display: none
}

.wp-block-navigation .wp-block-page-list li ul {
  margin-top: 0
}

.wp-block-latest-comments {
  padding-left: 0 !important;
  margin-bottom: 20px
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  margin-bottom: 20px;
  line-height: 1.9;
  display: flex
}

.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
  color: #404040;
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  font-family: var(--body-font-family)
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
  color: var(--hover-theme-color)
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-size: .9rem
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 1em
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.wp-calendar-nav .wp-calendar-nav-prev a {
  color: var(--news-widget-archive-icon-color);
  text-decoration: none;
  transition: all 500ms ease
}

.wp-calendar-nav .wp-calendar-nav-prev a:hover {
  color: var(--hover-theme-color)
}

.wp-block-verse {
  background: none;
  padding: 0
}

.wp-block-table {
  margin-bottom: 0
}

.wp-block-table table {
  width: 100%;
  margin: 0
}

.wp-block-table table td,
.wp-block-table table th {
  padding: 10px 20px;
  border: 1px solid #e6e6e6
}

.wp-block-archives {
  margin: 0;
  padding: 0;
  list-style: none
}

.wp-block-archives>li {
  color: #bbb;
  font-weight: 400;
  font-size: var(--body-font-size)
}

.wp-block-archives>li::before {
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--news-widget-archive-icon-color);
  margin-right: 5px
}

.wp-block-archives>li a {
  margin-left: 5px;
  color: #404040;
  font-weight: 400;
  font-size: var(--body-font-size)
}

.wp-block-archives>li>a:hover {
  color: var(--hover-theme-color);
  text-shadow: 0 0 1px var(--theme-color1)
}

.wp-block-preformatted,
.wp-block-code {
  padding: 0
}

.wp-block-preformatted:not(.has-background),
.wp-block-code:not(.has-background) {
  background-color: #fff0
}

footer#footer .widget_block h2 {
  color: #fff
}

footer#footer .widget_block .wp-block-preformatted:not(.has-text-color),
footer#footer .widget_block .wp-block-code:not(.has-text-color) {
  color: #ccc
}

footer#footer .widget_block .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
  background-color: var(--theme-color3, #6222cc);
  color: var(--text-color-bg-theme-color3, #ffffff)
}

footer#footer .widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
  color: #ccc
}

footer#footer .widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
  color: var(--footer-default-theme-color)
}

footer#footer .widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  color: var(--footer-default-theme-color)
}

footer#footer .widget_block .wp-block-pullquote blockquote:not(.has-text-color) p {
  color: #ccc
}

footer#footer .widget_block .wp-block-page-list li::before {
  color: var(--footer-default-theme-color)
}

footer#footer .widget_block .wp-block-page-list li a {
  color: #ccc
}

footer#footer .widget_block .wp-block-page-list li a:hover {
  color: #fff
}

footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  color: var(--footer-default-theme-color)
}

footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  color: #ccc
}

footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
  color: #717178
}

footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list.has-dates li:before {
  background-color: var(--footer-default-theme-color);
  color: var(--footer-default-text-color-on-bg-theme-color)
}

footer#footer .widget_block .wp-block-latest-posts a {
  color: #ccc
}

footer#footer .widget_block .wp-block-latest-posts a:hover {
  color: #fff
}

footer#footer .widget_block .wp-block-table table td,
footer#footer .widget_block .wp-block-table table th {
  border-color: rgb(204 204 204 / .4)
}

footer#footer .widget_block .wp-block-verse {
  color: #ccc
}

footer#footer .wp-block-calendar .wp-calendar-table caption,
footer#footer .widget_calendar .wp-calendar-table caption {
  color: var(--footer-default-theme-color)
}

footer#footer .wp-block-calendar .wp-calendar-table thead,
footer#footer .widget_calendar .wp-calendar-table thead {
  background-color: var(--footer-default-theme-color)
}

footer#footer .wp-block-calendar .wp-calendar-table thead th,
footer#footer .widget_calendar .wp-calendar-table thead th {
  color: var(--footer-default-text-color-on-bg-theme-color)
}

footer#footer .wp-block-calendar .wp-calendar-table tbody,
footer#footer .widget_calendar .wp-calendar-table tbody {
  background-color: #fff
}

footer#footer .wp-block-calendar .wp-calendar-table tbody td,
footer#footer .widget_calendar .wp-calendar-table tbody td {
  color: #555
}

footer#footer .wp-block-calendar .wp-calendar-nav a,
footer#footer .widget_calendar .wp-calendar-nav a {
  color: #ccc
}

footer#footer .wp-block-calendar .wp-calendar-nav a:hover,
footer#footer .widget_calendar .wp-calendar-nav a:hover {
  color: var(--footer-default-hover-theme-color)
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr)
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr)
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr)
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr)
}

.gallery-caption {
  display: block
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%)
}

.gallery-caption {
  display: block;
  text-align: center;
  padding: 0 10px 0 0;
  margin-bottom: 0
}

footer#footer {
  background-color: #04223d;
  color: #ccc
}

footer#footer b,
footer#footer strong {
  color: #ccc
}

footer#footer .footer-widget-area .default-footer-padding {
  padding-bottom: 50px;
  padding-top: 100px
}

footer#footer .footer-widget-area .widget {
  margin-bottom: 45px
}

footer#footer .footer-widget-area .widget .widget-title {
  color: #fff;
  margin-bottom: 35px
}

footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:after,
footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:before {
  background: #666
}

footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:before {
  background: rgb(240 240 240 / .1)
}

footer#footer .footer-widget-area .widget .widget-title.line-bottom-theme-colored1:after {
  background: var(--theme-color1)
}

footer#footer .footer-widget-area .elementor-element .elementor-widget-container .widget:last-child {
  margin-bottom: 0
}

.widget_nav_menu.split-nav-menu ul li {
  margin-bottom: 4px !important;
  width: 50%;
  float: left;
  padding-right: 3px
}

footer#footer .footer-widget-area .widget .widget-title {
  margin-bottom: 20px
}

footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom {
  padding-bottom: 20px
}

footer#footer .widget.widget_archive ul li::before,
footer#footer .widget.widget_categories ul li::before,
footer#footer .widget.widget_pages ul li::before,
footer#footer .widget.widget_meta ul li::before,
footer#footer .widget.widget_recent_comments ul li::before,
footer#footer .widget.widget_rss ul li::before,
footer#footer .widget.widget_links ul li::before,
footer#footer .widget.widget_recent_entries ul li::before,
footer#footer .widget.widget_nav_menu ul li::before {
  color: var(--footer-default-theme-color)
}

footer#footer .widget.widget_archive ul li a,
footer#footer .widget.widget_categories ul li a,
footer#footer .widget.widget_pages ul li a,
footer#footer .widget.widget_meta ul li a,
footer#footer .widget.widget_recent_comments ul li a,
footer#footer .widget.widget_rss ul li a,
footer#footer .widget.widget_links ul li a,
footer#footer .widget.widget_recent_entries ul li a,
footer#footer .widget.widget_nav_menu ul li a {
  color: #ccc
}

footer#footer .widget.widget_archive ul li a:focus,
footer#footer .widget.widget_archive ul li a:hover,
footer#footer .widget.widget_archive ul li a:active,
footer#footer .widget.widget_categories ul li a:focus,
footer#footer .widget.widget_categories ul li a:hover,
footer#footer .widget.widget_categories ul li a:active,
footer#footer .widget.widget_pages ul li a:focus,
footer#footer .widget.widget_pages ul li a:hover,
footer#footer .widget.widget_pages ul li a:active,
footer#footer .widget.widget_meta ul li a:focus,
footer#footer .widget.widget_meta ul li a:hover,
footer#footer .widget.widget_meta ul li a:active,
footer#footer .widget.widget_recent_comments ul li a:focus,
footer#footer .widget.widget_recent_comments ul li a:hover,
footer#footer .widget.widget_recent_comments ul li a:active,
footer#footer .widget.widget_rss ul li a:focus,
footer#footer .widget.widget_rss ul li a:hover,
footer#footer .widget.widget_rss ul li a:active,
footer#footer .widget.widget_links ul li a:focus,
footer#footer .widget.widget_links ul li a:hover,
footer#footer .widget.widget_links ul li a:active,
footer#footer .widget.widget_recent_entries ul li a:focus,
footer#footer .widget.widget_recent_entries ul li a:hover,
footer#footer .widget.widget_recent_entries ul li a:active,
footer#footer .widget.widget_nav_menu ul li a:focus,
footer#footer .widget.widget_nav_menu ul li a:hover,
footer#footer .widget.widget_nav_menu ul li a:active {
  color: #fff
}

footer#footer .widget.widget_rss ul li .rsswidget {
  color: #fff
}

footer#footer .widget.widget_rss ul li .rss-date {
  color: var(--footer-default-theme-color)
}

footer#footer .widget.widget_rss ul li .rssSummary {
  color: #ccc
}

footer#footer .widget.widget_rss ul li cite {
  color: #aaa
}

footer#footer .widget.widget_recent_comments ul>li {
  color: #aaa
}

footer#footer .widget.widget_recent_comments ul>li a {
  color: #ccc;
  font-style: italic
}

footer#footer .widget.widget_recent_comments ul>li a:hover {
  color: var(--footer-default-theme-color)
}

footer#footer .widget.widget_recent_comments ul>li .comment-author-link,
footer#footer .widget.widget_recent_comments ul>li .comment-author-link a {
  color: var(--theme-color1);
  font-style: normal
}

footer#footer .widget.widget_recent_comments ul>li .comment-author-link:hover,
footer#footer .widget.widget_recent_comments ul>li .comment-author-link a:hover {
  color: var(--footer-default-hover-theme-color)
}

footer#footer .widget.widget_tag_cloud .tagcloud>a:hover {
  background: var(--footer-default-theme-color);
  color: var(--footer-default-text-color-on-bg-theme-color)
}

footer#footer .widget .wp-block-tag-cloud>a:hover {
  background: var(--footer-default-theme-color);
  color: var(--footer-default-text-color-on-bg-theme-color)
}

footer#footer .widget.widget-blog-list .tm-widget-blog-list .post .post-right .post-title a {
  color: #ddd
}

footer#footer .widget.widget-blog-list .tm-widget-blog-list .post .post-right .post-title a:hover {
  color: var(--footer-default-hover-theme-color)
}

footer#footer .widget.widget-blog-list .tm-widget-blog-list .post .post-right .entry-date {
  color: #aaa
}

footer#footer .wp-block-archives li::before,
footer#footer .wp-block-categories li::before {
  color: var(--footer-default-theme-color)
}

footer#footer .wp-block-archives li a,
footer#footer .wp-block-categories li a {
  color: #ccc
}

footer#footer .wp-block-archives li a:focus,
footer#footer .wp-block-archives li a:hover,
footer#footer .wp-block-archives li a:active,
footer#footer .wp-block-categories li a:focus,
footer#footer .wp-block-categories li a:hover,
footer#footer .wp-block-categories li a:active {
  color: #fff
}

footer#footer .footer-widget-area .widget.widget_block .wp-block-group__inner-container h2:after,
footer#footer .footer-widget-area .widget.widget_block .wp-block-group__inner-container h2:before {
  background: var(--footer-default-theme-color)
}

footer#footer .footer-widget-area .widget.widget_block .wp-block-group__inner-container h2:before {
  background: rgb(240 240 240 / .1)
}

.tm-sc-section-title.line-left-current-theme .title-wrapper .subtitle {
  position: relative;
  display: inline-block
}

.tm-sc-section-title.line-left-current-theme .title-wrapper .subtitle:before {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 13px;
  background-image: url('../media/sub-before.png')
}

.tm-sc-section-title.line-left-current-theme-white .title-wrapper .subtitle {
  position: relative;
  display: inline-block
}

.tm-sc-section-title.line-left-current-theme-white .title-wrapper .subtitle::before {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 13px;
  background-image: url('../media/sub-before-white.png')
}

.tm-sc-section-title.line-right-current-theme .title-wrapper .subtitle {
  position: relative;
  display: inline-block
}

.tm-sc-section-title.line-right-current-theme .title-wrapper .subtitle::before {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 13px;
  background-image: url('../media/sub-before.png')
}

.tm-sc-section-title.line-right-current-theme-white .title-wrapper .subtitle {
  position: relative;
  display: inline-block
}

.tm-sc-section-title.line-right-current-theme-white .title-wrapper .subtitle::before {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 13px;
  background-image: url('../media/sub-before-white.png')
}

.tm-sc-section-title.line-center-current-theme .title-wrapper .subtitle {
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  display: inline-block
}

.tm-sc-section-title.line-center-current-theme .title-wrapper .subtitle::before {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 56px;
  height: 13px;
  background-image: url('../media/sub-before.png')
}

.tm-sc-section-title.line-center-current-theme-white .title-wrapper .subtitle {
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  display: inline-block
}

.tm-sc-section-title.line-center-current-theme-white .title-wrapper .subtitle::before {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 56px;
  height: 13px;
  background-image: url('../media/sub-before-white.png')
}

.particle-js-animation {
  overflow: hidden;
  z-index: 0
}

.particle-js-animation .ball {
  opacity: 1;
  z-index: -2;
  position: absolute;
  border-radius: 50%
}

.imgs-300 {
  border-radius: 300px !important
}

.gradient-bg-section {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.gradient-bg-section::before,
.gradient-bg-section::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 60px;
  width: 550px;
  height: 550px;
  background: #cef0ff;
  opacity: .3;
  filter: blur(75px);
  border-radius: 50%;
  z-index: -3
}

.gradient-bg-section::after {
  background: #e4ceff;
  top: -105px;
  left: auto;
  right: 30%
}

.gradient-bg-section2 {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.gradient-bg-section2::before {
  content: "";
  position: absolute;
  left: -127px;
  top: 90px;
  width: 530px;
  height: 530px;
  background: #cc3de3;
  opacity: .05;
  filter: blur(75px);
  border-radius: 50%;
  z-index: -1
}

.gradient-bg-section2::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 80px;
  width: 530px;
  height: 530px;
  background: #5e3de3;
  opacity: .1;
  filter: blur(75px);
  z-index: -1
}

.dark-subtitle .subtitle {
  background: linear-gradient(173deg, var(--theme-color1), #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0
}

.round_anim {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: var(--theme-color-white);
  animation: shadows 1s linear infinite;
  -webkit-filter: drop-shadow(-1px 3px 65px rgb(237 237 237 / .35));
  -moz-filter: drop-shadow(-1px 3px 65px rgb(237 237 237 / .35));
  filter: drop-shadow(-1px 3px 65px rgb(237 237 237 / .35))
}

@media (max-width:1199.98px) {
  .round_anim {
    display: none
  }
}

@keyframes shadows {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--theme-color1-rgb), .08), 0 0 0 30px rgba(var(--theme-color1-rgb), .08), 0 0 0 50px rgba(var(--theme-color1-rgb), .08)
  }

  100% {
    box-shadow: 0 0 0 30px rgba(var(--theme-color1-rgb), .08), 0 0 0 50px rgba(var(--theme-color1-rgb), .08), 0 0 0 70px #fff0
  }
}

.price-style {
  color: #b9b8b8 !important;
  font-size: 18px !important;
  font-weight: 500;
  position: relative;
  text-decoration: line-through
}

.splt-txt .whitespace {
  width: 8px
}

.splt-txt.animated .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(.3, 0, .7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(.3, 0, .7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index))
}

.imageUpToDown {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.imageUpToDown.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.imageDownToUP {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.imageDownToUP.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.imageLeftToRight {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.imageLeftToRight.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.imageRightToLeft {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.imageRightToLeft.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

@keyframes sway {
  0% {
    transform: translateX(-20px)
  }

  100% {
    transform: translateX(0)
  }
}

.sway__animation {
  animation: sway 3s linear infinite alternate
}

@keyframes swayX {
  0% {
    transform: translateX(20px)
  }

  100% {
    transform: translateX(0)
  }
}

.sway__animationX {
  animation: swayX 3s linear infinite alternate
}

@keyframes footer__shadow {
  0% {
    margin-left: -200px
  }

  100% {
    margin-right: -200px
  }
}

@keyframes sway_Y {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(20px)
  }
}

.sway_Y__animation {
  animation: sway_Y 3s linear infinite alternate
}

@keyframes sway_YY {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-20px)
  }
}

.sway_Y__animationY {
  animation: sway_YY 3s linear infinite alternate
}

@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.animation__sunMove {
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite
}

@-webkit-keyframes floatBob {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
    transform: translateY(0) translateX(0) rotate(0deg)
  }

  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg)
  }

  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
    transform: translateY(0) translateX(0) rotate(0deg)
  }
}

@keyframes floatBob {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
    transform: translateY(0) translateX(0) rotate(0deg)
  }

  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg)
  }

  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
    transform: translateY(0) translateX(0) rotate(0deg)
  }
}

.animation__floatBob {
  -webkit-animation-name: floatBob;
  animation-name: floatBob;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

@keyframes arryUpDown {
  0% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(10px)
  }
}

.animation__arryUpDown {
  animation: arryUpDown 2s ease infinite alternate
}

@keyframes arryLeftRight {
  0% {
    transform: translateX(-10px)
  }

  100% {
    transform: translateX(10px)
  }
}

.animation__arryLeftRight {
  animation: arryLeftRight 2s ease infinite alternate
}

@keyframes pxl_zoom_reverse {
  0% {
    transform: scale(.8)
  }

  50% {
    transform: scale(1)
  }

  100% {
    transform: scale(.8)
  }
}

.pxl-image-zoom {
  animation: pxl_zoom_reverse 5s linear infinite
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(.6, .6)
  }

  50% {
    transform: scale(1, 1)
  }

  100% {
    transform: scale(.6, .6)
  }
}

.pxl-image-zoom2 {
  animation: zoom-in-zoom-out 20s linear infinite
}

@keyframes pxl_zigzag {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  60% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
}

.pxl__zigzag {
  animation: pxl_zigzag 1s ease-out infinite;
  -webkit-animation: pxl_zigzag 1s ease-out infinite
}

@keyframes pxl_right_left {
  0% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(40px)
  }

  50% {
    transform: translateX(0)
  }

  75% {
    transform: translateX(-40px)
  }

  100% {
    transform: translateX(0)
  }
}

.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite
}

@keyframes pxl_left_right {
  0% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(-40px)
  }

  50% {
    transform: translateX(0)
  }

  75% {
    transform: translateX(40px)
  }

  100% {
    transform: translateX(0)
  }
}

.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite
}

@keyframes pxl_float_two {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-20px)
  }
}

.slide-up-down {
  animation: pxl_float_two 2s ease infinite alternate
}

@keyframes pxl_bottom_top {
  0% {
    transform: translateX(0)
  }

  25% {
    transform: translateY(40px)
  }

  50% {
    transform: translateY(0)
  }

  75% {
    transform: translateY(-40px)
  }

  100% {
    transform: translateY(0)
  }
}

.slide-bottom-to-top {
  animation: pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite
}

@keyframes pxl_effect1 {
  0% {
    transform: translate(0, 0)
  }

  20% {
    transform: translate(40px, -5px)
  }

  40% {
    transform: translate(60px, 40px)
  }

  60% {
    transform: translate(40px, 60px)
  }

  80% {
    transform: translate(-40px, 60px)
  }

  100% {
    transform: translate(0, 0)
  }
}

.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite
}

@keyframes pxl_effect2 {
  0% {
    transform: translate(0, 0)
  }

  20% {
    transform: translate(-30px, 40px)
  }

  40% {
    transform: translate(60px, 60px)
  }

  60% {
    transform: translate(70px, 40px)
  }

  80% {
    transform: translate(40px, -70px)
  }

  100% {
    transform: translate(0, 0)
  }
}

.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite
}

@keyframes pxl_effect3 {
  0% {
    transform: translate(0, 0)
  }

  30% {
    transform: translate(40px, 60px)
  }

  45% {
    transform: translate(80px, 90px)
  }

  65% {
    transform: translate(40px, 110px)
  }

  75% {
    transform: translate(20px, 800px)
  }

  100% {
    transform: translate(0, 0)
  }
}

.slide-effect3 {
  animation: pxl_effect3 12s ease-out infinite;
  -webkit-animation: pxl_effect3 12s ease-out infinite
}

@keyframes pxl_top_bottom {
  0% {
    transform: translateX(0)
  }

  25% {
    transform: translateY(-40px)
  }

  50% {
    transform: translateY(0)
  }

  75% {
    transform: translateY(40px)
  }

  100% {
    transform: translateY(0)
  }
}

.slide-top-to-bottom {
  animation: pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.animation__rotate {
  animation: rotate 30s linear infinite
}

@keyframes rotateY {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(-360deg)
  }
}

.animation__rotateY {
  animation: rotateY 30s linear infinite
}

@keyframes rotateAndScale {
  0% {
    transform: rotate(0deg) scale(1)
  }

  50% {
    transform: rotate(180deg) scale(.5)
  }

  100% {
    transform: rotate(360deg) scale(1)
  }
}

.animation__rotateAndScale {
  animation: rotateAndScale 10s linear infinite
}

@keyframes rotateAndScaleY {
  0% {
    transform: rotate(0deg) scale(1)
  }

  50% {
    transform: rotate(-180deg) scale(.5)
  }

  100% {
    transform: rotate(-360deg) scale(1)
  }
}

.animation__rotateAndScaleY {
  animation: rotateAndScaleY 10s linear infinite
}

@keyframes ring-animation {
  from {
    transform: rotate3d(0, 0, 1, 0deg)
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg)
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg)
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg)
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg)
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.ring__animation {
  animation: ring-animation 1.5s ease-in-out infinite
}

@keyframes bobble {
  0% {
    transform: translateY(0) scale(.9)
  }

  100% {
    transform: translateY(-20px) scale(1)
  }
}

.bobble__animation {
  animation: bobble 3s ease-in-out infinite alternate
}

@-webkit-keyframes video-animation {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.5)
  }

  100% {
    opacity: 0;
    transform: scale(2)
  }
}

@keyframes video-animation {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.5)
  }

  100% {
    opacity: 0;
    transform: scale(2)
  }
}

@keyframes goAll {
  0% {
    transform: translate(400px, 200px);
    opacity: 30%
  }

  17% {
    transform: translate(600px, 400px);
    opacity: 40%
  }

  33% {
    transform: translate(600px, 600px);
    opacity: 70%
  }

  50% {
    transform: translate(400px, 800px);
    opacity: 20%
  }

  66% {
    transform: translate(200px, 600px);
    opacity: 60%
  }

  83% {
    transform: translate(200px, 400px);
    opacity: 30%
  }

  100% {
    transform: translate(400px, 200px);
    opacity: 30%
  }
}

@keyframes goAll2 {
  0% {
    top: 800px;
    left: 845px;
    opacity: 30%
  }

  25% {
    top: 400px;
    left: 845px;
    opacity: 40%
  }

  50% {
    top: 800px;
    left: 845px;
    opacity: 100%
  }

  75% {
    top: 1200px;
    left: 845px;
    opacity: 20%
  }

  100% {
    top: 800px;
    left: 845px;
    opacity: 30%
  }
}

@keyframes left {
  0% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(30px)
  }

  100% {
    transform: translateX(0)
  }
}

.animation__goLeft {
  animation: left infinite 6s
}

@keyframes top-bottom {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
  }

  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
  }
}

.animation__topBottom {
  animation: top-bottom 2s infinite
}

@keyframes goAll3 {
  0% {
    transform: translate(0, 0);
    opacity: 100%
  }

  33% {
    transform: translate(100px, 100px);
    opacity: 30%
  }

  66% {
    transform: translate(0, 200px);
    opacity: 70%
  }

  100% {
    transform: translate(0, 0);
    opacity: 100%
  }
}

.animation__goAll {
  animation: goAll 30s infinite linear
}

.animation__goAll2 {
  animation: goAll2 50s infinite linear
}

.animation__goAll3 {
  animation: goAll3 30s infinite linear
}

@keyframes iconHover1 {
  0% {
    transform: translate(0)
  }

  40% {
    transform: translate(-10px)
  }
}

.gsap__parallax {
  overflow: hidden
}

.blur-effect {
  backdrop-filter: blur(10px)
}

body.tm-dark-layout .btn-theme-colored2:before {
  background-color: #1d2530
}

@media (min-width:992px) and (max-width:1199.98px) {
  h1 {
    font-size: 3.3rem
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  h1 {
    font-size: 3.1rem
  }
}

@media (max-width:575.98px) {
  h1 {
    font-size: 3rem
  }
}

:root {
  --theme-color1: #003300;
  --theme-color1-rgb: 0, 51, 0;
  --theme-color1-lighter: #006b00;
  --theme-color1-darker: black;
  --theme-color2: #a17f1e;
  --theme-color2-rgb: 161, 127, 30;
  --theme-color2-lighter: #d0a427;
  --theme-color2-darker: #725a15;
  --theme-color3: #a17f1e;
  --theme-color3-rgb: 161, 127, 30;
  --theme-color3-lighter: #d0a427;
  --theme-color3-darker: #725a15;
  --theme-color4: #a17f1e;
  --theme-color4-rgb: 161, 127, 30;
  --theme-color4-lighter: #d0a427;
  --theme-color4-darker: #725a15;
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #fff;
  --text-color-bg-theme-color3: #fff;
  --text-color-bg-theme-color4: #fff;
  --hover-theme-color: #003300;
  --sidebar-default-theme-color: var(--theme-color1);
  --footer-default-theme-color: var(--theme-color3);
  --footer-default-hover-theme-color: var(--theme-color3);
  --footer-default-text-color-on-bg-theme-color: var(--text-color-bg-theme-color3)
}

.widget .line-bottom:after,
.pager.theme-colored a {
  border: 1px solid var(--theme-color1)
}

.hr-divider {
  border-top-color: rgb(0 51 0 / .2) !important
}

.text-theme-colored1 {
  color: var(--theme-color1) !important
}

.text-theme-colored2 {
  color: var(--theme-color2) !important
}

.text-theme-colored3 {
  color: var(--theme-color3) !important
}

.text-theme-colored4 {
  color: var(--theme-color4) !important
}

.bg-theme-colored1 {
  background-color: var(--theme-color1) !important
}

.bg-theme-colored2 {
  background-color: var(--theme-color2) !important
}

.bg-theme-colored3 {
  background-color: var(--theme-color3) !important
}

.bg-theme-colored4 {
  background-color: var(--theme-color4) !important
}

.border-theme-colored1 {
  border-color: var(--theme-color1) !important
}

.border-theme-colored2 {
  border-color: var(--theme-color2) !important
}

.border-theme-colored3 {
  border-color: var(--theme-color3) !important
}

.border-theme-colored4 {
  border-color: var(--theme-color4) !important
}

.tm-sc-blog.blog-classic article .entry-header .post-single-meta {
  background: var(--theme-color1)
}

.tm-sc-blog.blog-modern article .entry-header .post-single-meta {
  background: var(--theme-color1)
}

.tm-sc-blog.blog-modern article .entry-content .post-btn-readmore {
  border-color: var(--theme-color1);
  background-color: #fff
}

.tm-sc-blog.blog-modern article:hover .entry-content .post-btn-readmore {
  background-color: var(--theme-color1)
}

.tm-sc-blog.blog-modern article:hover .entry-content .post-btn-readmore .btn-plain-text-with-arrow:after {
  color: #fff
}

.tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n+1) article .post-thumb .post-thumb-inner .thumb:after,
.tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n+3) article .post-thumb .post-thumb-inner .thumb:after,
.tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n+6) article .post-thumb .post-thumb-inner .thumb:after,
.tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n+8) article .post-thumb .post-thumb-inner .thumb:after {
  background-color: rgb(0 51 0 / .94)
}

.btn-theme-colored1 {
  color: #fff;
  background-color: #030;
  border-color: #030
}

.btn-theme-colored1:hover {
  color: #fff;
  background-color: #002b00;
  border-color: #002900
}

.btn-theme-colored2 {
  color: #000;
  background-color: #a17f1e;
  border-color: #a17f1e
}

.btn-theme-colored2:hover {
  color: #000;
  background-color: #af9240;
  border-color: #aa8c35
}

.btn-theme-colored3 {
  color: #000;
  background-color: #a17f1e;
  border-color: #a17f1e
}

.btn-theme-colored3:hover {
  color: #000;
  background-color: #af9240;
  border-color: #aa8c35
}

.btn-theme-colored4 {
  color: #000;
  background-color: #a17f1e;
  border-color: #a17f1e
}

.btn-theme-colored4:hover {
  color: #000;
  background-color: #af9240;
  border-color: #aa8c35
}

.btn-outline-theme-colored1 {
  color: #030;
  border-color: #030
}

.btn-outline-theme-colored1:hover {
  color: #fff;
  background-color: #030;
  border-color: #030
}

.btn-outline-theme-colored2 {
  color: #a17f1e;
  border-color: #a17f1e
}

.btn-outline-theme-colored2:hover {
  color: #000;
  background-color: #a17f1e;
  border-color: #a17f1e
}

.btn-outline-theme-colored3 {
  color: #a17f1e;
  border-color: #a17f1e
}

.btn-outline-theme-colored3:hover {
  color: #000;
  background-color: #a17f1e;
  border-color: #a17f1e
}

.btn-outline-theme-colored4 {
  color: #a17f1e;
  border-color: #a17f1e
}

.btn-outline-theme-colored4:hover {
  color: #000;
  background-color: #a17f1e;
  border-color: #a17f1e
}

.btn-theme-colored1 {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  border-color: var(--theme-color1)
}

.btn-theme-colored1:hover,
.btn-theme-colored1:focus {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color1);
  border-color: var(--theme-color1)
}

.btn-theme-colored1:before {
  background-color: var(--theme-color2)
}

.btn-theme-colored2 {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
  border-color: var(--theme-color2)
}

.btn-theme-colored2:hover,
.btn-theme-colored2:focus {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color2);
  border-color: var(--theme-color2)
}

.btn-theme-colored2:before {
  background-color: var(--theme-color1)
}

.btn-theme-colored3 {
  color: var(--text-color-bg-theme-color3);
  background-color: var(--theme-color3);
  border-color: var(--theme-color3)
}

.btn-theme-colored3:hover,
.btn-theme-colored3:focus {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color3);
  border-color: var(--theme-color3)
}

.btn-theme-colored4 {
  color: var(--text-color-bg-theme-color4);
  background-color: var(--theme-color4);
  border-color: var(--theme-color4)
}

.btn-theme-colored4:hover,
.btn-theme-colored4:focus {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color4);
  border-color: var(--theme-color4)
}

.btn-theme-colored3:before,
.btn-theme-colored4:before,
.btn-outline-theme-colored3:before {
  background: var(--theme-color1)
}

.btn-outline-theme-colored1:hover,
.btn-outline-theme-colored2:hover {
  border-color: var(--theme-color3) !important;
  color: #fff !important
}

input[type="submit"].btn-theme-colored1:hover,
input[type="submit"].btn-theme-colored1:focus {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2)
}

input[type="submit"].btn-theme-colored2:hover,
input[type="submit"].btn-theme-colored2:focus {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1)
}

input[type="submit"].btn-theme-colored3:hover,
input[type="submit"].btn-theme-colored3:focus {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1)
}

input[type="submit"].btn-theme-colored4:hover,
input[type="submit"].btn-theme-colored4:focus {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1)
}

.btn-light:before,
.btn-dark:before {
  background-color: rgba(var(--theme-color2-rgb), .2)
}

.btn-light:hover,
.btn-light:focus,
.btn-dark:hover,
.btn-dark:focus {
  color: var(--text-color-bg-theme-color2)
}

.btn-light:hover:before,
.btn-light:focus:before,
.btn-dark:hover:before,
.btn-dark:focus:before {
  background-color: var(--theme-color2)
}

.btn-outline-light {
  color: #fff
}

.btn-outline-light:hover,
.btn-outline-dark:hover {
  background-color: #fff0
}

.btn-outline-light:before,
.btn-outline-dark:before {
  background-color: rgba(var(--theme-color2-rgb), .2)
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: var(--text-color-bg-theme-color2)
}

.btn-outline-light:hover:before,
.btn-outline-light:focus:before,
.btn-outline-dark:hover:before,
.btn-outline-dark:focus:before {
  background-color: var(--theme-color2)
}

.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]),
.woosc_table .button,
.woosc_table .added_to_cart,
.woosw-item .added_to_cart {
  color: #fff;
  background-color: #030;
  border-color: #030;
  color: var(--text-color-bg-theme-color1) !important
}

.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):hover,
.woosc_table .button:hover,
.woosc_table .added_to_cart:hover,
.woosw-item .added_to_cart:hover {
  color: #fff;
  background-color: #002b00;
  border-color: #002900
}

.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):hover,
.woosc_table .button:hover,
.woosc_table .added_to_cart:hover,
.woosw-item .added_to_cart:hover {
  color: var(--text-color-bg-theme-color3) !important
}

.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):focus,
.woosc_table .button:focus,
.woosc_table .added_to_cart:focus,
.woosw-item .added_to_cart:focus {
  color: var(--text-color-bg-theme-color3) !important;
  box-shadow: none
}

.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):disabled,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]).disabled,
.woosc_table .button:disabled,
.woosc_table .button.disabled,
.woosc_table .added_to_cart:disabled,
.woosc_table .added_to_cart.disabled,
.woosw-item .added_to_cart:disabled,
.woosw-item .added_to_cart.disabled {
  color: var(--text-color-bg-theme-color1) !important;
  opacity: .5
}

.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):disabled:hover,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]).disabled:hover,
.woosc_table .button:disabled:hover,
.woosc_table .button.disabled:hover,
.woosc_table .added_to_cart:disabled:hover,
.woosc_table .added_to_cart.disabled:hover,
.woosw-item .added_to_cart:disabled:hover,
.woosw-item .added_to_cart.disabled:hover {
  color: var(--text-color-bg-theme-color3) !important
}

.scroll-to-top a {
  background-image: linear-gradient(to right, #003300 0%, #007800 51%, #003300 100%)
}

.scroll-to-top a:hover {
  box-shadow: 0 10px 20px rgb(0 51 0 / .5);
  background-position: right center
}

.isotope-layout.shop-archive .isotope-item {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px
}

.isotope-layout.shop-archive .isotope-layout-inner {
  margin-left: -20px;
  margin-right: -20px
}

.page-404-wrapper .title {
  margin-top: 100px
}

header#header .menuzord-brand img {
  --menuzord-brand-width-responsive: 200px
}

header#header .header-nav-wrapper.tm-sticky-menu .menuzord-brand img {
  max-width: 20px
}

.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  min-width: 260px
}

@media (min-width:1200px) {
  .side-panel-container {
    width: 380px
  }

  .side-panel-container {
    right: -380px
  }
}

.side-panel-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom
}

body.tm-boxed-layout {
  background-color: #444
}

.maintenance-mode .logo img {
  max-width: 200px
}

#preloader.three-layer-loaderbg .layer .overlay {
  background-color: #030
}

.tm-page-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.elementor-widget-divider {
  --divider-border-style: none;
  --divider-border-width: 1px;
  --divider-color: #0c0d0e;
  --divider-icon-size: 20px;
  --divider-element-spacing: 10px;
  --divider-pattern-height: 24px;
  --divider-pattern-size: 20px;
  --divider-pattern-url: none;
  --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
  display: flex
}

.elementor-widget-divider .elementor-divider__text {
  font-size: 15px;
  line-height: 1;
  max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
  flex-shrink: 0;
  margin: 0 var(--divider-element-spacing)
}

.elementor-widget-divider .elementor-icon {
  font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
  direction: ltr;
  display: flex;
  margin: 0
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
  align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
  border-block-end: 0;
  border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
  content: "";
  display: block;
  flex-grow: 1
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
  flex-grow: 0;
  flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
  content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
  margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
  flex-grow: 0;
  flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
  content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
  margin-right: 0
}

.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
  flex-grow: 0;
  flex-shrink: 100
}

.elementor-widget-divider--element-align-start .elementor-divider-separator:before {
  content: none
}

.elementor-widget-divider--element-align-start .elementor-divider__element {
  margin-inline-start: 0
}

.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
  flex-grow: 0;
  flex-shrink: 100
}

.elementor-widget-divider--element-align-end .elementor-divider-separator:after {
  content: none
}

.elementor-widget-divider--element-align-end .elementor-divider__element {
  margin-inline-end: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
  --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
  background-color: var(--divider-color);
  -webkit-mask-image: var(--divider-pattern-url);
  mask-image: var(--divider-pattern-url);
  -webkit-mask-repeat: var(--divider-pattern-repeat);
  mask-repeat: var(--divider-pattern-repeat);
  -webkit-mask-size: var(--divider-pattern-size) 100%;
  mask-size: var(--divider-pattern-size) 100%;
  min-height: var(--divider-pattern-height);
  width: 100%
}

.elementor-widget-divider--no-spacing {
  --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
  --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
  direction: rtl
}

.e-con-inner>.elementor-widget-divider,
.e-con>.elementor-widget-divider {
  width: var(--container-widget-width, 100%);
  --flex-grow: var(--container-widget-flex-grow)
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
  color: inherit;
  font-size: inherit;
  line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 59px
}

.elementor-motion-effects-element,
.elementor-motion-effects-layer {
  transition-duration: 1s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0, .33, .07, 1.03)
}

@media (prefers-reduced-motion:reduce) {

  .elementor-motion-effects-element,
  .elementor-motion-effects-layer {
    transition-duration: 0s !important
  }
}

.elementor-motion-effects-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
  width: 100%
}

.elementor-motion-effects-layer {
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0
}

.elementor-motion-effects-perspective {
  perspective: 1200px
}

.elementor-motion-effects-element {
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.tm-sc-list {
  list-style: none;
  transition: all 0.3s ease
}

.tm-sc-list li {
  transition: all 0.3s ease
}

.tm-sc-list li i,
.tm-sc-list li svg {
  margin-right: 5px
}

.tm-sc-list li svg {
  width: 16px
}

.tm-sc-list li i {
  transition: all 0.3s ease
}

.tm-sc-list.tm-animate-hover.icon-rotate li:hover i {
  transform: rotate(360deg)
}

.tm-sc-list.tm-animate-hover.icon-rotate-x li:hover i {
  transform: rotateX(360deg)
}

.tm-sc-list.tm-animate-hover.icon-rotate-y li:hover i {
  transform: rotateY(180deg)
}

.tm-sc-list.tm-animate-hover.icon-translate li:hover i {
  transform: translate(-10px, 10px)
}

.tm-sc-list.tm-animate-hover.icon-translate-x li:hover i {
  transform: translateX(-10px)
}

.tm-sc-list.tm-animate-hover.icon-translate-y li:hover i {
  transform: translateY(-10px)
}

.tm-sc-list.tm-animate-hover.icon-scale li:hover i {
  transform: scale(1.1)
}

.elementor-widget-tm-ele-text-editor-advanced .elementor-widget-container {
  z-index: 0;
  position: relative
}

.elementor-widget-tm-ele-text-editor-advanced .elementor-widget-container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .9;
  z-index: -1;
  transition: all 0.3s ease
}

.elementor-widget-tm-ele-text-editor-advanced .elementor-widget-container .tm-text-editor-advanced {
  z-index: 1
}

.tm-text-editor-advanced .each-item,
.tm-text-editor-advanced .each-item * {
  transition: all 0.3s ease
}

.tm-text-editor,
.tm-text-editor * {
  transition: all 0.3s ease
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  outline: 0 !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container::before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close.ekit-popup-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close.ekit-popup-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow,
button.mfp-close.ekit-popup-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

button.mfp-arrow:focus-visible,
button.mfp-close.ekit-popup-close:focus-visible {
  outline: -webkit-focus-ring-color auto 1px
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close.ekit-popup-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close.ekit-popup-close:focus,
.mfp-close.ekit-popup-close:hover {
  opacity: 1
}

.mfp-close.ekit-popup-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-closeekit-popup-close {
  color: #333
}

.mfp-iframe-holder .mfp-close.ekit-popup-close,
.mfp-image-holder .mfp-close.ekit-popup-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: #fff0
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow::after,
.mfp-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset #fff0
}

.mfp-arrow::after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left::after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right::after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right::before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close.ekit-popup-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgb(0 0 0 / .6);
  box-shadow: 0 0 8px rgb(0 0 0 / .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgb(0 0 0 / .6);
  box-shadow: 0 0 8px rgb(0 0 0 / .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgb(0 0 0 / .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close.ekit-popup-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgb(0 0 0 / .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(.8);
  transform: scale(.8);
  opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}

.twentytwenty-horizontal .twentytwenty-handle::after,
.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-vertical .twentytwenty-handle::after,
.twentytwenty-vertical .twentytwenty-handle::before {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0 0 12px rgb(51 51 51 / .5);
  box-shadow: 0 0 12px rgb(51 51 51 / .5)
}

.twentytwenty-horizontal .twentytwenty-handle::after,
.twentytwenty-horizontal .twentytwenty-handle::before {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px
}

.twentytwenty-vertical .twentytwenty-handle::after,
.twentytwenty-vertical .twentytwenty-handle::before {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.twentytwenty-after-label,
.twentytwenty-before-label {
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.twentytwenty-after-label::before,
.twentytwenty-before-label::before {
  color: #fff;
  font-size: 13px;
  letter-spacing: .1em
}

.twentytwenty-after-label::before,
.twentytwenty-before-label::before {
  position: absolute;
  background: rgb(255 255 255 / .2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px
}

.twentytwenty-horizontal .twentytwenty-after-label::before,
.twentytwenty-horizontal .twentytwenty-before-label::before {
  top: 50%;
  margin-top: -19px
}

.twentytwenty-vertical .twentytwenty-after-label::before,
.twentytwenty-vertical .twentytwenty-before-label::before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: auto;
  display: inline-block
}

.twentytwenty-down-arrow,
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow {
  width: 0;
  height: 0;
  border: 6px inset #fff0;
  position: absolute
}

.twentytwenty-handle .twentytwenty-left-arrow,
.twentytwenty-handle .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px
}

.twentytwenty-handle .twentytwenty-down-arrow,
.twentytwenty-handle .twentytwenty-up-arrow {
  left: 50%;
  margin-left: -6px
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: #fff0
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
  opacity: 0
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.twentytwenty-before-label {
  opacity: 0
}

.twentytwenty-before-label::before {
  content: attr(data-content)
}

.twentytwenty-after-label {
  opacity: 0
}

.twentytwenty-after-label::before {
  content: attr(data-content)
}

.twentytwenty-horizontal .twentytwenty-before-label::before {
  left: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label::before {
  right: 10px
}

.twentytwenty-vertical .twentytwenty-before-label::before {
  top: 10px
}

.twentytwenty-vertical .twentytwenty-after-label::before {
  bottom: 10px
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: #fff0;
  z-index: 25
}

.twentytwenty-overlay:hover {
  background: rgb(0 0 0 / .5)
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1
}

.twentytwenty-before {
  z-index: 20
}

.twentytwenty-after {
  z-index: 10
}

div.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 12px rgb(51 51 51 / .5);
  box-shadow: 0 0 12px rgb(51 51 51 / .5);
  z-index: 40;
  cursor: pointer
}

.twentytwenty-horizontal .twentytwenty-handle::before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #fff, 0 0 12px rgb(51 51 51 / .5);
  box-shadow: 0 3px 0 #fff, 0 0 12px rgb(51 51 51 / .5)
}

.twentytwenty-horizontal .twentytwenty-handle::after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #fff, 0 0 12px rgb(51 51 51 / .5);
  box-shadow: 0 -3px 0 #fff, 0 0 12px rgb(51 51 51 / .5)
}

.twentytwenty-vertical .twentytwenty-handle::before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #fff, 0 0 12px rgb(51 51 51 / .5);
  box-shadow: 3px 0 0 #fff, 0 0 12px rgb(51 51 51 / .5)
}

.twentytwenty-vertical .twentytwenty-handle::after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #fff, 0 0 12px rgb(51 51 51 / .5);
  box-shadow: -3px 0 0 #fff, 0 0 12px rgb(51 51 51 / .5)
}

.twentytwenty-handle>.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px
}

.twentytwenty-handle>.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px
}

.twentytwenty-handle>.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px
}

.twentytwenty-handle>.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px
}

.nav-alignment-dynamic,
.nav-alignment-flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.elementskit-menu-container {
  z-index: 10000
}

.elementskit-navbar-nav>li>a .ekit-menu-icon {
  padding-right: 5px
}

.ekit-menu-badge {
  position: absolute;
  top: 5px;
  left: 50%;
  background-color: #bbb;
  color: #fff;
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 8px;
  line-height: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 10
}

.ekit-menu-badge>.ekit-menu-badge-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: solid #fff0;
  border-right: solid #fff0;
  border-top: solid #bbb;
  border-bottom: solid #fff0;
  border-width: 6px
}

.elementskit-dropdown li {
  position: relative
}

.elementskit-dropdown .ekit-menu-badge {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.elementskit-navbar-nav-default .elementskit-navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: 0
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li {
  position: relative
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a:hover {
  text-decoration: none
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li.elementskit-megamenu-has {
  position: static
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-transform: none;
  font-weight: 500;
  letter-spacing: normal
}

.elementskit-navbar-nav-default .elementskit-dropdown {
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  background-color: #f4f4f4;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-left: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

.elementskit-navbar-nav-default .elementskit-dropdown>li>.elementskit-dropdown {
  left: 100%;
  top: 0
}

.elementskit-navbar-nav-default .elementskit-dropdown>li>.elementskit-dropdown.open-fromleft {
  left: auto;
  right: 100%
}

.elementskit-navbar-nav-default .elementskit-submenu-panel>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 15px;
  padding-right: 10px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-dropdown li:hover>a,
.elementskit-navbar-nav-default .elementskit-navbar-nav>.elementskit-dropdown li>a:hover {
  color: #1e73be;
  background-color: #fff
}

.elementskit-navbar-nav-default .elementskit-submenu-panel>li:hover>a,
.elementskit-navbar-nav-default .elementskit-submenu-panel>li>a:hover {
  color: #0d3a4f;
  background-color: rgb(255 255 255 / .5)
}

.elementskit-navbar-nav-default .elementskit-megamenu-panel {
  width: 100%
}

.elementskit-navbar-nav-default .elementskit-overlay {
  display: none
}

.elementskit-navbar-nav-default .elementskit-nav-identity-panel {
  display: none
}

.elementskit-navbar-nav-default button.elementskit-menu-close {
  border: 1px solid rgb(0 0 0 / .5);
  color: rgb(51 51 51 / .5);
  float: right;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px
}

.elementskit-navbar-nav-default .elementskit-dropdown-has>a {
  position: relative
}

.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
  font-weight: 900;
  font-style: normal;
  margin-left: 6px;
  display: block;
  float: right;
  cursor: pointer;
  position: relative;
  font-size: 11px
}

.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator.icon-none {
  display: none
}

.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator.ekit-spinner {
  width: 1em;
  height: 1em;
  border: 2px solid color-mix(in srgb, currentColor 25%, transparent);
  border-bottom-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: ekit_ajax_spinner_rotation 1s linear infinite;
  animation: ekit_ajax_spinner_rotation 1s linear infinite
}

.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator.ekit-spinner::before {
  content: "";
  display: none
}

@media (max-width:1024px) {
  .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator.ekit-spinner {
    padding: 4px 4px;
    margin-right: 10px
  }
}

@media (max-width:1024px) {
  .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
    padding: 4px 15px
  }
}

@media (max-width:1024px) {
  .elementskit-navbar-nav-default .elementskit-dropdown-has>a svg.elementskit-submenu-indicator {
    width: auto;
    height: auto;
    max-width: 42px;
    max-height: 42px
  }
}

.elementskit-navbar-nav-default.elementskit-menu-container {
  background: #fff0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff0), to(#fff0));
  background: linear-gradient(0deg, #fff0 0, #fff0 100%);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
  height: 100px;
  z-index: 90000
}

.elementskit-navbar-nav-default .elementskit-dropdown {
  min-width: 250px;
  margin-left: 0
}

.elementskit-navbar-nav-default .elementskit-navbar-nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
  font-size: 15px;
  color: #000;
  padding-left: 15px;
  padding-right: 15px
}

.elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-menu-po-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-menu-po-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-menu-po-justified {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (min-width:1025px) {
  .elementskit-navbar-nav-default .elementskit-dropdown {
    -webkit-box-shadow: 0 10px 30px 0 rgb(45 45 45 / .2);
    box-shadow: 0 10px 30px 0 rgb(45 45 45 / .2);
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    max-height: none;
    z-index: 999
  }

  .elementskit-navbar-nav-default .elementskit-megamenu-panel {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    z-index: 999
  }
}

@media (min-width:1025px) {
  .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-megamenu-has:hover>.elementskit-megamenu-panel {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto
  }
}

.elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-megamenu-has .elementskit-dropdown {
  display: none
}

.elementskit-navbar-nav-default.ekit-nav-dropdown-click .ekit-dropdown-open-onclick {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto
}

@media (min-width:767px) {
  .elementskit-navbar-nav-default.ekit-nav-dropdown-click .elementskit-megamenu-has .elementskit-submenu-panel {
    display: none
  }
}

@media (max-width:1024px) {
  .ekit_menu_responsive_tablet>.elementskit-navbar-nav-default {
    background-color: #f7f7f7
  }

  .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100%;
    -webkit-box-shadow: 0 10px 30px 0 #fff0;
    box-shadow: 0 10px 30px 0 #fff0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: left .6s cubic-bezier(.6, .1, .68, .53);
    transition: left .6s cubic-bezier(.6, .1, .68, .53)
  }

  .elementskit-navbar-nav-default .no-scroller {
    overflow: hidden
  }

  .elementskit-navbar-nav-default .elementskit-nav-identity-panel {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%
  }

  .elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-site-title {
    float: left
  }

  .elementskit-navbar-nav-default .elementskit-nav-identity-panel button.elementskit-menu-close {
    float: right
  }

  .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
    color: #000;
    font-size: 12px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px
  }

  .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a:hover {
    color: #0d3a4f
  }

  .elementskit-navbar-nav-default .elementskit-navbar-nav>li:hover>a {
    color: #0d3a4f
  }

  .elementskit-navbar-nav-default .elementskit-submenu-panel>li>a {
    color: #000;
    font-size: 12px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px
  }

  .elementskit-navbar-nav-default .elementskit-dropdown {
    display: block;
    border: 0;
    margin-left: 0
  }

  .elementskit-navbar-nav-default .elementskit-megamenu-panel {
    display: none
  }

  .elementskit-navbar-nav-default .elementskit-navbar-nav>.elementskit-dropdown-has>.elementskit-dropdown li a {
    padding-left: 15px
  }
}

@media (max-width:767px) {
  .ekit_menu_responsive_mobile>.elementskit-navbar-nav-default {
    background-color: #f7f7f7
  }
}

@-webkit-keyframes ekit_ajax_spinner_rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes ekit_ajax_spinner_rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@media (min-width:1025px) {
  .ekit-nav-dropdown-hover .elementskit-dropdown-has .elementskit-dropdown {
    -webkit-box-shadow: 0 10px 30px 0 rgb(45 45 45 / .2);
    box-shadow: 0 10px 30px 0 rgb(45 45 45 / .2);
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    max-height: none;
    z-index: 999
  }

  .ekit-nav-dropdown-hover .elementskit-dropdown-has:hover>.elementskit-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto
  }
}

@media only screen and (max-width:1023px) and (min-width:768px) {

  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover>.elementskit-dropdown,
  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover>.elementskit-megamenu-panel,
  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover>.elementskit-dropdown,
  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover>.elementskit-megamenu-panel {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto
  }
}

@media only screen and (max-width:1024px) and (min-width:766px) {
  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown {
    display: none
  }

  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block
  }

  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block
  }

  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown {
    display: none
  }

  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown~.elementskit-megamenu-panel {
    display: none
  }

  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown.elementskit-dropdown-open {
    display: block;
    max-height: 2500px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: max-height 5s ease-out;
    transition: max-height 5s ease-out
  }

  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-navbar-nav {
    overflow-y: auto
  }

  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown>li>.elementskit-dropdown {
    left: 0
  }
}

button.elementskit-menu-close,
button.elementskit-menu-hamburger {
  display: none
}

button.elementskit-menu-hamburger {
  color: #000
}

@media (max-width:1024px) {
  .elementskit-menu-overlay {
    display: block;
    position: fixed;
    z-index: 14;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: rgb(51 51 51 / .5);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .6s cubic-bezier(.6, .1, .68, .53) .4s;
    transition: all .6s cubic-bezier(.6, .1, .68, .53) .4s
  }

  .elementor-element-edit-mode .elementskit-menu-overlay {
    left: 100%
  }

  button.elementskit-menu-hamburger {
    border: 1px solid rgb(0 0 0 / .2);
    float: right
  }

  button.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    background-color: rgb(0 0 0 / .5)
  }

  button.elementskit-menu-close,
  button.elementskit-menu-hamburger {
    padding: 8px;
    background-color: #fff0;
    border-radius: .25rem;
    position: relative;
    z-index: 10;
    cursor: pointer;
    width: 45px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in
  }

  button.elementskit-menu-close .elementskit-menu-hamburger-icon,
  button.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    height: 1px;
    width: 100%;
    display: block;
    margin-bottom: 4px
  }

  button.elementskit-menu-close .elementskit-menu-hamburger-icon:last-child,
  button.elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child {
    margin-bottom: 0
  }

  .elementskit-navbar-nav .ekit-menu-badge {
    font-size: 7px
  }
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>.elementskit-dropdown>li>a .ekit-menu-badge .ekit-menu-badge-arrow {
  display: none
}

.dropdown-item,
.ekit-menu-nav-link {
  position: relative
}

.dropdown-item span.ekit-spinner,
.dropdown-item>i,
.dropdown-item>svg,
.ekit-menu-nav-link span.ekit-spinner,
.ekit-menu-nav-link>i,
.ekit-menu-nav-link>svg {
  margin-right: 6px
}

.dropdown-item .icon-none,
.ekit-menu-nav-link .icon-none {
  display: none !important
}

@-webkit-keyframes xs-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes xs-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.xs-zoomIn {
  -webkit-animation-name: xs-zoomIn;
  animation-name: xs-zoomIn
}

.elementskit-nav-logo {
  display: inline-block
}

@media (max-width:1024px) {
  .elementor-widget-ekit-nav-menu {
    -webkit-animation: none !important;
    animation: none !important
  }

  .ekit-wid-con:not(.ekit_menu_responsive_mobile) .elementskit-navbar-nav {
    display: block
  }
}

@media (max-width:1024px) {

  button.elementskit-menu-close,
  button.elementskit-menu-hamburger {
    display: block
  }

  .elementskit-menu-container {
    max-width: 350px
  }

  .elementskit-menu-overlay.active {
    left: 0;
    -webkit-transition: all .6s cubic-bezier(.22, .61, .24, 1) 0s;
    transition: all .6s cubic-bezier(.22, .61, .24, 1) 0s
  }

  .elementskit-menu-offcanvas-elements {
    height: 100% !important;
    padding-bottom: 10px
  }

  .elementskit-menu-offcanvas-elements.active {
    left: 0
  }

  .elementskit-dropdown {
    position: relative;
    max-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
    transition: max-height 2s cubic-bezier(0, 1, 0, 1)
  }

  .ekit_menu_responsive_tablet .ekit-menu-badge {
    position: static;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: none;
    transform: none
  }

  .ekit_menu_responsive_tablet .ekit-menu-badge>.ekit-menu-badge-arrow {
    display: none
  }

  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
    margin-left: auto
  }

  .ekit_menu_responsive_tablet .elementskit-submenu-indicator {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: 1px solid;
    border-radius: 30px
  }
}

@media screen and (min-width:766px) and (max-width:1024px) {
  .ekit_menu_responsive_mobile .elementskit-menu-offcanvas-elements {
    position: static
  }

  .ekit_menu_responsive_mobile .elementskit-nav-identity-panel {
    display: none
  }

  .ekit_menu_responsive_mobile button.elementskit-menu-hamburger {
    display: none
  }

  .ekit_menu_responsive_mobile .elementskit-menu-container {
    overflow-y: unset;
    overflow-x: unset
  }

  .ekit_menu_responsive_mobile .elementskit-dropdown {
    -webkit-box-shadow: 0 10px 30px 0 rgb(45 45 45 / .2);
    box-shadow: 0 10px 30px 0 rgb(45 45 45 / .2);
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    max-height: none;
    z-index: 999
  }

  .ekit_menu_responsive_mobile .elementskit-megamenu-panel {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    z-index: 999
  }

  .ekit_menu_responsive_mobile .elementskit-dropdown-menu-full_width .elementskit-megamenu-panel {
    width: 100vw
  }

  .ekit_menu_responsive_mobile .elementskit-navbar-nav>li.elementskit-megamenu-has.relative_position {
    position: relative
  }

  .ekit_menu_responsive_mobile .elementskit-megamenu-panel .elementor-section-wrap>.elementor-section>.elementor-container {
    max-width: none
  }
}

@media (max-width:767px) {
  .ekit_menu_responsive_mobile .elementskit-navbar-nav {
    display: block
  }

  .ekit_menu_responsive_mobile .elementskit-dropdown {
    position: relative
  }

  .ekit_menu_responsive_mobile .ekit-menu-badge {
    position: static;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: none;
    transform: none
  }

  .ekit_menu_responsive_mobile .ekit-menu-badge>.ekit-menu-badge-arrow {
    display: none
  }

  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
    margin-left: auto
  }

  .ekit_menu_responsive_mobile .elementskit-submenu-indicator {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: 1px solid;
    border-radius: 30px
  }

  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown,
  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown {
    display: none
  }

  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open,
  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block
  }

  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-megamenu-panel.elementskit-dropdown-open,
  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block
  }

  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown,
  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown {
    display: none
  }

  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown~.elementskit-megamenu-panel,
  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown~.elementskit-megamenu-panel {
    display: none
  }

  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown.elementskit-dropdown-open,
  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown.elementskit-dropdown-open {
    display: block;
    max-height: 2500px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: max-height 5s ease-out;
    transition: max-height 5s ease-out
  }

  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-navbar-nav,
  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-navbar-nav {
    overflow-y: auto
  }

  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown>li>.elementskit-dropdown,
  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown>li>.elementskit-dropdown {
    left: 0
  }
}

.elementskit-navbar-nav .elementskit-submenu-panel>li:hover>a>i,
.elementskit-navbar-nav .elementskit-submenu-panel>li>a:hover>i {
  color: inherit !important
}

@media (max-width:767px) {
  .ekit-sticky .elementskit-menu-container.elementskit-menu-offcanvas-elements {
    height: 120vh !important
  }

  .ekit-sticky .elementskit-menu-overlay {
    display: none
  }

  .ekit-sticky .elementskit-menu-offcanvas-elements::before {
    position: fixed;
    content: "";
    top: 0;
    left: -110%;
    height: 100%;
    width: 100%;
    background-color: rgb(51 51 51 / .5);
    -webkit-transition: left .5s ease;
    transition: left .5s ease
  }

  .ekit-sticky .elementskit-menu-offcanvas-elements::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: inherit
  }

  .ekit-sticky .elementskit-menu-offcanvas-elements.active::before {
    left: 0
  }

  .ekit-sticky .elementskit-navbar-nav-default .elementskit-navbar-nav {
    position: relative;
    z-index: 5
  }
}

@media (min-width:1025px) {
  .elementor-widget-ekit-nav-menu .elementskit-dropdown-menu-full_width .elementskit-megamenu-panel {
    width: 100vw
  }

  .elementor-widget-ekit-nav-menu .elementskit-navbar-nav>li.elementskit-megamenu-has.relative_position {
    position: relative
  }

  .elementskit-megamenu-panel .elementor-section-wrap>.elementor-section>.elementor-container {
    max-width: none
  }
}

.elementskit-dropdown-has>.sub-menu-toggle {
  display: none
}

.ekit-nav-menu--empty-fallback {
  font-size: 0
}

@media (min-width:766px) {

  .ekit_menu_responsive_mobile .ekit-nav-menu--empty-fallback,
  .ekit_menu_responsive_mobile .ekit-nav-menu--overlay {
    display: none
  }
}

@media (min-width:1025px) {

  .ekit_menu_responsive_tablet .ekit-nav-menu--empty-fallback,
  .ekit_menu_responsive_tablet .ekit-nav-menu--overlay {
    display: none
  }
}

.ekit-vertical-menu-tigger {
  display: block;
  background: #ffb25d;
  -webkit-box-shadow: 0 7px 15px rgb(255 178 93 / .3);
  box-shadow: 0 7px 15px rgb(255 178 93 / .3);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 16px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1
}

.ekit-vertical-menu-tigger img:not([draggable]).vertical-menu-icon {
  max-width: 14px
}

.ekit-vertical-menu-tigger .vertical-menu-icon {
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in
}

.ekit-vertical-menu-tigger:hover {
  color: #fff
}

.vertical-menu-right-icon {
  margin-right: 7px
}

.vertical-menu-left-icon {
  float: right
}

.ekit-vertical-navbar-nav {
  padding-left: 0;
  list-style: none;
  -webkit-box-shadow: 0 10px 25px rgb(0 0 0 / .1);
  box-shadow: 0 10px 25px rgb(0 0 0 / .1);
  background-color: #fff;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none
}

.ekit-vertical-navbar-nav .elementskit-dropdown,
.ekit-vertical-navbar-nav .elementskit-megamenu-panel {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0
}

.ekit-vertical-navbar-nav .elementskit-megamenu-has .elementskit-dropdown {
  display: none
}

.ekit-vertical-navbar-nav>li:not(:last-child) {
  border-bottom: 1px solid #ededed
}

.ekit-vertical-navbar-nav>li>a {
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ekit-vertical-navbar-nav>li>a .ekit-menu-icon {
  margin-right: 7px;
  padding-right: 0
}

.ekit-vertical-navbar-nav>li>a .ekit-menu-badge-arrow {
  display: none
}

.ekit-vertical-navbar-nav>li>a .ekit-menu-badge {
  position: static;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 10px;
  -webkit-transform: none;
  transform: none
}

.ekit-vertical-navbar-nav>li>a:hover {
  color: #4285f4
}

.ekit-vertical-navbar-nav>li:hover>a {
  color: #4285f4
}

.ekit-vertical-navbar-nav li.elementskit-dropdown-has {
  position: relative
}

@media (min-width:1025px) {
  .ekit-vertical-navbar-nav li.elementskit-dropdown-has:hover>.elementskit-dropdown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }
}

@media (min-width:1025px) {
  .ekit-vertical-navbar-nav li.elementskit-megamenu-has.relative_position {
    position: relative
  }

  .ekit-vertical-navbar-nav li.elementskit-megamenu-has.top_position {
    position: static
  }

  .ekit-vertical-navbar-nav li.elementskit-megamenu-has:hover>.elementskit-megamenu-panel {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }
}

@media (max-width:1024px) {
  .ekit-vertical-navbar-nav .elementskit-megamenu-panel {
    display: none;
    width: auto !important
  }

  .ekit-vertical-navbar-nav .elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block
  }

  .ekit-vertical-navbar-nav .elementskit-dropdown-has .elementskit-dropdown.elementskit-dropdown-open {
    display: block
  }

  .ekit-vertical-navbar-nav .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown {
    display: none
  }
}

.ekit-vertical-navbar-nav .elementskit-dropdown {
  padding-left: 0;
  list-style: none;
  max-width: 220px;
  width: 100%
}

@media (min-width:1025px) {
  .ekit-vertical-navbar-nav .elementskit-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px rgb(0 0 0 / .1);
    box-shadow: 0 10px 25px rgb(0 0 0 / .1);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    pointer-events: none
  }
}

@media (max-width:1024px) {
  .ekit-vertical-navbar-nav .elementskit-dropdown {
    display: none;
    max-height: none;
    max-width: 100%;
    padding: 10px 15px
  }
}

@media (min-width:1025px) {
  .ekit-vertical-navbar-nav .elementskit-dropdown>li:not(:last-child) {
    border-bottom: 1px solid #ededed
  }
}

.ekit-vertical-navbar-nav .elementskit-dropdown>li:first-child {
  margin-top: 0
}

.ekit-vertical-navbar-nav .elementskit-dropdown>li:last-child {
  margin-bottom: 0
}

.ekit-vertical-navbar-nav .elementskit-dropdown>li>a {
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width:1025px) {
  .ekit-vertical-navbar-nav .elementskit-megamenu-panel {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    pointer-events: none;
    width: 100%
  }
}

.ekit-vertical-navbar-nav .elementskit-submenu-indicator {
  display: block;
  line-height: 1;
  margin-left: auto;
  position: relative;
  font-weight: 900;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.ekit-vertical-navbar-nav .elementskit-submenu-indicator::before {
  content: "\f105"
}

.ekit-vertical-navbar-nav .elementskit-submenu-indicator.ekit-spinner {
  width: 1em;
  height: 1em;
  border: 2px solid color-mix(in srgb, currentColor 25%, transparent);
  border-bottom-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: ekit_ajax_spinner_rotation 1s linear infinite;
  animation: ekit_ajax_spinner_rotation 1s linear infinite
}

.ekit-vertical-navbar-nav .elementskit-submenu-indicator.ekit-spinner::before {
  content: "";
  display: none
}

.ekit-vertical-navbar-nav .ekit-submenu-indicator-icon {
  display: block;
  margin-left: auto;
  line-height: 1;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.ekit-vertical-navbar-nav .ekit-ajax-loading .eicon-loading {
  font-family: eicons
}

.ekit-vertical-navbar-nav .ekit-ajax-loading .eicon-loading::before {
  content: "\e8fb"
}

.badge-position-right .ekit-vertical-navbar-nav .ekit-menu-badge {
  margin-left: auto
}

.badge-position-right .ekit-menu-badge~.elementskit-submenu-indicator {
  margin-left: 12px
}

.badge-position-right .ekit-menu-badge~.ekit-submenu-indicator-icon {
  margin-left: 12px
}

.ekit-vertical-main-menu-on-click {
  position: relative
}

.ekit-vertical-main-menu-on-click .ekit-vertical-menu-container {
  position: absolute;
  top: 100%;
  z-index: 1111;
  left: 0;
  width: 100%
}

.ekit-vertical-main-menu-on-click.vertical-menu-active .ekit-vertical-menu-container {
  opacity: 1;
  visibility: visible
}

.ekit-vertical-main-menu-on-click.vertical-menu-active .ekit-vertical-menu-tigger .vertical-menu-left-icon {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.ekit-vertical-main-menu-on-click .ekit-vertical-menu-container {
  opacity: 0;
  visibility: hidden
}

.ekit-vertical-menu-container {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0
}

table.dataTable tfoot th,
table.dataTable thead th {
  font-weight: 700
}

table.dataTable thead td,
table.dataTable thead th {
  padding: 10px 18px;
  border-bottom: 1px solid #111
}

table.dataTable thead td:active,
table.dataTable thead th:active {
  outline: 0
}

table.dataTable tfoot td,
table.dataTable tfoot th {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111
}

table.dataTable thead .dt-ordering-asc,
table.dataTable thead .dt-ordering-asc-disabled,
table.dataTable thead .dt-ordering-desc,
table.dataTable thead .dt-ordering-desc-disabled,
table.dataTable thead th {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right
}

table.dataTable thead .dt-orderable-asc,
table.dataTable thead .dt-orderable-desc {
  background-image: url('../media/arrow.png')
}

table.dataTable thead .dt-ordering-asc {
  background-image: url('../media/sort_asc.png')
}

table.dataTable thead .dt-ordering-desc {
  background-image: url('../media/sort_desc.png')
}

table.dataTable thead .dt-ordering-asc-disabled {
  background-image: url('../media/sort_asc_disabled.png')
}

table.dataTable tbody tr {
  background-color: #fff
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9
}

table.dataTable tbody td,
table.dataTable tbody th {
  padding: 8px 10px
}

.ekit_table.display table.dataTable tbody td,
.ekit_table.display table.dataTable tbody th,
table.dataTable.row-border tbody td,
table.dataTable.row-border tbody th {
  border-top: 1px solid #ddd
}

.ekit_table.display table.dataTable tbody tr:first-child td,
.ekit_table.display table.dataTable tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.row-border tbody tr:first-child th {
  border-top: none
}

table.dataTable.cell-border tbody td,
table.dataTable.cell-border tbody th {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr td:first-child,
table.dataTable.cell-border tbody tr th:first-child {
  border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:first-child th {
  border-top: none
}

.ekit_table.display table.dataTable tbody tr.odd,
table.dataTable.stripe tbody tr.odd {
  background-color: #f9f9f9
}

.ekit_table.display table.dataTable tbody tr.odd.selected,
table.dataTable.stripe tbody tr.odd.selected {
  background-color: #acbad4
}

.ekit_table.display table.dataTable tbody tr:hover,
table.dataTable.hover tbody tr:hover {
  background-color: #f6f6f6
}

.ekit_table.display table.dataTable tbody tr:hover.selected,
table.dataTable.hover tbody tr:hover.selected {
  background-color: #aab7d1
}

.ekit_table.display table.dataTable tbody tr>.sorting_1,
.ekit_table.display table.dataTable tbody tr>.sorting_2,
.ekit_table.display table.dataTable tbody tr>.sorting_3,
table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3 {
  background-color: #fafafa
}

.ekit_table.display table.dataTable tbody tr.selected>.sorting_1,
.ekit_table.display table.dataTable tbody tr.selected>.sorting_2,
.ekit_table.display table.dataTable tbody tr.selected>.sorting_3,
table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3 {
  background-color: #acbad5
}

.ekit_table.display table.dataTable tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: #f1f1f1
}

.ekit_table.display table.dataTable tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
  background-color: #f3f3f3
}

.ekit_table.display table.dataTable tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
  background-color: #f5f5f5
}

.ekit_table.display table.dataTable tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
  background-color: #a6b4cd
}

.ekit_table.display table.dataTable tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
  background-color: #a8b5cf
}

.ekit_table.display table.dataTable tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
  background-color: #a9b7d1
}

.ekit_table.display table.dataTable tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #fafafa
}

.ekit_table.display table.dataTable tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
  background-color: #fcfcfc
}

.ekit_table.display table.dataTable tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
  background-color: #fefefe
}

.ekit_table.display table.dataTable tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
  background-color: #acbad5
}

.ekit_table.display table.dataTable tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
  background-color: #aebcd6
}

.ekit_table.display table.dataTable tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
  background-color: #afbdd8
}

.ekit_table.display table.dataTable tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
  background-color: #eaeaea
}

.ekit_table.display table.dataTable tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
  background-color: #ececec
}

.ekit_table.display table.dataTable tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
  background-color: #efefef
}

.ekit_table.display table.dataTable tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
  background-color: #a2aec7
}

.ekit_table.display table.dataTable tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
  background-color: #a3b0c9
}

.ekit_table.display table.dataTable tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
  background-color: #a5b2cb
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111
}

table.dataTable.nowrap td,
table.dataTable.nowrap th {
  white-space: nowrap
}

table.dataTable.compact thead td,
table.dataTable.compact thead th {
  padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot td,
table.dataTable.compact tfoot th {
  padding: 4px
}

table.dataTable.compact tbody td,
table.dataTable.compact tbody th {
  padding: 4px
}

table.dataTable td.dt-left,
table.dataTable th.dt-left {
  text-align: left
}

table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable th.dt-center {
  text-align: center
}

table.dataTable td.dt-right,
table.dataTable th.dt-right {
  text-align: right
}

table.dataTable td.dt-justify,
table.dataTable th.dt-justify {
  text-align: justify
}

table.dataTable td.dt-nowrap,
table.dataTable th.dt-nowrap {
  white-space: nowrap
}

table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable thead th.dt-head-left {
  text-align: left
}

table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
  text-align: center
}

table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
  text-align: right
}

table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
  text-align: justify
}

table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap {
  white-space: nowrap
}

table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
  text-align: left
}

table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
  text-align: center
}

table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
  text-align: right
}

table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
  text-align: justify
}

table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap {
  white-space: nowrap
}

table.dataTable,
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.dt-container {
  position: relative;
  clear: both;
  zoom: 1
}

.dt-container>.dt-buttons {
  position: relative;
  float: left;
  margin-bottom: 20px
}

.dt-container>.dt-search {
  float: right;
  text-align: right;
  margin-bottom: 20px
}

.dt-container>.dt-info {
  clear: both;
  float: left;
  margin-top: 20px
}

.dt-container>.dt-paging {
  float: right;
  text-align: right;
  margin-top: 20px
}

.dt-search input input {
  margin-left: .5em
}

.dt-container .dt-paging button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: .5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333;
  border: 1px solid #fff0;
  border-radius: 2px
}

.dt-container .dt-paging button.current,
.dt-container .dt-paging button.current:hover {
  color: #333;
  border: 1px solid #979797;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: linear-gradient(to bottom, #fff 0, #dcdcdc 100%)
}

.dt-container .dt-paging button.disabled,
.dt-container .dt-paging button.disabled:active,
.dt-container .dt-paging button.disabled:hover {
  cursor: default;
  color: #666;
  border: 1px solid #fff0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.dt-container .dt-paging button:hover {
  color: #fff;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
  background: linear-gradient(to bottom, #585858 0, #111 100%)
}

.dt-container .dt-paging button:active {
  outline: 0;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
  background: linear-gradient(to bottom, #2b2b2b 0, #0c0c0c 100%);
  -webkit-box-shadow: inset 0 0 3px #111;
  box-shadow: inset 0 0 3px #111
}

.dt-container .dt-paging .ellipsis {
  padding: 0 1em
}

.dt-container .dt-paging .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fff0), color-stop(25%, rgb(255 255 255 / .9)), color-stop(75%, rgb(255 255 255 / .9)), to(#fff0));
  background: linear-gradient(to right, #fff0 0, rgb(255 255 255 / .9) 25%, rgb(255 255 255 / .9) 75%, #fff0 100%)
}

.dt-container .dataTables_processing,
.dt-container .dt-info,
.dt-container .dt-length,
.dt-container .dt-paging,
.dt-container .dt-search {
  color: #333
}

.dt-container .dataTables_scroll {
  clear: both
}

.dt-container .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch
}

.dt-container .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td,
.dt-container .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dt-container .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dt-container .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th {
  vertical-align: middle
}

.dt-container .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing,
.dt-container .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dt-container .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dt-container .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important
}

.dt-container.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111
}

.dt-container.no-footer div.dataTables_scrollBody>table,
.dt-container.no-footer div.dataTables_scrollHead table.dataTable {
  border-bottom: none
}

.dt-container::after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0
}

@media screen and (max-width:767px) {

  .dt-container .dt-info,
  .dt-container .dt-paging {
    float: none;
    text-align: center
  }

  .dt-container .dt-paging {
    margin-top: .5em
  }
}

@media screen and (max-width:640px) {
  .ekit-wid-con .ekit_table .dt-container .dt-layout-row {
    text-align: center
  }

  .ekit-wid-con .ekit_table .dt-container .dt-layout-row:not(.dt-layout-table) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    gap: 20px
  }

  .ekit-wid-con .ekit_table .dt-container .dt-layout-row:not(.dt-layout-table) .dt-search .dt-input {
    width: 100%
  }

  .ekit-wid-con .ekit_table .dt-container>.dt-buttons,
  .ekit-wid-con .ekit_table .dt-container>.dt-info,
  .ekit-wid-con .ekit_table .dt-container>.dt-paging,
  .ekit-wid-con .ekit_table .dt-container>.dt-search {
    float: none;
    text-align: center
  }
}

@keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: #fff;
  border: 2px solid #111;
  -webkit-box-shadow: 3px 3px 8px rgb(0 0 0 / .3);
  box-shadow: 3px 3px 8px rgb(0 0 0 / .3);
  border-radius: 3px;
  text-align: center;
  z-index: 21
}

div.dt-button-info h2 {
  padding: .5em;
  margin: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3
}

div.dt-button-info>div {
  padding: 1em
}

div.dt-button-collection-title {
  text-align: center;
  padding: .3em 0 .5em;
  font-size: .9em
}

div.dt-button-collection-title:empty {
  display: none
}

a.dt-button,
button.dt-button,
div.dt-button {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: .333em;
  margin-bottom: .333em;
  padding: .5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: .88em;
  line-height: 1.6em;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
  background-image: linear-gradient(to bottom, #fff 0, #e9e9e9 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: 0
}

a.dt-button.disabled,
button.dt-button.disabled,
div.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #fff 0, #f9f9f9 100%)
}

a.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
button.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled) {
  background-color: #e2e2e2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #f3f3f3 0, #e2e2e2 100%);
  -webkit-box-shadow: inset 1px 1px 3px #999;
  box-shadow: inset 1px 1px 3px #999
}

a.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
button.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled) {
  -webkit-box-shadow: inset 1px 1px 3px #999;
  box-shadow: inset 1px 1px 3px #999;
  background-color: #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ccc));
  background-image: linear-gradient(to bottom, #eaeaea 0, #ccc 100%)
}

a.dt-button:hover,
button.dt-button:hover,
div.dt-button:hover {
  text-decoration: none
}

a.dt-button:hover:not(.disabled),
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #f9f9f9 0, #e0e0e0 100%)
}

a.dt-button:focus:not(.disabled),
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: 0;
  background-color: #79ace9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bddef4), to(#79ace9));
  background-image: linear-gradient(to bottom, #bddef4 0, #79ace9 100%)
}

.dt-button embed {
  outline: 0
}

div.dt-buttons {
  position: relative;
  float: left
}

div.dt-buttons.buttons-right {
  float: right
}

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgb(0 0 0 / .4);
  background-color: #fff;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgb(0 0 0 / .3);
  box-shadow: 3px 3px 5px rgb(0 0 0 / .3);
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px
}

div.dt-button-collection a.dt-button,
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0
}

div.dt-button-collection a.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled) {
  background-color: #dadada;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dadada));
  background-image: linear-gradient(to bottom, #f0f0f0 0, #dadada 100%);
  -webkit-box-shadow: inset 1px 1px 3px #666;
  box-shadow: inset 1px 1px 3px #666
}

div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0
}

div.dt-button-collection.fixed.two-column {
  margin-left: -150px
}

div.dt-button-collection.fixed.three-column {
  margin-left: -225px
}

div.dt-button-collection.fixed.four-column {
  margin-left: -300px
}

div.dt-button-collection>* {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid
}

div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2
}

div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3
}

div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4
}

div.dt-button-collection .dt-button {
  border-radius: 0
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / .7);
  background: radial-gradient(ellipse farthest-corner at center, rgb(0 0 0 / .3) 0, rgb(0 0 0 / .7) 100%);
  z-index: 2001
}

@media screen and (max-width:640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center
  }
}

a.dt-button.processing,
button.dt-button.processing,
div.dt-button.processing {
  color: rgb(0 0 0 / .2)
}

a.dt-button.processing::after,
button.dt-button.processing::after,
div.dt-button.processing::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: #fff0;
  border-right-color: #fff0;
  animation: dtb-spinner 1.5s infinite linear;
  -o-animation: dtb-spinner 1.5s infinite linear;
  -ms-animation: dtb-spinner 1.5s infinite linear;
  -webkit-animation: dtb-spinner 1.5s infinite linear;
  -moz-animation: dtb-spinner 1.5s infinite linear
}

table.DTFC_Cloned tfoot,
table.DTFC_Cloned thead {
  background-color: #fff
}

div.DTFC_Blocker {
  background-color: #fff
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2
}

div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none
}

table.fixedHeader-floating {
  position: fixed !important;
  background-color: #fff
}

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0
}

table.fixedHeader-locked {
  position: absolute !important;
  background-color: #fff
}

@media print {
  table.fixedHeader-floating {
    display: none
  }
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child {
  cursor: default !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child::before {
  display: none !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child::before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
  box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #31b131
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child::before {
  content: "-";
  background-color: #d33333
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
  padding-left: 27px
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child::before,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child::before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px
}

table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>th.control {
  position: relative;
  cursor: pointer
}

table.dataTable.dtr-column>tbody>tr>td.control::before,
table.dataTable.dtr-column>tbody>tr>th.control::before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
  box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #31b131
}

table.dataTable.dtr-column>tbody>tr.parent td.control::before,
table.dataTable.dtr-column>tbody>tr.parent th.control::before {
  content: "-";
  background-color: #d33333
}

table.dataTable>tbody>tr.child {
  padding: .5em 1em
}

table.dataTable>tbody>tr.child:hover {
  background: 0 0 !important
}

table.dataTable>tbody>tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
  border-bottom: 1px solid #efefef;
  padding: .5em 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
  padding-top: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
  border-bottom: none
}

table.dataTable>tbody>tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: 700
}

div.dtr-modal {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid #000;
  border-radius: .5em;
  -webkit-box-shadow: 0 12px 30px rgb(0 0 0 / .6);
  box-shadow: 0 12px 30px rgb(0 0 0 / .6)
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgb(0 0 0 / .6)
}

@media screen and (max-width:767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%
  }
}

table.dataTable tr.dtrg-group td {
  background-color: #e0e0e0
}

table.dataTable tr.dtrg-group.dtrg-level-0 td {
  font-weight: 700
}

table.dataTable tr.dtrg-group.dtrg-level-1 td,
table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f0f0f0;
  padding-top: .25em;
  padding-bottom: .25em;
  padding-left: 2em;
  font-size: .9em
}

table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f3f3f3
}

.ekit_table .dt-container {
  padding-top: 20px;
  padding-bottom: 20px
}

.ekit_table table.dataTable.no-footer {
  border-bottom: 1px solid #e6e6e6
}

.ekit_table .dt-container select:not([multiple]) {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff0;
  border-radius: 0;
  border: solid 1px #bbb;
  padding: 12px 48px 12px 18px
}

.ekit_table .dt-container select:not([multiple])::after {
  content: " - Remember this"
}

.ekit_table .dt-container .dt-search input {
  border: solid 1px #bbb;
  padding: 12px 48px 12px 18px
}

.ekit_table table.dataTable thead th {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .3px;
  color: #fff
}

.ekit_table.display table.dataTable tbody tr td {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #f9f9f9
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child {
  cursor: default !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child::before {
  display: none !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child::before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
  box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #31b131
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child::before {
  content: "-";
  background-color: #d33333
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
  padding-left: 27px
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child::before,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child::before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px
}

table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>th.control {
  position: relative;
  cursor: pointer
}

table.dataTable.dtr-column>tbody>tr>td.control::before,
table.dataTable.dtr-column>tbody>tr>th.control::before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
  box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #31b131
}

table.dataTable.dtr-column>tbody>tr.parent td.control::before,
table.dataTable.dtr-column>tbody>tr.parent th.control::before {
  content: "-";
  background-color: #d33333
}

table.dataTable>tbody>tr.child {
  padding: .5em 1em
}

table.dataTable>tbody>tr.child:hover {
  background: 0 0 !important
}

table.dataTable>tbody>tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
  border-bottom: 1px solid #efefef;
  padding: .5em 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
  padding-top: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
  border-bottom: none
}

table.dataTable>tbody>tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: 700
}

div.dtr-modal {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid #000;
  border-radius: .5em;
  -webkit-box-shadow: 0 12px 30px rgb(0 0 0 / .6);
  box-shadow: 0 12px 30px rgb(0 0 0 / .6)
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgb(0 0 0 / .6)
}

@media screen and (max-width:767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%
  }
}

.elementskit-invisible {
  visibility: hidden
}

.ekit-wid-con .select {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 16px;
  color: #7b7b7b;
  width: 220px;
  height: 44px;
  float: right
}

.met_d--block {
  display: block
}

.met_d--none {
  display: none
}

.met_d--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.before\:last\:met_d--none:last-child::before {
  display: none
}

.after\:first\:met_d--none:first-child::after {
  display: none
}

.after\:active\:met_d--none.active::after {
  display: none
}

.met_w--12 {
  width: 12px
}

.met_w--16 {
  width: 16px
}

.met_w--20 {
  width: 20px
}

.met_w--24 {
  width: 24px
}

.met_w--48 {
  width: 48px
}

.before\:met_w--4::before {
  width: 4px
}

.before\:met_w--16::before {
  width: 16px
}

.before\:met_w--19::before {
  width: 19px
}

.before\:met_w--48::before {
  width: 48px
}

.active\::before\:met_w--18.active::before {
  width: 18px
}

.after\:met_w--1::after {
  width: 1px
}

.met_h--12 {
  height: 12px
}

.met_h--16 {
  height: 16px
}

.met_h--20 {
  height: 20px
}

.met_h--24 {
  height: 24px
}

.met_h--48 {
  height: 48px
}

.before\:met_h--4::before {
  height: 4px
}

.before\:met_h--16::before {
  height: 16px
}

.before\:met_h--19::before {
  height: 19px
}

.before\:met_h--48::before {
  height: 48px
}

.active\::before\:met_h--18.active::before {
  height: 18px
}

.after\:met_h--1::after {
  height: 1px
}

.after\:met_content::after,
.before\:met_content::before {
  content: " "
}

.met_pos--fixed {
  position: fixed
}

.met_pos--relative {
  position: relative
}

.met_pos--absolute {
  position: absolute
}

.before\:met_pos--absolute::before {
  position: absolute
}

.after\:met_pos--absolute::after {
  position: absolute
}

.met_top--0 {
  top: 0
}

.met_top--15 {
  top: 15px
}

.met_top--20 {
  top: 20px
}

.met_top--50p {
  top: 50%
}

.met_top--100p {
  top: 100%
}

.before\:met_top--0::before {
  top: 0
}

.before\:met_top--5::before {
  top: 5px
}

.before\:met_top--12::before {
  top: 12px
}

.before\:active\:met_top--13.active::before {
  top: 13px
}

.after\:met_top--m1::after {
  top: -1px
}

.after\:met_top--5::after {
  top: 5px
}

.met_bottom--0 {
  bottom: 0
}

.met_bottom--20 {
  bottom: 20px
}

.met_bottom--100p {
  bottom: 100%
}

.before\:met_bottom--0::before {
  bottom: 0
}

.met_left--0 {
  left: 0
}

.met_left--1 {
  left: 1px
}

.met_left--20 {
  left: 20px
}

.met_left--50p {
  left: 50%
}

.met_left--100p {
  left: 100%
}

.before\:met_left--0::before {
  left: 0
}

.before\:met_left--5::before {
  left: 5px
}

.before\:met_left--12::before {
  left: 12px
}

.before\:active\:met_left--13.active::before {
  left: 13px
}

.after\:met_left--m1::after {
  left: -1px
}

.after\:met_left--5::after {
  left: 5px
}

.met_right--0 {
  right: 0
}

.met_right--20 {
  right: 20px
}

.met_right--100p {
  right: 100%
}

.met_mx--m40 {
  margin-left: -40px;
  margin-right: -40px
}

.met_mx--m28 {
  margin-left: -28px;
  margin-right: -28px
}

.met_mx--12 {
  margin-left: 12px;
  margin-right: 12px
}

.met_mx--20 {
  margin-left: 20px;
  margin-right: 20px
}

.met_mx--24 {
  margin-left: 24px;
  margin-right: 24px
}

.met_mx--36 {
  margin-left: 36px;
  margin-right: 36px
}

.met_my--m40 {
  margin-top: -40px;
  margin-bottom: -40px
}

.met_my--m28 {
  margin-top: -28px;
  margin-bottom: -28px
}

.met_my--12 {
  margin-top: 12px;
  margin-bottom: 12px
}

.met_my--20 {
  margin-top: 20px;
  margin-bottom: 20px
}

.met_my--24 {
  margin-top: 24px;
  margin-bottom: 24px
}

.met_my--36 {
  margin-top: 36px;
  margin-bottom: 36px
}

.met_m--0 {
  margin: 0
}

.met_ml--1 {
  margin-left: 1px
}

.met_ml--6 {
  margin-left: 6px
}

.met_ml--15 {
  margin-left: 15px
}

.met_ml--20 {
  margin-left: 20px
}

.met_ml--21 {
  margin-left: 21px
}

.met_ml--35 {
  margin-left: 35px
}

.met_mr--1 {
  margin-right: 1px
}

.met_mr--10 {
  margin-right: 10px
}

.met_mr--15 {
  margin-right: 15px
}

.met_mr--20 {
  margin-right: 20px
}

.met_mb--0 {
  margin-bottom: 0
}

.met_mb--0i {
  margin-bottom: 0 !important
}

.met_mb--20 {
  margin-bottom: 20px
}

.met_not_last_mr--20:not(:last-child) {
  margin-right: 20px
}

.met_not_last_mb--20:not(:last-child) {
  margin-bottom: 20px
}

.met_p--0 {
  padding: 0
}

.met_px--8 {
  padding-left: 8px;
  padding-right: 8px
}

.met_py--5 {
  padding-top: 5px;
  padding-bottom: 5px
}

.met_pt--10 {
  padding-top: 10px
}

.met_pl--10 {
  padding-left: 10px
}

.met_pr--10 {
  padding-right: 10px
}

.met_pb--10 {
  padding-bottom: 10px
}

.met_color--white {
  color: #fff
}

.active>.active\:met_bgc--nonei {
  background-color: transparent !important
}

.active .active\:_\:met_bgc--nonei {
  background-color: transparent !important
}

.met_bd--2 {
  border: solid 2px
}

.met_bd--6 {
  border: solid 6px
}

.met_bdt--2 {
  border-top: solid 2px
}

.met_bdt--4 {
  border-top: solid 4px
}

.met_bdt--6 {
  border-top: solid 6px
}

.met_bdl--2 {
  border-left: solid 2px
}

.met_bdl--4 {
  border-left: solid 4px
}

.met_bdl--6 {
  border-left: solid 6px
}

.before\:met_bdt--2::before {
  border-top: solid 2px
}

.before\:met_bdl--2::before {
  border-left: solid 2px
}

.after\:met_bdt--2::after {
  border-top: solid 2px
}

.after\:met_bdl--2::after {
  border-left: solid 2px
}

.active>.active\:met_bd--1 {
  border-style: solid;
  border-width: 1px
}

.active .active\:_\:met_bd--1 {
  border-style: solid;
  border-width: 1px
}

.met_bdc--none {
  border-color: #fff0
}

.met_bdt_color--current {
  border-top-color: currentColor
}

.met_bdb_color--current {
  border-bottom-color: currentColor
}

.met_bdl_color--current {
  border-left-color: currentColor
}

.met_bdr_color--current {
  border-right-color: currentColor
}

.met_radius--4 {
  border-radius: 4px
}

.met_radius--circle {
  border-radius: 50%
}

.before\:met_radius--circle::before {
  border-radius: 50%
}

.met_shadow_inset--6 {
  -webkit-box-shadow: inset 0 0 0 6px currentColor;
  box-shadow: inset 0 0 0 6px currentColor
}

.active>.active\:met_shadow_inset--1 {
  -webkit-box-shadow: inset 0 0 0 1px currentColor;
  box-shadow: inset 0 0 0 1px currentColor
}

.active>.active\:met_shadow_inset--8 {
  -webkit-box-shadow: inset 0 0 0 8px currentColor;
  box-shadow: inset 0 0 0 8px currentColor
}

.active .active\:_\:met_shadow_inset--1 {
  -webkit-box-shadow: inset 0 0 0 1px currentColor;
  box-shadow: inset 0 0 0 1px currentColor
}

.met_fs--14 {
  font-size: 14px
}

.met_lh--0 {
  line-height: 0
}

.met_lh--16 {
  line-height: 16px
}

.met_list--none {
  list-style: none
}

.met_text--nowrap {
  white-space: nowrap
}

.whitespace--normal {
  white-space: normal !important
}

.met_opacity--0 {
  opacity: 0
}

.met_opacity--8 {
  opacity: .08
}

.met_opacity--30 {
  opacity: .3
}

.met_opacity--70 {
  opacity: .7
}

.hover\:met_opacity--60:hover {
  opacity: .6
}

.hover\:met_opacity--100:hover {
  opacity: 1
}

a:hover>.a\:hover\:met_opacity--60 {
  opacity: .6
}

a:hover>.a\:hover\:met_opacity--100 {
  opacity: 1
}

.before\:met_opacity--30::before {
  opacity: .3
}

.after\:met_opacity--30::after {
  opacity: .3
}

.active>.active\:met_opacity--0 {
  opacity: 0
}

.active>.active\:met_opacity--100 {
  opacity: 1
}

.active .active\:_\:met_opacity--0 {
  opacity: 0
}

.active .active\:_\:met_opacity--100 {
  opacity: 100
}

.met_transition--300ms {
  -webkit-transition: all .3s;
  transition: all .3s
}

.before\:met_transition--300ms::before {
  -webkit-transition: all .3s;
  transition: all .3s
}

.met_translateTop--m50p {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.met_translateLeft--m50p {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.met_scale--0 {
  -webkit-transform: scale(0);
  transform: scale(0)
}

.hover\:met_scaleX--200:hover {
  -webkit-transform: scaleX(2);
  transform: scaleX(2)
}

.hover\:met_scaleY--200:hover {
  -webkit-transform: scaleY(2);
  transform: scaleY(2)
}

a:hover>.a:hover\:met_scalex--200:hover {
  -webkit-transform: scaleX(2);
  transform: scaleX(2)
}

a:hover>.a:hover\:met_scaley--200:hover {
  -webkit-transform: scaleY(2);
  transform: scaleY(2)
}

.active>.active\:met_scale--150 {
  -webkit-transform: scale(1.5);
  transform: scale(1.5)
}

.active>.active\:met_scaleX--20 {
  -webkit-transform: scaleX(.2);
  transform: scaleX(.2)
}

.active>.active\:met_scaleX--200 {
  -webkit-transform: scaleX(2);
  transform: scaleX(2)
}

.active>.active\:met_scaleY--20 {
  -webkit-transform: scaleY(.2);
  transform: scaleY(.2)
}

.active>.active\:met_scaleY--200 {
  -webkit-transform: scaleY(2);
  transform: scaleY(2)
}

.active .active\:_\:met_scale--40 {
  -webkit-transform: scale(.4);
  transform: scale(.4)
}

.active .active\:_\:met_scale--150 {
  -webkit-transform: scale(1.5);
  transform: scale(1.5)
}

.active .active\:_\:met_scaleX--20 {
  -webkit-transform: scaleX(.2);
  transform: scaleX(.2)
}

.active .active\:_\:met_scaleX--100 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.active .active\:_\:met_scaleX--200 {
  -webkit-transform: scaleX(2);
  transform: scaleX(2)
}

.active .active\:_\:met_scaleY--20 {
  -webkit-transform: scaleY(.2);
  transform: scaleY(.2)
}

.active .active\:_\:met_scaleY--100 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.active .active\:_\:met_scaleY--200 {
  -webkit-transform: scaleY(2);
  transform: scaleY(2)
}

.met_scale--top {
  -webkit-transform-origin: top;
  transform-origin: top
}

.met_scale--bottom {
  -webkit-transform-origin: bottom;
  transform-origin: bottom
}

.met_scale--left {
  -webkit-transform-origin: left;
  transform-origin: left
}

.met_scale--right {
  -webkit-transform-origin: right;
  transform-origin: right
}

.elementor-editor-active .editor\:met_display--none,
.elementor-editor-preview .editor\:met_display--none {
  display: none
}

.ekit-wid-con .ekit_social_media,
.ekit-wid-con .ekit_socialshare {
  margin-left: 0;
  padding-left: 0;
  list-style: none
}

.ekit-wid-con .ekit_social_media>li>a,
.ekit-wid-con .ekit_socialshare>li>a {
  display: block;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .ekit_social_media>li>a i,
.ekit-wid-con .ekit_socialshare>li>a i {
  vertical-align: middle;
  display: inline-block
}

.ekit-wid-con .ekit_social_media>li>a svg,
.ekit-wid-con .ekit_socialshare>li>a svg {
  max-width: 16px;
  height: auto;
  vertical-align: middle
}

@media (max-width:1024px) {

  .ekit-wid-con .ekit_social_media>li,
  .ekit-wid-con .ekit_socialshare>li {
    margin-bottom: 20px
  }
}

.ekit-wid-con .ekit_socialshare>li>div {
  display: block;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .ekit_socialshare>li>div i {
  vertical-align: middle;
  display: inline-block
}

.ekit-wid-con .ekit_socialshare>li>div svg {
  max-width: 16px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .ekit-post-list-wrapper .elementor-icon-list-item a {
  background-color: transparent !important
}

.ekit-wid-con .ekit-post-list-wrapper.elementor-inline-items .elementor-icon-list-item {
  margin: 0
}

.ekit-wid-con .elementor-inline-items {
  margin: 0 !important
}

.ekit-wid-con .elementor-inline-items .elementor-icon-list-item {
  display: inline-block
}

.ekit-wid-con .elementor-inline-items .elementor-icon-list-item::after {
  display: inline-block
}

.elementor-widget .ekit-wid-con .elementor-inline-items .elementor-icon-list-item::after {
  position: absolute
}

.ekit-wid-con .elementor-inline-items .elementor-icon-list-item:last-child::after {
  display: none
}

.elementor-widget-elementskit-page-list:not(.ekit-has-divider-yes) .ekit-wid-con .elementor-inline-items .elementor-icon-list-item::after {
  display: none
}

.ekit-wid-con .elementor-inline-items.row .elementor-icon-list-item {
  margin: 0;
  padding: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ekit-wid-con .elementor-inline-items.row .elementor-icon-list-item a {
  padding: 5px 15px
}

.ekit-wid-con .elementor-icon-list-item>a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.ekit-wid-con .elementor-icon-list-item>a.ekit_badge_right {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.ekit-wid-con .ekit_menu_label {
  border-radius: 3px;
  padding: 2px 5px;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background-color: #c91765;
  margin-left: 5px
}

.ekit-wid-con .ekit_menu_subtitle {
  font-size: 11px;
  font-style: normal;
  color: #8d96ae;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementor-icon-list-text {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .ekit_page_list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.elementor-widget-elementskit-page-list.elementor-align-center .ekit-wid-con .ekit_page_list_content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.elementor-widget-elementskit-page-list.elementor-align-left .ekit-wid-con .ekit_page_list_content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.elementor-widget-elementskit-page-list.elementor-align-right .ekit-wid-con .ekit_page_list_content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.ekit-wid-con .elementor-icon-list-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  line-height: inherit
}

.ekit-wid-con .elementor-icon-list-icon svg {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementor-icon-list-icon>i {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-enabled-bg-img .elementor-icon-list-item a {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ekit-enabled-bg-img .elementor-icon-list-item a::after {
  content: "";
  background-color: rgb(34 34 34 / .7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s
}

.ekit-enabled-bg-img .elementor-icon-list-item a:hover::after {
  background-color: rgb(34 34 34 / .9)
}

.ekit-enabled-bg-img .elementor-icon-list-item a .ekit_post_list_content_wraper {
  z-index: 1
}

.ekit-enabled-bg-img .elementor-icon-list-item a>img {
  z-index: 1
}

.ekit-wid-con .nav {
  margin: 0;
  padding: 0;
  list-style: none
}

.ekit-wid-con .ekit-form form p {
  margin-bottom: 0
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  height: 56px;
  border-radius: 0;
  padding-left: 30px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):hover {
  border-color: #333
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
  border-color: #4d68ff
}

.ekit-wid-con .ekit-form form input[type=submit] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 12px 72px;
  font-size: .9375rem;
  background-color: #313636;
  border: 0 solid #000;
  color: #fff;
  cursor: pointer
}

.ekit-wid-con .ekit-form form input[type=submit]:hover {
  background-color: #4d68ff
}

.ekit-wid-con .ekit-form form select {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  height: 56px
}

.ekit-wid-con .ekit-form form select[multiple] {
  height: 100px
}

.ekit-wid-con .ekit-form form label {
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #313636;
  font-weight: 400
}

.ekit-wid-con .ekit-form form label span {
  color: #777;
  font-size: .8125rem;
  display: block
}

.ekit-wid-con .ekit-form form textarea {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  border-radius: 0;
  padding-left: 30px;
  height: 176px;
  resize: none;
  padding-top: 15px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ekit-wid-con .ekit-form form textarea:hover {
  border-color: #333
}

.ekit-wid-con .ekit-form form textarea:focus {
  border-color: #4d68ff
}

.ekit-wid-con .ekit-form form .intl-tel-input {
  width: 100%
}

.ekit-wid-con .ekit-form form .ekit-form-input {
  margin-bottom: 50px
}

.ekit-wid-con .btn-text-primary {
  color: #4285f4
}

.ekit-wid-con .btn-pill {
  border-radius: 2rem
}

.ekit-wid-con .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ekit-wid-con .ekit-review-wrapper {
  background-color: #f2f2f5;
  font-family: Roboto, sans-serif;
  overflow: hidden
}

.ekit-wid-con .ekit-review-overview,
.ekit-wid-con .review-card-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff
}

.ekit-wid-con .ekit-review-card,
.ekit-wid-con .ekit-review-overview {
  background-color: #fff
}

.ekit-wid-con .ekit-review-card h4,
.ekit-wid-con .ekit-review-overview h4 {
  margin: 0;
  white-space: nowrap
}

.ekit-wid-con .ekit-review-card--name,
.ekit-wid-con .ekit-review-card--rating .rating-average,
.ekit-wid-con .ekit-review-card--title h4,
.ekit-wid-con .ekit-review-overview--name,
.ekit-wid-con .ekit-review-overview--rating .rating-average,
.ekit-wid-con .ekit-review-overview--title h4 {
  color: #000032
}

.ekit-wid-con .ekit-review-card--rating .rating-average,
.ekit-wid-con .ekit-review-overview--rating .rating-average {
  font-weight: 500
}

.ekit-wid-con .ekit-review-card--rating>div,
.ekit-wid-con .ekit-review-overview--rating>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ekit-wid-con .ekit-review-card--rating .rating-average,
.ekit-wid-con .ekit-review-overview--rating .rating-average {
  font-size: 18px;
  font-weight: 700
}

.ekit-wid-con .ekit-review-card--rating .rating-stars,
.ekit-wid-con .ekit-review-overview--rating .rating-stars {
  margin: 0 .5rem
}

.ekit-wid-con .ekit-review-card--rating .rating-text,
.ekit-wid-con .ekit-review-overview--rating .rating-text {
  color: #878787;
  margin-bottom: 0
}

.ekit-wid-con .ekit-review-overview {
  padding: 1.5rem 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 1.5rem 0;
  border-width: 1px
}

.ekit-wid-con .ekit-review-overview--thumbnail {
  margin-right: 1rem
}

.ekit-wid-con .ekit-review-overview--thumbnail img {
  width: 40px;
  height: 40px;
  border-radius: 50%
}

.ekit-wid-con .ekit-review-overview--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ekit-wid-con .ekit-review-overview--title img {
  height: 26px;
  margin-right: .5rem
}

.ekit-wid-con .ekit-review-overview--title h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400
}

.ekit-wid-con .ekit-review-overview--title h4 span {
  font-family: Roboto;
  font-size: 26px;
  font-weight: 900;
  text-transform: capitalize
}

.ekit-wid-con .ekit-review-overview--rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ekit-wid-con .ekit-review-overview--rating .rating-average,
.ekit-wid-con .ekit-review-overview--rating .rating-text {
  line-height: 27px
}

.ekit-wid-con .ekit-review-overview--rating .rating-text {
  font-style: italic;
  font-size: 12px;
  font-weight: 400
}

.ekit-wid-con .ekit-review-overview--rating .rating-average {
  font-size: 22px;
  font-weight: 700
}

.ekit-wid-con .ekit-review-overview--stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  height: 27px
}

.ekit-wid-con .ekit-review-overview--stars .icon {
  font-size: 20px
}

.ekit-wid-con .ekit-review-overview--actions {
  display: grid;
  place-items: center
}

.ekit-wid-con .ekit-review-overview--actions .btn {
  font-size: 15px;
  font-weight: 400;
  padding: 0 30px;
  color: #fff;
  min-height: 35px;
  line-height: 35px
}

.ekit-wid-con .ekit-review-cards-grid .ekit-review-card--comment,
.ekit-wid-con .ekit-review-slider-wrapper .ekit-review-card--comment {
  overflow: hidden
}

.ekit-wid-con .ekit-review-cards-masonry .ekit-review-card {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column
}

.ekit-wid-con .ekit-review-cards-list .ekit-review-card--comment {
  min-height: unset
}

.ekit-wid-con .ekit-review-card {
  overflow: hidden;
  position: relative;
  border-color: #f2f2f5;
  border-width: 1px;
  padding: 2rem;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-areas: "thumbnail name name" "thumbnail date date" "thumbnail stars stars" "comment comment comment" "posted-on posted-on posted-on"
}

.ekit-wid-con .ekit-review-card::before {
  content: ""
}

.ekit-wid-con .ekit-review-card--date,
.ekit-wid-con .ekit-review-card--desc {
  grid-area: date
}

.ekit-wid-con .ekit-review-card--top-right-logo {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10
}

.ekit-wid-con .ekit-review-card--top-right-logo i {
  font-size: 20px
}

.ekit-wid-con .ekit-review-card--image,
.ekit-wid-con .ekit-review-card--image img,
.ekit-wid-con .ekit-review-card--thumbnail img {
  border-radius: 50%
}

.ekit-wid-con .ekit-review-card--image {
  width: 60px;
  height: 60px;
  grid-area: thumbnail;
  min-width: 60px;
  border-radius: 50%;
  background-color: #eae9f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  position: relative
}

.ekit-wid-con .ekit-review-card--image img {
  height: 100%;
  width: 100%
}

.ekit-wid-con .ekit-review-card--thumbnail {
  grid-area: thumbnail;
  padding-right: 1rem
}

.ekit-wid-con .ekit-review-card--thumbnail .thumbnail {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%
}

.ekit-wid-con .ekit-review-card--thumbnail-badge .badge,
.ekit-wid-con .ekit-review-card--thumbnail-badge>div {
  position: relative
}

.ekit-wid-con .ekit-review-card--thumbnail-badge .badge {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0
}

.ekit-wid-con .ekit-review-card--thumbnail-badge .badge img {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute
}

.ekit-wid-con .ekit-review-card--average,
.ekit-wid-con .ekit-review-card--title {
  color: #000032
}

.ekit-wid-con .ekit-review-card--title {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 .8rem 0
}

.ekit-wid-con .ekit-review-card--name {
  grid-area: name;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 .25rem 0
}

.ekit-wid-con .ekit-review-card--rating .rating-text {
  font-size: 13px
}

.ekit-wid-con .ekit-review-card--average {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-right: 1rem
}

.ekit-wid-con .ekit-review-card--stars {
  grid-area: stars;
  color: #f4be28;
  font-size: 13px;
  line-height: 20px
}

.ekit-wid-con .ekit-review-card--date,
.ekit-wid-con .ekit-review-card--desc,
.ekit-wid-con .ekit-review-card--posted-on p {
  margin-bottom: 0
}

.ekit-wid-con .ekit-review-card--top-right-image {
  position: absolute;
  top: 2rem;
  right: 2rem
}

.ekit-wid-con .ekit-review-card--comment {
  grid-area: comment;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #32323d
}

.ekit-wid-con .ekit-review-card--comment .more {
  color: #3476e0;
  cursor: pointer
}

.ekit-wid-con .ekit-review-card--actions {
  grid-area: actions
}

.ekit-wid-con .ekit-review-card--actions .btn {
  padding: 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #4285f4
}

.ekit-wid-con .ekit-review-card--actions .btn:hover {
  color: #3476e0
}

.ekit-wid-con .ekit-review-card--actions .btn:first-child {
  margin-right: 10px
}

.ekit-wid-con .ekit-review-card--posted-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: posted-on
}

.ekit-wid-con .ekit-review-card--posted-on p {
  font-size: 13px;
  line-height: 13px;
  font-weight: 400
}

.ekit-wid-con .ekit-review-card--posted-on h5 {
  margin: 0;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500
}

.ekit-wid-con .ekit-review-card-bubble {
  background-color: transparent !important
}

.ekit-wid-con .ekit-review-card-bubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 100px);
  z-index: 1
}

.ekit-wid-con .ekit-review-card-bubble::after {
  content: "";
  position: absolute;
  left: 2.4rem;
  top: calc(100% - 116px);
  height: 1.5rem;
  width: 1.5rem;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--comment,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--date,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--name,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--posted-on,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--stars,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--thumbnail {
  z-index: 10
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--posted-on {
  display: none
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--comment,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--stars {
  grid-column: 1/4
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--stars {
  grid-row: 1
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--comment {
  grid-row: 2
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--date,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--name {
  grid-column: 2/4;
  text-align: left
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--name,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--thumbnail {
  margin-top: 2.5rem
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--thumbnail {
  padding-right: 1rem;
  grid-row: 3/5;
  grid-column: 1/2
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--name {
  grid-row: 3
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--date {
  grid-row: 4
}

.ekit-wid-con .ekit-review-card-rating-inline .ekit-review-card--date {
  grid-column: 3
}

.ekit-wid-con .ekit-review-card-rating-inline .ekit-review-card--stars {
  grid-column: 2;
  grid-row: 2
}

.ekit-wid-con .ekit-review-card-thumbnail-left {
  grid-template-areas: "thumbnail name name" "thumbnail date date" "thumbnail stars stars" "thumbnail comment comment" "thumbnail posted-on posted-on"
}

.ekit-wid-con .ekit-review-card-align-center {
  text-align: center;
  grid-template-areas: "thumbnail thumbnail thumbnail" "name name name" "date date date" "stars stars stars" "comment comment comment" "posted-on posted-on posted-on"
}

.ekit-wid-con .ekit-review-card-align-center .ekit-review-card--thumbnail {
  padding-right: 0;
  margin-bottom: 2rem
}

.ekit-wid-con .ekit-review-card-align-center .ekit-review-card--thumbnail>div {
  width: 40px;
  margin: 0 auto
}

.ekit-wid-con .ekit-review-card-align-center .ekit-review-card--posted-on {
  display: block;
  grid-row: 6;
  padding-top: 1rem
}

.ekit-wid-con .ekit-review-card-align-center .ekit-review-card--posted-on i {
  margin: 0 auto !important
}

.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--stars {
  grid-row: 2
}

.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--comment {
  grid-row: 3
}

.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--name {
  grid-row: 4
}

.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--date {
  grid-row: 5
}

.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--posted-on {
  grid-row: 6
}

.ekit-wid-con .ekit_review_card_stars_inline .ekit-review-card--stars {
  grid-row: 2;
  grid-column: 2/3
}

.ekit-wid-con .ekit_review_card_stars_inline .ekit-review-card--date {
  grid-row: 2;
  grid-column: 3
}

.ekit-wid-con .ekit-review-card-name-bottom.ekit-review-card-thumbnail-left .ekit-review-card--posted-on {
  grid-column: 1/4
}

.ekit-wid-con .ekit-review-card-overview {
  grid-template-areas: "thumbnail name name" "thumbnail average stars" "thumbnail date date" "thumbnail actions actions"
}

.ekit-wid-con .ekit-review-card-overview::before {
  display: none
}

.ekit-wid-con .ekit-review-card-overview .ekit-review-card--image {
  margin-right: 1rem
}

.ekit-wid-con .ekit-review-card-overview .ekit-review-card--name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 1rem
}

.ekit-wid-con .ekit-review-card-overview .ekit-review-card--average {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-right: 6px
}

.ekit-wid-con .ekit-review-card-overview .ekit-review-card--desc {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400
}

.ekit-wid-con .ekit-review-card-overview .ekit-review-card--actions {
  margin-top: 1rem
}

.ekit-wid-con .ekit-review-card-overview .ekit-review-card--actions .btn {
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
  text-transform: none;
  background-color: #fff0
}

.ekit-wid-con .ekit-review-card-overview .ekit-review-card--stars {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ekit-wid-con .small {
  font-size: 12px;
  line-height: 20px
}

.ekit-wid-con .muted {
  color: #adadad
}

@media screen and (max-width:411px) {
  .ekit-wid-con .ekit-review-card-overview {
    grid-template-areas: "thumbnail name name" "thumbnail average stars" "thumbnail date date" "actions actions actions"
  }

  .ekit-wid-con .ekit-review-overview {
    display: block !important
  }

  .ekit-wid-con .ekit-review-overview--actions {
    display: block !important;
    margin-top: 1rem !important;
    text-align: center
  }

  .ekit-wid-con .ekit-review-overview--actions .btn {
    padding: .75rem 3rem
  }
}

.ekit-wid-con iframe {
  border: none
}

.ekit-wid-con a {
  text-decoration: none
}

.ekit-wid-con a,
.ekit-wid-con b,
.ekit-wid-con div,
.ekit-wid-con li,
.ekit-wid-con ul {
  -webkit-tap-highlight-color: #fff0;
  -webkit-tap-highlight-color: #fff0;
  outline: 0
}

.ekit-wid-con a:active,
.ekit-wid-con a:focus,
.ekit-wid-con input,
.ekit-wid-con input:active,
.ekit-wid-con input:focus,
.ekit-wid-con input:hover,
.ekit-wid-con textarea,
.ekit-wid-con textarea:active,
.ekit-wid-con textarea:focus,
.ekit-wid-con textarea:hover {
  -moz-outline: none;
  outline: 0
}

.ekit-wid-con a:active,
.ekit-wid-con a:focus,
.ekit-wid-con a:hover,
.ekit-wid-con a:visited {
  outline: 0;
  text-decoration: none
}

.ekit-wid-con embed,
.ekit-wid-con img:not([draggable]),
.ekit-wid-con object,
.ekit-wid-con video {
  max-width: 100%;
  height: auto
}

.ekit-wid-con [type=button]:focus:not(:focus-visible),
.ekit-wid-con [type=submit]:focus:not(:focus-visible),
.ekit-wid-con button:focus:not(:focus-visible) {
  outline: 0
}

.ekit-wid-con a:focus-visible,
.ekit-wid-con button:focus-visible,
.ekit-wid-con input:focus-visible,
.ekit-wid-con textarea:focus-visible {
  outline: -webkit-focus-ring-color auto 1px
}

.ekit-wid-con img {
  border: none;
  max-width: 100%
}

.ekit-wid-con li,
.ekit-wid-con ul {
  margin: 0;
  padding: 0
}

.ekit-wid-con .elementor-text-editor ol,
.ekit-wid-con .elementor-text-editor ul {
  padding-left: 18px
}

.ekit-wid-con h4,
.ekit-wid-con p {
  margin-bottom: 10px
}

.ekit-wid-con svg {
  width: 1em;
  height: 1em
}

.ekit-wid-con .clear-both::after,
.ekit-wid-con .clear-both::before {
  display: table;
  content: "";
  clear: both
}

.ekit-wid-con .text-left {
  text-align: left !important
}

.ekit-wid-con .text-right {
  text-align: right !important
}

.ekit-wid-con .text-center {
  text-align: center !important
}

.ekit-wid-con .ekit-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.ekit-wid-con .ekit-flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.ekit-wid-con .ekit-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.ekit-wid-con .ekit-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.ekit-wid-con .tab-content>.tab-pane {
  font-family: inherit
}

.ekit-wid-con .elementskit-border-divider {
  left: 13px
}

.ekit-wid-con .elementskit-border-divider.elementskit-style-long {
  left: inherit
}

.ekit-wid-con .elementskit-border-divider::before {
  left: -26px
}

.ekit-wid-con .elementskit-navbar-nav-default.elementskit-menu-container {
  z-index: 1000
}

.ekit-wid-con .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a:hover {
  background-color: #fff0
}

.ekit-wid-con .elementor-icon-list-item a>img {
  width: 100px;
  margin-right: 15px
}

.ekit-wid-con .elementor-icon-list-item .meta-lists {
  line-height: 1
}

.ekit-wid-con .elementor-icon-list-item .meta-lists svg {
  max-width: 12px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .elementor-icon-list-item .meta-lists>span {
  color: #7f8595;
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementor-icon-list-item .elementor-icon-list-text {
  display: block;
  margin-bottom: 0
}

.ekit-wid-con .dialog-type-lightbox .dialog-widget-content {
  width: 100%
}

.ekit-wid-con .nf-form-content .listselect-wrap .nf-field-element div,
.ekit-wid-con .nf-form-content input.ninja-forms-field,
.ekit-wid-con .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 100%
}

.ekit-wid-con .nf-form-content .list-select-wrap>div div::after {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal
}

.ekit-wid-con .nf-error.field-wrap .nf-field-element::after,
.ekit-wid-con .nf-pass.field-wrap .nf-field-element::after {
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal
}

.ekit-wid-con .nf-form-content button,
.ekit-wid-con .nf-form-content input[type=button],
.ekit-wid-con .nf-form-content input[type=submit] {
  cursor: pointer
}

.ekit-wid-con .nf-response-msg>p {
  line-height: normal
}

.ekit-wid-con textarea.ninja-forms-field {
  display: block
}

.ekit-wid-con .nf-form-content .list-select-wrap>div div {
  border: none
}

.ekit-wid-con .nf-form-content .list-select-wrap>div select {
  border: 1px solid #c4c4c4
}

.ekit-wid-con .column-count-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1
}

.ekit-wid-con .column-count-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}

.ekit-wid-con .column-count-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3
}

.ekit-wid-con .column-count-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4
}

.ekit-wid-con .column-count-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5
}

.ekit-wid-con .column-count-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6
}

.ekit-wid-con .ekit-img-overlay {
  position: relative;
  z-index: 0
}

.ekit-wid-con .ekit-img-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.ekit-wid-con .ekit-wrapper-link {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 10
}

.ekit-wid-con .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media (min-width:1025px) {

  .ekit-wid-con .default_menu_position .elementor-column,
  .ekit-wid-con .default_menu_position .elementor-widget,
  .ekit-wid-con .default_menu_position .elementor-widget-wrap,
  .ekit-wid-con .default_menu_position .elementskit-navbar-nav-default.elementskit-menu-container {
    position: static
  }

  .ekit-wid-con .default_menu_position .elementskit-menu-po-right .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width .elementskit-megamenu-panel,
  .ekit-wid-con .default_menu_position .elementskit-menu-po-right .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width .elementskit-megamenu-panel,
  .ekit-wid-con .elementskit-navbar-nav-default .elementskit-menu-po-right .relative_position.elementskit-megamenu-has .elementskit-megamenu-panel {
    right: 0;
    left: auto
  }

  .ekit-wid-con .elementskit-navbar-nav-default .elementskit-megamenu-has .elementskit-megamenu-panel {
    -webkit-transition: transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
  }

  .ekit-wid-con .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width .elementskit-megamenu-panel,
  .ekit-wid-con .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width .elementskit-megamenu-panel {
    -webkit-transform: translateY(-10px) translateX(-50%);
    transform: translateY(-10px) translateX(-50%);
    left: 50%
  }

  .ekit-wid-con .default_menu_position .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width:hover>.elementskit-megamenu-panel,
  .ekit-wid-con .default_menu_position .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width:hover>.elementskit-megamenu-panel {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    left: 50%
  }

  .ekit-wid-con body.is-vertical-menu-active .ekit-wid-con .elementskit-navbar-nav-default.elementskit-menu-container {
    z-index: 9
  }

  .ekit-wid-con body.is-vertical-menu-active .vertical-menu-active .xs-vertical-menu-backdrop {
    z-index: 150
  }

  .ekit-wid-con body.is-vertical-menu-active .ekit-vertical-menu-tigger {
    z-index: 160
  }
}

@media (max-width:1024px) {
  .ekit-wid-con .ekit-vertical-navbar-nav .elementskit-submenu-indicator {
    padding: 3px 10px;
    border: 1px solid;
    border-radius: 30px
  }
}

.ekit-wid-con .xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  z-index: 0
}

.ekit-wid-con .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.ekit-wid-con .swiper-container {
  width: inherit;
  height: inherit
}

.ekit-wid-con .swiper-container.ekit-main-swiper,
.ekit-wid-con .swiper.ekit-main-swiper {
  position: static
}

.ekit-wid-con .swiper .swiper-navigation-button,
.ekit-wid-con .swiper-container .swiper-navigation-button {
  background: #fff0;
  width: auto;
  height: auto
}

.ekit-wid-con .swiper .swiper-navigation-button::after,
.ekit-wid-con .swiper-container .swiper-navigation-button::after {
  display: none
}

.ekit-wid-con .tab-pane.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s
}

.ekit-wid-con .mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0
}

.ekit-wid-con img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ekit-wid-con .image-switcher .content-image {
  position: relative
}

.ekit-wid-con .image-switcher .content-image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.ekit-wid-con .image-switcher:hover .content-image .main-image {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.ekit-wid-con .image-switcher:hover .content-image .hover-image {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

.ekit-wid-con .fill-icon {
  display: inline-block;
  background-color: #2575fc;
  color: #fff;
  font-size: 40px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .fill-icon.round {
  border-radius: 50%
}

.ekit-wid-con .fill-icon.style-light {
  background-color: #f5f5f5;
  color: #000
}

.ekit-wid-con button {
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .form-control {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ekit-wid-con .widgetarea_warper_edit {
  display: none
}

.ekit-wid-con .swiper-pagination-bullet {
  opacity: inherit;
  background-color: inherit
}

.ekit-wid-con [data-ajax-post-id]:not(.is--loaded):before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-style: solid;
  border-width: 3px;
  border-color: #acacac #ddd #ddd;
  border-radius: 50%;
  -webkit-animation: eicon-spin 1.5s infinite linear;
  animation: eicon-spin 1.5s infinite linear
}

.ekit-wid-con .ekit-row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ekit-wid-con .ekit-col-1 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.ekit-wid-con .ekit-col-2 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.ekit-wid-con .ekit-col-3 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.ekit-wid-con .ekit-col-4 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.ekit-wid-con .ekit-col-5 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.ekit-wid-con .ekit-col-6 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.ekit-wid-con .ekit-col-7 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.ekit-wid-con .ekit-col-8 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.ekit-wid-con .ekit-col-9 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.ekit-wid-con .ekit-col-10 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.ekit-wid-con .ekit-col-11 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.ekit-wid-con .ekit-col-12 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

@media (max-width:1024px) {
  .ekit-wid-con .ekit-col-1 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .ekit-wid-con .ekit-col-2 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .ekit-wid-con .ekit-col-3 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .ekit-wid-con .ekit-col-4 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .ekit-wid-con .ekit-col-5 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .ekit-wid-con .ekit-col-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .ekit-wid-con .ekit-col-7 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .ekit-wid-con .ekit-col-8 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .ekit-wid-con .ekit-col-9 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .ekit-wid-con .ekit-col-10 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .ekit-wid-con .ekit-col-11 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .ekit-wid-con .ekit-col-12 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media (max-width:767px) {
  .ekit-wid-con .ekit-col-1 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .ekit-wid-con .ekit-col-2 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .ekit-wid-con .ekit-col-3 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .ekit-wid-con .ekit-col-4 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .ekit-wid-con .ekit-col-5 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .ekit-wid-con .ekit-col-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .ekit-wid-con .ekit-col-7 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .ekit-wid-con .ekit-col-8 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .ekit-wid-con .ekit-col-9 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .ekit-wid-con .ekit-col-10 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .ekit-wid-con .ekit-col-11 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .ekit-wid-con .ekit-col-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

@media (max-width:1024px) {
  .ekit-wid-con .ekit-col-tablet-1 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12
  }

  .ekit-wid-con .ekit-col-tablet-2 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6
  }

  .ekit-wid-con .ekit-col-tablet-3 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
  }

  .ekit-wid-con .ekit-col-tablet-4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
  }

  .ekit-wid-con .ekit-col-tablet-5 {
    -webkit-column-count: 2.4;
    -moz-column-count: 2.4;
    column-count: 2.4
  }

  .ekit-wid-con .ekit-col-tablet-6 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }

  .ekit-wid-con .ekit-col-tablet-7 {
    -webkit-column-count: 1.7142857143;
    -moz-column-count: 1.7142857143;
    column-count: 1.7142857143
  }

  .ekit-wid-con .ekit-col-tablet-8 {
    -webkit-column-count: 1.5;
    -moz-column-count: 1.5;
    column-count: 1.5
  }

  .ekit-wid-con .ekit-col-tablet-9 {
    -webkit-column-count: 1.3333333333;
    -moz-column-count: 1.3333333333;
    column-count: 1.3333333333
  }

  .ekit-wid-con .ekit-col-tablet-10 {
    -webkit-column-count: 1.2;
    -moz-column-count: 1.2;
    column-count: 1.2
  }

  .ekit-wid-con .ekit-col-tablet-11 {
    -webkit-column-count: 1.0909090909;
    -moz-column-count: 1.0909090909;
    column-count: 1.0909090909
  }

  .ekit-wid-con .ekit-col-tablet-12 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}

@media (max-width:767px) {
  .ekit-wid-con .ekit-col-mobile-1 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12
  }

  .ekit-wid-con .ekit-col-mobile-2 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6
  }

  .ekit-wid-con .ekit-col-mobile-3 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
  }

  .ekit-wid-con .ekit-col-mobile-4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
  }

  .ekit-wid-con .ekit-col-mobile-5 {
    -webkit-column-count: 2.4;
    -moz-column-count: 2.4;
    column-count: 2.4
  }

  .ekit-wid-con .ekit-col-mobile-6 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }

  .ekit-wid-con .ekit-col-mobile-7 {
    -webkit-column-count: 1.7142857143;
    -moz-column-count: 1.7142857143;
    column-count: 1.7142857143
  }

  .ekit-wid-con .ekit-col-mobile-8 {
    -webkit-column-count: 1.5;
    -moz-column-count: 1.5;
    column-count: 1.5
  }

  .ekit-wid-con .ekit-col-mobile-9 {
    -webkit-column-count: 1.3333333333;
    -moz-column-count: 1.3333333333;
    column-count: 1.3333333333
  }

  .ekit-wid-con .ekit-col-mobile-10 {
    -webkit-column-count: 1.2;
    -moz-column-count: 1.2;
    column-count: 1.2
  }

  .ekit-wid-con .ekit-col-mobile-11 {
    -webkit-column-count: 1.0909090909;
    -moz-column-count: 1.0909090909;
    column-count: 1.0909090909
  }

  .ekit-wid-con .ekit-col-mobile-12 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}

@media (max-width:1024px) {
  .ekit-wid-con .ekit-col-tablet-1 {
    max-width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%
  }

  .ekit-wid-con .ekit-col-tablet-2 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%
  }

  .ekit-wid-con .ekit-col-tablet-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
  }

  .ekit-wid-con .ekit-col-tablet-4 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%
  }

  .ekit-wid-con .ekit-col-tablet-5 {
    max-width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%
  }

  .ekit-wid-con .ekit-col-tablet-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .ekit-wid-con .ekit-col-tablet-7 {
    max-width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%
  }

  .ekit-wid-con .ekit-col-tablet-8 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%
  }

  .ekit-wid-con .ekit-col-tablet-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
  }

  .ekit-wid-con .ekit-col-tablet-10 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%
  }

  .ekit-wid-con .ekit-col-tablet-11 {
    max-width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%
  }

  .ekit-wid-con .ekit-col-tablet-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

@media (max-width:767px) {
  .ekit-wid-con .ekit-col-mobile-1 {
    max-width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%
  }

  .ekit-wid-con .ekit-col-mobile-2 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%
  }

  .ekit-wid-con .ekit-col-mobile-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
  }

  .ekit-wid-con .ekit-col-mobile-4 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%
  }

  .ekit-wid-con .ekit-col-mobile-5 {
    max-width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%
  }

  .ekit-wid-con .ekit-col-mobile-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .ekit-wid-con .ekit-col-mobile-7 {
    max-width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%
  }

  .ekit-wid-con .ekit-col-mobile-8 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%
  }

  .ekit-wid-con .ekit-col-mobile-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
  }

  .ekit-wid-con .ekit-col-mobile-10 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%
  }

  .ekit-wid-con .ekit-col-mobile-11 {
    max-width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%
  }

  .ekit-wid-con .ekit-col-mobile-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

.ekit-wid-con .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.ekit-wid-con .fade.in {
  opacity: 1
}

.ekit-wid-con .collapse {
  display: none
}

.ekit-wid-con .collapse.in {
  display: block
}

.ekit-wid-con .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.ekit-wid-con .nav-tabs {
  border-bottom: 1px solid #ddd
}

.ekit-wid-con .nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.ekit-wid-con .nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #fff0;
  border-radius: 4px 4px 0 0
}

.ekit-wid-con .nav-tabs>li.active>a,
.ekit-wid-con .nav-tabs>li.active>a:focus,
.ekit-wid-con .nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #fff0
}

.ekit-wid-con .tab-content>.tab-pane {
  display: none
}

.ekit-wid-con .tab-content>.active {
  display: block
}

.ekit-wid-con .clearfix::after,
.ekit-wid-con .clearfix::before,
.ekit-wid-con .nav::after,
.ekit-wid-con .nav::before,
.ekit-wid-con .row::after,
.ekit-wid-con .row::before {
  display: table;
  content: " "
}

.ekit-wid-con .clearfix::after,
.ekit-wid-con .nav::after,
.ekit-wid-con .row::after {
  clear: both
}

.ekit-wid-con .hide {
  display: none !important
}

.ekit-wid-con .show {
  display: block !important
}

#wp-admin-bar-elementor_edit_page-default:empty {
  display: none
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 24px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.elementor-widget-elementskit-pricing .elementor-widget-container,
.elementor-widget-elementskit-pricing.elementor-element:not(:has(.elementor-widget-container)) {
  overflow: hidden
}

.elementor-widget-elementskit-timeline .elementor-widget-container,
.elementor-widget-elementskit-timeline.elementor-element:not(:has(.elementor-widget-container)) {
  padding-top: 35px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 60px
}

.elementor-widget-elementskit-business-hours {
  padding: 20px 20px 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px 0 rgb(0 0 0 / .1);
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / .1)
}

.elementor-widget-elementskit-dual-button-center .ekit-element-align-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.elementor-widget-elementskit-dual-button-end .ekit-element-align-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.elementor-widget-elementskit-dual-button-start .ekit-element-align-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.ekit_wpForms_container-form-button-full-width .wpforms-submit-container .wpforms-submit {
  width: 100%
}

.ekit_ninjaForms_container-button-full-width .submit-container input[type=button] {
  width: 100%
}

.elemenetskit-alert-info {
  position: relative;
  padding: .75rem 1.25rem;
  border: 1px solid #fff0;
  border-radius: .25rem;
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.elementor-widget-elementskit-team.animated {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none
}

@media (max-width:1024px) {
  .ekit-tab-hide {
    display: none
  }
}

@media (max-width:767px) {
  .ekit-mobile-hide {
    display: none
  }
}

.ekit-template-content-footer,
.ekit-template-content-header {
  clear: both
}

.elementor-edit-area-active .elementor-widget:hover .widgetarea_warper_edit {
  display: block
}

.ekit-sticky {
  z-index: 9999
}

div.elementor .ekit-sticky.elementor-element {
  -webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in
}

.ekit-sticky[data-ekit-sticky] {
  z-index: 1
}

div.elementor .ekit-sticky--show_on_scroll_up.elementor-element {
  -webkit-transition: background-color .3s ease-in, opacity .3s, visibility .3s;
  transition: background-color .3s ease-in, opacity .3s, visibility .3s
}

.ekit-sticky--effects.ekit-sticky--down.ekit-sticky--show_on_scroll_up {
  opacity: 0;
  visibility: hidden
}

.weforms_submit_btn {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer
}

.wpuf-label>label {
  margin-bottom: 0
}

ul.wpuf-form li label.wpuf-form-sub-label {
  margin-bottom: 0
}

.image-source-link {
  color: #98c3d1
}

.mfp-bg,
.mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.mfp-ready .mfp-container {
  opacity: 1
}

.mfp-ready.mfp-bg {
  opacity: .8
}

.mfp-removing .mfp-container,
.mfp-removing.mfp-bg {
  opacity: 0
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px)
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0
}

button.mfp-close.ekit-popup-close {
  border: 1px solid #fff;
  margin: 20px;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

button.mfp-close.ekit-popup-close:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
  width: 44px
}

.mfp-iframe-holder .mfp-close.ekit-popup-close {
  width: 44px;
  text-align: center;
  padding-right: 0;
  top: 0;
  right: 0
}

.mfp-container.mfp-iframe-holder {
  position: fixed
}

.mfp-container.mfp-iframe-holder .mfp-close.ekit-popup-close {
  position: fixed
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(.8);
  transform: scale(.8);
  opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}

.white-popup-block {
  background: #ccc;
  padding: 20px;
  max-width: 300px;
  margin: 0 auto;
  -webkit-animation: open 1s;
  animation: open 1s
}

.mfp-removing {
  -webkit-animation: close 1s;
  animation: close 1s
}

.mfp-open .modal-popup-group,
.mfp-open .xs-modal-sidebar {
  -webkit-animation-name: galleryopen;
  animation-name: galleryopen;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.mfp-bg.ekit-promo-popup {
  background-color: rgb(0 0 0 / .87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation .8s ease-out forwards;
  animation: menu-animation .8s ease-out forwards
}

.ekit-promo-popup .modal-content {
  background-color: #fff0;
  padding: 0;
  border: 0
}

.ekit-promo-popup .mfp-close {
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px)
}

.ekit-promo-popup.mfp-ready .mfp-close {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: fixed
}

body.admin-bar .ekit-promo-popup.mfp-ready .mfp-close {
  margin-top: 45px
}

.ekit-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px)
}

.ekit-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@-webkit-keyframes bounceAnim {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px)
  }

  60% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}

@keyframes bounceAnim {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px)
  }

  60% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(.04) translateY(300%);
    transform: scale(.04) translateY(300%)
  }

  40% {
    -webkit-transform: scale(.04) translateY(0);
    transform: scale(.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out
  }

  40% {
    -webkit-transform: scale(.04) translateY(0);
    transform: scale(.04) translateY(0)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.02) translateY(0);
    transform: scale(.02) translateY(0)
  }

  61% {
    opacity: 1;
    -webkit-transform: scale(.04) translateY(0);
    transform: scale(.04) translateY(0)
  }

  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0);
    transform: scale(2) translateY(0);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(.04) translateY(300%);
    transform: scale(.04) translateY(300%)
  }

  40% {
    -webkit-transform: scale(.04) translateY(0);
    transform: scale(.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out
  }

  40% {
    -webkit-transform: scale(.04) translateY(0);
    transform: scale(.04) translateY(0)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.02) translateY(0);
    transform: scale(.02) translateY(0)
  }

  61% {
    opacity: 1;
    -webkit-transform: scale(.04) translateY(0);
    transform: scale(.04) translateY(0)
  }

  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0);
    transform: scale(2) translateY(0);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0
  }
}

@-webkit-keyframes show-fadein {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes show-fadein {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes hide-fadeout {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes hide-fadeout {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes show-animation {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes show-animation {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
  }
}

@keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
  }
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@-webkit-keyframes button-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    opacity: 0
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0
  }
}

@keyframes button-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    opacity: 0
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0
  }
}

@-webkit-keyframes radio-wave {
  0% {
    opacity: .8;
    border-width: 2px
  }

  70% {
    opacity: .4
  }

  100% {
    -webkit-transform: scale(var(--ekit-radio-wave-scale));
    transform: scale(var(--ekit-radio-wave-scale));
    opacity: 0;
    border-width: 0
  }
}

@keyframes radio-wave {
  0% {
    opacity: .8;
    border-width: 2px
  }

  70% {
    opacity: .4
  }

  100% {
    -webkit-transform: scale(var(--ekit-radio-wave-scale));
    transform: scale(var(--ekit-radio-wave-scale));
    opacity: 0;
    border-width: 0
  }
}

@-webkit-keyframes open {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes open {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes close {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes close {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes galleryopen {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes galleryopen {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes location-indicator {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(12 90 219 / .2);
    box-shadow: 0 0 0 0 rgb(12 90 219 / .2)
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px #fff0;
    box-shadow: 0 0 0 30px #fff0
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0
  }
}

@keyframes location-indicator {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(12 90 219 / .2);
    box-shadow: 0 0 0 0 rgb(12 90 219 / .2)
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px #fff0;
    box-shadow: 0 0 0 30px #fff0
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0
  }
}

@-webkit-keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  51% {
    opacity: 1
  }
}

@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  51% {
    opacity: 1
  }
}

@-webkit-keyframes RainDrop {

  0%,
  100%,
  25%,
  55%,
  75%,
  87%,
  97% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  26%,
  56%,
  76% {
    -webkit-transform: scaleX(1.3) scaleY(.8);
    transform: scaleX(1.3) scaleY(.8)
  }

  31%,
  61%,
  81% {
    -webkit-transform: scaleX(.8) scaleY(1.2);
    transform: scaleX(.8) scaleY(1.2)
  }

  76%,
  88% {
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2)
  }

  98% {
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1)
  }
}

@keyframes RainDrop {

  0%,
  100%,
  25%,
  55%,
  75%,
  87%,
  97% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  26%,
  56%,
  76% {
    -webkit-transform: scaleX(1.3) scaleY(.8);
    transform: scaleX(1.3) scaleY(.8)
  }

  31%,
  61%,
  81% {
    -webkit-transform: scaleX(.8) scaleY(1.2);
    transform: scaleX(.8) scaleY(1.2)
  }

  76%,
  88% {
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2)
  }

  98% {
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1)
  }
}

@-webkit-keyframes WaterWave {
  50% {
    -webkit-transform: skewY(1deg) skewX(-1deg) scale(1.06);
    transform: skewY(1deg) skewX(-1deg) scale(1.06)
  }
}

@keyframes WaterWave {
  50% {
    -webkit-transform: skewY(1deg) skewX(-1deg) scale(1.06);
    transform: skewY(1deg) skewX(-1deg) scale(1.06)
  }
}

@-webkit-keyframes lightning {

  50%,
  from,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes lightning {

  50%,
  from,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@-webkit-keyframes JoltZoom {
  10% {
    font-size: 140%
  }

  40% {
    font-size: 80%
  }

  100% {
    font-size: 100%
  }
}

@keyframes JoltZoom {
  10% {
    font-size: 140%
  }

  40% {
    font-size: 80%
  }

  100% {
    font-size: 100%
  }
}

@-webkit-keyframes typing {
  from {
    width: 0
  }
}

@keyframes typing {
  from {
    width: 0
  }
}

@-webkit-keyframes cursor {
  50% {
    border-color: #fff0
  }
}

@keyframes cursor {
  50% {
    border-color: #fff0
  }
}

@-webkit-keyframes wipe {
  to {
    width: 0
  }
}

@keyframes wipe {
  to {
    width: 0
  }
}

@keyframes open {
  from {
    width: 0
  }
}

@-webkit-keyframes Magnify {
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    letter-spacing: 26px
  }
}

@keyframes Magnify {
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    letter-spacing: 26px
  }
}

@-webkit-keyframes Beat {

  14%,
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28%,
  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes Beat {

  14%,
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28%,
  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes FadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes FadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes FadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes FadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes FadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes FadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes FadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  to {
    opacity: 1
  }
}

@keyframes FadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes FadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  to {
    opacity: 1
  }
}

@keyframes FadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes FadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes FadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes FadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes FadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@-webkit-keyframes FadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes FadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@-webkit-keyframes FadeOutTop {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@keyframes FadeOutTop {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@-webkit-keyframes FadeOutBottom {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}

@keyframes FadeOutBottom {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}

@-webkit-keyframes MovingBackFromRight {
  40% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
    animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
  }
}

@keyframes MovingBackFromRight {
  40% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
    animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
  }
}

@-webkit-keyframes MovingBackFromLeft {
  40% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
    animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
  }
}

@keyframes MovingBackFromLeft {
  40% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
    animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
  }
}

@-webkit-keyframes KickOutFront {
  40% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
    animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
  }
}

@keyframes KickOutFront {
  40% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
    animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
  }
}

@-webkit-keyframes KickOutBehind {
  40% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
    animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
  }
}

@keyframes KickOutBehind {
  40% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
    animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
  }
}

@-webkit-keyframes ScaleXIn {
  from {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@keyframes ScaleXIn {
  from {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@-webkit-keyframes ScaleXOut {
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  from {
    opacity: 1
  }
}

@keyframes ScaleXOut {
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  from {
    opacity: 1
  }
}

@-webkit-keyframes ScaleYIn {
  from {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@keyframes ScaleYIn {
  from {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@-webkit-keyframes ScaleYOut {
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  from {
    opacity: 1
  }
}

@keyframes ScaleYOut {
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  from {
    opacity: 1
  }
}

@-webkit-keyframes Jump {
  to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}

@keyframes Jump {
  to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}

@-webkit-keyframes AboundTop {
  50% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes AboundTop {
  50% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@-webkit-keyframes AboundBottom {
  50% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes AboundBottom {
  50% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@-webkit-keyframes AboundLeft {
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes AboundLeft {
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@-webkit-keyframes AboundRight {
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes AboundRight {
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@-webkit-keyframes FlyInTop {
  0% {
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
    opacity: 0
  }

  50% {
    -webkit-transform: translate(10px, 50px);
    transform: translate(10px, 50px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
}

@keyframes FlyInTop {
  0% {
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
    opacity: 0
  }

  50% {
    -webkit-transform: translate(10px, 50px);
    transform: translate(10px, 50px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
}

@-webkit-keyframes FlyInLeft {
  0% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
    opacity: 0
  }

  50% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0)
  }
}

@keyframes FlyInLeft {
  0% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
    opacity: 0
  }

  50% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0)
  }
}

@-webkit-keyframes FlyInRight {
  0% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
    opacity: 0
  }

  50% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0)
  }
}

@keyframes FlyInRight {
  0% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
    opacity: 0
  }

  50% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0)
  }
}

@-webkit-keyframes FlyInBottom {
  0% {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
    opacity: 0
  }

  50% {
    -webkit-transform: translate(10px, -50px);
    transform: translate(10px, -50px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
}

@keyframes FlyInBottom {
  0% {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
    opacity: 0
  }

  50% {
    -webkit-transform: translate(10px, -50px);
    transform: translate(10px, -50px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
}

@-webkit-keyframes FlyOutTop {
  50% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px)
  }

  to {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
    opacity: 0
  }
}

@keyframes FlyOutTop {
  50% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px)
  }

  to {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
    opacity: 0
  }
}

@-webkit-keyframes FlyOutLeft {
  50% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0)
  }

  to {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    opacity: 0
  }
}

@keyframes FlyOutLeft {
  50% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0)
  }

  to {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    opacity: 0
  }
}

@-webkit-keyframes FlyOutRight {
  50% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0)
  }

  to {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0
  }
}

@keyframes FlyOutRight {
  50% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0)
  }

  to {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0
  }
}

@-webkit-keyframes FlyOutBottom {
  50% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px)
  }

  to {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0
  }
}

@keyframes FlyOutBottom {
  50% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px)
  }

  to {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0
  }
}

@-webkit-keyframes DoorCloseLeft {

  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  from {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes DoorCloseLeft {

  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  from {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes DoorOpenRight {

  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  to {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0
  }
}

@keyframes DoorOpenRight {

  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  to {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0
  }
}

@-webkit-keyframes DoorCloseRight {

  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  from {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes DoorCloseRight {

  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  from {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes DoorOpenLeft {

  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  to {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    opacity: 0
  }
}

@keyframes DoorOpenLeft {

  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  to {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    opacity: 0
  }
}

@-webkit-keyframes HangAndDropLeft {
  from {
    -webkit-transform-origin: left;
    transform-origin: left
  }

  50% {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  60% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  to {
    -webkit-transform: translateY(800px) rotate(70deg);
    transform: translateY(800px) rotate(70deg);
    -webkit-transform-origin: left;
    transform-origin: left
  }
}

@keyframes HangAndDropLeft {
  from {
    -webkit-transform-origin: left;
    transform-origin: left
  }

  50% {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  60% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  to {
    -webkit-transform: translateY(800px) rotate(70deg);
    transform: translateY(800px) rotate(70deg);
    -webkit-transform-origin: left;
    transform-origin: left
  }
}

@-webkit-keyframes HangAndDropRight {
  from {
    -webkit-transform-origin: right;
    transform-origin: right
  }

  50% {
    -webkit-transform: rotate(-100deg);
    transform: rotate(-100deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  60% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  to {
    -webkit-transform: translateY(800px) rotate(-70deg);
    transform: translateY(800px) rotate(-70deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }
}

@keyframes HangAndDropRight {
  from {
    -webkit-transform-origin: right;
    transform-origin: right
  }

  50% {
    -webkit-transform: rotate(-100deg);
    transform: rotate(-100deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  60% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  to {
    -webkit-transform: translateY(800px) rotate(-70deg);
    transform: translateY(800px) rotate(-70deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }
}

@-webkit-keyframes PushReleaseFrom {
  from {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0
  }

  50% {
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5)
  }
}

@keyframes PushReleaseFrom {
  from {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0
  }

  50% {
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5)
  }
}

@-webkit-keyframes PushReleaseFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
  }

  30% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
  }
}

@keyframes PushReleaseFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
  }

  30% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
  }
}

@-webkit-keyframes PushReleaseFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }

  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
}

@keyframes PushReleaseFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }

  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
}

@-webkit-keyframes PushReleaseFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }

  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
  }
}

@keyframes PushReleaseFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }

  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
  }
}

@-webkit-keyframes PushReleaseTo {
  30% {
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5)
  }

  to {
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
    opacity: 0
  }
}

@keyframes PushReleaseTo {
  30% {
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5)
  }

  to {
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
    opacity: 0
  }
}

@-webkit-keyframes PushReleaseToTop {
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }
}

@keyframes PushReleaseToTop {
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }
}

@-webkit-keyframes PushReleaseToBottom {
  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }
}

@keyframes PushReleaseToBottom {
  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }
}

@-webkit-keyframes FlipInTop {
  from {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0
  }

  30% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px)
  }
}

@keyframes FlipInTop {
  from {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0
  }

  30% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px)
  }
}

@-webkit-keyframes FlipOutTop {
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0
  }

  70% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px)
  }
}

@keyframes FlipOutTop {
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0
  }

  70% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px)
  }
}

@-webkit-keyframes FlipInBottom {
  from {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0
  }

  30% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px)
  }
}

@keyframes FlipInBottom {
  from {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0
  }

  30% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px)
  }
}

@-webkit-keyframes FlipOutBottom {
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0
  }

  70% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px)
  }
}

@keyframes FlipOutBottom {
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0
  }

  70% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px)
  }
}

@-webkit-keyframes ElevateLeft {
  from {
    -webkit-transform: translateY(100%) rotate(-20deg);
    transform: translateY(100%) rotate(-20deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0
  }

  40% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right;
    transform-origin: right
  }
}

@keyframes ElevateLeft {
  from {
    -webkit-transform: translateY(100%) rotate(-20deg);
    transform: translateY(100%) rotate(-20deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0
  }

  40% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right;
    transform-origin: right
  }
}

@-webkit-keyframes ElevateRight {
  from {
    -webkit-transform: translateY(100%) rotate(20deg);
    transform: translateY(100%) rotate(20deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0
  }

  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }
}

@keyframes ElevateRight {
  from {
    -webkit-transform: translateY(100%) rotate(20deg);
    transform: translateY(100%) rotate(20deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0
  }

  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }
}

@-webkit-keyframes RollFromLeft {
  from {
    -webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0
  }
}

@keyframes RollFromLeft {
  from {
    -webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0
  }
}

@-webkit-keyframes RollFromRight {
  from {
    -webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0
  }
}

@keyframes RollFromRight {
  from {
    -webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0
  }
}

@-webkit-keyframes RollFromTop {
  from {
    -webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0
  }
}

@keyframes RollFromTop {
  from {
    -webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0
  }
}

@-webkit-keyframes RollFromBottom {
  from {
    -webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0
  }
}

@keyframes RollFromBottom {
  from {
    -webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0
  }
}

@-webkit-keyframes RollToLeft {
  to {
    -webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0
  }
}

@keyframes RollToLeft {
  to {
    -webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0
  }
}

@-webkit-keyframes RollToRight {
  to {
    -webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0
  }
}

@keyframes RollToRight {
  to {
    -webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0
  }
}

@-webkit-keyframes RollToTop {
  to {
    -webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0
  }
}

@keyframes RollToTop {
  to {
    -webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0
  }
}

@-webkit-keyframes RollToBottom {
  to {
    -webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0
  }
}

@keyframes RollToBottom {
  to {
    -webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0
  }
}

@-webkit-keyframes RotateSkateInRight {
  from {
    -webkit-transform: scaleX(.2) translateX(100px);
    transform: scaleX(.2) translateX(100px);
    opacity: 0
  }
}

@keyframes RotateSkateInRight {
  from {
    -webkit-transform: scaleX(.2) translateX(100px);
    transform: scaleX(.2) translateX(100px);
    opacity: 0
  }
}

@-webkit-keyframes RotateSkateInLeft {
  from {
    -webkit-transform: scaleX(.2) translateX(-100px);
    transform: scaleX(.2) translateX(-100px);
    opacity: 0
  }
}

@keyframes RotateSkateInLeft {
  from {
    -webkit-transform: scaleX(.2) translateX(-100px);
    transform: scaleX(.2) translateX(-100px);
    opacity: 0
  }
}

@-webkit-keyframes RotateSkateInTop {
  from {
    -webkit-transform: scaleY(.2) translateY(-100px);
    transform: scaleY(.2) translateY(-100px);
    opacity: 0
  }
}

@keyframes RotateSkateInTop {
  from {
    -webkit-transform: scaleY(.2) translateY(-100px);
    transform: scaleY(.2) translateY(-100px);
    opacity: 0
  }
}

@-webkit-keyframes RotateSkateInBottom {
  from {
    -webkit-transform: scaleY(.2) translateY(100px);
    transform: scaleY(.2) translateY(100px);
    opacity: 0
  }
}

@keyframes RotateSkateInBottom {
  from {
    -webkit-transform: scaleY(.2) translateY(100px);
    transform: scaleY(.2) translateY(100px);
    opacity: 0
  }
}

@-webkit-keyframes RotateSkateOutRight {
  to {
    -webkit-transform: scaleX(.2) translateX(100px);
    transform: scaleX(.2) translateX(100px);
    opacity: 0
  }
}

@keyframes RotateSkateOutRight {
  to {
    -webkit-transform: scaleX(.2) translateX(100px);
    transform: scaleX(.2) translateX(100px);
    opacity: 0
  }
}

@-webkit-keyframes RotateSkateOutLeft {
  to {
    -webkit-transform: scaleX(.2) translateX(-100px);
    transform: scaleX(.2) translateX(-100px);
    opacity: 0
  }
}

@keyframes RotateSkateOutLeft {
  to {
    -webkit-transform: scaleX(.2) translateX(-100px);
    transform: scaleX(.2) translateX(-100px);
    opacity: 0
  }
}

@-webkit-keyframes RotateSkateOutTop {
  to {
    -webkit-transform: scaleY(.2) translateY(-100px);
    transform: scaleY(.2) translateY(-100px);
    opacity: 0
  }
}

@keyframes RotateSkateOutTop {
  to {
    -webkit-transform: scaleY(.2) translateY(-100px);
    transform: scaleY(.2) translateY(-100px);
    opacity: 0
  }
}

@-webkit-keyframes RotateSkateOutBottom {
  to {
    -webkit-transform: scaleY(.2) translateY(100px);
    transform: scaleY(.2) translateY(100px);
    opacity: 0
  }
}

@keyframes RotateSkateOutBottom {
  to {
    -webkit-transform: scaleY(.2) translateY(100px);
    transform: scaleY(.2) translateY(100px);
    opacity: 0
  }
}

@-webkit-keyframes RotateXZoomIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0
  }

  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
  }
}

@keyframes RotateXZoomIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0
  }

  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
  }
}

@-webkit-keyframes RotateXZoomOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
  }

  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0
  }
}

@keyframes RotateXZoomOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
  }

  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0
  }
}

@-webkit-keyframes RotateYZoomIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0
  }

  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
  }
}

@keyframes RotateYZoomIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0
  }

  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
  }
}

@-webkit-keyframes RotateYZoomOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
  }

  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0
  }
}

@keyframes RotateYZoomOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
  }

  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0
  }
}

@-webkit-keyframes RotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes RotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes RotateOut {
  from {
    opacity: 1
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

@keyframes RotateOut {
  from {
    opacity: 1
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

@-webkit-keyframes RotateInLeft {
  from {
    -webkit-transform: rotate(-180deg) translateX(150px);
    transform: rotate(-180deg) translateX(150px);
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes RotateInLeft {
  from {
    -webkit-transform: rotate(-180deg) translateX(150px);
    transform: rotate(-180deg) translateX(150px);
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes RotateOutLeft {
  from {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(180deg) translateX(150px);
    transform: rotate(180deg) translateX(150px);
    opacity: 0
  }
}

@keyframes RotateOutLeft {
  from {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(180deg) translateX(150px);
    transform: rotate(180deg) translateX(150px);
    opacity: 0
  }
}

@-webkit-keyframes RotateInRight {
  from {
    -webkit-transform: rotate(-180deg) translateX(-150px);
    transform: rotate(-180deg) translateX(-150px);
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes RotateInRight {
  from {
    -webkit-transform: rotate(-180deg) translateX(-150px);
    transform: rotate(-180deg) translateX(-150px);
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes RotateOutRight {
  from {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(180deg) translateX(-150px);
    transform: rotate(180deg) translateX(-150px);
    opacity: 0
  }
}

@keyframes RotateOutRight {
  from {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(180deg) translateX(-150px);
    transform: rotate(180deg) translateX(-150px);
    opacity: 0
  }
}

@-webkit-keyframes SpinInLeft {

  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }

  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes SpinInLeft {

  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }

  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@-webkit-keyframes SpinInRight {

  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
  }

  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes SpinInRight {

  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
  }

  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@-webkit-keyframes SpinOutLeft {

  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes SpinOutLeft {

  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@-webkit-keyframes SpinOutRight {

  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
  }

  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes SpinOutRight {

  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
  }

  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@-webkit-keyframes BlurIn {
  from {
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes BlurIn {
  from {
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes BlurInRight {
  from {
    -webkit-transform: scaleX(.2) translateX(100px);
    transform: scaleX(.2) translateX(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes BlurInRight {
  from {
    -webkit-transform: scaleX(.2) translateX(100px);
    transform: scaleX(.2) translateX(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes BlurInLeft {
  from {
    -webkit-transform: scaleX(.2) translateX(-100px);
    transform: scaleX(.2) translateX(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes BlurInLeft {
  from {
    -webkit-transform: scaleX(.2) translateX(-100px);
    transform: scaleX(.2) translateX(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes BlurInTop {
  from {
    -webkit-transform: scaleY(.2) translateY(-100px);
    transform: scaleY(.2) translateY(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes BlurInTop {
  from {
    -webkit-transform: scaleY(.2) translateY(-100px);
    transform: scaleY(.2) translateY(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes BlurInBottom {
  from {
    -webkit-transform: scaleY(.2) translateY(100px);
    transform: scaleY(.2) translateY(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes BlurInBottom {
  from {
    -webkit-transform: scaleY(.2) translateY(100px);
    transform: scaleY(.2) translateY(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes BlurOut {
  to {
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes BlurOut {
  to {
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes BlurOutRight {
  to {
    -webkit-transform: scaleX(.2) translateX(100px);
    transform: scaleX(.2) translateX(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes BlurOutRight {
  to {
    -webkit-transform: scaleX(.2) translateX(100px);
    transform: scaleX(.2) translateX(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes BlurOutLeft {
  to {
    -webkit-transform: scaleX(.2) translateX(-100px);
    transform: scaleX(.2) translateX(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes BlurOutLeft {
  to {
    -webkit-transform: scaleX(.2) translateX(-100px);
    transform: scaleX(.2) translateX(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes BlurOutTop {
  to {
    -webkit-transform: scaleY(.2) translateY(-100px);
    transform: scaleY(.2) translateY(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes BlurOutTop {
  to {
    -webkit-transform: scaleY(.2) translateY(-100px);
    transform: scaleY(.2) translateY(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes BlurOutBottom {
  to {
    -webkit-transform: scaleY(.2) translateY(100px);
    transform: scaleY(.2) translateY(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes BlurOutBottom {
  to {
    -webkit-transform: scaleY(.2) translateY(100px);
    transform: scaleY(.2) translateY(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes PopUp {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
}

@keyframes PopUp {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
}

@-webkit-keyframes PopUpLeft {
  50% {
    -webkit-transform: translateX(-50px) scale(1.5);
    transform: translateX(-50px) scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes PopUpLeft {
  50% {
    -webkit-transform: translateX(-50px) scale(1.5);
    transform: translateX(-50px) scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@-webkit-keyframes PopUpRight {
  50% {
    -webkit-transform: translateX(50px) scale(1.5);
    transform: translateX(50px) scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes PopUpRight {
  50% {
    -webkit-transform: translateX(50px) scale(1.5);
    transform: translateX(50px) scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@-webkit-keyframes PopOut {
  50% {
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
}

@keyframes PopOut {
  50% {
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
}

@-webkit-keyframes PopOutLeft {
  50% {
    -webkit-transform: translateX(-50px) scale(.5);
    transform: translateX(-50px) scale(.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes PopOutLeft {
  50% {
    -webkit-transform: translateX(-50px) scale(.5);
    transform: translateX(-50px) scale(.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@-webkit-keyframes PopOutRight {
  50% {
    -webkit-transform: translateX(50px) scale(.5);
    transform: translateX(50px) scale(.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes PopOutRight {
  50% {
    -webkit-transform: translateX(50px) scale(.5);
    transform: translateX(50px) scale(.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@-webkit-keyframes BounceFromTop {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1);
    transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes BounceFromTop {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1);
    transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@-webkit-keyframes BounceFromDown {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
    transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0)
  }
}

@keyframes BounceFromDown {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
    transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0)
  }
}

@-webkit-keyframes BounceY {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 1.5, 1);
    transform: scale3d(1, 1.5, 1)
  }

  90% {
    -webkit-transform: scale3d(1, 1.1, 1);
    transform: scale3d(1, 1.1, 1)
  }
}

@keyframes BounceY {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 1.5, 1);
    transform: scale3d(1, 1.5, 1)
  }

  90% {
    -webkit-transform: scale3d(1, 1.1, 1);
    transform: scale3d(1, 1.1, 1)
  }
}

@-webkit-keyframes BounceZoomIn {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.7);
    transform: scale(1.7)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.9);
    transform: scale(1.9)
  }

  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@keyframes BounceZoomIn {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.7);
    transform: scale(1.7)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.9);
    transform: scale(1.9)
  }

  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@-webkit-keyframes BounceZoomOut {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  90% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}

@keyframes BounceZoomOut {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  90% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}

@-webkit-keyframes PerspectiveOutTop {
  50% {
    opacity: 1
  }

  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
    transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
    opacity: 0
  }
}

@keyframes PerspectiveOutTop {
  50% {
    opacity: 1
  }

  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
    transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
    opacity: 0
  }
}

@-webkit-keyframes PerspectiveOutBottom {
  50% {
    opacity: 1
  }

  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
    transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
    opacity: 0
  }
}

@keyframes PerspectiveOutBottom {
  50% {
    opacity: 1
  }

  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
    transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
    opacity: 0
  }
}

@-webkit-keyframes ZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes ZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@-webkit-keyframes ZoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes ZoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@-webkit-keyframes ZoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes ZoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@-webkit-keyframes LetterZoomInTop {
  from {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0
  }
}

@keyframes LetterZoomInTop {
  from {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0
  }
}

@-webkit-keyframes ZoomInBottom {
  from {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0
  }
}

@keyframes ZoomInBottom {
  from {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0
  }
}

@-webkit-keyframes ZoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes ZoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes ZoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0)
  }
}

@keyframes ZoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0)
  }
}

@-webkit-keyframes ZoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0)
  }
}

@keyframes ZoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0)
  }
}

@-webkit-keyframes ZoomOutTop {
  to {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0
  }
}

@keyframes ZoomOutTop {
  to {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0
  }
}

@-webkit-keyframes ZoomOutBottom {
  to {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0
  }
}

@keyframes ZoomOutBottom {
  to {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0
  }
}

@-webkit-keyframes oaoFadeInTop {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0
  }
}

@keyframes oaoFadeInTop {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0
  }
}

@-webkit-keyframes oaoFadeInBottom {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
  }
}

@keyframes oaoFadeInBottom {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
  }
}

@-webkit-keyframes oaoFadeOutop {
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0
  }
}

@keyframes oaoFadeOutop {
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0
  }
}

@-webkit-keyframes oaoFadeOutBottom {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }
}

@keyframes oaoFadeOutBottom {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }
}

@-webkit-keyframes oaoFlyInTop {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

@keyframes oaoFlyInTop {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

@-webkit-keyframes oaoFlyInBottom {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0
  }

  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

@keyframes oaoFlyInBottom {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0
  }

  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

@-webkit-keyframes oaoFlyOutTop {
  30% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  80% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  to {
    opacity: 0
  }
}

@keyframes oaoFlyOutTop {
  30% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  80% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes oaoFlyOutBottom {
  30% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  80% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  to {
    opacity: 0
  }
}

@keyframes oaoFlyOutBottom {
  30% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  80% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes oaoRotateInTop {
  from {
    -webkit-transform: translateY(-100px) rotate(360deg);
    transform: translateY(-100px) rotate(360deg);
    opacity: 0
  }
}

@keyframes oaoRotateInTop {
  from {
    -webkit-transform: translateY(-100px) rotate(360deg);
    transform: translateY(-100px) rotate(360deg);
    opacity: 0
  }
}

@-webkit-keyframes oaoRotateInBottom {
  from {
    -webkit-transform: translateY(100px) rotate(360deg);
    transform: translateY(100px) rotate(360deg);
    opacity: 0
  }
}

@keyframes oaoRotateInBottom {
  from {
    -webkit-transform: translateY(100px) rotate(360deg);
    transform: translateY(100px) rotate(360deg);
    opacity: 0
  }
}

@-webkit-keyframes oaoRotateOutTop {
  to {
    -webkit-transform: translateY(-100px) rotate(360deg);
    transform: translateY(-100px) rotate(360deg);
    opacity: 0
  }
}

@keyframes oaoRotateOutTop {
  to {
    -webkit-transform: translateY(-100px) rotate(360deg);
    transform: translateY(-100px) rotate(360deg);
    opacity: 0
  }
}

@-webkit-keyframes oaoRotateOutBottom {
  to {
    -webkit-transform: translateY(100px) rotate(360deg);
    transform: translateY(100px) rotate(360deg);
    opacity: 0
  }
}

@keyframes oaoRotateOutBottom {
  to {
    -webkit-transform: translateY(100px) rotate(360deg);
    transform: translateY(100px) rotate(360deg);
    opacity: 0
  }
}

@-webkit-keyframes oaoRotateXInTop {
  from {
    -webkit-transform: translateY(-100px) rotateX(360deg);
    transform: translateY(-100px) rotateX(360deg);
    opacity: 0
  }
}

@keyframes oaoRotateXInTop {
  from {
    -webkit-transform: translateY(-100px) rotateX(360deg);
    transform: translateY(-100px) rotateX(360deg);
    opacity: 0
  }
}

@-webkit-keyframes oaoRotateXInBottom {
  from {
    -webkit-transform: translateY(100px) rotateX(360deg);
    transform: translateY(100px) rotateX(360deg);
    opacity: 0
  }
}

@keyframes oaoRotateXInBottom {
  from {
    -webkit-transform: translateY(100px) rotateX(360deg);
    transform: translateY(100px) rotateX(360deg);
    opacity: 0
  }
}

@-webkit-keyframes oaoRotateXOutTop {
  to {
    -webkit-transform: translateY(-100px) rotateX(360deg);
    transform: translateY(-100px) rotateX(360deg);
    opacity: 0
  }
}

@keyframes oaoRotateXOutTop {
  to {
    -webkit-transform: translateY(-100px) rotateX(360deg);
    transform: translateY(-100px) rotateX(360deg);
    opacity: 0
  }
}

@-webkit-keyframes oaoRotateXOutBottom {
  to {
    -webkit-transform: translateY(100px) rotateX(360deg);
    transform: translateY(100px) rotateX(360deg);
    opacity: 0
  }
}

@keyframes oaoRotateXOutBottom {
  to {
    -webkit-transform: translateY(100px) rotateX(360deg);
    transform: translateY(100px) rotateX(360deg);
    opacity: 0
  }
}

@-webkit-keyframes oaoRotateYInTop {
  from {
    -webkit-transform: translateY(-100px) rotateY(360deg);
    transform: translateY(-100px) rotateY(360deg);
    opacity: 0
  }
}

@keyframes oaoRotateYInTop {
  from {
    -webkit-transform: translateY(-100px) rotateY(360deg);
    transform: translateY(-100px) rotateY(360deg);
    opacity: 0
  }
}

@-webkit-keyframes oaoRotateYInBottom {
  from {
    -webkit-transform: translateY(100px) rotateY(360deg);
    transform: translateY(100px) rotateY(360deg);
    opacity: 0
  }
}

@keyframes oaoRotateYInBottom {
  from {
    -webkit-transform: translateY(100px) rotateY(360deg);
    transform: translateY(100px) rotateY(360deg);
    opacity: 0
  }
}

@-webkit-keyframes oaoRotateYOutTop {
  to {
    -webkit-transform: translateY(-100px) rotateY(360deg);
    transform: translateY(-100px) rotateY(360deg);
    opacity: 0
  }
}

@keyframes oaoRotateYOutTop {
  to {
    -webkit-transform: translateY(-100px) rotateY(360deg);
    transform: translateY(-100px) rotateY(360deg);
    opacity: 0
  }
}

@-webkit-keyframes oaoRotateYOutBottom {
  to {
    -webkit-transform: translateY(100px) rotateY(360deg);
    transform: translateY(100px) rotateY(360deg);
    opacity: 0
  }
}

@keyframes oaoRotateYOutBottom {
  to {
    -webkit-transform: translateY(100px) rotateY(360deg);
    transform: translateY(100px) rotateY(360deg);
    opacity: 0
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  to {
    opacity: 1
  }
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  to {
    opacity: 1
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@-webkit-keyframes fadeOutTop {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@keyframes fadeOutTop {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@-webkit-keyframes fadeOutBottom {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}

@keyframes fadeOutBottom {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}

@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px)
  }
}

@keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px)
  }
}

@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(800px);
    transform: translateX(800px)
  }
}

@keyframes moveFromRight {
  from {
    -webkit-transform: translateX(800px);
    transform: translateX(800px)
  }
}

@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px)
  }
}

@keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px)
  }
}

@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(800px);
    transform: translateY(800px)
  }
}

@keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(800px);
    transform: translateY(800px)
  }
}

@-webkit-keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px)
  }
}

@keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px)
  }
}

@-webkit-keyframes moveToRight {
  to {
    -webkit-transform: translateX(800px);
    transform: translateX(800px)
  }
}

@keyframes moveToRight {
  to {
    -webkit-transform: translateX(800px);
    transform: translateX(800px)
  }
}

@-webkit-keyframes moveToTop {
  to {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px)
  }
}

@keyframes moveToTop {
  to {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px)
  }
}

@-webkit-keyframes moveToBottom {
  to {
    -webkit-transform: translateY(800px);
    transform: translateY(800px)
  }
}

@keyframes moveToBottom {
  to {
    -webkit-transform: translateY(800px);
    transform: translateY(800px)
  }
}

@-webkit-keyframes doorCloseFromLeft {
  from {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0
  }

  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1
  }
}

@keyframes doorCloseFromLeft {
  from {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0
  }

  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1
  }
}

@-webkit-keyframes doorOpenFromRight {
  from {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1
  }

  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0
  }
}

@keyframes doorOpenFromRight {
  from {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1
  }

  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0
  }
}

@-webkit-keyframes doorCloseFromRight {
  from {
    -webkit-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0
  }

  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1
  }
}

@keyframes doorCloseFromRight {
  from {
    -webkit-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0
  }

  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1
  }
}

@-webkit-keyframes doorOpenFromLeft {
  from {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1
  }

  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0
  }
}

@keyframes doorOpenFromLeft {
  from {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1
  }

  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0
  }
}

@-webkit-keyframes pushReleaseFrom {
  from {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0
  }

  30% {
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5)
  }
}

@keyframes pushReleaseFrom {
  from {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0
  }

  30% {
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5)
  }
}

@-webkit-keyframes pushReleaseFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  30% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
  }
}

@keyframes pushReleaseFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  30% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
  }
}

@-webkit-keyframes pushReleaseFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  30% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
  }
}

@keyframes pushReleaseFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  30% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
  }
}

@-webkit-keyframes pushReleaseFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
}

@keyframes pushReleaseFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
}

@-webkit-keyframes pushReleaseFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
  }
}

@keyframes pushReleaseFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
  }
}

@-webkit-keyframes pushReleaseTo {
  30% {
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5)
  }

  to {
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
    opacity: 0
  }
}

@keyframes pushReleaseTo {
  30% {
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5)
  }

  to {
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
    opacity: 0
  }
}

@-webkit-keyframes pushReleaseToLeft {
  30% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
  }
}

@keyframes pushReleaseToLeft {
  30% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
  }
}

@-webkit-keyframes pushReleaseToRight {
  30% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
  }
}

@keyframes pushReleaseToRight {
  30% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
  }
}

@-webkit-keyframes pushReleaseToTop {
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }
}

@keyframes pushReleaseToTop {
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }
}

@-webkit-keyframes pushReleaseToBottom {
  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }
}

@keyframes pushReleaseToBottom {
  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }
}

@-webkit-keyframes flipX {
  from {
    -webkit-transform: perspective(600px) rotateX(-180deg);
    transform: perspective(600px) rotateX(-180deg);
    opacity: 0
  }

  to {
    -webkit-transform: perspective(600px) rotateX(-360deg);
    transform: perspective(600px) rotateX(-360deg)
  }
}

@keyframes flipX {
  from {
    -webkit-transform: perspective(600px) rotateX(-180deg);
    transform: perspective(600px) rotateX(-180deg);
    opacity: 0
  }

  to {
    -webkit-transform: perspective(600px) rotateX(-360deg);
    transform: perspective(600px) rotateX(-360deg)
  }
}

@-webkit-keyframes flipXZoomIn {
  from {
    -webkit-transform: perspective(600px) rotateX(0) scale(1);
    transform: perspective(600px) rotateX(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(600px) rotateX(-180deg) scale(1.8);
    transform: perspective(600px) rotateX(-180deg) scale(1.8);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  80% {
    -webkit-transform: perspective(600px) rotateX(-360deg) scale(.7);
    transform: perspective(600px) rotateX(-360deg) scale(.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes flipXZoomIn {
  from {
    -webkit-transform: perspective(600px) rotateX(0) scale(1);
    transform: perspective(600px) rotateX(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(600px) rotateX(-180deg) scale(1.8);
    transform: perspective(600px) rotateX(-180deg) scale(1.8);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  80% {
    -webkit-transform: perspective(600px) rotateX(-360deg) scale(.7);
    transform: perspective(600px) rotateX(-360deg) scale(.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes flipXZoomOut {
  from {
    -webkit-transform: perspective(600px) rotateX(0) scale(1);
    transform: perspective(600px) rotateX(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(600px) rotateX(180deg) scale(1.8);
    transform: perspective(600px) rotateX(180deg) scale(1.8);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  80% {
    -webkit-transform: perspective(600px) rotateX(360deg) scale(.7);
    transform: perspective(600px) rotateX(360deg) scale(.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes flipXZoomOut {
  from {
    -webkit-transform: perspective(600px) rotateX(0) scale(1);
    transform: perspective(600px) rotateX(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(600px) rotateX(180deg) scale(1.8);
    transform: perspective(600px) rotateX(180deg) scale(1.8);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  80% {
    -webkit-transform: perspective(600px) rotateX(360deg) scale(.7);
    transform: perspective(600px) rotateX(360deg) scale(.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes flipY {
  from {
    -webkit-transform: perspective(600px) rotateY(180deg);
    transform: perspective(600px) rotateY(180deg);
    opacity: 0
  }

  to {
    -webkit-transform: perspective(600px) rotateY(360deg);
    transform: perspective(600px) rotateY(360deg)
  }
}

@keyframes flipY {
  from {
    -webkit-transform: perspective(600px) rotateY(180deg);
    transform: perspective(600px) rotateY(180deg);
    opacity: 0
  }

  to {
    -webkit-transform: perspective(600px) rotateY(360deg);
    transform: perspective(600px) rotateY(360deg)
  }
}

@-webkit-keyframes flipYZoomIn {
  from {
    -webkit-transform: perspective(600px) rotateY(0) scale(1);
    transform: perspective(600px) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(600px) rotateY(180deg) scale(1.6);
    transform: perspective(600px) rotateY(180deg) scale(1.6);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  80% {
    -webkit-transform: perspective(600px) rotateY(360deg) scale(.7);
    transform: perspective(600px) rotateY(360deg) scale(.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes flipYZoomIn {
  from {
    -webkit-transform: perspective(600px) rotateY(0) scale(1);
    transform: perspective(600px) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(600px) rotateY(180deg) scale(1.6);
    transform: perspective(600px) rotateY(180deg) scale(1.6);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  80% {
    -webkit-transform: perspective(600px) rotateY(360deg) scale(.7);
    transform: perspective(600px) rotateY(360deg) scale(.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes flipYZoomOut {
  from {
    -webkit-transform: perspective(600px) rotateY(0) scale(1);
    transform: perspective(600px) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(600px) rotateY(180deg) scale(.6);
    transform: perspective(600px) rotateY(180deg) scale(.6);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  80% {
    -webkit-transform: perspective(600px) rotateY(360deg) scale(1.8);
    transform: perspective(600px) rotateY(360deg) scale(1.8);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes flipYZoomOut {
  from {
    -webkit-transform: perspective(600px) rotateY(0) scale(1);
    transform: perspective(600px) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(600px) rotateY(180deg) scale(.6);
    transform: perspective(600px) rotateY(180deg) scale(.6);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  80% {
    -webkit-transform: perspective(600px) rotateY(360deg) scale(1.8);
    transform: perspective(600px) rotateY(360deg) scale(1.8);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes skewLeft {
  70% {
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg)
  }
}

@keyframes skewLeft {
  70% {
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg)
  }
}

@-webkit-keyframes skewRight {
  70% {
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg)
  }
}

@keyframes skewRight {
  70% {
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg)
  }
}

@-webkit-keyframes skewInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) skewX(-40deg);
    transform: translateX(-100%) skewX(-40deg)
  }

  70% {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg)
  }
}

@keyframes skewInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) skewX(-40deg);
    transform: translateX(-100%) skewX(-40deg)
  }

  70% {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg)
  }
}

@-webkit-keyframes skewInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(40deg);
    transform: translateX(100%) skewX(40deg)
  }

  70% {
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg)
  }
}

@keyframes skewInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(40deg);
    transform: translateX(100%) skewX(40deg)
  }

  70% {
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg)
  }
}

@-webkit-keyframes skewOutLeft {
  20% {
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg)
  }

  to {
    -webkit-transform: translateX(-100%) skewX(40deg);
    transform: translateX(-100%) skewX(40deg);
    opacity: 0
  }
}

@keyframes skewOutLeft {
  20% {
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg)
  }

  to {
    -webkit-transform: translateX(-100%) skewX(40deg);
    transform: translateX(-100%) skewX(40deg);
    opacity: 0
  }
}

@-webkit-keyframes skewOutRight {
  20% {
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg)
  }

  to {
    -webkit-transform: translateX(100%) skewX(-40deg);
    transform: translateX(100%) skewX(-40deg);
    opacity: 0
  }
}

@keyframes skewOutRight {
  20% {
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg)
  }

  to {
    -webkit-transform: translateX(100%) skewX(-40deg);
    transform: translateX(100%) skewX(-40deg);
    opacity: 0
  }
}

@-webkit-keyframes pullRelease {
  15% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
  }
}

@keyframes pullRelease {
  15% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
  }
}

@-webkit-keyframes pushRelease {
  15% {
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
}

@keyframes pushRelease {
  15% {
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
}

@-webkit-keyframes swingInLeft {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, -800, 0);
    transform: matrix(3, 0, 0, 3, -800, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, 20, 0);
    transform: matrix(1.3, 0, 0, 1.3, 20, 0)
  }
}

@keyframes swingInLeft {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, -800, 0);
    transform: matrix(3, 0, 0, 3, -800, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, 20, 0);
    transform: matrix(1.3, 0, 0, 1.3, 20, 0)
  }
}

@-webkit-keyframes swingInRight {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, 800, 0);
    transform: matrix(3, 0, 0, 3, 800, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, -20, 0);
    transform: matrix(1.3, 0, 0, 1.3, -20, 0)
  }
}

@keyframes swingInRight {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, 800, 0);
    transform: matrix(3, 0, 0, 3, 800, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, -20, 0);
    transform: matrix(1.3, 0, 0, 1.3, -20, 0)
  }
}

@-webkit-keyframes swingInTop {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, 0, -800);
    transform: matrix(3, 0, 0, 3, 0, -800);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, 0, 20);
    transform: matrix(1.3, 0, 0, 1.3, 0, 20)
  }
}

@keyframes swingInTop {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, 0, -800);
    transform: matrix(3, 0, 0, 3, 0, -800);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, 0, 20);
    transform: matrix(1.3, 0, 0, 1.3, 0, 20)
  }
}

@-webkit-keyframes swingInBottom {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, 0, 800);
    transform: matrix(3, 0, 0, 3, 0, 800);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, 0, -20);
    transform: matrix(1.3, 0, 0, 1.3, 0, -20)
  }
}

@keyframes swingInBottom {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, 0, 800);
    transform: matrix(3, 0, 0, 3, 0, 800);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, 0, -20);
    transform: matrix(1.3, 0, 0, 1.3, 0, -20)
  }
}

@-webkit-keyframes elevateLeft {
  from {
    -webkit-transform: translateY(100%) rotate(-20deg);
    transform: translateY(100%) rotate(-20deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  40% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right;
    transform-origin: right
  }
}

@keyframes elevateLeft {
  from {
    -webkit-transform: translateY(100%) rotate(-20deg);
    transform: translateY(100%) rotate(-20deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  40% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right;
    transform-origin: right
  }
}

@-webkit-keyframes elevateRight {
  from {
    -webkit-transform: translateY(100%) rotate(20deg);
    transform: translateY(100%) rotate(20deg);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }
}

@keyframes elevateRight {
  from {
    -webkit-transform: translateY(100%) rotate(20deg);
    transform: translateY(100%) rotate(20deg);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }
}

@-webkit-keyframes rollFromLeft {
  from {
    -webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
    transform: translateX(-100%) perspective(600px) rotateY(180deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1
  }
}

@keyframes rollFromLeft {
  from {
    -webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
    transform: translateX(-100%) perspective(600px) rotateY(180deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1
  }
}

@-webkit-keyframes rollFromRight {
  from {
    -webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
    transform: translateX(100%) perspective(600px) rotateY(-180deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1
  }
}

@keyframes rollFromRight {
  from {
    -webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
    transform: translateX(100%) perspective(600px) rotateY(-180deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1
  }
}

@-webkit-keyframes rollFromTop {
  from {
    -webkit-transform: translateY(-100%) perspective(600px) rotateY(180deg);
    transform: translateY(-100%) perspective(600px) rotateY(180deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0) perspective(600px) rotateY(0);
    transform: translateY(0) perspective(600px) rotateY(0);
    opacity: 1
  }
}

@keyframes rollFromTop {
  from {
    -webkit-transform: translateY(-100%) perspective(600px) rotateY(180deg);
    transform: translateY(-100%) perspective(600px) rotateY(180deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0) perspective(600px) rotateY(0);
    transform: translateY(0) perspective(600px) rotateY(0);
    opacity: 1
  }
}

@-webkit-keyframes rollFromBottom {
  from {
    -webkit-transform: translateY(100%) perspective(600px) rotateY(-180deg);
    transform: translateY(100%) perspective(600px) rotateY(-180deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0) perspective(600px) rotateY(0);
    transform: translateY(0) perspective(600px) rotateY(0);
    opacity: 1
  }
}

@keyframes rollFromBottom {
  from {
    -webkit-transform: translateY(100%) perspective(600px) rotateY(-180deg);
    transform: translateY(100%) perspective(600px) rotateY(-180deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0) perspective(600px) rotateY(0);
    transform: translateY(0) perspective(600px) rotateY(0);
    opacity: 1
  }
}

@-webkit-keyframes rollToLeft {
  from {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1
  }

  to {
    -webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
    transform: translateX(-100%) perspective(600px) rotateY(180deg);
    opacity: 0
  }
}

@keyframes rollToLeft {
  from {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1
  }

  to {
    -webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
    transform: translateX(-100%) perspective(600px) rotateY(180deg);
    opacity: 0
  }
}

@-webkit-keyframes rollToRight {
  from {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1
  }

  to {
    -webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
    transform: translateX(100%) perspective(600px) rotateY(-180deg);
    opacity: 0
  }
}

@keyframes rollToRight {
  from {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1
  }

  to {
    -webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
    transform: translateX(100%) perspective(600px) rotateY(-180deg);
    opacity: 0
  }
}

@-webkit-keyframes rollToTop {
  from {
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    opacity: 1
  }

  to {
    -webkit-transform: translateY(-100%) perspective(600px) rotateX(180deg);
    transform: translateY(-100%) perspective(600px) rotateX(180deg);
    opacity: 0
  }
}

@keyframes rollToTop {
  from {
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    opacity: 1
  }

  to {
    -webkit-transform: translateY(-100%) perspective(600px) rotateX(180deg);
    transform: translateY(-100%) perspective(600px) rotateX(180deg);
    opacity: 0
  }
}

@-webkit-keyframes rollToBottom {
  to {
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    opacity: 1
  }

  to {
    -webkit-transform: translateY(100%) perspective(600px) rotateX(-180deg);
    transform: translateY(100%) perspective(600px) rotateX(-180deg);
    opacity: 0
  }
}

@keyframes rollToBottom {
  to {
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    opacity: 1
  }

  to {
    -webkit-transform: translateY(100%) perspective(600px) rotateX(-180deg);
    transform: translateY(100%) perspective(600px) rotateX(-180deg);
    opacity: 0
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotateX {
  from {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0)
  }

  to {
    -webkit-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg)
  }
}

@keyframes rotateX {
  from {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0)
  }

  to {
    -webkit-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg)
  }
}

@-webkit-keyframes rotateXIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0
  }

  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
  }
}

@keyframes rotateXIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0
  }

  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
  }
}

@-webkit-keyframes rotateXOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
  }

  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0
  }
}

@keyframes rotateXOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
  }

  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0
  }
}

@-webkit-keyframes rotateY {
  from {
    -webkit-transform: perspective(600px) rotateY(0);
    transform: perspective(600px) rotateY(0)
  }

  to {
    -webkit-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg)
  }
}

@keyframes rotateY {
  from {
    -webkit-transform: perspective(600px) rotateY(0);
    transform: perspective(600px) rotateY(0)
  }

  to {
    -webkit-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg)
  }
}

@-webkit-keyframes rotateYIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0
  }

  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
  }
}

@keyframes rotateYIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0
  }

  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
  }
}

@-webkit-keyframes rotateYOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
  }

  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0
  }
}

@keyframes rotateYOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
  }

  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0
  }
}

@-webkit-keyframes rotateInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(0);
    transform: translateX(-100%) rotate(0)
  }

  to {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg)
  }
}

@keyframes rotateInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(0);
    transform: translateX(-100%) rotate(0)
  }

  to {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg)
  }
}

@-webkit-keyframes rotateInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(0);
    transform: translateX(100%) rotate(0)
  }

  to {
    -webkit-transform: translateX(0) rotate(-360deg);
    transform: translateX(0) rotate(-360deg)
  }
}

@keyframes rotateInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(0);
    transform: translateX(100%) rotate(0)
  }

  to {
    -webkit-transform: translateX(0) rotate(-360deg);
    transform: translateX(0) rotate(-360deg)
  }
}

@-webkit-keyframes rotateInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-400%) rotate(0);
    transform: translateY(-400%) rotate(0)
  }

  to {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg)
  }
}

@keyframes rotateInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-400%) rotate(0);
    transform: translateY(-400%) rotate(0)
  }

  to {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg)
  }
}

@-webkit-keyframes rotateInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(400%) rotate(0);
    transform: translateY(400%) rotate(0)
  }

  to {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg)
  }
}

@keyframes rotateInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(400%) rotate(0);
    transform: translateY(400%) rotate(0)
  }

  to {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg)
  }
}

@-webkit-keyframes rotateOutLeft {
  from {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg)
  }

  to {
    -webkit-transform: translateX(-800px) rotate(0);
    transform: translateX(-800px) rotate(0);
    opacity: 0
  }
}

@keyframes rotateOutLeft {
  from {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg)
  }

  to {
    -webkit-transform: translateX(-800px) rotate(0);
    transform: translateX(-800px) rotate(0);
    opacity: 0
  }
}

@-webkit-keyframes rotateOutRight {
  from {
    -webkit-transform: translateX(0) rotate(-360deg);
    transform: translateX(0) rotate(-360deg)
  }

  to {
    -webkit-transform: translateX(800px) rotate(0);
    transform: translateX(800px) rotate(0);
    opacity: 0
  }
}

@keyframes rotateOutRight {
  from {
    -webkit-transform: translateX(0) rotate(-360deg);
    transform: translateX(0) rotate(-360deg)
  }

  to {
    -webkit-transform: translateX(800px) rotate(0);
    transform: translateX(800px) rotate(0);
    opacity: 0
  }
}

@-webkit-keyframes rotateOutTop {
  from {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg)
  }

  to {
    -webkit-transform: translateY(-800px) rotate(0);
    transform: translateY(-800px) rotate(0);
    opacity: 0
  }
}

@keyframes rotateOutTop {
  from {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg)
  }

  to {
    -webkit-transform: translateY(-800px) rotate(0);
    transform: translateY(-800px) rotate(0);
    opacity: 0
  }
}

@-webkit-keyframes rotateOutBottom {
  from {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg)
  }

  to {
    -webkit-transform: translateY(800px) rotate(0);
    transform: translateY(800px) rotate(0);
    opacity: 0
  }
}

@keyframes rotateOutBottom {
  from {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg)
  }

  to {
    -webkit-transform: translateY(800px) rotate(0);
    transform: translateY(800px) rotate(0);
    opacity: 0
  }
}

@-webkit-keyframes spinToLeft {

  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }

  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes spinToLeft {

  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }

  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@-webkit-keyframes spinToRight {

  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
  }

  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes spinToRight {

  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
  }

  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@-webkit-keyframes spinToTop {

  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }

  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes spinToTop {

  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }

  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@-webkit-keyframes spinToBottom {

  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
  }

  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes spinToBottom {

  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
  }

  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@-webkit-keyframes spinFromLeft {

  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes spinFromLeft {

  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@-webkit-keyframes spinFromRight {

  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
  }

  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes spinFromRight {

  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
  }

  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@-webkit-keyframes spinFromTop {

  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }

  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes spinFromTop {

  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }

  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@-webkit-keyframes spinFromBottom {

  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes spinFromBottom {

  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@-webkit-keyframes blurIn {
  from {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes blurIn {
  from {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes blurInLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes blurInLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes blurInRight {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes blurInRight {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes blurInTop {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes blurInTop {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes blurInBottom {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@keyframes blurInBottom {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
  }
}

@-webkit-keyframes blurOut {

  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px)
  }

  to {
    opacity: 0
  }
}

@keyframes blurOut {

  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px)
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes blurOutLeft {

  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    opacity: 0
  }
}

@keyframes blurOutLeft {

  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes blurOutRight {

  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  to {
    opacity: 0
  }
}

@keyframes blurOutRight {

  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes blurOutTop {

  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  to {
    opacity: 0
  }
}

@keyframes blurOutTop {

  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes blurOutBottom {

  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  to {
    opacity: 0
  }
}

@keyframes blurOutBottom {

  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes bounceFromTop {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1);
    transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounceFromTop {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1);
    transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@-webkit-keyframes bounceFromDown {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
    transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0)
  }
}

@keyframes bounceFromDown {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
    transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0)
  }
}

@-webkit-keyframes bounceX {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1.8, 1, 1);
    transform: scale3d(1.8, 1, 1)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1.5, 1, 1);
    transform: scale3d(1.5, 1, 1)
  }

  90% {
    -webkit-transform: scale3d(1.1, 1, 1);
    transform: scale3d(1.1, 1, 1)
  }
}

@keyframes bounceX {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1.8, 1, 1);
    transform: scale3d(1.8, 1, 1)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1.5, 1, 1);
    transform: scale3d(1.5, 1, 1)
  }

  90% {
    -webkit-transform: scale3d(1.1, 1, 1);
    transform: scale3d(1.1, 1, 1)
  }
}

@-webkit-keyframes bounceY {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 1.5, 1);
    transform: scale3d(1, 1.5, 1)
  }

  90% {
    -webkit-transform: scale3d(1, 1.1, 1);
    transform: scale3d(1, 1.1, 1)
  }
}

@keyframes bounceY {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 1.5, 1);
    transform: scale3d(1, 1.5, 1)
  }

  90% {
    -webkit-transform: scale3d(1, 1.1, 1);
    transform: scale3d(1, 1.1, 1)
  }
}

@-webkit-keyframes bounceZoomIn {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@keyframes bounceZoomIn {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@-webkit-keyframes bounceZoomOut {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }

  90% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}

@keyframes bounceZoomOut {

  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }

  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }

  90% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}

@-webkit-keyframes bounceInTop {
  0% {
    -webkit-transform: translate3d(0, -300%, 0);
    transform: translate3d(0, -300%, 0)
  }

  58% {
    -webkit-transform: translate3d(0, 27px, 0);
    transform: translate3d(0, 27px, 0)
  }

  73% {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0)
  }

  88% {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0)
  }
}

@keyframes bounceInTop {
  0% {
    -webkit-transform: translate3d(0, -300%, 0);
    transform: translate3d(0, -300%, 0)
  }

  58% {
    -webkit-transform: translate3d(0, 27px, 0);
    transform: translate3d(0, 27px, 0)
  }

  73% {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0)
  }

  88% {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0)
  }
}

@-webkit-keyframes bounceInBottom {
  0% {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0)
  }

  58% {
    -webkit-transform: translate3d(0, -27px, 0);
    transform: translate3d(0, -27px, 0)
  }

  73% {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0)
  }

  88% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0)
  }
}

@keyframes bounceInBottom {
  0% {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0)
  }

  58% {
    -webkit-transform: translate3d(0, -27px, 0);
    transform: translate3d(0, -27px, 0)
  }

  73% {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0)
  }

  88% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0)
  }
}

@-webkit-keyframes bounceInLeft {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
    transform: translate3d(-10px, 0, 0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
    transform: translate3d(5px, 0, 0) scaleX(.995)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInLeft {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
    transform: translate3d(-10px, 0, 0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
    transform: translate3d(5px, 0, 0) scaleX(.995)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes bounceInRight {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
    transform: translate3d(10px, 0, 0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
    transform: translate3d(-5px, 0, 0) scaleX(.995)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInRight {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
    transform: translate3d(10px, 0, 0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
    transform: translate3d(-5px, 0, 0) scaleX(.995)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes bounceOutTop {

  18%,
  33%,
  48% {
    opacity: 1
  }

  18% {
    -webkit-transform: translate3d(0, 27px, 0);
    transform: translate3d(0, 27px, 0)
  }

  33% {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0)
  }

  48% {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300%, 0);
    transform: translate3d(0, -300%, 0)
  }
}

@keyframes bounceOutTop {

  18%,
  33%,
  48% {
    opacity: 1
  }

  18% {
    -webkit-transform: translate3d(0, 27px, 0);
    transform: translate3d(0, 27px, 0)
  }

  33% {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0)
  }

  48% {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300%, 0);
    transform: translate3d(0, -300%, 0)
  }
}

@-webkit-keyframes bounceOutBottom {

  18%,
  33%,
  48% {
    opacity: 1
  }

  18% {
    -webkit-transform: translate3d(0, -27px, 0);
    transform: translate3d(0, -27px, 0)
  }

  33% {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0)
  }

  48% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0)
  }
}

@keyframes bounceOutBottom {

  18%,
  33%,
  48% {
    opacity: 1
  }

  18% {
    -webkit-transform: translate3d(0, -27px, 0);
    transform: translate3d(0, -27px, 0)
  }

  33% {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0)
  }

  48% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0)
  }
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
    transform: translate3d(20px, 0, 0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
    transform: translate3d(20px, 0, 0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2)
  }
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
    transform: translate3d(-20px, 0, 0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
    transform: translate3d(-20px, 0, 0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2)
  }
}

@-webkit-keyframes perspectiveToTop {
  50% {
    opacity: 1
  }

  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
    transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
    opacity: 0
  }
}

@keyframes perspectiveToTop {
  50% {
    opacity: 1
  }

  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
    transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
    opacity: 0
  }
}

@-webkit-keyframes perspectiveToBottom {
  50% {
    opacity: 1
  }

  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
    transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
    opacity: 0
  }
}

@keyframes perspectiveToBottom {
  50% {
    opacity: 1
  }

  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
    transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
    opacity: 0
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@-webkit-keyframes zoomInTop {
  from {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0
  }
}

@keyframes zoomInTop {
  from {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0
  }
}

@-webkit-keyframes zoomInBottom {
  from {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0
  }
}

@keyframes zoomInBottom {
  from {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0)
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0)
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0)
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0)
  }
}

@-webkit-keyframes zoomOutTop {
  to {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0
  }
}

@keyframes zoomOutTop {
  to {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0
  }
}

@-webkit-keyframes zoomOutBottom {
  to {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0
  }
}

@keyframes zoomOutBottom {
  to {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0
  }
}

@-webkit-keyframes ekitRevealInTop {
  form {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
}

@keyframes ekitRevealInTop {
  form {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
}

@-webkit-keyframes ekitRevealInBottom {
  form {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
}

@keyframes ekitRevealInBottom {
  form {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
}

@-webkit-keyframes ekitRevealInLeft {
  form {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
}

@keyframes ekitRevealInLeft {
  form {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
}

@-webkit-keyframes ekitRevealInRight {
  form {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
}

@keyframes ekitRevealInRight {
  form {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: #fff0;
  border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

.ekit-wid-con .product-filter-area {
  margin-bottom: 30px
}

.ekit-wid-con .product-filter-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.ekit-wid-con .product-filter-wraper .woocommerce-ordering {
  margin-right: 50px;
  margin-bottom: 0
}

.ekit-wid-con .woocommerce-ordering {
  position: relative;
  z-index: 10
}

.ekit-wid-con .woocommerce-ordering .shop-filter-title {
  color: #777;
  font-size: 14px;
  position: relative;
  top: 9px;
  padding-right: 50px
}

.ekit-wid-con .tab-filter .nav-tabs .nav-item .nav-link {
  border: 0;
  color: #777;
  font-size: 18px;
  padding: 10px
}

.ekit-wid-con .tab-filter .nav-tabs .nav-item .nav-link.active {
  color: #2575fc;
  background-color: #fff0
}

.ekit-wid-con .elementskit-accordion {
  counter-reset: myNumber
}

.ekit-wid-con .elementskit-accordion .ekit-accordion-title {
  padding-right: 10px;
  display: inline-block
}

.ekit-wid-con .elementskit-accordion .elementskit-card {
  border: 0;
  border-radius: 0;
  background-color: #fff0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-accordion .elementskit-card:not(:last-child) {
  margin-bottom: 10px
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header {
  padding: 0;
  background-color: #fff0;
  border-bottom: 0 solid #000
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header .ekit_accordion_icon_group svg {
  vertical-align: middle
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  background-color: #f7f9fb;
  font-weight: 700;
  padding: 14px 30px;
  border: 1px solid #fff0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link:focus,
.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link:hover {
  text-decoration: none
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link>i {
  color: #2575fc;
  line-height: 1.6666666667;
  display: inline-block;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link .ekit_accordion_icon_left_group,
.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link>.icon-left {
  padding-right: 26px;
  float: left
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=true] .icon-closed {
  display: block
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=true] .icon-open {
  display: none
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=true] .ekit_accordion_normal_icon {
  display: none
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=true] .ekit_accordion_active_icon {
  display: block
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=false] .icon-closed {
  display: none
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=false] .icon-open {
  display: block
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=false] .ekit_accordion_normal_icon {
  display: block
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=false] .ekit_accordion_active_icon {
  display: none
}

.ekit-wid-con .elementskit-accordion .elementskit-card-body {
  padding: 20px 30px
}

.ekit-wid-con .elementskit-accordion .elementskit-card-body p {
  margin-top: 0;
  margin-bottom: 1em
}

.ekit-wid-con .elementskit-accordion .elementskit-card-body p:last-child {
  margin-bottom: 0
}

.ekit-wid-con .elementskit-accordion.floating-style .elementskit-card-header>.elementskit-btn-link {
  -webkit-box-shadow: -1.216px 6.894px 15px 0 rgb(37 117 252 / .2);
  box-shadow: -1.216px 6.894px 15px 0 rgb(37 117 252 / .2);
  border-radius: 0 0 5px 5px;
  background-color: #fff
}

.ekit-wid-con .elementskit-accordion.floating-style .elementskit-card-body {
  width: calc(100% - 40px);
  border-radius: 0 0 5px 5px;
  position: relative;
  margin-left: auto;
  margin-right: auto
}

.ekit-wid-con .elementskit-accordion.floating-style .elementskit-card[aria-expanded=true] .elementskit-btn-link {
  background-color: #2575fc;
  color: #fff;
  -webkit-box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / .07);
  box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / .07)
}

.ekit-wid-con .elementskit-accordion.floating-style .elementskit-card[aria-expanded=true] .elementskit-btn-link>i {
  color: inherit
}

.ekit-wid-con .elementskit-accordion.floating-style .elementskit-card[aria-expanded=true] .elementskit-card-body {
  background-color: #2575fc
}

.ekit-wid-con .elementskit-accordion.floating-style .elementskit-card[aria-expanded=true] .elementskit-card-body p {
  color: #fff
}

.ekit-wid-con .elementskit-accordion.side-curve .elementskit-card-header>.elementskit-btn-link {
  background-color: #2575fc;
  position: relative;
  border: 0;
  padding-left: 70px
}

.ekit-wid-con .elementskit-accordion.side-curve .elementskit-card-header>.elementskit-btn-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 35px;
  background-color: rgb(255 255 255 / .2);
  text-align: right;
  line-height: 55px
}

.ekit-wid-con .elementskit-accordion.side-curve .elementskit-card-header>.elementskit-btn-link::after {
  position: absolute;
  content: "";
  left: 35px;
  top: 0;
  border-top: 26.5px solid #fff0;
  border-right: 26.5px solid #fff0;
  border-left: 26.5px solid rgb(255 255 255 / .2);
  border-bottom: 26.5px solid #fff0
}

.ekit-wid-con .elementskit-accordion.side-curve .elementskit-card-header>.elementskit-btn-link .ekit_accordion_icon_left_group {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.ekit-wid-con .elementskit-accordion.curve-shape .elementskit-card-header>.elementskit-btn-link {
  position: relative;
  z-index: 1;
  padding: 16.5px 30px
}

.ekit-wid-con .elementskit-accordion.curve-shape .elementskit-card-header>.elementskit-btn-link[aria-expanded=true] {
  color: #fff
}

.ekit-wid-con .elementskit-accordion.curve-shape .elementskit-card-header>.elementskit-btn-link[aria-expanded=true]>i {
  color: inherit
}

.ekit-wid-con .elementskit-accordion.curve-shape .elementskit-card-header>.elementskit-btn-link[aria-expanded=true] .path {
  fill: #2575fc
}

.ekit-wid-con .elementskit-accordion.curve-shape .svg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1
}

.ekit-wid-con .elementskit-accordion .elementskit-card-body {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 65px;
  padding-right: 85px
}

.ekit-wid-con .elementskit-accordion.accordion-4 .elementskit-card-header>.elementskit-btn-link {
  border: 1px solid #f5f5f5;
  border-bottom: 1px solid #2575fc;
  background-color: #fff;
  position: relative;
  padding-left: 85px
}

.ekit-wid-con .elementskit-accordion.accordion-4 .elementskit-card-header>.elementskit-btn-link::before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  height: calc(100% + 2px);
  width: 55px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  background-color: #2575fc
}

.ekit-wid-con .elementskit-accordion.accordion-4 .elementskit-card-header>.elementskit-btn-link .ekit_accordion_icon_left_group {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff
}

.ekit-wid-con .elementskit-accordion.accordion-4 .elementskit-card-body {
  padding-left: 0;
  padding-right: 0
}

.ekit-wid-con .number::before {
  counter-increment: myNumber;
  content: counter(myNumber) "."
}

.ekit-wid-con .icon-right {
  float: right
}

.ekit-wid-con .icon-left {
  float: left
}

.ekit-wid-con .path {
  fill: #fff;
  stroke: #2575fc;
  stroke-miterlimit: 0
}

.ekit-wid-con .ekit_accordion_icon_group {
  position: absolute;
  right: 0;
  margin-right: 30px
}

.ekit-wid-con .elementskit-accordion.curve-shape .svg-shape {
  height: 100%
}

.ekit-accordion--content,
.ekit-accordion--toggler {
  font-size: 16px;
  line-height: 24px
}

.ekit-wid-con .ekit-header-info {
  list-style: none
}

.ekit-wid-con .ekit-header-info>li:not(:last-child) {
  margin-right: 15px
}

.ekit-wid-con .ekit-header-info,
.ekit-wid-con .ekit-header-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ekit-wid-con .ekit-header-info svg {
  max-width: 15px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con table.dataTable tbody td,
.ekit-wid-con table.dataTable tbody th,
.ekit-wid-con table.dataTable thead td,
.ekit-wid-con table.dataTable thead th {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con.elemenetskit-tablepress .dataTables_filter input,
.ekit-wid-con.elemenetskit-tablepress .dataTables_filter select,
.ekit-wid-con.elemenetskit-tablepress .dataTables_length input,
.ekit-wid-con.elemenetskit-tablepress .dataTables_length select {
  color: #666;
  padding: .75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 2px;
  background: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}

.ekit-wid-con .round-img img {
  border-radius: 100%
}

.ekit-wid-con .elementskit-infobox {
  padding: 60px 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.ekit-wid-con .elementskit-infobox.media .elementskit-box-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.ekit-wid-con .elementskit-infobox:hover.image-active::before {
  background-color: #fff0
}

.ekit-wid-con .elementskit-infobox:hover.image-active .image-hover>img {
  opacity: 1;
  -webkit-transform: scale(1.06);
  transform: scale(1.06)
}

.ekit-wid-con .elementskit-infobox:hover .icon-hover {
  opacity: 1;
  bottom: -20px
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header {
  position: relative;
  z-index: 2
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header .elementskit-info-box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 13px
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header .elementskit-info-box-icon i {
  -webkit-transition: all .4s;
  transition: all .4s
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header .icon-switcher {
  position: relative;
  display: inline-block;
  overflow: hidden
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header .icon-switcher>img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header .icon-switcher .main-image {
  opacity: 1;
  position: relative;
  top: 0
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header .icon-switcher .hover-image {
  position: absolute;
  top: 80px;
  left: 0
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header .info-box-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #2575fc;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-infobox .box-body {
  position: relative;
  z-index: 2
}

.ekit-wid-con .elementskit-infobox .box-body p {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-infobox .box-footer {
  position: relative;
  z-index: 2
}

.ekit-wid-con .elementskit-infobox .box-footer.enable_hover_btn .elementskit-btn {
  left: 0;
  bottom: 0;
  opacity: 0
}

.ekit-wid-con .elementskit-infobox .btn-wraper {
  position: relative;
  z-index: 2
}

.ekit-wid-con .elementskit-infobox .border-divider {
  margin-bottom: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 2
}

.ekit-wid-con .elementskit-infobox .link-btn {
  font-size: 13px
}

.ekit-wid-con .elementskit-infobox .icon-hover {
  position: absolute;
  bottom: -50px;
  right: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1
}

.ekit-wid-con .elementskit-infobox .icon-hover i {
  font-size: 100px
}

.ekit-wid-con .elementskit-infobox .icon-hover svg {
  vertical-align: middle
}

.ekit-wid-con .elementskit-infobox.gradient-active::before {
  position: absolute;
  content: "";
  top: 0;
  left: -101%;
  height: 100%;
  width: 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background-size: 101% 101%
}

.ekit-wid-con .elementskit-infobox.gradient-active:hover::before {
  left: 0
}

.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_top::before {
  left: 0;
  top: -100%
}

.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_top:hover::before {
  top: 0
}

.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_right::before {
  left: 100%
}

.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_right:hover::before {
  left: 0
}

.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_bottom::before {
  left: 0;
  top: 100%
}

.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_bottom:hover::before {
  top: 0
}

.ekit-wid-con .elementskit-infobox.image-active::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
  background-size: 101% 101%
}

.ekit-wid-con .elementskit-infobox.image-active .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.ekit-wid-con .elementskit-infobox.image-active .image-hover>img {
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-infobox:hover .box-footer.enable_hover_btn .elementskit-btn {
  opacity: 1;
  visibility: visible
}

.ekit-wid-con .elementskit-infobox.icon-lef-right-aligin {
  padding: 15px
}

.ekit-wid-con .elementkit-infobox-icon.framed {
  border: 2px solid red;
  padding: 10px
}

.ekit-wid-con .elementskit-infobox.icon-lef-right-aligin {
  padding: 15px 30px
}

.ekit-wid-con .elementkit-infobox-icon.framed.round {
  border-radius: 100%
}

.ekit-wid-con .elementskit-icon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.ekit-wid-con .infobox-ovelry {
  position: relative
}

.ekit-wid-con .infobox-ovelry::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2575fc;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1
}

.ekit-wid-con .elementskit-info-box-title {
  font-size: 23px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 0
}

.ekit-wid-con .elementskit-info-box-title svg {
  max-width: 26px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .elementskit-infobox {
  position: relative
}

.ekit-wid-con .ekit_global_link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 50
}

.ekit-wid-con .ekit-badge {
  background-color: #ff057c;
  font-size: .70588rem;
  color: #fff;
  font-weight: 500;
  padding: 1px 6px;
  border-radius: .29412rem 0 .29412rem 0;
  display: inline-block
}

.ekit-wid-con .ekit-icon-box-badge {
  position: absolute;
  line-height: 1;
  z-index: 2
}

.ekit-wid-con .ekit_position_top_left {
  top: 0;
  left: 0
}

.ekit-wid-con .ekit_position_top_center {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.ekit-wid-con .ekit_position_top_right {
  top: 0;
  right: 0
}

.ekit-wid-con .ekit_position_center_left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}

.ekit-wid-con .ekit_position_center_right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0
}

.ekit-wid-con .ekit_position_bottom_left {
  bottom: 0;
  left: 0
}

.ekit-wid-con .ekit_position_bottom_center {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.ekit-wid-con .ekit_position_bottom_right {
  bottom: 0;
  right: 0
}

.elementor-widget-elementskit-team {
  width: 100%
}

.ekit-wid-con .profile-card,
body .profile-card {
  background-color: #fff;
  -webkit-box-shadow: 0 28px 40px 0 rgb(0 0 0 / .1);
  box-shadow: 0 28px 40px 0 rgb(0 0 0 / .1);
  padding: 40px 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative
}

.ekit-wid-con .profile-card.text-center .profile-header,
body .profile-card.text-center .profile-header {
  margin-left: auto;
  margin-right: auto
}

.ekit-wid-con .profile-card:hover,
body .profile-card:hover {
  -webkit-box-shadow: 0 42px 60px 0 rgb(0 0 0 / .3);
  box-shadow: 0 42px 60px 0 rgb(0 0 0 / .3)
}

.ekit-wid-con .profile-card:hover .profile-body .profile-title,
body .profile-card:hover .profile-body .profile-title {
  color: #2575fc
}

.ekit-wid-con .profile-icon,
body .profile-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  background-color: #fc0467;
  border-radius: 50%;
  font-size: 22px;
  width: 60px;
  height: 60px
}

.ekit-wid-con .profile-icon[class*=icon-align-],
body .profile-icon[class*=icon-align-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ekit-wid-con .profile-icon.icon-align-start,
body .profile-icon.icon-align-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.ekit-wid-con .profile-icon.icon-align-center,
body .profile-icon.icon-align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ekit-wid-con .profile-icon.icon-align-end,
body .profile-icon.icon-align-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.ekit-wid-con .profile-icon svg,
body .profile-icon svg {
  vertical-align: middle
}

.ekit-wid-con .profile-icon>i,
body .profile-icon>i {
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .profile-body,
body .profile-body {
  padding-bottom: 20px
}

.ekit-wid-con .profile-body .profile-title,
body .profile-body .profile-title {
  font-size: 22px;
  color: #000;
  margin: 0
}

.ekit-wid-con .profile-body .profile-title>a,
body .profile-body .profile-title>a {
  color: inherit
}

.ekit-wid-con .profile-body .profile-designation,
body .profile-body .profile-designation {
  color: rgb(0 0 0 / .5);
  font-size: 13px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 15px
}

.ekit-wid-con .profile-header,
body .profile-header {
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 100%
}

.ekit-wid-con .profile-header>img,
body .profile-header>img {
  width: 160px;
  height: 160px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .profile-image-card,
body .profile-image-card {
  position: relative;
  overflow: hidden
}

.ekit-wid-con .profile-image-card::before,
body .profile-image-card::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / .7);
  -webkit-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden
}

.ekit-wid-con .profile-image-card .hover-area,
body .profile-image-card .hover-area {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  z-index: 2;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.ekit-wid-con .profile-image-card .hover-area .profile-title,
body .profile-image-card .hover-area .profile-title {
  color: #fff
}

.ekit-wid-con .profile-image-card .hover-area .profile-designation,
body .profile-image-card .hover-area .profile-designation {
  color: #fff
}

.ekit-wid-con .profile-image-card .hover-area .profile-content,
body .profile-image-card .hover-area .profile-content {
  color: #fff
}

.ekit-wid-con .profile-image-card:hover .hover-area,
body .profile-image-card:hover .hover-area {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease .1s;
  transition: all .3s ease .1s
}

.ekit-wid-con .profile-image-card:hover::before,
body .profile-image-card:hover::before {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}

.ekit-wid-con .image-card-v2 .profile-image-card::before,
body .image-card-v2 .profile-image-card::before {
  background-color: #123075;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: auto;
  height: auto;
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0
}

.ekit-wid-con .image-card-v2 .profile-image-card:hover::before,
body .image-card-v2 .profile-image-card:hover::before {
  opacity: .93;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.ekit-wid-con .image-card-v2 .profile-image-card .hover-area,
body .image-card-v2 .profile-image-card .hover-area {
  padding-left: 50px;
  padding-right: 50px
}

.ekit-wid-con .image-card-v2 .profile-image-card .profile-body .border-hr,
body .image-card-v2 .profile-image-card .profile-body .border-hr {
  background-color: rgb(255 255 255 / .6);
  margin-bottom: 25px
}

.ekit-wid-con .image-card-v2 .profile-image-card .profile-body .profile-content,
body .image-card-v2 .profile-image-card .profile-body .profile-content {
  color: #fff
}

.ekit-wid-con .image-card-v2.style-circle .profile-image-card::before,
body .image-card-v2.style-circle .profile-image-card::before {
  border-radius: inherit
}

.ekit-wid-con .image-card-v2.style-circle .profile-image-card::after,
body .image-card-v2.style-circle .profile-image-card::after {
  content: " ";
  display: block;
  padding-bottom: 100%
}

.ekit-wid-con .image-card-v2.style-circle .profile-image-card>img,
body .image-card-v2.style-circle .profile-image-card>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.ekit-wid-con .image-card-v3 .profile-image-card::before,
body .image-card-v3 .profile-image-card::before {
  display: none
}

.ekit-wid-con .image-card-v3 .profile-image-card::after,
body .image-card-v3 .profile-image-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  pointer-events: none
}

.ekit-wid-con .image-card-v3 .profile-image-card .hover-area,
body .image-card-v3 .profile-image-card .hover-area {
  top: inherit;
  bottom: 0;
  -webkit-transform: none;
  transform: none
}

.ekit-wid-con .image-card-v3 .profile-image-card:hover .hover-area,
body .image-card-v3 .profile-image-card:hover .hover-area {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px)
}

.ekit-wid-con .image-card-v3 .profile-image-card:hover::after,
body .image-card-v3 .profile-image-card:hover::after {
  opacity: .8
}

.ekit-wid-con .image-card-v3.tiny-gutters,
body .image-card-v3.tiny-gutters {
  margin-left: -3px;
  margin-right: -3px
}

.ekit-wid-con .image-card-v3.tiny-gutters>[class^=col-],
body .image-card-v3.tiny-gutters>[class^=col-] {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px
}

.ekit-wid-con .profile-square-v .profile-card,
body .profile-square-v .profile-card {
  padding: 20px 20px 40px;
  z-index: 1
}

.ekit-wid-con .profile-square-v .profile-card::before,
body .profile-square-v .profile-card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #123075;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1;
  background-size: 101% 102%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.ekit-wid-con .profile-square-v .profile-card .profile-header,
body .profile-square-v .profile-card .profile-header {
  width: 100%;
  height: 100%;
  border-radius: 0
}

.ekit-wid-con .profile-square-v .profile-card .profile-content,
body .profile-square-v .profile-card .profile-content {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .profile-square-v .profile-card:hover::before,
body .profile-square-v .profile-card:hover::before {
  opacity: 1
}

.ekit-wid-con .profile-square-v .profile-card:hover .profile-body .profile-designation,
.ekit-wid-con .profile-square-v .profile-card:hover .profile-body .profile-title,
body .profile-square-v .profile-card:hover .profile-body .profile-designation,
body .profile-square-v .profile-card:hover .profile-body .profile-title {
  color: #fff
}

.ekit-wid-con .profile-square-v .profile-card:hover .profile-content,
body .profile-square-v .profile-card:hover .profile-content {
  color: #fff
}

.ekit-wid-con .profile-square-v.square-v2 .profile-card::before,
body .profile-square-v.square-v2 .profile-card::before {
  display: none
}

.ekit-wid-con .profile-square-v.square-v2 .profile-card:hover,
body .profile-square-v.square-v2 .profile-card:hover {
  background-color: #fff
}

.ekit-wid-con .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-title,
body .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-title {
  color: #2575fc
}

.ekit-wid-con .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-designation,
body .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-designation {
  color: #656565
}

.ekit-wid-con .profile-square-v.square-v3 .profile-card:hover,
body .profile-square-v.square-v3 .profile-card:hover {
  -webkit-box-shadow: 0 28px 40px 0 rgb(0 0 0 / .1);
  box-shadow: 0 28px 40px 0 rgb(0 0 0 / .1)
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card,
body .profile-square-v.square-v4 .profile-card {
  max-height: 380px;
  overflow: hidden
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card::before,
body .profile-square-v.square-v4 .profile-card::before {
  display: none
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-header,
body .profile-square-v.square-v4 .profile-card .profile-header {
  margin-bottom: 0;
  max-width: 255px;
  max-height: 255px
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card.text-left .profile-header img,
body .profile-square-v.square-v4 .profile-card.text-left .profile-header img {
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card.text-right .profile-header img,
body .profile-square-v.square-v4 .profile-card.text-right .profile-header img {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-body,
body .profile-square-v.square-v4 .profile-card .profile-body {
  margin-bottom: 0;
  padding: 35px 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-body::before,
body .profile-square-v.square-v4 .profile-card .profile-body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #123075;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1;
  background-size: 101% 102%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-body .ekit-team-social-list,
body .profile-square-v.square-v4 .profile-card .profile-body .ekit-team-social-list {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card:hover,
body .profile-square-v.square-v4 .profile-card:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card:hover .profile-body,
body .profile-square-v.square-v4 .profile-card:hover .profile-body {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px)
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card:hover .profile-body::before,
body .profile-square-v.square-v4 .profile-card:hover .profile-body::before {
  opacity: 1
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card:hover .profile-body .ekit-team-social-list,
body .profile-square-v.square-v4 .profile-card:hover .profile-body .ekit-team-social-list {
  opacity: 1;
  visibility: visible
}

.ekit-wid-con .profile-square-v.square-v5 .profile-card,
body .profile-square-v.square-v5 .profile-card {
  padding-bottom: 50px
}

.ekit-wid-con .profile-square-v.square-v5 .profile-card .profile-body,
.ekit-wid-con .profile-square-v.square-v5 .profile-card .profile-header,
body .profile-square-v.square-v5 .profile-card .profile-body,
body .profile-square-v.square-v5 .profile-card .profile-header {
  padding-bottom: 0
}

.ekit-wid-con .profile-square-v.square-v5 .profile-card .profile-body,
body .profile-square-v.square-v5 .profile-card .profile-body {
  padding: 32px 60px
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card,
body .profile-square-v.square-v6 .profile-card {
  padding-bottom: 35px
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card::after,
body .profile-square-v.square-v6 .profile-card::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #2965f1;
  opacity: .2;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card .profile-body,
.ekit-wid-con .profile-square-v.square-v6 .profile-card .profile-header,
body .profile-square-v.square-v6 .profile-card .profile-body,
body .profile-square-v.square-v6 .profile-card .profile-header {
  margin-bottom: 0
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card .profile-body,
body .profile-square-v.square-v6 .profile-card .profile-body {
  padding: 40px
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card:hover,
body .profile-square-v.square-v6 .profile-card:hover {
  -webkit-box-shadow: 0 28px 40px 0 rgb(0 0 0 / .1);
  box-shadow: 0 28px 40px 0 rgb(0 0 0 / .1)
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card:hover::after,
body .profile-square-v.square-v6 .profile-card:hover::after {
  opacity: 1
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card::after,
body .profile-square-v.square-v6.square-v6-v2 .profile-card::after {
  display: none
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card::before,
body .profile-square-v.square-v6.square-v6-v2 .profile-card::before {
  opacity: 0;
  background-size: 101% 101%
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card:hover::before,
body .profile-square-v.square-v6.square-v6-v2 .profile-card:hover::before {
  opacity: 1
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-title,
body .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-title {
  color: #fff
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-content,
.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-designation,
body .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-content,
body .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-designation {
  color: #fff
}

.ekit-wid-con .profile-info-text,
body .profile-info-text {
  padding-right: 30px
}

.ekit-wid-con .profile-info-text .info-title,
body .profile-info-text .info-title {
  font-size: 48px;
  margin-bottom: 23px
}

.ekit-wid-con .profile-info-text p,
body .profile-info-text p {
  margin-bottom: 37px
}

.ekit-wid-con .small-gutters .profile-card,
body .small-gutters .profile-card {
  padding: 10px 10px 40px
}

.ekit-wid-con .no_gutters .profile-card,
body .no_gutters .profile-card {
  padding: 0
}

.ekit-wid-con .style-circle .profile-image-card,
body .style-circle .profile-image-card {
  width: 255px;
  height: 255px;
  border-radius: 50%
}

.ekit-wid-con .style-circle .profile-image-card.text-center,
body .style-circle .profile-image-card.text-center {
  margin-left: auto;
  margin-right: auto
}

.ekit-wid-con .text-center .profile-header,
body .text-center .profile-header {
  margin-left: auto;
  margin-right: auto
}

.ekit-wid-con .popup-modal,
body .popup-modal {
  display: inline-block
}

.ekit-wid-con .elementskit-portfolio-thumb img,
body .elementskit-portfolio-thumb img {
  width: 100%
}

.ekit-wid-con .ekit-team-style-default::before,
body .ekit-team-style-default::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent !important;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: -1
}

.ekit-wid-con .ekit-team-style-default:hover::before,
body .ekit-team-style-default:hover::before {
  opacity: 1
}

.ekit-wid-con .ekit-team-style-long_height_hover>img,
.ekit-wid-con .ekit-team-style-overlay>img,
.ekit-wid-con .ekit-team-style-overlay_details>img,
body .ekit-team-style-long_height_hover>img,
body .ekit-team-style-overlay>img,
body .ekit-team-style-overlay_details>img {
  display: block
}

.ekit-wid-con .ekit-team-style-long_height_details,
body .ekit-team-style-long_height_details {
  overflow: hidden
}

.ekit-wid-con .ekit-team-style-hover_info .ekit-team-img,
body .ekit-team-style-hover_info .ekit-team-img {
  padding-top: 0 !important
}

.ekit-wid-con .ekit-team-style-centered_style_details .profile-designation,
.ekit-wid-con .ekit-team-style-long_height_details .profile-designation,
.ekit-wid-con .ekit-team-style-long_height_details_hover .profile-designation,
body .ekit-team-style-centered_style_details .profile-designation,
body .ekit-team-style-long_height_details .profile-designation,
body .ekit-team-style-long_height_details_hover .profile-designation {
  margin-bottom: 30px
}

.ekit-wid-con .ekit-team-style-hover_info .profile-designation,
body .ekit-team-style-hover_info .profile-designation {
  margin-bottom: 25px
}

.ekit-wid-con .ekit-team-style-overlay_circle_hover .profile-designation,
.ekit-wid-con .ekit-team-style-overlay_details .profile-designation,
body .ekit-team-style-overlay_circle_hover .profile-designation,
body .ekit-team-style-overlay_details .profile-designation {
  margin-bottom: 12px
}

.ekit-wid-con .ekit-team-img>img,
body .ekit-team-img>img {
  margin-left: auto;
  margin-right: auto;
  border-radius: inherit
}

.ekit-wid-con .ekit-team-img.profile-header>img,
body .ekit-team-img.profile-header>img {
  -o-object-fit: cover;
  object-fit: cover
}

.ekit-wid-con .ekit-team-img.profile-image-card>img,
body .ekit-team-img.profile-image-card>img {
  width: 100%
}

.ekit-wid-con .ekit-team-modal.mfp-bg,
body .ekit-team-modal.mfp-bg {
  border-radius: 0;
  -webkit-animation: none;
  animation: none
}

.ekit-wid-con .ekit-team-modal.mfp-wrap::before,
body .ekit-team-modal.mfp-wrap::before {
  opacity: .8;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.ekit-wid-con .ekit-team-modal.mfp-wrap.mfp-ready::before,
body .ekit-team-modal.mfp-wrap.mfp-ready::before {
  opacity: 1
}

.ekit-wid-con .ekit-team-modal.mfp-wrap.ekit-promo-popup::before,
body .ekit-team-modal.mfp-wrap.ekit-promo-popup::before {
  background-color: #555;
  border-radius: 0;
  -webkit-animation: none;
  animation: none
}

.ekit-wid-con .ekit-team-modal.mfp-wrap>.mfp-container,
body .ekit-team-modal.mfp-wrap>.mfp-container {
  padding: 60px 15px;
  overflow: auto
}

.ekit-wid-con .ekit-team-modal-close,
body .ekit-team-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #656565;
  background-color: #fff0;
  border-width: 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 1;
  outline: 0;
  z-index: 1
}

.ekit-wid-con .ekit-team-modal-title,
body .ekit-team-modal-title {
  margin-top: 0;
  margin-bottom: 8px;
  color: #000;
  font-size: 22px
}

.ekit-wid-con .ekit-team-modal-position,
body .ekit-team-modal-position {
  margin-bottom: 35px;
  color: rgb(0 0 0 / .5);
  font-size: 13px
}

.ekit-wid-con .ekit-team-modal-img,
body .ekit-team-modal-img {
  width: 100%;
  margin-bottom: 30px
}

.ekit-wid-con .ekit-team-modal-img>img,
body .ekit-team-modal-img>img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 28px 40px 0 rgb(0 0 0 / .1);
  box-shadow: 0 28px 40px 0 rgb(0 0 0 / .1)
}

@media screen and (min-width:481px) {

  .ekit-wid-con .ekit-team-modal-img,
  body .ekit-team-modal-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 0
  }
}

.ekit-wid-con .ekit-team-modal-info,
body .ekit-team-modal-info {
  width: 100%
}

.ekit-wid-con .ekit-team-modal-info .ekit-team-social-list>li>a,
body .ekit-team-modal-info .ekit-team-social-list>li>a {
  line-height: 32px;
  -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / .1);
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / .1)
}

@media screen and (min-width:481px) {

  .ekit-wid-con .ekit-team-modal-info.has-img,
  body .ekit-team-modal-info.has-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 30px
  }
}

@media screen and (min-width:992px) {

  .ekit-wid-con .ekit-team-modal-info.has-img,
  body .ekit-team-modal-info.has-img {
    padding-left: 50px
  }
}

.ekit-wid-con .ekit-team-modal-content,
body .ekit-team-modal-content {
  margin-bottom: 22px
}

.ekit-wid-con .ekit-team-modal-content p:not(:last-child),
body .ekit-team-modal-content p:not(:last-child) {
  margin-bottom: 10px
}

.ekit-wid-con .ekit-team-modal-list,
body .ekit-team-modal-list {
  margin-bottom: 25px;
  padding-left: 0;
  list-style: none;
  color: #656565;
  font-size: 15px
}

.ekit-wid-con .ekit-team-modal-list>li,
body .ekit-team-modal-list>li {
  padding: 19px 0;
  border-top: 1px solid rgb(0 0 0 / .05)
}

.ekit-wid-con .ekit-team-modal-list>li:last-child,
body .ekit-team-modal-list>li:last-child {
  border-bottom: 1px solid rgb(0 0 0 / .05)
}

.ekit-wid-con .ekit-team-modal-list strong,
body .ekit-team-modal-list strong {
  font-weight: 600;
  padding-right: 18px
}

.ekit-wid-con .ekit-team-modal-list a,
body .ekit-team-modal-list a {
  color: inherit
}

.ekit-wid-con .ekit-team-modal-list a:hover,
body .ekit-team-modal-list a:hover {
  color: #2575fc
}

.ekit-wid-con .ekit-team-popup,
body .ekit-team-popup {
  -webkit-transition: color .3s;
  transition: color .3s
}

.ekit-wid-con .ekit-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog.elementskit-team-popup,
body .ekit-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog.elementskit-team-popup {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px)
}

.ekit-wid-con .ekit-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog.elementskit-team-popup,
body .ekit-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog.elementskit-team-popup {
  -webkit-transform: translate(0);
  transform: translate(0)
}

.ekit-wid-con .elementskit-team-popup .modal-content,
body .elementskit-team-popup .modal-content {
  -webkit-box-shadow: 0 28px 40px 0 rgb(0 0 0 / .1);
  box-shadow: 0 28px 40px 0 rgb(0 0 0 / .1);
  background-color: #fff;
  border: 0;
  border-radius: 0
}

.ekit-wid-con .elementskit-team-popup .modal-body,
body .elementskit-team-popup .modal-body {
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ekit-wid-con .modal-header .mfp-close,
body .modal-header .mfp-close {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-left: auto
}

.ekit-wid-con .ekit-promo-popup>.mfp-container,
body .ekit-promo-popup>.mfp-container {
  right: 0;
  margin-left: auto;
  margin-right: auto
}

.ekit-wid-con .ekit-promo-popup>.mfp-container>.mfp-content,
body .ekit-promo-popup>.mfp-container>.mfp-content {
  max-width: 920px
}

.ekit-wid-con .ekit-team-social-list,
body .ekit-team-social-list {
  list-style: none
}

.ekit-wid-con .ekit-team-social-list>li,
body .ekit-team-social-list>li {
  display: inline-block
}

.ekit-wid-con .ekit-team-social-list>li:not(:last-child),
body .ekit-team-social-list>li:not(:last-child) {
  margin-right: 10px
}

.ekit-wid-con .ekit-team-social-list>li>a,
body .ekit-team-social-list>li>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  background-color: #000;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ekit-wid-con .ekit-team-social-list>li>a:hover,
body .ekit-team-social-list>li>a:hover {
  background-color: rgb(0 0 0 / .8);
  border-radius: 50%
}

.ekit-wid-con .ekit-team-social-list>li>a:hover>i::before,
body .ekit-team-social-list>li>a:hover>i::before {
  -webkit-animation: iconTranslateY .4s forwards;
  animation: iconTranslateY .4s forwards
}

.ekit-wid-con .ekit-team-social-list>li>a:hover>svg,
body .ekit-team-social-list>li>a:hover>svg {
  -webkit-animation: iconTranslateY .4s forwards;
  animation: iconTranslateY .4s forwards
}

.ekit-wid-con .ekit-team-social-list>li>a>i,
body .ekit-team-social-list>li>a>i {
  overflow: hidden
}

.ekit-wid-con .ekit-team-social-list>li>a>i::before,
body .ekit-team-social-list>li>a>i::before {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.ekit-wid-con .ekit-team-img-block>img,
body .ekit-team-img-block>img {
  display: block
}

.ekit-wid-con .ekit-team-img-fit>.profile-image-card>img,
body .ekit-team-img-fit>.profile-image-card>img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

body .elementskit-team-popup svg {
  width: 1rem;
  height: 1rem
}

.ekit-wid-con .elementskit-blog-block-post {
  padding: 50px;
  background-color: #fff;
  -webkit-box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / .1);
  box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / .1);
  border-radius: 10px
}

.ekit-wid-con .elementskit-blog-block-post .elementskit-entry-thumb {
  border-radius: 10px;
  margin-right: 20px
}

.ekit-wid-con .elementskit-blog-block-post .entry-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px
}

.ekit-wid-con .elementskit-blog-block-post .entry-title a {
  color: #000
}

.ekit-wid-con .elementskit-blog-block-post .entry-title a:hover {
  opacity: .8
}

.ekit-wid-con .elementskit-blog-block-post .elementskit-entry-thumb {
  display: block;
  -webkit-box-shadow: 29.698px 29.698px 60px 0 rgb(0 0 0 / .2);
  box-shadow: 29.698px 29.698px 60px 0 rgb(0 0 0 / .2);
  width: 100%
}

.ekit-wid-con .elementskit-blog-block-post .elementskit-entry-thumb>img {
  display: block;
  width: 100%
}

.ekit-wid-con .elementskit-blog-block-post .elementskit-entry-header {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0
}

.ekit-wid-con .elementskit-blog-block-post .post-meta-list {
  margin-bottom: 15px
}

.ekit-wid-con .elementskit-blog-block-post .post-meta-list .meta-cat,
.ekit-wid-con .elementskit-blog-block-post .post-meta-list .meta-date {
  margin-right: 40px
}

.ekit-wid-con .elementskit-blog-block-post .elementskit-post-footer>p {
  color: #8d8d8d;
  margin-bottom: 35px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-blog-block-post:hover .elementskit-entry-thumb>img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: .8
}

.ekit-wid-con .post-meta-list svg {
  vertical-align: middle
}

.ekit-wid-con .elementskit-post-card {
  background-color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #123075;
  -webkit-box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / .1);
  box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / .1);
  padding: 60px 40px;
  border-radius: 6px
}

.ekit-wid-con .elementskit-post-card .elementskit-post-body {
  color: #a6aabb
}

.ekit-wid-con .elementskit-post-card .elementskit-entry-header .entry-title a {
  color: #fff
}

.ekit-wid-con .elementskit-post-card .post-author .author-name {
  color: inherit
}

.ekit-wid-con .elementskit-post-card .elementskit-border-hr {
  background-color: #8692af
}

.ekit-wid-con .elementskit-post-card .elementskit-entry-header .post-meta-list {
  margin-bottom: 17px
}

.ekit-wid-con .elementskit-post-card .elementskit-entry-header .entry-title {
  font-size: 18px;
  line-height: 1.333
}

.ekit-wid-con .elementskit-post-card .elementskit-entry-header .entry-title a {
  color: #000
}

.ekit-wid-con .elementskit-post-card .elementskit-entry-header .entry-title a:hover {
  opacity: .9
}

.ekit-wid-con .elementskit-post-card .elementskit-entry-header .elementskit-border-hr {
  margin-top: 25px;
  margin-bottom: 22px
}

.ekit-wid-con .elementskit-post-card .elementskit-post-body {
  color: #8d8d8d
}

.ekit-wid-con .elementskit-post-card .elementskit-post-body p {
  margin-bottom: 35px
}

.ekit-wid-con .elementskit-post-image-card {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #fff;
  border-radius: 10px;
  background: #123075;
  -webkit-box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / .1);
  box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / .1)
}

.ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
  -webkit-transform: scale(1.05) rotate(2deg);
  transform: scale(1.05) rotate(2deg);
  opacity: .8
}

.ekit-wid-con .elementskit-post-image-card:hover .post-author .author-img>img {
  -webkit-box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / .3);
  box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / .3)
}

.ekit-wid-con .elementskit-post-image-card .elementskit-post-body {
  padding: 20px 40px 40px
}

.ekit-wid-con .elementskit-post-image-card .elementskit-post-body>p {
  color: #fff
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-thumb {
  border-radius: 10px
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header {
  position: relative
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb {
  position: relative;
  padding: 20px;
  overflow: hidden;
  display: block
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb.box-shadow {
  -webkit-box-shadow: -3.473px 19.696px 25px 0 rgb(0 0 0 / .2);
  box-shadow: -3.473px 19.696px 25px 0 rgb(0 0 0 / .2)
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb>img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%
}

.ekit-wid-con .elementskit-post-image-card .elementskit-post-footer {
  margin-top: 16px
}

.ekit-wid-con .elementskit-post-image-card .elementskit-post-footer .btn-wraper {
  margin-top: 25px
}

.ekit-wid-con .elementskit-post-image-card .entry-title a {
  color: #fff
}

.ekit-wid-con .elementskit-post-image-card .post-meta-list {
  margin-bottom: 20px;
  color: rgb(255 255 255 / .5);
  fill: rgb(255 255 255 / .5)
}

.ekit-wid-con .elementskit-post-image-card .post-meta-list>span a {
  color: inherit;
  vertical-align: middle
}

.ekit-wid-con .elementskit-post-image-card .post-meta-list>span .meta-date-text {
  vertical-align: middle
}

.ekit-wid-con .elementskit-post-image-card .entry-title {
  font-size: 18px;
  margin-bottom: 28px
}

.ekit-wid-con .elementskit-post-image-card .post-author .author-name {
  color: inherit
}

.ekit-wid-con .elementskit-post-image-card.modern {
  margin-top: 40px
}

.ekit-wid-con .elementskit-post-image-card.modern:hover .elementskit-entry-thumb>img {
  opacity: 1
}

.ekit-wid-con .elementskit-post-image-card.modern .elementskit-entry-header .elementskit-entry-thumb {
  margin-top: -60px
}

.ekit-wid-con .blog-block-post[class*=gradient-] {
  background: #123075
}

.ekit-wid-con .blog-block-post[class*=gradient-] .entry-title a {
  color: #fff
}

.ekit-wid-con .blog-block-post[class*=gradient-] .post-meta-list {
  color: rgb(255 255 255 / .5)
}

.ekit-wid-con .blog-block-post[class*=gradient-] .post-meta-list>span a {
  vertical-align: middle;
  color: inherit
}

.ekit-wid-con .blog-block-post[class*=gradient-] .elementskit-post-footer>p {
  color: rgb(255 255 255 / .5)
}

.ekit-wid-con .blog-block-post[class*=gradient-] .post-author .author-name {
  color: inherit
}

.ekit-wid-con .blog-block-post[class*=gradient-] .first-letter::first-letter {
  border-bottom-color: #102966
}

.ekit-wid-con .blog-block-post[class*=gradient-] .elementskit-border-hr {
  background-color: #8692af
}

.ekit-wid-con .gradient-bg-2 {
  background: #fa2b56
}

.ekit-wid-con .post-meta-list {
  color: #a3a3a3
}

.ekit-wid-con .post-meta-list>span {
  display: inline-block
}

.ekit-wid-con .post-meta-list>span a {
  color: inherit;
  vertical-align: middle
}

.ekit-wid-con .post-meta-list>span i {
  padding-right: 5px
}

.ekit-wid-con .post-meta-list>span:not(:last-child) {
  margin-right: 40px
}

.ekit-wid-con .post-meta-list .meta-author,
.ekit-wid-con .post-meta-list .meta-date,
.ekit-wid-con .post-meta-list .post-cat,
.ekit-wid-con .post-meta-list .post-comment {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px
}

.ekit-wid-con .meta-author .author-img {
  display: inline-block;
  margin-right: 15px;
  -webkit-box-shadow: 4.95px 4.95px 15px 0 rgb(0 0 0 / .2);
  box-shadow: 4.95px 4.95px 15px 0 rgb(0 0 0 / .2);
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  vertical-align: middle
}

.ekit-wid-con .meta-author .author-img img {
  max-width: 100%
}

.ekit-wid-con .meta-author .author-name {
  color: inherit
}

.ekit-wid-con .meta-author .author-name:hover {
  opacity: .8
}

.ekit-wid-con .first-letter {
  display: inline-block
}

.ekit-wid-con .first-letter::first-letter {
  border-bottom: 3px solid #e5e5e5
}

.ekit-wid-con .elementskit-border-hr {
  height: 3px;
  width: 30px;
  display: block;
  background-color: #e5e5e5
}

.ekit-wid-con .text-center .elementskit-border-hr {
  margin-left: auto;
  margin-right: auto
}

.ekit-wid-con .text-right .elementskit-border-hr {
  margin-left: auto
}

.ekit-wid-con .elementskit-meta-lists {
  position: absolute;
  top: 83%;
  left: 30px
}

.ekit-wid-con .elementskit-meta-lists>.elementskit-single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #fa2b56;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ekit-wid-con .elementskit-meta-lists>.elementskit-single-meta:not(:last-child) {
  margin-right: 15px
}

.ekit-wid-con .elementskit-meta-lists>.elementskit-single-meta strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2px
}

.ekit-wid-con .elementskit-meta-lists>.elementskit-single-meta .elementskit-meta-wraper {
  display: block;
  margin: 10px 0;
  line-height: 1;
  width: 100%
}

.ekit-wid-con .elementskit-meta-lists.elementskit-style-tag {
  top: auto;
  left: 10px;
  bottom: 30px
}

.ekit-wid-con .elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta {
  width: auto;
  height: auto;
  border-radius: 0;
  padding-left: 22px;
  padding-right: 12px;
  position: relative
}

.ekit-wid-con .elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  color: #912f3d;
  border-bottom: solid currentColor;
  border-top: solid #fff0;
  border-width: 5px
}

.ekit-wid-con .elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta.triangle_right::before {
  border-right: solid #fff0;
  border-left: solid currentColor
}

.ekit-wid-con .elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta.triangle_left::before {
  border-right: solid currentColor;
  border-left: solid #fff0
}

.ekit-wid-con .elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta .elementskit-meta-wraper {
  margin: 7px 0
}

.ekit-wid-con .elementskit-entry-thumb {
  position: relative;
  overflow: hidden;
  display: block
}

.ekit-wid-con .elementskit-entry-thumb>img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-entry-header {
  position: relative
}

.ekit-wid-con .elementskit-post-body.ekit-highlight-border {
  position: relative
}

.ekit-wid-con .elementskit-post-body.ekit-highlight-border::before {
  content: "";
  height: 20px;
  width: 2px;
  background: #ff712b;
  position: absolute;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0
}

.ekit-wid-con .post-meta-list>span {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  line-height: 1
}

.ekit-wid-con .post-meta-list>span>i {
  display: inline-block
}

.ekit-wid-con .meta-author .author-img>img {
  margin: 0
}

.ekit-wid-con .elementskit-post-body {
  position: relative
}

.ekit-wid-con .elementskit-post-body>p {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-post-body>p:empty {
  display: none
}

.ekit-wid-con .elementskit-meta-categories {
  position: absolute;
  top: 15px;
  left: 18px
}

.ekit-wid-con .elementskit-meta-categories .elementskit-meta-wraper {
  display: block
}

.ekit-wid-con .elementskit-meta-categories .elementskit-meta-wraper span {
  background: #08f;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  line-height: 14px
}

.ekit-wid-con .elementskit-meta-categories .elementskit-meta-wraper span:not(:last-child) {
  margin-right: 5px
}

.ekit-wid-con .elementskit-meta-categories .elementskit-meta-wraper span>a {
  color: #fff;
  white-space: nowrap
}

.ekit-wid-con .elementskit-image-accordion-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 366px;
  position: relative
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 460px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(60%, #fff0));
  background: linear-gradient(0deg, #000 0, #fff0 60%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion .elementskit-accordion-content {
  width: 100%
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion .elementskit-accordion-title {
  color: #fff;
  margin-bottom: 0
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion .elementskit-accordion-title-wraper {
  position: relative;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  top: 100px;
  opacity: 0;
  visibility: hidden;
  display: block
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion .elementskit-btn-wraper {
  position: relative;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  top: 100px;
  opacity: 0;
  visibility: hidden
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion .elementskit-icon-wraper {
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  top: -100px;
  opacity: 0;
  visibility: hidden
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion .elementskit-icon-wraper .icon-outline {
  color: #fff
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion .elementskit-icon-wraper svg {
  max-width: 16px;
  height: auto;
  vertical-align: middle
}

.ekit-image-accordion-click .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label,
.ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label,
.ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion:hover {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3
}

.ekit-image-accordion-click .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label::before,
.ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label::before,
.ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion:hover::before {
  top: 0;
  opacity: 1
}

.ekit-image-accordion-click .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label .elementskit-accordion-title-wraper,
.ekit-image-accordion-click .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label .elementskit-btn-wraper,
.ekit-image-accordion-click .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label .elementskit-icon-wraper,
.ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label .elementskit-accordion-title-wraper,
.ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label .elementskit-btn-wraper,
.ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label .elementskit-icon-wraper,
.ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion:hover .elementskit-accordion-title-wraper,
.ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion:hover .elementskit-btn-wraper,
.ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion:hover .elementskit-icon-wraper {
  top: 0;
  opacity: 1;
  visibility: visible
}

.ekit-wid-con .ekit-image-accordion-actions {
  display: block
}

.ekit-wid-con .ekit-image-accordion-actions>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ekit-wid-con .ekit-image-accordion-actions>a>svg {
  width: 100%
}

.ekit-wid-con .elementskit-accordion-title {
  color: #000;
  font-size: 22px;
  margin-bottom: 0;
  display: block;
  font-weight: 700;
  line-height: 1
}

.ekit-wid-con .elementskit-accordion-title svg {
  max-width: 28px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .elementskit-accordion-title.icon-title {
  font-size: 28px;
  display: inline-block
}

.ekit-wid-con .elementskit-accordion-title.icon-title>i {
  position: relative;
  top: 3px;
  display: inline-block
}

.ekit-wid-con .elementskit-accordion-title.icon-title .icon-right {
  padding-left: 15px
}

.ekit-wid-con .elementskit-accordion-title.icon-title .icon-left {
  padding-right: 15px
}

.ekit-wid-con .icon-outline {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #000;
  text-align: center;
  border: 1px solid currentColor
}

.ekit-wid-con .icon-outline.circle {
  border-radius: 50%
}

.ekit-image-accordion--btn {
  font-weight: 400
}

.ekit-wid-con .elementskit-clients-slider .elementskit-client-slider-item.log-separator {
  position: relative
}

.ekit-wid-con .elementskit-clients-slider .elementskit-client-slider-item.log-separator::after {
  content: "";
  background: #e7e7e7;
  position: absolute;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.ekit-wid-con .elementskit-clients-slider .swiper-navigation-button.swiper-button-next {
  left: inherit
}

.ekit-wid-con .elementskit-clients-slider .hover-bg-gradient .single-client::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: #f2709c;
  background: linear-gradient(315deg, #f2709c 0, #fe8f75 60%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1
}

.ekit-wid-con .elementskit-clients-slider .single-client {
  min-height: 170px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 5px 10px 15px 0 rgb(0 0 0 / .1);
  box-shadow: 5px 10px 15px 0 rgb(0 0 0 / .1);
  position: relative;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-clients-slider .single-client img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-clients-slider .single-client .content-image {
  display: block
}

.ekit-wid-con .elementskit-clients-slider .single-client .content-image>.hover-image {
  display: none
}

.ekit-wid-con .elementskit-clients-slider .single-client.image-switcher .content-image>.hover-image {
  display: block
}

.ekit-wid-con .elementskit-clients-slider .single-client:hover {
  z-index: 6
}

.ekit-wid-con .elementskit-clients-slider .single-client:hover::before {
  opacity: 1;
  top: 0
}

.ekit-wid-con .elementskit-clients-slider .client-slider-item {
  position: relative
}

.ekit-wid-con .elementskit-clients-slider.simple_logo_image .single-client::before {
  display: none
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image .single-client::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f2709c;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image .single-client:hover::before {
  opacity: 1;
  top: 0
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image.hover_from_top .single-client::before {
  top: -100%
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image.hover_from_top .single-client:hover::before {
  top: 0
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image.hover_from_left .single-client::before {
  top: 0;
  left: -100%
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image.hover_from_left .single-client:hover::before {
  left: 0
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image.hover_from_right .single-client::before {
  top: 0;
  left: 100%
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image.hover_from_right .single-client:hover::before {
  left: 0
}

.ekit-wid-con .elementskit-clients-sliderX .swiper-button-next,
.ekit-wid-con .elementskit-clients-sliderX .swiper-button-prev {
  z-index: 1
}

.ekit-wid-con .elementskit-clients-sliderX .swiper-button-next::before,
.ekit-wid-con .elementskit-clients-sliderX .swiper-button-prev::before {
  color: #000
}

.ekit-wid-con .elementskit-clients-sliderX .swiper-navigation-button {
  position: absolute;
  border: 0;
  background: 0 0;
  z-index: 1;
  padding: 0;
  height: initial !important;
  width: initial !important;
  line-height: initial !important;
  font-size: 20px;
  color: #000;
  padding: 15px
}

.ekit-wid-con .elementskit-clients-sliderX .swiper-navigation-button .swiper-button-next {
  left: 100%
}

.ekit-wid-con .elementskit-clients-slider.arrow_inside .swiper-button-prev {
  left: 15px
}

.ekit-wid-con .elementskit-clients-slider.arrow_inside .swiper-button-next {
  right: 15px;
  left: inherit
}

.ekit-wid-con .elementskit-clients-slider.arrow_outside .swiper-button-prev {
  left: -60px
}

.ekit-wid-con .elementskit-clients-slider.arrow_outside .swiper-button-next {
  right: -60px
}

.ekit-wid-con .swiper-pagination {
  line-height: 1
}

.ekit-wid-con .swiper-pagination span {
  background-color: #ededed;
  padding: 0
}

.ekit-wid-con .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #62606b
}

.ekit-wid-con .dot_dashed .swiper-pagination span,
.ekit-wid-con .dot_dotted .swiper-pagination span {
  background-color: #101010;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .dot_dashed .swiper-pagination span.swiper-pagination-bullet-active,
.ekit-wid-con .dot_dotted .swiper-pagination span.swiper-pagination-bullet-active {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 1
}

.ekit-wid-con .dot_dashed .swiper-pagination>span.swiper-pagination-bullet-active {
  width: 40px;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 4px
}

.ekit-wid-con .dot_paginated .swiper-pagination {
  counter-reset: myCounter
}

.ekit-wid-con .dot_paginated .swiper-pagination>span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 3.536px 3.536px 10px 0 rgb(0 0 0 / .1);
  box-shadow: 3.536px 3.536px 10px 0 rgb(0 0 0 / .1);
  color: #565656;
  opacity: 1;
  font-weight: 700;
  border-radius: 50%
}

.ekit-wid-con .dot_paginated .swiper-pagination>span::before {
  counter-increment: myCounter;
  content: counter(myCounter)
}

.ekit-wid-con .dot_paginated .swiper-pagination>span.swiper-pagination-bullet-active {
  background-color: #2575fc;
  color: #fff
}

.ekit-wid-con .dot_paginated .swiper-pagination>span>button {
  display: none
}

.ekit-wid-con .elementskit-clients-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
  max-width: calc(100% / var(--ekit_client_logo_slidetosho, 4));
  margin-right: var(--ekit_client_logo_left_right_spacing, 15px)
}

.ekit-wid-con .elementskit-clients-slider .swiper:not(.swiper-initialized) .swiper-slide {
  max-width: calc(100% / var(--ekit_client_logo_slidetosho, 4));
  margin-right: var(--ekit_client_logo_left_right_spacing, 15px)
}

.ekit-wid-con .elementskit-info-image-box {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-info-image-box:hover .elementskit-box-content .elementskit-info-box-title {
  color: #2575fc
}

.ekit-wid-con .elementskit-info-image-box:hover .elementskit-btn {
  background-color: #2575fc;
  border-color: #2575fc;
  color: #fff
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-header {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  overflow: hidden
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-header .box-thumb {
  display: block
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-header .box-thumb>img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-header a {
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-header img {
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-body {
  padding: 55px 40px
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-content .elementskit-info-box-title {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
  display: block;
  font-weight: 700
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-content .elementskit-info-box-title>i {
  font-size: 22px;
  padding-right: 14px;
  position: relative;
  top: 2px
}

.ekit-wid-con .elementskit-info-image-box .elementskit-outline-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-footer {
  line-height: 1;
  margin-top: 20px
}

.ekit-wid-con .elementskit-info-image-box.style-modern {
  overflow: visible
}

.ekit-wid-con .elementskit-info-image-box.style-modern .elementskit-box-body {
  -webkit-box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / .07);
  box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / .07);
  border-radius: 10px;
  background-color: rgb(255 255 255 / .9);
  width: calc(100% - 40px);
  padding: 30px 40px;
  position: relative;
  z-index: 2;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto
}

.ekit-wid-con .elementskit-info-image-box.hover-border-bottom .elementskit-box-body {
  position: relative
}

.ekit-wid-con .elementskit-info-image-box.hover-border-bottom .elementskit-box-body::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #2575fc;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%
}

.ekit-wid-con .elementskit-info-image-box.hover-border-bottom:hover .elementskit-box-body::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%
}

.ekit-wid-con .elementskit-info-image-box.hover-border-bottom.hover_from_left .elementskit-box-body::before {
  -webkit-transform-origin: right center;
  transform-origin: right center
}

.ekit-wid-con .elementskit-info-image-box.hover-border-bottom.hover_from_left:hover .elementskit-box-body::before {
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.ekit-wid-con .elementskit-info-image-box.hover-border-bottom.hover_from_center .elementskit-box-body::before {
  -webkit-transform-origin: center center;
  transform-origin: center center
}

.ekit-wid-con .elementskit-info-image-box.hover-border-bottom.hover_from_center:hover .elementskit-box-body::before {
  -webkit-transform-origin: center center;
  transform-origin: center center
}

.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body {
  background-color: #fff;
  -webkit-box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / .07);
  box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / .07);
  border-radius: 10px;
  width: calc(100% - 40px);
  position: relative;
  padding: 30px 35px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  position: relative
}

.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body::after,
.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 20px);
  z-index: -1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  border-radius: 10px;
  background-color: #fff
}

.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body::after {
  bottom: -20px;
  width: calc(100% - 40px);
  z-index: -2
}

.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body .elementskit-box-content .elementskit-box-style-content {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body .elementskit-info-box-title {
  font-size: 18px;
  font-weight: 700
}

.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body .elementskit-info-box-title>i {
  font-size: 26px
}

.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-footer {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.ekit-wid-con .elementskit-info-image-box.floating-style:hover .elementskit-box-body {
  height: 185px
}

.ekit-wid-con .elementskit-info-image-box.floating-style:hover .elementskit-box-body::after,
.ekit-wid-con .elementskit-info-image-box.floating-style:hover .elementskit-box-body::before {
  opacity: 1
}

.ekit-wid-con .elementskit-info-image-box.floating-style:hover .elementskit-box-body .elementskit-box-content .elementskit-box-style-content {
  opacity: 1
}

.ekit-wid-con .elementskit-info-image-box.floating-style:hover .elementskit-box-body .elementskit-box-footer {
  opacity: 1
}

.ekit-wid-con .elementskit-info-image-box.style-sideline .elementskit-box-body {
  padding-left: 0;
  padding-right: 0
}

.ekit-wid-con .elementskit-info-image-box.style-sideline .elementskit-box-body .elementskit-box-footer {
  padding-left: 40px;
  padding-right: 40px
}

.ekit-wid-con .elementskit-info-image-box.shadow-line .elementskit-box-body {
  position: relative
}

.ekit-wid-con .elementskit-info-image-box.shadow-line .elementskit-box-body::after,
.ekit-wid-con .elementskit-info-image-box.shadow-line .elementskit-box-body::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  width: 10px;
  -webkit-box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / .07);
  box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / .07)
}

.ekit-wid-con .elementskit-info-image-box.shadow-line .elementskit-box-body::after {
  left: inherit;
  right: 0;
  height: calc(100% + 40px)
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card {
  position: relative;
  overflow: hidden
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card .elementskit-box-content,
.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card .elementskit-hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(247 56 89 / .8);
  padding: 45px 40px;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card .elementskit-info-box-title {
  color: #fff;
  margin-bottom: 0;
  display: block
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card .elementskit-info-box-title>i {
  font-size: inherit;
  padding-right: 10px;
  top: 0
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card .border-separetor {
  background-color: #fff
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card .elementskit-hover-content {
  opacity: 0;
  bottom: -40%;
  visibility: hidden
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card .elementskit-hover-content p {
  margin-top: 10px;
  color: #fff
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card:hover .elementskit-info-box-title {
  color: #fff
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card:hover .elementskit-hover-content {
  opacity: 1;
  bottom: 0;
  visibility: visible;
  -webkit-transition: all .4s ease .1s;
  transition: all .4s ease .1s
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card:hover .elementskit-box-content {
  opacity: 0;
  bottom: -40%;
  visibility: hidden;
  -webkit-transition: all .4s ease .1s;
  transition: all .4s ease .1s
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card.color-1 .elementskit-box-content,
.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card.color-1 .elementskit-hover-content {
  background-color: rgb(0 228 154 / .8)
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card.color-2 .elementskit-box-content,
.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card.color-2 .elementskit-hover-content {
  background-color: rgb(106 17 203 / .8)
}

.ekit-wid-con .elementskit-info-image-box.image-card-2 {
  position: relative
}

.ekit-wid-con .elementskit-info-image-box.image-card-2.style-shadow .elementskit-box-body {
  -webkit-box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / .07);
  box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / .07)
}

.ekit-wid-con .elementskit-info-image-box.image-card-2 .elementskit-box-body {
  padding: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-info-image-box.image-card-2 .elementskit-info-box-title {
  margin-bottom: 0
}

.ekit-wid-con .elementskit-info-image-box.image-card-2 .elementskit-info-box-title>i {
  font-size: inherit;
  padding-right: 10px;
  top: 0
}

.ekit-wid-con .elementskit-info-image-box.image-card-2 .elementskit-box-content>p {
  margin-top: 10px
}

.ekit-wid-con .elementskit-info-image-box.image-card-2 .elementskit-box-footer {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: -60px
}

.ekit-wid-con .elementskit-info-image-box.image-card-2:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.ekit-wid-con .elementskit-info-image-box.image-card-2:hover .elementskit-box-body {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px)
}

.ekit-wid-con .elementskit-info-image-box.image-card-2:hover .elementskit-box-footer {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0
}

.ekit-wid-con .elementskit-info-image-box.parallax-card {
  overflow: initial
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .image-box-img-center img {
  margin: 0 auto
}

.ekit-wid-con .image-box-img-left img {
  margin-right: auto
}

.ekit-wid-con .image-box-img-right img {
  margin-left: auto
}

.ekit-image-box.floating-style .ekit-image-box-body::after,
.ekit-image-box.floating-style .ekit-image-box-body::before {
  -webkit-box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / .07);
  box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / .07)
}

.ekit-image-box.style-sideline .ekit-image-box-body-inner {
  padding-left: 40px;
  padding-right: 40px;
  border-style: solid;
  border-color: #2575fc;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  -webkit-transition: border-color .3s;
  transition: border-color .3s
}

.ekit-image-box.style-sideline:not(.text-right) .ekit-image-box-body-inner {
  border-right-width: 0 !important
}

.ekit-image-box.style-sideline.text-right .ekit-image-box-body-inner {
  border-left-width: 0 !important
}

.ekit-equal-height-enable .ekit-wid-con .elementskit-info-image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.ekit-equal-height-enable .ekit-wid-con .ekit-image-box-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.ekit-wid-con .skill-medium .skill-bar {
  height: 10px
}

.ekit-wid-con .skill-medium.skill-radius .skill-bar,
.ekit-wid-con .skill-medium.skill-radius .skill-track {
  border-radius: 5px
}

.ekit-wid-con .skill-big .skill-bar {
  height: 35px
}

.ekit-wid-con .skill-big.skill-radius .skill-bar,
.ekit-wid-con .skill-big.skill-radius .skill-track {
  border-radius: 17.5px
}

.ekit-wid-con .waypoint-tigger svg {
  width: 100%;
  height: auto
}

.ekit-wid-con .single-skill-bar:not(:last-child) {
  margin-bottom: 25px
}

.ekit-wid-con .single-skill-bar.color-1 .skill-bar .skill-track {
  background-color: #ff3984
}

.ekit-wid-con .single-skill-bar.color-2 .skill-bar .skill-track {
  background-color: #cc24fc
}

.ekit-wid-con .single-skill-bar.color-3 .skill-bar .skill-track {
  background-color: #00e49a
}

.ekit-wid-con .single-skill-bar.color-4 .skill-bar .skill-track {
  background-color: #4285f4
}

.ekit-wid-con .single-skill-bar.color-5 .skill-bar .skill-track {
  background-color: #7ed500
}

.ekit-wid-con .single-skill-bar.color-6 .skill-bar .skill-track {
  background-color: #f96933
}

.ekit-wid-con .single-skill-bar.color-7 .skill-bar .skill-track {
  background-color: #53f8a2
}

.ekit-wid-con .single-skill-bar.color-8 .skill-bar .skill-track {
  background-color: #fe8f75
}

.ekit-wid-con .single-skill-bar.color-9 .skill-bar .skill-track {
  background-color: #35ed7e
}

.ekit-wid-con .single-skill-bar.color-10 .skill-bar .skill-track {
  background-color: #9460ff
}

.ekit-wid-con .skill-bar {
  height: 3px;
  background-color: #f5f5f5
}

.ekit-wid-con .skill-bar .skill-track {
  width: 0%;
  background-color: #333;
  display: block;
  height: 100%;
  overflow: visible !important;
  position: relative
}

.ekit-wid-con .skill-bar .skill-track .number-percentage-wraper {
  position: absolute;
  right: 0;
  top: -33px;
  z-index: 1
}

.ekit-wid-con .skill-bar .skill-track .fa,
.ekit-wid-con .skill-bar .skill-track .icon,
.ekit-wid-con .skill-bar .skill-track .skill-track-icon {
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000
}

.ekit-wid-con .skill-bar .skill-track .fa+.number-percentage-wraper,
.ekit-wid-con .skill-bar .skill-track .icon+.number-percentage-wraper,
.ekit-wid-con .skill-bar .skill-track .skill-track-icon+.number-percentage-wraper {
  padding-right: 57px
}

.ekit-wid-con .skill-bar .skill-track .fa svg,
.ekit-wid-con .skill-bar .skill-track .icon svg,
.ekit-wid-con .skill-bar .skill-track .skill-track-icon svg {
  max-width: 15px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .skill-bar-content {
  margin-bottom: 7px
}

.ekit-wid-con .skill-bar-content .skill-title {
  font-weight: 700;
  color: #000
}

.ekit-wid-con .number-percentage-wraper {
  color: #000
}

.ekit-wid-con .number-percentage-wraper.style2 {
  font-size: 13px;
  font-weight: 700
}

.ekit-wid-con .inner-content .single-skill-bar {
  position: relative
}

.ekit-wid-con .inner-content .single-skill-bar .skill-bar-content {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0;
  padding-left: 30px
}

.ekit-wid-con .inner-content .single-skill-bar .skill-title {
  color: #fff
}

.ekit-wid-con .inner-content .skill-track .number-percentage-wraper {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  padding-right: 30px
}

.ekit-wid-con .inner-content .skill-track .fa,
.ekit-wid-con .inner-content .skill-track .icon {
  color: #fff
}

.ekit-wid-con .skilltrack-style2 .single-skill-bar .skill-bar {
  height: 30px;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / .25);
  box-shadow: 0 0 20px 0 rgb(0 0 0 / .25);
  border-radius: 15px
}

.ekit-wid-con .skilltrack-style2 .single-skill-bar .skill-bar .skill-track {
  height: 10px;
  border-radius: 5px
}

.ekit-wid-con .skilltrack-style2 .single-skill-bar .skill-bar .skill-track .number-percentage-wraper {
  top: -39px
}

.ekit-wid-con .tooltip-style .single-skill-bar .number-percentage-wraper {
  color: #fff;
  height: 30px;
  padding: 0 10px;
  z-index: 1;
  text-align: center;
  right: calc(0% - 22px);
  top: -34px
}

.ekit-wid-con .tooltip-style .single-skill-bar .number-percentage-wraper .svg-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  fill: #333;
  height: 100%;
  width: 100%
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-1 .svg-content>svg {
  fill: #ff3984
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-2 .svg-content>svg {
  fill: #cc24fc
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-3 .svg-content>svg {
  fill: #00e49a
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-4 .svg-content>svg {
  fill: #4285f4
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-5 .svg-content>svg {
  fill: #7ed500
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-6 .svg-content>svg {
  fill: #f96933
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-7 .svg-content>svg {
  fill: #53f8a2
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-8 .svg-content>svg {
  fill: #fe8f75
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-9 .svg-content>svg {
  fill: #35ed7e
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-10 .svg-content>svg {
  fill: #9460ff
}

.ekit-wid-con .pin-style .single-skill-bar .number-percentage-wraper {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 13px;
  right: calc(0% - 15.5px);
  top: -39.9px
}

.ekit-wid-con .pin-style .single-skill-bar .number-percentage-wraper::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3px;
  height: 5px;
  background-color: #333
}

.ekit-wid-con .pin-style .single-skill-bar.color-1 .number-percentage-wraper {
  background-color: #ff3984
}

.ekit-wid-con .pin-style .single-skill-bar.color-1 .number-percentage-wraper::before {
  background-color: #ff3984
}

.ekit-wid-con .pin-style .single-skill-bar.color-2 .number-percentage-wraper {
  background-color: #cc24fc
}

.ekit-wid-con .pin-style .single-skill-bar.color-2 .number-percentage-wraper::before {
  background-color: #cc24fc
}

.ekit-wid-con .pin-style .single-skill-bar.color-3 .number-percentage-wraper {
  background-color: #00e49a
}

.ekit-wid-con .pin-style .single-skill-bar.color-3 .number-percentage-wraper::before {
  background-color: #00e49a
}

.ekit-wid-con .pin-style .single-skill-bar.color-4 .number-percentage-wraper {
  background-color: #4285f4
}

.ekit-wid-con .pin-style .single-skill-bar.color-4 .number-percentage-wraper::before {
  background-color: #4285f4
}

.ekit-wid-con .pin-style .single-skill-bar.color-5 .number-percentage-wraper {
  background-color: #7ed500
}

.ekit-wid-con .pin-style .single-skill-bar.color-5 .number-percentage-wraper::before {
  background-color: #7ed500
}

.ekit-wid-con .pin-style .single-skill-bar.color-6 .number-percentage-wraper {
  background-color: #f96933
}

.ekit-wid-con .pin-style .single-skill-bar.color-6 .number-percentage-wraper::before {
  background-color: #f96933
}

.ekit-wid-con .pin-style .single-skill-bar.color-7 .number-percentage-wraper {
  background-color: #53f8a2
}

.ekit-wid-con .pin-style .single-skill-bar.color-7 .number-percentage-wraper::before {
  background-color: #53f8a2
}

.ekit-wid-con .pin-style .single-skill-bar.color-8 .number-percentage-wraper {
  background-color: #fe8f75
}

.ekit-wid-con .pin-style .single-skill-bar.color-8 .number-percentage-wraper::before {
  background-color: #fe8f75
}

.ekit-wid-con .pin-style .single-skill-bar.color-9 .number-percentage-wraper {
  background-color: #35ed7e
}

.ekit-wid-con .pin-style .single-skill-bar.color-9 .number-percentage-wraper::before {
  background-color: #35ed7e
}

.ekit-wid-con .pin-style .single-skill-bar.color-10 .number-percentage-wraper {
  background-color: #9460ff
}

.ekit-wid-con .pin-style .single-skill-bar.color-10 .number-percentage-wraper::before {
  background-color: #9460ff
}

.ekit-wid-con .tooltip-style2 .single-skill-bar .number-percentage-wraper {
  height: 22px;
  padding: 0 8px;
  background-color: #333;
  text-align: center;
  font-size: 13px;
  color: #fff;
  z-index: 1;
  right: -20px;
  top: -31px
}

.ekit-wid-con .tooltip-style2 .single-skill-bar .number-percentage-wraper::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background-color: inherit;
  z-index: -1
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-1 .number-percentage-wraper {
  background-color: #ff3984
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-2 .number-percentage-wraper {
  background-color: #cc24fc
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-3 .number-percentage-wraper {
  background-color: #00e49a
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-4 .number-percentage-wraper {
  background-color: #4285f4
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-5 .number-percentage-wraper {
  background-color: #7ed500
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-6 .number-percentage-wraper {
  background-color: #f96933
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-7 .number-percentage-wraper {
  background-color: #53f8a2
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-8 .number-percentage-wraper {
  background-color: #fe8f75
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-9 .number-percentage-wraper {
  background-color: #35ed7e
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-10 .number-percentage-wraper {
  background-color: #9460ff
}

.ekit-wid-con .tooltip-style3 .single-skill-bar .number-percentage-wraper {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  background-color: #333;
  text-align: center;
  padding: 0 11px;
  border-radius: 4.32px;
  border-bottom-right-radius: 0
}

.ekit-wid-con .tooltip-style3 .single-skill-bar .number-percentage-wraper::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -8px;
  color: #333;
  border-top: solid currentColor;
  border-right: solid currentColor;
  border-left: solid #fff0;
  border-bottom: solid #fff0;
  border-width: 4px
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-1 .number-percentage-wraper {
  background-color: #ff3984
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-1 .number-percentage-wraper::before {
  color: #ff3984
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-2 .number-percentage-wraper {
  background-color: #cc24fc
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-2 .number-percentage-wraper::before {
  color: #cc24fc
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-3 .number-percentage-wraper {
  background-color: #00e49a
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-3 .number-percentage-wraper::before {
  color: #00e49a
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-4 .number-percentage-wraper {
  background-color: #4285f4
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-4 .number-percentage-wraper::before {
  color: #4285f4
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-5 .number-percentage-wraper {
  background-color: #7ed500
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-5 .number-percentage-wraper::before {
  color: #7ed500
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-6 .number-percentage-wraper {
  background-color: #f96933
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-6 .number-percentage-wraper::before {
  color: #f96933
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-7 .number-percentage-wraper {
  background-color: #53f8a2
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-7 .number-percentage-wraper::before {
  color: #53f8a2
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-8 .number-percentage-wraper {
  background-color: #fe8f75
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-8 .number-percentage-wraper::before {
  color: #fe8f75
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-9 .number-percentage-wraper {
  background-color: #35ed7e
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-9 .number-percentage-wraper::before {
  color: #35ed7e
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-10 .number-percentage-wraper {
  background-color: #9460ff
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-10 .number-percentage-wraper::before {
  color: #9460ff
}

.ekit-wid-con .style-switch .single-skill-bar .skill-bar-content {
  margin-bottom: 18px
}

.ekit-wid-con .style-switch .single-skill-bar .content-group {
  width: calc(100% - 50px);
  display: inline-block
}

.ekit-wid-con .style-switch .single-skill-bar .number-percentage-wraper {
  float: right;
  position: relative;
  top: 31px
}

.ekit-wid-con .style-switch .single-skill-bar .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar .skill-track::before {
  position: absolute;
  content: "";
  right: 0;
  border-radius: 50%;
  color: #333
}

.ekit-wid-con .style-switch .single-skill-bar .skill-track::before {
  top: -12.5px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid currentColor;
  -webkit-box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / .07), inset 0 2px 3px 0 rgb(0 0 0 / .2);
  box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / .07), inset 0 2px 3px 0 rgb(0 0 0 / .2)
}

.ekit-wid-con .style-switch .single-skill-bar .skill-track::after {
  width: 8px;
  height: 8px;
  background-color: currentColor;
  top: -3px;
  right: 8px
}

.ekit-wid-con .style-switch .single-skill-bar.color-1 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-1 .skill-track::before {
  color: #ff3984
}

.ekit-wid-con .style-switch .single-skill-bar.color-2 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-2 .skill-track::before {
  color: #cc24fc
}

.ekit-wid-con .style-switch .single-skill-bar.color-3 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-3 .skill-track::before {
  color: #00e49a
}

.ekit-wid-con .style-switch .single-skill-bar.color-4 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-4 .skill-track::before {
  color: #4285f4
}

.ekit-wid-con .style-switch .single-skill-bar.color-5 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-5 .skill-track::before {
  color: #7ed500
}

.ekit-wid-con .style-switch .single-skill-bar.color-6 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-6 .skill-track::before {
  color: #f96933
}

.ekit-wid-con .style-switch .single-skill-bar.color-7 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-7 .skill-track::before {
  color: #53f8a2
}

.ekit-wid-con .style-switch .single-skill-bar.color-8 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-8 .skill-track::before {
  color: #fe8f75
}

.ekit-wid-con .style-switch .single-skill-bar.color-9 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-9 .skill-track::before {
  color: #35ed7e
}

.ekit-wid-con .style-switch .single-skill-bar.color-10 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-10 .skill-track::before {
  color: #9460ff
}

.ekit-wid-con .style-stripe .single-skill-bar .skill-track {
  background: repeating-linear-gradient(to right, #333, #333 4px, #fff 4px, #fff 8px)
}

.ekit-wid-con .style-stripe .single-skill-bar.color-1 .skill-track {
  background: repeating-linear-gradient(to right, #ff3984, #ff3984 4px, #fff 4px, #fff 8px)
}

.ekit-wid-con .style-stripe .single-skill-bar.color-2 .skill-track {
  background: repeating-linear-gradient(to right, #cc24fc, #cc24fc 4px, #fff 4px, #fff 8px)
}

.ekit-wid-con .style-stripe .single-skill-bar.color-3 .skill-track {
  background: repeating-linear-gradient(to right, #00e49a, #00e49a 4px, #fff 4px, #fff 8px)
}

.ekit-wid-con .style-stripe .single-skill-bar.color-4 .skill-track {
  background: repeating-linear-gradient(to right, #4285f4, #4285f4 4px, #fff 4px, #fff 8px)
}

.ekit-wid-con .style-stripe .single-skill-bar.color-5 .skill-track {
  background: repeating-linear-gradient(to right, #7ed500, #7ed500 4px, #fff 4px, #fff 8px)
}

.ekit-wid-con .style-stripe .single-skill-bar.color-6 .skill-track {
  background: repeating-linear-gradient(to right, #f96933, #f96933 4px, #fff 4px, #fff 8px)
}

.ekit-wid-con .style-stripe .single-skill-bar.color-7 .skill-track {
  background: repeating-linear-gradient(to right, #53f8a2, #53f8a2 4px, #fff 4px, #fff 8px)
}

.ekit-wid-con .style-stripe .single-skill-bar.color-8 .skill-track {
  background: repeating-linear-gradient(to right, #fe8f75, #fe8f75 4px, #fff 4px, #fff 8px)
}

.ekit-wid-con .style-stripe .single-skill-bar.color-9 .skill-track {
  background: repeating-linear-gradient(to right, #35ed7e, #35ed7e 4px, #fff 4px, #fff 8px)
}

.ekit-wid-con .style-stripe .single-skill-bar.color-10 .skill-track {
  background: repeating-linear-gradient(to right, #9460ff, #9460ff 4px, #fff 4px, #fff 8px)
}

.ekit-wid-con .style-ribbon .single-skill-bar .number-percentage-wraper {
  height: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #333;
  text-align: center;
  padding: 0 8px;
  top: -10px;
  z-index: 1
}

.ekit-wid-con .style-ribbon .single-skill-bar .number-percentage-wraper::before {
  position: absolute;
  content: "";
  top: 0;
  left: -10px;
  color: #1a1a1a;
  border-top: solid #fff;
  border-left: solid #fff;
  border-right: solid currentColor;
  border-bottom: solid currentColor;
  border-width: 5px
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-1 .number-percentage-wraper {
  background-color: #cc2e6a
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-1 .number-percentage-wraper::before {
  color: #801d42
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-2 .number-percentage-wraper {
  background-color: #a31dca
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-2 .number-percentage-wraper::before {
  color: #66127e
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-3 .number-percentage-wraper {
  background-color: #00b67b
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-3 .number-percentage-wraper::before {
  color: #00724d
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-4 .number-percentage-wraper {
  background-color: #356ac3
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-4 .number-percentage-wraper::before {
  color: #21437a
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-5 .number-percentage-wraper {
  background-color: #65aa00
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-5 .number-percentage-wraper::before {
  color: #3f6b00
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-6 .number-percentage-wraper {
  background-color: #c75429
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-6 .number-percentage-wraper::before {
  color: #7d351a
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-7 .number-percentage-wraper {
  background-color: #42c682
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-7 .number-percentage-wraper::before {
  color: #2a7c51
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-8 .number-percentage-wraper {
  background-color: #cb725e
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-8 .number-percentage-wraper::before {
  color: #7f483b
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-9 .number-percentage-wraper {
  background-color: #2abe65
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-9 .number-percentage-wraper::before {
  color: #1b773f
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-10 .number-percentage-wraper {
  background-color: #764dcc
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-10 .number-percentage-wraper::before {
  color: #4a3080
}

.ekit-wid-con .elementskit-funfact {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.ekit-wid-con .elementskit-funfact-inner.position_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ekit-wid-con .elementskit-funfact-inner.position_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.ekit-wid-con .elementskit-funfact .funfact-icon svg {
  vertical-align: middle
}

.ekit-wid-con .elementskit-funfact-overlay {
  z-index: -1
}

.ekit-wid-con .elementskit-funfact .funfact-content {
  line-height: 1
}

.ekit-wid-con .elementskit-funfact .funfact-content .number-percentage-wraper {
  font-size: 28px;
  font-weight: 700;
  color: #333
}

.ekit-wid-con .elementskit-funfact .funfact-content .fa,
.ekit-wid-con .elementskit-funfact .funfact-content .icon {
  font-size: 25px;
  padding-right: 5px
}

.ekit-wid-con .elementskit-funfact .elementskit-funfact-icon {
  display: inline-block
}

.ekit-wid-con .elementskit-funfact .funfact-title {
  color: gray;
  font-size: 15px;
  margin: 0;
  font-weight: 400
}

.ekit-wid-con .elementskit-funfact .funfact-title.black-v {
  color: #000
}

.ekit-wid-con .elementskit-funfact .super {
  font-size: 22px;
  color: #2575fc;
  vertical-align: super;
  position: relative;
  top: -5px
}

.ekit-wid-con .elementskit-funfact .color-1 .fa,
.ekit-wid-con .elementskit-funfact .color-1 .icon,
.ekit-wid-con .elementskit-funfact .color-1 .super {
  color: #9460ff
}

.ekit-wid-con .elementskit-funfact .color-2 .fa,
.ekit-wid-con .elementskit-funfact .color-2 .icon,
.ekit-wid-con .elementskit-funfact .color-2 .super {
  color: #fc5290
}

.ekit-wid-con .elementskit-funfact .color-3 .fa,
.ekit-wid-con .elementskit-funfact .color-3 .icon,
.ekit-wid-con .elementskit-funfact .color-3 .super {
  color: #09b2a0
}

.ekit-wid-con .elementskit-funfact .xs-overlay {
  z-index: -1;
  opacity: .7;
  pointer-events: none
}

.ekit-wid-con .elementskit-funfact.divider_funfact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ekit-wid-con .elementskit-funfact.divider_funfact .elementskit-funfact-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.ekit-wid-con .elementskit-funfact.divider_funfact.position_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ekit-wid-con .elementskit-funfact.divider_funfact.position_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.ekit-wid-con .style-border-bottom.elementskit-funfact::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  height: 5px;
  width: 100%;
  z-index: 1;
  background-color: #53f995;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.ekit-wid-con .style-border-bottom.elementskit-funfact:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%
}

.ekit-wid-con .style-border-bottom.elementskit-funfact.hover_from_left::before {
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.ekit-wid-con .style-border-bottom.elementskit-funfact.hover_from_left:hover::before {
  -webkit-transform-origin: right center;
  transform-origin: right center
}

.ekit-wid-con .vertical-bar {
  width: 3px;
  height: 20px;
  background-color: #2575fc;
  display: inline-block;
  float: left
}

.ekit-wid-con .vertical-bar.border_left_side {
  float: right
}

.ekit-wid-con .elementskit-funfact.gradient-1 {
  background-color: #f2709c;
  background: linear-gradient(-35deg, #f2709c 0, #fe8f75 100%)
}

.ekit-wid-con .elementskit-funfact.gradient-2 {
  background-color: #b18cfe;
  background: linear-gradient(-35deg, #b18cfe 0, #9460ff 100%)
}

.ekit-wid-con .elementskit-funfact.gradient-3 {
  background-color: #82e182;
  background: linear-gradient(-35deg, #82e182 0, #0acbf5 100%)
}

.ekit-wid-con .elementskit-funfact.gradient-4 {
  background-color: #07b787;
  background: linear-gradient(-35deg, #07b787 0, #7ed500 100%)
}

.ekit-wid-con .elementskit-funfact.divider_funfact.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ekit-wid-con .elementskit-funfact.divider_funfact.text-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.ekit-wid-con .ekit-single-piechart .piechart {
  position: relative;
  display: inline-block
}

.ekit-wid-con .ekit-single-piechart .piechart .ekit-chart-content {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  display: inline-block
}

.ekit-wid-con .ekit-single-piechart .piechart .ekit-chart-content svg {
  max-width: 28px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .flip-card {
  position: relative;
  max-height: 280px;
  overflow: hidden;
  color: #fff
}

.ekit-wid-con .flip-card .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px 50px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  background: #f2709c;
  background: linear-gradient(-35deg, #f2709c 0, #fe8f75 100%)
}

.ekit-wid-con .flip-card .back,
.ekit-wid-con .flip-card .front {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.ekit-wid-con .flip-card:hover .back {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

.ekit-wid-con .flip-card:hover .front {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden
}

.ekit-wid-con .flip-card .ekit-piechart-title {
  color: #fff
}

.ekit-wid-con .elementskit-single-faq {
  position: relative;
  overflow: hidden
}

.ekit-wid-con .elementskit-single-faq .elementskit-faq-title {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0
}

.ekit-wid-con .elementskit-single-faq .elementskit-faq-header {
  background-color: #f5f5f5;
  padding-top: 21px;
  padding-bottom: 21px
}

.ekit-wid-con .elementskit-image-comparison {
  z-index: 3
}

.ekit-wid-con .elementskit-image-comparison>img {
  width: 100%
}

.ekit-wid-con .elementskit-image-comparison .twentytwenty-handle {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-color: #fff0;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s
}

.ekit-wid-con .elementskit-image-comparison .twentytwenty-handle::before {
  -webkit-box-shadow: none;
  box-shadow: none
}

.ekit-wid-con .elementskit-image-comparison .twentytwenty-handle::after {
  -webkit-box-shadow: none;
  box-shadow: none
}

.ekit-wid-con .elementskit-image-comparison .twentytwenty-handle .twentytwenty-left-arrow {
  border-right-color: #000
}

.ekit-wid-con .elementskit-image-comparison .twentytwenty-handle .twentytwenty-right-arrow {
  border-left-color: #000
}

.ekit-wid-con .elementskit-countdown-timer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%
}

.ekit-wid-con .elementskit-countdown-timer .elementskit-inner-container {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #443aca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-content {
  width: 100%
}

.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-content>span {
  display: block;
  color: #fff;
  line-height: 1
}

.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-count {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 13px
}

.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-title {
  font-size: 14px;
  letter-spacing: 2.5px
}

.ekit-wid-con .elementskit-countdown-timer-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 15px
}

.ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-count {
  background-color: #2575fc;
  display: block;
  height: 107px;
  line-height: 87px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  border-radius: 10px
}

.ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-title {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  border: 2px solid #2575fc;
  font-size: 14px;
  letter-spacing: 2.5px;
  font-weight: 700;
  background-color: #fff;
  margin: 0 auto;
  max-width: 80%;
  margin-top: -20px;
  position: relative;
  z-index: 1
}

.ekit-wid-con .elementskit-countdown-timer-3 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 3px
}

.ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-count {
  height: 190px;
  line-height: 190px;
  color: #333;
  display: block;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  background-color: #fff;
  z-index: 1
}

.ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-count::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(-223deg, #fff 0, #fff 50%, #eaeaea 50%, #e7e7e7 100%)
}

.ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-title {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 2.5px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  background-color: #1cf196;
  color: #333
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-timer-content {
  background-color: #5558ed;
  -webkit-box-shadow: 0 28px 40px 0 rgb(0 0 0 / .1);
  box-shadow: 0 28px 40px 0 rgb(0 0 0 / .1);
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 30px 0
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-inner-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-inner-container>span {
  color: #fff;
  background-color: #fff0;
  height: auto;
  line-height: normal
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-timer-count {
  margin-bottom: 10px
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-timer-count::before {
  display: none
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-timer-container {
  padding: 0 5px
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-timer-container:nth-child(2) .elementskit-timer-content {
  height: 240px;
  background-color: #ffcc03
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-timer-container:nth-child(3) .elementskit-timer-content {
  background-color: #ff5657
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-timer-container:nth-child(4) .elementskit-timer-content {
  height: 150px;
  background-color: #09b2a0
}

.ekit-wid-con .elementskit-countdown-container {
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  border-radius: 10px;
  background-size: cover;
  margin-bottom: 62px;
  padding-top: 30px;
  padding-bottom: 60px
}

.ekit-wid-con .elementskit-countdown-container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: .7;
  border-radius: inherit;
  pointer-events: none
}

.ekit-wid-con .elementskit-countdown-container::after {
  position: absolute;
  content: "";
  bottom: -62px;
  left: 0;
  width: 100%;
  height: 49px;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  background-size: contain
}

.ekit-wid-con .elementskit-countdown-timer-4 {
  position: relative;
  z-index: 2;
  height: 120px;
  line-height: 120px;
  background-color: #fd3358;
  background-size: 101% 101%;
  width: calc(100% + 60px);
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ekit-wid-con .elementskit-countdown-timer-4::after,
.ekit-wid-con .elementskit-countdown-timer-4::before {
  position: absolute;
  content: "";
  bottom: -20px;
  pointer-events: none
}

.ekit-wid-con .elementskit-countdown-timer-4::before {
  left: 0;
  border-top: 20px solid #993535;
  border-left: 30px solid #fff0
}

.ekit-wid-con .elementskit-countdown-timer-4::after {
  right: 0;
  border-bottom: 20px solid #fff0;
  border-left: 30px solid #993535
}

.ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  color: #fff;
  height: 100%
}

.ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-count {
  font-size: 48px;
  font-weight: 700
}

.ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-title {
  font-size: 18px;
  vertical-align: top
}

.ekit-wid-con .elementskit-coundown-finish {
  height: auto !important;
  line-height: normal !important;
  padding: 15px
}

.ekit-wid-con .ekit-countdown-inner {
  margin: 0 auto
}

.ekit-wid-con .elementskit-flip-clock>.elementskit-time {
  border-radius: 0 0 30px 30px;
  -webkit-box-shadow: 0 28px 40px 0 rgb(0 0 0 / .1);
  box-shadow: 0 28px 40px 0 rgb(0 0 0 / .1);
  display: inline-block;
  position: relative;
  height: 140px;
  width: 150px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.ekit-wid-con .elementskit-flip-clock>.elementskit-time:not(:last-child) {
  margin-right: 30px
}

.ekit-wid-con .elementskit-flip-clock .elementskit-count {
  color: #333;
  display: block;
  font-size: 48px;
  font-weight: 700;
  background-color: #fff;
  overflow: hidden;
  line-height: 140px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  transform-style: flat
}

.ekit-wid-con .elementskit-flip-clock .elementskit-count.elementskit-top {
  border-radius: 30px 30px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

.ekit-wid-con .elementskit-flip-clock .elementskit-count.elementskit-bottom {
  border-radius: 0 0 30px 30px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0
}

.ekit-wid-con .elementskit-flip-clock .elementskit-count.elementskit-curr.elementskit-top {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  z-index: 3;
  border-bottom: 3px solid #e7e7e7
}

.ekit-wid-con .elementskit-flip-clock .elementskit-count.elementskit-next.elementskit-bottom {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2
}

.ekit-wid-con .elementskit-flip-clock .elementskit-count.elementskit-next.elementskit-top {
  border-bottom: 3px solid #e7e7e7
}

.ekit-wid-con .elementskit-flip-clock .elementskit-flip .elementskit-count.elementskit-curr.elementskit-top {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg)
}

.ekit-wid-con .elementskit-flip-clock .elementskit-flip .elementskit-count.elementskit-next.elementskit-bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0);
  transform: rotateX(0)
}

.ekit-wid-con .elementskit-flip-clock .elementskit-label {
  background-color: #ff5657;
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-box-shadow: inset 0 3px 7px 0 rgb(0 0 0 / .35);
  box-shadow: inset 0 3px 7px 0 rgb(0 0 0 / .35);
  color: #fff;
  font-size: 14px;
  border-radius: 30px 30px 0 0;
  font-weight: 700;
  letter-spacing: .5px;
  top: -20px
}

.ekit-wid-con .elementskit-pricing-lists {
  padding-left: 30px
}

.ekit-wid-con .elementskit-pricing-tag {
  position: absolute;
  height: 100%;
  width: calc(100% + 30px);
  background-color: #666;
  top: 0;
  right: -30px;
  border-radius: 48px 0 0 48px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-pricing-tag+.elementskit-pricing-price {
  color: #fff
}

.ekit-wid-con .elementskit-single-pricing {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1
}

.ekit-wid-con .elementskit-single-pricing.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.ekit-wid-con .elementskit-single-pricing .pricing-bg {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  height: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-title {
  font-size: 22px;
  margin-bottom: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-subtitle {
  color: #5a5a5a;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header {
  margin-bottom: 25px
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header svg {
  vertical-align: middle
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header>i {
  font-size: 40px;
  margin-bottom: 12px
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header>p {
  margin-top: 7px
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header>hr {
  border-top: 2px solid #fff;
  width: 30px
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header>img {
  margin-bottom: 45px
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header h1,
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header h2,
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header h3,
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header h4,
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header h5,
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header h6 {
  font-weight: 400;
  letter-spacing: -.1px;
  line-height: 1.125
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header h1 {
  font-size: 2.5rem
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header h2 {
  font-size: 2rem
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header h3 {
  font-size: 1.75rem
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header h4 {
  font-size: 1.5rem
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header h5 {
  font-size: 1.25rem
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header h6 {
  font-size: 1rem
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price-wraper {
  position: relative;
  margin-bottom: 15px;
  line-height: initial
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price {
  position: relative;
  z-index: 2;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -.4px;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price>sub,
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price>sup {
  font-size: 18px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price>sup {
  top: 0;
  left: 5px
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price>sub {
  bottom: 0
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-content {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-content>p {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-btn {
  color: #fff;
  background-color: #666;
  border-radius: 25px;
  border-color: currentColor;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 41px;
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-btn.style-2 {
  border-color: #e7e7e7;
  color: #000
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-btn svg {
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .elementskit-single-pricing .btn-outline-primary {
  color: #2575fc
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-lists>li {
  color: #565656;
  font-size: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-lists>li:hover>.ekit-pricing-list-info svg {
  fill: #81848d
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-lists>li::before {
  content: "";
  display: block
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-lists>li:not(:last-child) {
  margin-bottom: 3px
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-lists>li svg {
  vertical-align: middle
}

.ekit-wid-con .elementskit-single-pricing .title-divider {
  position: relative
}

.ekit-wid-con .elementskit-single-pricing .title-divider::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -30px;
  width: calc(100% + 60px);
  height: 1px;
  background-color: #e7e7e7
}

.ekit-wid-con .elementskit-single-pricing .title-divider .elementskit-pricing-title {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 45px;
  background-color: #fff
}

.ekit-wid-con .elementkit-pricing-icon {
  display: inline-block
}

.ekit-pricing-list-info {
  display: inline-block;
  position: relative;
  z-index: 0;
  cursor: help
}

.ekit-pricing-list-info:before {
  display: none
}

.ekit-pricing-list-info>span {
  display: none;
  position: absolute;
  top: -13px;
  left: 0;
  border-style: solid;
  border-width: 7px;
  border-color: #021343 #fff0 #fff0;
  z-index: 1
}

.ekit-pricing-list-info.is-active>span {
  display: block
}

.ekit-pricing-list-info-content {
  position: absolute;
  left: 0;
  bottom: calc(100% + 13px);
  max-width: 280px;
  margin: 0;
  padding: 11px 20px 13px;
  color: #fff;
  background-color: #021343;
  border-radius: 6px;
  -webkit-box-shadow: 0 20px 20px rgb(0 10 38 / .16);
  box-shadow: 0 20px 20px rgb(0 10 38 / .16);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  z-index: 999
}

.ekit-pricing-list-info>.ekit-pricing-list-info-content {
  display: none;
  position: fixed
}

.ekit-wid-con .elementskit-single-testimonial-slider {
  background-color: #fff;
  -webkit-box-shadow: 9px 11px 14px 0 rgb(0 0 0 / .1);
  box-shadow: 9px 11px 14px 0 rgb(0 0 0 / .1);
  padding: 30px;
  padding-left: 60px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1
}

.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-commentor-content>p {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-single-testimonial-slider:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1
}

.ekit-testimonial-fade .ekit-wid-con .elementskit-single-testimonial-slider:before {
  opacity: 0;
  -webkit-transform: none;
  transform: none
}

.ekit-testimonial-fade .ekit-wid-con .elementskit-single-testimonial-slider:hover:before {
  opacity: 1
}

.ekit-wid-con .elementskit-single-testimonial-slider:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.ekit-wid-con .elementskit-single-testimonial-slider:hover .elementskit-client_logo .elementskit-testimonial-client-active-logo {
  opacity: 1
}

.ekit-wid-con .elementskit-single-testimonial-slider:hover .elementskit-client_logo .elementskit-testimonial-client-active-logo+.elementskit-testimonial-client-logo {
  opacity: 0
}

.ekit-wid-con .elementskit-single-testimonial-slider .tilte {
  font-size: 22px;
  margin-bottom: 22px
}

.ekit-wid-con .elementskit-single-testimonial-slider .ekit-team-social-list>li>a {
  font-size: 16px
}

.ekit-wid-con .elementskit-single-testimonial-slider.gradient {
  background: #f2709c;
  background: linear-gradient(45deg, #f2709c 0, #fe8f75 100%)
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style {
  padding: 55px 40px;
  -webkit-transition: border-bottom-color .5s ease;
  transition: border-bottom-color .5s ease
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style .elementskit-commentor-content {
  padding-right: 0
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style .elementskit-commentor-content>hr {
  width: 30px;
  border-top: 3px solid #e7e7e7;
  -webkit-transition: border-top-color .5s ease;
  transition: border-top-color .5s ease
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style2 {
  border-radius: 10px;
  position: relative;
  padding: 40px 40px 80px;
  margin-bottom: 105px
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style2:not(.white-v) .elementskit-commentor-content>i {
  color: rgb(37 117 252 / .2)
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style2 .elementskit-commentor-bio {
  position: absolute;
  top: calc(100% - 35px);
  width: 100%;
  left: 0
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style3 {
  border-radius: 10px
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style3 .elementskit-commentor-content {
  margin-bottom: 30px
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4 {
  overflow: hidden;
  border-radius: 10px;
  position: relative
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4 .elementskit-watermark-icon {
  left: inherit;
  right: 20px;
  top: 20px
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4 .elementskit-watermark-icon .quote {
  z-index: 1;
  position: relative;
  font-size: 28px
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4 .elementskit-commentor-image {
  margin-bottom: 30px
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4 .elementskit-commentor-bio {
  margin-bottom: 15px
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4 .elementskit-stars {
  margin-bottom: 25px
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4.white-v .elementskit-watermark-icon {
  line-height: 0
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4.white-v .elementskit-profile-info .elementskit-author-des,
.ekit-wid-con .elementskit-single-testimonial-slider.block-style4.white-v .elementskit-profile-info .elementskit-author-name {
  color: #fff
}

.ekit-wid-con .elementskit-single-testimonial-slider .commentor-header {
  margin-bottom: 15px
}

.ekit-wid-con .elementskit-single-testimonial-slider .quote {
  font-size: 48px
}

.ekit-wid-con .elementskit-single-testimonial-slider:not(.white-v) .quote {
  color: rgb(37 117 252 / .2)
}

.ekit-wid-con .elementskit-single-testimonial-slider.ekit_testimonial_style_2 .elementskit-watermark-icon {
  position: absolute;
  top: 10px;
  left: 10px
}

.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-watermark-icon {
  position: static;
  color: rgb(0 0 0 / .1);
  line-height: 1;
  display: inline-block
}

.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-watermark-icon>i {
  font-size: 48px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-watermark-icon>svg {
  width: 48px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-watermark-icon.commentor-badge {
  line-height: 0
}

.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-watermark-icon.commentor-badge .quote {
  color: #fff
}

.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-watermark-icon.commentor-badge::before {
  position: absolute;
  content: "";
  top: -100px;
  left: -30px;
  background-color: #2575fc;
  width: 160px;
  height: 160px;
  border-radius: 50%
}

.ekit-wid-con .elementskit-single-testimonial-slider .main-logo {
  display: none
}

.ekit-wid-con .elementskit-single-testimonial-slider.style-2 {
  padding: 0;
  padding-left: 60px;
  border-left: 3px solid #2575fc
}

.ekit-wid-con .elementskit-single-testimonial-slider.style-2 .elementskit-profile-image-card {
  margin-left: 20px
}

.ekit-wid-con .elementskit-single-testimonial-slider.version-2 {
  background: #f2709c;
  background: linear-gradient(-35deg, #f2709c 0, #fe8f75 100%);
  padding: 40px 50px 80px;
  border-radius: 10px;
  position: relative
}

.ekit-wid-con .elementskit-single-testimonial-slider.version-2 .elementskit-commentor-content {
  padding-right: 0
}

.ekit-wid-con .elementskit-single-testimonial-slider.version-2 .elementskit-commentor-content>i {
  color: rgb(255 255 255 / .5)
}

.ekit-wid-con .elementskit-single-testimonial-slider.version-2 .elementskit-commentor-content>p {
  margin-bottom: 25px
}

.ekit-wid-con .elementskit-single-testimonial-slider.version-2 .elementskit-commentor-bio {
  position: absolute;
  top: calc(100% - 45px);
  left: 0;
  width: 100%
}

.ekit-wid-con .elementskit-single-testimonial-slider.gradient-1 {
  background: #82e182;
  background: linear-gradient(-35deg, #82e182 0, #0acbf5 100%)
}

.ekit-wid-con .elementskit-single-testimonial-slider.gradient-2 {
  background: #f2709c;
  background: linear-gradient(-35deg, #f2709c 0, #fe8f75 100%)
}

.ekit-wid-con .elementskit-single-testimonial-slider.gradient-3 {
  background: #b18cfe;
  background: linear-gradient(-35deg, #b18cfe 0, #9460ff 100%)
}

.ekit-wid-con .elementskit-single-testimonial-slider.review-block {
  padding: 80px
}

.ekit-wid-con .elementskit-single-testimonial-slider.review-block .elementskit-commentor-content>p {
  margin-bottom: 20px
}

.ekit-wid-con .elementskit-single-testimonial-slider.review-block .elementskit-commentor-content .elementskit-author-name {
  font-size: 18px
}

.ekit-wid-con .elementskit-single-testimonial-slider.review-block .elementskit-stars {
  margin-bottom: 25px
}

.ekit-wid-con .elementskit-single-testimonial-slider.review-block .elementskit-watermark-icon {
  top: -40px;
  left: 0;
  font-size: 132px;
  color: rgb(0 0 0 / .07)
}

.ekit-wid-con .elementskit-commentor-content {
  padding-right: 30px;
  position: relative
}

.ekit-wid-con .elementskit-commentor-content .elementskit-client_logo {
  margin-bottom: 32px;
  min-height: 50px;
  display: inline-block;
  position: relative
}

.ekit-wid-con .elementskit-commentor-content .elementskit-client_logo .elementskit-testimonial-client-active-logo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-commentor-content .elementskit-client_logo .elementskit-testimonial-client-logo {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-commentor-content>i {
  font-size: 48px;
  margin-bottom: 23px;
  display: inline-block
}

.ekit-wid-con .elementskit-commentor-content>p {
  margin-bottom: 35px;
  color: rgb(0 0 0 / .5)
}

.ekit-wid-con .elementskit-commentor-content>.elementskit-border-hr {
  width: 40px;
  height: 2px;
  background-color: #2575fc;
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block
}

.ekit-wid-con .elementskit-commentor-content .elementskit-profile-info {
  display: block
}

.ekit-wid-con .elementskit-commentor-content .elementskit-author-name {
  font-size: 22px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-commentor-content .elementskit-author-des {
  font-size: 13px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-testimonial_card {
  position: relative;
  padding: 200px 170px 80px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  display: block
}

.ekit-wid-con .elementskit-testimonial_card .elementskit-stars {
  margin-bottom: 25px
}

.ekit-wid-con .elementskit-testimonial_card .elementskit-stars>li>a,
.ekit-wid-con .elementskit-testimonial_card .elementskit-stars>li>span {
  color: #fff
}

.ekit-wid-con .elementskit-testimonial_card .video-popup {
  -webkit-box-shadow: 19.799px 19.799px 40px 0 rgb(0 0 0 / .1);
  box-shadow: 19.799px 19.799px 40px 0 rgb(0 0 0 / .1);
  background-color: #fff;
  color: #2575fc;
  font-size: 28px
}

.ekit-wid-con .elementskit-testimonial_card>p {
  font-size: 22px;
  font-style: italic;
  color: #fff;
  margin-bottom: 35px
}

.ekit-wid-con .elementskit-testimonial_card .xs-overlay {
  border-radius: inherit;
  z-index: -1
}

.ekit-wid-con .elementskit-testimonial_card .elementskit-video-popup-content {
  margin-bottom: 30px
}

.ekit-wid-con .elementskit-testimonial_card .elementskit-profile-info .elementskit-author-des,
.ekit-wid-con .elementskit-testimonial_card .elementskit-profile-info .elementskit-author-name {
  color: #fff
}

.ekit-wid-con .elementskit-testimonial_card .elementskit-profile-info .elementskit-author-name {
  font-size: 22px
}

.ekit-wid-con .elementskit-testimonial_card .elementskit-profile-info .elementskit-author-des {
  font-size: 13px
}

.ekit-wid-con .elementskit-tootltip-testimonial .elementskit-commentor-content {
  background-color: #2575fc;
  border-radius: 10px;
  padding: 40px 60px;
  color: #fff;
  margin-bottom: 50px
}

.ekit-wid-con .elementskit-tootltip-testimonial .elementskit-commentor-content>p {
  margin-bottom: 0
}

.ekit-wid-con .elementskit-tootltip-testimonial .elementskit-commentor-content .elementskit-watermark-icon {
  position: absolute;
  bottom: -50px;
  left: 20px;
  font-size: 80px;
  color: rgb(0 0 0 / .1);
  line-height: 1
}

.ekit-wid-con .elementskit-tootltip-testimonial .elementskit-commentor-content::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 40px;
  height: 40px;
  background-color: #2575fc
}

.ekit-wid-con .elementskit-tootltip-testimonial .elementskit-commentor-content .elementskit-stars>li>a,
.ekit-wid-con .elementskit-tootltip-testimonial .elementskit-commentor-content .elementskit-stars>li>span {
  color: #fff
}

.ekit-wid-con .elementskit-tootltip-testimonial.style-2 .elementskit-commentor-content {
  padding: 60px 50px;
  margin-bottom: 90px
}

.ekit-wid-con .elementskit-tootltip-testimonial.style-2 .elementskit-commentor-content::before {
  -webkit-transform: none;
  transform: none;
  left: 50%;
  bottom: inherit;
  top: 100%;
  border-top: 65px solid #2575fc;
  border-right: 89px solid #fff0;
  background-color: #fff0
}

.ekit-wid-con .elementskit-tootltip-testimonial.style-2 .elementskit-commentor-content .elementskit-watermark-icon {
  position: static;
  font-size: 48px;
  color: rgb(255 255 255 / .1);
  padding-right: 30px
}

.ekit-wid-con .elementskit-tootltip-testimonial.style-3 .elementskit-commentor-content {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 80px
}

.ekit-wid-con .elementskit-tootltip-testimonial.style-3 .elementskit-commentor-content::before {
  display: none
}

.ekit-wid-con .elementskit-tootltip-testimonial.style-3 .elementskit-commentor-content .elementskit-commentor-text {
  position: relative
}

.ekit-wid-con .elementskit-tootltip-testimonial.style-3 .elementskit-commentor-content .elementskit-commentor-text .elementskit-commentor-bio {
  position: absolute;
  top: calc(100% + 35px);
  left: 0
}

.ekit-wid-con .elementskit-commentor-bio .elementskit-commentor-image>img {
  border-radius: 50%;
  height: 70px;
  width: 70px
}

.ekit-wid-con .elementskit-commentor-bio .elementskit-author-name {
  font-size: 22px;
  line-height: 1
}

.ekit-wid-con .elementskit-commentor-bio .elementskit-author-des {
  font-size: 13px
}

.ekit-wid-con .elementskit-commentor-bio.style-2 .elementskit-commentor-image>img {
  border: 5px solid #fff;
  -webkit-box-shadow: 19.799px 19.799px 40px 0 rgb(0 0 0 / .1);
  box-shadow: 19.799px 19.799px 40px 0 rgb(0 0 0 / .1);
  width: 80px;
  height: 80px
}

.ekit-wid-con .elementskit-commentor-bio.style-3 .elementskit-commentor-image>img {
  width: 120px;
  height: 120px
}

.ekit-wid-con .elementskit-commentor-bio.media .elementskit-author-name {
  font-size: 18px
}

.ekit-wid-con .elementskit-commentor-bio.media .elementskit-author-des {
  font-size: 13px
}

.ekit-wid-con .testimonial-block-slider2 {
  padding-bottom: 100px
}

.ekit-wid-con .testimonial-block-slider2.modern-nav .owl-nav {
  top: calc(50% - 30px)
}

.ekit-wid-con .testimonial-block-slider3 {
  margin-bottom: 70px
}

.ekit-wid-con .testimonial-block-slider3 .owl-nav button>i {
  font-size: 36px;
  color: #2575fc
}

.ekit-wid-con .elementskit-profile-info .elementskit-author-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  -webkit-transition: color .3s;
  transition: color .3s
}

.ekit-wid-con .elementskit-profile-info .elementskit-author-des {
  color: rgb(0 0 0 / .5);
  font-weight: 400
}

.ekit-wid-con .elementskit-profile-image-card {
  position: relative;
  overflow: hidden
}

.ekit-wid-con .elementskit-profile-image-card::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  pointer-events: none
}

.ekit-wid-con .elementskit-profile-image-card>img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.ekit-wid-con .elementskit-profile-image-card:hover::before {
  background-color: rgb(17 17 17 / .8);
  top: 0
}

.ekit-wid-con .elementskit-testimonial-slider .swiper-wrapper {
  overflow: visible
}

.ekit-wid-con .elementskit-testimonial-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ekit-wid-con .elementskit-testimonial-slider .swiper-pagination span {
  padding: 0;
  margin: 0
}

.ekit-wid-con .elementskit-testimonial-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
  max-width: calc(100% / var(--ekit_testimonial_slidetoshow, 1));
  margin-right: var(--ekit_testimonial_left_right_spacing, 15px);
  margin-left: var(--ekit_testimonial_left_right_spacing, 15px)
}

.ekit-wid-con .elementskit-testimonial_card .xs-overlay {
  opacity: 1;
  background-color: rgb(0 0 0 / .5)
}

.ekit-wid-con .elementskit-commentor-bio {
  position: absolute;
  left: 0;
  width: 100%
}

.ekit-wid-con .elementskit-commentor-bio.client_center {
  text-align: center
}

.ekit-wid-con .elementskit-commentor-bio.client_center .elementskit-commentor-image>img {
  margin-left: auto;
  margin-right: auto
}

.ekit-wid-con .elementskit-commentor-bio.client_right {
  text-align: right
}

.ekit-wid-con .elementskit-commentor-bio.client_right .elementskit-commentor-image>img {
  margin-left: auto
}

.ekit-wid-con .elementskit-commentor-bio.client_left {
  text-align: left
}

.ekit-wid-con .elementskit-testimonial-slider .swiper-button-next,
.ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev {
  font-size: 36px;
  color: #2575fc;
  width: auto;
  height: auto;
  z-index: 1
}

.ekit-wid-con .elementskit-testimonial-slider .swiper-button-next::before,
.ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev::before {
  display: none
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementskit-commentor-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementskit-stars {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementskit-commentor-bio {
  position: static
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementkit-commentor-details,
.ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementskit-commentor-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementkit-commentor-details {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementskit-icon-content {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.ekit-wid-con .elementskit-testimonial_card .xs-overlay {
  background-color: rgb(0 0 0 / .5)
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-three {
  overflow: hidden;
  position: relative
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-commentor-bio {
  position: static
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-profile-info {
  text-align: center
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-commentor-content>p {
  margin-bottom: 30px
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-icon-content {
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 1;
  z-index: 1
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-icon-content.commentor-badge::before {
  position: absolute;
  content: "";
  top: -100px;
  left: -30px;
  background-color: #2575fc;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  z-index: -1
}

.ekit-wid-con .elementkit-commentor-details.client_center {
  margin: auto
}

.ekit-wid-con .elementkit-commentor-details.client_left {
  margin-right: auto
}

.ekit-wid-con .elementkit-commentor-details.client_right {
  margin-left: auto
}

.ekit-wid-con .ekit_testimonial_style_2 {
  padding: 30px;
  border-bottom: 3px solid #fff0;
  text-align: center
}

.ekit-wid-con .ekit_testimonial_style_2:hover {
  border-bottom-color: #2575fc
}

.ekit-wid-con .ekit_testimonial_style_2 .elementskit-commentor-content {
  padding-right: 0
}

.ekit-wid-con .ekit-testimonia-style-4 {
  text-align: center
}

.ekit-wid-con .ekit-testimonia-style-4 .elementskit-single-testimonial-slider {
  padding: 30px;
  padding-bottom: 50px;
  margin-bottom: 80px;
  display: block
}

.ekit-wid-con .ekit-testimonia-style-4 .elementskit-single-testimonial-slider .elementskit-commentor-content {
  padding-right: 0
}

.ekit-wid-con .ekit-testimonia-style-4 .elementskit-single-testimonial-slider .elementskit-commentor-image img {
  margin: auto
}

.ekit-wid-con .ekit-testimonia-style-4 .elementskit-watermark-icon {
  margin-bottom: 23px;
  color: rgb(37 117 252 / .2)
}

.ekit-wid-con .ekit-testimonia-style-4 .ekit-testimonial--avatar {
  margin-bottom: 20px
}

.ekit-wid-con .ekit_testimonial_style_5 {
  text-align: left
}

.ekit-wid-con .ekit_testimonial_style_5 .elementskit-commentor-header {
  display: block
}

.ekit-wid-con .ekit_testimonial_style_5 .elementskit-single-testimonial-slider {
  padding: 30px;
  display: block
}

.ekit-wid-con .ekit_testimonial_style_5 .elementskit-single-testimonial-slider .elementskit-commentor-content {
  padding-right: 0
}

.ekit-wid-con .ekit_testimonial_style_5 .elementskit-single-testimonial-slider .elementskit-commentor-content>p {
  margin-top: 30px;
  margin-bottom: 30px
}

.ekit-wid-con .ekit_testimonial_style_5 .elementskit-watermark-icon {
  position: absolute;
  color: rgb(37 117 252 / .2)
}

.ekit-wid-con .ekit_testimonial_style_5 .ekit-testimonial--avatar {
  margin-right: 20px
}

.ekit-wid-con .ekit_testimonial_style_6 {
  text-align: center
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-single-testimonial-slider {
  padding: 30px;
  display: block
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-single-testimonial-slider .elementskit-commentor-content {
  padding-right: 0
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-stars {
  margin-bottom: 20px
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-watermark-icon {
  color: #fff
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-watermark-icon>i {
  font-size: 30px
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-watermark-icon>svg {
  width: 30px
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-profile-info {
  margin-bottom: 15px
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-commentor-image>img {
  margin-left: auto;
  margin-right: auto
}

.ekit-wid-con .ekit_testimonial_style_6 .ekit-testimonial--avatar {
  margin-bottom: 20px
}

.ekit-wid-con .ekit_watermark_icon_custom_position {
  position: absolute
}

.ekit-wid-con .elementskit-commentor-content>i,
.ekit-wid-con .elementskit-icon-content>i {
  display: inline-block
}

.ekit-wid-con .elementskit-stars {
  position: relative;
  z-index: 6
}

.ekit-wid-con .elementskit-stars>li {
  display: inline-block
}

.ekit-wid-con .elementskit-stars>li:not(:last-child) {
  margin-right: 5px
}

.ekit-wid-con .elementskit-stars>li>a,
.ekit-wid-con .elementskit-stars>li>span {
  display: block;
  pointer-events: none
}

.ekit-wid-con .elementskit-stars.style-2>li>a {
  color: #fec42d
}

.ekit-wid-con .elementskit-stars.style-3>li>a {
  color: #000
}

.ekit-wid-con .ekit-testimonial--link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  z-index: 1
}

.elementskit-commentor-content ol,
.elementskit-commentor-content ul {
  padding-left: 18px
}

.ekit-wid-con .elementkit-tab-wraper {
  line-height: 0
}

.ekit-wid-con .elementkit-tab-wraper.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ekit-wid-con .elementkit-tab-wraper.vertical>ul {
  display: block;
  height: 100%
}

.ekit-wid-con .elementkit-tab-wraper.vertical>.elementkit-tab-nav .elementkit-nav-item {
  display: block;
  width: 100%;
  margin-right: 0
}

.ekit-wid-con .elementkit-tab-wraper.elementskit-fitcontent-tab:not(.vertical) .elementkit-tab-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.ekit-wid-con .elementkit-tab-wraper.elementskit-fitcontent-tab .elementkit-tab-content {
  text-align: left;
  width: 100%;
  max-width: 100%
}

.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link.right-pos {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link .elementskit-tab-icon {
  display: block
}

.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link .elementskit-tab-icon svg {
  max-width: 30px;
  height: auto;
  position: relative;
  top: 3px
}

.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link.left-pos .elementskit-tab-icon {
  -ms-flex-item-align: center;
  align-self: center
}

.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link.top-pos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link.bottom-pos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.ekit-wid-con .elementkit-tab-nav {
  position: relative;
  border-bottom: 0 solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1
}

.ekit-wid-con .elementkit-tab-nav .elementkit-nav-item {
  margin-bottom: 0;
  float: none;
  display: inline-block
}

.ekit-wid-con .elementkit-tab-nav .elementkit-nav-item:not(:last-child) {
  margin-right: 10px
}

.ekit-wid-con .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link {
  font-weight: 700;
  padding: 14px 35px;
  border-radius: 0;
  position: relative;
  text-align: center;
  background-color: #fff0;
  border: none;
  margin: 0
}

.ekit-wid-con .elementkit-tab-nav.elementskit_tab_border_bottm .elementkit-nav-item .elementkit-nav-link::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #2575fc;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease
}

.ekit-wid-con .elementkit-tab-nav.elementskit_tab_border_bottm .elementkit-nav-item .elementkit-nav-link.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}

.ekit-wid-con .elementkit-tab-nav.elementskit_tooltip_style .elementkit-nav-item .elementkit-nav-link::before {
  position: absolute;
  content: "";
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  height: 24px;
  width: 24px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#fff0), color-stop(50%, #fff0), color-stop(50%, #4b3fe1), to(#4b3fe1));
  background-image: linear-gradient(to bottom right, #fff0 0, #fff0 50%, #4b3fe1 50%, #4b3fe1 100%);
  z-index: -1
}

.ekit-wid-con .elementkit-tab-nav.elementskit_tooltip_style .elementkit-nav-item .elementkit-nav-link.active::before {
  opacity: 1;
  visibility: visible
}

.ekit-wid-con .elementkit-tab-nav.elementskit_heartbit_style .elementkit-nav-item .elementkit-nav-link::after,
.ekit-wid-con .elementkit-tab-nav.elementskit_heartbit_style .elementkit-nav-item .elementkit-nav-link::before {
  position: absolute;
  content: "";
  left: 50%;
  opacity: 0;
  z-index: 1
}

.ekit-wid-con .elementkit-tab-nav.elementskit_heartbit_style .elementkit-nav-item .elementkit-nav-link::before {
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background-color: #2575fc
}

.ekit-wid-con .elementkit-tab-nav.elementskit_heartbit_style .elementkit-nav-item .elementkit-nav-link::after {
  bottom: -5px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  background-image: linear-gradient(136deg, #fff0 50%, #fff0 50%);
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #2575fc;
  z-index: 1
}

.ekit-wid-con .elementkit-tab-nav.elementskit_heartbit_style .elementkit-nav-item .elementkit-nav-link.active::after,
.ekit-wid-con .elementkit-tab-nav.elementskit_heartbit_style .elementkit-nav-item .elementkit-nav-link.active::before {
  opacity: 1
}

.ekit-wid-con .elementkit-tab-nav.elementskit_pregress_style .elementkit-nav-item .elementkit-nav-link::before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#07b787), to(#7ed500));
  background-image: linear-gradient(270deg, #07b787 0, #7ed500 100%);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 350ms ease 350ms;
  transition: -webkit-transform 350ms ease 350ms;
  transition: transform 350ms ease 350ms;
  transition: transform 350ms ease 350ms, -webkit-transform 350ms ease 350ms;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  z-index: 1
}

.ekit-wid-con .elementkit-tab-nav.elementskit_pregress_style .elementkit-nav-item .elementkit-nav-link::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#07b787), to(#7ed500));
  background-image: linear-gradient(270deg, #07b787 0, #7ed500 100%);
  border: 5px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 350ms ease 0s;
  transition: opacity 350ms ease 0s;
  z-index: 1
}

.ekit-wid-con .elementkit-tab-nav.elementskit_pregress_style .elementkit-nav-item .elementkit-nav-link.active::after {
  opacity: 1;
  -webkit-transition: opacity 350ms ease 350ms;
  transition: opacity 350ms ease 350ms
}

.ekit-wid-con .elementkit-tab-nav.elementskit_pregress_style .elementkit-nav-item .elementkit-nav-link.active::before {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 350ms ease 0s;
  transition: -webkit-transform 350ms ease 0s;
  transition: transform 350ms ease 0s;
  transition: transform 350ms ease 0s, -webkit-transform 350ms ease 0s
}

.ekit-wid-con .elementkit-tab-nav.elementskit_ribbon_style .elementkit-nav-item .elementkit-nav-link .elementskit-tab-icon,
.ekit-wid-con .elementkit-tab-nav.elementskit_ribbon_style .elementkit-nav-item .elementkit-nav-link .elementskit-tab-title {
  position: relative;
  z-index: 11
}

.ekit-wid-con .elementkit-tab-nav.elementskit_ribbon_style .elementkit-nav-item .elementkit-nav-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 20px);
  background-image: linear-gradient(60deg, #f2709c 0, #fe8f75 100%);
  z-index: 10;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .4s ease .4s;
  transition: -webkit-transform .4s ease .4s;
  transition: transform .4s ease .4s;
  transition: transform .4s ease .4s, -webkit-transform .4s ease .4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: 101% auto
}

.ekit-wid-con .elementkit-tab-nav.elementskit_ribbon_style .elementkit-nav-item .elementkit-nav-link::after {
  position: absolute;
  content: "";
  bottom: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  z-index: 10;
  background-image: linear-gradient(-221deg, #174eac 50%, #fff0 50%);
  opacity: 0;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s
}

.ekit-wid-con .elementkit-tab-nav.elementskit_ribbon_style .elementkit-nav-item .elementkit-nav-link.active::after {
  opacity: 1;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s
}

.ekit-wid-con .elementkit-tab-nav.elementskit_ribbon_style .elementkit-nav-item .elementkit-nav-link.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform .4s ease 0s;
  transition: -webkit-transform .4s ease 0s;
  transition: transform .4s ease 0s;
  transition: transform .4s ease 0s, -webkit-transform .4s ease 0s
}

.ekit-wid-con .elementkit-tab-nav.elementskit-fullwidth-tab>.elementkit-nav-item {
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.ekit-wid-con .elementkit-tab-content {
  line-height: 1.5
}

.ekit-wid-con .elementkit-tab-content .elementkit-tab-pane {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px
}

.ekit-wid-con .tab-nav-fluid {
  width: 100%;
  display: block !important;
  height: auto !important
}

.ekit-wid-con .elementkit-nav-link {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .ekit-tab-title-group {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}

.elementkit-tab-pane>div>ol,
.elementkit-tab-pane>div>ul {
  padding-left: 18px
}

@media (min-width:768px) {
  .elementkit-tab-wraper:not(.vertical)>ul>li>a {
    white-space: nowrap
  }
}

[data-elementor-device-mode=tablet] .elementkit-tab-wraper.vertical {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ekit-wid-con .ekit-sidebar-group .ekit-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 1002;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in var(--transition-duration);
  transition: all .4s ease-in var(--transition-duration);
  cursor: url('../fonts/cross-out.svg'), pointer;
  background-color: rgb(0 0 0 / .9)
}

.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-group .ekit-overlay {
  left: auto;
  right: 100%
}

.ekit-wid-con .ekit-sidebar-group .ekit_widget-heading {
  padding: 20px;
  float: right
}

.ekit-wid-con .ekit-sidebar-group.ekit-fade .ekit-overlay {
  left: 0;
  right: 0
}

.ekit-wid-con .ekit-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all var(--transition-duration) cubic-bezier(.9, .03, 0, .96) var(--transition-duration);
  transition: all var(--transition-duration) cubic-bezier(.9, .03, 0, .96) var(--transition-duration);
  visibility: hidden;
  opacity: 0
}

.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-widget {
  left: -100%;
  right: auto
}

.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
  visibility: visible;
  -webkit-transition: all var(--transition-duration) ease-out 0s;
  transition: all var(--transition-duration) ease-out 0s;
  left: 0;
  opacity: 1
}

.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
  left: auto;
  right: 0
}

.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all var(--transition-duration) cubic-bezier(.9, .03, 0, .96) .4s;
  transition: all var(--transition-duration) cubic-bezier(.9, .03, 0, .96) .4s
}

.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-sidebar-widget {
  left: 0;
  right: auto
}

.ekit-wid-con .ekit_sidebar-textwidget {
  padding: 20px;
  padding-top: 60px
}

.ekit-wid-con .ekit_close-side-widget {
  position: absolute;
  color: #1768dd;
  font-size: 15px;
  display: block;
  font-weight: 400;
  line-height: 1;
  padding: 4px 7px 5px 7px;
  border: 1px solid #ccc;
  z-index: 1;
  background-color: #fff;
  top: 15px;
  right: 15px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ekit-wid-con .ekit_close-side-widget svg {
  width: 100%;
  max-width: 20px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .ekit_sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit_sidebar-widget-container {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.ekit-wid-con .ekit_navSidebar-button {
  display: inline-block;
  line-height: 1
}

.ekit-wid-con .ekit_offcanvas-sidebar {
  -webkit-transition: all .3s;
  transition: all .3s
}

.ekit-wid-con .ekit_offcanvas-sidebar svg {
  width: 100%;
  max-width: 20px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .ekit-dropcap-cotnent {
  margin-bottom: 0
}

.ekit-wid-con .ekit-dropcap-cotnent:first-child::first-letter {
  color: #903;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.ekit-dropcap-wraper>ol,
.ekit-dropcap-wraper>ul {
  padding-left: 28px
}

.ekit-wid-con .ekit_double_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:480px) {
  .ekit-wid-con .ekit_double_button {
    display: block
  }
}

.ekit-wid-con .ekit-double-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  outline: 0;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  overflow: hidden;
  color: #fff;
  width: 100%;
  background-color: #3b3b3b;
  padding: 20px;
  z-index: 1
}

.ekit-wid-con .ekit-double-btn svg {
  max-width: 14px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .ekit-double-btn:hover {
  background-color: #1a1919
}

.ekit-wid-con .ekit-element-align-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.ekit-wid-con .ekit_button_middle_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 0 6px rgb(255 255 255 / .2);
  box-shadow: 0 0 0 6px rgb(255 255 255 / .2);
  background: #fafaf8;
  color: #444;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  z-index: 5
}

.ekit-wid-con .ekit-double-btn-one {
  background-color: #2575fc
}

.ekit-wid-con .ekit-double-btn-one:hover {
  background-color: #0359eb
}

.ekit-wid-con .ekit_creative_icon_box {
  display: inline-block;
  padding: 20px;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in
}

.ekit-wid-con .ekit_hover_grow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0)
}

.ekit-wid-con .ekit_hover_grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.ekit-wid-con .ekit_hover_pulse:hover {
  -webkit-animation-name: ekit-hvr-pulse;
  animation-name: ekit-hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes ekit-hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  75% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}

@keyframes ekit-hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  75% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}

.ekit-wid-con .ekit_hover_pushe:hover {
  -webkit-animation-name: ekit-hvr-push;
  animation-name: ekit-hvr-push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes ekit-hvr-push {
  50% {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes ekit-hvr-push {
  50% {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.ekit-wid-con .ekit_hover_pop:hover {
  -webkit-animation-name: ekit-hvr-pop;
  animation-name: ekit-hvr-pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes ekit-hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@keyframes ekit-hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

.ekit-wid-con .ekit_hover_rotate:hover {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg)
}

.ekit-wid-con .ekit_hover_float:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px)
}

.ekit-wid-con .ekit_hover_sink:hover {
  -webkit-transform: translateY(8px);
  transform: translateY(8px)
}

.ekit-wid-con .ekit_hover_skew:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg)
}

.ekit-wid-con .ekit_hover_wobble_horizontal:hover {
  -webkit-animation-name: ekit-hvr-wobble-horizontal;
  animation-name: ekit-hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes ekit-hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px)
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes ekit-hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px)
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.ekit-wid-con .ekit_hover_wobble_vertical:hover {
  -webkit-animation-name: ekit-hvr-wobble-vertical;
  animation-name: ekit-hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes ekit-hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes ekit-hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.ekit-wid-con .ekit_hover_shadow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background-color: #e1e1e1;
  color: #666
}

.ekit-wid-con .ekit_hover_shadow:hover {
  -webkit-box-shadow: 0 10px 10px -10px rgb(0 0 0 / .5);
  box-shadow: 0 10px 10px -10px rgb(0 0 0 / .5)
}

.ekit-wid-con .ekit_hover_float_shadow::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgb(0 0 0 / .35) 0, #fff0 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.ekit-wid-con .ekit_hover_float_shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

.ekit-wid-con .ekit_hover_float_shadow:hover::before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}

.ekit-wid-con .ekit_hover_glow_out:hover {
  -webkit-transform: scale(.93);
  transform: scale(.93)
}

.ekit-wid-con .ekit_hover_glow_out:hover::before {
  -webkit-animation: ekit-hover-glow-out 1.3s ease-out 75ms;
  animation: ekit-hover-glow-out 1.3s ease-out 75ms
}

.ekit-wid-con .ekit_hover_glow_out::before {
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 2px rgb(51 51 51 / .1);
  box-shadow: 0 0 0 2px rgb(51 51 51 / .1);
  opacity: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: ""
}

@-webkit-keyframes ekit-hover-glow-out {
  0% {
    opacity: .3
  }

  40% {
    opacity: .5;
    -webkit-box-shadow: 0 0 0 2px rgb(51 51 51 / .1), 0 0 10px 10px #333, 0 0 0 10px rgb(51 51 51 / .5);
    box-shadow: 0 0 0 2px rgb(51 51 51 / .1), 0 0 10px 10px #333, 0 0 0 10px rgb(51 51 51 / .5)
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px rgb(51 51 51 / .1), 0 0 10px 10px #333, 0 0 0 10px rgb(51 51 51 / .5);
    box-shadow: 0 0 0 2px rgb(51 51 51 / .1), 0 0 10px 10px #333, 0 0 0 10px rgb(51 51 51 / .5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

@keyframes ekit-hover-glow-out {
  0% {
    opacity: .3
  }

  40% {
    opacity: .5;
    -webkit-box-shadow: 0 0 0 2px rgb(51 51 51 / .1), 0 0 10px 10px #333, 0 0 0 10px rgb(51 51 51 / .5);
    box-shadow: 0 0 0 2px rgb(51 51 51 / .1), 0 0 10px 10px #333, 0 0 0 10px rgb(51 51 51 / .5)
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px rgb(51 51 51 / .1), 0 0 10px 10px #333, 0 0 0 10px rgb(51 51 51 / .5);
    box-shadow: 0 0 0 2px rgb(51 51 51 / .1), 0 0 10px 10px #333, 0 0 0 10px rgb(51 51 51 / .5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

.ekit-wid-con .ekit_hover_border_spined,
.ekit-wid-con .ekit_hover_dashed {
  background-color: #fff;
  color: #333;
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
  -webkit-box-shadow: inset 0 0 0 4px #333;
  box-shadow: inset 0 0 0 4px #333
}

.ekit-wid-con .ekit_hover_border_spined::before,
.ekit-wid-con .ekit_hover_dashed::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border: 4px dashed #333;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  pointer-events: none;
  border-radius: inherit
}

.ekit-wid-con .ekit_hover_border_spined:hover,
.ekit-wid-con .ekit_hover_dashed:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.ekit-wid-con .ekit_hover_border_spined:hover::before {
  -webkit-animation-name: ekit-hover-spined;
  animation-name: ekit-hover-spined;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes ekit-hover-spined {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes ekit-hover-spined {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.ekit-wid-con .ekit_round_icon {
  height: 70px;
  width: 70px;
  border-radius: 50%
}

.ekit-wid-con .ekit_hover_fill_with_shadow {
  color: #333;
  -webkit-box-shadow: 0 0 0 4px #333;
  box-shadow: 0 0 0 4px #333;
  background-color: #fff0
}

.ekit-wid-con .ekit_hover_fill_with_shadow:hover {
  -webkit-box-shadow: 0 0 0 8px rgb(51 51 51 / .3);
  box-shadow: 0 0 0 8px rgb(51 51 51 / .3);
  background-color: #333;
  color: #fff
}

.ekit-wid-con .ekit_hover_fill_only {
  -webkit-box-shadow: 0 0 0 4px #333;
  box-shadow: 0 0 0 4px #333;
  color: #333;
  background-color: #fff0
}

.ekit-wid-con .ekit_hover_fill_only:hover {
  background-color: #333;
  color: #fff
}

.ekit-wid-con .ekit_hover_fill_and_scale_border {
  background-color: rgb(0 0 0 / .1);
  color: #000
}

.ekit-wid-con .ekit_hover_fill_and_scale_border::before {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: -7px;
  left: -7px;
  padding: 7px;
  -webkit-box-shadow: 0 0 0 4px #000;
  box-shadow: 0 0 0 4px #000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
  z-index: -1
}

.ekit-wid-con .ekit_hover_fill_and_scale_border:hover {
  background-color: #000;
  color: #fff
}

.ekit-wid-con .ekit_hover_fill_and_scale_border:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.ekit-wid-con .ekit_hover_fill_and_scale_border_inset {
  -webkit-box-shadow: 0 0 0 3px #333;
  box-shadow: 0 0 0 3px #333;
  background-color: #fff0
}

.ekit-wid-con .ekit_hover_fill_and_scale_border_inset::before {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background-color: #333;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s
}

.ekit-wid-con .ekit_hover_fill_and_scale_border_inset:hover::before {
  -webkit-transform: scale(.85);
  transform: scale(.85)
}

.ekit-wid-con .ekit-video-popup {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  background-color: #da3175;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 6;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .ekit-video-popup.ekit_icon_button {
  padding: 10px
}

.ekit-wid-con .ekit-video-popup-btn {
  width: 60px;
  height: 60px;
  line-height: 45px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  background-color: #da3175;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 6;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.ekit-wid-con .ekit-video-popup svg {
  max-width: 40px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .ekit-video-popup.fill-btn {
  width: 100px;
  height: 100px;
  line-height: 104px;
  background-color: #fff;
  -webkit-box-shadow: 0 25px 25px 0 rgb(0 0 0 / .15);
  box-shadow: 0 25px 25px 0 rgb(0 0 0 / .15)
}

.ekit-wid-con .ekit-video-popup.text-btn {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: #fff0;
  text-decoration: underline
}

.ekit-wid-con .ekit-video-popup.square-btn {
  height: 156px;
  line-height: 156px;
  width: 100%;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 42px 60px 0 rgb(0 0 0 / .3);
  box-shadow: 0 42px 60px 0 rgb(0 0 0 / .3);
  padding: 0 69px
}

.ekit-wid-con .ekit-video-popup.square-btn:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

.ekit-wid-con .ekit-video-frame {
  position: relative
}

@media screen and (max-width:767px) {
  .ekit-wid-con .ekit-video-frame {
    margin-bottom: 121px
  }
}

.ekit-wid-con .ekit-video-frame .ekit-inline-video-content {
  position: relative;
  width: 100%
}

.ekit-wid-con .ekit-video-frame .ekit-inline-video-content.ekit-video-self-hosted {
  aspect-ratio: auto !important
}

.ekit-wid-con .ekit-video-frame .ekit-inline-video-content.ekit-video-self-hosted .mejs-container.mejs-video {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: var(--video-aspect-ratio, 1.77777) !important
}

.ekit-wid-con .ekit-video-frame .ekit-inline-video-content:has(iframe),
.ekit-wid-con .ekit-video-frame .ekit-inline-video-content:has(video) {
  aspect-ratio: var(--video-aspect-ratio, 1.77777)
}

@supports not (aspect-ratio:1) {
  .ekit-wid-con .ekit-video-frame .ekit-inline-video-content::before {
    content: '';
    display: block;
    padding-top: calc(100% / var(--video-aspect-ratio, 1.77777))
  }
}

.ekit-wid-con .ekit-video-frame .ekit-inline-video-content iframe,
.ekit-wid-con .ekit-video-frame .ekit-inline-video-content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.ekit-wid-con .ekit-video-frame .ekit-inline-video-content.ekit-video-inline-overlay-wrapper .ekit-video-inline-btn {
  z-index: 10
}

.ekit-wid-con .ekit-video-frame .ekit-inline-video-content.ekit-video-inline-overlay-wrapper .ekit-inline-video-overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9
}

.ekit-wid-con .ekit-video-frame .ekit-inline-video-content.ekit-video-inline-overlay-wrapper .ekit-inline-video-overlay-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.ekit-wid-con .ekit-video-frame .ekit_icon_button {
  padding: 10px
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  background-color: #da3175;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 6;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline.ekit_icon_button {
  padding: 10px
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline-btn {
  width: 60px;
  height: 60px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background-color: #da3175;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 6;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline svg {
  max-width: 40px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline.fill-btn {
  width: 100px;
  height: 100px;
  line-height: 104px;
  background-color: #fff;
  -webkit-box-shadow: 0 25px 25px 0 rgb(0 0 0 / .15);
  box-shadow: 0 25px 25px 0 rgb(0 0 0 / .15)
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline.text-btn {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: #fff0;
  text-decoration: underline
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline.square-btn {
  height: 156px;
  line-height: 156px;
  width: 100%;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 42px 60px 0 rgb(0 0 0 / .3);
  box-shadow: 0 42px 60px 0 rgb(0 0 0 / .3);
  padding: 0 69px
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline.square-btn:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

.ekit-wid-con .glow-ripple {
  position: relative
}

.ekit-wid-con .glow-ripple::after,
.ekit-wid-con .glow-ripple::before,
.ekit-wid-con .glow-ripple>i::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: red;
  border-radius: var(--video-glow-border-radius, 50%);
  -webkit-box-shadow: 0 0 0 0 currentColor;
  box-shadow: 0 0 0 0 currentColor;
  -webkit-animation: button-ripple 3s infinite;
  animation: button-ripple 3s infinite;
  opacity: .6;
  z-index: -1
}

.ekit-wid-con .glow-ripple::before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

.ekit-wid-con .glow-ripple::after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.ekit-wid-con .glow-radio_wave {
  position: relative;
  padding: 12px 24px;
  border-radius: 50px;
  color: #fff;
  border: none;
  cursor: pointer;
  overflow: visible;
  z-index: 1
}

.ekit-wid-con .glow-radio_wave::after,
.ekit-wid-con .glow-radio_wave::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border: 2px solid currentColor;
  -webkit-animation: radio-wave 1.5s cubic-bezier(.165, .84, .44, 1) infinite;
  animation: radio-wave 1.5s cubic-bezier(.165, .84, .44, 1) infinite;
  opacity: 0;
  z-index: -1
}

.ekit-wid-con .glow-radio_wave::before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.ekit-wid-con .glow-radio_wave::after {
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}

.ekit-wid-con .ekit-video-inline-overlay-wrapper {
  position: relative
}

.ekit-wid-con .ekit-video-inline-overlay-wrapper .ekit-inline-video-overlay-image img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer
}

.ekit-inline-video-content .mejs-video.mejs-container,
.ekit_self_video_wrap .mejs-video.mejs-container {
  margin: 0 auto;
  line-height: 0;
  width: 900px !important
}

@media screen and (min-width:1025px) {

  .ekit-inline-video-content .mejs-video.mejs-container,
  .ekit_self_video_wrap .mejs-video.mejs-container {
    height: 507px !important
  }
}

.ekit-inline-video-content .mejs-video.mejs-container video.video_class,
.ekit_self_video_wrap .mejs-video.mejs-container video.video_class {
  height: 100% !important;
  width: 100% !important
}

.ekit-inline-video-content .mejs-video.mejs-container video.inline_video_class,
.ekit_self_video_wrap .mejs-video.mejs-container video.inline_video_class {
  height: 100% !important;
  width: 100% !important
}

.ekit-inline-video-content .mfp-close,
.ekit_self_video_wrap .mfp-close {
  position: fixed;
  outline: 0
}

.ekit-inline-video-content .mfp-close:hover,
.ekit_self_video_wrap .mfp-close:hover {
  background-color: #000;
  border-color: #000
}

.ekit-inline-video-content_content .mfp-content,
.ekit_self_video_wrap_content .mfp-content {
  width: auto;
  max-width: 900px
}

.mfp-close.ekit-video-popup-close {
  top: 0;
  right: 0;
  position: fixed;
  text-align: center;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ekit-wid-con.ekit_wpForms_container .wpforms-submit {
  line-height: normal
}

.ekit-wid-con.ekit_wpForms_container .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.ekit-wid-con.ekit_wpForms_container .wpforms-container .wpforms-field select,
.ekit-wid-con.ekit_wpForms_container .wpforms-container .wpforms-field textarea {
  max-width: 100% !important
}

.ekit-wid-con.ekit_wpForms_container .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
  max-width: 100%
}

.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=date],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=datetime-local],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=datetime],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=email],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=month],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=number],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=password],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=range],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=search],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=tel],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=text],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=time],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=url],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=week],
.ekit-wid-con.ekit_wpForms_container .wpforms-form select,
.ekit-wid-con.ekit_wpForms_container .wpforms-form textarea {
  height: 100%
}

.elementor-element div.wpforms-container-full,
.elementor-element div.wpforms-container-full .wpforms-form * {
  visibility: inherit
}

.ekit-wid-con .elementskit-btn {
  border-radius: 5px;
  font-size: 15px;
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
  fill: #fff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  background-color: #2575fc;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .elementskit-btn:hover {
  background-color: #0350d2
}

.ekit-wid-con .elementskit-btn:hover::before {
  opacity: 1
}

.ekit-wid-con .elementskit-btn::before {
  position: absolute;
  content: "";
  border-radius: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 102% 102%;
  opacity: 0
}

.ekit-wid-con .single-btn {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.ekit-wid-con .single-btn:last-child {
  margin-bottom: 0
}

.ekit-wid-con .btn.sm {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding-left: 16px;
  padding-right: 16px
}

.ekit-wid-con .btn.sm.round {
  border-radius: 15px
}

.ekit-wid-con .btn.md {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 22px;
  padding-right: 22px
}

.ekit-wid-con .btn.md.round {
  border-radius: 20px
}

.ekit-wid-con .btn.lg {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  padding-left: 40px;
  padding-right: 40px
}

.ekit-wid-con .btn.lg.round {
  border-radius: 25px
}

.ekit-wid-con .btn.xl {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding-left: 36px;
  padding-right: 36px
}

.ekit-wid-con .btn.xl.round {
  border-radius: 30px
}

.ekit-wid-con .btn.border-gra-one,
.ekit-wid-con .btn.gra-one {
  background: gradieintplate(gra-one, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-one, angle)), color-stop(0, gradieintplate(gra-one, bg-one)), to(gradieintplate(gra-one, bg-two)));
  background: linear-gradient(gradieintplate(gra-one, angle), gradieintplate(gra-one, bg-one) 0, gradieintplate(gra-one, bg-two))
}

.ekit-wid-con .btn.border-gra-two,
.ekit-wid-con .btn.gra-two {
  background: gradieintplate(gra-two, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-two, angle)), color-stop(0, gradieintplate(gra-two, bg-one)), to(gradieintplate(gra-two, bg-two)));
  background: linear-gradient(gradieintplate(gra-two, angle), gradieintplate(gra-two, bg-one) 0, gradieintplate(gra-two, bg-two))
}

.ekit-wid-con .btn.border-gra-three,
.ekit-wid-con .btn.gra-three {
  background: gradieintplate(gra-three, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-three, angle)), color-stop(0, gradieintplate(gra-three, bg-one)), to(gradieintplate(gra-three, bg-two)));
  background: linear-gradient(gradieintplate(gra-three, angle), gradieintplate(gra-three, bg-one) 0, gradieintplate(gra-three, bg-two))
}

.ekit-wid-con .btn.border-gra-four,
.ekit-wid-con .btn.gra-four {
  background: gradieintplate(gra-four, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-four, angle)), color-stop(0, gradieintplate(gra-four, bg-one)), to(gradieintplate(gra-four, bg-two)));
  background: linear-gradient(gradieintplate(gra-four, angle), gradieintplate(gra-four, bg-one) 0, gradieintplate(gra-four, bg-two))
}

.ekit-wid-con .btn.border-gra-five,
.ekit-wid-con .btn.gra-five {
  background: gradieintplate(gra-five, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-five, angle)), color-stop(0, gradieintplate(gra-five, bg-one)), to(gradieintplate(gra-five, bg-two)));
  background: linear-gradient(gradieintplate(gra-five, angle), gradieintplate(gra-five, bg-one) 0, gradieintplate(gra-five, bg-two))
}

.ekit-wid-con .btn.border-gra-six,
.ekit-wid-con .btn.gra-six {
  background: gradieintplate(gra-six, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-six, angle)), color-stop(0, gradieintplate(gra-six, bg-one)), to(gradieintplate(gra-six, bg-two)));
  background: linear-gradient(gradieintplate(gra-six, angle), gradieintplate(gra-six, bg-one) 0, gradieintplate(gra-six, bg-two))
}

.ekit-wid-con .btn.border-gra-seven,
.ekit-wid-con .btn.gra-seven {
  background: gradieintplate(gra-seven, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-seven, angle)), color-stop(0, gradieintplate(gra-seven, bg-one)), to(gradieintplate(gra-seven, bg-two)));
  background: linear-gradient(gradieintplate(gra-seven, angle), gradieintplate(gra-seven, bg-one) 0, gradieintplate(gra-seven, bg-two))
}

.ekit-wid-con .btn.border-gra-eight,
.ekit-wid-con .btn.gra-eight {
  background: gradieintplate(gra-eight, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-eight, angle)), color-stop(0, gradieintplate(gra-eight, bg-one)), to(gradieintplate(gra-eight, bg-two)));
  background: linear-gradient(gradieintplate(gra-eight, angle), gradieintplate(gra-eight, bg-one) 0, gradieintplate(gra-eight, bg-two))
}

.ekit-wid-con .btn.border-gra-nine,
.ekit-wid-con .btn.gra-nine {
  background: gradieintplate(gra-nine, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-nine, angle)), color-stop(0, gradieintplate(gra-nine, bg-one)), to(gradieintplate(gra-nine, bg-two)));
  background: linear-gradient(gradieintplate(gra-nine, angle), gradieintplate(gra-nine, bg-one) 0, gradieintplate(gra-nine, bg-two))
}

.ekit-wid-con .btn.border-gra-ten,
.ekit-wid-con .btn.gra-ten {
  background: gradieintplate(gra-ten, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-ten, angle)), color-stop(0, gradieintplate(gra-ten, bg-one)), to(gradieintplate(gra-ten, bg-two)));
  background: linear-gradient(gradieintplate(gra-ten, angle), gradieintplate(gra-ten, bg-one) 0, gradieintplate(gra-ten, bg-two))
}

.ekit-wid-con .btn.border-gra-eleven,
.ekit-wid-con .btn.gra-eleven {
  background: gradieintplate(gra-eleven, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-eleven, angle)), color-stop(0, gradieintplate(gra-eleven, bg-one)), to(gradieintplate(gra-eleven, bg-two)));
  background: linear-gradient(gradieintplate(gra-eleven, angle), gradieintplate(gra-eleven, bg-one) 0, gradieintplate(gra-eleven, bg-two))
}

.ekit-wid-con .btn.gra-one::before {
  background: hovergradieintplate(gra-one, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-one, angle)), color-stop(0, hovergradieintplate(gra-one, bg-one)), to(hovergradieintplate(gra-one, bg-two)));
  background: linear-gradient(hovergradieintplate(gra-one, angle), hovergradieintplate(gra-one, bg-one) 0, hovergradieintplate(gra-one, bg-two))
}

.ekit-wid-con .btn.gra-two::before {
  background: hovergradieintplate(gra-two, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-two, angle)), color-stop(0, hovergradieintplate(gra-two, bg-one)), to(hovergradieintplate(gra-two, bg-two)));
  background: linear-gradient(hovergradieintplate(gra-two, angle), hovergradieintplate(gra-two, bg-one) 0, hovergradieintplate(gra-two, bg-two))
}

.ekit-wid-con .btn.gra-three::before {
  background: hovergradieintplate(gra-three, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-three, angle)), color-stop(0, hovergradieintplate(gra-three, bg-one)), to(hovergradieintplate(gra-three, bg-two)));
  background: linear-gradient(hovergradieintplate(gra-three, angle), hovergradieintplate(gra-three, bg-one) 0, hovergradieintplate(gra-three, bg-two))
}

.ekit-wid-con .btn.gra-four::before {
  background: hovergradieintplate(gra-four, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-four, angle)), color-stop(0, hovergradieintplate(gra-four, bg-one)), to(hovergradieintplate(gra-four, bg-two)));
  background: linear-gradient(hovergradieintplate(gra-four, angle), hovergradieintplate(gra-four, bg-one) 0, hovergradieintplate(gra-four, bg-two))
}

.ekit-wid-con .btn.gra-five::before {
  background: hovergradieintplate(gra-five, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-five, angle)), color-stop(0, hovergradieintplate(gra-five, bg-one)), to(hovergradieintplate(gra-five, bg-two)));
  background: linear-gradient(hovergradieintplate(gra-five, angle), hovergradieintplate(gra-five, bg-one) 0, hovergradieintplate(gra-five, bg-two))
}

.ekit-wid-con .btn.gra-six::before {
  background: hovergradieintplate(gra-six, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-six, angle)), color-stop(0, hovergradieintplate(gra-six, bg-one)), to(hovergradieintplate(gra-six, bg-two)));
  background: linear-gradient(hovergradieintplate(gra-six, angle), hovergradieintplate(gra-six, bg-one) 0, hovergradieintplate(gra-six, bg-two))
}

.ekit-wid-con .btn.gra-seven::before {
  background: hovergradieintplate(gra-seven, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-seven, angle)), color-stop(0, hovergradieintplate(gra-seven, bg-one)), to(hovergradieintplate(gra-seven, bg-two)));
  background: linear-gradient(hovergradieintplate(gra-seven, angle), hovergradieintplate(gra-seven, bg-one) 0, hovergradieintplate(gra-seven, bg-two))
}

.ekit-wid-con .btn.gra-eight::before {
  background: hovergradieintplate(gra-eight, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-eight, angle)), color-stop(0, hovergradieintplate(gra-eight, bg-one)), to(hovergradieintplate(gra-eight, bg-two)));
  background: linear-gradient(hovergradieintplate(gra-eight, angle), hovergradieintplate(gra-eight, bg-one) 0, hovergradieintplate(gra-eight, bg-two))
}

.ekit-wid-con .btn.gra-nine::before {
  background: hovergradieintplate(gra-nine, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-nine, angle)), color-stop(0, hovergradieintplate(gra-nine, bg-one)), to(hovergradieintplate(gra-nine, bg-two)));
  background: linear-gradient(hovergradieintplate(gra-nine, angle), hovergradieintplate(gra-nine, bg-one) 0, hovergradieintplate(gra-nine, bg-two))
}

.ekit-wid-con .btn.gra-ten::before {
  background: hovergradieintplate(gra-ten, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-ten, angle)), color-stop(0, hovergradieintplate(gra-ten, bg-one)), to(hovergradieintplate(gra-ten, bg-two)));
  background: linear-gradient(hovergradieintplate(gra-ten, angle), hovergradieintplate(gra-ten, bg-one) 0, hovergradieintplate(gra-ten, bg-two))
}

.ekit-wid-con .btn.gra-eleven::before {
  background: hovergradieintplate(gra-eleven, bg-one);
  background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-eleven, angle)), color-stop(0, hovergradieintplate(gra-eleven, bg-one)), to(hovergradieintplate(gra-eleven, bg-two)));
  background: linear-gradient(hovergradieintplate(gra-eleven, angle), hovergradieintplate(gra-eleven, bg-one) 0, hovergradieintplate(gra-eleven, bg-two))
}

.ekit-wid-con .btn.square {
  border-radius: 0
}

.ekit-wid-con .btn-outline-primary {
  border-color: #f5f5f5;
  background-color: #fff
}

.ekit-wid-con .btn-info {
  background-color: #f15
}

.ekit-wid-con .btn.info-s2 {
  color: #f15;
  background-color: #fff;
  -webkit-box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / .07);
  box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / .07)
}

.ekit-wid-con .btn-outline-info {
  border-color: #f15;
  background-color: #fff;
  color: #000
}

.ekit-wid-con .btn-outline-info.info-s2 {
  color: #000
}

.ekit-wid-con .btn.border-gra,
.ekit-wid-con .btn.btn-gra {
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1
}

.ekit-wid-con .btn.border-gra::before,
.ekit-wid-con .btn.btn-gra::before {
  position: absolute;
  content: "";
  border-radius: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1
}

.ekit-wid-con .btn.btn-gra::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 101% 101%;
  opacity: 0
}

.ekit-wid-con .btn.btn-gra:hover::before {
  opacity: 1
}

.ekit-wid-con .btn.border-gra {
  background-size: 101% 101%;
  border: 0
}

.ekit-wid-con .btn.border-gra::before {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #fff
}

.ekit-wid-con .btn.border-gra:hover::before {
  opacity: 0
}

.ekit-wid-con .elementskit-btn i {
  display: inline-block;
  vertical-align: middle
}

.ekit-wid-con .ekit-mailChimpForm .elementskit_input_label {
  display: inline-block;
  margin-bottom: .5rem
}

.ekit-wid-con .ekit-mailChimpForm .elementskit_form_group {
  margin-bottom: 1rem;
  margin: 0
}

.ekit-wid-con .ekit-mailChimpForm .ekit_form_control {
  display: block;
  width: 100%;
  height: auto;
  min-height: 42px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.ekit-wid-con .ekit-mailChimpForm .ekit_form_control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.ekit-wid-con .ekit-mailChimpForm .ekit_form_control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.ekit-wid-con .ekit-mailChimpForm .ekit_form_control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.ekit-wid-con .ekit-mailChimpForm .ekit_form_control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.ekit-wid-con .ekit-mailChimpForm .ekit_form_control::placeholder {
  color: #6c757d;
  opacity: 1
}

.ekit-wid-con .ekit-mailChimpForm .ekit_form_control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0
}

.ekit-wid-con .ekit-mail-submit {
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding: 15px 40px 15px 40px;
  -webkit-box-shadow: 0 7px 15px 0 rgb(55 74 94 / .3);
  box-shadow: 0 7px 15px 0 rgb(55 74 94 / .3);
  border-style: solid;
  border-width: 0;
  color: #fff;
  background-color: #374a5e;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px
}

.ekit-wid-con .ekit-mail-submit svg {
  max-width: 16px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .ekit-mail-submit::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1;
  opacity: 0;
  background-size: 101% 101%;
  border-radius: inherit
}

.ekit-wid-con .ekit-mail-submit:hover::before {
  opacity: 1
}

.ekit-wid-con .elementskit_input_group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.ekit-wid-con .elementskit_input_group .ekit_form_control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%
}

.ekit-wid-con .elementskit_input_group .ekit_form_control.ekit_append_input {
  border-radius: 5px 0 0 5px
}

.ekit-wid-con .elementskit_input_group_prepend {
  margin-right: -1px
}

.ekit-wid-con .elementskit_input_group_prepend+.ekit_form_control {
  border-radius: 0 5px 5px 0
}

.ekit-wid-con .elementskit_input_group_append .elementskit_input_group_text {
  border-radius: 0 5px 5px 0;
  margin-left: -1px
}

.ekit-wid-con .elementskit_input_group_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  height: 100%;
  padding: 15px;
  border-radius: 5px 0 0 5px
}

.ekit-wid-con .elementskit_input_group_text svg {
  max-width: 20px;
  height: auto;
  vertical-align: middle
}

.ekit-wid-con .elementskit_inline_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ekit-wid-con .elementskit_inline_form .elementskit_form_group {
  margin-bottom: 0
}

.ekit-wid-con .elementskit_inline_form .elementskit_input_wraper:not(.ekit_submit_input_holder) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.ekit-wid-con .elementskit_inline_form .ekit_submit_input_holder {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.ekit-wid-con .elementskit_inline_form .ekit-mail-submit {
  width: 100%
}

@media screen and (max-width:767px) {
  .ekit-wid-con .elementskit_inline_form.has-extra-fields>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0 !important
  }

  .ekit-wid-con .elementskit_inline_form.has-extra-fields>div:not(:last-child) {
    margin-bottom: 20px
  }
}

.ekit-wid-con .ekit-mail-submit {
  padding: 11.5px 40px
}

.ekit-wid-con .ekit-mail-message {
  display: none;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 5px
}

.ekit-wid-con .ekit-mail-message.error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb
}

.ekit-wid-con .ekit-mail-message.success {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb
}

.ekit-wid-con .ekit-single-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px
}

.ekit-wid-con .ekit-single-day:not(:last-child) {
  border-bottom: 1px solid rgb(0 0 0 / .1)
}

.ekit-wid-con .ekit-single-day>span {
  display: inline-block
}

.ekit-wid-con .ekit-single-day .ekit-business-day {
  font-size: 30px;
  color: #3b3b3b;
  font-weight: 500;
  padding-left: 5px;
  margin-right: auto
}

.ekit-wid-con .ekit-single-day .ekit-business-time {
  font-size: 20px;
  color: #333;
  padding-right: 5px;
  margin-left: auto
}

@media (max-width:480px) {
  .ekit-wid-con .ekit-single-day {
    display: block
  }

  .ekit-wid-con .ekit-single-day>span {
    display: block
  }

  .ekit-wid-con .ekit-single-day .ekit-business-time {
    padding-left: 5px
  }
}

.ekit-wid-con .ekit-heading {
  position: relative
}

.ekit-wid-con .ekit-heading__shadow-text {
  z-index: 0;
  font-size: 90px;
  position: absolute;
  font-weight: 700;
  line-height: 120px;
  white-space: nowrap;
  letter-spacing: -6px;
  font-family: Archivo, sans-serif;
  color: #fff0;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(16 16 16 / .1)
}

.ekit-wid-con .ekit-heading__shadow-text~* {
  z-index: 1;
  position: relative
}

.ekit-wid-con .ekit-heading__title-has-border {
  position: relative
}

.ekit-wid-con .ekit-heading__title-has-border::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff512f), to(#dd2476));
  background: linear-gradient(to bottom, #ff512f, #dd2476)
}

.ekit-wid-con .ekit-heading__title-has-border.start::before {
  left: 0
}

.ekit-wid-con .ekit-heading__title-has-border.end::before {
  right: 0
}

.ekit-wid-con .ekit-heading__title-has-border~.ekit-heading__description {
  display: block
}

.ekit-wid-con .ekit-heading__title-in-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ekit-wid-con .ekit-heading__subtitle-has-border {
  border: 1px solid #fff;
  padding: .25rem 3rem;
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  vertical-align: middle
}

.ekit-wid-con .ekit-heading .ekit_border_custom img {
  display: inline-block
}

.ekit-wid-con .elementskit-border-divider {
  height: 4px;
  width: 30px;
  background: #2575fc;
  border-radius: 2px;
  position: relative;
  margin-left: 27px
}

.ekit-wid-con .elementskit-border-divider::before {
  content: "";
  position: absolute;
  color: #0c5adb;
  left: -27px;
  top: 0;
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #0c5adb;
  -webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
  box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor
}

.ekit-wid-con .elementskit-border-divider.elementskit-style-long {
  width: 150px;
  border-radius: 0;
  background: #2575fc;
  margin-left: 0
}

.ekit-wid-con .elementskit-border-divider.elementskit-style-long::before {
  display: none
}

.ekit-wid-con .elementskit-border-divider.elementskit-style-long.style-3 {
  width: 90px
}

.ekit-wid-con .elementskit-border-divider.style-2 {
  background: #e7e7e7
}

.ekit-wid-con .elementskit-border-divider.style-2::before {
  background-color: #e7e7e7;
  -webkit-box-shadow: 9px 0 0 0 #e7e7e7;
  box-shadow: 9px 0 0 0 #e7e7e7;
  left: -19px
}

.ekit-wid-con .elementskit-border-star {
  width: 135px;
  color: #2575fc;
  background: #2575fc;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), color-stop(38%, currentColor), color-stop(38%, #fff0), color-stop(62%, #fff0), color-stop(62%, currentColor), to(currentColor));
  background: linear-gradient(90deg, currentColor 0, currentColor 38%, #fff0 38%, #fff0 62%, currentColor 62%, currentColor 100%);
  height: 2px;
  position: relative
}

.ekit-wid-con .elementskit-border-star::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 14.3px;
  height: 14.3px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background-color: #2575fc;
  top: -7.15px
}

.ekit-wid-con .elementskit-border-star.style-2 {
  background: #d7d7d7;
  background: -webkit-gradient(linear, left top, right top, from(#d7d7d7), color-stop(38%, #d7d7d7), color-stop(38%, #fff0), color-stop(62%, #fff0), color-stop(62%, #d7d7d7), to(#d7d7d7));
  background: linear-gradient(90deg, #d7d7d7 0, #d7d7d7 38%, #fff0 38%, #fff0 62%, #d7d7d7 62%, #d7d7d7 100%)
}

.ekit-wid-con .elementskit-border-star.style-2::after {
  background-color: #d7d7d7
}

.ekit-wid-con .elementskit-border-star.elementskit-bullet {
  height: 1px
}

.ekit-wid-con .elementskit-border-star.elementskit-bullet::after {
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.ekit-wid-con .elementskit-section-title {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0;
  margin-bottom: 20px
}

.ekit-wid-con .elementskit-section-title.medium {
  font-size: 36px
}

.ekit-wid-con .elementskit-section-title em {
  font-family: "Playfair Display", serif
}

.ekit-wid-con .elementskit-section-title.block span {
  background-color: #2575fc;
  color: #fff;
  padding: 5px
}

.ekit-wid-con .elementskit-section-title a {
  color: inherit;
  font-size: inherit;
  line-height: inherit
}

.ekit-wid-con .elementskit-section-subtitle {
  font-weight: 700;
  color: rgb(0 0 0 / .5)
}

.ekit-wid-con .elementskit-section-subtitle.primary-v {
  color: #2575fc
}

.ekit-wid-con .elementskit-section-subtitle.elementskit-gradient-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-image: -webkit-linear-gradient(-35deg, #2575fc 0, #6a11cb 100%);
  color: #2575fc;
  background-size: 50%
}

.ekit-wid-con .elementskit-section-subtitle.elementskit-style-border {
  display: inline-block;
  position: relative;
  vertical-align: middle
}

.ekit-wid-con .elementskit-section-subtitle.elementskit-style-border::after,
.ekit-wid-con .elementskit-section-subtitle.elementskit-style-border::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #d7d7d7;
  display: inline-block;
  vertical-align: middle
}

.ekit-wid-con .elementskit-section-subtitle.elementskit-style-border::before {
  margin-right: 15px
}

.ekit-wid-con .elementskit-section-subtitle.elementskit-style-border::after {
  margin-left: 15px
}

.ekit-wid-con .elementskitsection-title-wraper {
  position: relative;
  z-index: 2
}

.ekit-wid-con .elementskitsection-title-wraper>p {
  margin-top: 21px;
  margin-bottom: 12px
}

.ekit-wid-con .elementskitsection-title-wraper .section-title {
  margin-bottom: 5px
}

.ekit-wid-con .elementskitsection-title-wraper.text-center,
.ekit-wid-con .elementskitsection-title-wraper.text-right {
  margin-bottom: 40px
}

.ekit-wid-con .elementskitsection-title-wraper.green-v .section-title {
  color: #53f995
}

.ekit-wid-con .elementskitsection-title-wraper.green-v .elementskit-border-divider {
  background: #53f995
}

.ekit-wid-con .elementskitsection-title-wraper.green-v .elementskit-border-divider::before {
  background-color: inherit;
  -webkit-box-shadow: 9px 0 0 0 #53f995, 18px 0 0 0 #53f995;
  box-shadow: 9px 0 0 0 #53f995, 18px 0 0 0 #53f995
}

.ekit-wid-con .elementskitsection-title-wraper.white-v .section-title {
  color: #fff
}

.ekit-wid-con .elementskitsection-title-wraper.white-v .elementskit-border-divider {
  background: #fff
}

.ekit-wid-con .elementskitsection-title-wraper.white-v .elementskit-border-divider::before {
  background-color: inherit;
  -webkit-box-shadow: 9px 0 0 0 #fff, 18px 0 0 0 #fff;
  box-shadow: 9px 0 0 0 #fff, 18px 0 0 0 #fff
}

.ekit-wid-con .elementskitsection-title-wraper.primary-v .section-title {
  color: #2575fc
}

.ekit-wid-con .elementskitsection-title-wraper.primary-v .elementskit-border-divider {
  background: #2575fc
}

.ekit-wid-con .elementskitsection-title-wraper.primary-v .elementskit-border-divider::before {
  background-color: inherit;
  -webkit-box-shadow: 9px 0 0 0 #2575fc, 18px 0 0 0 #2575fc;
  box-shadow: 9px 0 0 0 #2575fc, 18px 0 0 0 #2575fc
}

.ekit-wid-con .elementskitsection-title-wraper.version-2.primary-v .section-title {
  color: #000
}

.ekit-wid-con .elementskitsection-title-wraper.version-3>p {
  margin-top: 18px
}

.ekit-wid-con .elementskitsection-title-wraper.version-4 .section-title {
  position: relative;
  margin-left: 52px
}

.ekit-wid-con .elementskitsection-title-wraper.version-4 .section-title::before {
  position: absolute;
  content: "";
  top: calc(50% - 1.5px);
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #2575fc
}

.ekit-wid-con .elementskitsection-title-wraper.version-5 .mask-title {
  margin-bottom: 12px
}

.ekit-wid-con .elementskitsection-title-wraper.version-5 .section-title {
  font-size: 22px;
  color: rgb(0 0 0 / .5);
  letter-spacing: 5.8px;
  margin-bottom: 10px
}

.ekit-wid-con .elementskitsection-title-wraper .shuffle-letter-title-wraper {
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  z-index: -1
}

.ekit-wid-con .elementskit-section-title {
  font-weight: 500
}

.ekit-wid-con .elementskit-section-title.text_fill>span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-image: -webkit-linear-gradient(-35deg, #2575fc 0, #6a11cb 100%);
  color: #2575fc
}

.ekit-wid-con .elementskit-section-title span {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
  font-weight: 700
}

.ekit-wid-con .text_fill>span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0
}

.ekit-wid-con .elementskit-section-title-wraper.center,
.ekit-wid-con .elementskit-section-title-wraper.text_center {
  text-align: center
}

.ekit-wid-con .elementskit-section-title-wraper.center .elementskit-border-divider,
.ekit-wid-con .elementskit-section-title-wraper.center .elementskit-border-star,
.ekit-wid-con .elementskit-section-title-wraper.text_center .elementskit-border-divider,
.ekit-wid-con .elementskit-section-title-wraper.text_center .elementskit-border-star {
  margin-left: auto;
  margin-right: auto
}

.ekit-wid-con .elementskit-section-title-wraper.right,
.ekit-wid-con .elementskit-section-title-wraper.text_right {
  text-align: right
}

.ekit-wid-con .elementskit-section-title-wraper.right .elementskit-border-divider,
.ekit-wid-con .elementskit-section-title-wraper.right .elementskit-border-star,
.ekit-wid-con .elementskit-section-title-wraper.text_right .elementskit-border-divider,
.ekit-wid-con .elementskit-section-title-wraper.text_right .elementskit-border-star {
  margin-left: auto
}

.ekit-wid-con .elementskit-section-title-wraper.right .elementskit-border-divider,
.ekit-wid-con .elementskit-section-title-wraper.text_right .elementskit-border-divider {
  left: 0
}

.ekit-wid-con .elementskit-section-title-wraper.left,
.ekit-wid-con .elementskit-section-title-wraper.text_left {
  text-align: left
}

.ekit-wid-con .elementskit-section-title-wraper.left .elementskit-border-divider,
.ekit-wid-con .elementskit-section-title-wraper.text_left .elementskit-border-divider {
  left: 0
}

.ekit-heading--subtitle {
  margin-top: 8px;
  margin-bottom: 16px
}

.ekit-heading__description {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 24px
}

.ekit-heading__description>p:first-child {
  margin-top: 10px
}

.ekit-wid-con .post--tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ekit-wid-con .post--tab .tabHeader {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%
}

.ekit-wid-con .post--tab .tabHeader .tab__list {
  list-style: none;
  padding-left: 0
}

.ekit-wid-con .post--tab .tabHeader .tab__list>.tab__list__item {
  font-size: 14px;
  color: #232323;
  border: none;
  padding: 14px 16px 14px 30px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  position: relative
}

.ekit-wid-con .post--tab .tabHeader .tab__list>.tab__list__item.active,
.ekit-wid-con .post--tab .tabHeader .tab__list>.tab__list__item:hover {
  color: #d72924;
  background-color: #f0f1f4;
  z-index: 2
}

.ekit-wid-con .post--tab .tabContent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%
}

.ekit-wid-con .ekit--tab__post__details {
  min-height: 100px
}

.ekit-wid-con .ekit--tab__post__details .tabItem {
  display: none;
  -webkit-animation: hide-fadeout .6s ease-out;
  animation: hide-fadeout .6s ease-out
}

.ekit-wid-con .ekit--tab__post__details .tabItem.active {
  display: block;
  -webkit-animation: show-fadein .6s ease-in;
  animation: show-fadein .6s ease-in
}

.ekit-wid-con .ekit--tab__post__details .tab__post__single--item {
  border-top: 0;
  width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left
}

.ekit-wid-con .ekit--tab__post__details .tab__post__single--item.ekit___column-2 {
  width: 50%
}

.ekit-wid-con .ekit--tab__post__details .tab__post__single--item.ekit___column-4 {
  width: 25%
}

.ekit-wid-con .ekit--tab__post__details .tab__post__single--item:hover .tab__post--header>img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.ekit-wid-con .ekit--tab__post__details .tab__post--header {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0
}

.ekit-wid-con .ekit--tab__post__details .tab__post--header>img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 100%
}

.ekit-wid-con .ekit--tab__post__details .tab__post--header .tab__post--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5
}

.ekit-wid-con .ekit--tab__post__details .tab__post--header .tab__post--icon>span {
  color: #fff;
  font-size: 48px
}

.ekit-wid-con .ekit--tab__post__details .tab__post--title {
  font-size: 15px;
  font-weight: 500;
  color: #232323
}

.ekit-wid-con .ekit--tab__post__details .tab__post--title>a {
  color: inherit;
  line-height: inherit;
  padding-left: 0;
  padding-right: 0
}

.ekit-wid-con .ekit--tab__post__details .post_grid_img_thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .4s;
  transition: all .4s
}

.ekit-wid-con .ekit--tab__post__details .post_grid_img_thumb:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.ekit-wid-con .post--tab.disbale-hover img {
  -webkit-transform: inherit !important;
  transform: inherit !important
}

.ekit-wid-con .clearfix::after {
  display: block;
  content: "";
  clear: both
}

.ekit-wid-con .post--lists {
  list-style: none;
  padding-left: 0
}

.ekit-wid-con .post--lists>li {
  border: none !important
}

.ekit-wid-con .post--lists>li>a {
  padding: 8px 16px;
  line-height: normal;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit-wid-con .post--lists.vertical--list>li {
  float: left;
  margin-right: 16px
}

.ekit-wid-con .post--lists.vertical--list>li>a {
  padding-left: 0;
  padding-right: 0
}

.ekit-wid-con .ekit-post_grid-item {
  margin-bottom: 27px
}

.ekit-wid-con .ekit-post_grid-title {
  margin-top: 0;
  margin-bottom: 0
}

.ekit_modal-searchPanel .xs-serach {
  position: relative
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit]) {
  padding: 0 20px;
  background-color: #fff0;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  border: 0;
  border: 1px solid #e7e7e7;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit])::-moz-placeholder {
  color: #777;
  font-size: 14px;
  opacity: 1
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit])::-webkit-input-placeholder {
  color: #777;
  font-size: 14px;
  opacity: 1
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit]):-ms-input-placeholder {
  color: #777;
  font-size: 14px;
  opacity: 1
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit])::-ms-input-placeholder {
  color: #777;
  font-size: 14px;
  opacity: 1
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit])::placeholder {
  color: #777;
  font-size: 14px;
  opacity: 1
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit]):focus {
  border-color: #2575fc
}

.ekit_modal-searchPanel .xs-serach .search-btn {
  width: 62px;
  border: 0;
  font-size: 14px;
  color: #777;
  background-color: #fff0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.ekit_modal-searchPanel .mfp-wrap.ekit-promo-popup::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgb(0 0 0 / .87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation .8s ease-out forwards;
  animation: menu-animation .8s ease-out forwards
}

.ekit_modal-searchPanel .mfp-wrap.ekit-promo-popup {
  height: 100vh;
  overflow: hidden
}

.ekit_modal-searchPanel .mfp-bg.my-mfp-slide-bottom {
  display: none
}

.ekit_modal-searchPanel .ekit-sidebar-widget {
  height: 100vh
}

.ekit_modal-searchPanel .ekit-bg-black {
  height: 100vh !important
}

.ekit_modal-searchPanel .ekit-search-group {
  position: relative
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit]) {
  height: 70px;
  background-color: #fff0;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 30px;
  width: 100%
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit]):focus {
  outline: 0
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit])::-moz-placeholder {
  color: #fff;
  opacity: 1
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit])::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit]):-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit])::-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit])::placeholder {
  color: #fff;
  opacity: 1
}

.ekit_modal-searchPanel .ekit-search-group .ekit_search-button {
  background-color: #fff0;
  border: 0;
  padding: 0;
  color: #fff;
  fill: #fff;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 70px;
  border-radius: 0 50px 50px 0
}

.ekit_modal-searchPanel .ekit-search-group .ekit_search-button svg {
  width: 1em;
  height: 1em
}

.ekit_modal-searchPanel .ekit-search-group input[type=search]::-webkit-search-cancel-button,
.ekit_modal-searchPanel .ekit-search-group input[type=search]::-webkit-search-decoration,
.ekit_modal-searchPanel .ekit-search-group input[type=search]::-webkit-search-results-button,
.ekit_modal-searchPanel .ekit-search-group input[type=search]::-webkit-search-results-decoration {
  display: none
}

.ekit_modal-searchPanel .ekit-search-panel {
  max-width: 800px;
  margin: 1.75rem auto
}

.ekit_navsearch-button {
  display: inline-block
}

.elementor-widget-elementskit-header-search .mfp-close {
  width: 44px
}

.ekit-wid-con .fluentform .ff-el-ratings label {
  display: inline-block
}

.ekit-wid-con .fluentform .ff-el-progress,
.ekit-wid-con .fluentform .ff-el-progress-bar {
  height: 20px
}

.ekit-wid-con .fluentform .ff-el-progress-status {
  font-size: 13px;
  display: none
}

.ekit-wid-con .fluentform .ff-el-progress-bar span {
  font-size: 10px
}

.ekit-wid-con .fluentform .ff-step-header {
  display: none
}

.ekit-wid-con .fluentform .choices[data-type*=select-multiple] .choices__inner {
  padding: 0
}

.ekit-wid-con .fluentform .ff-el-form-check-label .ff-el-form-check-input::after {
  display: none
}

.ekit-wid-con .fluentform-widget-custom-radio-checkbox .ff-el-form-check-input:checked::before {
  display: none
}

.ekit-wid-con .frm-fluent-form .choices__inner {
  border: none
}

.ekit-wid-con .fluentform-widget-custom-radio-checkbox input[type=checkbox]:checked::after,
.ekit-wid-con .fluentform-widget-custom-radio-checkbox input[type=radio]:checked::after {
  position: static;
  -webkit-transform: inherit;
  transform: inherit
}

.ekit-fluent-form-widget-step-header-yes .ff-el-progress-status {
  display: block !important
}

.ekit-fluent-form-widget-step-progressbar-yes .ff-step-header {
  display: block !important
}

.ekit-wid-con .ekit-btt__button {
  padding: 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative
}

.ekit-wid-con .ekit-btt__button:focus,
.ekit-wid-con .ekit-btt__button:hover {
  text-decoration: none
}

.ekit-wid-con .ekit-btt__button .canvas {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: inherit
}

.ekit-wid-con .ekit-btt__button.ekit-tt-show {
  -webkit-animation: ekit-btt-fadein .5s;
  animation: ekit-btt-fadein .5s;
  opacity: 1
}

.ekit-wid-con .ekit-btt__button.yes:not(.ekit-tt-show) {
  -webkit-animation: ekit-btt-fadeOut .5s;
  animation: ekit-btt-fadeOut .5s;
  opacity: 0
}

.ekit-wid-con .ekit-btt.progress_indicator .ekit-btt__button {
  border: 0 !important;
  border-radius: 50% !important
}

@-webkit-keyframes ekit-btt-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes ekit-btt-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes ekit-btt-fadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px)
  }
}

@keyframes ekit-btt-fadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px)
  }
}

@media (max-width:480px) {
  .ekit-wid-con .hotspot-following-line-style .ekit-hotspot-horizontal-line {
    width: 50px
  }

  .ekit-wid-con .ekit-location_inner {
    left: 0;
    right: auto
  }
}

@media (max-width:767px) {
  .ekit-wid-con .elementskit-image-accordion-wraper {
    flex-wrap: wrap
  }
}

@media screen and (min-width:1025px) {
  .ekit-image-accordion-vertical .ekit-image-accordion {
    flex-direction: column
  }

  .ekit-image-accordion-vertical .ekit-image-accordion-item {
    min-height: 0 !important
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {

  .ekit-image-accordion-tablet-vertical .ekit-image-accordion,
  .ekit-image-accordion-vertical:not(.ekit-image-accordion-tablet-horizontal) .ekit-image-accordion {
    flex-direction: column
  }

  .ekit-image-accordion-tablet-vertical .ekit-image-accordion-item,
  .ekit-image-accordion-vertical:not(.ekit-image-accordion-tablet-horizontal) .ekit-image-accordion-item {
    min-height: 0 !important
  }
}

@media screen and (max-width:767px) {

  .ekit-image-accordion-mobile-vertical .ekit-image-accordion,
  .ekit-image-accordion-tablet-vertical:not(.ekit-image-accordion-mobile-horizontal) .ekit-image-accordion,
  .ekit-image-accordion-vertical:not(.ekit-image-accordion-mobile-horizontal) .ekit-image-accordion {
    flex-direction: column
  }

  .ekit-image-accordion-mobile-vertical .ekit-image-accordion-item,
  .ekit-image-accordion-tablet-vertical:not(.ekit-image-accordion-mobile-horizontal) .ekit-image-accordion-item,
  .ekit-image-accordion-vertical:not(.ekit-image-accordion-mobile-horizontal) .ekit-image-accordion-item {
    min-height: 0 !important
  }
}

@media (max-width:991px) {

  .ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container,
  .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container {
    width: 50%
  }

  .ekit-wid-con .elementskit-flip-clock>.elementskit-time {
    margin-bottom: 40px
  }

  .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-title {
    max-width: 100%
  }

  .ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container,
  .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-container,
  .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container {
    margin-bottom: 30px;
    margin-right: 30px
  }

  .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-count {
    font-size: 28px
  }

  .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-title {
    font-size: 14px
  }
}

@media (max-width:480px) {

  .ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container,
  .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container {
    display: block;
    width: 100%
  }

  .ekit-wid-con .elementskit-flip-clock>.elementskit-time {
    margin-bottom: 40px;
    width: 100%
  }

  .ekit-wid-con .elementskit-flip-clock>.elementskit-time:not(:last-child) {
    margin-right: 0
  }

  .ekit-wid-con .elementskit-countdown-timer-4::after,
  .ekit-wid-con .elementskit-countdown-timer-4::before {
    display: none
  }

  .ekit-wid-con .elementskit-countdown-timer-4 {
    width: 100%;
    margin-left: 0;
    height: 100%;
    line-height: 1
  }

  .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-container {
    padding: 15px
  }

  .ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container,
  .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-container,
  .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container,
  .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-container {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0
  }

  .ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container:not(:last-child),
  .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-container:not(:last-child),
  .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container:not(:last-child),
  .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-container:not(:last-child) {
    margin-bottom: 30px
  }

  .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-title {
    display: block
  }

  .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-count {
    line-height: normal
  }

  .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-title {
    max-width: 100%
  }
}

@media (max-width:991px) {
  .ekit-wid-con .ekit-video-gallery.ekit-column-tablet-1 .ekit-video-item {
    flex: 0 0 100%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-column-tablet-2 .ekit-video-item {
    flex: 0 0 50%;
    -ms-flex: 1 0 45%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-column-tablet-3 .ekit-video-item {
    flex: 0 0 33.33%;
    -ms-flex: 1 0 31%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-column-tablet-4 .ekit-video-item {
    flex: 0 0 25%;
    -ms-flex: 1 0 20%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-column-tablet-5 .ekit-video-item {
    flex: 0 0 20%;
    -ms-flex: 1 0 18%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-column-tablet-6 .ekit-video-item {
    flex: 0 0 16.66%;
    -ms-flex: 1 0 15%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-tablet-1 .ekit-video-item {
    width: 100%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-tablet-2 .ekit-video-item {
    width: 50%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-tablet-3 .ekit-video-item {
    width: 33.33%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-tablet-4 .ekit-video-item {
    width: 25%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-tablet-5 .ekit-video-item {
    width: 20%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-tablet-6 .ekit-video-item {
    width: 16.66%
  }
}

@media (max-width:480px) {
  .ekit-wid-con .ekit-video-gallery.ekit-column-mobile-1 .ekit-video-item {
    flex: 0 0 100%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-column-mobile-2 .ekit-video-item {
    flex: 0 0 50%;
    -ms-flex: 1 0 45%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-column-mobile-3 .ekit-video-item {
    flex: 0 0 33.33%;
    -ms-flex: 1 0 31%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-column-mobile-4 .ekit-video-item {
    flex: 0 0 25%;
    -ms-flex: 1 0 20%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-column-mobile-5 .ekit-video-item {
    flex: 0 0 20%;
    -ms-flex: 1 0 18%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-column-mobile-6 .ekit-video-item {
    flex: 0 0 16.66%;
    -ms-flex: 1 0 15%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-mobile-1 .ekit-video-item {
    width: 100%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-mobile-2 .ekit-video-item {
    width: 50%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-mobile-3 .ekit-video-item {
    width: 33.33%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-mobile-4 .ekit-video-item {
    width: 25%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-mobile-5 .ekit-video-item {
    width: 20%
  }

  .ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-mobile-6 .ekit-video-item {
    width: 16.66%
  }

  .ekit-wid-con .ekit-video-gallery-wrapper .elementskit-main-filter>li {
    margin-bottom: 0
  }
}

@media (max-width:991px) {
  .ekit-wid-con .profile-image-card-group>li {
    margin-bottom: 0
  }

  .ekit-wid-con .fullwidth-profile-card .profile-entry-content {
    padding-left: 30px;
    padding-right: 25px
  }

  .ekit-wid-con .fullwidth-profile-card .profile-img {
    display: block
  }

  .ekit-wid-con .owl-carousel .owl-item .profile-header img {
    width: 100%
  }

  .ekit-wid-con .team-slider-wraper {
    overflow: hidden;
    position: relative
  }

  .ekit-wid-con .single-preview .entry-content {
    background-size: 100%
  }

  .ekit-wid-con .team-sync-thumb {
    overflow: visible;
    margin-bottom: 30px
  }

  .ekit-wid-con .team-sync-thumb .owl-item {
    transform: none !important
  }

  .ekit-wid-con .team-sync-prev .owl-stage-outer {
    padding-bottom: 50px
  }
}

@media (max-width:767px) {
  .ekit-wid-con .team-slider {
    padding: 0
  }

  .ekit-wid-con .team-slider {
    overflow: visible
  }

  .ekit-wid-con .team-slider .owl-stage-outer {
    padding: 50px 0
  }

  .ekit-wid-con .profile-square-v.square-v4 .profile-card {
    max-height: 500px
  }

  .ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-header {
    max-height: 380px
  }

  .ekit-wid-con .fullwidth-profile-card .profile-entry-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px
  }
}

@media (max-width:480px) {

  .ekit-wid-con .profile-image-card-group.five-col>li,
  .ekit-wid-con .profile-image-card-group.four-col>li {
    width: 100%
  }

  .ekit-wid-con .vintage-style-2 .vintage-profile-card .profile-group {
    padding: 62px 29px
  }

  .ekit-wid-con .profile-info-text {
    padding-right: 0
  }

  .ekit-wid-con .elementskit-team-popup .modal-body {
    display: block;
    padding: 60px 25px 40px
  }
}

@media (max-width:991px) {
  .ekit-wid-con .timeline-item {
    padding: 20px
  }

  .ekit-wid-con .timeline-area.reverse .single-timeline:nth-child(odd) .timeline-content {
    padding-left: 20px
  }

  .ekit-wid-con .timeline-area.floating-style .single-timeline:nth-child(even) .timeline-content {
    padding-left: 20px
  }

  .ekit-wid-con .timeline-content {
    padding-right: 20px
  }
}

@media (max-width:767px) {
  .ekit-wid-con .timeline-item {
    padding: 10px;
    flex-wrap: wrap-reverse;
    justify-content: flex-end
  }

  .ekit-wid-con .timeline-area.reverse .single-timeline:nth-child(odd) .timeline-content {
    padding-left: 0
  }

  .ekit-wid-con .timeline-area.floating-style .single-timeline:nth-child(even) .timeline-content {
    padding-left: 0
  }

  .ekit-wid-con .timeline-content {
    padding-right: 0;
    margin-top: 20px
  }
}

@media (max-width:480px) {
  .ekit-wid-con .single-timeline {
    display: block
  }

  .ekit-wid-con .single-timeline .timeline-img {
    display: none
  }

  .ekit-wid-con .timeline-item {
    width: 100%;
    margin-right: 0;
    padding: 20px
  }

  .ekit-wid-con .timeline-info {
    width: 100%;
    margin-left: 0;
    text-align: right;
    padding: 10px
  }

  .ekit-wid-con .timeline-area.floating-style .single-timeline:nth-child(even) .timeline-item {
    margin-right: 0;
    margin-left: 0
  }

  .ekit-wid-con .timeline-area.floating-style .single-timeline:nth-child(even) .timeline-info {
    text-align: left
  }

  .ekit-wid-con .timeline-area.reverse .single-timeline:nth-child(odd) .timeline-item {
    margin-right: 0;
    margin-left: 0
  }

  .ekit-wid-con .timeline-area.reverse .single-timeline:nth-child(odd) .timeline-info {
    text-align: left
  }

  .ekit-wid-con .timeline-classic .timeline-info {
    width: 100%;
    margin-left: 0
  }

  .ekit-wid-con .timeline-slider-info .title {
    font-size: 18px
  }
}

@media (max-width:320px) {
  .ekit-wid-con .timeline-slider-area {
    padding: 0
  }

  .ekit-wid-con .horizantal-timeline .single-timeline {
    width: 100%
  }
}

@media (max-width:1024px) {
  .ekit-wid-con .bothside .single-timeline:nth-child(2n) .timeline-info {
    text-align: left
  }

  .ekit-wid-con .timeline-item .timeline-content {
    text-align: left
  }

  .ekit-wid-con .timeline-area.vertical-timeline {
    padding-left: 35px
  }
}

@media (max-width:991px) {
  .ekit-wid-con .horizantal-timeline .single-timeline {
    margin-right: 1%
  }
}

@media (max-width:991px) and (min-width:568px) {
  .ekit-wid-con .horizantal-timeline .single-timeline {
    width: 49%
  }
}

@media (max-width:1024px) {
  .ekit-wid-con .timeline-info {
    text-align: left
  }

  .ekit-wid-con .timeline-pin-icon {
    left: -60px;
    transform: translateX(0) translateY(-50%)
  }
}

@media (max-width:480px) {
  .ekit-wid-con .timeline-pin-icon {
    width: 20px;
    height: 20px;
    line-height: 18px;
    left: -43px;
    transform: translateX(0) translateY(-50%);
    font-size: 10px
  }
}

@media (max-width:1024px) {
  .ekit-wid-con .timeline-area.floating-style .single-timeline:nth-child(even) .timeline-content {
    padding-left: 0
  }
}

@media (max-width:1024px) {
  .ekit-wid-con .timeline-area.floating-style .single-timeline:nth-child(even) .timeline-icon {
    margin-left: 30px
  }

  .ekit-wid-con .vertical-timeline .single-timeline:nth-child(even) .timeline-item {
    flex-direction: row
  }
}

@media (max-width:480px) {
  .ekit-wid-con .timeline-area.floating-style .single-timeline:nth-child(even) .timeline-icon {
    margin-left: 0
  }
}

@media (max-width:991px) {
  .ekit-wid-con .ekit--tab__post__details .tab__post__single--item.tablet-ekit___column-2 {
    width: 50%
  }

  .ekit-wid-con .ekit--tab__post__details .tab__post__single--item.tablet-ekit___column-3 {
    width: 33.3333333333%
  }

  .ekit-wid-con .ekit--tab__post__details .tab__post__single--item.tablet-ekit___column-4 {
    width: 25%
  }

  .ekit-wid-con .post--tab .tabContent {
    flex: 0 0 80%
  }

  .ekit-wid-con .post--tab .tabHeader {
    flex: 0 0 20%
  }
}

@media (max-width:480px) {
  .ekit-wid-con .ekit--tab__post__details .tab__post__single--item.mobile-ekit___column-2 {
    width: 50%
  }

  .ekit-wid-con .ekit--tab__post__details .tab__post__single--item.mobile-ekit___column-3 {
    width: 33.3333333333%
  }

  .ekit-wid-con .ekit--tab__post__details .tab__post__single--item.mobile-ekit___column-4 {
    width: 25%
  }

  .ekit-wid-con .post--tab {
    display: block
  }

  .ekit-wid-con .post--tab .tabHeader .tab__list {
    border: none;
    margin-bottom: 15px
  }

  .ekit-wid-con .post--tab .tabHeader .tab__list>.tab__list__item {
    display: inline-block;
    position: relative;
    padding: 10px 15px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .ekit-wid-con .elementskit-single-testimonial-slider.block-style {
    padding: 30px
  }

  .ekit-wid-con .elementskit-single-testimonial-slider.block-style3 .icon-content {
    display: none
  }

  .ekit-wid-con .elementskit-testimonial-preset {
    overflow: hidden
  }

  .ekit-wid-con .elementskit-single-testimonial-slider {
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / .1)
  }
}

@media (max-width:991px) {
  .ekit-wid-con .elementskit-testimonial-preset {
    overflow: hidden;
    padding: 40px
  }

  .ekit-wid-con .elementskit-testimonial-preset.testimonial-block-slider {
    padding-left: 0;
    padding-right: 0
  }

  .ekit-wid-con .elementskit-single-testimonial-slider {
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / .1);
    padding: 30px
  }

  .ekit-wid-con .elementskit-single-testimonial-slider .elementskit-profile-image-card {
    margin-bottom: 0
  }

  .ekit-wid-con .elementskit-single-testimonial-slider.style-2 {
    padding: 30px;
    border-left: 0 solid #2575fc
  }

  .ekit-wid-con .elementskit-single-testimonial-slider.style-2 .elementskit-profile-image-card {
    margin-left: 0
  }

  .ekit-wid-con .elementskit-single-testimonial-slider.block-style {
    padding: 30px
  }

  .ekit-wid-con .elementskit-single-testimonial-slider.block-style3 .icon-content {
    display: none
  }

  .ekit-wid-con .elementskit-commentor-content {
    padding-right: 0;
    margin-bottom: 30px
  }

  .ekit-wid-con .elementskit-tootltip-testimonial {
    width: 90%;
    margin-left: auto;
    margin-right: auto
  }
}

@media (max-width:767px) {
  .ekit-wid-con .elementskit-testimonial_card {
    padding: 100px 60px 40px
  }

  .ekit-wid-con .elementskit-testimonial-slider .swiper-button-next,
  .ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev {
    display: none !important
  }
}

@media (max-width:320px) {
  .ekit-wid-con .elementskit-testimonial-preset {
    padding: 20px 10px
  }

  .ekit-wid-con .elementskit-single-testimonial-slider.review-block {
    padding: 20px
  }

  .ekit-wid-con .elementskit-testimonial_card {
    padding: 50px 30px 20px
  }

  .ekit-wid-con .elementskit-testimonial_card>p {
    font-size: 15px
  }
}

@media (max-width:1024px) {
  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_left {
    text-align: left
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_left .elementskit-border-divider {
    margin: 0
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_left .ekit_heading_elementskit-border-divider.ekit-dotted .elementskit-border-divider {
    left: 26px
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_left .ekit_heading_elementskit-border-star .elementskit-border-star {
    margin: 0
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_right {
    text-align: right
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_right .elementskit-border-divider {
    margin-left: auto;
    margin-right: 0;
    left: 0
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_right .ekit_heading_elementskit-border-star .elementskit-border-star {
    margin-left: auto;
    margin-right: 0
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_center {
    text-align: center
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_center .elementskit-border-divider {
    margin-left: auto;
    margin-right: auto
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_center .ekit_heading_elementskit-border-divider.ekit-dotted .elementskit-border-divider {
    left: 13px
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_center .ekit_heading_elementskit-border-star .elementskit-border-star {
    margin: auto
  }
}

@media (max-width:767px) {
  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_left {
    text-align: left
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_left .elementskit-border-divider {
    margin: 0
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_left .ekit_heading_elementskit-border-divider.ekit-dotted .elementskit-border-divider {
    left: 26px
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_left .ekit_heading_elementskit-border-star .elementskit-border-star {
    margin: 0
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_right {
    text-align: right
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_right .elementskit-border-divider {
    margin-left: auto;
    margin-right: inherit
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_right .ekit_heading_elementskit-border-divider.ekit-dotted .elementskit-border-divider {
    left: 0
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_right .ekit_heading_elementskit-border-star .elementskit-border-star {
    margin-left: auto;
    margin-right: 0
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_center {
    text-align: center
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_center .elementskit-border-divider {
    margin-left: auto;
    margin-right: auto
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_center .ekit_heading_elementskit-border-divider.ekit-dotted .elementskit-border-divider {
    left: 13px
  }

  .ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_center .ekit_heading_elementskit-border-star .elementskit-border-star {
    margin: auto
  }
}

@media (max-width:991px) {

  body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-align-center .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title,
  body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-tablet-align-center .woocommerce ul.products .product-category .woocommerce-loop-category__title {
    align-items: center
  }

  body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-align-left .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title,
  body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-tablet-align-left .woocommerce ul.products .product-category .woocommerce-loop-category__title {
    align-items: baseline
  }

  body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-align-right .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title,
  body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-tablet-align-right .woocommerce ul.products .product-category .woocommerce-loop-category__title {
    align-items: flex-end
  }

  body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-vertical-align-bottom .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title,
  body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-tablet-vertical-align-bottom .woocommerce ul.products .product-category .woocommerce-loop-category__title {
    top: inherit;
    bottom: 0;
    transform: translate(0)
  }

  body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-vertical-align-top .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title,
  body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-tablet-vertical-align-top .woocommerce ul.products .product-category .woocommerce-loop-category__title {
    top: 0;
    bottom: inherit;
    transform: translate(0)
  }

  body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-vertical-align-center .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title,
  body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-tablet-vertical-align-center .woocommerce ul.products .product-category .woocommerce-loop-category__title {
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%)
  }

  body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-tablet-columns-1 ul.products .product-category {
    width: 100%
  }

  body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-tablet-columns-2 ul.products .product-category {
    width: 50%
  }

  body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-tablet-columns-3 ul.products .product-category {
    width: 33.33%
  }

  body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-tablet-columns-4 ul.products .product-category {
    width: 25%
  }

  body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-tablet-columns-5 ul.products .product-category {
    width: 20%
  }

  body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-tablet-columns-6 ul.products .product-category {
    width: 16.66%
  }
}

@media (max-width:480px) {

  body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-align-center .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title,
  body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-mobile-align-center .woocommerce ul.products .product-category .woocommerce-loop-category__title {
    align-items: center
  }

  body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-align-left .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title,
  body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-mobile-align-left .woocommerce ul.products .product-category .woocommerce-loop-category__title {
    align-items: baseline
  }

  body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-align-right .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title,
  body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-mobile-align-right .woocommerce ul.products .product-category .woocommerce-loop-category__title {
    align-items: flex-end
  }

  body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-vertical-align-bottom .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title,
  body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-mobile-vertical-align-bottom .woocommerce ul.products .product-category .woocommerce-loop-category__title {
    top: inherit;
    bottom: 0;
    transform: translate(0)
  }

  body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-vertical-align-top .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title,
  body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-mobile-vertical-align-top .woocommerce ul.products .product-category .woocommerce-loop-category__title {
    top: 0;
    bottom: inherit;
    transform: translate(0)
  }

  body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-vertical-align-center .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title,
  body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-mobile-vertical-align-center .woocommerce ul.products .product-category .woocommerce-loop-category__title {
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%)
  }

  body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-mobile-columns-1 ul.products .product-category {
    width: 100%
  }

  body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-mobile-columns-2 ul.products .product-category {
    width: 50%
  }

  body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-mobile-columns-3 ul.products .product-category {
    width: 33.33%
  }

  body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-mobile-columns-4 ul.products .product-category {
    width: 25%
  }

  body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-mobile-columns-5 ul.products .product-category {
    width: 20%
  }

  body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-mobile-columns-6 ul.products .product-category {
    width: 16.66%
  }
}

@media (max-width:991px) {
  .ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-tablet-columns-1 ul.products .product {
    width: 100%;
    margin: 0
  }

  .ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-tablet-columns-2 ul.products .product {
    width: 50%;
    margin: 0
  }

  .ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-tablet-columns-3 ul.products .product {
    width: 33.33%;
    margin: 0
  }

  .ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-tablet-columns-4 ul.products .product {
    width: 25%;
    margin: 0
  }

  .ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-tablet-columns-5 ul.products .product {
    width: 20%;
    margin: 0
  }

  .ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-tablet-columns-6 ul.products .product {
    width: 16.66%;
    margin: 0
  }
}

@media (max-width:480px) {
  .ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-mobile-columns-1 ul.products .product {
    width: 100%;
    margin: 0
  }

  .ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-mobile-columns-2 ul.products .product {
    width: 50%;
    margin: 0
  }

  .ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-mobile-columns-3 ul.products .product {
    width: 33.33%;
    margin: 0
  }

  .ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-mobile-columns-4 ul.products .product {
    width: 25%;
    margin: 0
  }

  .ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-mobile-columns-5 ul.products .product {
    width: 20%;
    margin: 0
  }

  .ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-mobile-columns-6 ul.products .product {
    width: 16.66%;
    margin: 0
  }
}

@media (max-width:991px) {

  .elementor-widget-elementskit-page-list.elementor-align-tablet-left .ekit-wid-con .elementor-icon-list-item,
  .elementor-widget-elementskit-page-list.elementor-align-tablet-left .ekit-wid-con .elementor-icon-list-items {
    justify-content: flex-start;
    text-align: left
  }

  .elementor-widget-elementskit-page-list.elementor-align-tablet-center .ekit-wid-con .elementor-icon-list-item,
  .elementor-widget-elementskit-page-list.elementor-align-tablet-center .ekit-wid-con .elementor-icon-list-items {
    justify-content: center;
    text-align: center
  }

  .elementor-widget-elementskit-page-list.elementor-align-tablet-right .ekit-wid-con .elementor-icon-list-item,
  .elementor-widget-elementskit-page-list.elementor-align-tablet-right .ekit-wid-con .elementor-icon-list-items {
    justify-content: flex-end;
    text-align: right
  }

  .elementor-widget-elementskit-page-list.elementor-align-tablet-center .ekit-wid-con .ekit_page_list_content {
    align-items: center
  }

  .elementor-widget-elementskit-page-list.elementor-align-tablet-left .ekit-wid-con .ekit_page_list_content {
    align-items: flex-start
  }

  .elementor-widget-elementskit-page-list.elementor-align-tablet-right .ekit-wid-con .ekit_page_list_content {
    align-items: flex-end
  }
}

@media (max-width:480px) {

  .elementor-widget-elementskit-page-list.elementor-align-mobile-left .ekit-wid-con .elementor-icon-list-item,
  .elementor-widget-elementskit-page-list.elementor-align-mobile-left .ekit-wid-con .elementor-icon-list-items {
    justify-content: flex-start;
    text-align: left
  }

  .elementor-widget-elementskit-page-list.elementor-align-mobile-center .ekit-wid-con .elementor-icon-list-item,
  .elementor-widget-elementskit-page-list.elementor-align-mobile-center .ekit-wid-con .elementor-icon-list-items {
    justify-content: center;
    text-align: center
  }

  .elementor-widget-elementskit-page-list.elementor-align-mobile-right .ekit-wid-con .elementor-icon-list-item,
  .elementor-widget-elementskit-page-list.elementor-align-mobile-right .ekit-wid-con .elementor-icon-list-items {
    justify-content: flex-end;
    text-align: right
  }

  .elementor-widget-elementskit-page-list.elementor-align-mobile-center .ekit-wid-con .ekit_page_list_content {
    align-items: center
  }

  .elementor-widget-elementskit-page-list.elementor-align-mobile-left .ekit-wid-con .ekit_page_list_content {
    align-items: flex-start
  }

  .elementor-widget-elementskit-page-list.elementor-align-mobile-right .ekit-wid-con .ekit_page_list_content {
    align-items: flex-end
  }
}

.ekit-template-content-header .elementor-section,
.ekit-template-content-header .panel-row-style {
  -webkit-transform: none
}

@media (max-width:767px) {
  .ekit-wid-con .column-count-1 {
    column-count: 1
  }

  .ekit-wid-con .column-count-3,
  .ekit-wid-con .column-count-4,
  .ekit-wid-con .column-count-5,
  .ekit-wid-con .column-count-6 {
    column-count: 2
  }
}

@media (max-width:480px) {
  .ekit-wid-con .column-count-1 {
    column-count: 1
  }

  .ekit-wid-con .column-count-2,
  .ekit-wid-con .column-count-3,
  .ekit-wid-con .column-count-4,
  .ekit-wid-con .column-count-5,
  .ekit-wid-con .column-count-6 {
    column-count: 1
  }
}

@media (max-width:768px) {
  .ekit-wid-con .elementkit-tab-wraper.vertical {
    flex-wrap: wrap
  }
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-835ffea9.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-e11fa48e.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-7226307b.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-74bd1011.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-29afb485.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-3d87aca9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-ef8e8afd.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-60dc4b6f.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-f8743e4d.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-835ffea9.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-e11fa48e.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-7226307b.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-74bd1011.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-29afb485.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-3d87aca9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-ef8e8afd.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-60dc4b6f.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-f8743e4d.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-835ffea9.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-e11fa48e.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-7226307b.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-74bd1011.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-29afb485.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-3d87aca9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-ef8e8afd.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-60dc4b6f.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-f8743e4d.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-835ffea9.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-e11fa48e.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-7226307b.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-74bd1011.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-29afb485.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-3d87aca9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-ef8e8afd.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-60dc4b6f.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-f8743e4d.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-835ffea9.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-e11fa48e.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-7226307b.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-74bd1011.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-29afb485.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-3d87aca9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-ef8e8afd.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-60dc4b6f.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-f8743e4d.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-835ffea9.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-e11fa48e.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-7226307b.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-74bd1011.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-29afb485.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-3d87aca9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-ef8e8afd.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-60dc4b6f.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-f8743e4d.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-835ffea9.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-e11fa48e.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-7226307b.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-74bd1011.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-29afb485.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-3d87aca9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-ef8e8afd.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-60dc4b6f.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-f8743e4d.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-835ffea9.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-e11fa48e.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-7226307b.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-74bd1011.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-29afb485.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-3d87aca9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-ef8e8afd.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-60dc4b6f.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-f8743e4d.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-835ffea9.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-e11fa48e.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-7226307b.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-74bd1011.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-29afb485.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-3d87aca9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-ef8e8afd.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-60dc4b6f.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-f8743e4d.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-9f01c202.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-82ad1387.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-724acd83.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-aeb7f52d.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-4d1fb646.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-b0264ac9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-bb0d2555.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-c6d65aea.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-1abb80a1.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-9f01c202.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-82ad1387.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-724acd83.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-aeb7f52d.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-4d1fb646.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-b0264ac9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-bb0d2555.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-c6d65aea.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-1abb80a1.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-9f01c202.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-82ad1387.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-724acd83.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-aeb7f52d.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-4d1fb646.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-b0264ac9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-bb0d2555.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-c6d65aea.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-1abb80a1.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-9f01c202.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-82ad1387.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-724acd83.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-aeb7f52d.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-4d1fb646.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-b0264ac9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-bb0d2555.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-c6d65aea.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-1abb80a1.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-9f01c202.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-82ad1387.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-724acd83.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-aeb7f52d.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-4d1fb646.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-b0264ac9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-bb0d2555.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-c6d65aea.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-1abb80a1.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-9f01c202.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-82ad1387.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-724acd83.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-aeb7f52d.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-4d1fb646.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-b0264ac9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-bb0d2555.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-c6d65aea.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-1abb80a1.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-9f01c202.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-82ad1387.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-724acd83.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-aeb7f52d.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-4d1fb646.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-b0264ac9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-bb0d2555.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-c6d65aea.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-1abb80a1.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-9f01c202.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-82ad1387.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-724acd83.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-aeb7f52d.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-4d1fb646.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-b0264ac9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-bb0d2555.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-c6d65aea.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-1abb80a1.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-9f01c202.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-82ad1387.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-724acd83.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-aeb7f52d.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-4d1fb646.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-b0264ac9.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-bb0d2555.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-c6d65aea.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-1abb80a1.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/robotoslab-56de4385.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/robotoslab-fa7c06b8.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/robotoslab-ca82665f.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/robotoslab-cb40bc4b.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/robotoslab-429238b9.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/robotoslab-ef584ac5.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/robotoslab-c5e794db.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/robotoslab-56de4385.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/robotoslab-fa7c06b8.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/robotoslab-ca82665f.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/robotoslab-cb40bc4b.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/robotoslab-429238b9.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/robotoslab-ef584ac5.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/robotoslab-c5e794db.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/robotoslab-56de4385.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/robotoslab-fa7c06b8.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/robotoslab-ca82665f.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/robotoslab-cb40bc4b.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/robotoslab-429238b9.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/robotoslab-ef584ac5.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/robotoslab-c5e794db.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/robotoslab-56de4385.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/robotoslab-fa7c06b8.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/robotoslab-ca82665f.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/robotoslab-cb40bc4b.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/robotoslab-429238b9.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/robotoslab-ef584ac5.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/robotoslab-c5e794db.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/robotoslab-56de4385.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/robotoslab-fa7c06b8.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/robotoslab-ca82665f.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/robotoslab-cb40bc4b.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/robotoslab-429238b9.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/robotoslab-ef584ac5.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/robotoslab-c5e794db.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/robotoslab-56de4385.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/robotoslab-fa7c06b8.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/robotoslab-ca82665f.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/robotoslab-cb40bc4b.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/robotoslab-429238b9.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/robotoslab-ef584ac5.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/robotoslab-c5e794db.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/robotoslab-56de4385.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/robotoslab-fa7c06b8.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/robotoslab-ca82665f.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/robotoslab-cb40bc4b.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/robotoslab-429238b9.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/robotoslab-ef584ac5.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/robotoslab-c5e794db.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/robotoslab-56de4385.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/robotoslab-fa7c06b8.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/robotoslab-ca82665f.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/robotoslab-cb40bc4b.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/robotoslab-429238b9.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/robotoslab-ef584ac5.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/robotoslab-c5e794db.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/robotoslab-56de4385.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/robotoslab-fa7c06b8.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/robotoslab-ca82665f.woff2') format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/robotoslab-cb40bc4b.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/robotoslab-429238b9.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/robotoslab-ef584ac5.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/robotoslab-c5e794db.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: elementskit;
  src: url('../fonts/elementskit.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

.ekit-wid-con .icon::before,
.elementor-editor-active .icon::before,
.elementor-widget .icon::before {
  font-family: elementskit !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ekit-wid-con .icon.icon-home::before,
.icon.icon-home::before {
  content: "\e800"
}

.ekit-wid-con .icon.icon-advanced-slider::before,
.icon.icon-advanced-slider::before {
  content: "\e9c8"
}

.ekit-wid-con .icon.icon-image-box::before,
.icon.icon-image-box::before {
  content: "\ebd1"
}

.ekit-wid-con .icon.icon-image-swap::before,
.icon.icon-image-swap::before {
  content: "\eba4"
}

.ekit-wid-con .icon.icon-apartment1::before,
.icon.icon-apartment1::before {
  content: "\e801"
}

.ekit-wid-con .icon.icon-pencil::before,
.icon.icon-pencil::before {
  content: "\e802"
}

.ekit-wid-con .icon.icon-magic-wand::before,
.icon.icon-magic-wand::before {
  content: "\e803"
}

.ekit-wid-con .icon.icon-drop::before,
.icon.icon-drop::before {
  content: "\e804"
}

.ekit-wid-con .icon.icon-lighter::before,
.icon.icon-lighter::before {
  content: "\e805"
}

.ekit-wid-con .icon.icon-poop::before,
.icon.icon-poop::before {
  content: "\e806"
}

.ekit-wid-con .icon.icon-sun::before,
.icon.icon-sun::before {
  content: "\e807"
}

.ekit-wid-con .icon.icon-moon::before,
.icon.icon-moon::before {
  content: "\e808"
}

.ekit-wid-con .icon.icon-cloud1::before,
.icon.icon-cloud1::before {
  content: "\e809"
}

.ekit-wid-con .icon.icon-cloud-upload::before,
.icon.icon-cloud-upload::before {
  content: "\e80a"
}

.ekit-wid-con .icon.icon-cloud-download::before,
.icon.icon-cloud-download::before {
  content: "\e80b"
}

.ekit-wid-con .icon.icon-cloud-sync::before,
.icon.icon-cloud-sync::before {
  content: "\e80c"
}

.ekit-wid-con .icon.icon-cloud-check::before,
.icon.icon-cloud-check::before {
  content: "\e80d"
}

.ekit-wid-con .icon.icon-database1::before,
.icon.icon-database1::before {
  content: "\e80e"
}

.ekit-wid-con .icon.icon-lock::before,
.icon.icon-lock::before {
  content: "\e80f"
}

.ekit-wid-con .icon.icon-cog::before,
.icon.icon-cog::before {
  content: "\e810"
}

.ekit-wid-con .icon.icon-trash::before,
.icon.icon-trash::before {
  content: "\e811"
}

.ekit-wid-con .icon.icon-dice::before,
.icon.icon-dice::before {
  content: "\e812"
}

.ekit-wid-con .icon.icon-heart1::before,
.icon.icon-heart1::before {
  content: "\e813"
}

.ekit-wid-con .icon.icon-star1::before,
.icon.icon-star1::before {
  content: "\e814"
}

.ekit-wid-con .icon.icon-star-half::before,
.icon.icon-star-half::before {
  content: "\e815"
}

.ekit-wid-con .icon.icon-star-empty::before,
.icon.icon-star-empty::before {
  content: "\e816"
}

.ekit-wid-con .icon.icon-flag::before,
.icon.icon-flag::before {
  content: "\e817"
}

.ekit-wid-con .icon.icon-envelope1::before,
.icon.icon-envelope1::before {
  content: "\e818"
}

.ekit-wid-con .icon.icon-paperclip::before,
.icon.icon-paperclip::before {
  content: "\e819"
}

.ekit-wid-con .icon.icon-inbox::before,
.icon.icon-inbox::before {
  content: "\e81a"
}

.ekit-wid-con .icon.icon-eye::before,
.icon.icon-eye::before {
  content: "\e81b"
}

.ekit-wid-con .icon.icon-printer::before,
.icon.icon-printer::before {
  content: "\e81c"
}

.ekit-wid-con .icon.icon-file-empty::before,
.icon.icon-file-empty::before {
  content: "\e81d"
}

.ekit-wid-con .icon.icon-file-add::before,
.icon.icon-file-add::before {
  content: "\e81e"
}

.ekit-wid-con .icon.icon-enter::before,
.icon.icon-enter::before {
  content: "\e81f"
}

.ekit-wid-con .icon.icon-exit::before,
.icon.icon-exit::before {
  content: "\e820"
}

.ekit-wid-con .icon.icon-graduation-hat::before,
.icon.icon-graduation-hat::before {
  content: "\e821"
}

.ekit-wid-con .icon.icon-license::before,
.icon.icon-license::before {
  content: "\e822"
}

.ekit-wid-con .icon.icon-music-note::before,
.icon.icon-music-note::before {
  content: "\e823"
}

.ekit-wid-con .icon.icon-film-play::before,
.icon.icon-film-play::before {
  content: "\e824"
}

.ekit-wid-con .icon.icon-camera-video::before,
.icon.icon-camera-video::before {
  content: "\e825"
}

.ekit-wid-con .icon.icon-camera::before,
.icon.icon-camera::before {
  content: "\e826"
}

.ekit-wid-con .icon.icon-picture::before,
.icon.icon-picture::before {
  content: "\e827"
}

.ekit-wid-con .icon.icon-book::before,
.icon.icon-book::before {
  content: "\e828"
}

.ekit-wid-con .icon.icon-bookmark::before,
.icon.icon-bookmark::before {
  content: "\e829"
}

.ekit-wid-con .icon.icon-user::before,
.icon.icon-user::before {
  content: "\e82a"
}

.ekit-wid-con .icon.icon-users::before,
.icon.icon-users::before {
  content: "\e82b"
}

.ekit-wid-con .icon.icon-shirt::before,
.icon.icon-shirt::before {
  content: "\e82c"
}

.ekit-wid-con .icon.icon-store::before,
.icon.icon-store::before {
  content: "\e82d"
}

.ekit-wid-con .icon.icon-cart2::before,
.icon.icon-cart2::before {
  content: "\e82e"
}

.ekit-wid-con .icon.icon-tag::before,
.icon.icon-tag::before {
  content: "\e82f"
}

.ekit-wid-con .icon.icon-phone-handset::before,
.icon.icon-phone-handset::before {
  content: "\e830"
}

.ekit-wid-con .icon.icon-phone::before,
.icon.icon-phone::before {
  content: "\e831"
}

.ekit-wid-con .icon.icon-pushpin::before,
.icon.icon-pushpin::before {
  content: "\e832"
}

.ekit-wid-con .icon.icon-map-marker::before,
.icon.icon-map-marker::before {
  content: "\e833"
}

.ekit-wid-con .icon.icon-map::before,
.icon.icon-map::before {
  content: "\e834"
}

.ekit-wid-con .icon.icon-location::before,
.icon.icon-location::before {
  content: "\e835"
}

.ekit-wid-con .icon.icon-calendar-full::before,
.icon.icon-calendar-full::before {
  content: "\e836"
}

.ekit-wid-con .icon.icon-keyboard::before,
.icon.icon-keyboard::before {
  content: "\e837"
}

.ekit-wid-con .icon.icon-spell-check::before,
.icon.icon-spell-check::before {
  content: "\e838"
}

.ekit-wid-con .icon.icon-screen::before,
.icon.icon-screen::before {
  content: "\e839"
}

.ekit-wid-con .icon.icon-smartphone::before,
.icon.icon-smartphone::before {
  content: "\e83a"
}

.ekit-wid-con .icon.icon-tablet::before,
.icon.icon-tablet::before {
  content: "\e83b"
}

.ekit-wid-con .icon.icon-laptop::before,
.icon.icon-laptop::before {
  content: "\e83c"
}

.ekit-wid-con .icon.icon-laptop-phone::before,
.icon.icon-laptop-phone::before {
  content: "\e83d"
}

.ekit-wid-con .icon.icon-power-switch::before,
.icon.icon-power-switch::before {
  content: "\e83e"
}

.ekit-wid-con .icon.icon-bubble::before,
.icon.icon-bubble::before {
  content: "\e83f"
}

.ekit-wid-con .icon.icon-heart-pulse::before,
.icon.icon-heart-pulse::before {
  content: "\e840"
}

.ekit-wid-con .icon.icon-construction::before,
.icon.icon-construction::before {
  content: "\e841"
}

.ekit-wid-con .icon.icon-pie-chart::before,
.icon.icon-pie-chart::before {
  content: "\e842"
}

.ekit-wid-con .icon.icon-chart-bars::before,
.icon.icon-chart-bars::before {
  content: "\e843"
}

.ekit-wid-con .icon.icon-gift1::before,
.icon.icon-gift1::before {
  content: "\e844"
}

.ekit-wid-con .icon.icon-diamond1::before,
.icon.icon-diamond1::before {
  content: "\e845"
}

.ekit-wid-con .icon.icon-dinner::before,
.icon.icon-dinner::before {
  content: "\e847"
}

.ekit-wid-con .icon.icon-coffee-cup::before,
.icon.icon-coffee-cup::before {
  content: "\e848"
}

.ekit-wid-con .icon.icon-leaf::before,
.icon.icon-leaf::before {
  content: "\e849"
}

.ekit-wid-con .icon.icon-paw::before,
.icon.icon-paw::before {
  content: "\e84a"
}

.ekit-wid-con .icon.icon-rocket::before,
.icon.icon-rocket::before {
  content: "\e84b"
}

.ekit-wid-con .icon.icon-briefcase::before,
.icon.icon-briefcase::before {
  content: "\e84c"
}

.ekit-wid-con .icon.icon-bus::before,
.icon.icon-bus::before {
  content: "\e84d"
}

.ekit-wid-con .icon.icon-car1::before,
.icon.icon-car1::before {
  content: "\e84e"
}

.ekit-wid-con .icon.icon-train::before,
.icon.icon-train::before {
  content: "\e84f"
}

.ekit-wid-con .icon.icon-bicycle::before,
.icon.icon-bicycle::before {
  content: "\e850"
}

.ekit-wid-con .icon.icon-wheelchair::before,
.icon.icon-wheelchair::before {
  content: "\e851"
}

.ekit-wid-con .icon.icon-select::before,
.icon.icon-select::before {
  content: "\e852"
}

.ekit-wid-con .icon.icon-earth::before,
.icon.icon-earth::before {
  content: "\e853"
}

.ekit-wid-con .icon.icon-smile::before,
.icon.icon-smile::before {
  content: "\e854"
}

.ekit-wid-con .icon.icon-sad::before,
.icon.icon-sad::before {
  content: "\e855"
}

.ekit-wid-con .icon.icon-neutral::before,
.icon.icon-neutral::before {
  content: "\e856"
}

.ekit-wid-con .icon.icon-mustache::before,
.icon.icon-mustache::before {
  content: "\e857"
}

.ekit-wid-con .icon.icon-alarm::before,
.icon.icon-alarm::before {
  content: "\e858"
}

.ekit-wid-con .icon.icon-bullhorn::before,
.icon.icon-bullhorn::before {
  content: "\e859"
}

.ekit-wid-con .icon.icon-volume-high::before,
.icon.icon-volume-high::before {
  content: "\e85a"
}

.ekit-wid-con .icon.icon-volume-medium::before,
.icon.icon-volume-medium::before {
  content: "\e85b"
}

.ekit-wid-con .icon.icon-volume-low::before,
.icon.icon-volume-low::before {
  content: "\e85c"
}

.ekit-wid-con .icon.icon-volume::before,
.icon.icon-volume::before {
  content: "\e85d"
}

.ekit-wid-con .icon.icon-mic::before,
.icon.icon-mic::before {
  content: "\e85e"
}

.ekit-wid-con .icon.icon-hourglass::before,
.icon.icon-hourglass::before {
  content: "\e85f"
}

.ekit-wid-con .icon.icon-undo::before,
.icon.icon-undo::before {
  content: "\e860"
}

.ekit-wid-con .icon.icon-redo::before,
.icon.icon-redo::before {
  content: "\e861"
}

.ekit-wid-con .icon.icon-sync::before,
.icon.icon-sync::before {
  content: "\e862"
}

.ekit-wid-con .icon.icon-history::before,
.icon.icon-history::before {
  content: "\e863"
}

.ekit-wid-con .icon.icon-clock1::before,
.icon.icon-clock1::before {
  content: "\e864"
}

.ekit-wid-con .icon.icon-download::before,
.icon.icon-download::before {
  content: "\e865"
}

.ekit-wid-con .icon.icon-upload::before,
.icon.icon-upload::before {
  content: "\e866"
}

.ekit-wid-con .icon.icon-enter-down::before,
.icon.icon-enter-down::before {
  content: "\e867"
}

.ekit-wid-con .icon.icon-exit-up::before,
.icon.icon-exit-up::before {
  content: "\e868"
}

.ekit-wid-con .icon.icon-bug::before,
.icon.icon-bug::before {
  content: "\e869"
}

.ekit-wid-con .icon.icon-code::before,
.icon.icon-code::before {
  content: "\e86a"
}

.ekit-wid-con .icon.icon-link::before,
.icon.icon-link::before {
  content: "\e86b"
}

.ekit-wid-con .icon.icon-unlink::before,
.icon.icon-unlink::before {
  content: "\e86c"
}

.ekit-wid-con .icon.icon-thumbs-up::before,
.icon.icon-thumbs-up::before {
  content: "\e86d"
}

.ekit-wid-con .icon.icon-thumbs-down::before,
.icon.icon-thumbs-down::before {
  content: "\e86e"
}

.ekit-wid-con .icon.icon-magnifier::before,
.icon.icon-magnifier::before {
  content: "\e86f"
}

.ekit-wid-con .icon.icon-cross::before,
.icon.icon-cross::before {
  content: "\e870"
}

.ekit-wid-con .icon.icon-chevron-up::before,
.icon.icon-chevron-up::before {
  content: "\e873"
}

.ekit-wid-con .icon.icon-chevron-down::before,
.icon.icon-chevron-down::before {
  content: "\e874"
}

.ekit-wid-con .icon.icon-chevron-left::before,
.icon.icon-chevron-left::before {
  content: "\e875"
}

.ekit-wid-con .icon.icon-chevron-right::before,
.icon.icon-chevron-right::before {
  content: "\e876"
}

.ekit-wid-con .icon.icon-arrow-up::before,
.icon.icon-arrow-up::before {
  content: "\e877"
}

.ekit-wid-con .icon.icon-arrow-down::before,
.icon.icon-arrow-down::before {
  content: "\e878"
}

.ekit-wid-con .icon.icon-arrow-left::before,
.icon.icon-arrow-left::before {
  content: "\e879"
}

.ekit-wid-con .icon.icon-arrow-right::before,
.icon.icon-arrow-right::before {
  content: "\e87a"
}

.ekit-wid-con .icon.icon-right-arrow::before,
.icon.icon-right-arrow::before {
  content: "\e9c5"
}

.ekit-wid-con .icon.icon-left-arrow::before,
.icon.icon-left-arrow::before {
  content: "\e94a"
}

.ekit-wid-con .icon.icon-download-arrow::before,
.icon.icon-download-arrow::before {
  content: "\e94b"
}

.ekit-wid-con .icon.icon-up-arrow::before,
.icon.icon-up-arrow::before {
  content: "\e9c3"
}

.ekit-wid-con .icon.icon-arrows::before,
.icon.icon-arrows::before {
  content: "\e9c4"
}

.ekit-wid-con .icon.icon-double-angle-pointing-to-right::before,
.icon.icon-double-angle-pointing-to-right::before {
  content: "\e949"
}

.ekit-wid-con .icon.icon-double-left-chevron::before,
.icon.icon-double-left-chevron::before {
  content: "\e948"
}

.ekit-wid-con .icon.icon-left-arrow2::before,
.icon.icon-left-arrow2::before {
  content: "\e94c"
}

.ekit-wid-con .icon.icon-right-arrow2::before,
.icon.icon-right-arrow2::before {
  content: "\e94d"
}

.ekit-wid-con .icon.icon-warning::before,
.icon.icon-warning::before {
  content: "\e87c"
}

.ekit-wid-con .icon.icon-down-arrow1::before,
.icon.icon-down-arrow1::before {
  content: "\e994"
}

.ekit-wid-con .icon.icon-up-arrow1::before,
.icon.icon-up-arrow1::before {
  content: "\e995"
}

.ekit-wid-con .icon.icon-right-arrow1::before,
.icon.icon-right-arrow1::before {
  content: "\e876";
  font-weight: 900
}

.ekit-wid-con .icon.icon-left-arrows::before,
.icon.icon-left-arrows::before {
  content: "\e997"
}

.ekit-wid-con .icon.icon-question-circle::before,
.icon.icon-question-circle::before {
  content: "\e87d"
}

.ekit-wid-con .icon.icon-menu-circle::before,
.icon.icon-menu-circle::before {
  content: "\e87e"
}

.ekit-wid-con .icon.icon-checkmark-circle::before,
.icon.icon-checkmark-circle::before {
  content: "\e87f"
}

.ekit-wid-con .icon.icon-cross-circle::before,
.icon.icon-cross-circle::before {
  content: "\e880"
}

.ekit-wid-con .icon.icon-plus-circle::before,
.icon.icon-plus-circle::before {
  content: "\e881"
}

.ekit-wid-con .icon.icon-move::before,
.icon.icon-move::before {
  content: "\e87b"
}

.ekit-wid-con .icon.icon-circle-minus::before,
.icon.icon-circle-minus::before {
  content: "\e882"
}

.ekit-wid-con .icon.icon-arrow-up-circle::before,
.icon.icon-arrow-up-circle::before {
  content: "\e883"
}

.ekit-wid-con .icon.icon-arrow-down-circle::before,
.icon.icon-arrow-down-circle::before {
  content: "\e884"
}

.ekit-wid-con .icon.icon-arrow-left-circle::before,
.icon.icon-arrow-left-circle::before {
  content: "\e885"
}

.ekit-wid-con .icon.icon-arrow-right-circle::before,
.icon.icon-arrow-right-circle::before {
  content: "\e886"
}

.ekit-wid-con .icon.icon-chevron-up-circle::before,
.icon.icon-chevron-up-circle::before {
  content: "\e887"
}

.ekit-wid-con .icon.icon-chevron-down-circle::before,
.icon.icon-chevron-down-circle::before {
  content: "\e888"
}

.ekit-wid-con .icon.icon-chevron-left-circle::before,
.icon.icon-chevron-left-circle::before {
  content: "\e889"
}

.ekit-wid-con .icon.icon-chevron-right-circle::before,
.icon.icon-chevron-right-circle::before {
  content: "\e88a"
}

.ekit-wid-con .icon.icon-crop::before,
.icon.icon-crop::before {
  content: "\e88b"
}

.ekit-wid-con .icon.icon-frame-expand::before,
.icon.icon-frame-expand::before {
  content: "\e88c"
}

.ekit-wid-con .icon.icon-frame-contract::before,
.icon.icon-frame-contract::before {
  content: "\e88d"
}

.ekit-wid-con .icon.icon-layers::before,
.icon.icon-layers::before {
  content: "\e88e"
}

.ekit-wid-con .icon.icon-funnel::before,
.icon.icon-funnel::before {
  content: "\e88f"
}

.ekit-wid-con .icon.icon-text-format::before,
.icon.icon-text-format::before {
  content: "\e890"
}

.ekit-wid-con .icon.icon-text-size::before,
.icon.icon-text-size::before {
  content: "\e892"
}

.ekit-wid-con .icon.icon-bold::before,
.icon.icon-bold::before {
  content: "\e893"
}

.ekit-wid-con .icon.icon-italic::before,
.icon.icon-italic::before {
  content: "\e894"
}

.ekit-wid-con .icon.icon-underline::before,
.icon.icon-underline::before {
  content: "\e895"
}

.ekit-wid-con .icon.icon-strikethrough::before,
.icon.icon-strikethrough::before {
  content: "\e896"
}

.ekit-wid-con .icon.icon-highlight::before,
.icon.icon-highlight::before {
  content: "\e897"
}

.ekit-wid-con .icon.icon-text-align-left::before,
.icon.icon-text-align-left::before {
  content: "\e898"
}

.ekit-wid-con .icon.icon-text-align-center::before,
.icon.icon-text-align-center::before {
  content: "\e899"
}

.ekit-wid-con .icon.icon-text-align-right::before,
.icon.icon-text-align-right::before {
  content: "\e89a"
}

.ekit-wid-con .icon.icon-text-align-justify::before,
.icon.icon-text-align-justify::before {
  content: "\e89b"
}

.ekit-wid-con .icon.icon-line-spacing::before,
.icon.icon-line-spacing::before {
  content: "\e89c"
}

.ekit-wid-con .icon.icon-indent-increase::before,
.icon.icon-indent-increase::before {
  content: "\e89d"
}

.ekit-wid-con .icon.icon-indent-decrease::before,
.icon.icon-indent-decrease::before {
  content: "\e89e"
}

.ekit-wid-con .icon.icon-page-break::before,
.icon.icon-page-break::before {
  content: "\e8a2"
}

.ekit-wid-con .icon.icon-hand::before,
.icon.icon-hand::before {
  content: "\e8a5"
}

.ekit-wid-con .icon.icon-pointer-up::before,
.icon.icon-pointer-up::before {
  content: "\e8a6"
}

.ekit-wid-con .icon.icon-pointer-right::before,
.icon.icon-pointer-right::before {
  content: "\e8a7"
}

.ekit-wid-con .icon.icon-pointer-down::before,
.icon.icon-pointer-down::before {
  content: "\e8a8"
}

.ekit-wid-con .icon.icon-pointer-left::before,
.icon.icon-pointer-left::before {
  content: "\e8a9"
}

.ekit-wid-con .icon.icon-burger::before,
.icon.icon-burger::before {
  content: "\e94e"
}

.ekit-wid-con .icon.icon-cakes::before,
.icon.icon-cakes::before {
  content: "\e94f"
}

.ekit-wid-con .icon.icon-cheese::before,
.icon.icon-cheese::before {
  content: "\e950"
}

.ekit-wid-con .icon.icon-drink-glass::before,
.icon.icon-drink-glass::before {
  content: "\e951"
}

.ekit-wid-con .icon.icon-pizza::before,
.icon.icon-pizza::before {
  content: "\e952"
}

.ekit-wid-con .icon.icon-vplay::before,
.icon.icon-vplay::before {
  content: "\e953"
}

.ekit-wid-con .icon.icon-newsletter::before,
.icon.icon-newsletter::before {
  content: "\e954"
}

.ekit-wid-con .icon.icon-coins-2::before,
.icon.icon-coins-2::before {
  content: "\e955"
}

.ekit-wid-con .icon.icon-commerce-2::before,
.icon.icon-commerce-2::before {
  content: "\e956"
}

.ekit-wid-con .icon.icon-monitor::before,
.icon.icon-monitor::before {
  content: "\e957"
}

.ekit-wid-con .icon.icon-business::before,
.icon.icon-business::before {
  content: "\e958"
}

.ekit-wid-con .icon.icon-graphic-2::before,
.icon.icon-graphic-2::before {
  content: "\e959"
}

.ekit-wid-con .icon.icon-commerce-1::before,
.icon.icon-commerce-1::before {
  content: "\e95a"
}

.ekit-wid-con .icon.icon-hammer::before,
.icon.icon-hammer::before {
  content: "\e95b"
}

.ekit-wid-con .icon.icon-justice-1::before,
.icon.icon-justice-1::before {
  content: "\e95c"
}

.ekit-wid-con .icon.icon-line::before,
.icon.icon-line::before {
  content: "\e95d"
}

.ekit-wid-con .icon.icon-money-3::before,
.icon.icon-money-3::before {
  content: "\e95e"
}

.ekit-wid-con .icon.icon-commerce::before,
.icon.icon-commerce::before {
  content: "\e95f"
}

.ekit-wid-con .icon.icon-agenda::before,
.icon.icon-agenda::before {
  content: "\e960"
}

.ekit-wid-con .icon.icon-justice::before,
.icon.icon-justice::before {
  content: "\e961"
}

.ekit-wid-con .icon.icon-technology::before,
.icon.icon-technology::before {
  content: "\e962"
}

.ekit-wid-con .icon.icon-coins-1::before,
.icon.icon-coins-1::before {
  content: "\e963"
}

.ekit-wid-con .icon.icon-bank::before,
.icon.icon-bank::before {
  content: "\e964"
}

.ekit-wid-con .icon.icon-calculator::before,
.icon.icon-calculator::before {
  content: "\e965"
}

.ekit-wid-con .icon.icon-soundcloud::before,
.icon.icon-soundcloud::before {
  content: "\e966"
}

.ekit-wid-con .icon.icon-chart2::before,
.icon.icon-chart2::before {
  content: "\e967"
}

.ekit-wid-con .icon.icon-checked::before,
.icon.icon-checked::before {
  content: "\e968"
}

.ekit-wid-con .icon.icon-clock11::before,
.icon.icon-clock11::before {
  content: "\e969"
}

.ekit-wid-con .icon.icon-comment2::before,
.icon.icon-comment2::before {
  content: "\e96a"
}

.ekit-wid-con .icon.icon-comments::before,
.icon.icon-comments::before {
  content: "\e96b"
}

.ekit-wid-con .icon.icon-consult::before,
.icon.icon-consult::before {
  content: "\e96c"
}

.ekit-wid-con .icon.icon-consut2::before,
.icon.icon-consut2::before {
  content: "\e96d"
}

.ekit-wid-con .icon.icon-deal::before,
.icon.icon-deal::before {
  content: "\e96e"
}

.ekit-wid-con .icon.icon-envelope11::before,
.icon.icon-envelope11::before {
  content: "\e96f"
}

.ekit-wid-con .icon.icon-folder::before,
.icon.icon-folder::before {
  content: "\e970"
}

.ekit-wid-con .icon.icon-folder2::before,
.icon.icon-folder2::before {
  content: "\ea6a"
}

.ekit-wid-con .icon.icon-invest::before,
.icon.icon-invest::before {
  content: "\e971"
}

.ekit-wid-con .icon.icon-loan::before,
.icon.icon-loan::before {
  content: "\e972"
}

.ekit-wid-con .icon.icon-menu1::before,
.icon.icon-menu1::before {
  content: "\e871"
}

.ekit-wid-con .icon.icon-list1::before,
.icon.icon-list1::before {
  content: "\e872"
}

.ekit-wid-con .icon.icon-map-marker1::before,
.icon.icon-map-marker1::before {
  content: "\e973"
}

.ekit-wid-con .icon.icon-mutual-fund::before,
.icon.icon-mutual-fund::before {
  content: "\e974"
}

.ekit-wid-con .icon.icon-google-plus::before,
.icon.icon-google-plus::before {
  content: "\e975"
}

.ekit-wid-con .icon.icon-phone1::before,
.icon.icon-phone1::before {
  content: "\e976"
}

.ekit-wid-con .icon.icon-pie-chart1::before,
.icon.icon-pie-chart1::before {
  content: "\e977"
}

.ekit-wid-con .icon.icon-play::before,
.icon.icon-play::before {
  content: "\e978"
}

.ekit-wid-con .icon.icon-savings::before,
.icon.icon-savings::before {
  content: "\e979"
}

.ekit-wid-con .icon.icon-search2::before,
.icon.icon-search2::before {
  content: "\e97a"
}

.ekit-wid-con .icon.icon-tag1::before,
.icon.icon-tag1::before {
  content: "\e97b"
}

.ekit-wid-con .icon.icon-tags::before,
.icon.icon-tags::before {
  content: "\e97c"
}

.ekit-wid-con .icon.icon-instagram1::before,
.icon.icon-instagram1::before {
  content: "\e97d"
}

.ekit-wid-con .icon.icon-quote::before,
.icon.icon-quote::before {
  content: "\e97e"
}

.ekit-wid-con .icon.icon-arrow-point-to-down::before,
.icon.icon-arrow-point-to-down::before {
  content: "\e97f"
}

.ekit-wid-con .icon.icon-play-button::before,
.icon.icon-play-button::before {
  content: "\e980"
}

.ekit-wid-con .icon.icon-minus::before,
.icon.icon-minus::before {
  content: "\e981"
}

.ekit-wid-con .icon.icon-plus::before,
.icon.icon-plus::before {
  content: "\e982"
}

.ekit-wid-con .icon.icon-tick::before,
.icon.icon-tick::before {
  content: "\e983"
}

.ekit-wid-con .icon.icon-check::before,
.icon.icon-check::before {
  content: "\eaaf"
}

.ekit-wid-con .icon.icon-edit::before,
.icon.icon-edit::before {
  content: "\e984"
}

.ekit-wid-con .icon.icon-reply::before,
.icon.icon-reply::before {
  content: "\e985"
}

.ekit-wid-con .icon.icon-cogwheel-outline::before,
.icon.icon-cogwheel-outline::before {
  content: "\e986"
}

.ekit-wid-con .icon.icon-abacus::before,
.icon.icon-abacus::before {
  content: "\e987"
}

.ekit-wid-con .icon.icon-abacus1::before,
.icon.icon-abacus1::before {
  content: "\e988"
}

.ekit-wid-con .icon.icon-agenda1::before,
.icon.icon-agenda1::before {
  content: "\e989"
}

.ekit-wid-con .icon.icon-shopping-basket::before,
.icon.icon-shopping-basket::before {
  content: "\e98a"
}

.ekit-wid-con .icon.icon-users1::before,
.icon.icon-users1::before {
  content: "\e98b"
}

.ekit-wid-con .icon.icon-man::before,
.icon.icon-man::before {
  content: "\e98c"
}

.ekit-wid-con .icon.icon-support1::before,
.icon.icon-support1::before {
  content: "\e98d"
}

.ekit-wid-con .icon.icon-favorites::before,
.icon.icon-favorites::before {
  content: "\e98e"
}

.ekit-wid-con .icon.icon-calendar::before,
.icon.icon-calendar::before {
  content: "\e98f"
}

.ekit-wid-con .icon.icon-paper-plane::before,
.icon.icon-paper-plane::before {
  content: "\e990"
}

.ekit-wid-con .icon.icon-placeholder::before,
.icon.icon-placeholder::before {
  content: "\e991"
}

.ekit-wid-con .icon.icon-phone-call::before,
.icon.icon-phone-call::before {
  content: "\e992"
}

.ekit-wid-con .icon.icon-contact::before,
.icon.icon-contact::before {
  content: "\e993"
}

.ekit-wid-con .icon.icon-email::before,
.icon.icon-email::before {
  content: "\e998"
}

.ekit-wid-con .icon.icon-internet::before,
.icon.icon-internet::before {
  content: "\e999"
}

.ekit-wid-con .icon.icon-quote1::before,
.icon.icon-quote1::before {
  content: "\e99a"
}

.ekit-wid-con .icon.icon-medical::before,
.icon.icon-medical::before {
  content: "\e99b"
}

.ekit-wid-con .icon.icon-eye1::before,
.icon.icon-eye1::before {
  content: "\e99c"
}

.ekit-wid-con .icon.icon-full-screen::before,
.icon.icon-full-screen::before {
  content: "\e99d"
}

.ekit-wid-con .icon.icon-tools::before,
.icon.icon-tools::before {
  content: "\e99e"
}

.ekit-wid-con .icon.icon-pie-chart2::before,
.icon.icon-pie-chart2::before {
  content: "\e99f"
}

.ekit-wid-con .icon.icon-diamond11::before,
.icon.icon-diamond11::before {
  content: "\e9a0"
}

.ekit-wid-con .icon.icon-valentines-heart::before,
.icon.icon-valentines-heart::before {
  content: "\e9a1"
}

.ekit-wid-con .icon.icon-like::before,
.icon.icon-like::before {
  content: "\e9a2"
}

.ekit-wid-con .icon.icon-team::before,
.icon.icon-team::before {
  content: "\e9a3"
}

.ekit-wid-con .icon.icon-tshirt::before,
.icon.icon-tshirt::before {
  content: "\e9a4"
}

.ekit-wid-con .icon.icon-cancel::before,
.icon.icon-cancel::before {
  content: "\e9a5"
}

.ekit-wid-con .icon.icon-drink::before,
.icon.icon-drink::before {
  content: "\e9a6"
}

.ekit-wid-con .icon.icon-home1::before,
.icon.icon-home1::before {
  content: "\e9a7"
}

.ekit-wid-con .icon.icon-music::before,
.icon.icon-music::before {
  content: "\e9a8"
}

.ekit-wid-con .icon.icon-rich::before,
.icon.icon-rich::before {
  content: "\e9a9"
}

.ekit-wid-con .icon.icon-brush::before,
.icon.icon-brush::before {
  content: "\e9aa"
}

.ekit-wid-con .icon.icon-opposite-way::before,
.icon.icon-opposite-way::before {
  content: "\e9ab"
}

.ekit-wid-con .icon.icon-cloud-computing1::before,
.icon.icon-cloud-computing1::before {
  content: "\e9ac"
}

.ekit-wid-con .icon.icon-technology-1::before,
.icon.icon-technology-1::before {
  content: "\e9ad"
}

.ekit-wid-con .icon.icon-rotate::before,
.icon.icon-rotate::before {
  content: "\e9ae"
}

.ekit-wid-con .icon.icon-medical1::before,
.icon.icon-medical1::before {
  content: "\e9af"
}

.ekit-wid-con .icon.icon-flash-1::before,
.icon.icon-flash-1::before {
  content: "\e9b0"
}

.ekit-wid-con .icon.icon-flash::before,
.icon.icon-flash::before {
  content: "\e9b1"
}

.ekit-wid-con .icon.icon-uturn::before,
.icon.icon-uturn::before {
  content: "\e9b2"
}

.ekit-wid-con .icon.icon-down-arrow::before,
.icon.icon-down-arrow::before {
  content: "\e9b3"
}

.ekit-wid-con .icon.icon-hours-support::before,
.icon.icon-hours-support::before {
  content: "\e9b4"
}

.ekit-wid-con .icon.icon-bag::before,
.icon.icon-bag::before {
  content: "\e9b5"
}

.ekit-wid-con .icon.icon-photo-camera::before,
.icon.icon-photo-camera::before {
  content: "\e9b6"
}

.ekit-wid-con .icon.icon-school::before,
.icon.icon-school::before {
  content: "\e9b7"
}

.ekit-wid-con .icon.icon-settings::before,
.icon.icon-settings::before {
  content: "\e9b8"
}

.ekit-wid-con .icon.icon-smartphone1::before,
.icon.icon-smartphone1::before {
  content: "\e9b9"
}

.ekit-wid-con .icon.icon-technology-11::before,
.icon.icon-technology-11::before {
  content: "\e9ba"
}

.ekit-wid-con .icon.icon-tool::before,
.icon.icon-tool::before {
  content: "\e9bb"
}

.ekit-wid-con .icon.icon-business1::before,
.icon.icon-business1::before {
  content: "\e9bc"
}

.ekit-wid-con .icon.icon-shuffle-arrow::before,
.icon.icon-shuffle-arrow::before {
  content: "\e9bd"
}

.ekit-wid-con .icon.icon-van-1::before,
.icon.icon-van-1::before {
  content: "\e9be"
}

.ekit-wid-con .icon.icon-van::before,
.icon.icon-van::before {
  content: "\e9bf"
}

.ekit-wid-con .icon.icon-vegetables::before,
.icon.icon-vegetables::before {
  content: "\e9c0"
}

.ekit-wid-con .icon.icon-women::before,
.icon.icon-women::before {
  content: "\e9c1"
}

.ekit-wid-con .icon.icon-vintage::before,
.icon.icon-vintage::before {
  content: "\e9c2"
}

.ekit-wid-con .icon.icon-team-1::before,
.icon.icon-team-1::before {
  content: "\e9c6"
}

.ekit-wid-con .icon.icon-team1::before,
.icon.icon-team1::before {
  content: "\e9c7"
}

.ekit-wid-con .icon.icon-apple::before,
.icon.icon-apple::before {
  content: "\e9c9"
}

.ekit-wid-con .icon.icon-watch::before,
.icon.icon-watch::before {
  content: "\e9ca"
}

.ekit-wid-con .icon.icon-cogwheel::before,
.icon.icon-cogwheel::before {
  content: "\e9cb"
}

.ekit-wid-con .icon.icon-light-bulb::before,
.icon.icon-light-bulb::before {
  content: "\e9cc"
}

.ekit-wid-con .icon.icon-light-bulb-1::before,
.icon.icon-light-bulb-1::before {
  content: "\e9cd"
}

.ekit-wid-con .icon.icon-heart-shape-outline::before,
.icon.icon-heart-shape-outline::before {
  content: "\e9ce"
}

.ekit-wid-con .icon.icon-online-shopping-cart::before,
.icon.icon-online-shopping-cart::before {
  content: "\e9cf"
}

.ekit-wid-con .icon.icon-shopping-cart1::before,
.icon.icon-shopping-cart1::before {
  content: "\e9d0"
}

.ekit-wid-con .icon.icon-star2::before,
.icon.icon-star2::before {
  content: "\e9d1"
}

.ekit-wid-con .icon.icon-star-1::before,
.icon.icon-star-1::before {
  content: "\e9d2"
}

.ekit-wid-con .icon.icon-favorite1::before,
.icon.icon-favorite1::before {
  content: "\e9d3"
}

.ekit-wid-con .icon.icon-agenda2::before,
.icon.icon-agenda2::before {
  content: "\e9d4"
}

.ekit-wid-con .icon.icon-agenda-1::before,
.icon.icon-agenda-1::before {
  content: "\e9d5"
}

.ekit-wid-con .icon.icon-alarm-clock::before,
.icon.icon-alarm-clock::before {
  content: "\e9d6"
}

.ekit-wid-con .icon.icon-alarm-clock1::before,
.icon.icon-alarm-clock1::before {
  content: "\e9d7"
}

.ekit-wid-con .icon.icon-atomic::before,
.icon.icon-atomic::before {
  content: "\e9d8"
}

.ekit-wid-con .icon.icon-auction::before,
.icon.icon-auction::before {
  content: "\e9d9"
}

.ekit-wid-con .icon.icon-balance::before,
.icon.icon-balance::before {
  content: "\e9da"
}

.ekit-wid-con .icon.icon-balance1::before,
.icon.icon-balance1::before {
  content: "\e9db"
}

.ekit-wid-con .icon.icon-bank1::before,
.icon.icon-bank1::before {
  content: "\e9dc"
}

.ekit-wid-con .icon.icon-bar-chart::before,
.icon.icon-bar-chart::before {
  content: "\e9dd"
}

.ekit-wid-con .icon.icon-barrier::before,
.icon.icon-barrier::before {
  content: "\e9de"
}

.ekit-wid-con .icon.icon-battery::before,
.icon.icon-battery::before {
  content: "\e9df"
}

.ekit-wid-con .icon.icon-battery-1::before,
.icon.icon-battery-1::before {
  content: "\e9e0"
}

.ekit-wid-con .icon.icon-bell::before,
.icon.icon-bell::before {
  content: "\e9e1"
}

.ekit-wid-con .icon.icon-bluetooth::before,
.icon.icon-bluetooth::before {
  content: "\e9e2"
}

.ekit-wid-con .icon.icon-book1::before,
.icon.icon-book1::before {
  content: "\e9e3"
}

.ekit-wid-con .icon.icon-briefcase1::before,
.icon.icon-briefcase1::before {
  content: "\e9e4"
}

.ekit-wid-con .icon.icon-briefcase-1::before,
.icon.icon-briefcase-1::before {
  content: "\e9e5"
}

.ekit-wid-con .icon.icon-briefcase-2::before,
.icon.icon-briefcase-2::before {
  content: "\e9e6"
}

.ekit-wid-con .icon.icon-calculator1::before,
.icon.icon-calculator1::before {
  content: "\e9e7"
}

.ekit-wid-con .icon.icon-calculator2::before,
.icon.icon-calculator2::before {
  content: "\e9e8"
}

.ekit-wid-con .icon.icon-calculator-1::before,
.icon.icon-calculator-1::before {
  content: "\e9e9"
}

.ekit-wid-con .icon.icon-calendar1::before,
.icon.icon-calendar1::before {
  content: "\e9ea"
}

.ekit-wid-con .icon.icon-calendar2::before,
.icon.icon-calendar2::before {
  content: "\e9eb"
}

.ekit-wid-con .icon.icon-calendar-1::before,
.icon.icon-calendar-1::before {
  content: "\e9ec"
}

.ekit-wid-con .icon.icon-calendar-page-empty::before,
.icon.icon-calendar-page-empty::before {
  content: "\eaac"
}

.ekit-wid-con .icon.icon-calendar3::before,
.icon.icon-calendar3::before {
  content: "\eb9c"
}

.ekit-wid-con .icon.icon-car11::before,
.icon.icon-car11::before {
  content: "\e9ed"
}

.ekit-wid-con .icon.icon-carrier::before,
.icon.icon-carrier::before {
  content: "\e9ee"
}

.ekit-wid-con .icon.icon-cash::before,
.icon.icon-cash::before {
  content: "\e9ef"
}

.ekit-wid-con .icon.icon-chat::before,
.icon.icon-chat::before {
  content: "\e9f0"
}

.ekit-wid-con .icon.icon-chat-1::before,
.icon.icon-chat-1::before {
  content: "\e9f1"
}

.ekit-wid-con .icon.icon-checked1::before,
.icon.icon-checked1::before {
  content: "\e9f2"
}

.ekit-wid-con .icon.icon-clip::before,
.icon.icon-clip::before {
  content: "\e9f3"
}

.ekit-wid-con .icon.icon-clip1::before,
.icon.icon-clip1::before {
  content: "\e9f4"
}

.ekit-wid-con .icon.icon-clipboard1::before,
.icon.icon-clipboard1::before {
  content: "\e9f5"
}

.ekit-wid-con .icon.icon-clipboard11::before,
.icon.icon-clipboard11::before {
  content: "\e9f6"
}

.ekit-wid-con .icon.icon-clock2::before,
.icon.icon-clock2::before {
  content: "\e9f7"
}

.ekit-wid-con .icon.icon-clock-1::before,
.icon.icon-clock-1::before {
  content: "\e9f8"
}

.ekit-wid-con .icon.icon-cloud11::before,
.icon.icon-cloud11::before {
  content: "\e9f9"
}

.ekit-wid-con .icon.icon-cloud-computing11::before,
.icon.icon-cloud-computing11::before {
  content: "\e9fa"
}

.ekit-wid-con .icon.icon-cloud-computing-1::before,
.icon.icon-cloud-computing-1::before {
  content: "\e9fb"
}

.ekit-wid-con .icon.icon-cogwheel1::before,
.icon.icon-cogwheel1::before {
  content: "\e9fc"
}

.ekit-wid-con .icon.icon-coins1::before,
.icon.icon-coins1::before {
  content: "\e9fd"
}

.ekit-wid-con .icon.icon-compass::before,
.icon.icon-compass::before {
  content: "\e9fe"
}

.ekit-wid-con .icon.icon-contract::before,
.icon.icon-contract::before {
  content: "\e9ff"
}

.ekit-wid-con .icon.icon-conversation::before,
.icon.icon-conversation::before {
  content: "\ea00"
}

.ekit-wid-con .icon.icon-crane1::before,
.icon.icon-crane1::before {
  content: "\ea01"
}

.ekit-wid-con .icon.icon-crane-2::before,
.icon.icon-crane-2::before {
  content: "\ea02"
}

.ekit-wid-con .icon.icon-credit-card::before,
.icon.icon-credit-card::before {
  content: "\ea03"
}

.ekit-wid-con .icon.icon-credit-card1::before,
.icon.icon-credit-card1::before {
  content: "\ea04"
}

.ekit-wid-con .icon.icon-cursor::before,
.icon.icon-cursor::before {
  content: "\ea05"
}

.ekit-wid-con .icon.icon-customer-service::before,
.icon.icon-customer-service::before {
  content: "\ea06"
}

.ekit-wid-con .icon.icon-cutlery::before,
.icon.icon-cutlery::before {
  content: "\ea07"
}

.ekit-wid-con .icon.icon-dart-board::before,
.icon.icon-dart-board::before {
  content: "\ea08"
}

.ekit-wid-con .icon.icon-decision-making::before,
.icon.icon-decision-making::before {
  content: "\ea09"
}

.ekit-wid-con .icon.icon-desk-chair::before,
.icon.icon-desk-chair::before {
  content: "\ea0a"
}

.ekit-wid-con .icon.icon-desk-lamp::before,
.icon.icon-desk-lamp::before {
  content: "\ea0b"
}

.ekit-wid-con .icon.icon-diamond2::before,
.icon.icon-diamond2::before {
  content: "\ea0c"
}

.ekit-wid-con .icon.icon-direction::before,
.icon.icon-direction::before {
  content: "\ea0d"
}

.ekit-wid-con .icon.icon-document::before,
.icon.icon-document::before {
  content: "\ea0e"
}

.ekit-wid-con .icon.icon-dollar-bill::before,
.icon.icon-dollar-bill::before {
  content: "\ea0f"
}

.ekit-wid-con .icon.icon-download1::before,
.icon.icon-download1::before {
  content: "\ea10"
}

.ekit-wid-con .icon.icon-edit1::before,
.icon.icon-edit1::before {
  content: "\ea11"
}

.ekit-wid-con .icon.icon-email1::before,
.icon.icon-email1::before {
  content: "\ea12"
}

.ekit-wid-con .icon.icon-envelope2::before,
.icon.icon-envelope2::before {
  content: "\ea13"
}

.ekit-wid-con .icon.icon-envelope3::before,
.icon.icon-envelope3::before {
  content: "\ea14"
}

.ekit-wid-con .icon.icon-eraser::before,
.icon.icon-eraser::before {
  content: "\ea15"
}

.ekit-wid-con .icon.icon-eye2::before,
.icon.icon-eye2::before {
  content: "\ea16"
}

.ekit-wid-con .icon.icon-factory::before,
.icon.icon-factory::before {
  content: "\ea17"
}

.ekit-wid-con .icon.icon-fast-forward::before,
.icon.icon-fast-forward::before {
  content: "\ea18"
}

.ekit-wid-con .icon.icon-favorites1::before,
.icon.icon-favorites1::before {
  content: "\ea19"
}

.ekit-wid-con .icon.icon-file::before,
.icon.icon-file::before {
  content: "\ea1a"
}

.ekit-wid-con .icon.icon-file-1::before,
.icon.icon-file-1::before {
  content: "\ea1b"
}

.ekit-wid-con .icon.icon-file-2::before,
.icon.icon-file-2::before {
  content: "\ea1c"
}

.ekit-wid-con .icon.icon-file-3::before,
.icon.icon-file-3::before {
  content: "\ea1d"
}

.ekit-wid-con .icon.icon-filter::before,
.icon.icon-filter::before {
  content: "\ea1e"
}

.ekit-wid-con .icon.icon-finance-book::before,
.icon.icon-finance-book::before {
  content: "\ea1f"
}

.ekit-wid-con .icon.icon-flag1::before,
.icon.icon-flag1::before {
  content: "\ea20"
}

.ekit-wid-con .icon.icon-folder1::before,
.icon.icon-folder1::before {
  content: "\ea21"
}

.ekit-wid-con .icon.icon-folder-1::before,
.icon.icon-folder-1::before {
  content: "\ea22"
}

.ekit-wid-con .icon.icon-folders::before,
.icon.icon-folders::before {
  content: "\ea23"
}

.ekit-wid-con .icon.icon-folders1::before,
.icon.icon-folders1::before {
  content: "\ea24"
}

.ekit-wid-con .icon.icon-gamepad::before,
.icon.icon-gamepad::before {
  content: "\ea25"
}

.ekit-wid-con .icon.icon-gift11::before,
.icon.icon-gift11::before {
  content: "\ea26"
}

.ekit-wid-con .icon.icon-growth::before,
.icon.icon-growth::before {
  content: "\ea27"
}

.ekit-wid-con .icon.icon-heart11::before,
.icon.icon-heart11::before {
  content: "\ea28"
}

.ekit-wid-con .icon.icon-home2::before,
.icon.icon-home2::before {
  content: "\ea29"
}

.ekit-wid-con .icon.icon-house::before,
.icon.icon-house::before {
  content: "\ea2a"
}

.ekit-wid-con .icon.icon-house-1::before,
.icon.icon-house-1::before {
  content: "\ea2b"
}

.ekit-wid-con .icon.icon-house-2::before,
.icon.icon-house-2::before {
  content: "\ea2c"
}

.ekit-wid-con .icon.icon-id-card::before,
.icon.icon-id-card::before {
  content: "\ea2d"
}

.ekit-wid-con .icon.icon-id-card1::before,
.icon.icon-id-card1::before {
  content: "\ea2e"
}

.ekit-wid-con .icon.icon-id-card-1::before,
.icon.icon-id-card-1::before {
  content: "\ea2f"
}

.ekit-wid-con .icon.icon-idea1::before,
.icon.icon-idea1::before {
  content: "\ea30"
}

.ekit-wid-con .icon.icon-image::before,
.icon.icon-image::before {
  content: "\ea31"
}

.ekit-wid-con .icon.icon-improvement::before,
.icon.icon-improvement::before {
  content: "\ea32"
}

.ekit-wid-con .icon.icon-inbox1::before,
.icon.icon-inbox1::before {
  content: "\ea33"
}

.ekit-wid-con .icon.icon-information::before,
.icon.icon-information::before {
  content: "\ea34"
}

.ekit-wid-con .icon.icon-key::before,
.icon.icon-key::before {
  content: "\ea35"
}

.ekit-wid-con .icon.icon-key1::before,
.icon.icon-key1::before {
  content: "\ea36"
}

.ekit-wid-con .icon.icon-laptop1::before,
.icon.icon-laptop1::before {
  content: "\ea37"
}

.ekit-wid-con .icon.icon-layers1::before,
.icon.icon-layers1::before {
  content: "\ea38"
}

.ekit-wid-con .icon.icon-light-bulb1::before,
.icon.icon-light-bulb1::before {
  content: "\ea39"
}

.ekit-wid-con .icon.icon-like1::before,
.icon.icon-like1::before {
  content: "\ea3a"
}

.ekit-wid-con .icon.icon-line-chart1::before,
.icon.icon-line-chart1::before {
  content: "\ea3b"
}

.ekit-wid-con .icon.icon-mail::before,
.icon.icon-mail::before {
  content: "\ea3c"
}

.ekit-wid-con .icon.icon-manager::before,
.icon.icon-manager::before {
  content: "\ea3d"
}

.ekit-wid-con .icon.icon-map1::before,
.icon.icon-map1::before {
  content: "\ea3e"
}

.ekit-wid-con .icon.icon-medal1::before,
.icon.icon-medal1::before {
  content: "\ea3f"
}

.ekit-wid-con .icon.icon-megaphone::before,
.icon.icon-megaphone::before {
  content: "\ea40"
}

.ekit-wid-con .icon.icon-megaphone1::before,
.icon.icon-megaphone1::before {
  content: "\ea41"
}

.ekit-wid-con .icon.icon-message::before,
.icon.icon-message::before {
  content: "\ea42"
}

.ekit-wid-con .icon.icon-message-1::before,
.icon.icon-message-1::before {
  content: "\ea43"
}

.ekit-wid-con .icon.icon-message-2::before,
.icon.icon-message-2::before {
  content: "\ea44"
}

.ekit-wid-con .icon.icon-microphone::before,
.icon.icon-microphone::before {
  content: "\ea45"
}

.ekit-wid-con .icon.icon-money1::before,
.icon.icon-money1::before {
  content: "\ea46"
}

.ekit-wid-con .icon.icon-money-bag1::before,
.icon.icon-money-bag1::before {
  content: "\ea47"
}

.ekit-wid-con .icon.icon-monitor1::before,
.icon.icon-monitor1::before {
  content: "\ea48"
}

.ekit-wid-con .icon.icon-music1::before,
.icon.icon-music1::before {
  content: "\ea49"
}

.ekit-wid-con .icon.icon-next::before,
.icon.icon-next::before {
  content: "\ea4a"
}

.ekit-wid-con .icon.icon-open-book1::before,
.icon.icon-open-book1::before {
  content: "\ea4b"
}

.ekit-wid-con .icon.icon-padlock::before,
.icon.icon-padlock::before {
  content: "\ea4c"
}

.ekit-wid-con .icon.icon-padlock-1::before,
.icon.icon-padlock-1::before {
  content: "\ea4d"
}

.ekit-wid-con .icon.icon-paint-brush::before,
.icon.icon-paint-brush::before {
  content: "\ea4e"
}

.ekit-wid-con .icon.icon-pause::before,
.icon.icon-pause::before {
  content: "\ea4f"
}

.ekit-wid-con .icon.icon-pen::before,
.icon.icon-pen::before {
  content: "\ea50"
}

.ekit-wid-con .icon.icon-pencil1::before,
.icon.icon-pencil1::before {
  content: "\ea51"
}

.ekit-wid-con .icon.icon-percentage::before,
.icon.icon-percentage::before {
  content: "\ea52"
}

.ekit-wid-con .icon.icon-phone-call1::before,
.icon.icon-phone-call1::before {
  content: "\ea53"
}

.ekit-wid-con .icon.icon-phone-call2::before,
.icon.icon-phone-call2::before {
  content: "\ea54"
}

.ekit-wid-con .icon.icon-photo-camera1::before,
.icon.icon-photo-camera1::before {
  content: "\ea55"
}

.ekit-wid-con .icon.icon-pie-chart3::before,
.icon.icon-pie-chart3::before {
  content: "\ea56"
}

.ekit-wid-con .icon.icon-pipe::before,
.icon.icon-pipe::before {
  content: "\ea57"
}

.ekit-wid-con .icon.icon-placeholder1::before,
.icon.icon-placeholder1::before {
  content: "\ea58"
}

.ekit-wid-con .icon.icon-placeholder2::before,
.icon.icon-placeholder2::before {
  content: "\ea59"
}

.ekit-wid-con .icon.icon-planet-earth::before,
.icon.icon-planet-earth::before {
  content: "\ea5a"
}

.ekit-wid-con .icon.icon-play-button1::before,
.icon.icon-play-button1::before {
  content: "\ea5b"
}

.ekit-wid-con .icon.icon-power-button::before,
.icon.icon-power-button::before {
  content: "\ea5c"
}

.ekit-wid-con .icon.icon-presentation::before,
.icon.icon-presentation::before {
  content: "\ea5d"
}

.ekit-wid-con .icon.icon-presentation1::before,
.icon.icon-presentation1::before {
  content: "\ea5e"
}

.ekit-wid-con .icon.icon-printer1::before,
.icon.icon-printer1::before {
  content: "\ea5f"
}

.ekit-wid-con .icon.icon-push-pin::before,
.icon.icon-push-pin::before {
  content: "\ea60"
}

.ekit-wid-con .icon.icon-push-pin1::before,
.icon.icon-push-pin1::before {
  content: "\ea61"
}

.ekit-wid-con .icon.icon-refresh::before,
.icon.icon-refresh::before {
  content: "\ea62"
}

.ekit-wid-con .icon.icon-reload::before,
.icon.icon-reload::before {
  content: "\ea63"
}

.ekit-wid-con .icon.icon-return::before,
.icon.icon-return::before {
  content: "\ea64"
}

.ekit-wid-con .icon.icon-rocket-ship::before,
.icon.icon-rocket-ship::before {
  content: "\ea65"
}

.ekit-wid-con .icon.icon-rss1::before,
.icon.icon-rss1::before {
  content: "\ea66"
}

.ekit-wid-con .icon.icon-safebox::before,
.icon.icon-safebox::before {
  content: "\ea67"
}

.ekit-wid-con .icon.icon-safebox1::before,
.icon.icon-safebox1::before {
  content: "\ea68"
}

.ekit-wid-con .icon.icon-settings1::before,
.icon.icon-settings1::before {
  content: "\ea69"
}

.ekit-wid-con .icon.icon-settings-2::before,
.icon.icon-settings-2::before {
  content: "\ea6b"
}

.ekit-wid-con .icon.icon-sewing-machine::before,
.icon.icon-sewing-machine::before {
  content: "\ea6c"
}

.ekit-wid-con .icon.icon-share2::before,
.icon.icon-share2::before {
  content: "\ea6d"
}

.ekit-wid-con .icon.icon-shield1::before,
.icon.icon-shield1::before {
  content: "\ea6e"
}

.ekit-wid-con .icon.icon-shield11::before,
.icon.icon-shield11::before {
  content: "\ea6f"
}

.ekit-wid-con .icon.icon-shopping::before,
.icon.icon-shopping::before {
  content: "\ea70"
}

.ekit-wid-con .icon.icon-shopping-bag::before,
.icon.icon-shopping-bag::before {
  content: "\ea71"
}

.ekit-wid-con .icon.icon-shopping-bag-1::before,
.icon.icon-shopping-bag-1::before {
  content: "\ea72"
}

.ekit-wid-con .icon.icon-shopping-bag-2::before,
.icon.icon-shopping-bag-2::before {
  content: "\ea73"
}

.ekit-wid-con .icon.icon-shopping-cart11::before,
.icon.icon-shopping-cart11::before {
  content: "\ea74"
}

.ekit-wid-con .icon.icon-shopping-cart2::before,
.icon.icon-shopping-cart2::before {
  content: "\ea75"
}

.ekit-wid-con .icon.icon-shopping-cart-1::before,
.icon.icon-shopping-cart-1::before {
  content: "\ea76"
}

.ekit-wid-con .icon.icon-shopping-cart-2::before,
.icon.icon-shopping-cart-2::before {
  content: "\ea77"
}

.ekit-wid-con .icon.icon-shopping-cart-3::before,
.icon.icon-shopping-cart-3::before {
  content: "\ea78"
}

.ekit-wid-con .icon.icon-smartphone2::before,
.icon.icon-smartphone2::before {
  content: "\ea79"
}

.ekit-wid-con .icon.icon-speaker::before,
.icon.icon-speaker::before {
  content: "\ea7a"
}

.ekit-wid-con .icon.icon-speakers::before,
.icon.icon-speakers::before {
  content: "\ea7b"
}

.ekit-wid-con .icon.icon-stats::before,
.icon.icon-stats::before {
  content: "\ea7c"
}

.ekit-wid-con .icon.icon-stats-1::before,
.icon.icon-stats-1::before {
  content: "\ea7d"
}

.ekit-wid-con .icon.icon-stats-2::before,
.icon.icon-stats-2::before {
  content: "\ea7e"
}

.ekit-wid-con .icon.icon-stats-3::before,
.icon.icon-stats-3::before {
  content: "\ea7f"
}

.ekit-wid-con .icon.icon-stats-4::before,
.icon.icon-stats-4::before {
  content: "\ea80"
}

.ekit-wid-con .icon.icon-stats-5::before,
.icon.icon-stats-5::before {
  content: "\ea81"
}

.ekit-wid-con .icon.icon-stats-6::before,
.icon.icon-stats-6::before {
  content: "\ea82"
}

.ekit-wid-con .icon.icon-sticky-note::before,
.icon.icon-sticky-note::before {
  content: "\ea83"
}

.ekit-wid-con .icon.icon-store1::before,
.icon.icon-store1::before {
  content: "\ea84"
}

.ekit-wid-con .icon.icon-store-1::before,
.icon.icon-store-1::before {
  content: "\ea85"
}

.ekit-wid-con .icon.icon-suitcase::before,
.icon.icon-suitcase::before {
  content: "\ea86"
}

.ekit-wid-con .icon.icon-suitcase-1::before,
.icon.icon-suitcase-1::before {
  content: "\ea87"
}

.ekit-wid-con .icon.icon-tag2::before,
.icon.icon-tag2::before {
  content: "\ea88"
}

.ekit-wid-con .icon.icon-target::before,
.icon.icon-target::before {
  content: "\ea89"
}

.ekit-wid-con .icon.icon-team2::before,
.icon.icon-team2::before {
  content: "\ea8a"
}

.ekit-wid-con .icon.icon-tie::before,
.icon.icon-tie::before {
  content: "\ea8b"
}

.ekit-wid-con .icon.icon-trash1::before,
.icon.icon-trash1::before {
  content: "\ea8c"
}

.ekit-wid-con .icon.icon-trolley::before,
.icon.icon-trolley::before {
  content: "\ea8d"
}

.ekit-wid-con .icon.icon-trolley-1::before,
.icon.icon-trolley-1::before {
  content: "\ea8e"
}

.ekit-wid-con .icon.icon-trolley-2::before,
.icon.icon-trolley-2::before {
  content: "\ea8f"
}

.ekit-wid-con .icon.icon-trophy1::before,
.icon.icon-trophy1::before {
  content: "\ea90"
}

.ekit-wid-con .icon.icon-truck1::before,
.icon.icon-truck1::before {
  content: "\ea91"
}

.ekit-wid-con .icon.icon-truck-1::before,
.icon.icon-truck-1::before {
  content: "\ea92"
}

.ekit-wid-con .icon.icon-truck-2::before,
.icon.icon-truck-2::before {
  content: "\ea93"
}

.ekit-wid-con .icon.icon-umbrella::before,
.icon.icon-umbrella::before {
  content: "\ea94"
}

.ekit-wid-con .icon.icon-upload1::before,
.icon.icon-upload1::before {
  content: "\ea95"
}

.ekit-wid-con .icon.icon-user1::before,
.icon.icon-user1::before {
  content: "\ea96"
}

.ekit-wid-con .icon.icon-user-1::before,
.icon.icon-user-1::before {
  content: "\ea97"
}

.ekit-wid-con .icon.icon-user-2::before,
.icon.icon-user-2::before {
  content: "\ea98"
}

.ekit-wid-con .icon.icon-user-3::before,
.icon.icon-user-3::before {
  content: "\ea99"
}

.ekit-wid-con .icon.icon-users2::before,
.icon.icon-users2::before {
  content: "\ea9a"
}

.ekit-wid-con .icon.icon-video-camera::before,
.icon.icon-video-camera::before {
  content: "\ea9b"
}

.ekit-wid-con .icon.icon-voucher::before,
.icon.icon-voucher::before {
  content: "\ea9c"
}

.ekit-wid-con .icon.icon-voucher-1::before,
.icon.icon-voucher-1::before {
  content: "\ea9d"
}

.ekit-wid-con .icon.icon-voucher-2::before,
.icon.icon-voucher-2::before {
  content: "\ea9e"
}

.ekit-wid-con .icon.icon-voucher-3::before,
.icon.icon-voucher-3::before {
  content: "\ea9f"
}

.ekit-wid-con .icon.icon-voucher-4::before,
.icon.icon-voucher-4::before {
  content: "\eaa0"
}

.ekit-wid-con .icon.icon-wallet::before,
.icon.icon-wallet::before {
  content: "\eaa1"
}

.ekit-wid-con .icon.icon-wallet1::before,
.icon.icon-wallet1::before {
  content: "\eaa2"
}

.ekit-wid-con .icon.icon-wifi::before,
.icon.icon-wifi::before {
  content: "\eaa3"
}

.ekit-wid-con .icon.icon-worker::before,
.icon.icon-worker::before {
  content: "\eaa4"
}

.ekit-wid-con .icon.icon-zoom-in::before,
.icon.icon-zoom-in::before {
  content: "\eaa5"
}

.ekit-wid-con .icon.icon-zoom-out::before,
.icon.icon-zoom-out::before {
  content: "\eaa6"
}

.ekit-wid-con .icon.icon-burger-menu::before,
.icon.icon-burger-menu::before {
  content: "\eab8"
}

.ekit-wid-con .icon.icon-squares::before,
.icon.icon-squares::before {
  content: "\eaa7"
}

.ekit-wid-con .icon.icon-options::before,
.icon.icon-options::before {
  content: "\eaa8"
}

.ekit-wid-con .icon.icon-apps::before,
.icon.icon-apps::before {
  content: "\eaa9"
}

.ekit-wid-con .icon.icon-menu-11::before,
.icon.icon-menu-11::before {
  content: "\eaaa"
}

.ekit-wid-con .icon.icon-menu11::before,
.icon.icon-menu11::before {
  content: "\eaab"
}

.ekit-wid-con .icon.icon-back_up::before,
.icon.icon-back_up::before {
  content: "\eaad"
}

.ekit-wid-con .icon.icon-cart11::before,
.icon.icon-cart11::before {
  content: "\eaae"
}

.ekit-wid-con .icon.icon-checkmark::before,
.icon.icon-checkmark::before {
  content: "\eab0"
}

.ekit-wid-con .icon.icon-dollar::before,
.icon.icon-dollar::before {
  content: "\eab1"
}

.ekit-wid-con .icon.icon-domian::before,
.icon.icon-domian::before {
  content: "\eab2"
}

.ekit-wid-con .icon.icon-hosting1::before,
.icon.icon-hosting1::before {
  content: "\eab3"
}

.ekit-wid-con .icon.icon-key2::before,
.icon.icon-key2::before {
  content: "\eab4"
}

.ekit-wid-con .icon.icon-migration::before,
.icon.icon-migration::before {
  content: "\eab5"
}

.ekit-wid-con .icon.icon-play1::before,
.icon.icon-play1::before {
  content: "\eab6"
}

.ekit-wid-con .icon.icon-quote2::before,
.icon.icon-quote2::before {
  content: "\eab7"
}

.ekit-wid-con .icon.icon-api_setup::before,
.icon.icon-api_setup::before {
  content: "\eab9"
}

.ekit-wid-con .icon.icon-coin::before,
.icon.icon-coin::before {
  content: "\eaba"
}

.ekit-wid-con .icon.icon-hand_shake::before,
.icon.icon-hand_shake::before {
  content: "\eabb"
}

.ekit-wid-con .icon.icon-idea_generate::before,
.icon.icon-idea_generate::before {
  content: "\eabc"
}

.ekit-wid-con .icon.icon-page_search::before,
.icon.icon-page_search::before {
  content: "\eabd"
}

.ekit-wid-con .icon.icon-pen_shape::before,
.icon.icon-pen_shape::before {
  content: "\eabe"
}

.ekit-wid-con .icon.icon-pencil_art::before,
.icon.icon-pencil_art::before {
  content: "\eabf"
}

.ekit-wid-con .icon.icon-review::before,
.icon.icon-review::before {
  content: "\eac0"
}

.ekit-wid-con .icon.icon-star::before,
.icon.icon-star::before {
  content: "\eac1"
}

.ekit-wid-con .icon.icon-timing::before,
.icon.icon-timing::before {
  content: "\eac2"
}

.ekit-wid-con .icon.icon-trophy::before,
.icon.icon-trophy::before {
  content: "\eac3"
}

.ekit-wid-con .icon.icon-communication::before,
.icon.icon-communication::before {
  content: "\eac4"
}

.ekit-wid-con .icon.icon-money-bag2::before,
.icon.icon-money-bag2::before {
  content: "\eac5"
}

.ekit-wid-con .icon.icon-dentist::before,
.icon.icon-dentist::before {
  content: "\eac6"
}

.ekit-wid-con .icon.icon-bill::before,
.icon.icon-bill::before {
  content: "\eac7"
}

.ekit-wid-con .icon.icon-label::before,
.icon.icon-label::before {
  content: "\eac8"
}

.ekit-wid-con .icon.icon-money::before,
.icon.icon-money::before {
  content: "\eac9"
}

.ekit-wid-con .icon.icon-shield::before,
.icon.icon-shield::before {
  content: "\eaca"
}

.ekit-wid-con .icon.icon-support::before,
.icon.icon-support::before {
  content: "\eacb"
}

.ekit-wid-con .icon.icon-one::before,
.icon.icon-one::before {
  content: "\eacc"
}

.ekit-wid-con .icon.icon-clock::before,
.icon.icon-clock::before {
  content: "\eacd"
}

.ekit-wid-con .icon.icon-cart::before,
.icon.icon-cart::before {
  content: "\eace"
}

.ekit-wid-con .icon.icon-globe::before,
.icon.icon-globe::before {
  content: "\eacf"
}

.ekit-wid-con .icon.icon-tooth::before,
.icon.icon-tooth::before {
  content: "\ead0"
}

.ekit-wid-con .icon.icon-tooth-1::before,
.icon.icon-tooth-1::before {
  content: "\ead1"
}

.ekit-wid-con .icon.icon-tooth-2::before,
.icon.icon-tooth-2::before {
  content: "\ead2"
}

.ekit-wid-con .icon.icon-brain::before,
.icon.icon-brain::before {
  content: "\ead3"
}

.ekit-wid-con .icon.icon-view::before,
.icon.icon-view::before {
  content: "\ead4"
}

.ekit-wid-con .icon.icon-doctor::before,
.icon.icon-doctor::before {
  content: "\ead5"
}

.ekit-wid-con .icon.icon-heart::before,
.icon.icon-heart::before {
  content: "\ead6"
}

.ekit-wid-con .icon.icon-medicine::before,
.icon.icon-medicine::before {
  content: "\ead7"
}

.ekit-wid-con .icon.icon-stethoscope::before,
.icon.icon-stethoscope::before {
  content: "\ead8"
}

.ekit-wid-con .icon.icon-hospital::before,
.icon.icon-hospital::before {
  content: "\ead9"
}

.ekit-wid-con .icon.icon-clipboard::before,
.icon.icon-clipboard::before {
  content: "\eada"
}

.ekit-wid-con .icon.icon-medicine-1::before,
.icon.icon-medicine-1::before {
  content: "\eadb"
}

.ekit-wid-con .icon.icon-hospital-1::before,
.icon.icon-hospital-1::before {
  content: "\eadc"
}

.ekit-wid-con .icon.icon-customer-support::before,
.icon.icon-customer-support::before {
  content: "\eadd"
}

.ekit-wid-con .icon.icon-brickwall::before,
.icon.icon-brickwall::before {
  content: "\eade"
}

.ekit-wid-con .icon.icon-crane2::before,
.icon.icon-crane2::before {
  content: "\eadf"
}

.ekit-wid-con .icon.icon-valve::before,
.icon.icon-valve::before {
  content: "\eae1"
}

.ekit-wid-con .icon.icon-safety::before,
.icon.icon-safety::before {
  content: "\eae2"
}

.ekit-wid-con .icon.icon-energy-saving::before,
.icon.icon-energy-saving::before {
  content: "\eae3"
}

.ekit-wid-con .icon.icon-paint-roller::before,
.icon.icon-paint-roller::before {
  content: "\eae4"
}

.ekit-wid-con .icon.icon-paint-brushes::before,
.icon.icon-paint-brushes::before {
  content: "\eae5"
}

.ekit-wid-con .icon.icon-construction-tool-vehicle-with-crane-lifting-materials::before,
.icon.icon-construction-tool-vehicle-with-crane-lifting-materials::before {
  content: "\eae6"
}

.ekit-wid-con .icon.icon-trowel::before,
.icon.icon-trowel::before {
  content: "\eae7"
}

.ekit-wid-con .icon.icon-bucket::before,
.icon.icon-bucket::before {
  content: "\eae8"
}

.ekit-wid-con .icon.icon-smart::before,
.icon.icon-smart::before {
  content: "\eae9"
}

.ekit-wid-con .icon.icon-repair::before,
.icon.icon-repair::before {
  content: "\eaea"
}

.ekit-wid-con .icon.icon-saw::before,
.icon.icon-saw::before {
  content: "\eaeb"
}

.ekit-wid-con .icon.icon-cutter::before,
.icon.icon-cutter::before {
  content: "\eaec"
}

.ekit-wid-con .icon.icon-plier::before,
.icon.icon-plier::before {
  content: "\eaed"
}

.ekit-wid-con .icon.icon-drill::before,
.icon.icon-drill::before {
  content: "\eaee"
}

.ekit-wid-con .icon.icon-save-money::before,
.icon.icon-save-money::before {
  content: "\eaef"
}

.ekit-wid-con .icon.icon-planting::before,
.icon.icon-planting::before {
  content: "\eaf0"
}

.ekit-wid-con .icon.icon-line-chart::before,
.icon.icon-line-chart::before {
  content: "\eaf1"
}

.ekit-wid-con .icon.icon-open-book::before,
.icon.icon-open-book::before {
  content: "\eaf2"
}

.ekit-wid-con .icon.icon-money-bag3::before,
.icon.icon-money-bag3::before {
  content: "\eaf3"
}

.ekit-wid-con .icon.icon-server::before,
.icon.icon-server::before {
  content: "\eaf4"
}

.ekit-wid-con .icon.icon-server-1::before,
.icon.icon-server-1::before {
  content: "\eaf5"
}

.ekit-wid-con .icon.icon-server-2::before,
.icon.icon-server-2::before {
  content: "\eaf6"
}

.ekit-wid-con .icon.icon-cloud-computing::before,
.icon.icon-cloud-computing::before {
  content: "\eaf7"
}

.ekit-wid-con .icon.icon-cloud::before,
.icon.icon-cloud::before {
  content: "\eaf8"
}

.ekit-wid-con .icon.icon-database::before,
.icon.icon-database::before {
  content: "\eaf9"
}

.ekit-wid-con .icon.icon-computer::before,
.icon.icon-computer::before {
  content: "\eafa"
}

.ekit-wid-con .icon.icon-server-3::before,
.icon.icon-server-3::before {
  content: "\eafb"
}

.ekit-wid-con .icon.icon-server-4::before,
.icon.icon-server-4::before {
  content: "\eafc"
}

.ekit-wid-con .icon.icon-server-5::before,
.icon.icon-server-5::before {
  content: "\eafd"
}

.ekit-wid-con .icon.icon-server-6::before,
.icon.icon-server-6::before {
  content: "\eafe"
}

.ekit-wid-con .icon.icon-server-7::before,
.icon.icon-server-7::before {
  content: "\eaff"
}

.ekit-wid-con .icon.icon-cloud-1::before,
.icon.icon-cloud-1::before {
  content: "\eb00"
}

.ekit-wid-con .icon.icon-server-8::before,
.icon.icon-server-8::before {
  content: "\eb01"
}

.ekit-wid-con .icon.icon-business-and-finance::before,
.icon.icon-business-and-finance::before {
  content: "\eb02"
}

.ekit-wid-con .icon.icon-cloud-2::before,
.icon.icon-cloud-2::before {
  content: "\eb03"
}

.ekit-wid-con .icon.icon-server-9::before,
.icon.icon-server-9::before {
  content: "\eb04"
}

.ekit-wid-con .icon.icon-hosting::before,
.icon.icon-hosting::before {
  content: "\eb05"
}

.ekit-wid-con .icon.icon-car::before,
.icon.icon-car::before {
  content: "\eb06"
}

.ekit-wid-con .icon.icon-car-frontal-view::before,
.icon.icon-car-frontal-view::before {
  content: "\eb07"
}

.ekit-wid-con .icon.icon-car-1::before,
.icon.icon-car-1::before {
  content: "\eb08"
}

.ekit-wid-con .icon.icon-racing::before,
.icon.icon-racing::before {
  content: "\eb09"
}

.ekit-wid-con .icon.icon-car-wheel::before,
.icon.icon-car-wheel::before {
  content: "\eb0a"
}

.ekit-wid-con .icon.icon-steering-wheel::before,
.icon.icon-steering-wheel::before {
  content: "\eb0b"
}

.ekit-wid-con .icon.icon-frontal-taxi-cab::before,
.icon.icon-frontal-taxi-cab::before {
  content: "\eb0c"
}

.ekit-wid-con .icon.icon-taxi::before,
.icon.icon-taxi::before {
  content: "\eb0d"
}

.ekit-wid-con .icon.icon-cosmetics::before,
.icon.icon-cosmetics::before {
  content: "\eb0e"
}

.ekit-wid-con .icon.icon-flower::before,
.icon.icon-flower::before {
  content: "\eb0f"
}

.ekit-wid-con .icon.icon-mirror::before,
.icon.icon-mirror::before {
  content: "\eb10"
}

.ekit-wid-con .icon.icon-itunes::before,
.icon.icon-itunes::before {
  content: "\eb6b"
}

.ekit-wid-con .icon.icon-salon::before,
.icon.icon-salon::before {
  content: "\eb11"
}

.ekit-wid-con .icon.icon-hair-dryer::before,
.icon.icon-hair-dryer::before {
  content: "\eb12"
}

.ekit-wid-con .icon.icon-shampoo::before,
.icon.icon-shampoo::before {
  content: "\eb13"
}

.ekit-wid-con .icon.icon-download-button::before,
.icon.icon-download-button::before {
  content: "\e90b"
}

.ekit-wid-con .icon.icon-list::before,
.icon.icon-list::before {
  content: "\eb14"
}

.ekit-wid-con .icon.icon-loupe::before,
.icon.icon-loupe::before {
  content: "\eb15"
}

.ekit-wid-con .icon.icon-search::before,
.icon.icon-search::before {
  content: "\eb16"
}

.ekit-wid-con .icon.icon-search-1::before,
.icon.icon-search-1::before {
  content: "\eb17"
}

.ekit-wid-con .icon.icon-shopping-cart::before,
.icon.icon-shopping-cart::before {
  content: "\eb18"
}

.ekit-wid-con .icon.icon-menu::before,
.icon.icon-menu::before {
  content: "\eb19"
}

.ekit-wid-con .icon.icon-menu-1::before,
.icon.icon-menu-1::before {
  content: "\eb1a"
}

.ekit-wid-con .icon.icon-menu-button-of-three-horizontal-lines::before,
.icon.icon-menu-button-of-three-horizontal-lines::before {
  content: "\eb1b"
}

.ekit-wid-con .icon.icon-menu-2::before,
.icon.icon-menu-2::before {
  content: "\eb1c"
}

.ekit-wid-con .icon.icon-menu-3::before,
.icon.icon-menu-3::before {
  content: "\eb1d"
}

.ekit-wid-con .icon.icon-menu-5::before,
.icon.icon-menu-5::before {
  content: "\eb1f"
}

.ekit-wid-con .icon.icon-menu-button::before,
.icon.icon-menu-button::before {
  content: "\eb20"
}

.ekit-wid-con .icon.icon-list-1::before,
.icon.icon-list-1::before {
  content: "\eb21"
}

.ekit-wid-con .icon.icon-menu-6::before,
.icon.icon-menu-6::before {
  content: "\eb22"
}

.ekit-wid-con .icon.icon-menu-7::before,
.icon.icon-menu-7::before {
  content: "\eb23"
}

.ekit-wid-con .icon.icon-menu-8::before,
.icon.icon-menu-8::before {
  content: "\eb24"
}

.ekit-wid-con .icon.icon-list-2::before,
.icon.icon-list-2::before {
  content: "\eb25"
}

.ekit-wid-con .icon.icon-dot::before,
.icon.icon-dot::before {
  content: "\eb26"
}

.ekit-wid-con .icon.icon-menu-9::before,
.icon.icon-menu-9::before {
  content: "\eb27"
}

.ekit-wid-con .icon.icon-search11::before,
.icon.icon-search11::before {
  content: "\eb28"
}

.ekit-wid-con .icon.icon-search-minus::before,
.icon.icon-search-minus::before {
  content: "\eb29"
}

.ekit-wid-con .icon.icon-search-11::before,
.icon.icon-search-11::before {
  content: "\eb2a"
}

.ekit-wid-con .icon.icon-search-2::before,
.icon.icon-search-2::before {
  content: "\eb2b"
}

.ekit-wid-con .icon.icon-search-3::before,
.icon.icon-search-3::before {
  content: "\eb2c"
}

.ekit-wid-con .icon.icon-magnifying-glass-search::before,
.icon.icon-magnifying-glass-search::before {
  content: "\eb2d"
}

.ekit-wid-con .icon.icon-loupe1::before,
.icon.icon-loupe1::before {
  content: "\eb2e"
}

.ekit-wid-con .icon.icon-speed::before,
.icon.icon-speed::before {
  content: "\eb2f"
}

.ekit-wid-con .icon.icon-search21::before,
.icon.icon-search21::before {
  content: "\eb30"
}

.ekit-wid-con .icon.icon-search-4::before,
.icon.icon-search-4::before {
  content: "\eb31"
}

.ekit-wid-con .icon.icon-search-5::before,
.icon.icon-search-5::before {
  content: "\eb32"
}

.ekit-wid-con .icon.icon-detective::before,
.icon.icon-detective::before {
  content: "\eb33"
}

.ekit-wid-con .icon.icon-cart1::before,
.icon.icon-cart1::before {
  content: "\eb34"
}

.ekit-wid-con .icon.icon-buying-on-smartphone::before,
.icon.icon-buying-on-smartphone::before {
  content: "\eb35"
}

.ekit-wid-con .icon.icon-badge::before,
.icon.icon-badge::before {
  content: "\eb36"
}

.ekit-wid-con .icon.icon-basket1::before,
.icon.icon-basket1::before {
  content: "\eb37"
}

.ekit-wid-con .icon.icon-commerce-and-shopping::before,
.icon.icon-commerce-and-shopping::before {
  content: "\eb38"
}

.ekit-wid-con .icon.icon-comment::before,
.icon.icon-comment::before {
  content: "\eb39"
}

.ekit-wid-con .icon.icon-comment-1::before,
.icon.icon-comment-1::before {
  content: "\eb3a"
}

.ekit-wid-con .icon.icon-share::before,
.icon.icon-share::before {
  content: "\eb3b"
}

.ekit-wid-con .icon.icon-share-1::before,
.icon.icon-share-1::before {
  content: "\eb3c"
}

.ekit-wid-con .icon.icon-share-2::before,
.icon.icon-share-2::before {
  content: "\eb3d"
}

.ekit-wid-con .icon.icon-share-3::before,
.icon.icon-share-3::before {
  content: "\eb3e"
}

.ekit-wid-con .icon.icon-comment1::before,
.icon.icon-comment1::before {
  content: "\eb3f"
}

.ekit-wid-con .icon.icon-favorite::before,
.icon.icon-favorite::before {
  content: "\eb40"
}

.ekit-wid-con .icon.icon-retweet::before,
.icon.icon-retweet::before {
  content: "\eb41"
}

.ekit-wid-con .icon.icon-share1::before,
.icon.icon-share1::before {
  content: "\eb42"
}

.ekit-wid-con .icon.icon-facebook::before,
.icon.icon-facebook::before {
  content: "\eb43"
}

.ekit-wid-con .icon.icon-twitter::before,
.icon.icon-twitter::before {
  content: "\eb44"
}

.ekit-wid-con .icon.icon-linkedin::before,
.icon.icon-linkedin::before {
  content: "\eb45"
}

.ekit-wid-con .icon.icon-whatsapp-1::before,
.icon.icon-whatsapp-1::before {
  content: "\eb46"
}

.ekit-wid-con .icon.icon-dribbble::before,
.icon.icon-dribbble::before {
  content: "\eb47"
}

.ekit-wid-con .icon.icon-facebook-2::before,
.icon.icon-facebook-2::before {
  content: "\eb48"
}

.ekit-wid-con .icon.icon-twitter1::before,
.icon.icon-twitter1::before {
  content: "\eb49"
}

.ekit-wid-con .icon.icon-vk::before,
.icon.icon-vk::before {
  content: "\eb4a"
}

.ekit-wid-con .icon.icon-youtube-v::before,
.icon.icon-youtube-v::before {
  content: "\eb4b"
}

.ekit-wid-con .icon.icon-vimeo::before,
.icon.icon-vimeo::before {
  content: "\eae0"
}

.ekit-wid-con .icon.icon-youtube::before,
.icon.icon-youtube::before {
  content: "\eb4c"
}

.ekit-wid-con .icon.icon-snapchat-1::before,
.icon.icon-snapchat-1::before {
  content: "\eb4d"
}

.ekit-wid-con .icon.icon-behance::before,
.icon.icon-behance::before {
  content: "\eb4e"
}

.ekit-wid-con .icon.icon-github::before,
.icon.icon-github::before {
  content: "\eb4f"
}

.ekit-wid-con .icon.icon-pinterest::before,
.icon.icon-pinterest::before {
  content: "\eb50"
}

.ekit-wid-con .icon.icon-spotify::before,
.icon.icon-spotify::before {
  content: "\eb51"
}

.ekit-wid-con .icon.icon-soundcloud-1::before,
.icon.icon-soundcloud-1::before {
  content: "\eb52"
}

.ekit-wid-con .icon.icon-skype-1::before,
.icon.icon-skype-1::before {
  content: "\eb53"
}

.ekit-wid-con .icon.icon-rss::before,
.icon.icon-rss::before {
  content: "\eb54"
}

.ekit-wid-con .icon.icon-reddit-1::before,
.icon.icon-reddit-1::before {
  content: "\eb55"
}

.ekit-wid-con .icon.icon-dribbble-1::before,
.icon.icon-dribbble-1::before {
  content: "\eb56"
}

.ekit-wid-con .icon.icon-wordpress-1::before,
.icon.icon-wordpress-1::before {
  content: "\eb57"
}

.ekit-wid-con .icon.icon-logo::before,
.icon.icon-logo::before {
  content: "\eb58"
}

.ekit-wid-con .icon.icon-dropbox-1::before,
.icon.icon-dropbox-1::before {
  content: "\eb59"
}

.ekit-wid-con .icon.icon-blogger-1::before,
.icon.icon-blogger-1::before {
  content: "\eb5a"
}

.ekit-wid-con .icon.icon-photo::before,
.icon.icon-photo::before {
  content: "\eb5b"
}

.ekit-wid-con .icon.icon-hangouts::before,
.icon.icon-hangouts::before {
  content: "\eb5c"
}

.ekit-wid-con .icon.icon-xing::before,
.icon.icon-xing::before {
  content: "\eb5d"
}

.ekit-wid-con .icon.icon-myspace::before,
.icon.icon-myspace::before {
  content: "\eb5e"
}

.ekit-wid-con .icon.icon-flickr-1::before,
.icon.icon-flickr-1::before {
  content: "\eb5f"
}

.ekit-wid-con .icon.icon-envato::before,
.icon.icon-envato::before {
  content: "\eb60"
}

.ekit-wid-con .icon.icon-picasa-1::before,
.icon.icon-picasa-1::before {
  content: "\eb61"
}

.ekit-wid-con .icon.icon-wattpad::before,
.icon.icon-wattpad::before {
  content: "\eb62"
}

.ekit-wid-con .icon.icon-emoji::before,
.icon.icon-emoji::before {
  content: "\eb63"
}

.ekit-wid-con .icon.icon-deviantart-1::before,
.icon.icon-deviantart-1::before {
  content: "\eb64"
}

.ekit-wid-con .icon.icon-yahoo-1::before,
.icon.icon-yahoo-1::before {
  content: "\eb65"
}

.ekit-wid-con .icon.icon-vine-1::before,
.icon.icon-vine-1::before {
  content: "\eb66"
}

.ekit-wid-con .icon.icon-delicious::before,
.icon.icon-delicious::before {
  content: "\eb67"
}

.ekit-wid-con .icon.icon-kickstarter-1::before,
.icon.icon-kickstarter-1::before {
  content: "\eb68"
}

.ekit-wid-con .icon.icon-stumbleupon-1::before,
.icon.icon-stumbleupon-1::before {
  content: "\eb69"
}

.ekit-wid-con .icon.icon-brands-and-logotypes::before,
.icon.icon-brands-and-logotypes::before {
  content: "\eb6a"
}

.ekit-wid-con .icon.icon-instagram-1::before,
.icon.icon-instagram-1::before {
  content: "\eb6c"
}

.ekit-wid-con .icon.icon-facebook-1::before,
.icon.icon-facebook-1::before {
  content: "\eb6d"
}

.ekit-wid-con .icon.icon-instagram-2::before,
.icon.icon-instagram-2::before {
  content: "\eb6e"
}

.ekit-wid-con .icon.icon-twitter-1::before,
.icon.icon-twitter-1::before {
  content: "\eb6f"
}

.ekit-wid-con .icon.icon-whatsapp-2::before,
.icon.icon-whatsapp-2::before {
  content: "\eb70"
}

.ekit-wid-con .icon.icon-youtube-1::before,
.icon.icon-youtube-1::before {
  content: "\eb71"
}

.ekit-wid-con .icon.icon-linkedin-1::before,
.icon.icon-linkedin-1::before {
  content: "\eb72"
}

.ekit-wid-con .icon.icon-telegram::before,
.icon.icon-telegram::before {
  content: "\eb73"
}

.ekit-wid-con .icon.icon-github-1::before,
.icon.icon-github-1::before {
  content: "\eb74"
}

.ekit-wid-con .icon.icon-vk-1::before,
.icon.icon-vk-1::before {
  content: "\eb75"
}

.ekit-wid-con .icon.icon-pinterest-1::before,
.icon.icon-pinterest-1::before {
  content: "\eb76"
}

.ekit-wid-con .icon.icon-rss-1::before,
.icon.icon-rss-1::before {
  content: "\eb77"
}

.ekit-wid-con .icon.icon-twitch::before,
.icon.icon-twitch::before {
  content: "\eb78"
}

.ekit-wid-con .icon.icon-snapchat-2::before,
.icon.icon-snapchat-2::before {
  content: "\eb79"
}

.ekit-wid-con .icon.icon-skype-2::before,
.icon.icon-skype-2::before {
  content: "\eb7a"
}

.ekit-wid-con .icon.icon-behance-2::before,
.icon.icon-behance-2::before {
  content: "\eb7b"
}

.ekit-wid-con .icon.icon-spotify-1::before,
.icon.icon-spotify-1::before {
  content: "\eb7c"
}

.ekit-wid-con .icon.icon-periscope::before,
.icon.icon-periscope::before {
  content: "\eb7d"
}

.ekit-wid-con .icon.icon-dribbble-2::before,
.icon.icon-dribbble-2::before {
  content: "\eb7e"
}

.ekit-wid-con .icon.icon-tumblr-1::before,
.icon.icon-tumblr-1::before {
  content: "\eb7f"
}

.ekit-wid-con .icon.icon-soundcloud-2::before,
.icon.icon-soundcloud-2::before {
  content: "\eb80"
}

.ekit-wid-con .icon.icon-google-drive-1::before,
.icon.icon-google-drive-1::before {
  content: "\eb81"
}

.ekit-wid-con .icon.icon-dropbox-2::before,
.icon.icon-dropbox-2::before {
  content: "\eb82"
}

.ekit-wid-con .icon.icon-reddit-2::before,
.icon.icon-reddit-2::before {
  content: "\eb83"
}

.ekit-wid-con .icon.icon-html::before,
.icon.icon-html::before {
  content: "\eb84"
}

.ekit-wid-con .icon.icon-vimeo-1::before,
.icon.icon-vimeo-1::before {
  content: "\eb85"
}

.ekit-wid-con .icon.icon-hangout::before,
.icon.icon-hangout::before {
  content: "\eb86"
}

.ekit-wid-con .icon.icon-blogger-2::before,
.icon.icon-blogger-2::before {
  content: "\eb87"
}

.ekit-wid-con .icon.icon-yahoo-2::before,
.icon.icon-yahoo-2::before {
  content: "\eb88"
}

.ekit-wid-con .icon.icon-path::before,
.icon.icon-path::before {
  content: "\eb89"
}

.ekit-wid-con .icon.icon-yelp-1::before,
.icon.icon-yelp-1::before {
  content: "\eb8a"
}

.ekit-wid-con .icon.icon-slideshare::before,
.icon.icon-slideshare::before {
  content: "\eb8b"
}

.ekit-wid-con .icon.icon-picasa-2::before,
.icon.icon-picasa-2::before {
  content: "\eb8c"
}

.ekit-wid-con .icon.icon-myspace-1::before,
.icon.icon-myspace-1::before {
  content: "\eb8d"
}

.ekit-wid-con .icon.icon-flickr-2::before,
.icon.icon-flickr-2::before {
  content: "\eb8e"
}

.ekit-wid-con .icon.icon-xing-1::before,
.icon.icon-xing-1::before {
  content: "\eb8f"
}

.ekit-wid-con .icon.icon-envato-1::before,
.icon.icon-envato-1::before {
  content: "\eb90"
}

.ekit-wid-con .icon.icon-swarm::before,
.icon.icon-swarm::before {
  content: "\eb91"
}

.ekit-wid-con .icon.icon-wattpad-1::before,
.icon.icon-wattpad-1::before {
  content: "\eb92"
}

.ekit-wid-con .icon.icon-foursquare::before,
.icon.icon-foursquare::before {
  content: "\eb93"
}

.ekit-wid-con .icon.icon-deviantart-2::before,
.icon.icon-deviantart-2::before {
  content: "\eb94"
}

.ekit-wid-con .icon.icon-kickstarter-2::before,
.icon.icon-kickstarter-2::before {
  content: "\eb95"
}

.ekit-wid-con .icon.icon-delicious-1::before,
.icon.icon-delicious-1::before {
  content: "\eb96"
}

.ekit-wid-con .icon.icon-vine-2::before,
.icon.icon-vine-2::before {
  content: "\eb97"
}

.ekit-wid-con .icon.icon-digg::before,
.icon.icon-digg::before {
  content: "\eb98"
}

.ekit-wid-con .icon.icon-bebo::before,
.icon.icon-bebo::before {
  content: "\eb99"
}

.ekit-wid-con .icon.icon-stumbleupon-2::before,
.icon.icon-stumbleupon-2::before {
  content: "\eb9a"
}

.ekit-wid-con .icon.icon-forrst::before,
.icon.icon-forrst::before {
  content: "\eb9b"
}

.ekit-wid-con .icon.icon-eye3::before,
.icon.icon-eye3::before {
  content: "\eb9d"
}

.ekit-wid-con .icon.icon-microscope::before,
.icon.icon-microscope::before {
  content: "\eb9e"
}

.ekit-wid-con .icon.icon-Anti-Lock::before,
.icon.icon-Anti-Lock::before {
  content: "\eb9f"
}

.ekit-wid-con .icon.icon-apartment::before,
.icon.icon-apartment::before {
  content: "\eba0"
}

.ekit-wid-con .icon.icon-app::before,
.icon.icon-app::before {
  content: "\eba2"
}

.ekit-wid-con .icon.icon-Aroma::before,
.icon.icon-Aroma::before {
  content: "\eba3"
}

.ekit-wid-con .icon.icon-bamboo-Leaf::before,
.icon.icon-bamboo-Leaf::before {
  content: "\eba5"
}

.ekit-wid-con .icon.icon-basket::before,
.icon.icon-basket::before {
  content: "\eba6"
}

.ekit-wid-con .icon.icon-Battery::before,
.icon.icon-Battery::before {
  content: "\eba7"
}

.ekit-wid-con .icon.icon-Bettery::before,
.icon.icon-Bettery::before {
  content: "\eba8"
}

.ekit-wid-con .icon.icon-building::before,
.icon.icon-building::before {
  content: "\eba9"
}

.ekit-wid-con .icon.icon-car-2::before,
.icon.icon-car-2::before {
  content: "\ebaa"
}

.ekit-wid-con .icon.icon-Car::before,
.icon.icon-Car::before {
  content: "\ebab"
}

.ekit-wid-con .icon.icon-Child::before,
.icon.icon-Child::before {
  content: "\ebac"
}

.ekit-wid-con .icon.icon-cityscape::before,
.icon.icon-cityscape::before {
  content: "\ebad"
}

.ekit-wid-con .icon.icon-cleaner::before,
.icon.icon-cleaner::before {
  content: "\ebae"
}

.ekit-wid-con .icon.icon-Coffee-cup::before,
.icon.icon-Coffee-cup::before {
  content: "\ebaf"
}

.ekit-wid-con .icon.icon-coins::before,
.icon.icon-coins::before {
  content: "\ebb0"
}

.ekit-wid-con .icon.icon-Computer::before,
.icon.icon-Computer::before {
  content: "\ebb1"
}

.ekit-wid-con .icon.icon-Consultancy::before,
.icon.icon-Consultancy::before {
  content: "\ebb2"
}

.ekit-wid-con .icon.icon-cottage::before,
.icon.icon-cottage::before {
  content: "\ebb3"
}

.ekit-wid-con .icon.icon-crane::before,
.icon.icon-crane::before {
  content: "\ebb4"
}

.ekit-wid-con .icon.icon-Custom-api::before,
.icon.icon-Custom-api::before {
  content: "\ebb5"
}

.ekit-wid-con .icon.icon-customer-support-2::before,
.icon.icon-customer-support-2::before {
  content: "\ebb6"
}

.ekit-wid-con .icon.icon-Design-2::before,
.icon.icon-Design-2::before {
  content: "\ebb7"
}

.ekit-wid-con .icon.icon-Design-3::before,
.icon.icon-Design-3::before {
  content: "\ebb8"
}

.ekit-wid-con .icon.icon-design::before,
.icon.icon-design::before {
  content: "\ebb9"
}

.ekit-wid-con .icon.icon-diamond::before,
.icon.icon-diamond::before {
  content: "\ebba"
}

.ekit-wid-con .icon.icon-diploma::before,
.icon.icon-diploma::before {
  content: "\ebbb"
}

.ekit-wid-con .icon.icon-Document-Search::before,
.icon.icon-Document-Search::before {
  content: "\ebbc"
}

.ekit-wid-con .icon.icon-Download::before,
.icon.icon-Download::before {
  content: "\ebbd"
}

.ekit-wid-con .icon.icon-drilling::before,
.icon.icon-drilling::before {
  content: "\ebbe"
}

.ekit-wid-con .icon.icon-engine::before,
.icon.icon-engine::before {
  content: "\ebbf"
}

.ekit-wid-con .icon.icon-engineer::before,
.icon.icon-engineer::before {
  content: "\ebc0"
}

.ekit-wid-con .icon.icon-envelope::before,
.icon.icon-envelope::before {
  content: "\ebc1"
}

.ekit-wid-con .icon.icon-Family::before,
.icon.icon-Family::before {
  content: "\ebc2"
}

.ekit-wid-con .icon.icon-friendship::before,
.icon.icon-friendship::before {
  content: "\ebc3"
}

.ekit-wid-con .icon.icon-gift::before,
.icon.icon-gift::before {
  content: "\ebc4"
}

.ekit-wid-con .icon.icon-graph-2::before,
.icon.icon-graph-2::before {
  content: "\ebc5"
}

.ekit-wid-con .icon.icon-graph::before,
.icon.icon-graph::before {
  content: "\ebc6"
}

.ekit-wid-con .icon.icon-hamburger-2::before,
.icon.icon-hamburger-2::before {
  content: "\ebc7"
}

.ekit-wid-con .icon.icon-handshake::before,
.icon.icon-handshake::before {
  content: "\ebc8"
}

.ekit-wid-con .icon.icon-Helmet::before,
.icon.icon-Helmet::before {
  content: "\ebc9"
}

.ekit-wid-con .icon.icon-hot-Stone-2::before,
.icon.icon-hot-Stone-2::before {
  content: "\ebca"
}

.ekit-wid-con .icon.icon-hot-stone::before,
.icon.icon-hot-stone::before {
  content: "\ebcb"
}

.ekit-wid-con .icon.icon-idea::before,
.icon.icon-idea::before {
  content: "\ebcc"
}

.ekit-wid-con .icon.icon-Leaf::before,
.icon.icon-Leaf::before {
  content: "\ebcd"
}

.ekit-wid-con .icon.icon-management::before,
.icon.icon-management::before {
  content: "\ebce"
}

.ekit-wid-con .icon.icon-Massage-table::before,
.icon.icon-Massage-table::before {
  content: "\ebcf"
}

.ekit-wid-con .icon.icon-Mechanic::before,
.icon.icon-Mechanic::before {
  content: "\ebd0"
}

.ekit-wid-con .icon.icon-Money-2::before,
.icon.icon-Money-2::before {
  content: "\ebd2"
}

.ekit-wid-con .icon.icon-money-bag::before,
.icon.icon-money-bag::before {
  content: "\ebd3"
}

.ekit-wid-con .icon.icon-Money::before,
.icon.icon-Money::before {
  content: "\ebd4"
}

.ekit-wid-con .icon.icon-oil-bottle::before,
.icon.icon-oil-bottle::before {
  content: "\ebd5"
}

.ekit-wid-con .icon.icon-Physiotherapy::before,
.icon.icon-Physiotherapy::before {
  content: "\ebd6"
}

.ekit-wid-con .icon.icon-Profile::before,
.icon.icon-Profile::before {
  content: "\ebd7"
}

.ekit-wid-con .icon.icon-Rating::before,
.icon.icon-Rating::before {
  content: "\ebd8"
}

.ekit-wid-con .icon.icon-right-mark::before,
.icon.icon-right-mark::before {
  content: "\ebd9"
}

.ekit-wid-con .icon.icon-rings::before,
.icon.icon-rings::before {
  content: "\ebda"
}

.ekit-wid-con .icon.icon-Safe-house::before,
.icon.icon-Safe-house::before {
  content: "\ebdb"
}

.ekit-wid-con .icon.icon-Scan::before,
.icon.icon-Scan::before {
  content: "\ebdc"
}

.ekit-wid-con .icon.icon-social-care::before,
.icon.icon-social-care::before {
  content: "\ebdd"
}

.ekit-wid-con .icon.icon-Speed-Clock::before,
.icon.icon-Speed-Clock::before {
  content: "\ebde"
}

.ekit-wid-con .icon.icon-stopwatch::before,
.icon.icon-stopwatch::before {
  content: "\ebdf"
}

.ekit-wid-con .icon.icon-Support-2::before,
.icon.icon-Support-2::before {
  content: "\ebe0"
}

.ekit-wid-con .icon.icon-target-2::before,
.icon.icon-target-2::before {
  content: "\ebe1"
}

.ekit-wid-con .icon.icon-Target::before,
.icon.icon-Target::before {
  content: "\ebe2"
}

.ekit-wid-con .icon.icon-tripod::before,
.icon.icon-tripod::before {
  content: "\ebe3"
}

.ekit-wid-con .icon.icon-truck::before,
.icon.icon-truck::before {
  content: "\ebe4"
}

.ekit-wid-con .icon.icon-university::before,
.icon.icon-university::before {
  content: "\ebe5"
}

.ekit-wid-con .icon.icon-User::before,
.icon.icon-User::before {
  content: "\ebe6"
}

.ekit-wid-con .icon.icon-Web-Portals::before,
.icon.icon-Web-Portals::before {
  content: "\ebe7"
}

.ekit-wid-con .icon.icon-window::before,
.icon.icon-window::before {
  content: "\ebe8"
}

.ekit-wid-con .icon.icon-ek_line_icon::before,
.icon.icon-ek_line_icon::before {
  content: "\ebe9"
}

.ekit-wid-con .icon.icon-ek_stroke_icon::before,
.icon.icon-ek_stroke_icon::before {
  content: "\eba1"
}

.ekit-wid-con .icon.icon-ekit::before,
.icon.icon-ekit::before {
  content: "\e947"
}

.ekit-wid-con .icon.icon-elements-kit-logo::before,
.icon.icon-elements-kit-logo::before {
  content: "\e90d"
}

.ekit-wid-con .icon.icon-degree-image::before,
.icon.icon-degree-image::before {
  content: "\e900"
}

.ekit-wid-con .icon.icon-accordion::before,
.icon.icon-accordion::before {
  content: "\e901"
}

.ekit-wid-con .icon.icon-animated-flip-box::before,
.icon.icon-animated-flip-box::before {
  content: "\e902"
}

.ekit-wid-con .icon.icon-animated-text::before,
.icon.icon-animated-text::before {
  content: "\e903"
}

.ekit-wid-con .icon.icon-brands::before,
.icon.icon-brands::before {
  content: "\e904"
}

.ekit-wid-con .icon.icon-business-hour::before,
.icon.icon-business-hour::before {
  content: "\e905"
}

.ekit-wid-con .icon.icon-button::before,
.icon.icon-button::before {
  content: "\e906"
}

.ekit-wid-con .icon.icon-carousel::before,
.icon.icon-carousel::before {
  content: "\e907"
}

.ekit-wid-con .icon.icon-Circle-progress::before,
.icon.icon-Circle-progress::before {
  content: "\e908"
}

.ekit-wid-con .icon.icon-contact-form::before,
.icon.icon-contact-form::before {
  content: "\e909"
}

.ekit-wid-con .icon.icon-countdown-timer::before,
.icon.icon-countdown-timer::before {
  content: "\e90a"
}

.ekit-wid-con .icon.icon-dropbar::before,
.icon.icon-dropbar::before {
  content: "\e90c"
}

.ekit-wid-con .icon.icon-faq::before,
.icon.icon-faq::before {
  content: "\e90e"
}

.ekit-wid-con .icon.icon-full-width-scroll::before,
.icon.icon-full-width-scroll::before {
  content: "\e90f"
}

.ekit-wid-con .icon.icon-google-map::before,
.icon.icon-google-map::before {
  content: "\e910"
}

.ekit-wid-con .icon.icon-heading-style::before,
.icon.icon-heading-style::before {
  content: "\e911"
}

.ekit-wid-con .icon.icon-help-desk::before,
.icon.icon-help-desk::before {
  content: "\e912"
}

.ekit-wid-con .icon.icon-horizontal-timeline::before,
.icon.icon-horizontal-timeline::before {
  content: "\e913"
}

.ekit-wid-con .icon.icon-iframe::before,
.icon.icon-iframe::before {
  content: "\e914"
}

.ekit-wid-con .icon.icon-image-comparison::before,
.icon.icon-image-comparison::before {
  content: "\e915"
}

.ekit-wid-con .icon.icon-image-gallery::before,
.icon.icon-image-gallery::before {
  content: "\e916"
}

.ekit-wid-con .icon.icon-image-justify::before,
.icon.icon-image-justify::before {
  content: "\e917"
}

.ekit-wid-con .icon.icon-image-magnifier::before,
.icon.icon-image-magnifier::before {
  content: "\e918"
}

.ekit-wid-con .icon.icon-image-masonry::before,
.icon.icon-image-masonry::before {
  content: "\e919"
}

.ekit-wid-con .icon.icon-inline-svg::before,
.icon.icon-inline-svg::before {
  content: "\e91a"
}

.ekit-wid-con .icon.icon-instagram::before,
.icon.icon-instagram::before {
  content: "\e91b"
}

.ekit-wid-con .icon.icon-listing::before,
.icon.icon-listing::before {
  content: "\e91c"
}

.ekit-wid-con .icon.icon-music-player::before,
.icon.icon-music-player::before {
  content: "\e91d"
}

.ekit-wid-con .icon.icon-news-ticker::before,
.icon.icon-news-ticker::before {
  content: "\e91e"
}

.ekit-wid-con .icon.icon-off-canvus-menu::before,
.icon.icon-off-canvus-menu::before {
  content: "\e91f"
}

.ekit-wid-con .icon.icon-parallax::before,
.icon.icon-parallax::before {
  content: "\e920"
}

.ekit-wid-con .icon.icon-portfolio::before,
.icon.icon-portfolio::before {
  content: "\e921"
}

.ekit-wid-con .icon.icon-post-banner::before,
.icon.icon-post-banner::before {
  content: "\e922"
}

.ekit-wid-con .icon.icon-post-carousel::before,
.icon.icon-post-carousel::before {
  content: "\e923"
}

.ekit-wid-con .icon.icon-post-grid::before,
.icon.icon-post-grid::before {
  content: "\e924"
}

.ekit-wid-con .icon.icon-post-slider::before,
.icon.icon-post-slider::before {
  content: "\e925"
}

.ekit-wid-con .icon.icon-pricing-list::before,
.icon.icon-pricing-list::before {
  content: "\e926"
}

.ekit-wid-con .icon.icon-pricing-table::before,
.icon.icon-pricing-table::before {
  content: "\e927"
}

.ekit-wid-con .icon.icon-product-featured::before,
.icon.icon-product-featured::before {
  content: "\e928"
}

.ekit-wid-con .icon.icon-product-image::before,
.icon.icon-product-image::before {
  content: "\e929"
}

.ekit-wid-con .icon.icon-product-recent::before,
.icon.icon-product-recent::before {
  content: "\e92a"
}

.ekit-wid-con .icon.icon-product-sale::before,
.icon.icon-product-sale::before {
  content: "\e92b"
}

.ekit-wid-con .icon.icon-product-top-rated::before,
.icon.icon-product-top-rated::before {
  content: "\e92c"
}

.ekit-wid-con .icon.icon-product-top-seller::before,
.icon.icon-product-top-seller::before {
  content: "\e92d"
}

.ekit-wid-con .icon.icon-progress-bar::before,
.icon.icon-progress-bar::before {
  content: "\e92e"
}

.ekit-wid-con .icon.icon-protected-content-v2::before,
.icon.icon-protected-content-v2::before {
  content: "\e92f"
}

.ekit-wid-con .icon.icon-protected-content-v3::before,
.icon.icon-protected-content-v3::before {
  content: "\e930"
}

.ekit-wid-con .icon.icon-protected-content::before,
.icon.icon-protected-content::before {
  content: "\e931"
}

.ekit-wid-con .icon.icon-qr_code::before,
.icon.icon-qr_code::before {
  content: "\e932"
}

.ekit-wid-con .icon.icon-scroll-button::before,
.icon.icon-scroll-button::before {
  content: "\e933"
}

.ekit-wid-con .icon.icon-search1::before,
.icon.icon-search1::before {
  content: "\e934"
}

.ekit-wid-con .icon.icon-service::before,
.icon.icon-service::before {
  content: "\e935"
}

.ekit-wid-con .icon.icon-slider-image::before,
.icon.icon-slider-image::before {
  content: "\e936"
}

.ekit-wid-con .icon.icon-social-share::before,
.icon.icon-social-share::before {
  content: "\e937"
}

.ekit-wid-con .icon.icon-subscribe::before,
.icon.icon-subscribe::before {
  content: "\e938"
}

.ekit-wid-con .icon.icon-tab::before,
.icon.icon-tab::before {
  content: "\e939"
}

.ekit-wid-con .icon.icon-table::before,
.icon.icon-table::before {
  content: "\e93a"
}

.ekit-wid-con .icon.icon-team-join::before,
.icon.icon-team-join::before {
  content: "\e93b"
}

.ekit-wid-con .icon.icon-team-member::before,
.icon.icon-team-member::before {
  content: "\e93c"
}

.ekit-wid-con .icon.icon-testimonial-carousel::before,
.icon.icon-testimonial-carousel::before {
  content: "\e93d"
}

.ekit-wid-con .icon.icon-testimonial-grid::before,
.icon.icon-testimonial-grid::before {
  content: "\e93e"
}

.ekit-wid-con .icon.icon-testimonial-quote::before,
.icon.icon-testimonial-quote::before {
  content: "\e93f"
}

.ekit-wid-con .icon.icon-testimonial-slider::before,
.icon.icon-testimonial-slider::before {
  content: "\e940"
}

.ekit-wid-con .icon.icon-toggle::before,
.icon.icon-toggle::before {
  content: "\e941"
}

.ekit-wid-con .icon.icon-user-login::before,
.icon.icon-user-login::before {
  content: "\e942"
}

.ekit-wid-con .icon.icon-user-registration::before,
.icon.icon-user-registration::before {
  content: "\e943"
}

.ekit-wid-con .icon.icon-vertical-timeline::before,
.icon.icon-vertical-timeline::before {
  content: "\e944"
}

.ekit-wid-con .icon.icon-video-player::before,
.icon.icon-video-player::before {
  content: "\e945"
}

.ekit-wid-con .icon.icon-weather::before,
.icon.icon-weather::before {
  content: "\e946"
}

.ekit-wid-con .icon.icon-image-hover-effect::before,
.icon.icon-image-hover-effect::before {
  content: "\ebea"
}

.ekit-wid-con .icon.icon-audio-player::before,
.icon.icon-audio-player::before {
  content: "\ebeb"
}

.ekit-wid-con .icon.icon-category-list::before,
.icon.icon-category-list::before {
  content: "\ebec"
}

.ekit-wid-con .icon.icon-fancy-heading::before,
.icon.icon-fancy-heading::before {
  content: "\ebed"
}

.ekit-wid-con .icon.icon-google-review::before,
.icon.icon-google-review::before {
  content: "\ebee"
}

.ekit-wid-con .icon.icon-image-masking::before,
.icon.icon-image-masking::before {
  content: "\ebef"
}

.ekit-wid-con .icon.icon-image-morphing::before,
.icon.icon-image-morphing::before {
  content: "\ebf0"
}

.ekit-wid-con .icon.icon-page-list::before,
.icon.icon-page-list::before {
  content: "\ebf1"
}

.ekit-wid-con .icon.icon-post-list::before,
.icon.icon-post-list::before {
  content: "\ebf2"
}

.ekit-wid-con .icon.icon-price-menu::before,
.icon.icon-price-menu::before {
  content: "\ebf3"
}

.ekit-wid-con .icon.icon-stylish-list::before,
.icon.icon-stylish-list::before {
  content: "\ebf4"
}

.ekit-wid-con .icon.icon-advanced-tooltip::before,
.icon.icon-advanced-tooltip::before {
  content: "\ebf5"
}

.ekit-wid-con .icon.icon-avatar::before,
.icon.icon-avatar::before {
  content: "\ebf6"
}

.ekit-wid-con .icon.icon-content-ticker::before,
.icon.icon-content-ticker::before {
  content: "\ebf7"
}

.ekit-wid-con .icon.icon-coupon-code::before,
.icon.icon-coupon-code::before {
  content: "\ebf8"
}

.ekit-wid-con .icon.icon-flip-box::before,
.icon.icon-flip-box::before {
  content: "\ebf9"
}

.ekit-wid-con .icon.icon-next-dark::before,
.icon.icon-next-dark::before {
  content: "\ebfa"
}

.ekit-wid-con .icon.icon-onepage-scroll::before,
.icon.icon-onepage-scroll::before {
  content: "\ebfb"
}

.ekit-wid-con .icon.icon-pause-dark::before,
.icon.icon-pause-dark::before {
  content: "\ebfc"
}

.ekit-wid-con .icon.icon-previous-dark::before,
.icon.icon-previous-dark::before {
  content: "\ebfd"
}

.ekit-wid-con .icon.icon-team-carousel-slider::before,
.icon.icon-team-carousel-slider::before {
  content: "\ebfe"
}

.ekit-wid-con .icon.icon-volume-cross::before,
.icon.icon-volume-cross::before {
  content: "\ebff"
}

.ekit-wid-con .icon.icon-volume-dark::before,
.icon.icon-volume-dark::before {
  content: "\ec00"
}

.ekit-wid-con .icon.icon-volume-high-dark::before,
.icon.icon-volume-high-dark::before {
  content: "\ec01"
}

.ekit-wid-con .icon.icon-volume-low-dark::before,
.icon.icon-volume-low-dark::before {
  content: "\ec02"
}

.ekit-wid-con .icon.icon-volume-mute::before,
.icon.icon-volume-mute::before {
  content: "\ec03"
}

.ekit-wid-con .icon.icon-youtube-feed::before,
.icon.icon-youtube-feed::before {
  content: "\ec04"
}

.ekit-wid-con .icon.icon-interactive-link::before,
.icon.icon-interactive-link::before {
  content: "\ec05"
}

.ekit-wid-con .icon.icon-x-twitter-square::before,
.icon.icon-x-twitter-square::before {
  content: "\ec06"
}

.ekit-wid-con .icon.icon-tiktok-square::before,
.icon.icon-tiktok-square::before {
  content: "\ec08"
}

.ekit-wid-con .icon.icon-tiktok:before,
.icon.icon-tiktok:before {
  content: "\ec07"
}

.ekit-wid-con .icon.icon-x-twitter:before,
.icon.icon-x-twitter:before {
  content: "\ec09"
}

.ekit-wid-con .icon.icon-copyright:before,
.icon.icon-copyright:before {
  content: "\ec0a"
}

.ekit-wid-con .icon.icon-marquee-anything:before,
.icon.icon-marquee-anything:before {
  content: "\ec0b"
}

.ekit-wid-con .icon.icon-register:before,
.icon.icon-register:before {
  content: "\ec0d"
}

.ekit-wid-con .icon.icon-scrollable-video:before,
.icon.icon-scrollable-video:before {
  content: "\ec0d"
}

.ekit-wid-con .icon.icon-scroll-reveal:before,
.icon.icon-scroll-reveal:before {
  content: "\ec0e"
}

.ekit-wid-con .icon.icon-smart-post-list:before,
.icon.icon-smart-post-list:before {
  content: "\ec0f"
}

.ekit-wid-con .icon.icon-stacked-cards:before,
.icon.icon-stacked-cards:before {
  content: "\ec10"
}

.ekit-wid-con .icon.icon-tiktok-border:before,
.icon.icon-tiktok-border:before {
  content: "\ec11"
}

.ekit-wid-con .icon.icon-login:before,
.icon.icon-login:before {
  content: "\ec0b"
}

.ekit-wid-con .icon.icon-event-calendar:before,
.icon.icon-event-calendar:before {
  content: "\ec13"
}

:root {
  --theme-light-background: #CCE0CC
}

.progress-content span {
  color: #003300 !important
}

.elementor-19566 .elementor-element.elementor-element-e677915 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: stretch;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 30px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-19566 .elementor-element.elementor-element-e3f0eca {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: space-between;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --border-radius: 15px 15px 15px 15px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 30px;
  --padding-right: 30px
}

.elementor-19566 .elementor-element.elementor-element-e3f0eca:not(.elementor-motion-effects-element-type-background),
.elementor-19566 .elementor-element.elementor-element-e3f0eca>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #FFFFFFF2
}

.elementor-19566 .elementor-element.elementor-element-e4903d5 {
  --display: flex;
  --min-height: 89px;
  --justify-content: center;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-19566 .elementor-element.elementor-element-9295408 {
  text-align: left
}

.elementor-19566 .elementor-element.elementor-element-9295408 img {
  width: 175px;
  max-width: 100%
}

.elementor-19566 .elementor-element.elementor-element-7a2dfa6 {
  --display: flex;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-19566 .elementor-element.elementor-element-7a2dfa6.e-con {
  --flex-grow: 0;
  --flex-shrink: 0
}

.elementor-19566 .elementor-element.elementor-element-8069148 .menuzord-menu>li.menu-item>a {
  font-family: "DM Sans", Sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #222
}

.elementor-19566 .elementor-element.elementor-element-8069148 .menuzord-menu>li.menu-item:hover>a,
.elementor-19566 .elementor-element.elementor-element-8069148 .menuzord-menu>li.menu-item.active>a {
  color: var(--theme-color2)
}

@media (min-width:1025px) {
  .elementor-19566 .elementor-element.elementor-element-8069148 .menuzord-menu>li.menu-item {
    padding: 30px 0 30px 0
  }
}

@media (min-width:1025px) {
  header#header .elementor-19566 .elementor-element.elementor-element-8069148 .menuzord-menu>li.menu-item {
    padding: 30px 0 30px 0
  }
}

@media (min-width:1025px) {
  .elementor-19566 .elementor-element.elementor-element-8069148 .menuzord-menu>li.menu-item>a {
    padding: 0 0 0 30px
  }
}

@media (min-width:1025px) {
  header#header .elementor-19566 .elementor-element.elementor-element-8069148 .menuzord-menu>li.menu-item>a {
    padding: 0 0 0 30px
  }
}

.elementor-19566 .elementor-element.elementor-element-8069148 .menuzord-menu li.menu-item ul.dropdown li a {
  color: var(--e-global-color-primary)
}

.elementor-19566 .elementor-element.elementor-element-8069148 .menuzord-menu .menuzord-menu li.menu-item ul.dropdown li:hover a,
.elementor-19566 .elementor-element.elementor-element-8069148 .menuzord-menu .menuzord-menu li.menu-item ul.dropdown li.active a {
  color: var(--e-global-color-accent)
}

.elementor-19566 .elementor-element.elementor-element-11805a8 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: flex-end;
  --align-items: center
}

.elementor-19566 .elementor-element.elementor-element-dd97549 {
  width: auto;
  max-width: auto
}

.elementor-19566 .elementor-element.elementor-element-dd97549 .icon-wrapper {
  display: flex;
  justify-content: center
}

.elementor-19566 .elementor-element.elementor-element-dd97549 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
  background-color: var(--e-global-color-primary);
  width: 42px;
  height: 42px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 50% 50% 50% 50%
}

.elementor-19566 .elementor-element.elementor-element-dd97549 .icon i {
  line-height: 1;
  color: #FFF
}

.elementor-19566 .elementor-element.elementor-element-dd97549 .icon svg {
  line-height: 1;
  fill: #FFF
}

.elementor-19566 .elementor-element.elementor-element-dd97549 .icon i,
.elementor-19566 .elementor-element.elementor-element-dd97549 .icon svg {
  font-size: 1rem
}

.elementor-19566 .elementor-element.elementor-element-dd97549 .icon-wrapper .icon-bg-img {
  left: 0%;
  top: 0%
}

.elementor-19566 .elementor-element.elementor-element-dd97549:hover .icon-wrapper .icon-bg-img {
  left: 0%;
  top: 0%
}

.elementor-19566 .elementor-element.elementor-element-dd97549 .icon-box-title,
.elementor-19566 .elementor-element.elementor-element-dd97549 .icon-box-title a {
  font-size: 16px
}

.elementor-19566 .elementor-element.elementor-element-dd97549 .icon-box-title {
  margin: 0 0 0 0;
  color: #181818
}

.elementor-19566 .elementor-element.elementor-element-dd97549 .icon-box-title a {
  color: #181818
}

@media(min-width:768px) {
  .elementor-19566 .elementor-element.elementor-element-e3f0eca {
    --width: 96%
  }

  .elementor-19566 .elementor-element.elementor-element-e4903d5 {
    --width: 18%
  }

  .elementor-19566 .elementor-element.elementor-element-7a2dfa6 {
    --width: 73.096%
  }

  .elementor-19566 .elementor-element.elementor-element-11805a8 {
    --width: 35%
  }
}

@media(max-width:1024px) and (min-width:768px) {
  .elementor-19566 .elementor-element.elementor-element-11805a8 {
    --width: 100%
  }
}

@media(max-width:1024px) {
  .elementor-19566 .elementor-element.elementor-element-dd97549 {
    width: var(--container-widget-width, 33%);
    max-width: 33%;
    --container-widget-width: 33%;
    --container-widget-flex-grow: 0
  }

  .elementor-19566 .elementor-element.elementor-element-dd97549>.elementor-widget-container {
    margin: 0 0 0 0;
    padding: 0 0 0 0
  }
}

@media(max-width:767px) {
  .elementor-19566 .elementor-element.elementor-element-dd97549 {
    width: 100%;
    max-width: 100%
  }
}

.elementor-19561 .elementor-element.elementor-element-91b7a58 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --align-items: stretch;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  box-shadow: 0 0 30px 0 rgba(184.49999999999997, 184.49999999999997, 184.49999999999997, .29);
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
  --z-index: 11
}

.elementor-19561 .elementor-element.elementor-element-91b7a58:not(.elementor-motion-effects-element-type-background),
.elementor-19561 .elementor-element.elementor-element-91b7a58>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #FFF
}

.elementor-19561 .elementor-element.elementor-element-036e011 {
  --display: flex;
  --justify-content: center;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 13px;
  --padding-right: 0px
}

.elementor-19561 .elementor-element.elementor-element-44b3e1a img {
  width: 133px
}

.elementor-19561 .elementor-element.elementor-element-b263cde {
  --display: flex;
  --align-items: flex-end;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 15px;
  --padding-right: 15px
}

.elementor-19561 .elementor-element.elementor-element-b4d4ac8 {
  width: auto;
  max-width: auto
}

.elementor-19561 .elementor-element.elementor-element-b4d4ac8>.elementor-widget-container {
  margin: 0 5px 0 0
}

.elementor-19561 .elementor-element.elementor-element-b4d4ac8 .menuzord-menu>li.menu-item:hover>a,
.elementor-19561 .elementor-element.elementor-element-b4d4ac8 .menuzord-menu>li.menu-item.active>a {
  color: var(--theme-color2)
}

@media (min-width:1025px) {
  .elementor-19561 .elementor-element.elementor-element-b4d4ac8 .menuzord-menu>li.menu-item {
    padding: 15px 0 15px 0
  }
}

@media (min-width:1025px) {
  header#header .elementor-19561 .elementor-element.elementor-element-b4d4ac8 .menuzord-menu>li.menu-item {
    padding: 15px 0 15px 0
  }
}

.elementor-19561 .elementor-element.elementor-element-6cf644d {
  --display: flex;
  --justify-content: center
}

.elementor-19561 .elementor-element.elementor-element-43a0c73 {
  width: auto;
  max-width: auto
}

.elementor-19561 .elementor-element.elementor-element-43a0c73 .btn-view-details {
  text-align: Right
}

.elementor-19561 .elementor-element.elementor-element-43a0c73 .btn {
  font-size: 14px
}

.elementor-19561 .elementor-element.elementor-element-d13bda8 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: stretch;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / .5);
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-19561 .elementor-element.elementor-element-d13bda8:not(.elementor-motion-effects-element-type-background),
.elementor-19561 .elementor-element.elementor-element-d13bda8>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #FFF
}

.elementor-19561 .elementor-element.elementor-element-5a84da8 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: space-between;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --border-radius: 15px 15px 15px 15px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 30px;
  --padding-right: 30px
}

.elementor-19561 .elementor-element.elementor-element-5a84da8:not(.elementor-motion-effects-element-type-background),
.elementor-19561 .elementor-element.elementor-element-5a84da8>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #FFFFFFBD
}

.elementor-19561 .elementor-element.elementor-element-880e3c0 {
  --display: flex;
  --min-height: 89px;
  --justify-content: center;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-19561 .elementor-element.elementor-element-97478a8 {
  text-align: left
}

.elementor-19561 .elementor-element.elementor-element-97478a8 img {
  width: 175px
}

.elementor-19561 .elementor-element.elementor-element-d85a778 {
  --display: flex;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-19561 .elementor-element.elementor-element-d85a778.e-con {
  --flex-grow: 0;
  --flex-shrink: 0
}

.elementor-19561 .elementor-element.elementor-element-3362f0f .menuzord-menu>li.menu-item>a {
  font-family: "DM Sans", Sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #222
}

.elementor-19561 .elementor-element.elementor-element-3362f0f .menuzord-menu>li.menu-item:hover>a,
.elementor-19561 .elementor-element.elementor-element-3362f0f .menuzord-menu>li.menu-item.active>a {
  color: var(--theme-color2)
}

@media (min-width:1025px) {
  .elementor-19561 .elementor-element.elementor-element-3362f0f .menuzord-menu>li.menu-item {
    padding: 30px 0 30px 0
  }
}

@media (min-width:1025px) {
  header#header .elementor-19561 .elementor-element.elementor-element-3362f0f .menuzord-menu>li.menu-item {
    padding: 30px 0 30px 0
  }
}

@media (min-width:1025px) {
  .elementor-19561 .elementor-element.elementor-element-3362f0f .menuzord-menu>li.menu-item>a {
    padding: 0 0 0 30px
  }
}

@media (min-width:1025px) {
  header#header .elementor-19561 .elementor-element.elementor-element-3362f0f .menuzord-menu>li.menu-item>a {
    padding: 0 0 0 30px
  }
}

.elementor-19561 .elementor-element.elementor-element-3bbef1a {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: flex-end;
  --align-items: center
}

.elementor-19561 .elementor-element.elementor-element-2ccb3c4 {
  width: auto;
  max-width: auto
}

.elementor-19561 .elementor-element.elementor-element-2ccb3c4 .icon-wrapper {
  display: flex;
  justify-content: center
}

.elementor-19561 .elementor-element.elementor-element-2ccb3c4 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
  background-color: var(--e-global-color-primary);
  width: 42px;
  height: 42px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 50% 50% 50% 50%
}

.elementor-19561 .elementor-element.elementor-element-2ccb3c4 .icon i {
  line-height: 1;
  color: #FFF
}

.elementor-19561 .elementor-element.elementor-element-2ccb3c4 .icon svg {
  line-height: 1;
  fill: #FFF
}

.elementor-19561 .elementor-element.elementor-element-2ccb3c4 .icon i,
.elementor-19561 .elementor-element.elementor-element-2ccb3c4 .icon svg {
  font-size: 1rem
}

.elementor-19561 .elementor-element.elementor-element-2ccb3c4 .icon-wrapper .icon-bg-img {
  left: 0%;
  top: 0%
}

.elementor-19561 .elementor-element.elementor-element-2ccb3c4:hover .icon-wrapper .icon-bg-img {
  left: 0%;
  top: 0%
}

.elementor-19561 .elementor-element.elementor-element-2ccb3c4 .icon-box-title,
.elementor-19561 .elementor-element.elementor-element-2ccb3c4 .icon-box-title a {
  font-size: 16px
}

.elementor-19561 .elementor-element.elementor-element-2ccb3c4 .icon-box-title {
  margin: 0 0 0 0;
  color: #181818
}

.elementor-19561 .elementor-element.elementor-element-2ccb3c4 .icon-box-title a {
  color: #181818
}

@media(min-width:768px) {
  .elementor-19561 .elementor-element.elementor-element-036e011 {
    --width: 19.87%
  }

  .elementor-19561 .elementor-element.elementor-element-b263cde {
    --width: 61.694%
  }

  .elementor-19561 .elementor-element.elementor-element-6cf644d {
    --width: 19%
  }

  .elementor-19561 .elementor-element.elementor-element-5a84da8 {
    --width: 96%
  }

  .elementor-19561 .elementor-element.elementor-element-880e3c0 {
    --width: 18%
  }

  .elementor-19561 .elementor-element.elementor-element-d85a778 {
    --width: 73.096%
  }

  .elementor-19561 .elementor-element.elementor-element-3bbef1a {
    --width: 35%
  }
}

@media(max-width:1024px) and (min-width:768px) {
  .elementor-19561 .elementor-element.elementor-element-036e011 {
    --width: 20%
  }

  .elementor-19561 .elementor-element.elementor-element-b263cde {
    --width: 70%
  }

  .elementor-19561 .elementor-element.elementor-element-3bbef1a {
    --width: 100%
  }
}

@media(max-width:1024px) {
  .elementor-19561 .elementor-element.elementor-element-91b7a58 {
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 0px;
    --padding-right: 0px
  }

  .elementor-19561 .elementor-element.elementor-element-b263cde {
    --justify-content: flex-start
  }

  .elementor-19561 .elementor-element.elementor-element-43a0c73 .btn-view-details {
    text-align: Center
  }

  .elementor-19561 .elementor-element.elementor-element-2ccb3c4 {
    width: var(--container-widget-width, 33%);
    max-width: 33%;
    --container-widget-width: 33%;
    --container-widget-flex-grow: 0
  }

  .elementor-19561 .elementor-element.elementor-element-2ccb3c4>.elementor-widget-container {
    margin: 0 0 0 0;
    padding: 0 0 0 0
  }
}

@media(max-width:767px) {
  .elementor-19561 .elementor-element.elementor-element-b263cde {
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 0px;
    --padding-right: 0px
  }

  .elementor-19561 .elementor-element.elementor-element-43a0c73 .btn-view-details {
    text-align: Center
  }

  .elementor-19561 .elementor-element.elementor-element-2ccb3c4 {
    width: 100%;
    max-width: 100%
  }
}

.elementor-19557 .elementor-element.elementor-element-f67bac0 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --align-items: stretch;
  --gap: 5px 5px;
  --row-gap: 5px;
  --column-gap: 5px;
  border-style: solid;
  --border-style: solid;
  border-width: 0 0 1px 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 1px;
  --border-left-width: 0px;
  border-color: #BCBCBC21;
  --border-color: #BCBCBC21;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-19557 .elementor-element.elementor-element-0c87041 {
  --display: flex
}

.elementor-19557 .elementor-element.elementor-element-77e9ab1>.elementor-widget-container {
  margin: 0 0 10px 0
}

.elementor-19557 .elementor-element.elementor-element-77e9ab1 img {
  width: 123px
}

@media(max-width:1024px) {
  .elementor-19557 .elementor-element.elementor-element-f67bac0 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
  }

  @media (min-width:1025px) {
    .elementor-19557 .elementor-element.elementor-element-f835fb8 .menuzord-menu>li.menu-item>a {
      padding: 0 10px 0 0
    }
  }

  @media (min-width:1025px) {
    header#header .elementor-19557 .elementor-element.elementor-element-f835fb8 .menuzord-menu>li.menu-item>a {
      padding: 0 10px 0 0
    }
  }
}

@media(min-width:768px) {
  .elementor-19557 .elementor-element.elementor-element-f67bac0 {
    --content-width: 1230px
  }
}

.elementor-31196 .elementor-element.elementor-element-33e9793b {
  --display: flex;
  --min-height: 880px;
  --flex-direction: row;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --align-items: stretch;
  --gap: 15px 15px;
  --row-gap: 15px;
  --column-gap: 15px;
  --overlay-opacity: 0.66;
  --padding-top: 110px;
  --padding-bottom: 125px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-31196 .elementor-element.elementor-element-33e9793b::before,
.elementor-31196 .elementor-element.elementor-element-33e9793b>.elementor-background-video-container::before,
.elementor-31196 .elementor-element.elementor-element-33e9793b>.e-con-inner>.elementor-background-video-container::before,
.elementor-31196 .elementor-element.elementor-element-33e9793b>.elementor-background-slideshow::before,
.elementor-31196 .elementor-element.elementor-element-33e9793b>.e-con-inner>.elementor-background-slideshow::before,
.elementor-31196 .elementor-element.elementor-element-33e9793b>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #181620;
  --background-overlay: ''
}

.elementor-31196 .elementor-element.elementor-element-33e9793b:not(.elementor-motion-effects-element-type-background),
.elementor-31196 .elementor-element.elementor-element-33e9793b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.elementor-31196 .elementor-element.elementor-element-36bc4eb4 {
  --display: flex;
  --justify-content: center
}

.elementor-31196 .elementor-element.elementor-element-379dbcab {
  text-align: left
}

.elementor-31196 .elementor-element.elementor-element-379dbcab .title {
  color: #FFF;
  margin: 0 0 0 0
}

.elementor-31196 .elementor-element.elementor-element-4055641e {
  --divider-border-style: solid;
  --divider-color: #FFFFFF;
  --divider-border-width: 2px
}

.elementor-31196 .elementor-element.elementor-element-4055641e>.elementor-widget-container {
  margin: -20px 0 0 0
}

.elementor-31196 .elementor-element.elementor-element-4055641e .elementor-divider-separator {
  width: 100%
}

.elementor-31196 .elementor-element.elementor-element-4055641e .elementor-divider {
  padding-block-start: 2px;
  padding-block-end: 2px
}

.elementor-31196 .elementor-element.elementor-element-42a06c3e .elementor-heading-title {
  color: #FFF
}

.elementor-31196 .elementor-element.elementor-element-7513238b>.elementor-widget-container {
  padding: 20px 20px 20px 20px;
  border-radius: 10px 10px 10px 10px
}

.elementor-31196 .elementor-element.elementor-element-7513238b {
  color: #FFF
}

.elementor-31196 .elementor-element.elementor-element-7513238b a {
  color: #A17F1E
}

.elementor-31196 .elementor-element.elementor-element-2821fded {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap
}

.elementor-31196 .elementor-element.elementor-element-4de94e92 {
  width: auto;
  max-width: auto;
  align-self: center
}

.elementor-31196 .elementor-element.elementor-element-4de94e92>.elementor-widget-container {
  background-color: #FFFFFF08
}

.elementor-31196 .elementor-element.elementor-element-4de94e92 .breadcrumbs {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  background-color: #FFFFFF21;
  padding: 10px 30px 10px 30px
}

.elementor-31196 .elementor-element.elementor-element-4de94e92 .breadcrumbs .trail-item:not(.trail-end) {
  color: #FFF
}

.elementor-31196 .elementor-element.elementor-element-4de94e92 .breadcrumbs a:not(.btn) {
  color: #FFF
}

.elementor-31196 .elementor-element.elementor-element-4de94e92 .breadcrumbs .trail-item:not(.trail-end):hover {
  color: #FFF
}

.elementor-31196 .elementor-element.elementor-element-4de94e92 .breadcrumbs a:not(.btn):hover {
  color: #FFF
}

.elementor-31196 .elementor-element.elementor-element-4de94e92 .breadcrumbs li:not(:last-child) {
  margin: 0 15px 0 0;
  padding: 0 0 0 0
}

.elementor-31196 .elementor-element.elementor-element-4de94e92 .breadcrumbs li:last-child {
  color: #F2F2F2
}

.elementor-31196 .elementor-element.elementor-element-4de94e92 .breadcrumbs li:last-child a {
  color: #F2F2F2
}

.elementor-31196 .elementor-element.elementor-element-4de94e92 .breadcrumbs li .tm-breadcrumb-arrow-icon {
  font-size: 12px;
  color: #FFF
}

.elementor-31196 .elementor-element.elementor-element-867437d {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 120px;
  --padding-bottom: 115px;
  --padding-left: 10px;
  --padding-right: 10px
}

.elementor-31196 .elementor-element.elementor-element-0f97c11 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-31196 .elementor-element.elementor-element-820b2d4 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-31196 .elementor-element.elementor-element-a853b84 .tm-text-editor {
  margin: 0 0 0 0
}

.elementor-31196 .elementor-element.elementor-element-a853b84 .tm-text-editor * {
  margin: 0 0 0 0
}

.elementor-31196 .elementor-element.elementor-element-b844872 .tm-text-editor {
  margin: 0 0 15px 0
}

.elementor-31196 .elementor-element.elementor-element-b844872 .tm-text-editor * {
  margin: 0 0 15px 0
}

.elementor-31196 .elementor-element.elementor-element-6f5b60f {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-31196 .elementor-element.elementor-element-626f236 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-31196 .elementor-element.elementor-element-209edc5>.elementor-widget-container {
  margin: 0 0 0 0
}

.elementor-31196 .elementor-element.elementor-element-209edc5 .tm-text-editor {
  margin: 0 0 0 0
}

.elementor-31196 .elementor-element.elementor-element-209edc5 .tm-text-editor * {
  margin: 0 0 0 0
}

.elementor-31196 .elementor-element.elementor-element-9dcb480 .tm-sc-list li i {
  color: var(--theme-color1)
}

.elementor-31196 .elementor-element.elementor-element-9dcb480 .tm-sc-list i {
  font-size: 16px;
  margin: 20px 05px 0 0
}

.elementor-31196 .elementor-element.elementor-element-9dcb480 .tm-sc-list li {
  color: #000
}

.elementor-31196 .elementor-element.elementor-element-cfa389d>.elementor-widget-container {
  margin: 0 0 0 0
}

.elementor-31196 .elementor-element.elementor-element-cfa389d .tm-text-editor {
  margin: 0 0 0 0
}

.elementor-31196 .elementor-element.elementor-element-cfa389d .tm-text-editor * {
  margin: 0 0 0 0
}

.elementor-31196 .elementor-element.elementor-element-0d8be4b .tm-sc-list li i {
  color: var(--theme-color1)
}

.elementor-31196 .elementor-element.elementor-element-0d8be4b .tm-sc-list i {
  font-size: 16px;
  margin: 20px 05px 0 0
}

.elementor-31196 .elementor-element.elementor-element-0d8be4b .tm-sc-list li {
  color: #000
}

.elementor-31196 .elementor-element.elementor-element-7e31137 {
  --display: flex;
  border-style: solid;
  --border-style: solid;
  border-width: 05px 0 0 0;
  --border-top-width: 05px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --margin-top: 10px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 40px;
  --padding-bottom: 40px;
  --padding-left: 40px;
  --padding-right: 40px
}

.elementor-31196 .elementor-element.elementor-element-7e31137:not(.elementor-motion-effects-element-type-background),
.elementor-31196 .elementor-element.elementor-element-7e31137>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #CCE0CC
}

.elementor-31196 .elementor-element.elementor-element-50ed7e4 .tm-text-editor {
  text-align: left;
  color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-50ed7e4 .tm-text-editor * {
  color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-dce02be .elementor-repeater-item-83840ce,
.elementor-31196 .elementor-element.elementor-element-dce02be .elementor-repeater-item-83840ce * {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 10px 0
}

.elementor-31196 .elementor-element.elementor-element-dce02be .elementor-repeater-item-83840ce {
  color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-dce02be .elementor-repeater-item-83840ce * {
  color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-dce02be .elementor-repeater-item-2ad1344,
.elementor-31196 .elementor-element.elementor-element-dce02be .elementor-repeater-item-2ad1344 * {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 10px 0
}

.elementor-31196 .elementor-element.elementor-element-dce02be .elementor-repeater-item-2ad1344 {
  color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-dce02be .elementor-repeater-item-2ad1344 * {
  color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-669053d .elementor-repeater-item-83840ce,
.elementor-31196 .elementor-element.elementor-element-669053d .elementor-repeater-item-83840ce * {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 10px 0
}

.elementor-31196 .elementor-element.elementor-element-669053d .elementor-repeater-item-83840ce {
  color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-669053d .elementor-repeater-item-83840ce * {
  color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-669053d .elementor-repeater-item-2ad1344,
.elementor-31196 .elementor-element.elementor-element-669053d .elementor-repeater-item-2ad1344 * {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 10px 0
}

.elementor-31196 .elementor-element.elementor-element-669053d .elementor-repeater-item-2ad1344 {
  color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-669053d .elementor-repeater-item-2ad1344 * {
  color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-e291bab .elementor-repeater-item-83840ce,
.elementor-31196 .elementor-element.elementor-element-e291bab .elementor-repeater-item-83840ce * {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 10px 0
}

.elementor-31196 .elementor-element.elementor-element-e291bab .elementor-repeater-item-83840ce {
  color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-e291bab .elementor-repeater-item-83840ce * {
  color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-e291bab .elementor-repeater-item-2ad1344,
.elementor-31196 .elementor-element.elementor-element-e291bab .elementor-repeater-item-2ad1344 * {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 10px 0
}

.elementor-31196 .elementor-element.elementor-element-e291bab .elementor-repeater-item-2ad1344 {
  color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-e291bab .elementor-repeater-item-2ad1344 * {
  color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-e3e3d4c .tm-sc-social-links {
  justify-content: default
}

.elementor-31196 .elementor-element.elementor-element-e3e3d4c .social-link {
  background-color: var(--e-global-color-primary)
}

.elementor-31196 .elementor-element.elementor-element-e3e3d4c .social-link:hover {
  color: #FFFFFF !important;
  background-color: var(--theme-color1) !important
}

.elementor-31196 .elementor-element.elementor-element-3fcb8cb {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 0px;
  --padding-bottom: 100px;
  --padding-left: 10px;
  --padding-right: 10px
}

.elementor-31196 .elementor-element.elementor-element-aa1baf6 {
  --display: flex;
  --margin-top: 0px;
  --margin-bottom: 10px;
  --margin-left: 0px;
  --margin-right: 0px
}

.elementor-31196 .elementor-element.elementor-element-e38063c {
  text-align: center
}

.elementor-31196 .elementor-element.elementor-element-9282db9 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-31196 .elementor-element.elementor-element-dca90c9 .swiper-slide img {
  height: 200px;
  min-height: 200px;
  object-fit: cover
}

.elementor-31196 .elementor-element.elementor-element-dca90c9 .swiper-wrapper .swiper-slide>div {
  margin: 10px 10px 10px 10px
}

.elementor-31196 .elementor-element.elementor-element-dca90c9 .tm-swiper-button-wrap {
  display: flex
}

.elementor-31196 .elementor-element.elementor-element-dca90c9 .swiper-pagination {
  display: block;
  left: 50%;
  bottom: -75px;
  transform: translate(-50%, -50%)
}

.elementor-31196 .elementor-element.elementor-element-dca90c9 .isotope-layout-filter {
  text-align: center
}

@media(min-width:768px) {
  .elementor-31196 .elementor-element.elementor-element-820b2d4 {
    --width: 65%
  }

  .elementor-31196 .elementor-element.elementor-element-7e31137 {
    --width: 35%
  }

  .elementor-31196 .elementor-element.elementor-element-aa1baf6 {
    --content-width: 39%
  }

  .elementor-31196 .elementor-element.elementor-element-9282db9 {
    --width: 100%
  }
}

@media(max-width:1024px) {
  .elementor-31196 .elementor-element.elementor-element-33e9793b {
    --padding-top: 95px;
    --padding-bottom: 110px;
    --padding-left: 0px;
    --padding-right: 0px
  }

  .elementor-31196 .elementor-element.elementor-element-4de94e92 {
    width: auto;
    max-width: auto
  }

  .elementor-31196 .elementor-element.elementor-element-9282db9 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 35px;
    --padding-bottom: 35px;
    --padding-left: 35px;
    --padding-right: 35px
  }
}

@media(max-width:767px) {
  .elementor-31196 .elementor-element.elementor-element-33e9793b {
    --min-height: 390px
  }

  .elementor-31196 .elementor-element.elementor-element-4de94e92 {
    width: auto;
    max-width: auto
  }

  .elementor-31196 .elementor-element.elementor-element-9282db9 {
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 20px;
    --padding-right: 20px
  }
}

.breadcrumbs {
  list-style-type: none
}

.elementor-1241 .elementor-element.elementor-element-17c5379 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: space-between;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --overlay-opacity: 1;
  --padding-top: 50px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-1241 .elementor-element.elementor-element-17c5379:not(.elementor-motion-effects-element-type-background),
.elementor-1241 .elementor-element.elementor-element-17c5379>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-primary)
}

.elementor-1241 .elementor-element.elementor-element-17c5379::before,
.elementor-1241 .elementor-element.elementor-element-17c5379>.elementor-background-video-container::before,
.elementor-1241 .elementor-element.elementor-element-17c5379>.e-con-inner>.elementor-background-video-container::before,
.elementor-1241 .elementor-element.elementor-element-17c5379>.elementor-background-slideshow::before,
.elementor-1241 .elementor-element.elementor-element-17c5379>.e-con-inner>.elementor-background-slideshow::before,
.elementor-1241 .elementor-element.elementor-element-17c5379>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  --background-overlay: ''
}

.elementor-1241 .elementor-element.elementor-element-736ccb2 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: space-between;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 10px;
  --padding-right: 10px
}

.elementor-1241 .elementor-element.elementor-element-8d24081 {
  --display: flex;
  border-style: solid;
  --border-style: solid;
  border-width: 0 1px 0 0;
  --border-top-width: 0px;
  --border-right-width: 1px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  border-color: #FFFFFF1A;
  --border-color: #FFFFFF1A;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px
}

.elementor-1241 .elementor-element.elementor-element-9f5367a img {
  width: 171px
}

.elementor-1241 .elementor-element.elementor-element-f062977 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-1241 .elementor-element.elementor-element-cae3544.elementor-element {
  --flex-grow: 0;
  --flex-shrink: 0
}

.elementor-1241 .elementor-element.elementor-element-cae3544 .tm-text-editor,
.elementor-1241 .elementor-element.elementor-element-cae3544 .tm-text-editor * {
  font-size: 18px
}

.elementor-1241 .elementor-element.elementor-element-cae3544 .tm-text-editor {
  margin: 10px 20px 0 0;
  color: #FFF
}

.elementor-1241 .elementor-element.elementor-element-cae3544 .tm-text-editor * {
  margin: 10px 20px 0 0;
  color: #FFF
}

.elementor-1241 .elementor-element.elementor-element-cae3544 .tm-text-editor b,
.elementor-1241 .elementor-element.elementor-element-cae3544 .tm-text-editor strong {
  font-weight: 600
}

.elementor-1241 .elementor-element.elementor-element-20b0398 {
  --spacer-size: 20px
}

.elementor-1241 .elementor-element.elementor-element-6c64d6c .elementor-heading-title {
  font-size: 25px;
  color: #FFF
}

.elementor-1241 .elementor-element.elementor-element-5227d2e {
  --divider-border-style: solid;
  --divider-color: #FFFFFF1F;
  --divider-border-width: 2px
}

.elementor-1241 .elementor-element.elementor-element-5227d2e>.elementor-widget-container {
  margin: -13px 0 0 0;
  padding: 0 0 0 0
}

.elementor-1241 .elementor-element.elementor-element-5227d2e .elementor-divider-separator {
  width: 20%
}

.elementor-1241 .elementor-element.elementor-element-5227d2e .elementor-divider {
  padding-block-start: 2px;
  padding-block-end: 2px
}

.elementor-1241 .elementor-element.elementor-element-2bac463>.elementor-widget-container {
  margin: 0 0 0 0
}

.elementor-1241 .elementor-element.elementor-element-2bac463 .tm-sc-social-links {
  justify-content: flex-start
}

.elementor-1241 .elementor-element.elementor-element-2bac463 .tm-sc-social-links li a {
  font-size: 18px;
  width: 20px;
  height: 20px;
  line-height: 20px
}

.elementor-1241 .elementor-element.elementor-element-2bac463 .social-link {
  color: #B8BFC5;
  background-color: #fff0
}

.elementor-1241 .elementor-element.elementor-element-bdbad35 {
  --display: flex;
  border-style: solid;
  --border-style: solid;
  border-width: 0 1px 0 0;
  --border-top-width: 0px;
  --border-right-width: 1px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  border-color: #FFFFFF1A;
  --border-color: #FFFFFF1A;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px
}

.elementor-1241 .elementor-element.elementor-element-3973d1a {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-1241 .elementor-element.elementor-element-8cf298c .elementor-heading-title {
  font-size: 25px;
  color: #FFF
}

.elementor-1241 .elementor-element.elementor-element-c47f153 {
  --divider-border-style: solid;
  --divider-color: #FFFFFF1F;
  --divider-border-width: 2px
}

.elementor-1241 .elementor-element.elementor-element-c47f153>.elementor-widget-container {
  margin: -13px 0 0 0;
  padding: 0 0 0 0
}

.elementor-1241 .elementor-element.elementor-element-c47f153 .elementor-divider-separator {
  width: 20%
}

.elementor-1241 .elementor-element.elementor-element-c47f153 .elementor-divider {
  padding-block-start: 2px;
  padding-block-end: 2px
}

.elementor-1241 .elementor-element.elementor-element-b7f06df .elementor-icon-list-icon i {
  color: #FFF;
  transition: color 0.3s
}

.elementor-1241 .elementor-element.elementor-element-b7f06df .elementor-icon-list-icon svg {
  fill: #FFF;
  transition: fill 0.3s
}

.elementor-1241 .elementor-element.elementor-element-b7f06df {
  --e-icon-list-icon-size: 16px;
  --icon-vertical-offset: 0px
}

.elementor-1241 .elementor-element.elementor-element-b7f06df .elementor-icon-list-text {
  color: #FFF;
  transition: color 0.3s
}

.elementor-1241 .elementor-element.elementor-element-181e1a9 {
  --display: flex;
  border-style: solid;
  --border-style: solid;
  border-width: 0 1px 0 0;
  --border-top-width: 0px;
  --border-right-width: 1px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  border-color: #FFFFFF1A;
  --border-color: #FFFFFF1A;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px
}

.elementor-1241 .elementor-element.elementor-element-9e84646 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-1241 .elementor-element.elementor-element-468f5f8 .elementor-heading-title {
  font-size: 25px;
  color: #FFF
}

.elementor-1241 .elementor-element.elementor-element-3a3687c {
  --divider-border-style: solid;
  --divider-color: #FFFFFF1F;
  --divider-border-width: 2px
}

.elementor-1241 .elementor-element.elementor-element-3a3687c>.elementor-widget-container {
  margin: -13px 0 0 0;
  padding: 0 0 0 0
}

.elementor-1241 .elementor-element.elementor-element-3a3687c .elementor-divider-separator {
  width: 20%
}

.elementor-1241 .elementor-element.elementor-element-3a3687c .elementor-divider {
  padding-block-start: 2px;
  padding-block-end: 2px
}

.elementor-1241 .elementor-element.elementor-element-843ee45 .elementor-icon-list-icon i {
  color: #FFF;
  transition: color 0.3s
}

.elementor-1241 .elementor-element.elementor-element-843ee45 .elementor-icon-list-icon svg {
  fill: #FFF;
  transition: fill 0.3s
}

.elementor-1241 .elementor-element.elementor-element-843ee45 {
  --e-icon-list-icon-size: 16px;
  --icon-vertical-offset: 0px
}

.elementor-1241 .elementor-element.elementor-element-843ee45 .elementor-icon-list-text {
  color: #FFF;
  transition: color 0.3s
}

.elementor-1241 .elementor-element.elementor-element-c3b9a6d {
  --display: flex;
  border-style: none;
  --border-style: none;
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 90px;
  --margin-left: 0px;
  --margin-right: 0px
}

.elementor-1241 .elementor-element.elementor-element-4e14343 .elementor-heading-title {
  font-size: 25px;
  color: #FFF
}

.elementor-1241 .elementor-element.elementor-element-5e7e2ba {
  --divider-border-style: solid;
  --divider-color: #FFFFFF1F;
  --divider-border-width: 2px
}

.elementor-1241 .elementor-element.elementor-element-5e7e2ba>.elementor-widget-container {
  margin: -13px 0 0 0;
  padding: 0 0 0 0
}

.elementor-1241 .elementor-element.elementor-element-5e7e2ba .elementor-divider-separator {
  width: 20%
}

.elementor-1241 .elementor-element.elementor-element-5e7e2ba .elementor-divider {
  padding-block-start: 2px;
  padding-block-end: 2px
}

.elementor-1241 .elementor-element.elementor-element-09b6feb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
  padding-block-end: calc(5px/2)
}

.elementor-1241 .elementor-element.elementor-element-09b6feb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
  margin-block-start: calc(5px/2)
}

.elementor-1241 .elementor-element.elementor-element-09b6feb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  margin-inline: calc(5px/2)
}

.elementor-1241 .elementor-element.elementor-element-09b6feb .elementor-icon-list-items.elementor-inline-items {
  margin-inline: calc(-5px/2)
}

.elementor-1241 .elementor-element.elementor-element-09b6feb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
  inset-inline-end: calc(-5px/2)
}

.elementor-1241 .elementor-element.elementor-element-09b6feb .elementor-icon-list-icon i {
  color: #FFF;
  transition: color 0.3s
}

.elementor-1241 .elementor-element.elementor-element-09b6feb .elementor-icon-list-icon svg {
  fill: #FFF;
  transition: fill 0.3s
}

.elementor-1241 .elementor-element.elementor-element-09b6feb {
  --e-icon-list-icon-size: 18px;
  --icon-vertical-align: flex-start;
  --icon-vertical-offset: 9px
}

.elementor-1241 .elementor-element.elementor-element-09b6feb .elementor-icon-list-text {
  color: #FFF;
  transition: color 0.3s
}

.elementor-1241 .elementor-element.elementor-element-4777c07 {
  --spacer-size: 15px
}

.elementor-1241 .elementor-element.elementor-element-eb64350 .elementor-heading-title {
  font-size: 25px;
  color: #FFF
}

.elementor-1241 .elementor-element.elementor-element-8cb7047 {
  --divider-border-style: solid;
  --divider-color: #FFFFFF1F;
  --divider-border-width: 2px
}

.elementor-1241 .elementor-element.elementor-element-8cb7047>.elementor-widget-container {
  margin: -13px 0 0 0;
  padding: 0 0 0 0
}

.elementor-1241 .elementor-element.elementor-element-8cb7047 .elementor-divider-separator {
  width: 20%
}

.elementor-1241 .elementor-element.elementor-element-8cb7047 .elementor-divider {
  padding-block-start: 2px;
  padding-block-end: 2px
}

.elementor-1241 .elementor-element.elementor-element-20ffbc7 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
  padding-block-end: calc(5px/2)
}

.elementor-1241 .elementor-element.elementor-element-20ffbc7 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
  margin-block-start: calc(5px/2)
}

.elementor-1241 .elementor-element.elementor-element-20ffbc7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  margin-inline: calc(5px/2)
}

.elementor-1241 .elementor-element.elementor-element-20ffbc7 .elementor-icon-list-items.elementor-inline-items {
  margin-inline: calc(-5px/2)
}

.elementor-1241 .elementor-element.elementor-element-20ffbc7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
  inset-inline-end: calc(-5px/2)
}

.elementor-1241 .elementor-element.elementor-element-20ffbc7 .elementor-icon-list-icon i {
  color: #FFF;
  transition: color 0.3s
}

.elementor-1241 .elementor-element.elementor-element-20ffbc7 .elementor-icon-list-icon svg {
  fill: #FFF;
  transition: fill 0.3s
}

.elementor-1241 .elementor-element.elementor-element-20ffbc7 {
  --e-icon-list-icon-size: 18px;
  --icon-vertical-align: flex-start;
  --icon-vertical-offset: 9px
}

.elementor-1241 .elementor-element.elementor-element-20ffbc7 .elementor-icon-list-text {
  color: #FFF;
  transition: color 0.3s
}

.elementor-1241 .elementor-element.elementor-element-8cd2f7f {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: space-between;
  border-style: solid;
  --border-style: solid;
  border-width: 1px 0 0 0;
  --border-top-width: 1px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  border-color: #FFFFFF1A;
  --border-color: #FFFFFF1A;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px
}

.elementor-1241 .elementor-element.elementor-element-2e700a4 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: space-between
}

.elementor-1241 .elementor-element.elementor-element-df0808b {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: flex-start
}

.elementor-1241 .elementor-element.elementor-element-95958fc.elementor-element {
  --align-self: flex-end;
  --flex-grow: 0;
  --flex-shrink: 0
}

.elementor-1241 .elementor-element.elementor-element-95958fc .tm-text-editor,
.elementor-1241 .elementor-element.elementor-element-95958fc .tm-text-editor * {
  font-size: 18px
}

.elementor-1241 .elementor-element.elementor-element-95958fc .tm-text-editor {
  color: #B8BFC5
}

.elementor-1241 .elementor-element.elementor-element-95958fc .tm-text-editor * {
  color: #B8BFC5
}

.elementor-1241 .elementor-element.elementor-element-95958fc .tm-text-editor b,
.elementor-1241 .elementor-element.elementor-element-95958fc .tm-text-editor strong {
  font-weight: 600;
  color: #FFF;
  margin: 0 0 0 0
}

@media(min-width:768px) {
  .elementor-1241 .elementor-element.elementor-element-8d24081 {
    --width: 28%
  }

  .elementor-1241 .elementor-element.elementor-element-bdbad35 {
    --width: 28%
  }

  .elementor-1241 .elementor-element.elementor-element-181e1a9 {
    --width: 28%
  }

  .elementor-1241 .elementor-element.elementor-element-c3b9a6d {
    --width: 25%
  }
}

@media(max-width:1024px) and (min-width:768px) {
  .elementor-1241 .elementor-element.elementor-element-8d24081 {
    --width: 100%
  }

  .elementor-1241 .elementor-element.elementor-element-bdbad35 {
    --width: 100%
  }

  .elementor-1241 .elementor-element.elementor-element-181e1a9 {
    --width: 100%
  }

  .elementor-1241 .elementor-element.elementor-element-c3b9a6d {
    --width: 100%
  }
}

@media(max-width:1024px) {
  .elementor-1241 .elementor-element.elementor-element-736ccb2 {
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --flex-wrap: wrap
  }

  .elementor-1241 .elementor-element.elementor-element-8d24081 {
    border-width: 0 0 0 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px
  }

  .elementor-1241 .elementor-element.elementor-element-2bac463>.elementor-widget-container {
    margin: 0 0 45px 0
  }

  .elementor-1241 .elementor-element.elementor-element-bdbad35 {
    border-width: 0 0 0 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px
  }

  .elementor-1241 .elementor-element.elementor-element-181e1a9 {
    border-width: 0 0 0 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px
  }
}

@media(max-width:767px) {
  .elementor-1241 .elementor-element.elementor-element-cae3544 .tm-text-editor {
    margin: 0 0 0 0
  }

  .elementor-1241 .elementor-element.elementor-element-cae3544 .tm-text-editor * {
    margin: 0 0 0 0
  }

  .elementor-1241 .elementor-element.elementor-element-2bac463>.elementor-widget-container {
    margin: 0 0 30px 0
  }

  .elementor-1241 .elementor-element.elementor-element-df0808b {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 20px;
    --padding-right: 0px
  }
}

@font-face {
  font-display: swap;
font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgb(0 0 0 / .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgb(0 0 0 / .5), #fff0)
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgb(0 0 0 / .5), #fff0)
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgb(0 0 0 / .5), #fff0)
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgb(0 0 0 / .5), #fff0)
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
  background: rgb(0 0 0 / .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgb(0 0 0 / .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgb(0 0 0 / .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: #fff0
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

.elementor-column .elementor-spacer-inner {
  height: var(--spacer-size)
}

.e-con {
  --container-widget-width: 100%
}

.e-con-inner>.elementor-widget-spacer,
.e-con>.elementor-widget-spacer {
  width: var(--container-widget-width, var(--spacer-size));
  --align-self: var(--container-widget-align-self, initial);
  --flex-shrink: 0
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,
.e-con>.elementor-widget-spacer>.elementor-widget-container {
  height: 100%;
  width: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer {
  height: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
  height: var(--container-widget-height, var(--spacer-size))
}

.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,
.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer {
  height: 100%
}

.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,
.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner {
  height: var(--container-widget-height, var(--spacer-size))
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,
.e-con>.elementor-widget-spacer.elementor-widget-empty {
  min-height: 22px;
  min-width: 22px;
  position: relative
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,
.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon {
  height: 22px;
  inset: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  width: 22px
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,
.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container {
  overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
  word-break: break-word
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  margin-inline: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
  border-width: 0;
  border-inline-start-width: 1px;
  border-style: solid;
  height: 100%;
  inset-inline-end: -8px;
  inset-inline-start: auto;
  position: relative;
  width: auto
}

.elementor-widget .elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.elementor-widget .elementor-icon-list-item {
  margin: 0;
  padding: 0;
  position: relative
}

.elementor-widget .elementor-icon-list-item:after {
  inset-block-end: 0;
  position: absolute;
  width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
  align-items: var(--icon-vertical-align, center);
  display: flex;
  font-size: inherit
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
  align-self: center;
  padding-inline-start: 5px
}

.elementor-widget .elementor-icon-list-icon {
  display: flex;
  inset-block-start: var(--icon-vertical-offset, initial);
  position: relative
}

.elementor-widget .elementor-icon-list-icon svg {
  height: var(--e-icon-list-icon-size, 1em);
  width: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
  font-size: var(--e-icon-list-icon-size);
  width: 1.25em
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
  text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
  margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
  width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
  justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
  margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
  justify-content: center
}

.elementor-widget.elementor-align-start .elementor-icon-list-item,
.elementor-widget.elementor-align-start .elementor-icon-list-item a {
  justify-content: start;
  text-align: start
}

.elementor-widget.elementor-align-start .elementor-inline-items {
  justify-content: start
}

.elementor-widget.elementor-align-end .elementor-icon-list-item,
.elementor-widget.elementor-align-end .elementor-icon-list-item a {
  justify-content: end;
  text-align: end
}

.elementor-widget.elementor-align-end .elementor-icon-list-items {
  justify-content: end
}

.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after {
  inset-inline-start: 0
}

.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after {
  inset-inline-end: 0
}

@media (min-width:-1) {

  .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
    justify-content: center
  }

  .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
    justify-content: center
  }

  .elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item,
  .elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a {
    justify-content: start;
    text-align: start
  }

  .elementor-widget.elementor-widescreen-align-start .elementor-inline-items {
    justify-content: start
  }

  .elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,
  .elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a {
    justify-content: end;
    text-align: end
  }

  .elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items {
    justify-content: end
  }

  .elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after {
    inset-inline-start: 0
  }

  .elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after {
    inset-inline-end: 0
  }
}

@media (max-width:-1) {

  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
    justify-content: center
  }

  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
    justify-content: center
  }

  .elementor-widget.elementor-laptop-align-start .elementor-icon-list-item,
  .elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a {
    justify-content: start;
    text-align: start
  }

  .elementor-widget.elementor-laptop-align-start .elementor-inline-items {
    justify-content: start
  }

  .elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,
  .elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a {
    justify-content: end;
    text-align: end
  }

  .elementor-widget.elementor-laptop-align-end .elementor-icon-list-items {
    justify-content: end
  }

  .elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after {
    inset-inline-start: 0
  }

  .elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after {
    inset-inline-end: 0
  }

  .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
    justify-content: center
  }

  .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
    justify-content: center
  }

  .elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item,
  .elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a {
    justify-content: start;
    text-align: start
  }

  .elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items {
    justify-content: start
  }

  .elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,
  .elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a {
    justify-content: end;
    text-align: end
  }

  .elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items {
    justify-content: end
  }

  .elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after {
    inset-inline-start: 0
  }

  .elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after {
    inset-inline-end: 0
  }
}

@media (max-width:1024px) {

  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
    justify-content: center
  }

  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
    justify-content: center
  }

  .elementor-widget.elementor-tablet-align-start .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a {
    justify-content: start;
    text-align: start
  }

  .elementor-widget.elementor-tablet-align-start .elementor-inline-items {
    justify-content: start
  }

  .elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a {
    justify-content: end;
    text-align: end
  }

  .elementor-widget.elementor-tablet-align-end .elementor-icon-list-items {
    justify-content: end
  }

  .elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after {
    inset-inline-start: 0
  }

  .elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after {
    inset-inline-end: 0
  }
}

@media (max-width:-1) {

  .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
    justify-content: center
  }

  .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
    justify-content: center
  }

  .elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item,
  .elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a {
    justify-content: start;
    text-align: start
  }

  .elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items {
    justify-content: start
  }

  .elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,
  .elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a {
    justify-content: end;
    text-align: end
  }

  .elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items {
    justify-content: end
  }

  .elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after {
    inset-inline-start: 0
  }

  .elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after {
    inset-inline-end: 0
  }
}

@media (max-width:767px) {

  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
    justify-content: center
  }

  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
    justify-content: center
  }

  .elementor-widget.elementor-mobile-align-start .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a {
    justify-content: start;
    text-align: start
  }

  .elementor-widget.elementor-mobile-align-start .elementor-inline-items {
    justify-content: start
  }

  .elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a {
    justify-content: end;
    text-align: end
  }

  .elementor-widget.elementor-mobile-align-end .elementor-icon-list-items {
    justify-content: end
  }

  .elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after {
    inset-inline-start: 0
  }

  .elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after {
    inset-inline-end: 0
  }
}

#left-area ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items {
  padding: 0
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/dmsans-d71bc8cd.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/dmsans-c420c9fc.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/dmsans-d71bc8cd.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/dmsans-c420c9fc.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/dmsans-d71bc8cd.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/dmsans-c420c9fc.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/dmsans-d71bc8cd.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/dmsans-c420c9fc.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/dmsans-d71bc8cd.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/dmsans-c420c9fc.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/dmsans-d71bc8cd.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/dmsans-c420c9fc.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/dmsans-d71bc8cd.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/dmsans-c420c9fc.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/dmsans-d71bc8cd.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/dmsans-c420c9fc.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/dmsans-d71bc8cd.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/dmsans-c420c9fc.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/dmsans-3424d35c.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/dmsans-d26d93f6.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/dmsans-3424d35c.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/dmsans-d26d93f6.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/dmsans-3424d35c.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/dmsans-d26d93f6.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/dmsans-3424d35c.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/dmsans-d26d93f6.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/dmsans-3424d35c.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/dmsans-d26d93f6.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/dmsans-3424d35c.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/dmsans-d26d93f6.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/dmsans-3424d35c.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/dmsans-d26d93f6.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/dmsans-3424d35c.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/dmsans-d26d93f6.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/dmsans-3424d35c.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/dmsans-d26d93f6.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'FlaticonCommon';
  src: url('../fonts/flaticons-common.eot');
  src: url('../fonts/flaticons-common.eot') format('embedded-opentype'), url('../fonts/flaticons-common.ttf') format('truetype'), url('../fonts/flaticons-common.woff') format('woff'), url('../fonts/flaticons-common.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

[class^="flaticon-common-"],
[class*=" flaticon-common-"] {
  font-family: 'FlaticonCommon' !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.flaticon-common-cart:before {
  content: "\e003"
}

.flaticon-common-close:before {
  content: "\e005"
}

.flaticon-common-dropdown:before {
  content: "\e00a"
}

.flaticon-common-favourite:before {
  content: "\e00c"
}

.flaticon-common-rocket:before {
  content: "\e01c"
}

.flaticon-common-search:before {
  content: "\e01d"
}

.flaticon-common-arrow-left:before {
  content: "\e029"
}

.flaticon-common-arrow-right:before {
  content: "\e02a"
}

.flaticon-common-comments:before {
  content: "\e035"
}

.flaticon-common-envelope:before {
  content: "\e037"
}

.flaticon-common-folder-open:before {
  content: "\e03d"
}

.flaticon-common-gift:before {
  content: "\e040"
}

.flaticon-common-home:before {
  content: "\e044"
}

.flaticon-common-map-marker-check:before {
  content: "\e04c"
}

.flaticon-common-minus:before {
  content: "\e04e"
}

.flaticon-common-plus:before {
  content: "\e051"
}

.flaticon-common-quote:before {
  content: "\e052"
}

.flaticon-common-shopping-cart:before {
  content: "\e057"
}

.flaticon-common-star:before {
  content: "\e05c"
}

.flaticon-common-tachometer-alt:before {
  content: "\e05f"
}

.flaticon-common-times:before {
  content: "\e064"
}

.flaticon-common-cloud-upload:before {
  content: "\e80a"
}

.flaticon-common-cog:before {
  content: "\e810"
}

.flaticon-common-heart:before {
  content: "\e813"
}

.flaticon-common-user:before {
  content: "\e82a"
}

.flaticon-common-users:before {
  content: "\e82b"
}

.flaticon-common-store:before {
  content: "\e82d"
}

.flaticon-common-cart1:before {
  content: "\e82e"
}

.flaticon-common-phone-handset:before {
  content: "\e830"
}

.flaticon-common-map-marker:before {
  content: "\e833"
}

.flaticon-common-map:before {
  content: "\e834"
}

.flaticon-common-screen:before {
  content: "\e839"
}

.flaticon-common-smartphone:before {
  content: "\e83a"
}

.flaticon-common-tablet:before {
  content: "\e83b"
}

.flaticon-common-bubble:before {
  content: "\e83f"
}

.flaticon-common-pie-chart:before {
  content: "\e842"
}

.flaticon-common-gift1:before {
  content: "\e844"
}

.flaticon-common-diamond:before {
  content: "\e845"
}

.flaticon-common-rocket1:before {
  content: "\e84b"
}

.flaticon-common-briefcase:before {
  content: "\e84c"
}

.flaticon-common-alarm:before {
  content: "\e858"
}

.flaticon-common-thumbs-up:before {
  content: "\e86d"
}

.flaticon-common-magnifier:before {
  content: "\e86f"
}

.flaticon-common-cross:before {
  content: "\e870"
}

.flaticon-common-chevron-up:before {
  content: "\e873"
}

.flaticon-common-chevron-down:before {
  content: "\e874"
}

.flaticon-common-chevron-left:before {
  content: "\e875"
}

.flaticon-common-chevron-right:before {
  content: "\e876"
}

.flaticon-common-arrow-up:before {
  content: "\e877"
}

.flaticon-common-arrow-down:before {
  content: "\e878"
}

.flaticon-common-arrow-left1:before {
  content: "\e879"
}

.flaticon-common-arrow-right1:before {
  content: "\e87a"
}

.flaticon-common-checkmark-circle:before {
  content: "\e87f"
}

.flaticon-common-cross-circle:before {
  content: "\e880"
}

.flaticon-common-plus-circle:before {
  content: "\e881"
}

.flaticon-common-circle-minus:before {
  content: "\e882"
}

.flaticon-common-arrow-up-circle:before {
  content: "\e883"
}

.flaticon-common-arrow-down-circle:before {
  content: "\e884"
}

.flaticon-common-arrow-left-circle:before {
  content: "\e885"
}

.flaticon-common-arrow-right-circle:before {
  content: "\e886"
}

.flaticon-common-chevron-up-circle:before {
  content: "\e887"
}

.flaticon-common-chevron-down-circle:before {
  content: "\e888"
}

.flaticon-common-chevron-left-circle:before {
  content: "\e889"
}

.flaticon-common-chevron-right-circle:before {
  content: "\e88a"
}

.flaticon-common-diamond1:before {
  content: "\e917"
}

.flaticon-common-line:before {
  content: "\f104"
}

.flaticon-common-sign:before {
  content: "\f105"
}

.flaticon-common-delete:before {
  content: "\f106"
}

.flaticon-common-check-symbol:before {
  content: "\f107"
}

.flaticon-common-round:before {
  content: "\f108"
}

.flaticon-common-delete-cross:before {
  content: "\f109"
}

.flaticon-common-location:before {
  content: "\f10a"
}

.flaticon-common-shelter:before {
  content: "\f10c"
}

.flaticon-common-technology:before {
  content: "\f10d"
}

.flaticon-common-support:before {
  content: "\f111"
}

.flaticon-common-arrows:before {
  content: "\f114"
}

.flaticon-common-home1:before {
  content: "\f115"
}

.flaticon-common-cross1:before {
  content: "\f116"
}

.flaticon-common-line-1:before {
  content: "\f117"
}

.flaticon-common-right-arrow:before {
  content: "\f118"
}

.flaticon-common-arrows-1:before {
  content: "\f119"
}

.flaticon-common-correct:before {
  content: "\f11d"
}

.flaticon-common-arrows-2:before {
  content: "\f11f"
}

.flaticon-common-arrows-3:before {
  content: "\f120"
}

.flaticon-common-arrows-4:before {
  content: "\f121"
}

.flaticon-common-arrows-5:before {
  content: "\f122"
}

.flaticon-common-checked:before {
  content: "\f123"
}

.flaticon-common-line-2:before {
  content: "\f124"
}

.flaticon-common-headphones:before {
  content: "\f126"
}

.flaticon-common-heart1:before {
  content: "\f128"
}

.flaticon-common-settings:before {
  content: "\f129"
}

.flaticon-common-phone-call:before {
  content: "\f12c"
}

.flaticon-common-shopping-bag:before {
  content: "\f12d"
}

.flaticon-common-remove:before {
  content: "\f130"
}

.flaticon-common-check:before {
  content: "\f131"
}

.flaticon-common-bar-chart:before {
  content: "\f141"
}

.flaticon-common-speech-bubble:before {
  content: "\f142"
}

.flaticon-common-maps-and-flags:before {
  content: "\f14b"
}

.flaticon-common-arrows-10:before {
  content: "\f151"
}

.flaticon-common-quote1:before {
  content: "\f159"
}

.flaticon-common-right-quote:before {
  content: "\f15a"
}

.flaticon-common-chat:before {
  content: "\f15c"
}

.flaticon-common-next:before {
  content: "\f15d"
}

.flaticon-common-back:before {
  content: "\f15e"
}

.flaticon-common-placeholder-1:before {
  content: "\f163"
}

.flaticon-common-worldwide:before {
  content: "\f16e"
}

.flaticon-common-left-arrow-1:before {
  content: "\f172"
}

.flaticon-common-right-1:before {
  content: "\f174"
}

.flaticon-common-right-2:before {
  content: "\f17e"
}

.flaticon-common-left-1:before {
  content: "\f17f"
}

.flaticon-common-case:before {
  content: "\f184"
}

.flaticon-common-settings-1:before {
  content: "\f187"
}

.flaticon-common-worldwide-1:before {
  content: "\f188"
}

.flaticon-common-139-tick:before {
  content: "\f189"
}

.flaticon-common-tick-1:before {
  content: "\f18a"
}

.flaticon-common-shopping-bag-1:before {
  content: "\f18b"
}

.flaticon-common-confirmation:before {
  content: "\f18c"
}

.flaticon-common-mobile-phone:before {
  content: "\f190"
}

.flaticon-common-down-arrow:before {
  content: "\f191"
}

.flaticon-common-down-arrow-1:before {
  content: "\f192"
}

.flaticon-common-down-chevron:before {
  content: "\f193"
}

.flaticon-common-email-1:before {
  content: "\f199"
}

.flaticon-common-smartphone-3:before {
  content: "\f19e"
}

.flaticon-common-call:before {
  content: "\f1b0"
}

.flaticon-common-call-1:before {
  content: "\f1b1"
}

.flaticon-common-chat-1:before {
  content: "\f1c3"
}

.flaticon-common-plus1:before {
  content: "\f1e2"
}

.flaticon-common-minus-1:before {
  content: "\f1e3"
}

.flaticon-common-clock:before {
  content: "\f125"
}

.flaticon-common-call-2:before {
  content: "\f112"
}

.flaticon-common-envelope2:before {
  content: "\f127"
}

.flaticon-common-call-3:before {
  content: "\f12e"
}

.flaticon-common-call-4:before {
  content: "\f12b"
}

.flaticon-common-call-5:before {
  content: "\f12a"
}

.flaticon-common-map2:before {
  content: "\f12f"
}

.flaticon-common-envelope3:before {
  content: "\f132"
}

.flaticon-common-call-6:before {
  content: "\f10b"
}

.flaticon-common-call-7:before {
  content: "\f11e"
}

.flaticon-common-tag:before {
  content: "\f15f"
}

.flaticon-common-secure:before {
  content: "\f15b"
}

.flaticon-common-bag:before {
  content: "\f10e"
}

.flaticon-common-wallet:before {
  content: "\f11a"
}

.flaticon-common-box:before {
  content: "\f150"
}

.flaticon-common-support-24:before {
  content: "\f13d"
}

.flaticon-common-tag2:before {
  content: "\f13e"
}

.flaticon-common-bag-star:before {
  content: "\f14c"
}

.flaticon-common-box3:before {
  content: "\f14a"
}

.flaticon-common-cart2:before {
  content: "\f164"
}

.flaticon-common-cart3:before {
  content: "\f157"
}

.flaticon-common-box4:before {
  content: "\f14d"
}

.flaticon-common-call-8:before {
  content: "\f13b"
}

.flaticon-common-box-deliver:before {
  content: "\f143"
}

.flaticon-common-box5:before {
  content: "\f14f"
}

.flaticon-common-discount:before {
  content: "\f144"
}

.flaticon-common-box6:before {
  content: "\f14e"
}

.flaticon-common-call-9:before {
  content: "\f133"
}