@charset "UTF-8";
.elementor-bg-transform .elementor-bg {
  will-change: transform;
}
.elementor-bg-transform-zoom-in:hover .elementor-bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.elementor-bg-transform-zoom-out .elementor-bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.elementor-bg-transform-zoom-out:hover .elementor-bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.elementor-bg-transform-move-left .elementor-bg {
  -webkit-transform: scale(1.2) translateX(8%);
  -ms-transform: scale(1.2) translateX(8%);
  transform: scale(1.2) translateX(8%);
}
.elementor-bg-transform-move-left:hover .elementor-bg {
  -webkit-transform: scale(1.2) translateX(-8%);
  -ms-transform: scale(1.2) translateX(-8%);
  transform: scale(1.2) translateX(-8%);
}
.elementor-bg-transform-move-right .elementor-bg {
  -webkit-transform: scale(1.2) translateX(-8%);
  -ms-transform: scale(1.2) translateX(-8%);
  transform: scale(1.2) translateX(-8%);
}
.elementor-bg-transform-move-right:hover .elementor-bg {
  -webkit-transform: scale(1.2) translateX(8%);
  -ms-transform: scale(1.2) translateX(8%);
  transform: scale(1.2) translateX(8%);
}
.elementor-bg-transform-move-up .elementor-bg {
  -webkit-transform: scale(1.2) translateY(8%);
  -ms-transform: scale(1.2) translateY(8%);
  transform: scale(1.2) translateY(8%);
}
.elementor-bg-transform-move-up:hover .elementor-bg {
  -webkit-transform: scale(1.2) translateY(-8%);
  -ms-transform: scale(1.2) translateY(-8%);
  transform: scale(1.2) translateY(-8%);
}
.elementor-bg-transform-move-down .elementor-bg {
  -webkit-transform: scale(1.2) translateY(-8%);
  -ms-transform: scale(1.2) translateY(-8%);
  transform: scale(1.2) translateY(-8%);
}
.elementor-bg-transform-move-down:hover .elementor-bg {
  -webkit-transform: scale(1.2) translateY(8%);
  -ms-transform: scale(1.2) translateY(8%);
  transform: scale(1.2) translateY(8%);
}
.elementor-animated-content {
  --translate: 0, 0;
}
.elementor-animated-content:hover .elementor-animated-item--grow {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.elementor-animated-content:hover .elementor-animated-item--shrink {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.elementor-animated-content:hover .elementor-animated-item--shrink-contained {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-out {
  opacity: 0;
}
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,
.elementor-animated-content:hover .elementor-animated-item--enter-from-left,
.elementor-animated-content:hover .elementor-animated-item--enter-from-right,
.elementor-animated-content:hover .elementor-animated-item--enter-from-top {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-right {
  -webkit-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  transform: translateX(1000px);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-left {
  -webkit-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
  transform: translateX(-1000px);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
  -webkit-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  transform: translateY(-600px);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
  -webkit-transform: translateY(600px);
  -ms-transform: translateY(600px);
  transform: translateY(600px);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:hover .elementor-animated-item--exit-to-left,
.elementor-animated-content:hover .elementor-animated-item--exit-to-right,
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
  opacity: 0;
}
.elementor-animated-content:hover .elementor-animated-item--move-right {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.elementor-animated-content:hover .elementor-animated-item--move-left {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
.elementor-animated-content:hover .elementor-animated-item--move-up {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.elementor-animated-content:hover .elementor-animated-item--move-down {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.elementor-animated-content:hover .elementor-animated-item--move-contained-right {
  --translate: 8%, 0;
}
.elementor-animated-content:hover .elementor-animated-item--move-contained-left {
  --translate: -8%, 0;
}
.elementor-animated-content:hover .elementor-animated-item--move-contained-top {
  --translate: 0, -8%;
}
.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom {
  --translate: 0, 8%;
}
.elementor-animated-content [class^="elementor-animated-item"] {
  will-change: transform, opacity;
}
.elementor-animated-content .elementor-animated-item--shrink-contained {
  -webkit-transform: scale(1.17);
  -ms-transform: scale(1.17);
  transform: scale(1.17);
}
.elementor-animated-content .elementor-animated-item--enter-zoom-in {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.elementor-animated-content .elementor-animated-item--enter-zoom-out {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.elementor-animated-content .elementor-animated-item--enter-zoom-in,
.elementor-animated-content .elementor-animated-item--enter-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-in {
  opacity: 0;
}
.elementor-animated-content .elementor-animated-item--exit-zoom-in,
.elementor-animated-content .elementor-animated-item--exit-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-out {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.elementor-animated-content .elementor-animated-item--enter-from-right {
  -webkit-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  transform: translateX(1000px);
}
.elementor-animated-content .elementor-animated-item--enter-from-left {
  -webkit-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
  transform: translateX(-1000px);
}
.elementor-animated-content .elementor-animated-item--enter-from-top {
  -webkit-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  transform: translateY(-600px);
}
.elementor-animated-content .elementor-animated-item--enter-from-bottom {
  -webkit-transform: translateY(500px);
  -ms-transform: translateY(500px);
  transform: translateY(500px);
}
.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.elementor-animated-content .elementor-animated-item--enter-from-left,
.elementor-animated-content .elementor-animated-item--enter-from-right,
.elementor-animated-content .elementor-animated-item--enter-from-top {
  opacity: 0;
}
.elementor-animated-content .elementor-animated-item--exit-to-bottom,
.elementor-animated-content .elementor-animated-item--exit-to-left,
.elementor-animated-content .elementor-animated-item--exit-to-right,
.elementor-animated-content .elementor-animated-item--exit-to-top {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.elementor-animated-content .elementor-animated-item--move-contained-bottom,
.elementor-animated-content .elementor-animated-item--move-contained-left,
.elementor-animated-content .elementor-animated-item--move-contained-right,
.elementor-animated-content .elementor-animated-item--move-contained-top {
  -webkit-transform: scale(1.2) translate(var(--translate));
  -ms-transform: scale(1.2) translate(var(--translate));
  transform: scale(1.2) translate(var(--translate));
}
.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover {
  outline: 1px solid #fec449;
}
.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#feb416), to(#fec449));
  background-image: -webkit-linear-gradient(bottom, #feb416, #fec449);
  background-image: -o-linear-gradient(bottom, #feb416, #fec449);
  background-image: linear-gradient(0deg, #feb416, #fec449);
}
.elementor-editor-active
  .elementor.elementor-edit-mode
  .elementor-global-widget
  .elementor-editor-widget-settings
  .elementor-editor-element-setting:hover {
  background-color: #feb416;
}
.elementor-editor-active
  .elementor.elementor-edit-mode
  .elementor-global-widget
  .elementor-editor-widget-settings
  .elementor-editor-element-setting.elementor-editor-element-save {
  display: none;
}
.elementor-widget-archive-posts:after,
.elementor-widget-posts:after {
  display: none;
}
.elementor-posts-container.elementor-posts-masonry {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor-posts-container:not(.elementor-posts-masonry) {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.elementor-posts-container .elementor-post {
  padding: 0;
  margin: 0;
}
.elementor-posts-container .elementor-post__thumbnail {
  overflow: hidden;
}
.elementor-posts-container .elementor-post__thumbnail img {
  display: block;
  width: 100%;
  max-height: none;
  max-width: none;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition:
    filter 0.3s,
    -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
}
.elementor-posts-container .elementor-post__thumbnail__link {
  position: relative;
  display: block;
  width: 100%;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%, -50%);
  -ms-transform: scale(1.01) translate(-50%, -50%);
  transform: scale(1.01) translate(-50%, -50%);
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
  height: 100%;
  width: auto;
}
.elementor-posts .elementor-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property:
    background,
    border,
    -webkit-box-shadow;
  transition-property:
    background,
    border,
    -webkit-box-shadow;
  transition-property: background, border, box-shadow;
  transition-property:
    background,
    border,
    box-shadow,
    -webkit-box-shadow;
  -o-transition-property: background, border, box-shadow;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.elementor-posts .elementor-post__title {
  font-size: 18px;
  margin: 0;
}
.elementor-posts .elementor-post__excerpt {
  margin-bottom: 10px;
}
.elementor-posts .elementor-post__excerpt p {
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #777;
}
.elementor-posts .elementor-post__meta-data {
  line-height: 1.3em;
  font-size: 12px;
  margin-bottom: 13px;
  color: #adadad;
}
.elementor-posts .elementor-post__read-more {
  font-size: 12px;
  font-weight: 700;
}
.elementor-posts .elementor-post__thumbnail {
  position: relative;
}
.elementor-posts--skin-classic {
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-posts--skin-classic:not(.elementor-posts-masonry) {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.elementor-posts--skin-classic .elementor-post {
  overflow: hidden;
}
.elementor-posts--skin-classic .elementor-post__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-posts--align-left .elementor-post {
  text-align: left;
}
.elementor-posts--align-right .elementor-post {
  text-align: right;
}
.elementor-posts--align-center .elementor-post {
  text-align: center;
}
.elementor-posts--thumbnail-top .elementor-post {
  display: block;
}
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
  margin-bottom: 20px;
}
.elementor-posts--thumbnail-top .elementor-post__text {
  width: 100%;
}
.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link {
  margin-right: auto;
}
.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link {
  margin-left: auto;
}
.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link {
  margin-right: auto;
  margin-left: auto;
}
.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,
.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25%;
}
.elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-right: 20px;
}
.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-left: 20px;
}
.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link {
  display: none;
}
.elementor-posts .elementor-post__card {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #818a91;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.elementor-posts .elementor-post__card .elementor-post__thumbnail {
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
  width: calc(100% + 1px);
}
.elementor-posts .elementor-post__card .elementor-post__text {
  padding: 0 30px;
  margin-bottom: 0;
  margin-top: 20px;
}
.elementor-posts .elementor-post__card .elementor-post__read-more {
  margin-bottom: 20px;
  display: inline-block;
}
.elementor-posts .elementor-post__card .elementor-post__meta-data {
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
}
.elementor-posts .elementor-post__card .elementor-post__meta-data span + span:before {
  margin: 0 5px;
}
.elementor-posts .elementor-post__card .elementor-post__title {
  font-size: 21px;
}
.elementor-posts .elementor-post__card .elementor-post__excerpt {
  line-height: 1.7;
}
.elementor-posts .elementor-post__card .elementor-post__excerpt,
.elementor-posts .elementor-post__card .elementor-post__title {
  margin-bottom: 25px;
}
.elementor-posts .elementor-post__card .elementor-post__badge,
.elementor-posts .elementor-post__card .elementor-post__read-more {
  text-transform: uppercase;
}
.elementor-posts .elementor-post__badge {
  position: absolute;
  top: 0;
  background: #818a91;
  color: #fff;
  font-size: 12px;
  padding: 0.6em 1.2em;
  line-height: 1;
  font-weight: 400;
  margin: 20px;
  border-radius: 999px;
}
.elementor-posts .elementor-post__avatar {
  position: relative;
  padding: 0 30px;
  width: 100%;
  top: -25px;
  height: 0;
  pointer-events: none;
}
.elementor-posts .elementor-post__avatar img {
  border-radius: 50%;
  width: 60px;
  pointer-events: all;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card,
.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,
.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data {
  margin-top: auto;
}
.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar {
  padding-top: 0;
  position: static;
  height: auto;
}
.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  vertical-align: bottom;
}
.elementor-posts--show-avatar .elementor-post__thumbnail__link {
  margin-bottom: 25px;
}
.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
  display: block;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.35)),
    color-stop(75%, transparent)
  );
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35), transparent 75%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0, transparent 75%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after {
  opacity: 0.5;
}
.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
  height: 100%;
}
.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
  width: calc(100% + 1px);
}
.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
  height: 115%;
}
.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
  width: 115%;
}
.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
  height: 115%;
}
.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
  width: 115%;
}
.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
  height: 100%;
}
.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
  width: calc(100% + 1px);
}
.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,
.elementor-posts__hover-zoom-out .elementor-post__thumbnail img {
  -webkit-transition:
    height 1s cubic-bezier(0, 0.25, 0.07, 1),
    width 1s cubic-bezier(0, 0.25, 0.07, 1),
    -webkit-filter 0.3s;
  transition:
    height 1s cubic-bezier(0, 0.25, 0.07, 1),
    width 1s cubic-bezier(0, 0.25, 0.07, 1),
    -webkit-filter 0.3s;
  transition:
    filter 0.3s,
    height 1s cubic-bezier(0, 0.25, 0.07, 1),
    width 1s cubic-bezier(0, 0.25, 0.07, 1);
  transition:
    filter 0.3s,
    height 1s cubic-bezier(0, 0.25, 0.07, 1),
    width 1s cubic-bezier(0, 0.25, 0.07, 1),
    -webkit-filter 0.3s;
  -o-transition:
    filter 0.3s,
    height 1s cubic-bezier(0, 0.25, 0.07, 1),
    width 1s cubic-bezier(0, 0.25, 0.07, 1);
}
.elementor-card-shadow-yes .elementor-post__card {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.elementor-card-shadow-yes .elementor-post__card:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.elementor-posts--skin-full_content article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.elementor-posts--skin-full_content article .elementor-post__thumbnail {
  padding-bottom: 0;
}
body.elementor-editor-active .elementor-posts--skin-archive_full_content,
body.elementor-editor-active .elementor-posts--skin-full_content {
  pointer-events: none;
}
body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,
body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link {
  display: none;
}
body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link {
  display: block;
}
.elementor-portfolio__filters {
  list-style: none;
  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;
  padding: 0;
  margin: 0;
}
.elementor-portfolio__filter {
  margin: 0;
  cursor: pointer;
  padding: 8px;
}
.elementor-portfolio-item {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -o-transition-property: transform, opacity;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
  margin: 0;
}
.elementor-portfolio-item__title {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  color: #fff;
}
.elementor-portfolio-item__tags__separator:before {
  content: ", ";
}
.elementor-portfolio-item__overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  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;
  text-align: center;
  overflow: hidden;
  background-color: rgba(129, 138, 145, 0.8);
}
.elementor-portfolio-item__overlay:hover {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.elementor-portfolio-item__img img[src=""] {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
}
.elementor-portfolio.elementor-has-item-ratio {
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}
.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link {
  padding-bottom: 56.25%;
}
.elementor ul li.elementor-portfolio__filter {
  list-style-type: none;
}
.elementor-button.elementor-hidden,
.elementor-hidden {
  display: none;
}
.e-form__step {
  width: 100%;
}
.e-form__step:not(.elementor-hidden) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.e-form__buttons,
.e-form__buttons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.e-form__indicators {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 13px;
  margin-bottom: var(--e-form-steps-indicators-spacing);
}
.e-form__indicators,
.e-form__indicators__indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.e-form__indicators__indicator {
  -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;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0 var(--e-form-steps-divider-gap);
}
.e-form__indicators__indicator__progress {
  width: 100%;
  position: relative;
  background-color: var(--e-form-steps-indicator-progress-background-color);
  border-radius: var(--e-form-steps-indicator-progress-border-radius);
  overflow: hidden;
}
.e-form__indicators__indicator__progress__meter {
  width: var(--e-form-steps-indicator-progress-meter-width, 0);
  height: var(--e-form-steps-indicator-progress-height);
  line-height: var(--e-form-steps-indicator-progress-height);
  padding-right: 15px;
  border-radius: var(--e-form-steps-indicator-progress-border-radius);
  background-color: var(--e-form-steps-indicator-progress-color);
  color: var(--e-form-steps-indicator-progress-meter-color);
  text-align: right;
  -webkit-transition: width 0.1s linear;
  -o-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.e-form__indicators__indicator:first-child {
  padding-left: 0;
}
.e-form__indicators__indicator:last-child {
  padding-right: 0;
}
.e-form__indicators__indicator--state-inactive {
  color: var(--e-form-steps-indicator-inactive-primary-color, #c2cbd2);
}
.e-form__indicators__indicator--state-inactive
  [class*="indicator--shape-"]:not(.e-form__indicators__indicator--shape-none) {
  background-color: var(--e-form-steps-indicator-inactive-secondary-color, #fff);
}
.e-form__indicators__indicator--state-active {
  color: var(--e-form-steps-indicator-active-primary-color, #39b54a);
  border-color: var(--e-form-steps-indicator-active-secondary-color, #fff);
}
.e-form__indicators__indicator--state-active
  [class*="indicator--shape-"]:not(.e-form__indicators__indicator--shape-none) {
  background-color: var(--e-form-steps-indicator-active-secondary-color, #fff);
}
.e-form__indicators__indicator--state-completed {
  color: var(--e-form-steps-indicator-completed-secondary-color, #fff);
}
.e-form__indicators__indicator--state-completed
  [class*="indicator--shape-"]:not(.e-form__indicators__indicator--shape-none) {
  background-color: var(--e-form-steps-indicator-completed-primary-color, #39b54a);
}
.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label {
  color: var(--e-form-steps-indicator-completed-primary-color, #39b54a);
}
.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none {
  color: var(--e-form-steps-indicator-completed-primary-color, #39b54a);
  background-color: initial;
}
.e-form__indicators__indicator__icon {
  width: var(--e-form-steps-indicator-padding, 30px);
  height: var(--e-form-steps-indicator-padding, 30px);
  font-size: var(--e-form-steps-indicator-icon-size);
  border-width: 1px;
  border-style: solid;
  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;
  overflow: hidden;
  margin-bottom: 10px;
}
.e-form__indicators__indicator__icon img {
  width: var(--e-form-steps-indicator-icon-size);
  height: auto;
}
.e-form__indicators__indicator__number {
  width: var(--e-form-steps-indicator-padding, 30px);
  height: var(--e-form-steps-indicator-padding, 30px);
  border-width: 1px;
  border-style: solid;
  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;
  margin-bottom: 10px;
}
.e-form__indicators__indicator--shape-circle {
  border-radius: 50%;
}
.e-form__indicators__indicator--shape-square {
  border-radius: 0;
}
.e-form__indicators__indicator--shape-rounded {
  border-radius: 5px;
}
.e-form__indicators__indicator--shape-none {
  border: 0;
}
.e-form__indicators__indicator__label {
  text-align: center;
}
.e-form__indicators__indicator__separator {
  width: 100%;
  height: var(--e-form-steps-divider-width);
  background-color: #c2cbd2;
}
.e-form__indicators--type-icon,
.e-form__indicators--type-icon_text,
.e-form__indicators--type-number,
.e-form__indicators--type-number_text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.e-form__indicators--type-icon .e-form__indicators__indicator__separator,
.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,
.e-form__indicators--type-number .e-form__indicators__indicator__separator,
.e-form__indicators--type-number_text .e-form__indicators__indicator__separator {
  margin-top: calc(var(--e-form-steps-indicator-padding, 30px) - var(--e-form-steps-divider-width, 1px));
}
.elementor-field-type-hidden {
  display: none;
}
.elementor-field-type-html {
  display: inline-block;
}
.elementor-login .elementor-lost-password,
.elementor-login .elementor-remember-me {
  font-size: 0.85em;
}
.elementor-field-type-recaptcha_v3 .elementor-field-label {
  display: none;
}
.elementor-button .elementor-form-spinner {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.elementor-form .elementor-button > span {
  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;
}
.elementor-form .elementor-button .elementor-button-text {
  white-space: normal;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.elementor-form .elementor-button svg {
  height: auto;
}
.elementor-widget-price-list .elementor-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.elementor-widget-price-list .elementor-price-list li {
  margin: 0;
}
.elementor-price-list li:not(:last-child) {
  margin-bottom: 20px;
}
.elementor-price-list .elementor-price-list-image {
  max-width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 25px;
}
.elementor-price-list .elementor-price-list-image img {
  width: 100%;
}
.elementor-price-list .elementor-price-list-header,
.elementor-price-list .elementor-price-list-item,
.elementor-price-list .elementor-price-list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-price-list .elementor-price-list-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor-price-list .elementor-price-list-item .elementor-price-list-text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.elementor-price-list .elementor-price-list-item .elementor-price-list-title {
  max-width: 80%;
}
.elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 14px;
  margin: 0;
}
.elementor-price-list .elementor-price-list-item .elementor-price-list-separator {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  height: 0;
}
.elementor-price-table {
  text-align: center;
}
.elementor-price-table .elementor-price-table__header {
  background: #555;
  padding: 20px 0;
}
.elementor-price-table .elementor-price-table__heading {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.elementor-price-table .elementor-price-table__subheading {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.elementor-price-table .elementor-price-table__original-price {
  margin-right: 15px;
  text-decoration: line-through;
  font-size: 0.5em;
  line-height: 1;
  font-weight: 400;
  -ms-flex-item-align: center;
  align-self: center;
}
.elementor-price-table .elementor-price-table__price {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #555;
  font-weight: 800;
  font-size: 65px;
  padding: 40px 0;
}
.elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
  font-size: medium;
  font-style: normal;
}
.elementor-price-table .elementor-price-table__after-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-price-table .elementor-price-table__integer-part {
  line-height: 0.8;
}
.elementor-price-table .elementor-price-table__currency,
.elementor-price-table .elementor-price-table__fractional-part {
  line-height: 1;
  font-size: 0.3em;
}
.elementor-price-table .elementor-price-table__currency {
  margin-right: 3px;
}
.elementor-price-table .elementor-price-table__period {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
}
.elementor-price-table .elementor-price-table__features-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.elementor-price-table .elementor-price-table__features-list li {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
  margin-left: 15px;
  margin-right: 15px;
}
.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
  content: "";
  display: block;
  border: 0 solid hsla(0, 0%, 47.8%, 0.3);
  margin: 10px 12.5%;
}
.elementor-price-table .elementor-price-table__features-list i {
  margin-right: 10px;
  font-size: 1.3em;
}
.elementor-price-table .elementor-price-table__features-list svg {
  margin-right: 10px;
  width: 1.3em;
}
.elementor-price-table .elementor-price-table__footer {
  padding: 30px 0;
}
.elementor-price-table .elementor-price-table__additional_info {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}
.elementor-price-table__ribbon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.elementor-price-table__ribbon-inner {
  text-align: center;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #000;
}
.elementor-price-table__ribbon.elementor-ribbon-left {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  right: auto;
}
.elementor-price-table__ribbon.elementor-ribbon-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: auto;
  right: 0;
}
.elementor-widget-price-table .elementor-widget-container {
  overflow: hidden;
  background-color: #f7f7f7;
}
.elementor-flip-box {
  height: 280px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-device-width: 1024px) {
  .elementor-flip-box {
    cursor: pointer;
  }
}
.elementor-flip-box__front {
  background-color: #1abc9c;
}
.elementor-flip-box__back {
  background-color: #4054b2;
  display: block;
}
.elementor-flip-box__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.elementor-flip-box__layer__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  padding: 35px;
}
.elementor-flip-box__layer__title {
  font-size: 21px;
}
.elementor-flip-box__layer__description {
  font-size: 14px;
}
.elementor-flip-box__layer__description,
.elementor-flip-box__layer__title {
  color: #fff;
}
.elementor-flip-box__layer__description:not(:last-child),
.elementor-flip-box__layer__title:not(:last-child) {
  margin: 0 0 20px;
  padding: 0;
}
.elementor-flip-box__layer__title {
  line-height: 1;
  font-weight: 600;
}
.elementor-flip-box .elementor-icon,
.elementor-flip-box .elementor-view-framed .elementor-icon,
.elementor-flip-box .elementor-view-stacked .elementor-icon {
  color: #fff;
}
.elementor-flip-box .elementor-view-framed .elementor-icon {
  border-color: #fff;
}
.elementor-flip-box .elementor-view-stacked .elementor-icon {
  background-color: rgba(0, 0, 0, 0.5);
}
.elementor-flip-box__button.elementor-button {
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}
.elementor-flip-box__button.elementor-button:hover {
  background: transparent;
  text-decoration: none;
}
.elementor-flip-box__image {
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
}
.elementor-flip-box__image img {
  width: 50%;
}
.elementor-flip-box .elementor-icon-wrapper {
  margin-bottom: 20px;
}
.elementor-flip-box--3d .elementor-flip-box__layer__inner {
  -webkit-transform: translateZ(90px) scale(0.91);
  transform: translateZ(90px) scale(0.91);
}
.elementor-flip-box--3d .elementor-flip-box__layer__overlay {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0.1px);
  transform: translateZ(0.1px);
}
.elementor-flip-box--effect-flip .elementor-flip-box {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.elementor-flip-box--effect-flip .elementor-flip-box__layer {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.elementor-flip-box--effect-flip .elementor-flip-box__front {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 1;
}
.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back {
  -webkit-transform: rotateX(0) rotateY(-180deg);
  transform: rotateX(0) rotateY(-180deg);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-right
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  -webkit-transform: rotateX(0) rotateY(180deg);
  transform: rotateX(0) rotateY(180deg);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back {
  -webkit-transform: rotateX(0) rotateY(180deg);
  transform: rotateX(0) rotateY(180deg);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-left
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  -webkit-transform: rotateX(0) rotateY(-180deg);
  transform: rotateX(0) rotateY(-180deg);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back {
  -webkit-transform: rotateX(-180deg) rotateY(0);
  transform: rotateX(-180deg) rotateY(0);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
  -webkit-transform: rotateX(180deg) rotateY(0);
  transform: rotateX(180deg) rotateY(0);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back {
  -webkit-transform: rotateX(180deg) rotateY(0);
  transform: rotateX(180deg) rotateY(0);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-down
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  -webkit-transform: rotateX(-180deg) rotateY(0);
  transform: rotateX(-180deg) rotateY(0);
}
.elementor-flip-box--effect-push .elementor-flip-box__front {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.elementor-flip-box--effect-push.elementor-flip-box--direction-right
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  -webkit-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  transform: translateX(100%) translateY(0);
}
.elementor-flip-box--effect-push.elementor-flip-box--direction-left
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  -webkit-transform: translateX(-100%) translateY(0);
  -ms-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0);
}
.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
  -webkit-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  transform: translateX(0) translateY(-100%);
}
.elementor-flip-box--effect-push.elementor-flip-box--direction-down
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  -webkit-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  transform: translateX(0) translateY(100%);
}
.elementor-flip-box--effect-push .elementor-flip-box,
.elementor-flip-box--effect-slide .elementor-flip-box {
  overflow: hidden;
}
.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back,
.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back {
  -webkit-transform: translateX(-100%) translateY(0);
  -ms-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0);
}
.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back {
  -webkit-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  transform: translateX(100%) translateY(0);
}
.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back {
  -webkit-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  transform: translateX(0) translateY(100%);
}
.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back {
  -webkit-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  transform: translateX(0) translateY(-100%);
}
.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front {
  -webkit-transition:
    opacity 0.35s,
    width 0.1ms,
    -webkit-transform 0.7s;
  transition:
    opacity 0.35s,
    width 0.1ms,
    -webkit-transform 0.7s;
  transition:
    transform 0.7s,
    opacity 0.35s,
    width 0.1ms;
  transition:
    transform 0.7s,
    opacity 0.35s,
    width 0.1ms,
    -webkit-transform 0.7s;
  -o-transition:
    transform 0.7s,
    opacity 0.35s,
    width 0.1ms;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 1;
  width: 100%;
}
.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition:
    opacity 0.7s 0.1s,
    width 0.1ms 0.7s,
    -webkit-transform 0.8s;
  transition:
    opacity 0.7s 0.1s,
    width 0.1ms 0.7s,
    -webkit-transform 0.8s;
  transition:
    transform 0.8s,
    opacity 0.7s 0.1s,
    width 0.1ms 0.7s;
  transition:
    transform 0.8s,
    opacity 0.7s 0.1s,
    width 0.1ms 0.7s,
    -webkit-transform 0.8s;
  -o-transition:
    transform 0.8s,
    opacity 0.7s 0.1s,
    width 0.1ms 0.7s;
}
.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back {
  -webkit-transition:
    opacity 0.5s 0.2s,
    -webkit-transform 0.7s;
  transition:
    opacity 0.5s 0.2s,
    -webkit-transform 0.7s;
  transition:
    transform 0.7s,
    opacity 0.5s 0.2s;
  transition:
    transform 0.7s,
    opacity 0.5s 0.2s,
    -webkit-transform 0.7s;
  -o-transition:
    transform 0.7s,
    opacity 0.5s 0.2s;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back {
  -webkit-transition:
    opacity 0.5s,
    -webkit-transform 0.7s;
  transition:
    opacity 0.5s,
    -webkit-transform 0.7s;
  transition:
    transform 0.7s,
    opacity 0.5s;
  transition:
    transform 0.7s,
    opacity 0.5s,
    -webkit-transform 0.7s;
  -o-transition:
    transform 0.7s,
    opacity 0.5s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
  opacity: 0;
}
.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back {
  opacity: 1;
}
.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front {
  display: none;
}
.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.elementor-cta,
.elementor-widget-call-to-action .elementor-widget-container {
  overflow: hidden;
}
.elementor-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.elementor-cta--skin-classic .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}
.elementor-cta--skin-classic .elementor-cta__content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #f7f7f7;
}
.elementor-cta--skin-classic .elementor-cta__button.elementor-button,
.elementor-cta--skin-classic .elementor-cta__content-item,
.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
  color: #55595c;
  border-color: #55595c;
}
.elementor-cta--skin-cover .elementor-cta {
  display: block;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 280px;
}
.elementor-cta--skin-cover .elementor-cta__button.elementor-button,
.elementor-cta--skin-cover .elementor-cta__content-item,
.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
  color: #fff;
  border-color: #fff;
}
.elementor-cta--layout-image-above .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
  width: 100%;
}
.elementor-cta--layout-image-left .elementor-cta,
.elementor-cta--layout-image-right .elementor-cta {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
  width: auto;
  min-width: 50%;
}
.elementor-cta--layout-image-left .elementor-cta__content,
.elementor-cta--layout-image-right .elementor-cta__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-cta--layout-image-left .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.elementor-cta--layout-image-right .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.elementor-cta__bg,
.elementor-cta__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.elementor-cta__bg-wrapper {
  z-index: 1;
  overflow: hidden;
}
.elementor-cta__bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
}
.elementor-cta__bg-overlay {
  z-index: 2;
}
.elementor-cta__button.elementor-button {
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  background: transparent;
}
.elementor-cta__button.elementor-button:hover {
  background: transparent;
  text-decoration: none;
}
.elementor-cta__title {
  font-size: 23px;
}
.elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 35px;
  width: 100%;
}
.elementor-cta__content,
.elementor-cta__content-item {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
.elementor-cta__content-item {
  width: 100%;
  margin: 0;
}
.elementor-cta__content-item:not(:last-child) {
  margin-bottom: 15px;
}
.elementor-cta__content-item .elementor-icon {
  color: #fff;
}
.elementor-cta--valign-top .elementor-cta__content {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor-cta--valign-middle .elementor-cta__content {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-cta--valign-bottom .elementor-cta__content {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.elementor-cta:hover .elementor-cta__bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}
@media (min-width: 1025px) {
  .elementor-cta--desktop-layout-image-above .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }
  .elementor-cta--desktop-layout-image-left .elementor-cta,
  .elementor-cta--desktop-layout-image-right .elementor-cta {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper,
  .elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--desktop-layout-image-left .elementor-cta__content,
  .elementor-cta--desktop-layout-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .elementor-cta--desktop-layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .elementor-cta--desktop-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .elementor-cta--tablet-layout-image-above .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }
  .elementor-cta--tablet-layout-image-left .elementor-cta,
  .elementor-cta--tablet-layout-image-right .elementor-cta {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,
  .elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--tablet-layout-image-left .elementor-cta__content,
  .elementor-cta--tablet-layout-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .elementor-cta--tablet-layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .elementor-cta--tablet-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .elementor-cta--mobile-layout-image-above .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }
  .elementor-cta--mobile-layout-image-left .elementor-cta,
  .elementor-cta--mobile-layout-image-right .elementor-cta {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,
  .elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--mobile-layout-image-left .elementor-cta__content,
  .elementor-cta--mobile-layout-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .elementor-cta--mobile-layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .elementor-cta--mobile-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.elementor-ribbon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.elementor-ribbon-inner {
  text-align: center;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #000;
  color: #fff;
}
.elementor-ribbon.elementor-ribbon-left {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  right: auto;
}
.elementor-ribbon.elementor-ribbon-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: auto;
  right: 0;
}
.elementor-widget-countdown .elementor-countdown-expire--message {
  display: none;
  padding: 20px;
  text-align: center;
}
.elementor-widget-countdown .elementor-countdown-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.elementor-widget-countdown .elementor-countdown-item {
  padding: 20px 0;
  text-align: center;
  background-color: #818a91;
  color: #fff;
}
.elementor-widget-countdown .elementor-countdown-digits,
.elementor-widget-countdown .elementor-countdown-label {
  line-height: 1;
}
.elementor-widget-countdown .elementor-countdown-digits {
  font-size: 69px;
}
.elementor-widget-countdown .elementor-countdown-label {
  font-size: 19px;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label {
  display: block;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-widget-countdown.elementor-countdown--label-inline {
  text-align: center;
}
.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.elementor-slides .swiper-slide-bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  min-width: 100%;
  min-height: 100%;
}
.elementor-slides .swiper-slide-inner {
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px;
  margin: auto;
}
.elementor-slides .swiper-slide-inner,
.elementor-slides .swiper-slide-inner:hover {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-slides .swiper-slide-inner .elementor-background-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.elementor-slides .swiper-slide-inner .elementor-slide-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.elementor-slides .swiper-slide-inner .elementor-slide-heading {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}
.elementor-slides .swiper-slide-inner .elementor-slide-description {
  font-size: 17px;
  line-height: 1.4;
}
.elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child),
.elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
  margin-bottom: 30px;
}
.elementor-slides .swiper-slide-inner .elementor-slide-button {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  display: inline-block;
}
.elementor-slides .swiper-slide-inner .elementor-slide-button,
.elementor-slides .swiper-slide-inner .elementor-slide-button:hover {
  background: transparent;
  color: inherit;
  text-decoration: none;
}
.elementor--v-position-top .swiper-slide-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor--v-position-bottom .swiper-slide-inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.elementor--v-position-middle .swiper-slide-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor--h-position-left .swiper-slide-inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementor--h-position-right .swiper-slide-inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elementor--h-position-center .swiper-slide-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.rtl .elementor-widget-slides .elementor-swiper-button-next {
  left: 10px;
  right: auto;
}
body.rtl .elementor-widget-slides .elementor-swiper-button-prev {
  right: 10px;
  left: auto;
}
.elementor-slides-wrapper div:not(.swiper-slide) > .swiper-slide-inner {
  display: none;
}
@media (max-width: 767px) {
  .elementor-slides .swiper-slide-inner {
    padding: 30px;
  }
  .elementor-slides .swiper-slide-inner .elementor-slide-heading {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .elementor-slides .swiper-slide-inner .elementor-slide-description {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn {
  background-color: #ea4335;
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn {
  color: #ea4335;
  border-color: #ea4335;
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed
  .elementor-share-btn
  .elementor-share-btn__icon,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal
  .elementor-share-btn
  .elementor-share-btn__icon {
  background-color: #ea4335;
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon {
  color: #fff;
}
.elementor-share-buttons--color-official .elementor-share-btn:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg {
  background-color: #005be2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email {
  background-color: #ea4335;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print {
  background-color: #aaa;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook {
  background-color: #3b5998;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google {
  background-color: #dd4b39;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket {
  background-color: #ef3f56;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin {
  background-color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki {
  background-color: #f4731c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest {
  background-color: #bd081c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit {
  background-color: #ff4500;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype {
  background-color: #00aff0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare {
  background-color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat {
  background-color: #fffc00;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon {
  background-color: #eb4924;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix {
  background-color: #f3782b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr {
  background-color: #35465c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch {
  background-color: #6441a5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram {
  background-color: #2ca5e0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter {
  background-color: #1da1f2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo {
  background-color: #1ab7ea;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk {
  background-color: #45668e;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp {
  background-color: #25d366;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress {
  background-color: #21759b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing {
  background-color: #026466;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg {
  color: #005be2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email {
  color: #ea4335;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print {
  color: #aaa;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook {
  color: #3b5998;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google {
  color: #dd4b39;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket {
  color: #ef3f56;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin {
  color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki {
  color: #f4731c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest {
  color: #bd081c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit {
  color: #ff4500;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype {
  color: #00aff0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare {
  color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat {
  color: #fffc00;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon {
  color: #eb4924;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix {
  color: #f3782b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr {
  color: #35465c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch {
  color: #6441a5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram {
  color: #2ca5e0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter {
  color: #1da1f2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo {
  color: #1ab7ea;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk {
  color: #45668e;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp {
  color: #25d366;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress {
  color: #21759b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing {
  color: #026466;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_digg
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_digg
  .elementor-share-btn__icon {
  background-color: #005be2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_email
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_email
  .elementor-share-btn__icon {
  background-color: #ea4335;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_print
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_print
  .elementor-share-btn__icon {
  background-color: #aaa;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_facebook
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_facebook
  .elementor-share-btn__icon {
  background-color: #3b5998;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_google
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_google
  .elementor-share-btn__icon {
  background-color: #dd4b39;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_pocket
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_pocket
  .elementor-share-btn__icon {
  background-color: #ef3f56;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_linkedin
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_linkedin
  .elementor-share-btn__icon {
  background-color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_odnoklassniki
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_odnoklassniki
  .elementor-share-btn__icon {
  background-color: #f4731c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_pinterest
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_pinterest
  .elementor-share-btn__icon {
  background-color: #bd081c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_reddit
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_reddit
  .elementor-share-btn__icon {
  background-color: #ff4500;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_skype
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_skype
  .elementor-share-btn__icon {
  background-color: #00aff0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_slideshare
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_slideshare
  .elementor-share-btn__icon {
  background-color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_snapchat
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_snapchat
  .elementor-share-btn__icon {
  background-color: #fffc00;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_stumbleupon
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_stumbleupon
  .elementor-share-btn__icon {
  background-color: #eb4924;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_mix
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_mix
  .elementor-share-btn__icon {
  background-color: #f3782b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_tumblr
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_tumblr
  .elementor-share-btn__icon {
  background-color: #35465c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_twitch
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_twitch
  .elementor-share-btn__icon {
  background-color: #6441a5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_telegram
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_telegram
  .elementor-share-btn__icon {
  background-color: #2ca5e0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_twitter
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_twitter
  .elementor-share-btn__icon {
  background-color: #1da1f2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_vimeo
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_vimeo
  .elementor-share-btn__icon {
  background-color: #1ab7ea;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_vk
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_vk
  .elementor-share-btn__icon {
  background-color: #45668e;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_whatsapp
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_whatsapp
  .elementor-share-btn__icon {
  background-color: #25d366;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_wordpress
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_wordpress
  .elementor-share-btn__icon {
  background-color: #21759b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_xing
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_xing
  .elementor-share-btn__icon {
  background-color: #026466;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn
  .elementor-share-btn__icon {
  color: #fff;
}
.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,
.elementor-share-buttons--skin-framed .elementor-share-btn__icon {
  margin-left: -0.2em;
}
.elementor-share-buttons--skin-boxed .elementor-share-btn,
.elementor-share-buttons--skin-framed .elementor-share-btn {
  border-style: solid;
}
.elementor-share-buttons--skin-gradient .elementor-share-btn__text,
.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.12)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
}
.elementor-share-buttons--skin-boxed .elementor-share-btn__text,
.elementor-share-buttons--skin-gradient .elementor-share-btn__text,
.elementor-share-buttons--skin-minimal .elementor-share-btn__text {
  padding-left: 0.9em;
}
.elementor-share-buttons--skin-flat .elementor-share-btn,
.elementor-share-buttons--skin-flat .elementor-share-btn:hover,
.elementor-share-buttons--skin-gradient .elementor-share-btn,
.elementor-share-buttons--skin-gradient .elementor-share-btn:hover {
  color: #fff;
}
.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon {
  border-radius: 0.5em;
}
.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon {
  border-radius: 99.9em;
}
.elementor-share-buttons--view-text .elementor-share-btn__text {
  padding-left: 1em;
}
.elementor-share-buttons--view-icon .elementor-share-btn,
.elementor-share-buttons--view-text .elementor-share-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-share-buttons--view-icon .elementor-share-btn__icon,
.elementor-share-buttons--view-icon .elementor-share-btn__text,
.elementor-share-buttons--view-text .elementor-share-btn__icon,
.elementor-share-buttons--view-text .elementor-share-btn__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-share-buttons--shape-rounded .elementor-share-btn {
  border-radius: 0.5em;
}
.elementor-share-buttons--shape-circle .elementor-share-btn {
  border-radius: 99.9em;
}
.elementor-share-buttons--align-right .elementor-grid {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elementor-share-buttons--align-left .elementor-grid {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementor-share-buttons--align-center .elementor-grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-share-buttons--align-justify .elementor-grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .elementor-share-buttons-tablet--align-right .elementor-grid {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .elementor-share-buttons-tablet--align-left .elementor-grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .elementor-share-buttons-tablet--align-center .elementor-grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .elementor-share-buttons-tablet--align-justify .elementor-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .elementor-share-buttons-mobile--align-right .elementor-grid {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .elementor-share-buttons-mobile--align-left .elementor-grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .elementor-share-buttons-mobile--align-center .elementor-grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .elementor-share-buttons-mobile--align-justify .elementor-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.elementor-share-btn {
  overflow: hidden;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition-property:
    background-color,
    border-color,
    -webkit-filter;
  transition-property:
    background-color,
    border-color,
    -webkit-filter;
  transition-property: filter, background-color, border-color;
  transition-property:
    filter,
    background-color,
    border-color,
    -webkit-filter;
  -o-transition-property: filter, background-color, border-color;
  height: 4.5em;
  cursor: pointer;
}
.elementor-share-btn,
.elementor-share-btn__icon,
.elementor-share-btn__text {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.elementor-share-btn__icon,
.elementor-share-btn__text {
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
}
.elementor-share-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.5em;
  position: relative;
}
.elementor-share-btn__icon i {
  font-size: 1.7em;
}
.elementor-share-btn__text {
  font-size: 1.5em;
  padding-right: 1em;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 100;
}
.elementor-share-btn__title {
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elementor-widget-share-buttons .elementor-widget-container {
  overflow: hidden;
}
body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images {
  float: none;
  width: 100%;
  padding: 0;
}
body.rtl.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images {
  float: none;
  padding: 0;
}
.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.woocommerce div.product.elementor .quantity .qty {
  vertical-align: top;
  margin-right: 0;
}
.woocommerce div.product.elementor .quantity + .button {
  margin-left: 10px;
}
.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input {
  height: 100%;
}
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-left
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-left
  form.cart:not(.grouped_form):not(.variations_form) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-right
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-right
  form.cart:not(.grouped_form):not(.variations_form) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-center
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-center
  form.cart:not(.grouped_form):not(.variations_form) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-center
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  div.quantity,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-center
  form.cart:not(.grouped_form):not(.variations_form)
  div.quantity,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-left
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  div.quantity,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-left
  form.cart:not(.grouped_form):not(.variations_form)
  div.quantity,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-right
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  div.quantity,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-right
  form.cart:not(.grouped_form):not(.variations_form)
  div.quantity {
  margin-right: 0;
}
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-center
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  button,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-center
  form.cart:not(.grouped_form):not(.variations_form)
  button,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-left
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  button,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-left
  form.cart:not(.grouped_form):not(.variations_form)
  button,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-right
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  button,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-right
  form.cart:not(.grouped_form):not(.variations_form)
  button {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-justify
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-justify
  form.cart:not(.grouped_form):not(.variations_form) {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-justify
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  div.quantity,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-justify
  form.cart:not(.grouped_form):not(.variations_form)
  div.quantity {
  margin-right: auto;
}
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-justify
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  button,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-justify
  form.cart:not(.grouped_form):not(.variations_form)
  button {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (max-width: 1024px) {
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-left
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-left
    form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-right
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-right
    form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-center
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-center
    form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-center
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-center
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-left
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-left
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-right
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-right
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity {
    margin-right: 0;
  }
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-center
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-center
    form.cart:not(.grouped_form):not(.variations_form)
    button,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-left
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-left
    form.cart:not(.grouped_form):not(.variations_form)
    button,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-right
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-right
    form.cart:not(.grouped_form):not(.variations_form)
    button {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-justify
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-justify
    form.cart:not(.grouped_form):not(.variations_form) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-justify
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-justify
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity {
    margin-right: auto;
  }
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-justify
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-tablet--align-justify
    form.cart:not(.grouped_form):not(.variations_form)
    button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-left
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-left
    form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-right
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-right
    form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-center
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-center
    form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-center
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-center
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-left
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-left
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-right
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-right
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity {
    margin-right: 0;
  }
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-center
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-center
    form.cart:not(.grouped_form):not(.variations_form)
    button,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-left
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-left
    form.cart:not(.grouped_form):not(.variations_form)
    button,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-right
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-right
    form.cart:not(.grouped_form):not(.variations_form)
    button {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-justify
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-justify
    form.cart:not(.grouped_form):not(.variations_form) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-justify
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-justify
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity {
    margin-right: auto;
  }
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-justify
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .woocommerce
    div.product.elementor
    .elementor-add-to-cart-mobile--align-justify
    form.cart:not(.grouped_form):not(.variations_form)
    button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.woocommerce
  div.product.elementor
  .elementor-widget-wc-add-to-cart.elementor-button-info
  button.button.alt.elementor-button {
  background-color: #5bc0de;
}
.woocommerce
  div.product.elementor
  .elementor-widget-wc-add-to-cart.elementor-button-success
  button.button.alt.elementor-button {
  background-color: #5cb85c;
}
.woocommerce
  div.product.elementor
  .elementor-widget-wc-add-to-cart.elementor-button-warning
  button.button.alt.elementor-button {
  background-color: #f0ad4e;
}
.woocommerce
  div.product.elementor
  .elementor-widget-wc-add-to-cart.elementor-button-danger
  button.button.alt.elementor-button {
  background-color: #d9534f;
}
.elementor-widget-wc-add-to-cart .quantity {
  display: inline-block;
}
.elementor-widget-wc-add-to-cart.elementor-align-center form.cart {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-widget-wc-add-to-cart.elementor-align-left form.cart,
.elementor-widget-wc-add-to-cart.elementor-align-right form.cart {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.woocommerce div.product.elementor ul.tabs:before {
  position: static;
  content: none;
  width: auto;
  bottom: auto;
  left: auto;
  border-bottom: 0;
  z-index: auto;
}
.woocommerce div.product.elementor ul.tabs {
  margin: 0;
}
.woocommerce div.product.elementor ul.tabs li {
  padding: 0;
}
.woocommerce div.product.elementor ul.tabs li a {
  padding: 0.8em 1.2em;
  line-height: 1;
}
.woocommerce div.product.elementor ul.tabs li:after,
.woocommerce div.product.elementor ul.tabs li:before {
  border: 0;
  position: static;
  bottom: auto;
  width: auto;
  height: auto;
  content: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
  padding: 20px;
  border-radius: 0;
  border-width: 0;
  border-top: 1px solid #d3ced2;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: -1px 0 0;
}
.woocommerce div.product.elementor .elementor-product-price-block-yes .price del,
.woocommerce div.product.elementor .elementor-product-price-block-yes .price ins {
  display: block;
}
.elementor-widget-woocommerce-product-meta .detail-container {
  position: relative;
}
.elementor-widget-woocommerce-product-meta .detail-container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.elementor-widget-woocommerce-product-meta .detail-label {
  font-weight: 700;
}
.elementor-woo-meta--view-inline .product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-woo-meta--view-inline .product_meta .detail-container:after {
  width: auto;
  left: auto;
  right: auto;
  right: -8px;
  position: absolute;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 1px;
  border-style: solid;
}
.elementor-woo-meta--view-table .product_meta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-woo-meta--view-table .product_meta,
.elementor-woo-meta--view-table .product_meta .detail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-woo-meta--view-table .product_meta .detail-label {
  min-width: 108px;
}
.elementor-woo-meta--view-stacked .product_meta .detail-container {
  display: block;
}
.woocommerce div.product.elementor .woocommerce-product-rating {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce div.product.elementor .star-rating {
  margin-top: 0;
}
.elementor-product-rating--align-left .woocommerce-product-rating {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementor-product-rating--align-right .woocommerce-product-rating {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elementor-product-rating--align-center .woocommerce-product-rating {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link {
  margin-left: auto;
}
@media (min-width: 1025px) {
  .elementor-element.elementor-products-grid .woocommerce.columns-2 ul.products,
  .elementor-element.elementor-products-grid ul.products.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-element.elementor-products-grid .woocommerce.columns-3 ul.products,
  .elementor-element.elementor-products-grid ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-element.elementor-products-grid .woocommerce.columns-4 ul.products,
  .elementor-element.elementor-products-grid ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-element.elementor-products-grid .woocommerce.columns-5 ul.products,
  .elementor-element.elementor-products-grid ul.products.columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-element.elementor-products-grid .woocommerce.columns-6 ul.products,
  .elementor-element.elementor-products-grid ul.products.columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-element.elementor-products-grid .woocommerce.columns-7 ul.products,
  .elementor-element.elementor-products-grid ul.products.columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-element.elementor-products-grid .woocommerce.columns-8 ul.products,
  .elementor-element.elementor-products-grid ul.products.columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-element.elementor-products-grid .woocommerce.columns-9 ul.products,
  .elementor-element.elementor-products-grid ul.products.columns-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-element.elementor-products-grid .woocommerce.columns-10 ul.products,
  .elementor-element.elementor-products-grid ul.products.columns-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-element.elementor-products-grid .woocommerce.columns-11 ul.products,
  .elementor-element.elementor-products-grid ul.products.columns-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-element.elementor-products-grid .woocommerce.columns-12 ul.products,
  .elementor-element.elementor-products-grid ul.products.columns-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1024px) {
  .elementor-element.elementor-products-grid ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-element.elementor-products-grid ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .elementor-element.elementor-products-grid.elementor-products-columns-1 ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-2 ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-3 ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-4 ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-5 ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-6 ul.products {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-7 ul.products {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-8 ul.products {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-9 ul.products {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-10 ul.products {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-11 ul.products {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-12 ul.products {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1024px) {
  .elementor-element.elementor-products-grid.elementor-products-columns-tablet-1 ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-tablet-2 ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-tablet-3 ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-tablet-4 ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-tablet-5 ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-tablet-6 ul.products {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-tablet-7 ul.products {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-tablet-8 ul.products {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-tablet-9 ul.products {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-tablet-10 ul.products {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-tablet-11 ul.products {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-tablet-12 ul.products {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-element.elementor-products-grid.elementor-products-columns-mobile-1 ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-mobile-2 ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-mobile-3 ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-mobile-4 ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-mobile-5 ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-mobile-6 ul.products {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-mobile-7 ul.products {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-mobile-8 ul.products {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-mobile-9 ul.products {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-mobile-10 ul.products {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-mobile-11 ul.products {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-mobile-12 ul.products {
    grid-template-columns: repeat(12, 1fr);
  }
}
.elementor-element.elementor-products-grid ul.products {
  display: grid;
  margin: 0;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.elementor-element.elementor-products-grid ul.products:after,
.elementor-element.elementor-products-grid ul.products:before {
  content: none;
  display: none;
}
.elementor-element.elementor-products-grid ul.products li.product {
  width: auto;
  padding: 0;
  margin: 0;
  float: none;
}
.elementor-element.elementor-products-grid ul.products li.product .onsale {
  padding: 0;
  display: none;
}
.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  position: relative;
}
.elementor-products-grid:not(.show-heading-yes) .products > h2 {
  display: none;
}
.elementor-products-grid nav.woocommerce-pagination {
  margin-top: 40px;
}
.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul {
  border: 0;
}
.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li {
  border-right: 0;
  border-left: 0;
}
.elementor-product-loop-item--align-left ul.products li.product .star-rating {
  margin-right: auto;
}
.elementor-product-loop-item--align-right ul.products li.product .star-rating {
  margin-left: auto;
}
.elementor-product-loop-item--align-center ul.products li.product .star-rating {
  margin-right: auto;
  margin-left: auto;
}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product,
.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,
.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product {
  width: auto;
}
.elementor.product .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
  overflow: hidden;
}
.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
  padding: 0;
}
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes)
  .elementor-menu-cart__toggle
  .elementor-button-text {
  display: none;
}
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes)
  .elementor-menu-cart__product-remove {
  display: none;
}
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes)
  .elementor-menu-cart__product:not(:last-of-type),
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__products,
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__subtotal {
  border-bottom: none;
}
.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-light
  .elementor-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "";
}
.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-medium
  .elementor-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "";
}
.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-solid
  .elementor-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "";
}
.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-light
  .elementor-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "";
}
.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-medium
  .elementor-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "";
}
.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-solid
  .elementor-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "";
}
.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-light
  .elementor-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "";
}
.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-medium
  .elementor-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "";
}
.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-solid
  .elementor-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "";
}
.elementor-menu-cart__toggle .elementor-button {
  background: transparent;
  border-radius: 0;
  color: #818a91;
  border: 1px solid;
  border-color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-menu-cart__toggle .elementor-button-text {
  margin-right: 0.3em;
}
.elementor-menu-cart__toggle .elementor-button-icon {
  position: relative;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
  content: attr(data-counter);
  display: block;
  position: absolute;
  min-width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
  top: -0.7em;
  right: -0.7em;
  border-radius: 100%;
  color: #fff;
  background-color: #d9534f;
  text-align: center;
  font-size: 10px;
}
.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
  content: attr(data-counter);
  display: inline-block;
  font-weight: 400;
}
.elementor-menu-cart--empty-indicator-hide
  .elementor-menu-cart__toggle
  .elementor-button-icon[data-counter="0"]:before {
  content: none;
}
.elementor-menu-cart__container {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition:
    background-color 0.4s,
    -webkit-transform 0s;
  transition:
    background-color 0.4s,
    -webkit-transform 0s;
  transition:
    background-color 0.4s,
    transform 0s;
  transition:
    background-color 0.4s,
    transform 0s,
    -webkit-transform 0s;
  -o-transition:
    background-color 0.4s,
    transform 0s;
}
.elementor-menu-cart__container .elementor-menu-cart__main {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  width: 350px;
  max-width: 100%;
  right: 0;
  bottom: 0;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.elementor-menu-cart__container:not(.elementor-menu-cart--shown) {
  background-color: transparent;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition:
    background-color 0.4s,
    -webkit-transform 0s 0.4s;
  transition:
    background-color 0.4s,
    -webkit-transform 0s 0.4s;
  transition:
    background-color 0.4s,
    transform 0s 0.4s;
  transition:
    background-color 0.4s,
    transform 0s 0.4s,
    -webkit-transform 0s 0.4s;
  -o-transition:
    background-color 0.4s,
    transform 0s 0.4s;
}
.elementor-menu-cart__container:not(.elementor-menu-cart--shown) .elementor-menu-cart__main {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.elementor-menu-cart__container:not(.elementor-menu-cart--shown) .dialog-lightbox-close-button {
  display: none;
}
.elementor-menu-cart__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 14px;
}
.elementor-menu-cart__close-button {
  width: 25px;
  height: 25px;
  position: relative;
  margin: 20px 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
}
.elementor-menu-cart__close-button:after,
.elementor-menu-cart__close-button:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #818a91;
  border-radius: 1px;
}
.elementor-menu-cart__close-button:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.elementor-menu-cart__close-button:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.elementor-menu-cart__products {
  max-height: calc(100vh - 250px);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.elementor-menu-cart__product {
  display: grid;
  grid-template-columns: 25% auto 50px;
  grid-template-rows: 75% auto;
}
.elementor-menu-cart__product-image {
  grid-row-start: 1;
  grid-row-end: 3;
  width: 100%;
}
.elementor-menu-cart__product-image a,
.elementor-menu-cart__product-image img {
  display: block;
}
.elementor-menu-cart__product-name {
  grid-column-start: 2;
  grid-column-end: 4;
  margin: 0;
}
.elementor-menu-cart__product-price {
  -ms-flex-item-align: end;
  align-self: end;
  color: #d4d4d4;
  font-weight: 300;
}
.elementor-menu-cart__product-price .amount {
  font-weight: 600;
}
.elementor-menu-cart__product-name,
.elementor-menu-cart__product-price {
  font-size: 14px;
  padding-left: 20px;
}
.elementor-menu-cart__product-remove {
  -ms-flex-item-align: end;
  align-self: end;
  justify-self: end;
  color: #818a91;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  border: 1px solid #d4d4d4;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.elementor-menu-cart__product-remove:after,
.elementor-menu-cart__product-remove:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  top: 50%;
  left: 25%;
  margin-top: -1px;
  background: #d4d4d4;
  z-index: 1;
}
.elementor-menu-cart__product-remove:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.elementor-menu-cart__product-remove:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.elementor-menu-cart__product-remove > a {
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}
.elementor-menu-cart__product:not(:last-of-type),
.elementor-menu-cart__products,
.elementor-menu-cart__subtotal {
  border-bottom: 1px solid #d4d4d4;
}
.elementor-menu-cart__footer-buttons,
.elementor-menu-cart__product:not(:first-of-type),
.elementor-menu-cart__subtotal {
  padding-top: 20px;
}
.elementor-menu-cart__product,
.elementor-menu-cart__subtotal {
  padding-bottom: 20px;
}
.elementor-menu-cart__subtotal {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.elementor-menu-cart__footer-buttons {
  font-size: 20px;
  text-align: center;
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.elementor-menu-cart__footer-buttons .elementor-button {
  border-radius: 0;
}
.elementor-menu-cart--buttons-inline .elementor-menu-cart__footer-buttons {
  grid-template-columns: 1fr 1fr;
}
.elementor-menu-cart--buttons-stacked .elementor-menu-cart__footer-buttons {
  grid-template-columns: 1fr;
}
.product .count {
  background-color: inherit;
}
.elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2 {
  display: none;
}
.woocommerce div.product.elementor form.cart div.product-addon {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elementor-skin-carousel .elementor-main-swiper,
.elementor-skin-coverflow .elementor-main-swiper {
  height: 230px;
}
.elementor-skin-slideshow .elementor-main-swiper {
  height: 450px;
  position: relative;
}
.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i {
  font-size: 50px;
}
.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide {
  cursor: pointer;
}
.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.elementor-carousel-image {
  background: no-repeat 50%;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  position: relative;
}
.elementor-carousel-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
  background-color: rgba(129, 138, 145, 0.8);
  -webkit-transition:
    opacity 0.5s,
    -webkit-transform 0.5s;
  transition:
    opacity 0.5s,
    -webkit-transform 0.5s;
  transition:
    transform 0.5s,
    opacity 0.5s;
  transition:
    transform 0.5s,
    opacity 0.5s,
    -webkit-transform 0.5s;
  -o-transition:
    transform 0.5s,
    opacity 0.5s;
}
.elementor-carousel-image-overlay i {
  font-size: 21px;
}
.elementor-testimonial__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elementor-testimonial__image img {
  border-radius: 999px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -o-object-fit: cover;
  object-fit: cover;
}
.elementor-testimonial__footer,
.elementor-testimonial__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-testimonial__footer cite,
.elementor-testimonial__header cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}
.elementor-testimonial__name {
  font-weight: 700;
}
.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite,
.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
  margin-left: 20px;
}
.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image + cite,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image + cite {
  margin-right: 20px;
  margin-left: 0;
}
.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image + cite,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image + cite {
  margin-right: 0;
  margin-left: 20px;
}
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
  margin-top: 25px;
}
.elementor-testimonial--layout-image_above .elementor-testimonial {
  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;
}
.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
  margin-bottom: 25px;
}
.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
  margin-top: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-testimonial--layout-image_stacked .elementor-testimonial__image,
.elementor-testimonial--layout-image_stacked .elementor-testimonial cite {
  margin-top: 15px;
  width: 100%;
}
.elementor-testimonial--layout-image_left .elementor-testimonial,
.elementor-testimonial--layout-image_right .elementor-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.elementor-testimonial--layout-image_left .elementor-testimonial__footer,
.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.elementor-testimonial--layout-image_left .elementor-testimonial__image + cite,
.elementor-testimonial--layout-image_right .elementor-testimonial__image + cite {
  margin-top: 15px;
}
.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer,
.elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementor-testimonial--layout-image_left .elementor-testimonial {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.elementor-testimonial--layout-image_left .elementor-testimonial__footer {
  padding-right: 20px;
}
.elementor-testimonial--layout-image_right .elementor-testimonial {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
  padding-left: 20px;
}
.elementor-testimonial--align-right .elementor-testimonial {
  text-align: right;
}
.elementor-testimonial--align-left .elementor-testimonial {
  text-align: left;
}
.elementor-testimonial--align-center .elementor-testimonial {
  text-align: center;
}
.elementor-testimonial--align-center .elementor-testimonial__footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
  text-align: left;
}
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
}
.elementor-testimonial--skin-bubble .elementor-testimonial__content {
  background-color: #e6e9ec;
  padding: 20px;
  position: relative;
}
.elementor-testimonial--skin-bubble .elementor-testimonial__content:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #e6e9ec;
  position: absolute;
  -webkit-transform: scaleX(0.75) rotate(45deg);
  -ms-transform: scaleX(0.75) rotate(45deg);
  transform: scaleX(0.75) rotate(45deg);
  border-width: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after {
  bottom: calc(100% - 7px);
  -webkit-transform: scaleX(0.75) rotate(-135deg);
  -ms-transform: scaleX(0.75) rotate(-135deg);
  transform: scaleX(0.75) rotate(-135deg);
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center
  .elementor-testimonial__content:after {
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0.75) rotate(-135deg);
  -ms-transform: translateX(-50%) scaleX(0.75) rotate(-135deg);
  transform: translateX(-50%) scaleX(0.75) rotate(-135deg);
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after {
  top: calc(100% - 7px);
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center
  .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center
  .elementor-testimonial__content:after {
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0.75) rotate(45deg);
  -ms-transform: translateX(-50%) scaleX(0.75) rotate(45deg);
  transform: translateX(-50%) scaleX(0.75) rotate(45deg);
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left
  .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left
  .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left
  .elementor-testimonial__content:after {
  left: 45px;
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right
  .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right
  .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right
  .elementor-testimonial__content:after {
  right: 45px;
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after {
  -webkit-transform: scaleY(0.75) rotate(135deg);
  -ms-transform: scaleY(0.75) rotate(135deg);
  transform: scaleY(0.75) rotate(135deg);
  left: -8px;
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
  -webkit-transform: scaleY(0.75) rotate(-45deg);
  -ms-transform: scaleY(0.75) rotate(-45deg);
  transform: scaleY(0.75) rotate(-45deg);
  right: -8px;
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
  top: 45px;
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
  padding-top: 20px;
}
.elementor-widget-testimonial-carousel .swiper-slide {
  padding: 20px;
}
.elementor-widget-testimonial-carousel .elementor-testimonial__text {
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5;
}
.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
  width: 50px;
  height: 50px;
}
.elementor-widget-reviews .swiper-slide {
  background-color: #fff;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 0;
}
.elementor-widget-reviews .elementor-testimonial__text {
  font-size: 14px;
  line-height: 20px;
}
.elementor-widget-reviews .elementor-testimonial__name {
  color: #1c2022;
}
.elementor-widget-reviews .elementor-testimonial__title {
  color: #697882;
  font-size: 12.5px;
  font-weight: 400;
  font-family: inherit;
}
.elementor-widget-reviews .elementor-testimonial__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-reviews .elementor-testimonial__image img {
  width: 36px;
  height: 36px;
}
.elementor-widget-reviews .elementor-testimonial__icon {
  margin-left: auto;
  font-size: 17px;
}
.elementor-widget-reviews .elementor-testimonial__icon .fa + .fa {
  margin-left: 0.15em;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android {
  color: #a4c639;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple {
  color: #999;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance {
  color: #1769ff;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket {
  color: #205081;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen {
  color: #000;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious {
  color: #39f;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg {
  color: #005be2;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble {
  color: #ea4c89;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope {
  color: #ea4335;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook {
  color: #3b5998;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr {
  color: #0063dc;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare {
  color: #2d5be3;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github {
  color: #333;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus {
  color: #dd4b39;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz {
  color: #7ac142;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram {
  color: #262626;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle {
  color: #487aa2;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin {
  color: #0077b5;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium {
  color: #00ab6b;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup {
  color: #ec1c40;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud {
  color: #273a4b;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki {
  color: #f4731c;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest {
  color: #bd081c;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt {
  color: #da552f;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit {
  color: #ff4500;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss {
  color: #f26522;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart {
  color: #4caf50;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype {
  color: #00aff0;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare {
  color: #0077b5;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat {
  color: #fffc00;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud {
  color: #f80;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify {
  color: #2ebd59;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow {
  color: #fe7a15;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam {
  color: #00adee;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon {
  color: #eb4924;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram {
  color: #2ca5e0;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack,
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack {
  color: #1aa1d8;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor {
  color: #589442;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr {
  color: #35465c;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch {
  color: #6441a5;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter {
  color: #1da1f2;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo {
  color: #1ab7ea;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk {
  color: #45668e;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo {
  color: #dd2430;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin {
  color: #31a918;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp {
  color: #25d366;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress {
  color: #21759b;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing {
  color: #026466;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp {
  color: #af0606;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube {
  color: #cd201f;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px {
  color: #0099e5;
}
.elementor-widget-reviews .elementor-testimonial__rating {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffc82c), to(#ccc));
  background-image: -webkit-linear-gradient(left, #ffc82c var(--rating), #ccc var(--rating));
  background-image: -o-linear-gradient(left, #ffc82c var(--rating), #ccc var(--rating));
  background-image: linear-gradient(90deg, #ffc82c var(--rating), #ccc var(--rating));
  font-family: eicons;
}
.elementor-widget-reviews .elementor-testimonial__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 6px;
}
.elementor-widget-reviews .elementor-testimonial__image + cite {
  margin-left: 9px;
}
.elementor-widget-reviews .elementor-testimonial__separator {
  margin: 0 auto;
  border-top: 0;
  border-bottom: 1px solid #e1e8ed;
  height: 0;
}
.elementor-widget-reviews .elementor-testimonial__content {
  padding-top: 6px;
  padding-bottom: 15px;
}
.elementor-widget-reviews .elementor-testimonial__content,
.elementor-widget-reviews .elementor-testimonial__header {
  padding-left: 15px;
  padding-right: 15px;
}
.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header {
  border-bottom: 1px solid #e1e8ed;
}
.swiper-pagination-bullets {
  color: #fff;
  cursor: default;
}
.swiper-slide {
  border-style: solid;
  border-width: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property:
    border,
    background,
    -webkit-transform;
  transition-property:
    border,
    background,
    -webkit-transform;
  transition-property: border, background, transform;
  transition-property:
    border,
    background,
    transform,
    -webkit-transform;
  -o-transition-property: border, background, transform;
  overflow: hidden;
}
.swiper-slide:not(:hover) .e-overlay-animation-fade {
  opacity: 0;
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.swiper-slide a {
  display: inline;
}
.swiper-slide a.elementor-button {
  display: inline-block;
}
.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,
.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper {
  width: calc(95% - 40px);
}
.elementor-widget-reviews .elementor-main-swiper,
.elementor-widget-testimonial-carousel .elementor-main-swiper {
  width: 95%;
}
.elementor-widget-reviews .swiper-wrapper,
.elementor-widget-testimonial-carousel .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.elementor-widget-reviews .swiper-slide,
.elementor-widget-testimonial-carousel .swiper-slide {
  height: auto;
}
.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container {
  padding-bottom: 40px;
}
.elementor-widget-reviews .elementor-swiper-button-prev,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next {
  left: 0;
  right: unset;
}
.elementor-widget-reviews .elementor-swiper-button-next,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev {
  right: 0;
  left: unset;
}
.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
  top: calc(50% - 20px);
}
.elementor-widget-media-carousel .elementor-swiper-button-prev,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next {
  left: 10px;
  right: unset;
}
.elementor-widget-media-carousel .elementor-swiper-button-next,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev {
  right: 10px;
  left: unset;
}
.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),
.entry-summary blockquote.elementor-blockquote {
  margin-right: 0;
  margin-left: 0;
}
.elementor-widget-blockquote blockquote {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
  border: 0;
  font-style: normal;
  color: #55595c;
}
.elementor-widget-blockquote blockquote:after,
.elementor-widget-blockquote blockquote:before,
.elementor-widget-blockquote blockquote cite:after,
.elementor-widget-blockquote blockquote cite:before,
.elementor-widget-blockquote blockquote footer:after,
.elementor-widget-blockquote blockquote footer:before {
  content: "";
  content: none;
}
.elementor-blockquote {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elementor-blockquote__author,
.elementor-blockquote__content {
  margin-bottom: 0;
  font-style: normal;
}
.elementor-blockquote__author {
  font-weight: 700;
}
.elementor-blockquote footer {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.elementor-blockquote__tweet-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #1da1f2;
  -ms-flex-item-align: end;
  align-self: flex-end;
  line-height: 1;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.elementor-blockquote__tweet-button:hover {
  color: #0967a0;
}
.elementor-blockquote__tweet-button span {
  font-weight: 600;
}
.elementor-blockquote__tweet-button i,
.elementor-blockquote__tweet-button span {
  vertical-align: middle;
}
.elementor-blockquote__tweet-button i + span {
  margin-left: 0.5em;
}
.elementor-blockquote__tweet-label {
  white-space: pre-wrap;
}
.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button,
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button {
  padding: 0.7em 1.2em;
  border-radius: 100em;
  background-color: #1da1f2;
  color: #fff;
  font-size: 15px;
}
.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover,
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover {
  background-color: #0967a0;
  color: #fff;
}
.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before,
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before {
  border-right-color: #0967a0;
}
.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button,
.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button {
  padding: 0;
  width: 2em;
  height: 2em;
}
.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i,
.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon
  .elementor-blockquote__tweet-button
  i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before {
  content: "";
  border: 0.5em solid transparent;
  border-right-color: #1da1f2;
  position: absolute;
  left: -0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(0.65);
  -ms-transform: translateY(-50%) scaleY(0.65);
  transform: translateY(-50%) scaleY(0.65);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before {
  right: auto;
  left: -0.8em;
  border-right-color: #1da1f2;
  border-left-color: transparent;
}
.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left
  .elementor-blockquote__tweet-button:hover:before {
  border-right-color: #0967a0;
}
.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before {
  left: auto;
  right: -0.8em;
  border-right-color: transparent;
  border-left-color: #1da1f2;
}
.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right
  .elementor-blockquote__tweet-button:hover:before {
  border-left-color: #0967a0;
}
.elementor-blockquote--skin-boxed .elementor-blockquote {
  background-color: #e6e9ec;
  padding: 30px;
}
.elementor-blockquote--skin-border .elementor-blockquote {
  border-color: #e6e9ec;
  border-left: 7px #e6e9ec;
  border-style: solid;
  padding-left: 20px;
}
.elementor-blockquote--skin-quotation .elementor-blockquote:before {
  content: "“";
  font-size: 100px;
  color: #e6e9ec;
  font-family:
    Times New Roman,
    Times,
    serif;
  font-weight: 900;
  line-height: 1;
  display: block;
  height: 0.6em;
}
.elementor-blockquote--skin-quotation .elementor-blockquote__content {
  margin-top: 15px;
}
.elementor-blockquote--align-left .elementor-blockquote__content {
  text-align: left;
}
.elementor-blockquote--align-left .elementor-blockquote footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.elementor-blockquote--align-right .elementor-blockquote__content {
  text-align: right;
}
.elementor-blockquote--align-right .elementor-blockquote footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.elementor-blockquote--align-center .elementor-blockquote {
  text-align: center;
}
.elementor-blockquote--align-center .elementor-blockquote__author,
.elementor-blockquote--align-center .elementor-blockquote footer {
  display: block;
}
.elementor-blockquote--align-center .elementor-blockquote__tweet-button {
  margin-right: auto;
  margin-left: auto;
}
.elementor-headline {
  font-size: 43px;
  line-height: 1.2;
  display: block;
}
.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper {
  text-align: left;
  overflow: hidden;
}
.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
  overflow: visible;
  text-align: inherit;
}
.elementor-headline--style-highlight .elementor-headline-dynamic-text {
  z-index: 1;
}
.elementor-headline--style-highlight .elementor-headline-plain-text {
  z-index: 1;
  position: relative;
}
.elementor-headline--style-highlight svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
}
.elementor-headline--style-highlight svg path {
  stroke: red;
  stroke-width: 9;
  fill: none;
  stroke-dasharray: 1500;
  -webkit-animation: elementor-headline-dash 10s infinite;
  animation: elementor-headline-dash 10s infinite;
}
.elementor-headline--style-highlight svg path:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
@keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
.elementor-headline-text-wrapper {
  vertical-align: bottom;
}
.elementor-headline-dynamic-wrapper {
  display: inline-block;
  position: relative;
}
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
  position: relative;
}
.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.elementor-headline-animation-type-flip .elementor-headline-dynamic-text {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: elementor-headline-flip-in 1.2s;
  animation: elementor-headline-flip-in 1.2s;
}
.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: elementor-headline-flip-out 1.2s;
  animation: elementor-headline-flip-out 1.2s;
}
@-webkit-keyframes elementor-headline-flip-in {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(1turn);
    transform: rotateX(1turn);
    opacity: 1;
  }
}
@keyframes elementor-headline-flip-in {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(1turn);
    transform: rotateX(1turn);
    opacity: 1;
  }
}
@-webkit-keyframes elementor-headline-flip-out {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes elementor-headline-flip-out {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #0d0d0d;
}
.elementor-headline-animation-type-typing
  .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after {
  -webkit-animation: elementor-headline-pulse 1s infinite;
  animation: elementor-headline-pulse 1s infinite;
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
  background-color: #0d0d0d;
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after {
  visibility: hidden;
}
.elementor-headline-animation-type-typing
  .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected
  .elementor-headline-dynamic-text {
  color: #aebcb9;
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active) {
  visibility: hidden;
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
  position: absolute;
  visibility: hidden;
}
@-webkit-keyframes elementor-headline-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes elementor-headline-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text {
  -webkit-transform: scaleX(1.0005);
  -ms-transform: scaleX(1.0005);
  transform: scaleX(1.0005);
  opacity: 0;
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
  opacity: 1;
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in {
  -webkit-animation: elementor-headline-swirl-in 0.4s forwards;
  animation: elementor-headline-swirl-in 0.4s forwards;
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
  -webkit-animation: elementor-headline-swirl-out 0.4s forwards;
  animation: elementor-headline-swirl-out 0.4s forwards;
}
@-webkit-keyframes elementor-headline-swirl-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes elementor-headline-swirl-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes elementor-headline-swirl-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes elementor-headline-swirl-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper {
  display: inline-block;
  padding: 0.2em 0;
}
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text {
  opacity: 0;
  top: 0.2em;
}
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active {
  top: 0;
  opacity: 1;
  -webkit-animation: elementor-headline-slide-down-in 0.6s;
  animation: elementor-headline-slide-down-in 0.6s;
}
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive {
  -webkit-animation: elementor-headline-slide-down-out 0.6s;
  animation: elementor-headline-slide-down-out 0.6s;
}
@-webkit-keyframes elementor-headline-slide-down-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes elementor-headline-slide-down-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes elementor-headline-slide-down-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes elementor-headline-slide-down-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.elementor-headline-animation-type-clip .elementor-headline-text-wrapper {
  display: inline-block;
  padding: 0.2em 0;
}
.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #0d0d0d;
}
.elementor-headline-animation-type-clip .elementor-headline-dynamic-text {
  opacity: 0;
}
.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active {
  opacity: 1;
}
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text {
  opacity: 0;
}
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active {
  opacity: 1;
  -webkit-animation: elementor-headline-drop-in-in 0.8s;
  animation: elementor-headline-drop-in-in 0.8s;
}
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive {
  -webkit-animation: elementor-headline-drop-in-out 0.8s;
  animation: elementor-headline-drop-in-out 0.8s;
}
@-webkit-keyframes elementor-headline-drop-in-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes elementor-headline-drop-in-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes elementor-headline-drop-in-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
@keyframes elementor-headline-drop-in-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text {
  opacity: 0;
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in {
  -webkit-animation: elementor-headline-blinds-in 0.6s forwards;
  animation: elementor-headline-blinds-in 0.6s forwards;
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
  -webkit-animation: elementor-headline-blinds-out 0.6s forwards;
  animation: elementor-headline-blinds-out 0.6s forwards;
}
@-webkit-keyframes elementor-headline-blinds-in {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes elementor-headline-blinds-in {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes elementor-headline-blinds-out {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
@keyframes elementor-headline-blinds-out {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
  opacity: 0;
}
.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
  opacity: 1;
}
.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in {
  -webkit-animation: elementor-headline-wave-up 0.6s forwards;
  animation: elementor-headline-wave-up 0.6s forwards;
}
.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
  -webkit-animation: elementor-headline-wave-down 0.6s forwards;
  animation: elementor-headline-wave-down 0.6s forwards;
}
@-webkit-keyframes elementor-headline-wave-up {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes elementor-headline-wave-up {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes elementor-headline-wave-down {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes elementor-headline-wave-down {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
.elementor-headline-animation-type-slide .elementor-headline-dynamic-text {
  opacity: 0;
}
.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active {
  opacity: 1;
  -webkit-animation: elementor-headline-slide-in 0.6s;
  animation: elementor-headline-slide-in 0.6s;
}
.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive {
  -webkit-animation: elementor-headline-slide-out 0.6s;
  animation: elementor-headline-slide-out 0.6s;
}
@-webkit-keyframes elementor-headline-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes elementor-headline-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes elementor-headline-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes elementor-headline-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
  white-space: nowrap;
}
.elementor-msie .elementor-headline--style-highlight svg {
  top: auto;
  left: auto;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
}
.elementor-facebook-widget.fb_iframe_widget,
.elementor-facebook-widget.fb_iframe_widget span {
  width: 100% !important;
}
.elementor-facebook-widget.fb_iframe_widget iframe {
  position: relative;
}
.elementor-facebook-widget.fb-like {
  height: 1px;
}
.elementor-widget-facebook-comments iframe {
  width: 100% !important;
}
.site-main .menu-navigation-container {
  overflow: visible;
}
.elementor-item:after,
.elementor-item:before {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  -o-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  opacity: 0;
}
.elementor-item-active:after,
.elementor-item-active:before,
.elementor-item.highlighted:after,
.elementor-item.highlighted:before,
.elementor-item:focus:after,
.elementor-item:focus:before,
.elementor-item:hover:after,
.elementor-item:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2;
}
.e--pointer-double-line.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-double-line.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  height: 0;
  width: 0;
  left: 50%;
}
.e--pointer-double-line.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  top: 10px;
}
.e--pointer-double-line.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  bottom: 10px;
}
.e--pointer-double-line.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  top: -10px;
}
.e--pointer-double-line.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  bottom: -10px;
}
.e--pointer-double-line.e--animation-none,
.e--pointer-double-line.e--animation-none .elementor-item,
.e--pointer-overline.e--animation-none,
.e--pointer-overline.e--animation-none .elementor-item,
.e--pointer-underline.e--animation-none,
.e--pointer-underline.e--animation-none .elementor-item {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.e--pointer-double-line.e--animation-none .elementor-item:after,
.e--pointer-double-line.e--animation-none .elementor-item:before,
.e--pointer-double-line.e--animation-none .elementor-item:focus,
.e--pointer-double-line.e--animation-none .elementor-item:hover,
.e--pointer-double-line.e--animation-none:after,
.e--pointer-double-line.e--animation-none:before,
.e--pointer-double-line.e--animation-none:focus,
.e--pointer-double-line.e--animation-none:hover,
.e--pointer-overline.e--animation-none .elementor-item:after,
.e--pointer-overline.e--animation-none .elementor-item:before,
.e--pointer-overline.e--animation-none .elementor-item:focus,
.e--pointer-overline.e--animation-none .elementor-item:hover,
.e--pointer-overline.e--animation-none:after,
.e--pointer-overline.e--animation-none:before,
.e--pointer-overline.e--animation-none:focus,
.e--pointer-overline.e--animation-none:hover,
.e--pointer-underline.e--animation-none .elementor-item:after,
.e--pointer-underline.e--animation-none .elementor-item:before,
.e--pointer-underline.e--animation-none .elementor-item:focus,
.e--pointer-underline.e--animation-none .elementor-item:hover,
.e--pointer-underline.e--animation-none:after,
.e--pointer-underline.e--animation-none:before,
.e--pointer-underline.e--animation-none:focus,
.e--pointer-underline.e--animation-none:hover {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:before {
  content: "";
  top: 0;
}
.e--pointer-double-line.e--animation-slide
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-slide
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  width: 10px;
  left: -20px;
}
.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item:after {
  content: "";
  bottom: 0;
}
.e--pointer-double-line.e--animation-slide
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-slide
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  width: 10px;
  left: calc(100% + 20px);
}
.e--pointer-framed .elementor-item:after,
.e--pointer-framed .elementor-item:before {
  background: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #55595c;
}
.e--pointer-framed .elementor-item:before {
  content: "";
}
.e--pointer-framed.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.e--pointer-framed.e--animation-shrink
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.e--pointer-framed.e--animation-grow .elementor-item:before,
.e--pointer-framed.e--animation-shrink .elementor-item:before {
  -webkit-transition:
    opacity 0.2s,
    -webkit-transform 0.4s;
  transition:
    opacity 0.2s,
    -webkit-transform 0.4s;
  transition:
    opacity 0.2s,
    transform 0.4s;
  transition:
    opacity 0.2s,
    transform 0.4s,
    -webkit-transform 0.4s;
  -o-transition:
    opacity 0.2s,
    transform 0.4s;
}
.e--pointer-framed.e--animation-draw .elementor-item:after,
.e--pointer-framed.e--animation-draw .elementor-item:before {
  width: 3px;
  height: 3px;
}
.e--pointer-framed.e--animation-draw .elementor-item:before {
  border-width: 0 0 3px 3px;
  -webkit-transition:
    width 0.1s 0.2s,
    height 0.1s 0.3s,
    opacity 0.12s 0.22s;
  -o-transition:
    width 0.1s 0.2s,
    height 0.1s 0.3s,
    opacity 0.12s 0.22s;
  transition:
    width 0.1s 0.2s,
    height 0.1s 0.3s,
    opacity 0.12s 0.22s;
}
.e--pointer-framed.e--animation-draw .elementor-item:after {
  content: "";
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-width: 3px 3px 0 0;
  -webkit-transition:
    width 0.1s,
    height 0.1s 0.1s,
    opacity 0.02s 0.18s;
  -o-transition:
    width 0.1s,
    height 0.1s 0.1s,
    opacity 0.02s 0.18s;
  transition:
    width 0.1s,
    height 0.1s 0.1s,
    opacity 0.02s 0.18s;
}
.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
  width: 100%;
  height: 100%;
}
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
  -webkit-transition:
    opacity 0.02s,
    height 0.1s,
    width 0.1s 0.1s;
  -o-transition:
    opacity 0.02s,
    height 0.1s,
    width 0.1s 0.1s;
  transition:
    opacity 0.02s,
    height 0.1s,
    width 0.1s 0.1s;
}
.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after {
  -webkit-transition:
    opacity 0.02s 0.2s,
    height 0.1s 0.2s,
    width 0.1s 0.3s;
  -o-transition:
    opacity 0.02s 0.2s,
    height 0.1s 0.2s,
    width 0.1s 0.3s;
  transition:
    opacity 0.02s 0.2s,
    height 0.1s 0.2s,
    width 0.1s 0.3s;
}
.e--pointer-framed.e--animation-corners .elementor-item:after,
.e--pointer-framed.e--animation-corners .elementor-item:before {
  width: 3px;
  height: 3px;
}
.e--pointer-framed.e--animation-corners .elementor-item:before {
  border-width: 3px 0 0 3px;
}
.e--pointer-framed.e--animation-corners .elementor-item:after {
  content: "";
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-width: 0 3px 3px 0;
}
.e--pointer-framed.e--animation-corners .elementor-item-active:after,
.e--pointer-framed.e--animation-corners .elementor-item-active:before,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-corners .elementor-item:focus:after,
.e--pointer-framed.e--animation-corners .elementor-item:focus:before,
.e--pointer-framed.e--animation-corners .elementor-item:hover:after,
.e--pointer-framed.e--animation-corners .elementor-item:hover:before {
  width: 100%;
  height: 100%;
  -webkit-transition:
    opacity 2ms,
    width 0.4s,
    height 0.4s;
  -o-transition:
    opacity 2ms,
    width 0.4s,
    height 0.4s;
  transition:
    opacity 2ms,
    width 0.4s,
    height 0.4s;
}
.e--pointer-framed.e--animation-none,
.e--pointer-framed.e--animation-none .elementor-item {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.e--pointer-framed.e--animation-none .elementor-item:after,
.e--pointer-framed.e--animation-none .elementor-item:before,
.e--pointer-framed.e--animation-none .elementor-item:focus,
.e--pointer-framed.e--animation-none .elementor-item:hover,
.e--pointer-framed.e--animation-none:after,
.e--pointer-framed.e--animation-none:before,
.e--pointer-framed.e--animation-none:focus,
.e--pointer-framed.e--animation-none:hover {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.e--pointer-background .elementor-item:after,
.e--pointer-background .elementor-item:before {
  content: "";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.e--pointer-background .elementor-item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1;
}
.e--pointer-background .elementor-item-active,
.e--pointer-background .elementor-item.highlighted,
.e--pointer-background .elementor-item:focus,
.e--pointer-background .elementor-item:hover {
  color: #fff;
}
.e--pointer-background.e--animation-grow .elementor-item:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.e--pointer-background.e--animation-grow .elementor-item-active:before,
.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,
.e--pointer-background.e--animation-grow .elementor-item:focus:before,
.e--pointer-background.e--animation-grow .elementor-item:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.e--pointer-background.e--animation-shrink
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.e--pointer-background.e--animation-shrink .elementor-item-active:before,
.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shrink .elementor-item:focus:before,
.e--pointer-background.e--animation-shrink .elementor-item:hover:before {
  -webkit-transition:
    opacity 0.15s,
    -webkit-transform 0.4s;
  transition:
    opacity 0.15s,
    -webkit-transform 0.4s;
  transition:
    opacity 0.15s,
    transform 0.4s;
  transition:
    opacity 0.15s,
    transform 0.4s,
    -webkit-transform 0.4s;
  -o-transition:
    opacity 0.15s,
    transform 0.4s;
}
.e--pointer-background.e--animation-sweep-left
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  left: 100%;
}
.e--pointer-background.e--animation-sweep-right
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  right: 100%;
}
.e--pointer-background.e--animation-sweep-up
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  top: 100%;
}
.e--pointer-background.e--animation-sweep-down
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  bottom: 100%;
}
.e--pointer-background.e--animation-shutter-out-vertical
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  bottom: 50%;
  top: 50%;
}
.e--pointer-background.e--animation-shutter-out-horizontal
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  right: 50%;
  left: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
  top: 0;
  bottom: 100%;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
  top: 100%;
  bottom: 0;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
  bottom: 50%;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
  top: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
  right: 0;
  left: 100%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
  right: 100%;
  left: 0;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
  left: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
  right: 50%;
}
.e--pointer-background.e--animation-none,
.e--pointer-background.e--animation-none .elementor-item {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.e--pointer-background.e--animation-none .elementor-item:after,
.e--pointer-background.e--animation-none .elementor-item:before,
.e--pointer-background.e--animation-none .elementor-item:focus,
.e--pointer-background.e--animation-none .elementor-item:hover,
.e--pointer-background.e--animation-none:after,
.e--pointer-background.e--animation-none:before,
.e--pointer-background.e--animation-none:focus,
.e--pointer-background.e--animation-none:hover {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.e--pointer-text.e--animation-skew .elementor-item:focus,
.e--pointer-text.e--animation-skew .elementor-item:hover {
  -webkit-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg);
}
.e--pointer-text.e--animation-grow .elementor-item:focus,
.e--pointer-text.e--animation-grow .elementor-item:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.e--pointer-text.e--animation-shrink .elementor-item:focus,
.e--pointer-text.e--animation-shrink .elementor-item:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.e--pointer-text.e--animation-float .elementor-item:focus,
.e--pointer-text.e--animation-float .elementor-item:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.e--pointer-text.e--animation-sink .elementor-item:focus,
.e--pointer-text.e--animation-sink .elementor-item:hover {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.e--pointer-text.e--animation-rotate .elementor-item:focus,
.e--pointer-text.e--animation-rotate .elementor-item:hover {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}
.e--pointer-text.e--animation-none,
.e--pointer-text.e--animation-none .elementor-item {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.e--pointer-text.e--animation-none .elementor-item:after,
.e--pointer-text.e--animation-none .elementor-item:before,
.e--pointer-text.e--animation-none .elementor-item:focus,
.e--pointer-text.e--animation-none .elementor-item:hover,
.e--pointer-text.e--animation-none:after,
.e--pointer-text.e--animation-none:before,
.e--pointer-text.e--animation-none:focus,
.e--pointer-text.e--animation-none:hover {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.elementor-nav-menu--main .elementor-nav-menu a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
  padding: 13px 20px;
}
.elementor-nav-menu--main .elementor-nav-menu a.current {
  background: #373a3c;
  color: #fff;
}
.elementor-nav-menu--main .elementor-nav-menu a.disabled {
  background: #55595c;
  color: #a1a6a9;
}
.elementor-nav-menu--main .elementor-nav-menu ul {
  position: absolute;
  width: 12em;
  border-width: 0;
  border-style: solid;
  padding: 0;
}
.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  background: #fff;
  height: 20px;
}
.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 8px dashed transparent;
  border-bottom: 8px solid #494c4f;
}
.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed;
  border-color: #494c4f transparent transparent;
}
.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.elementor-nav-menu--layout-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
  white-space: nowrap;
}
.elementor-nav-menu__align-right .elementor-nav-menu {
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elementor-nav-menu__align-left .elementor-nav-menu {
  margin-right: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementor-nav-menu__align-center .elementor-nav-menu {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  width: 100%;
}
.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
  display: none;
}
.elementor-widget-nav-menu .elementor-widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-nav-menu {
  position: relative;
  z-index: 2;
}
.elementor-nav-menu:after {
  content: " ";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.elementor-nav-menu,
.elementor-nav-menu li,
.elementor-nav-menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.elementor-nav-menu ul {
  display: none;
}
.elementor-nav-menu ul ul a,
.elementor-nav-menu ul ul a:active,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:hover {
  border-left: 16px solid transparent;
}
.elementor-nav-menu ul ul ul a,
.elementor-nav-menu ul ul ul a:active,
.elementor-nav-menu ul ul ul a:focus,
.elementor-nav-menu ul ul ul a:hover {
  border-left: 24px solid transparent;
}
.elementor-nav-menu ul ul ul ul a,
.elementor-nav-menu ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul a:hover {
  border-left: 32px solid transparent;
}
.elementor-nav-menu ul ul ul ul ul a,
.elementor-nav-menu ul ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul ul a:hover {
  border-left: 40px solid transparent;
}
.elementor-nav-menu a,
.elementor-nav-menu li {
  position: relative;
}
.elementor-nav-menu li {
  border-width: 0;
}
.elementor-nav-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-nav-menu a,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:hover {
  padding: 10px 20px;
  line-height: 20px;
}
.elementor-nav-menu a.current {
  background: #373a3c;
  color: #fff;
}
.elementor-nav-menu a.disabled {
  cursor: not-allowed;
  color: #a1a6a9;
}
.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu {
  padding-right: 20px;
}
.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu .sub-arrow {
  display: none;
}
.elementor-nav-menu--indicator-plus:before {
  font-family:
    Open Sans,
    sans-serif;
}
.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow {
  font-size: 10px;
}
.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow i:before {
  content: "";
}
.elementor-nav-menu--indicator-angle .elementor-nav-menu .sub-arrow i:before {
  content: "";
}
.elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow i:before {
  content: "";
}
.elementor-nav-menu--indicator-plus .elementor-nav-menu .sub-arrow i:before {
  content: "+";
}
.elementor-nav-menu .sub-arrow {
  font-size: 16px;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.elementor-nav-menu .sub-arrow i {
  pointer-events: none;
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
  background-color: #55595c;
  color: #fff;
}
.elementor-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  padding: 0.25em;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #494c4f;
}
.elementor-menu-toggle.elementor-active i:before {
  content: "";
}
.elementor-nav-menu--dropdown {
  background-color: #fff;
  font-size: 13px;
}
.elementor-nav-menu--dropdown-none .elementor-menu-toggle,
.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
  display: none;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  margin-top: 10px;
  -webkit-transition:
    max-height 0.3s,
    -webkit-transform 0.3s;
  transition:
    max-height 0.3s,
    -webkit-transform 0.3s;
  transition:
    max-height 0.3s,
    transform 0.3s;
  transition:
    max-height 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
  -o-transition:
    max-height 0.3s,
    transform 0.3s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  overflow: auto;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
  font-size: 0.85em;
}
.elementor-nav-menu--dropdown a {
  color: #494c4f;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.elementor-nav-menu--dropdown a.current {
  background: #373a3c;
  color: #fff;
}
.elementor-nav-menu--dropdown a.disabled {
  color: #b3b3b3;
}
ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
  text-shadow: none;
  border-left: 8px solid transparent;
}
.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  max-height: 0;
}
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  max-height: 100vh;
}
.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  position: absolute;
  z-index: 9997;
}
@media (min-width: 768px) {
  .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
    display: none;
  }
}
@media (min-width: 1025px) {
  .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
    display: none;
  }
}
@media (max-width: 1024px) {
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
    display: none;
  }
}
@media (max-width: 767px) {
  .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
    display: none;
  }
}
.elementor-theme-builder-content-area {
  height: 400px;
}
.elementor-location-footer:before,
.elementor-location-header:before {
  content: "";
  display: table;
  clear: both;
}
.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post {
  display: block;
}
.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid {
  color: #d4d4d4;
  border: 1px solid;
  border-right: none;
  border-left: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.elementor-post-navigation-borders-yes .elementor-post-navigation__separator {
  height: 100%;
  width: 1px;
  margin: 0 auto;
  background-color: #d4d4d4;
}
.elementor-post-navigation {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-post-navigation .post-navigation__arrow-wrapper {
  color: #d4d4d4;
}
.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
  font-size: 30px;
  padding-right: 15px;
}
.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
  font-size: 30px;
  padding-left: 15px;
}
.elementor-post-navigation .post-navigation__arrow-wrapper i {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}
.elementor-post-navigation .elementor-post-navigation__link__next,
.elementor-post-navigation .elementor-post-navigation__link__prev {
  overflow: hidden;
}
.elementor-post-navigation .elementor-post-navigation__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}
.elementor-post-navigation .post-navigation__next--label,
.elementor-post-navigation .post-navigation__prev--label {
  text-transform: uppercase;
  font-size: 0.8em;
}
.elementor-post-navigation .post-navigation__next--title,
.elementor-post-navigation .post-navigation__prev--title {
  font-size: 0.7em;
}
.elementor-post-navigation .post-navigation__next--label,
.elementor-post-navigation .post-navigation__next--title,
.elementor-post-navigation .post-navigation__prev--label,
.elementor-post-navigation .post-navigation__prev--title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.elementor-post-navigation span.elementor-post-navigation__link__next {
  text-align: right;
}
.elementor-post-navigation span.elementor-post-navigation__link__next,
.elementor-post-navigation span.elementor-post-navigation__link__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-post-navigation .elementor-grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.elementor-post-navigation .elementor-post-navigation__link {
  width: calc(50% - 0.5px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.elementor-post-navigation .elementor-post-navigation__separator-wrapper {
  text-align: center;
}
.elementor-post-navigation .elementor-post-navigation__next {
  text-align: right;
}
.elementor-post-navigation .elementor-post-navigation__next a {
  float: right;
}
.site-main .elementor-widget-post-navigation {
  margin: 0;
}
.site-main .elementor-widget-post-navigation [class*="navigation"] {
  margin: 0;
}
.elementor-search-form {
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.elementor-search-form button,
.elementor-search-form input[type="search"] {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.elementor-search-form button:focus,
.elementor-search-form input[type="search"]:focus {
  outline: 0;
  color: inherit;
}
.elementor-search-form button {
  background-color: #818a91;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
}
.elementor-search-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  border: 0 solid transparent;
  min-height: 50px;
}
.elementor-search-form__container:not(.elementor-search-form--full-screen) {
  background: #eceeef;
}
.elementor-search-form__input {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #55595c;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.elementor-search-form__input::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-search-form__input:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-search-form__input:-moz-placeholder,
.elementor-search-form__input::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-search-form__input::-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-search-form__input::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-search-form__submit {
  -webkit-transition:
    color 0.2s,
    background 0.2s;
  -o-transition:
    color 0.2s,
    background 0.2s;
  transition:
    color 0.2s,
    background 0.2s;
}
.elementor-search-form .elementor-search-form__submit,
.elementor-search-form .elementor-search-form__submit:hover {
  color: #fff;
  border: none;
  border-radius: 0;
}
.elementor-search-form--button-type-text .elementor-search-form__submit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elementor-search-form--skin-minimal .elementor-search-form__icon {
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #55595c;
}
.elementor-search-form--skin-full_screen .elementor-search-form input[type="search"].elementor-search-form__input {
  font-size: 50px;
  text-align: center;
  border: solid #fff;
  border-width: 0 0 1px;
  line-height: 1.5;
  color: #fff;
}
.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  color: #494c4f;
}
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
  position: relative;
  display: block;
  border: 0 solid;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 33px;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.55em;
}
.elementor-search-form--skin-full_screen .elementor-search-form__container {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 0 15%;
  background-color: rgba(0, 0, 0, 0.8);
}
.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.elementor-search-form--skin-full_screen
  .elementor-search-form__container:not(.elementor-search-form--full-screen)
  .dialog-lightbox-close-button {
  display: none;
}
.elementor-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-author-box__avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}
.elementor-author-box__avatar img {
  width: 100px;
  border-radius: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.elementor-author-box__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 17px;
}
.elementor-author-box__name {
  font-size: 24px;
  margin-bottom: 5px;
}
.elementor-author-box__bio,
.elementor-author-box__bio p {
  margin-bottom: 0.8em;
}
.elementor-author-box__bio p:last-of-type {
  margin-bottom: 0;
}
.elementor-author-box--layout-image-left .elementor-author-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.elementor-author-box--layout-image-left .elementor-author-box__avatar {
  margin-left: 0;
  margin-right: 25px;
}
.elementor-author-box--layout-image-right .elementor-author-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.elementor-author-box--layout-image-right .elementor-author-box__avatar {
  margin-right: 0;
  margin-left: 25px;
}
.elementor-author-box--layout-image-above .elementor-author-box {
  display: block;
}
.elementor-author-box--layout-image-above .elementor-author-box__avatar {
  margin: 0 auto 15px;
  display: inline-block;
}
.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar {
  margin-left: 0;
}
.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar {
  margin-right: 0;
}
.elementor-author-box--align-left .elementor-author-box {
  text-align: left;
}
.elementor-author-box--align-right .elementor-author-box {
  text-align: right;
}
.elementor-author-box--align-center .elementor-author-box {
  text-align: center;
}
.elementor-button.elementor-author-box__button {
  border: 2px solid #55595c;
  font-size: 15px;
  font-weight: 100;
  padding: 10px 18px;
}
.elementor-button.elementor-author-box__button,
.elementor-button.elementor-author-box__button:hover {
  background: transparent;
  color: #55595c;
}
.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top
  .elementor-author-box__avatar {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle
  .elementor-author-box__avatar {
  -ms-flex-item-align: center;
  align-self: center;
}
.elementor-post-info__terms-list {
  display: inline-block;
}
.elementor-post-info .elementor-icon-list-icon .elementor-avatar {
  border-radius: 100%;
}
.elementor-widget-post-info.elementor-align-center .elementor-icon-list-item:after {
  margin: initial;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  display: inline-block;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a,
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
  display: inline;
}
.elementor-widget-breadcrumbs {
  font-size: 0.85em;
}
.elementor-widget-breadcrumbs p {
  margin-bottom: 0;
}
.elementor-sitemap-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.elementor-sticky--active {
  z-index: 99;
}
[data-elementor-type="popup"]:not(.elementor-edit-area) {
  display: none;
}
[data-elementor-type="popup"] .elementor-section-wrap:not(:empty) + #elementor-add-new-section {
  display: none;
}
.elementor-popup-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
  display: none;
}
.elementor-popup-modal .dialog-close-button {
  display: none;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
}
.elementor-popup-modal .dialog-widget-content {
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: all;
}
.elementor-popup-modal .dialog-message {
  width: 640px;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-popup-modal .elementor {
  width: 100%;
}
.elementor-motion-effects-element,
.elementor-motion-effects-layer {
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -o-transition-property: transform, opacity;
  -webkit-transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
  -o-transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
  transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.elementor-motion-effects-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.elementor-motion-effects-layer {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.elementor-motion-effects-perspective {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.elementor-gallery__container {
  min-height: 1px;
}
.elementor-gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border: solid var(--image-border-width) var(--image-border-color);
  border-radius: var(--image-border-radius);
}
.elementor-gallery-item__content,
.elementor-gallery-item__overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.elementor-gallery-item__overlay {
  mix-blend-mode: var(--overlay-mix-blend-mode);
  -webkit-transition-duration: var(--overlay-transition-duration);
  -o-transition-duration: var(--overlay-transition-duration);
  transition-duration: var(--overlay-transition-duration);
  -webkit-transition-property:
    mix-blend-mode,
    opacity,
    background-color,
    -webkit-transform;
  transition-property:
    mix-blend-mode,
    opacity,
    background-color,
    -webkit-transform;
  transition-property: mix-blend-mode, transform, opacity, background-color;
  transition-property:
    mix-blend-mode,
    transform,
    opacity,
    background-color,
    -webkit-transform;
  -o-transition-property: mix-blend-mode, transform, opacity, background-color;
}
.elementor-gallery-item__image.e-gallery-image {
  -webkit-transition-duration: var(--image-transition-duration);
  -o-transition-duration: var(--image-transition-duration);
  transition-duration: var(--image-transition-duration);
  -webkit-transition-property:
    -webkit-filter,
    -webkit-transform;
  transition-property:
    -webkit-filter,
    -webkit-transform;
  transition-property: filter, transform;
  transition-property:
    filter,
    transform,
    -webkit-filter,
    -webkit-transform;
  -o-transition-property: filter, transform;
}
.elementor-gallery-item__content {
  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: var(--content-justify-content, center);
  -ms-flex-pack: var(--content-justify-content, center);
  justify-content: var(--content-justify-content, center);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: var(--content-text-align);
  padding: var(--content-padding);
}
.elementor-gallery-item__content > div {
  -webkit-transition-duration: var(--content-transition-duration);
  -o-transition-duration: var(--content-transition-duration);
  transition-duration: var(--content-transition-duration);
}
.elementor-gallery-item__content.elementor-gallery--sequenced-animation > div:nth-child(2) {
  -webkit-transition-delay: calc(var(--content-transition-delay) / 3);
  -o-transition-delay: calc(var(--content-transition-delay) / 3);
  transition-delay: calc(var(--content-transition-delay) / 3);
}
.elementor-gallery-item__content.elementor-gallery--sequenced-animation > div:nth-child(3) {
  -webkit-transition-delay: calc(var(--content-transition-delay) / 3 * 2);
  -o-transition-delay: calc(var(--content-transition-delay) / 3 * 2);
  transition-delay: calc(var(--content-transition-delay) / 3 * 2);
}
.elementor-gallery-item__content.elementor-gallery--sequenced-animation > div:nth-child(4) {
  -webkit-transition-delay: calc(var(--content-transition-delay) / 3 * 3);
  -o-transition-delay: calc(var(--content-transition-delay) / 3 * 3);
  transition-delay: calc(var(--content-transition-delay) / 3 * 3);
}
.elementor-gallery-item__description {
  color: var(--description-text-color, #fff);
  width: 100%;
}
.elementor-gallery-item__title {
  color: var(--title-text-color, #fff);
  font-weight: 700;
  width: 100%;
}
.elementor-gallery__titles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: var(--titles-container-justify-content, center);
  -ms-flex-pack: var(--titles-container-justify-content, center);
  justify-content: var(--titles-container-justify-content, center);
  margin-bottom: 20px;
}
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before {
  background-color: var(--galleries-pointer-bg-color-hover);
}
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after {
  background-color: var(--galleries-pointer-bg-color-hover);
}
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before {
  background-color: var(--galleries-pointer-bg-color-active);
}
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after {
  background-color: var(--galleries-pointer-bg-color-active);
}
.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before {
  border-color: var(--galleries-pointer-bg-color-hover);
  border-width: var(--galleries-pointer-border-width);
}
.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after {
  border-color: var(--galleries-pointer-bg-color-hover);
}
.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before {
  border-color: var(--galleries-pointer-bg-color-active);
}
.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after {
  border-color: var(--galleries-pointer-bg-color-active);
}
.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before {
  border-left-width: var(--galleries-pointer-border-width);
  border-bottom-width: var(--galleries-pointer-border-width);
  border-right-width: 0;
  border-top-width: 0;
}
.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after {
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: var(--galleries-pointer-border-width);
  border-top-width: var(--galleries-pointer-border-width);
}
.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before {
  border-left-width: var(--galleries-pointer-border-width);
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: var(--galleries-pointer-border-width);
}
.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after {
  border-left-width: 0;
  border-bottom-width: var(--galleries-pointer-border-width);
  border-right-width: var(--galleries-pointer-border-width);
  border-top-width: 0;
}
.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,
.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,
.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,
.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after {
  height: var(--galleries-pointer-border-width);
}
.elementor-gallery-title {
  --space-between: 10px;
  cursor: pointer;
  color: #6d7882;
  font-weight: 500;
  position: relative;
  padding: 7px 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.elementor-gallery-title--active {
  color: #495157;
}
.elementor-gallery-title:not(:last-child) {
  margin-right: var(--space-between);
}
.elementor-gallery-item__title + .elementor-gallery-item__description {
  margin-top: var(--description-margin-top);
}
.e-gallery-item.elementor-gallery-item {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.e-gallery-item:hover .elementor-gallery__item-overlay-bg {
  opacity: 1;
}
.e-gallery-item:hover .elementor-gallery__item-overlay-content {
  opacity: 1;
}
.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,
.e-gallery-item:hover .elementor-gallery__item-overlay-content__title {
  opacity: 1;
}
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top {
  opacity: 1;
}
a.elementor-item.elementor-gallery-title {
  color: var(--galleries-title-color-normal);
}
a.elementor-item.elementor-gallery-title.elementor-item-active,
a.elementor-item.elementor-gallery-title.highlighted,
a.elementor-item.elementor-gallery-title:focus,
a.elementor-item.elementor-gallery-title:hover {
  color: var(--galleries-title-color-hover);
}
a.elementor-item.elementor-gallery-title.elementor-item-active {
  color: var(--gallery-title-color-active);
}
.elementor-widget-table-of-contents .elementor-toc__header-title {
  color: var(--header-color);
}
.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse {
  display: none;
}
.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand {
  display: none;
}
.elementor-widget-table-of-contents .elementor-widget-container {
  min-height: var(--box-min-height);
  border: var(--box-border-width, 1px) solid var(--box-border-color, #a4afb7);
  border-radius: var(--box-border-radius, 3px);
  background-color: var(--box-background-color);
  -webkit-transition: min-height 0.4s;
  -o-transition: min-height 0.4s;
  transition: min-height 0.4s;
  overflow: hidden;
}
.elementor-toc__header {
  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: var(--box-padding, 20px);
  background-color: var(--header-background-color);
  border-bottom: var(--separator-width, 1px) solid var(--box-border-color, #a4afb7);
}
.elementor-toc__header-title {
  font-size: 18px;
  margin: 0;
  color: var(--header-color);
}
.elementor-toc__toggle-button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.elementor-toc__toggle-button i {
  color: var(--toggle-button-color);
}
.elementor-toc__toggle-button svg {
  height: 1em;
  width: 1em;
}
.elementor-toc__spinner-container {
  text-align: center;
}
.elementor-toc__spinner {
  font-size: 2em;
}
.elementor-toc__body {
  padding: var(--box-padding, 20px);
}
.elementor-toc__list-wrapper {
  list-style: none;
  padding: 0;
}
.elementor-toc__list-item {
  margin-bottom: 0.5em;
}
.elementor-toc__list-item.elementor-item-active {
  font-weight: 700;
}
.elementor-toc__list-item .elementor-toc__list-wrapper {
  margin-top: 0.5em;
  margin-left: var(--nested-list-indent, 1em);
}
.elementor-toc__list-item-text:hover {
  color: var(--item-text-hover-color);
  -webkit-text-decoration: var(--item-text-hover-decoration);
  text-decoration: var(--item-text-hover-decoration);
}
.elementor-toc__list-item-text.elementor-item-active {
  color: var(--item-text-active-color);
  -webkit-text-decoration: var(--item-text-active-decoration);
  text-decoration: var(--item-text-active-decoration);
}
.elementor-toc__list-item-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-toc__list-item-text-wrapper:before,
.elementor-toc__list-item-text-wrapper i {
  margin-right: 8px;
  color: var(--marker-color);
}
.elementor-toc__list-item-text-wrapper i {
  font-size: var(--marker-size, 0.5em);
}
.elementor-toc__list-item-text-wrapper:before {
  font-size: var(--marker-size, 1em);
}
.elementor-toc--content-ellipsis .elementor-toc__list-item-text {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.elementor-toc__list-items--collapsible
  > .elementor-toc__list-wrapper
  > .elementor-toc__list-item
  > .elementor-toc__list-wrapper {
  display: none;
}
.elementor-toc__heading-anchor {
  position: absolute;
}
.elementor-toc__body .elementor-toc__list-item-text {
  color: var(--item-text-color);
  -webkit-text-decoration: var(--item-text-decoration);
  text-decoration: var(--item-text-decoration);
}
.elementor-toc__body .elementor-toc__list-item-text:hover {
  color: var(--item-text-hover-color);
  -webkit-text-decoration: var(--item-text-hover-decoration);
  text-decoration: var(--item-text-hover-decoration);
}
.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active {
  color: var(--item-text-active-color);
  -webkit-text-decoration: var(--item-text-active-decoration);
  text-decoration: var(--item-text-active-decoration);
}
ol.elementor-toc__list-wrapper {
  counter-reset: item;
}
ol.elementor-toc__list-wrapper .elementor-toc__list-item {
  counter-increment: item;
}
ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before {
  content: counters(item, ".") ". ";
}
@media only screen and (max-width: 1024px) {
  .elementor-toc--minimized-on-tablet .elementor-toc__body {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-toc--minimized-on-mobile .elementor-toc__body {
    display: none;
  }
}
.e-lottie__container {
  display: inline-block;
  max-width: var(--lottie-container-max-width);
  width: var(--lottie-container-width);
  opacity: var(--lottie-container-opacity);
}
.e-lottie__container:hover {
  opacity: var(--lottie-container-opacity-hover);
  -webkit-transition-duration: var(--lottie-container-transition-duration-hover);
  -o-transition-duration: var(--lottie-container-transition-duration-hover);
  transition-duration: var(--lottie-container-transition-duration-hover);
}
.e-lottie__container svg,
.e-lottie__container svg * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.e-lottie__caption {
  color: var(--caption-color);
  margin-top: var(--caption-margin-top);
  text-align: var(--caption-text-align);
}
.icon {
  font-family: "iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search-minus:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-down-arrow:before {
  content: "";
}
.icon-up-arrow:before {
  content: "";
}
.icon-right-arrow:before {
  content: "";
}
.icon-left-arrows:before {
  content: "";
}
.icon-heart:before {
  content: "";
}
.icon-medical2:before {
  content: "";
}
.icon-eye2:before {
  content: "";
}
.icon-full-screen:before {
  content: "";
}
.icon-shuffle-arrow:before {
  content: "";
}
.icon-online-shopping-cart:before {
  content: "";
}
.icon-shopping-cart2:before {
  content: "";
}
.icon-apple-1:before {
  content: "";
}
.icon-apple:before {
  content: "";
}
.icon-watch:before {
  content: "";
}
.icon-cogwheel:before {
  content: "";
}
.icon-light-bulb:before {
  content: "";
}
.icon-light-bulb-1:before {
  content: "";
}
.icon-u-turn:before {
  content: "";
}
.icon-medal:before {
  content: "";
}
.icon-team-1:before {
  content: "";
}
.icon-team2:before {
  content: "";
}
.icon-team:before {
  content: "";
}
.icon-tshirt:before {
  content: "";
}
.icon-cancel:before {
  content: "";
}
.icon-drink:before {
  content: "";
}
.icon-home2:before {
  content: "";
}
.icon-music:before {
  content: "";
}
.icon-rich:before {
  content: "";
}
.icon-brush:before {
  content: "";
}
.icon-opposite-way:before {
  content: "";
}
.icon-cloud-computing:before {
  content: "";
}
.icon-technology-1:before {
  content: "";
}
.icon-rotate:before {
  content: "";
}
.icon-medical:before {
  content: "";
}
.icon-flash-1:before {
  content: "";
}
.icon-flash:before {
  content: "";
}
.icon-hours-support:before {
  content: "";
}
.icon-bag:before {
  content: "";
}
.icon-photo-camera:before {
  content: "";
}
.icon-school:before {
  content: "";
}
.icon-settings:before {
  content: "";
}
.icon-smartphone2:before {
  content: "";
}
.icon-technology-12:before {
  content: "";
}
.icon-tool:before {
  content: "";
}
.icon-business2:before {
  content: "";
}
.icon-star:before {
  content: "";
}
.icon-star-1:before {
  content: "";
}
.icon-favorite:before {
  content: "";
}
.icon-valentines-heart:before {
  content: "";
}
.icon-van-1:before {
  content: "";
}
.icon-van:before {
  content: "";
}
.icon-vegetables:before {
  content: "";
}
.icon-women:before {
  content: "";
}
.icon-left-arrow:before {
  content: "";
}
.icon-vintage:before {
  content: "";
}
.icon-up-arrow2:before {
  content: "";
}
.icon-arrows:before {
  content: "";
}
.icon-download-arrow:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-dribbble:before {
  content: "";
}
.icon-linkedin:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-twitter3:before {
  content: "";
}
.icon-pinterest:before {
  content: "";
}
.icon-vimeo:before {
  content: "";
}
.icon-soundcloud:before {
  content: "";
}
.icon-youtube-v:before {
  content: "";
}
.icon-behance:before {
  content: "";
}
.icon-google-plus:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-double-left-chevron:before {
  content: "";
}
.icon-double-angle-pointing-to-right:before {
  content: "";
}
.icon-down-arrow2:before {
  content: "";
}
.icon-arrow-point-to-down:before {
  content: "";
}
.icon-play-button:before {
  content: "";
}
.icon-minus:before {
  content: "";
}
.icon-plus:before {
  content: "";
}
.icon-tick:before {
  content: "";
}
.icon-edit:before {
  content: "";
}
.icon-reply:before {
  content: "";
}
.icon-cogwheel-outline:before {
  content: "";
}
.icon-symbol:before {
  content: "";
}
.icon-calendar:before {
  content: "";
}
.icon-shopping-cart:before {
  content: "";
}
.icon-shopping-basket:before {
  content: "";
}
.icon-users2:before {
  content: "";
}
.icon-man:before {
  content: "";
}
.icon-support:before {
  content: "";
}
.icon-favorites:before {
  content: "";
}
.icon-calendar3:before {
  content: "";
}
.icon-paper-plane:before {
  content: "";
}
.icon-placeholder:before {
  content: "";
}
.icon-phone-call:before {
  content: "";
}
.icon-newsletter:before {
  content: "";
}
.icon-contact:before {
  content: "";
}
.icon-email:before {
  content: "";
}
.icon-envelope:before {
  content: "";
}
.icon-internet:before {
  content: "";
}
.icon-quote2:before {
  content: "";
}
.icon-tools2:before {
  content: "";
}
.icon-pie-chart2:before {
  content: "";
}
.icon-diamond:before {
  content: "";
}
.icon-like:before {
  content: "";
}
.icon-deal:before {
  content: "";
}
.icon-left-arrow2:before {
  content: "";
}
.icon-quote22:before {
  content: "";
}
.icon-right-arrow2:before {
  content: "";
}
.icon-coins-2:before {
  content: "";
}
.icon-commerce-2:before {
  content: "";
}
.icon-monitor:before {
  content: "";
}
.icon-business:before {
  content: "";
}
.icon-graphic-2:before {
  content: "";
}
.icon-commerce-1:before {
  content: "";
}
.icon-hammer:before {
  content: "";
}
.icon-justice-1:before {
  content: "";
}
.icon-line:before {
  content: "";
}
.icon-money-3:before {
  content: "";
}
.icon-commerce:before {
  content: "";
}
.icon-agenda:before {
  content: "";
}
.icon-justice:before {
  content: "";
}
.icon-technology:before {
  content: "";
}
.icon-coins-1:before {
  content: "";
}
.icon-bank:before {
  content: "";
}
.icon-calculator:before {
  content: "";
}
.icon-chart22:before {
  content: "";
}
.icon-checked:before {
  content: "";
}
.icon-clock3:before {
  content: "";
}
.icon-comment:before {
  content: "";
}
.icon-comments:before {
  content: "";
}
.icon-consult:before {
  content: "";
}
.icon-consut2:before {
  content: "";
}
.icon-folder:before {
  content: "";
}
.icon-invest:before {
  content: "";
}
.icon-loan:before {
  content: "";
}
.icon-map-marker2:before {
  content: "";
}
.icon-mutual-fund:before {
  content: "";
}
.icon-phone3:before {
  content: "";
}
.icon-pie-chart22:before {
  content: "";
}
.icon-play:before {
  content: "";
}
.icon-savings:before {
  content: "";
}
.icon-search3:before {
  content: "";
}
.icon-tag:before {
  content: "";
}
.icon-tags:before {
  content: "";
}
.icon-vplay:before {
  content: "";
}
.icon-mobile2:before {
  content: "";
}
.icon-laptop2:before {
  content: "";
}
.icon-desktop2:before {
  content: "";
}
.icon-tablet2:before {
  content: "";
}
.icon-phone2:before {
  content: "";
}
.icon-document:before {
  content: "";
}
.icon-documents:before {
  content: "";
}
.icon-search2:before {
  content: "";
}
.icon-clipboard2:before {
  content: "";
}
.icon-newspaper:before {
  content: "";
}
.icon-notebook:before {
  content: "";
}
.icon-book-open:before {
  content: "";
}
.icon-browser:before {
  content: "";
}
.icon-calendar2:before {
  content: "";
}
.icon-presentation:before {
  content: "";
}
.icon-picture:before {
  content: "";
}
.icon-pictures:before {
  content: "";
}
.icon-video:before {
  content: "";
}
.icon-camera2:before {
  content: "";
}
.icon-printer:before {
  content: "";
}
.icon-toolbox:before {
  content: "";
}
.icon-briefcase2:before {
  content: "";
}
.icon-wallet:before {
  content: "";
}
.icon-gift2:before {
  content: "";
}
.icon-bargraph:before {
  content: "";
}
.icon-grid:before {
  content: "";
}
.icon-expand2:before {
  content: "";
}
.icon-focus:before {
  content: "";
}
.icon-edit2:before {
  content: "";
}
.icon-adjustments:before {
  content: "";
}
.icon-ribbon:before {
  content: "";
}
.icon-hourglass2:before {
  content: "";
}
.icon-lock2:before {
  content: "";
}
.icon-megaphone:before {
  content: "";
}
.icon-shield2:before {
  content: "";
}
.icon-trophy2:before {
  content: "";
}
.icon-flag2:before {
  content: "";
}
.icon-map2:before {
  content: "";
}
.icon-puzzle:before {
  content: "";
}
.icon-basket:before {
  content: "";
}
.icon-envelope2:before {
  content: "";
}
.icon-streetsign:before {
  content: "";
}
.icon-telescope:before {
  content: "";
}
.icon-gears2:before {
  content: "";
}
.icon-key2:before {
  content: "";
}
.icon-paperclip2:before {
  content: "";
}
.icon-attachment:before {
  content: "";
}
.icon-pricetags:before {
  content: "";
}
.icon-lightbulb:before {
  content: "";
}
.icon-layers:before {
  content: "";
}
.icon-pencil2:before {
  content: "";
}
.icon-tools:before {
  content: "";
}
.icon-tools-2:before {
  content: "";
}
.icon-scissors2:before {
  content: "";
}
.icon-paintbrush:before {
  content: "";
}
.icon-magnifying-glass:before {
  content: "";
}
.icon-circle-compass:before {
  content: "";
}
.icon-linegraph:before {
  content: "";
}
.icon-mic:before {
  content: "";
}
.icon-strategy:before {
  content: "";
}
.icon-beaker:before {
  content: "";
}
.icon-caution:before {
  content: "";
}
.icon-recycle2:before {
  content: "";
}
.icon-anchor2:before {
  content: "";
}
.icon-profile-male:before {
  content: "";
}
.icon-profile-female:before {
  content: "";
}
.icon-bike:before {
  content: "";
}
.icon-wine:before {
  content: "";
}
.icon-hotairballoon:before {
  content: "";
}
.icon-globe2:before {
  content: "";
}
.icon-genius:before {
  content: "";
}
.icon-map-pin2:before {
  content: "";
}
.icon-dial:before {
  content: "";
}
.icon-chat:before {
  content: "";
}
.icon-heart2:before {
  content: "";
}
.icon-cloud2:before {
  content: "";
}
.icon-upload2:before {
  content: "";
}
.icon-download2:before {
  content: "";
}
.icon-target:before {
  content: "";
}
.icon-hazardous:before {
  content: "";
}
.icon-piechart:before {
  content: "";
}
.icon-speedometer:before {
  content: "";
}
.icon-global:before {
  content: "";
}
.icon-compass2:before {
  content: "";
}
.icon-lifesaver:before {
  content: "";
}
.icon-clock:before {
  content: "";
}
.icon-aperture:before {
  content: "";
}
.icon-quote:before {
  content: "";
}
.icon-scope:before {
  content: "";
}
.icon-alarmclock:before {
  content: "";
}
.icon-refresh2:before {
  content: "";
}
.icon-happy:before {
  content: "";
}
.icon-sad:before {
  content: "";
}
.icon-facebook2:before {
  content: "";
}
.icon-twitter2:before {
  content: "";
}
.icon-googleplus:before {
  content: "";
}
.icon-rss2:before {
  content: "";
}
.icon-tumblr2:before {
  content: "";
}
.icon-linkedin2:before {
  content: "";
}
.icon-dribbble2:before {
  content: "";
}
.icon-home:before {
  content: "";
}
.icon-apartment:before {
  content: "";
}
.icon-pencil:before {
  content: "";
}
.icon-magic-wand:before {
  content: "";
}
.icon-drop:before {
  content: "";
}
.icon-lighter:before {
  content: "";
}
.icon-poop:before {
  content: "";
}
.icon-sun:before {
  content: "";
}
.icon-moon:before {
  content: "";
}
.icon-cloud:before {
  content: "";
}
.icon-cloud-upload:before {
  content: "";
}
.icon-cloud-download:before {
  content: "";
}
.icon-cloud-sync:before {
  content: "";
}
.icon-cloud-check:before {
  content: "";
}
.icon-database:before {
  content: "";
}
.icon-lock3:before {
  content: "";
}
.icon-cog2:before {
  content: "";
}
.icon-trash2:before {
  content: "";
}
.icon-dice:before {
  content: "";
}
.icon-heart3:before {
  content: "";
}
.icon-star2:before {
  content: "";
}
.icon-star-half2:before {
  content: "";
}
.icon-star-empty:before {
  content: "";
}
.icon-flag3:before {
  content: "";
}
.icon-envelope3:before {
  content: "";
}
.icon-paperclip:before {
  content: "";
}
.icon-inbox:before {
  content: "";
}
.icon-eye:before {
  content: "";
}
.icon-printer2:before {
  content: "";
}
.icon-file-empty:before {
  content: "";
}
.icon-file-add:before {
  content: "";
}
.icon-enter:before {
  content: "";
}
.icon-exit:before {
  content: "";
}
.icon-graduation-hat:before {
  content: "";
}
.icon-license:before {
  content: "";
}
.icon-music-note:before {
  content: "";
}
.icon-film-play:before {
  content: "";
}
.icon-camera-video:before {
  content: "";
}
.icon-camera:before {
  content: "";
}
.icon-picture2:before {
  content: "";
}
.icon-book:before {
  content: "";
}
.icon-bookmark:before {
  content: "";
}
.icon-user2:before {
  content: "";
}
.icon-users:before {
  content: "";
}
.icon-shirt:before {
  content: "";
}
.icon-store:before {
  content: "";
}
.icon-cart:before {
  content: "";
}
.icon-tag2:before {
  content: "";
}
.icon-phone-handset:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-pushpin:before {
  content: "";
}
.icon-map-marker:before {
  content: "";
}
.icon-map:before {
  content: "";
}
.icon-location:before {
  content: "";
}
.icon-calendar-full:before {
  content: "";
}
.icon-keyboard:before {
  content: "";
}
.icon-spell-check:before {
  content: "";
}
.icon-screen:before {
  content: "";
}
.icon-smartphone:before {
  content: "";
}
.icon-tablet:before {
  content: "";
}
.icon-laptop:before {
  content: "";
}
.icon-laptop-phone:before {
  content: "";
}
.icon-power-switch:before {
  content: "";
}
.icon-bubble:before {
  content: "";
}
.icon-heart-pulse:before {
  content: "";
}
.icon-construction:before {
  content: "";
}
.icon-pie-chart:before {
  content: "";
}
.icon-chart-bars:before {
  content: "";
}
.icon-gift:before {
  content: "";
}
.icon-diamond2:before {
  content: "";
}
.icon-dinner:before {
  content: "";
}
.icon-coffee-cup:before {
  content: "";
}
.icon-leaf:before {
  content: "";
}
.icon-paw:before {
  content: "";
}
.icon-rocket:before {
  content: "";
}
.icon-briefcase:before {
  content: "";
}
.icon-bus2:before {
  content: "";
}
.icon-car2:before {
  content: "";
}
.icon-train:before {
  content: "";
}
.icon-bicycle2:before {
  content: "";
}
.icon-wheelchair:before {
  content: "";
}
.icon-select:before {
  content: "";
}
.icon-earth:before {
  content: "";
}
.icon-smile:before {
  content: "";
}
.icon-sad2:before {
  content: "";
}
.icon-neutral:before {
  content: "";
}
.icon-mustache:before {
  content: "";
}
.icon-alarm:before {
  content: "";
}
.icon-bullhorn:before {
  content: "";
}
.icon-volume-high:before {
  content: "";
}
.icon-volume-medium:before {
  content: "";
}
.icon-volume-low:before {
  content: "";
}
.icon-volume:before {
  content: "";
}
.icon-mic2:before {
  content: "";
}
.icon-hourglass:before {
  content: "";
}
.icon-undo:before {
  content: "";
}
.icon-redo:before {
  content: "";
}
.icon-sync:before {
  content: "";
}
.icon-history:before {
  content: "";
}
.icon-clock2:before {
  content: "";
}
.icon-download3:before {
  content: "";
}
.icon-upload:before {
  content: "";
}
.icon-enter-down:before {
  content: "";
}
.icon-exit-up:before {
  content: "";
}
.icon-bug:before {
  content: "";
}
.icon-code2:before {
  content: "";
}
.icon-link:before {
  content: "";
}
.icon-unlink:before {
  content: "";
}
.icon-thumbs-up:before {
  content: "";
}
.icon-thumbs-down:before {
  content: "";
}
.icon-magnifier:before {
  content: "";
}
.icon-cross:before {
  content: "";
}
.icon-menu:before {
  content: "";
}
.icon-list:before {
  content: "";
}
.icon-chevron-up:before {
  content: "";
}
.icon-chevron-down:before {
  content: "";
}
.icon-chevron-left:before {
  content: "";
}
.icon-chevron-right:before {
  content: "";
}
.icon-arrow-up:before {
  content: "";
}
.icon-arrow-down:before {
  content: "";
}
.icon-arrow-left:before {
  content: "";
}
.icon-arrow-right:before {
  content: "";
}
.icon-move:before {
  content: "";
}
.icon-warning:before {
  content: "";
}
.icon-question-circle:before {
  content: "";
}
.icon-menu-circle:before {
  content: "";
}
.icon-checkmark-circle:before {
  content: "";
}
.icon-cross-circle:before {
  content: "";
}
.icon-plus-circle:before {
  content: "";
}
.icon-circle-minus:before {
  content: "";
}
.icon-arrow-up-circle:before {
  content: "";
}
.icon-arrow-down-circle:before {
  content: "";
}
.icon-arrow-left-circle:before {
  content: "";
}
.icon-arrow-right-circle:before {
  content: "";
}
.icon-chevron-up-circle:before {
  content: "";
}
.icon-chevron-down-circle:before {
  content: "";
}
.icon-chevron-left-circle:before {
  content: "";
}
.icon-chevron-right-circle:before {
  content: "";
}
.icon-crop:before {
  content: "";
}
.icon-frame-expand:before {
  content: "";
}
.icon-frame-contract:before {
  content: "";
}
.icon-layers2:before {
  content: "";
}
.icon-funnel:before {
  content: "";
}
.icon-text-format:before {
  content: "";
}
.icon-text-size:before {
  content: "";
}
.icon-bold:before {
  content: "";
}
.icon-italic:before {
  content: "";
}
.icon-underline:before {
  content: "";
}
.icon-strikethrough:before {
  content: "";
}
.icon-highlight:before {
  content: "";
}
.icon-text-align-left:before {
  content: "";
}
.icon-text-align-center:before {
  content: "";
}
.icon-text-align-right:before {
  content: "";
}
.icon-text-align-justify:before {
  content: "";
}
.icon-line-spacing:before {
  content: "";
}
.icon-indent-increase:before {
  content: "";
}
.icon-indent-decrease:before {
  content: "";
}
.icon-page-break:before {
  content: "";
}
.icon-hand:before {
  content: "";
}
.icon-pointer-up:before {
  content: "";
}
.icon-pointer-right:before {
  content: "";
}
.icon-pointer-down:before {
  content: "";
}
.icon-pointer-left:before {
  content: "";
}
.pr-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.pr-button-sm {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1;
}
.pr-button-md {
  padding: 14px 26px;
  font-size: 16px;
  line-height: 1.2;
}
.pr-button-lg {
  padding: 16px 28px;
  font-size: 18px;
  line-height: 1.3333;
}
.pr-button-block {
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  width: 100%;
  text-align: center;
}
.pr-button-text {
  display: inline-block;
  width: 100%;
}
.pr-button-style1-bottom,
.pr-button-style1-top,
.pr-button-style1-right,
.pr-button-style1-left,
.pr-button-style2-shutouthor,
.pr-button-style2-shutoutver,
.pr-button-style2-shutinhor,
.pr-button-style2-shutinver,
.pr-button-style2-scshutouthor,
.pr-button-style2-scshutoutver,
.pr-button-style2-dshutinhor,
.pr-button-style2-dshutinver,
.pr-button-style5-radialin,
.pr-button-style5-radialout,
.pr-button-style5-rectin,
.pr-button-style5-rectout {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.pr-button-style1-bottom:before,
.pr-button-style1-top:before,
.pr-button-style1-right:before,
.pr-button-style1-left:before,
.pr-button-style2-shutinhor:before,
.pr-button-style2-shutinver:before,
.pr-button-style2-shutouthor:before,
.pr-button-style2-shutoutver:before,
.pr-button-style2-scshutouthor:before,
.pr-button-style2-scshutoutver:before,
.pr-button-style2-dshutinhor:before,
.pr-button-style2-dshutinver:before,
.pr-button-style5-radialin:before,
.pr-button-style5-radialout:before,
.pr-button-style5-rectin:before,
.pr-button-style5-rectout:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.pr-button-style5-radialin:before,
.pr-button-style5-radialout:before {
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.pr-button-style5-radialin:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.pr-button-style5-rectin:before,
.pr-button-style5-rectout:before {
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pr-button-style5-rectout:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.pr-button-style5-rectout:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pr-button-style5-rectin:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.pr-button-style5-radialout:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.pr-button-style5-radialin:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.pr-button-style1-top:before {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.pr-button-style1-right:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.pr-button-style1-left:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.pr-button-style2-shutouthor:before,
.pr-button-style2-scshutoutver:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.pr-button-style2-shutoutver:before,
.pr-button-style2-scshutouthor:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.pr-button-style2-shutinhor:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.pr-button-style2-shutinver:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.pr-button-style1-bottom:hover:before,
.pr-button-style1-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.pr-button-style1-left:hover:before,
.pr-button-style1-right:hover:before,
.pr-button-style2-shutouthor:hover:before,
.pr-button-style2-shutoutver:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.pr-button-style2-shutinhor:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.pr-button-style2-shutinver:hover:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.pr-button-style2-scshutouthor:hover:before {
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}
.pr-button-style2-scshutoutver:hover:before {
  -webkit-transform: scaleY(0.8);
  transform: scaleY(0.8);
}
.pr-button-style2-dshutinhor:before,
.pr-button-style2-dshutinver:before {
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: all;
  transition-property: all;
}
.pr-button-style2-dshutinver:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.pr-button-style2-dshutinhor:hover:before,
.pr-button-style2-dshutinver:hover:before {
  height: 220%;
}
.pr-button-style3-before i,
.pr-button-style3-after i {
  opacity: 0;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pr-button-style3-after i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.pr-button-style3-after:hover i {
  opacity: 1;
}
.pr-button-style3-before:hover i {
  opacity: 1;
}
.pr-button-text-icon-wrapper span,
.pr-button-text-icon-wrapper,
.pr-button-text-icon-wrapper i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pr-button-style4-icon-wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pr-button-style4-icon-wrapper.top {
  bottom: -100%;
  left: 0;
}
.pr-button-style4-icon-wrapper.bottom {
  top: -100%;
  left: 0;
}
.pr-button-style4-icon-wrapper.left {
  top: 0;
  left: -100%;
}
.pr-button-style4-icon-wrapper.right {
  top: 0;
  right: -100%;
}
.pr-button-style4-bottom:hover .pr-button-style4-icon-wrapper {
  top: 0;
  opacity: 1;
}
.pr-button-style4-top:hover .pr-button-style4-icon-wrapper {
  bottom: 0;
  opacity: 1;
}
.pr-button-style4-left:hover .pr-button-style4-icon-wrapper {
  left: 0;
  opacity: 1;
}
.pr-button-style4-right:hover .pr-button-style4-icon-wrapper {
  right: 0;
  opacity: 1;
}
.pr-button-style4-bottom:hover .pr-button-text-icon-wrapper {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.pr-button-style4-top:hover .pr-button-text-icon-wrapper {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.pr-button-style4-left:hover .pr-button-text-icon-wrapper {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.pr-button-style4-right:hover .pr-button-text-icon-wrapper {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.pr_countdown-row {
  display: block;
  text-align: center;
}
.countdown .pr_countdown-section {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
}
.countdown .pr_countdown-section:last-child {
  margin-right: 0 !important;
}
.countdown span.pr_countdown-amount {
  font-size: 70px;
  line-height: 1;
}
.countdown .pre_time-mid {
  display: block;
}
.side .pr_countdown-section .pr_countdown-period {
  vertical-align: bottom;
}
.countdown .pr_countdown-section .pr_countdown-period {
  font-size: 17px;
  line-height: 3em;
}
.side .pr_countdown-section .pr_countdown-amount,
.side .pr_countdown-section .pr_countdown-period {
  display: inline-block;
}
.side .pr_countdown-section .pr_countdown-amount {
  margin-right: 5px;
}
.down .pr_countdown-section .pr_countdown-amount,
.down .pr_countdown-section .pr_countdown-period {
  display: block;
}
.pr-progressbar-container {
  position: relative;
}
.pr-progressbar-progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 50px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.pr-progressbar-progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  background: #6ec1e4;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.pr-progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.pr-progressbar-progress {
  position: relative;
  text-align: left;
}
.pr-progressbar-progress-bar {
  position: absolute;
  overflow: hidden;
  line-height: 20px;
}
.clearfix {
  clear: both;
}
a,
a:hover {
  text-decoration: none !important;
}
.pr-progressbar-progress-bar {
  -webkit-transition: width 0s ease-in-out !important;
  -moz-transition: width 0s ease-in-out !important;
  -ms-transition: width 0s ease-in-out !important;
  -o-transition: width 0s ease-in-out !important;
  transition: width 0s ease-in-out !important;
}
.pr-progressbar-container p:first-of-type {
  margin: 0;
  float: left;
}
.pr-progressbar-container p:nth-of-type(2) {
  margin: 0;
  float: right;
}
.pr-progressbar-name {
  left: 50%;
  top: 0;
  right: 0;
  transform: translateX(-12.5px);
  z-index: 1;
}
.pr-progressbar-multiple-label {
  position: relative;
  float: left;
  width: 0;
  left: 50%;
}
.pr-progressbar-center-label {
  position: relative;
  bottom: -100%;
  white-space: nowrap;
}
.pr-progressbar-arrow {
  left: 50%;
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid;
  transform: translateX(-50%);
}
.pr-progressbar-pin {
  border-left: 1px solid;
  height: 12px;
  left: 50%;
  display: inline-block;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.pr-adv-carousel-item {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.pr_advance_carousel_img {
  background: no-repeat 50%;
  -webkit-background-size: cover;
  background-size: cover;
  height: 230px;
  position: relative;
  transition: all 0.3s;
}
.slick-dots li {
  margin: 0 !important;
}
.pr-testimonial-slider .slick-dots li button::before {
  opacity: 1 !important;
}
.slick-slide {
  outline: none !important;
}
#pr-testimonial {
  position: relative;
}
.pr-testimonial-wrapper {
  transition: all 0.3s;
}
.pr-testimonial-author {
  display: flex;
  line-height: 1;
}
.pr-testimonial-author.pr-testimonial-img-aside {
  align-items: center;
  flex-direction: row;
}
.pr-testimonial-author.pr-testimonial-img-top {
  flex-direction: column;
}
.pr-testimonial-align-center {
  text-align: center;
}
.pr-testimonial-align-left {
  text-align: left;
}
.pr-testimonial-align-right {
  text-align: right;
}
.pr-testimonial-image {
  display: block;
}
.pr-testimonial-author .pr-testimonial-image img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.pr-testimonial-nav-container {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 25px;
}
.pr-testimonial-nav-container i {
  margin-left: 15px;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.pr-testimonial-slider .slick-prev,
.pr-testimonial-slider .slick-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid;
  z-index: 2;
}
.pr-testimonial-slider .slick-prev::before,
.pr-testimonial-slider .slick-next::before {
  font-family: "FontAwesome";
  font-size: 30px;
  opacity: 0.75;
  text-align: center;
}
.pr-testimonial-slider .slick-next::before {
  content: "";
  padding-left: 4px;
}
.pr-testimonial-slider .slick-prev::before {
  content: "";
  padding-right: 3px;
}
.pr-testimonial-name {
  line-height: 1.5;
}
.pr-grid-post {
  float: left;
  padding: 10px;
}
.pr-grid-post-holder {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  overflow: hidden;
}
.pr-grid-post-holder-inner {
  height: 100%;
}
.pr-entry-media {
  position: relative;
}
.pr-entry-title {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.pr-entry-thumbnail img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.pr-entry-meta span {
  display: inline-block;
}
.pr-entry-meta > span + span:before {
  content: "•";
  display: inline-block;
  color: #ddd;
  margin: 0 10px 2px 6px;
}
.pr-grid-post-excerpt {
  margin-bottom: 20px;
}
.pr-grid-post-excerpt p {
  margin: 0;
  font-size: 14px;
}
.pr-readmore-warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pr-grid-post .pr-entry-wrapper {
  padding: 30px;
}
.pr-col-1 .pr-post-grid-column {
  float: none;
  width: 100%;
}
.pr-col-2 .pr-post-grid-column {
  float: left;
  width: 50%;
}
.pr-col-3 .pr-post-grid-column {
  float: left;
  width: 33.3333%;
}
.pr-col-4 .pr-post-grid-column {
  float: left;
  width: 25%;
}
.pr-col-5 .pr-post-grid-column {
  float: left;
  width: 20%;
}
.pr-col-6 .pr-post-grid-column {
  float: left;
  width: 16.6666%;
}
@media only screen and (max-width: 979px) {
  .pr-col-1 .pr-post-grid-column,
  .pr-col-2 .pr-post-grid-column,
  .pr-col-3 .pr-post-grid-column,
  .pr-col-4 .pr-post-grid-column,
  .pr-col-5 .pr-post-grid-column,
  .pr-col-6 .pr-post-grid-column {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 767px) {
  .pr-col-1 .pr-post-grid-column,
  .pr-col-2 .pr-post-grid-column,
  .pr-col-3 .pr-post-grid-column,
  .pr-col-4 .pr-post-grid-column,
  .pr-col-5 .pr-post-grid-column,
  .pr-col-6 .pr-post-grid-column {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .pr-col-1 .pr-post-grid-column,
  .pr-col-2 .pr-post-grid-column,
  .pr-col-3 .pr-post-grid-column,
  .pr-col-4 .pr-post-grid-column,
  .pr-col-5 .pr-post-grid-column,
  .pr-col-6 .pr-post-grid-column {
    float: none;
    width: 100%;
  }
}
.pr-service-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
.pr-service-box-icon-wrap {
  position: absolute;
  left: -25px;
  -webkit-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.pr-service-box-item > .pr-service-box-inner .title {
  margin: 0;
}
.pr-service-box-item > .pr-service-box-inner > .pr-service-box-icon-wrap i {
  display: inline-flex;
  opacity: 0;
  transform: scale(0.7);
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.pr-service-box-item:hover > .pr-service-box-inner > .pr-service-box-icon-wrap i {
  opacity: 1;
  transform: scale(1);
}
.pr-infobox .infobox-icon {
  overflow: hidden;
}
.pr-infobox.icon-on-left .infobox-icon,
.pr-infobox.icon-on-right .infobox-icon {
  overflow: initial;
}
.pr-infobox .infobox-icon {
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  height: auto;
}
.pr-infobox .infobox-icon .infobox-icon-wrap {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.pr-infobox .infobox-icon .infobox-icon-wrap i {
  transition: 0.3s;
}
.pr-infobox .infobox-content {
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.pr-infobox .infobox-on-hover-icon i {
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  opacity: 0;
}
.pr-infobox:hover .infobox-on-hover-icon i {
  opacity: 1;
}
.pr-infobox-content-align-left .pr-infobox .infobox-icon,
.pr-infobox-content-align-left .pr-infobox .infobox-content,
.pr-infobox-content-align-left .pr-infobox .infobox-button {
  text-align: left;
}
.pr-infobox-content-align-left .pr-infobox .infobox-content .pr-infobox-hr-holder {
  justify-content: flex-start;
}
.pr-infobox-content-align-right .pr-infobox .infobox-icon,
.pr-infobox-content-align-right .pr-infobox .infobox-content,
.pr-infobox-content-align-right .pr-infobox .infobox-button {
  text-align: right;
}
.pr-infobox-content-align-right .pr-infobox .infobox-content .pr-infobox-hr-holder {
  justify-content: flex-end;
}
.pr-infobox-content-align-center .pr-infobox .infobox-icon,
.pr-infobox-content-align-center .pr-infobox .infobox-content,
.pr-infobox-content-align-center .pr-infobox .infobox-button {
  text-align: center;
}
.pr-infobox-content-align-center .pr-infobox .infobox-content .pr-infobox-hr-holder {
  justify-content: center;
}
.pr-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap,
.pr-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
.pr-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap {
  width: 90px;
  height: 90px;
  text-align: center;
}
.pr-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap {
  border-radius: 0;
}
.pr-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
.pr-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap {
  border-radius: 15px;
}
.pr-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pr-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,
.pr-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap {
  border-radius: 50%;
}
.pr-infobox .infobox-button a.pr-infobox-button {
  display: inline-block;
  padding: 5px 10px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.pr-infobox-icon-bg-shape-circle .infobox-icon-wrap,
.pr-infobox-icon-bg-shape-square .infobox-icon-wrap,
.pr-infobox-icon-bg-shape-radius .infobox-icon-wrap {
  justify-content: center;
  display: flex !important;
  align-items: center;
}
.pr-infobox-content-align-left.pr-infobox-icon-bg-shape-square .infobox-icon,
.pr-infobox-content-align-left.pr-infobox-icon-bg-shape-radius .infobox-icon,
.pr-infobox-content-align-left.pr-infobox-icon-bg-shape-circle .infobox-icon {
  display: flex;
  justify-content: flex-start;
}
.pr-infobox-content-align-center.pr-infobox-icon-bg-shape-square .infobox-icon,
.pr-infobox-content-align-center.pr-infobox-icon-bg-shape-radius .infobox-icon,
.pr-infobox-content-align-center.pr-infobox-icon-bg-shape-circle .infobox-icon {
  display: flex;
  justify-content: center;
}
.pr-infobox-content-align-right.pr-infobox-icon-bg-shape-square .infobox-icon,
.pr-infobox-content-align-right.pr-infobox-icon-bg-shape-radius .infobox-icon,
.pr-infobox-content-align-right.pr-infobox-icon-bg-shape-circle .infobox-icon {
  display: flex;
  justify-content: flex-end;
}
.pr-infobox.icon-on-left {
  position: relative;
  z-index: 0;
  display: flex;
}
.pr-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
  background: none;
  border: 0px;
  text-align: left;
  height: auto;
  display: block;
}
.pr-infobox .infobox-content p {
  margin: 0 0 15px;
}
.pr-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i {
  margin-top: 0px;
  transform: translateY(0%);
}
.pr-infobox.icon-on-left .infobox-content {
  padding-left: 15px;
  flex: 1 1 auto;
}
.pr-infobox.icon-on-left .infobox-content .title {
  line-height: 1;
  margin: 0 0 10px 0;
}
.pr-infobox.icon-on-right {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: row-reverse;
}
.pr-infobox.icon-on-right .infobox-icon .infobox-icon-wrap {
  background: none;
  border: 0px;
  text-align: right;
  width: auto;
  height: auto;
  display: block;
}
.pr-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i {
  margin-top: 0px;
  transform: translateY(0%);
}
.pr-infobox.icon-on-right .infobox-content {
  padding-right: 15px;
  text-align: right;
  flex: 1 1 auto;
  box-sizing: border-box;
}
.pr-infobox.icon-on-right .infobox-content .title {
  line-height: 1;
  margin: 0 0 10px 0;
}
.pr-infobox .infobox-icon img {
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.pr-infobox-hover-img-shape-square:hover .pr-infobox .infobox-icon img {
  border-radius: 0;
}
.pr-infobox-shape-circle .pr-infobox .infobox-icon img,
.pr-infobox-hover-img-shape-circle:hover .pr-infobox .infobox-icon img {
  border-radius: 50%;
}
.pr-infobox-shape-radius .pr-infobox .infobox-icon img,
.pr-infobox-hover-img-shape-radius:hover .pr-infobox .infobox-icon img {
  border-radius: 15px;
}
.pr-infobox .infobox-content .pr-infobox-hr-holder {
  display: flex;
}
hr.pr-infobox-hr {
  height: 2px;
  width: 40px;
  margin-bottom: 20px;
}
.pr-team-item {
  overflow: hidden;
  position: relative;
}
.team-avatar-rounded figure img {
  border-radius: 50%;
  height: auto;
}
.pr-team-image > figure {
  margin: 0;
  padding: 0;
}
.pr-team-image > figure img {
  display: block;
  margin: 0 auto;
}
.pr-team-item .pr-team-content {
  padding: 10px;
}
.pr-team-item .pr-team-member-name {
  font-size: 20px;
  margin: 5px 0;
}
.pr-team-item .pr-team-member-position {
  font-size: 14px;
  margin: 5px 0 10px;
}
.pr-team-item .pr-team-content,
.pr-team-item .pr-team-content .pr-team-text {
  font-size: 14px;
  line-height: 1.5;
}
.pr-team-content > ul {
  margin: 0;
  padding: 0;
}
.pr-team-content li {
  display: inline-block;
  list-style: outside none none;
  text-align: center;
}
.pr-team-content li a {
  font-size: 16px;
}
.pr-team-align-left .pr-team-item .pr-team-member-name,
.pr-team-align-left .pr-team-item .pr-team-member-position,
.pr-team-align-left .pr-team-item .pr-team-text,
.pr-team-align-left .pr-team-item .pr-team-content p,
.pr-team-align-left .pr-team-item .pr-team-content ul,
.pr-team-align-left .pr-team-item .pr-team-content li {
  text-align: left;
}
.pr-team-align-right .pr-team-item .pr-team-member-name,
.pr-team-align-right .pr-team-item .pr-team-member-position,
.pr-team-align-right .pr-team-item .pr-team-text,
.pr-team-align-right .pr-team-item .pr-team-content p,
.pr-team-align-right .pr-team-item .pr-team-content ul,
.pr-team-align-right .pr-team-item .pr-team-content li {
  text-align: right;
}
.pr-team-align-centered .pr-team-item .pr-team-member-name,
.pr-team-align-centered .pr-team-item .pr-team-member-position,
.pr-team-align-centered .pr-team-item .pr-team-text,
.pr-team-align-centered .pr-team-item .pr-team-content p,
.pr-team-align-centered .pr-team-item .pr-team-content ul,
.pr-team-align-centered .pr-team-item .pr-team-content li {
  text-align: center;
}
.pr-team-item.pr-team-members-overlay .pr-team-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.pr-team-item.pr-team-members-overlay:hover .pr-team-content {
  opacity: 1;
}
.pr-team-member-social-link > a {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.pr-team-member-social-link > a:focus {
  outline: none;
}
.pr-team-slider .slick-next,
.pr-team-slider .slick-prev,
.pr-main-adv-carousel .slick-next,
.pr-main-adv-carousel .slick-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid;
  z-index: 2;
  transition: all 0.3s;
}
.pr-team-slider .slick-prev::before,
.pr-team-slider .slick-next::before,
.pr-main-adv-carousel .slick-prev::before,
.pr-main-adv-carousel .slick-next::before {
  font-family: "iconfont" !important;
  font-size: 30px;
  color: #111;
  opacity: 1;
  text-align: center;
}
.pr-team-slider .slick-next::before,
.pr-main-adv-carousel .slick-next::before {
  content: "";
}
.pr-team-slider .slick-prev::before,
.pr-main-adv-carousel .slick-prev::before {
  content: "";
}
.pr-dual-header-container .pr-dual-header-first-header,
.pr-dual-header-container .pr-dual-header-second-header {
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 500px) {
  .pr-dual-header-container .pr-dual-header-first-header,
  .pr-dual-header-container .pr-dual-header-second-header {
    display: block;
    word-wrap: break-word;
  }
}
.pr-dual-header-first-container {
  margin-right: 5px;
}
.pr-dual-header-first-clip,
.pr-dual-header-second-clip {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.pr-pricing-table-container {
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pr-pricing-price-currency {
  position: relative;
}
.pr-pricing-icon-container {
  line-height: 0;
}
.pr-pricing-button-container {
  display: block;
}
.pr-pricing-list {
  list-style-type: none;
  margin: 0;
}
.pr-pricing-slashed-price-value {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin-right: 5px;
}
.pr-pricing-price-value {
  font-size: 70px;
}
.pr-pricing-description-container li {
  list-style-position: inside;
  text-indent: -40px;
}
@-moz-document url-prefix() {
  .pr-pricing-description-container li {
    text-indent: 0px;
  }
}
.pr-pricing-price-button {
  display: inline-block;
  padding: 15px 30px;
  line-height: 1.42857143;
  text-align: center;
  color: #fff;
  background: #6ec1e4;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pr-maps-info-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pr-maps-info-title,
.pr-maps-info-desc {
  margin: 0;
  padding: 0;
}
.pr-maps-container .gm-style-iw {
  text-align: center;
}
.pr-suffix-text,
.pr-fancy-text,
.pr-prefix-text {
  font-size: 40px;
}
.pr-fancy-text-wrapper .pr-fancy-list-items {
  list-style: none;
}
.pr-fancy-text-wrapper .pr-fancy-text-span-align {
  vertical-align: top;
}
.pr-item-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.pr-img-portfolio-filter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pr-portfolio-50 .pr-portfolio-item:nth-child(2n + 1) {
  clear: left;
}
.pr-portfolio-33330 .pr-portfolio-item:nth-child(3n + 1) {
  clear: left;
}
.pr-portfolio-25 .pr-portfolio-item:nth-child(4n + 1) {
  clear: left;
}
.pr-portfolio-20 .pr-portfolio-item:nth-child(5n + 1) {
  clear: left;
}
.pr-portfolio-1666 .pr-portfolio-item:nth-child(6n + 1) {
  clear: left;
}
.pr-img-portfolio {
  clear: both;
  overflow: hidden;
}
.pr-portfolio-container .pr-portfolio-item {
  padding: 10px;
  float: left;
}
.pr-img-portfolio-filter .pr-portfolio-cats-container li a.category {
  border-radius: 75px;
  margin: 15px 5px 20px;
  padding: 7px 20px;
  outline: none;
}
.pr-portfolio-image {
  position: relative;
}
.pr-portfolio-image-container {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.pr-portfolio-image-container img {
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pr-portfolio-image .pr-portfolio-magnific-image span,
.pr-portfolio-image .pr-portfolio-image-link span {
  line-height: 1;
  display: inline-block;
  opacity: 0;
  margin: 0 5px;
  padding: 15px;
  border-radius: 50%;
}
.pr-portfolio-image.style2 .pr-portfolio-magnific-image span,
.pr-portfolio-image.style2 .pr-portfolio-image-link span {
  margin: 0 5px 20px;
}
.pr-portfolio-image:hover .pr-portfolio-magnific-image span {
  -webkit-transition:
    all 0.3s ease-in-out,
    opacity 0.5s ease-in-out 0.3s;
  -moz-transition:
    all 0.3s ease-in-out,
    opacity 0.5s ease-in-out 0.3s;
  -ms-transition:
    all 0.3s ease-in-out,
    opacity 0.5s ease-in-out 0.3s;
  -o-transition:
    all 0.3s ease-in-out,
    opacity 0.5s ease-in-out 0.3s;
}
.pr-portfolio-image:hover .pr-portfolio-image-link span {
  -webkit-transition:
    all 0.3s ease-in-out,
    opacity 0.5s ease-in-out 0.6s;
  -moz-transition:
    all 0.3s ease-in-out,
    opacity 0.5s ease-in-out 0.6s;
  -ms-transition:
    all 0.3s ease-in-out,
    opacity 0.5s ease-in-out 0.6s;
  -o-transition:
    all 0.3s ease-in-out,
    opacity 0.5s ease-in-out 0.6s;
}
.pr-portfolio-image:hover .pr-portfolio-magnific-image span,
.pr-portfolio-image:hover .pr-portfolio-image-link span {
  opacity: 1;
}
.pr-img-portfolio-filter .pr-portfolio-cats-container {
  text-align: center;
  margin: 0;
}
.pr-img-portfolio-filter .pr-portfolio-cats-container li {
  list-style: none;
  display: inline-flex;
}
.pr-portfolio-image:hover .pr-portfolio-image-container.zoomin img {
  transform: scale(1.3);
}
.pr-portfolio-image:hover .pr-portfolio-image-container.zoomout img {
  transform: scale(1.1);
}
.pr-portfolio-image:hover .pr-portfolio-image-container.scale img {
  transform: scale(1.3) rotate(5deg);
}
.pr-portfolio-image:hover .pr-portfolio-image-container.gray img {
  filter: grayscale(100%);
}
.pr-portfolio-image:hover .pr-portfolio-image-container.blur img {
  filter: blur(3px);
}
.pr-portfolio-image .pr-portfolio-caption {
  padding: 10px;
}
.pr-portfolio-image .pr-portfolio-caption .pr-portfolio-img-name {
  margin-bottom: 0;
}
.pr-portfolio-image.style1 {
  overflow: hidden;
}
.pr-portfolio-image.style1 .pr-portfolio-icons-wrapper,
.pr-portfolio-image.default .pr-portfolio-icons-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pr-portfolio-image.style1 .pr-portfolio-icons-inner-container,
.pr-portfolio-image.default .pr-portfolio-icons-inner-container {
  position: absolute;
  top: 33.33%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pr-portfolio-image.style1 .pr-portfolio-caption {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.pr-portfolio-image.default .pr-portfolio-caption {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
.pr-portfolio-image.style1:hover .pr-portfolio-caption {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: -1px !important;
}
.pr-portfolio-image.style2 .pr-portfolio-icons-caption-container {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(108, 191, 226, 0.68);
  display: flex;
  text-align: center;
  align-items: center;
}
.pr-portfolio-image.style2 .pr-portfolio-icons-caption-cell {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  position: relative;
  z-index: 20;
}
.pr-portfolio-image.style2:hover .pr-portfolio-icons-caption-cell {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.8s cubic-bezier(0.28, 0.885, 0.49, 0.965);
  transition: all 0.8s cubic-bezier(0.28, 0.885, 0.49, 0.965);
}
.pr-portfolio-image.style2:hover .pr-portfolio-icons-caption-container {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.pr-clearfix {
  clear: both;
}
.pr-portfolio-container .pr-portfolio-item {
  padding: 10px;
}
.pr-primary-navigation {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.pr-main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pr-main-menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  padding: 8px 15px;
}
.pr-main-menu .menu-item {
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.pr-main-menu .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 25px 0;
  margin-left: -20px;
  background-color: #fff;
  background-clip: padding-box;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.4s,
    visibility 0.4s;
  transition:
    opacity 0.4s,
    visibility 0.4s;
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
}
.pr-main-menu .sub-menu .menu-item {
  position: relative;
  display: block;
  margin: 0;
}
.pr-main-menu .sub-menu a {
  display: block;
  background: transparent !important;
  padding: 12px 40px;
  text-align: left;
}
.pr-main-menu .menu-item-has-children > a:after {
  content: "";
  font-size: 14px;
  font-family: FontAwesome;
  line-height: 1;
  margin-left: 5px;
}
.pr_nav_anime_br .pr-main-menu > .menu-item > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.pr_nav_anime_br .pr-main-menu > .menu-item:hover > a:before,
.pr_nav_anime_br .pr-main-menu > .menu-item.uk-active > a:before {
  width: 20px;
  background-color: #e9204f;
}
.pr-main-menu .sub-menu .menu-item-has-children > a:after {
  content: "";
  font-size: 14px;
  font-family: FontAwesome;
  float: right;
}
.pr-main-menu .sub-menu .sub-menu {
  top: -7px;
  left: 248px;
  margin-top: 10px;
}
.pr-main-menu .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.pr-nav-primary .pr-main-menu.pr_vertical li {
  display: block;
}
.pr-nav-primary .pr-main-menu.pr_vertical .sub-menu {
  display: none;
}
.pr-nav-primary .pr-main-menu.pr_vertical .menu-item-has-children > a:after {
  display: none;
}
.pr-site-branding .custom-logo-link {
  padding: 0;
  float: none;
}
.search-icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #818a91;
  font-size: 50px;
  text-align: center;
  cursor: pointer;
}
.search-icon i {
  width: 1em;
  height: 1em;
}
.search-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.94);
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.search-overlay.open {
  opacity: 1;
  visibility: visible;
}
.fullscreen-searchform {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50px);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.search-overlay.open .fullscreen-searchform {
  opacity: 1;
  transform: translateY(0);
}
.search-overlay .search-box {
  width: 100%;
  background-color: transparent;
  outline: 0;
  font-size: 25px;
  padding: 20px;
  color: #fff;
}
.search-overlay .search-box:focus {
  border: solid 3px rgba(0, 86, 210, 0.54);
}
.fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  padding-right: 20px;
}
.elementor-search-button {
  background: transparent !important;
  border: none;
}
.search-close {
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 50px;
  color: #e4e0e0;
  display: block;
  cursor: pointer;
  font-family: FontAwesome;
}
.search-overlay .search-close:before {
  content: "";
}
.search-overlay .search-close:after {
  content: "";
  margin-left: -5px;
}
.pr-contact-form-container .wpcf7-form p:nth-last-of-type(1) {
  display: block;
  width: 100%;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-validation-errors {
  border: 0;
  border-left: 3px solid #ff2f2f;
  background-color: rgba(255, 47, 47, 0.1);
  color: #ff2f2f;
  line-height: 1;
  padding: 24px;
}
.wpcf7 .wpcf7-mail-sent-ok {
  background: rgba(92, 184, 92, 0.26);
  border: 0;
  border-left: 3px solid #4caf50;
  color: #4caf50;
  line-height: 1;
  padding: 24px;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #d9534f;
  font-size: 12px;
}
.pr-blog-carousel-wrap.style-one .post.type-post > .outer > .featured-image .image {
  padding-top: 100%;
}
.pr-blog-carousel-wrap.style-one .post.type-post > .outer > .inner {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.pr-blog-carousel-wrap.style-one .post.type-post > .outer > .inner .title a,
.pr-blog-carousel-wrap.style-one .post.type-post > .outer > .inner .category,
.pr-blog-carousel-wrap.style-one .post.type-post > .outer > .inner .more.icon {
  color: #fff;
}
.pr-blog-carousel-wrap.style-one .post.type-post > .outer > .inner .more.icon {
  opacity: 0;
}
.pr-blog-carousel-wrap.style-one .post.type-post > .outer > .inner .link {
  padding-top: 100%;
}
.pr-blog-carousel-wrap.style-one .post.type-post > .outer > .inner > * {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.pr-blog-carousel-wrap.style-one .post.type-post:hover {
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
}
.pr-blog-carousel-wrap.style-one .post.type-post:hover > .outer > .inner {
  background-color: rgba(0, 0, 0, 0.7);
}
.pr-blog-carousel-wrap.style-one .post.type-post:hover > .outer > .inner > * {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1 !important;
}
.pr-blog-carousel-wrap.style-two .post.type-post > .outer > .featured-image .image {
  padding-top: 100%;
}
.pr-blog-carousel-wrap.style-two .post.type-post > .outer > .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  padding: 40px;
  background-color: #fff;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.pr-blog-carousel-wrap.style-two .post.type-post > .outer > .inner .category {
  margin: 0;
  color: #e9204f;
}
.pr-blog-carousel-wrap.style-two .post.type-post > .outer > .inner .more.icon {
  opacity: 0;
}
.pr-blog-carousel-wrap.style-two .post.type-post > .outer > .inner .link {
  padding-top: 100%;
}
.pr-blog-carousel-wrap.style-two .post.type-post:hover,
.pr-blog-carousel-wrap.style-two .post.type-post.active {
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
}
.pr-blog-carousel-wrap.style-two .post.type-post:hover > .outer > .inner,
.pr-blog-carousel-wrap.style-two .post.type-post.active > .outer > .inner {
  background-color: rgba(0, 0, 0, 0.75);
}
.pr-blog-carousel-wrap.style-two .post.type-post:hover > .outer > .inner .title a,
.pr-blog-carousel-wrap.style-two .post.type-post:hover > .outer > .inner .category,
.pr-blog-carousel-wrap.style-two .post.type-post:hover > .outer > .inner .description,
.pr-blog-carousel-wrap.style-two .post.type-post:hover > .outer > .inner .more.icon,
.pr-blog-carousel-wrap.style-two .post.type-post.active > .outer > .inner .title a,
.pr-blog-carousel-wrap.style-two .post.type-post.active > .outer > .inner .category,
.pr-blog-carousel-wrap.style-two .post.type-post.active > .outer > .inner .description,
.pr-blog-carousel-wrap.style-two .post.type-post.active > .outer > .inner .more.icon {
  color: #fff;
}
.pr-blog-carousel-wrap.style-two * + .owl-item .post.type-post > .outer > .inner {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.pr-blog-carousel-wrap.style-three .owl-dots {
  margin-top: 60px;
}
.pr-blog-carousel-wrap.style-three .post.type-post > .outer > .inner {
  position: initial;
}
.post.type-post {
  position: relative;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
article > .outer > .featured-image {
  overflow: hidden;
}
.post.type-post > .outer > .featured-image .image {
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.post.type-post > .outer > .featured-image .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.post.type-post > .outer > .inner .title {
  margin: 20px 0 0;
}
.post.type-post > .outer > .inner .title a {
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.post.type-post > .outer > .inner .category {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #acacac;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.post.type-post > .outer > .inner .category:hover {
  color: #101010;
}
.post.type-post > .outer > .inner .description {
  padding: 0;
  margin: 20px 0 0;
}
.post.type-post > .outer > .inner .meta {
  display: block;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.post.type-post > .outer > .inner .category {
  display: block;
}
.post.type-post > .outer > .inner .meta > li {
  font-size: 13px;
  color: #acacac;
}
.post.type-post > .outer > .inner .meta > li a {
  color: #acacac;
}
.post.type-post > .outer > .inner .meta > * + li:before {
  content: "–";
  margin: 0 0.5rem;
  opacity: 0.5;
}
.post.type-post > .outer > .inner .more.icon {
  display: inline-block;
  margin-top: 20px;
  font-size: 24px;
  color: #e9204f;
}
.post.type-post > .outer > .inner .more:not(.icon) {
  color: #e9204f;
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.post.type-post > .outer > .inner .more:not(.icon):hover {
  border-color: #e9204f;
}
.post.type-post > .outer > .inner .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 66.6666667%;
}
.post.type-post:hover > .outer > .featured-image .image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
}
.post.type-post .pr__entry__meta.pr__vr strong {
  font-size: 1rem;
  color: #e9204f;
}
.pr__image__cover {
  background-color: #f3f3f3;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 66.6666667%;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition:
    filter 0.2s ease,
    -webkit-filter 0.2s ease;
  -o-transition: filter 0.2s ease;
}
.pr__image__cover.pr__ratio__square {
  padding-top: 100%;
}
.pr__image__cover.pr__ratio__portrait {
  padding-top: calc(150% - 36px);
}
.pr__image__cover.pr__ratio__landscape {
  padding-top: 56.25%;
}
.pr__image__cover:hover {
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
}
.pr-blog-carousel-wrap .swiper-pagination {
  position: static;
}
.pr-blog-carousel-wrap .swiper-pagination-bullet {
  background: #ccc;
  margin: 0 4px;
  opacity: 1;
  height: 8px;
  width: 8px;
}
.pr-blog-carousel-wrap .swiper-pagination-bullet-active {
  background: #000;
}
.item.work-box > .outer {
  background-color: #101010;
  position: relative;
  overflow: hidden;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.item.work-box > .outer > .image {
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.item.work-box > .outer > .image.pr_work_image img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.pr-portfolio-grid .item.work-box > .outer > .pr__image__cover {
  padding: 0;
}
.pr__image__cover.pr__ratio__square {
  padding-top: 100%;
}
.item.work-box > .outer > .inner {
  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-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.item.work-box > .outer > .inner .title {
  margin: 0;
  color: #fff;
  text-align: center;
}
.item.work-box > .outer > .inner .category {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.item.work-box > .outer > .inner > * {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.item.work-box:hover > .outer {
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.item.work-box:hover > .outer > .pr__image__cover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
}
.item.work-box:hover > .outer > .inner {
  background-color: rgba(0, 0, 0, 0.7);
}
.item.work-box:hover > .outer > .inner > * {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.works-filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.works-filter-list > * + li {
  margin-left: 1.4rem;
}
.works-filter-list > li > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.works-filter-list.pr_anime_br > li > a:before {
  content: "";
  display: inline-block;
  height: 5px;
  width: 100%;
  background-color: #e9204f;
  position: absolute;
  bottom: -3px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.works-filter-list > li.uk-active a {
  color: #e9204f;
}
.works-filter-list > li.uk-active a:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list.nitro-lazy {
  background: none !important;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  margin: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  box-shadow: none;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.fa-moimir,
.fa-liveinternet,
.fa-instapaper,
.fa-surfingbird,
.fa-livejournal,
.fa-blogger,
.fa-baidu,
.fa-buffer,
.fa-evernote,
.fa-line,
.fa-viber {
  font-family: "social-share";
}
.fa-moimir:before,
.fa-liveinternet:before,
.fa-instapaper:before,
.fa-surfingbird:before,
.fa-livejournal:before,
.fa-blogger:before,
.fa-baidu:before,
.fa-buffer:before,
.fa-evernote:before,
.fa-line:before,
.fa-viber:before {
  vertical-align: middle;
}
.fa-moimir:before {
  content: "";
}
.fa-liveinternet:before {
  content: "";
}
.fa-instapaper:before {
  content: "";
}
.fa-surfingbird:before {
  content: "";
}
.fa-livejournal:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-baidu:before {
  content: "";
}
.fa-buffer:before {
  content: "";
}
.fa-evernote:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.pixe-social-share-button {
  cursor: pointer;
}
.elementor-widget-share-buttons .pixe-ep-grid {
  overflow: hidden;
}
.pixe-social-share-buttons-align-right .pixe-ep-grid {
  justify-content: flex-end;
}
.pixe-social-share-buttons-align-left .pixe-ep-grid {
  justify-content: flex-start;
}
.pixe-social-share-buttons-align-center .pixe-ep-grid {
  justify-content: center;
}
.pixe-social-share-buttons-align-justify .pixe-ep-grid {
  justify-content: space-between;
}
.pixe-social-share-buttons-style-boxed .pixe-social-share-text,
.pixe-social-share-buttons-style-minimal .pixe-social-share-text,
.pixe-social-share-buttons-style-gradient .pixe-social-share-text {
  padding-left: 0.9em;
}
.pixe-social-share-buttons-style-flat .pixe-social-share,
.pixe-social-share-buttons-style-flat .pixe-social-share:hover,
.pixe-social-share-buttons-style-gradient .pixe-social-share,
.pixe-social-share-buttons-style-gradient .pixe-social-share:hover {
  color: #fff;
}
.pixe-social-share-buttons-style-minimal.pixe-social-share-buttons-shape-rounded .pixe-social-share-icon {
  border-radius: 0.5em;
}
.pixe-social-share-buttons-style-minimal.pixe-social-share-buttons-shape-circle .pixe-social-share-icon {
  border-radius: 99.9em;
}
.pixe-social-share-buttons-style-minimal .pixe-social-share-text {
  color: #222;
}
.pixe-social-share-buttons-view-text .pixe-social-share-text {
  padding-left: 1.3em;
}
.pixe-social-share-buttons-view-text .pixe-social-share-icon,
.pixe-social-share-buttons-view-text .pixe-social-share-text,
.pixe-social-share-buttons-view-icon .pixe-social-share-icon,
.pixe-social-share-buttons-view-icon .pixe-social-share-text {
  flex-grow: 1;
  justify-content: center;
}
.pixe-social-share-buttons-shape-rounded .pixe-social-share-button {
  border-radius: 0.5em;
}
.pixe-social-share-buttons-shape-circle .pixe-social-share-button {
  border-radius: 99.9em;
}
.pixe-social-share-button {
  overflow: hidden;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition-duration: 0.2s;
  transition-property: filter, background-color, border-color;
  height: 4.2em;
  cursor: pointer;
}
.pixe-social-share-icon,
.pixe-social-share-text {
  transition-property: color, background-color;
  transition-duration: 0.2s;
}
.pixe-social-share-icon {
  display: flex;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  width: 4.2em;
  position: relative;
}
.pixe-social-share-icon i {
  font-size: 1.5em;
}
.pixe-social-share-text {
  font-size: 1.3em;
  padding-right: 1.3em;
  align-self: stretch;
  flex-grow: 1;
  align-items: center;
  display: flex;
  font-weight: 100;
}
.pixe-social-share-title {
  font-weight: bold;
  flex-shrink: 0;
}
.pixe-social-share-title + .pixe-social-share-counter {
  margin-left: 0.6em;
  flex-shrink: 0;
  font-weight: 500;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-vkontakte,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-vkontakte {
  background-color: #45668e;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-facebook,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-facebook {
  background-color: #3b5998;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-odnoklassniki,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient
  .pixe-social-share-button-odnoklassniki {
  background-color: #f4731c;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-moimir,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-moimir {
  background-color: #168de2;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-googleplus,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient
  .pixe-social-share-button-googleplus {
  background-color: #dd4b39;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-linkedin,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-linkedin {
  background-color: #0077b5;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-twitter,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-twitter {
  background-color: #1da1f2;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-livejournal,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient
  .pixe-social-share-button-livejournal {
  background-color: #00b0ea;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-tumblr,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-tumblr {
  background-color: #35465c;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-blogger,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-blogger {
  background-color: #f06a35;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-pinterest,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-pinterest {
  background-color: #bd081c;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-digg,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-digg {
  background-color: #005be2;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-evernote,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-evernote {
  background-color: #2dbe60;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-reddit,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-reddit {
  background-color: #ff4500;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-delicious,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-delicious {
  background-color: #39f;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-stumbleupon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient
  .pixe-social-share-button-stumbleupon {
  background-color: #eb4924;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-pocket,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-pocket {
  background-color: #ef3f56;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-surfingbird,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient
  .pixe-social-share-button-surfingbird {
  background-color: #25b1f6;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-liveinternet,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient
  .pixe-social-share-button-liveinternet {
  background-color: #5382c4;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-buffer,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-buffer {
  background-color: #1b1b1b;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-instapaper,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient
  .pixe-social-share-button-instapaper {
  background-color: #000;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-xing,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-xing {
  background-color: #026466;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-wordpress,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-wordpress {
  background-color: #21759b;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-baidu,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-baidu {
  background-color: #2319dc;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-renren,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-renren {
  background-color: #237ec5;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-weibo,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-weibo {
  background-color: #e6162d;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-skype,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-skype {
  background-color: #00aff0;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-telegram,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-telegram {
  background-color: #2ca5e0;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-viber,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-viber {
  background-color: #834995;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-whatsapp,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-whatsapp {
  background-color: #25d366;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-flat .pixe-social-share-button-line,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-gradient .pixe-social-share-button-line {
  background-color: #00b900;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-vkontakte,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-vkontakte {
  color: #45668e;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-facebook,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-facebook {
  color: #3b5998;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed
  .pixe-social-share-button-odnoklassniki,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-odnoklassniki {
  color: #f4731c;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-moimir,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-moimir {
  color: #168de2;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-googleplus,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-googleplus {
  color: #dd4b39;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-linkedin,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-linkedin {
  color: #0077b5;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-twitter,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-twitter {
  color: #1da1f2;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-livejournal,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-livejournal {
  color: #00b0ea;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-tumblr,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-tumblr {
  color: #35465c;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-blogger,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-blogger {
  color: #f06a35;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-pinterest,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-pinterest {
  color: #bd081c;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-digg,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-digg {
  color: #005be2;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-evernote,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-evernote {
  color: #2dbe60;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-reddit,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-reddit {
  color: #ff4500;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-delicious,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-delicious {
  color: #39f;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-stumbleupon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-stumbleupon {
  color: #eb4924;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-pocket,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-pocket {
  color: #ef3f56;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-surfingbird,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-surfingbird {
  color: #25b1f6;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-liveinternet,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-liveinternet {
  color: #5382c4;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-buffer,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-buffer {
  color: #1b1b1b;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-instapaper,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-instapaper {
  color: #000;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-xing,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-xing {
  color: #026466;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-wordpress,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-wordpress {
  color: #21759b;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-baidu,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-baidu {
  color: #2319dc;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-renren,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-renren {
  color: #237ec5;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-weibo,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-weibo {
  color: #e6162d;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-skype,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-skype {
  color: #00aff0;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-telegram,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-telegram {
  color: #2ca5e0;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-viber,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-viber {
  color: #834995;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-whatsapp,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-whatsapp {
  color: #25d366;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-framed .pixe-social-share-button-line,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed .pixe-social-share-button-line {
  color: #00b900;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-vkontakte
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-vkontakte
  .pixe-social-share-icon {
  background-color: #45668e;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-facebook
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-facebook
  .pixe-social-share-icon {
  background-color: #3b5998;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-odnoklassniki
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-odnoklassniki
  .pixe-social-share-icon {
  background-color: #f4731c;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-moimir
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-moimir
  .pixe-social-share-icon {
  background-color: #168de2;
  color: #ffaf32;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-googleplus
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-googleplus
  .pixe-social-share-icon {
  background-color: #dd4b39;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-linkedin
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-linkedin
  .pixe-social-share-icon {
  background-color: #0077b5;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-twitter
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-twitter
  .pixe-social-share-icon {
  background-color: #1da1f2;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-livejournal
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-livejournal
  .pixe-social-share-icon {
  background-color: #00b0ea;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-tumblr
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-tumblr
  .pixe-social-share-icon {
  background-color: #35465c;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-blogger
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-blogger
  .pixe-social-share-icon {
  background-color: #f06a35;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-pinterest
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-pinterest
  .pixe-social-share-icon {
  background-color: #bd081c;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-digg
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-digg
  .pixe-social-share-icon {
  background-color: #005be2;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-evernote
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-evernote
  .pixe-social-share-icon {
  background-color: #2dbe60;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-reddit
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-reddit
  .pixe-social-share-icon {
  background-color: #ff4500;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-delicious
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-delicious
  .pixe-social-share-icon {
  background-color: #39f;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-stumbleupon
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-stumbleupon
  .pixe-social-share-icon {
  background-color: #eb4924;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-pocket
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-pocket
  .pixe-social-share-icon {
  background-color: #ef3f56;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-surfingbird
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-surfingbird
  .pixe-social-share-icon {
  background-color: #25b1f6;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-liveinternet
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-liveinternet
  .pixe-social-share-icon {
  background-color: #5382c4;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-buffer
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-buffer
  .pixe-social-share-icon {
  background-color: #1b1b1b;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-instapaper
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-instapaper
  .pixe-social-share-icon {
  background-color: #000;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-xing
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-xing
  .pixe-social-share-icon {
  background-color: #026466;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-wordpress
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-wordpress
  .pixe-social-share-icon {
  background-color: #21759b;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-baidu
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-baidu
  .pixe-social-share-icon {
  background-color: #2319dc;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-renren
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-renren
  .pixe-social-share-icon {
  background-color: #237ec5;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-weibo
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-weibo
  .pixe-social-share-icon {
  background-color: #e6162d;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-skype
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-skype
  .pixe-social-share-icon {
  background-color: #00aff0;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-telegram
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-telegram
  .pixe-social-share-icon {
  background-color: #2ca5e0;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-viber
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-viber
  .pixe-social-share-icon {
  background-color: #834995;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-whatsapp
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-whatsapp
  .pixe-social-share-icon {
  background-color: #25d366;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-line
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-line
  .pixe-social-share-icon {
  background-color: #00b900;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button
  .pixe-social-share-icon {
  color: #fff;
}
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button-moimir
  .pixe-social-share-icon
  .fa-moimir:before,
.pixe-social-share-buttons-color-original.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button-moimir
  .pixe-social-share-icon
  .fa-moimir:before {
  color: #ffaf32;
}
.pixe-social-share-buttons-style-framed .pixe-social-share-button,
.pixe-social-share-buttons-style-boxed .pixe-social-share-button {
  border-style: solid;
}
.pixe-social-share-buttons-style-gradient .pixe-social-share-text {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0) 100%);
}
.pixe-social-share-buttons-style-gradient.pixe-social-share-buttons-view-icon .pixe-social-share-icon {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.12), transparent);
}
.pixe-social-share-buttons-color-original .pixe-social-share-button:hover {
  filter: saturate(1.2) brightness(1.1);
}
.pixe-social-share-buttons-color-custom.pixe-social-share-buttons-style-flat .pixe-social-share-button,
.pixe-social-share-buttons-color-custom.pixe-social-share-buttons-style-gradient .pixe-social-share-button {
  background-color: #666;
}
.pixe-social-share-buttons-color-custom.pixe-social-share-buttons-style-framed .pixe-social-share-button,
.pixe-social-share-buttons-color-custom.pixe-social-share-buttons-style-minimal .pixe-social-share-button,
.pixe-social-share-buttons-color-custom.pixe-social-share-buttons-style-boxed .pixe-social-share-button {
  color: #666;
  border-color: #666;
}
.pixe-social-share-buttons-color-custom.pixe-social-share-buttons-style-boxed
  .pixe-social-share-button
  .pixe-social-share-icon,
.pixe-social-share-buttons-color-custom.pixe-social-share-buttons-style-minimal
  .pixe-social-share-button
  .pixe-social-share-icon {
  background-color: #666;
}
.pixe-social-share-buttons-color-custom.pixe-social-share-buttons-style-boxed .pixe-social-share-icon,
.pixe-social-share-buttons-color-custom.pixe-social-share-buttons-style-minimal .pixe-social-share-icon {
  color: #fff;
}
.pixe-ep-grid {
  display: flex;
  flex-wrap: wrap;
}
.pixe-ep-grid .pixe-ep-grid-item {
  word-break: break-word;
}
.pixe-ep-grid-1 .pixe-ep-grid-item {
  width: 100%;
}
.pixe-ep-grid-2 .pixe-ep-grid-item {
  width: 50%;
}
.pixe-ep-grid-3 .pixe-ep-grid-item {
  width: 33.33333%;
}
.pixe-ep-grid-4 .pixe-ep-grid-item {
  width: 25%;
}
.pixe-ep-grid-5 .pixe-ep-grid-item {
  width: 20%;
}
.pixe-ep-grid-6 .pixe-ep-grid-item {
  width: 16.66667%;
}
body .gform_wrapper.gf_reset_wrapper,
body .gform_wrapper.gf_reset_wrapper button,
body .gform_wrapper.gf_reset_wrapper caption,
body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper form,
body .gform_wrapper.gf_reset_wrapper h1,
body .gform_wrapper.gf_reset_wrapper h2,
body .gform_wrapper.gf_reset_wrapper h3,
body .gform_wrapper.gf_reset_wrapper h4,
body .gform_wrapper.gf_reset_wrapper h5,
body .gform_wrapper.gf_reset_wrapper h6,
body .gform_wrapper.gf_reset_wrapper iframe,
body .gform_wrapper.gf_reset_wrapper img,
body .gform_wrapper.gf_reset_wrapper input[type="button"],
body .gform_wrapper.gf_reset_wrapper input[type="email"],
body .gform_wrapper.gf_reset_wrapper input[type="image"],
body .gform_wrapper.gf_reset_wrapper input[type="number"],
body .gform_wrapper.gf_reset_wrapper input[type="password"],
body .gform_wrapper.gf_reset_wrapper input[type="submit"],
body .gform_wrapper.gf_reset_wrapper input[type="tel"],
body .gform_wrapper.gf_reset_wrapper input[type="text"],
body .gform_wrapper.gf_reset_wrapper input[type="url"],
body .gform_wrapper.gf_reset_wrapper label,
body .gform_wrapper.gf_reset_wrapper legend,
body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper select,
body .gform_wrapper.gf_reset_wrapper span,
body .gform_wrapper.gf_reset_wrapper table,
body .gform_wrapper.gf_reset_wrapper tbody,
body .gform_wrapper.gf_reset_wrapper td,
body .gform_wrapper.gf_reset_wrapper textarea,
body .gform_wrapper.gf_reset_wrapper tfoot,
body .gform_wrapper.gf_reset_wrapper th,
body .gform_wrapper.gf_reset_wrapper thead,
body .gform_wrapper.gf_reset_wrapper tr,
body .gform_wrapper.gf_reset_wrapper ul {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
body .gform_wrapper.gf_reset_wrapper button,
body .gform_wrapper.gf_reset_wrapper caption,
body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper form,
body .gform_wrapper.gf_reset_wrapper iframe,
body .gform_wrapper.gf_reset_wrapper img,
body .gform_wrapper.gf_reset_wrapper input[type="button"],
body .gform_wrapper.gf_reset_wrapper input[type="email"],
body .gform_wrapper.gf_reset_wrapper input[type="image"],
body .gform_wrapper.gf_reset_wrapper input[type="number"],
body .gform_wrapper.gf_reset_wrapper input[type="password"],
body .gform_wrapper.gf_reset_wrapper input[type="submit"],
body .gform_wrapper.gf_reset_wrapper input[type="tel"],
body .gform_wrapper.gf_reset_wrapper input[type="text"],
body .gform_wrapper.gf_reset_wrapper input[type="url"],
body .gform_wrapper.gf_reset_wrapper label,
body .gform_wrapper.gf_reset_wrapper legend,
body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper select,
body .gform_wrapper.gf_reset_wrapper span,
body .gform_wrapper.gf_reset_wrapper table,
body .gform_wrapper.gf_reset_wrapper tbody,
body .gform_wrapper.gf_reset_wrapper td,
body .gform_wrapper.gf_reset_wrapper textarea,
body .gform_wrapper.gf_reset_wrapper tfoot,
body .gform_wrapper.gf_reset_wrapper th,
body .gform_wrapper.gf_reset_wrapper thead,
body .gform_wrapper.gf_reset_wrapper tr,
body .gform_wrapper.gf_reset_wrapper ul {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 400;
  line-height: 1;
  vertical-align: baseline;
}
body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper span {
  line-height: 1.8;
}
body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper img {
  border: 0;
}
body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper ul {
  list-style: none;
}
body .gform_wrapper.gf_reset_wrapper a img {
  border: none;
}
body .gform_wrapper.gf_reset_wrapper :focus {
  outline: 0;
}
.gform_legacy_markup_wrapper {
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 100%;
}
.gform_legacy_markup_wrapper form {
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
}
.gform_legacy_markup_wrapper *,
.gform_legacy_markup_wrapper :after,
.gform_legacy_markup_wrapper :before {
  box-sizing: border-box !important;
}
.gform_legacy_markup_wrapper h1,
.gform_legacy_markup_wrapper h2,
.gform_legacy_markup_wrapper h3 {
  background: none;
  border: none;
  font-weight: 400;
}
.gform_legacy_markup_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not(
    [type="file"]
  ) {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
  padding: 5px 4px;
}
.gform_legacy_markup_wrapper input[type="image"] {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}
.gform_legacy_markup_wrapper textarea {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 6px 8px;
  resize: none;
}
.gform_legacy_markup_wrapper select {
  line-height: 1.5;
}
.gform_legacy_markup_wrapper .ginput_container_multiselect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
  outline: none;
}
.gform_legacy_markup_wrapper .ginput_container_multiselect select.nitro-lazy {
  background-image: none !important;
}
.gform_legacy_markup_wrapper ul.gform_fields {
  display: block;
  list-style-type: none;
  margin: 0 !important;
}
.gform_legacy_markup_wrapper ul,
html > body .entry ul {
  text-indent: 0;
}
.gform_legacy_markup_wrapper form li,
.gform_legacy_markup_wrapper li {
  list-style-image: none !important;
  list-style-type: none !important;
  list-style: none !important;
  margin-left: 0 !important;
  overflow: visible;
}
.gform_legacy_markup_wrapper ul li.gfield {
  clear: both;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.gfield_radio li {
  overflow: hidden;
}
.gform_legacy_markup_wrapper form ul.gform_fields.left_label li.gfield,
.gform_legacy_markup_wrapper form ul.gform_fields.right_label li.gfield,
.gform_legacy_markup_wrapper ul.gform_fields.left_label li.gfield,
.gform_legacy_markup_wrapper ul.gform_fields.right_label li.gfield {
  margin-bottom: 14px;
}
.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li {
  margin-bottom: 10px;
}
.gform_legacy_markup_wrapper ul li:after,
.gform_legacy_markup_wrapper ul li:before,
.gform_legacy_markup_wrapper ul.gform_fields {
  margin: 0;
  overflow: visible;
  padding: 0;
}
.gform_legacy_markup_wrapper select {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
}
.gform_legacy_markup_wrapper select option {
  display: block;
  padding: 2px;
}
.gform_legacy_markup_wrapper .inline {
  display: inline !important;
}
.gform_legacy_markup_wrapper .gform_heading {
  margin-bottom: 18px;
  width: 100%;
}
.gform_legacy_markup_wrapper .clear-multi {
  display: flex;
}
.gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_year {
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_month,
.gform_legacy_markup_wrapper .gfield_date_year {
  flex-direction: row;
  width: 33.333%;
}
@media only screen and (min-width: 321px) {
  .gform_legacy_markup_wrapper .gfield_date_day,
  .gform_legacy_markup_wrapper .gfield_date_month {
    max-width: 4rem;
  }
  .gform_legacy_markup_wrapper .gfield_date_year {
    max-width: 4.5rem;
  }
}
.gform_legacy_markup_wrapper .gfield_date_dropdown_day,
.gform_legacy_markup_wrapper .gfield_date_dropdown_month,
.gform_legacy_markup_wrapper .gfield_date_dropdown_year {
  flex-direction: row;
  margin-right: 0.5rem;
  vertical-align: top;
}
.gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_month {
  margin-right: 0.5rem;
  width: 4rem;
}
.gform_legacy_markup_wrapper .gfield_date_day input[type="number"],
.gform_legacy_markup_wrapper .gfield_date_month input[type="number"] {
  width: calc(3rem + 8px) !important;
}
.gform_legacy_markup_wrapper .gfield_date_year input[type="number"] {
  width: calc(4rem + 8px) !important;
}
.gform_legacy_markup_wrapper .gfield_date_year {
  width: 5rem;
}
.gform_legacy_markup_wrapper .gfield_date_day input,
.gform_legacy_markup_wrapper .gfield_date_month input {
  width: calc(3rem + 8px);
}
.gform_legacy_markup_wrapper .gfield_date_year input {
  width: 4rem;
}
.gform_legacy_markup_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
  text-align: center;
  width: 3rem;
}
.gform_legacy_markup_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
  width: 4rem;
}
.gform_legacy_markup_wrapper .gfield_time_ampm,
.gform_legacy_markup_wrapper .gfield_time_hour,
.gform_legacy_markup_wrapper .gfield_time_minute {
  flex-direction: row;
  font-size: 15px;
  width: 33.333%;
}
@media only screen and (min-width: 321px) {
  .gform_legacy_markup_wrapper .gfield_time_ampm,
  .gform_legacy_markup_wrapper .gfield_time_hour,
  .gform_legacy_markup_wrapper .gfield_time_minute {
    max-width: 72px;
  }
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
  float: left;
}
.gform_legacy_markup_wrapper .gfield_time_hour {
  display: flex;
  margin-right: 10px;
}
.gform_legacy_markup_wrapper .gfield_time_hour i {
  float: right;
  font-family: sans-serif !important;
  font-style: normal !important;
  margin-top: 9%;
  text-align: center;
  width: 4px;
}
.gform_legacy_markup_wrapper .gfield_time_minute {
  display: flex;
  margin-right: 8px;
}
.gform_legacy_markup_wrapper .ginput_complex .gfield_time_hour input,
.gform_legacy_markup_wrapper .ginput_complex .gfield_time_minute input {
  margin-left: 0;
  width: 85% !important;
}
.gform_legacy_markup_wrapper .gfield_time_hour input,
.gform_legacy_markup_wrapper .gfield_time_minute input {
  margin-right: 6px;
  width: 56px;
}
.gform_legacy_markup_wrapper .gfield_time_hour input[type="number"],
.gform_legacy_markup_wrapper .gfield_time_minute input[type="number"] {
  max-width: 64px;
  min-width: 64px;
}
.gform_legacy_markup_wrapper .gfield_time_ampm {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}
.gform_legacy_markup_wrapper .gfield_time_ampm select {
  height: 100%;
  margin-left: 0 !important;
  margin-top: 0 !important;
  min-width: 77px;
  width: 77px;
}
.gform_legacy_markup_wrapper .gfield_time_ampm_shim {
  display: block;
  font-size: 13px;
  margin: 9px 0 1px 1px;
}
.gform_legacy_markup_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
  text-align: center;
  width: 48px;
}
.gform_legacy_markup_wrapper .field_name_first,
.gform_legacy_markup_wrapper .field_name_last,
.gform_legacy_markup_wrapper .field_name_middle {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%;
}
.gform_legacy_markup_wrapper label.gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  font-size: inherit;
  font-weight: 700;
}
.gform_legacy_markup_wrapper .top_label .gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  clear: both;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
}
.gform_legacy_markup_wrapper .top_label .gfield_hide_label {
  display: none;
}
.gform_legacy_markup_wrapper
  .ginput_complex
  .ginput_left
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
.gform_legacy_markup_wrapper
  .ginput_complex
  .ginput_right
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
.gform_legacy_markup_wrapper .ginput_complex .ginput_right select,
.gform_legacy_markup_wrapper
  .ginput_complex
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
.gform_legacy_markup_wrapper .ginput_complex select {
  width: 100%;
}
.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
  display: block;
  font-size: 0.813em;
  letter-spacing: 0.5pt;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li label,
.gform_legacy_markup_wrapper ul.gfield_radio li label {
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
}
.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label {
  margin: 9px 0 1px 1px;
}
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .field_sublabel_above
  .ginput_container.ginput_container_email
  label,
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .field_sublabel_above
  .ginput_container.ginput_container_name
  label,
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .field_sublabel_above
  .ginput_container.ginput_container_password
  label,
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .field_sublabel_above
  .ginput_container.ginput_container_time
  label {
  margin-top: 0;
}
.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
  margin: 1px 0 9px 1px;
}
.gform_legacy_markup_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container,
.gform_legacy_markup_wrapper
  .top_label
  .field_sublabel_above
  label.gfield_label
  + div[class*="gfield_time_"].ginput_container {
  margin-top: 0;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 8px;
}
body.gform_legacy_markup_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block;
}
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-bottom: 0;
  margin-top: 16px;
}
.gform_legacy_markup_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.gform_legacy_markup_wrapper .gfield.left_label,
.gform_legacy_markup_wrapper .gfield.right_label {
  padding-top: 10px;
}
.gform_legacy_markup_wrapper li.hidden_label input {
  margin-top: 12px;
}
.gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"],
.gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
}
.gform_legacy_markup_wrapper .screen-reader-text,
.gform_legacy_markup_wrapper label.hidden_sub_label {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gform_legacy_markup_wrapper input.large,
.gform_legacy_markup_wrapper input.medium,
.gform_legacy_markup_wrapper input.small,
.gform_legacy_markup_wrapper select.large,
.gform_legacy_markup_wrapper select.medium,
.gform_legacy_markup_wrapper select.small {
  width: 100%;
}
.gform_legacy_markup_wrapper input.datepicker_with_icon.large,
.gform_legacy_markup_wrapper input.datepicker_with_icon.medium,
.gform_legacy_markup_wrapper input.datepicker_with_icon.small {
  width: calc(100% - 24px);
}
.gform_legacy_markup_wrapper .gfield_error input.large,
.gform_legacy_markup_wrapper .gfield_error input.medium,
.gform_legacy_markup_wrapper .gfield_error input.small,
.gform_legacy_markup_wrapper .gfield_error select.large,
.gform_legacy_markup_wrapper .gfield_error select.medium,
.gform_legacy_markup_wrapper .gfield_error select.small {
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.large,
.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.medium,
.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.small {
  width: calc(100% - 32px);
}
.gform_legacy_markup_wrapper textarea.small {
  height: 80px;
  width: 100%;
}
.gform_legacy_markup_wrapper textarea.medium {
  height: 120px;
  width: 100%;
}
.gform_legacy_markup_wrapper textarea.large {
  height: 160px;
  width: 100%;
}
.gform_legacy_markup_wrapper h2.gsection_title {
  letter-spacing: normal !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_legacy_markup_wrapper .gsection .gfield_label,
.gform_legacy_markup_wrapper h2.gsection_title,
.gform_legacy_markup_wrapper h3.gform_title {
  font-size: 1.25em;
  font-weight: 700;
}
.gform_legacy_markup_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px;
}
.gform_legacy_markup_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important;
}
.gform_legacy_markup_wrapper span.gform_description {
  display: block;
  font-weight: 400;
  margin-bottom: 16px;
  width: calc(100% - 16px);
}
.gform_legacy_markup_wrapper .gsection {
  border-bottom: 1px solid #ccc;
  clear: both;
  margin: 28px 0;
  padding: 0 16px 8px 0;
}
.gform_legacy_markup_wrapper .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_radio li {
  position: relative;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox,
.gform_legacy_markup_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.5;
  max-width: 85%;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
  width: auto;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label {
  margin: 0;
}
.gform_legacy_markup_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px;
}
.gform_legacy_markup_wrapper .gfield_checkbox li input,
.gform_legacy_markup_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_legacy_markup_wrapper .gfield_radio li input[type="radio"] {
  display: -moz-inline-stack;
  display: inline-block;
  margin-left: 1px;
  vertical-align: middle;
}
.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description,
.gform_legacy_markup_wrapper .instruction {
  clear: both;
  font-family: inherit;
  font-size: 0.813em;
  letter-spacing: normal;
  line-height: inherit;
}
.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description {
  padding: 0 16px 0 0;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 16px;
}
.gform_legacy_markup_wrapper .field_sublabel_above .description,
.gform_legacy_markup_wrapper .field_sublabel_above .gfield_description,
.gform_legacy_markup_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px;
}
.gform_legacy_markup_wrapper .top_label .gsection_description {
  margin-bottom: 9px;
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_description {
  width: 100%;
}
.gform_legacy_markup_wrapper .description_above .gfield_description {
  padding: 0 0 10px;
}
.gform_legacy_markup_wrapper .gfield_date_year + .gfield_description {
  padding: 0;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_consent_description,
.gform_legacy_markup_wrapper .gfield_consent_description {
  border: 1px solid #ddd;
  font-size: 0.688em;
  margin-top: 12px;
  max-height: 240px;
  overflow-y: scroll;
  padding: 6px 8px;
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  border-bottom: 1px solid #c89797;
  border-top: 1px solid #c89797;
  box-sizing: border-box;
  margin-bottom: 6px !important;
  padding-bottom: 6px;
  padding-top: 8px;
}
.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  border-bottom: 4px solid #790000;
  border-top: 2px solid #790000;
  padding: 16px 16px 14px;
  width: calc(100% - 16px);
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px;
}
.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  color: #790000;
  font-family: inherit;
  font-size: 0.875em;
  font-weight: 700;
  max-width: 100%;
  min-height: 25px;
  position: relative;
}
.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xMDY3IDI4NjUgMjQgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTEwNjcgMjg2NSAyNCAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTS0xMDUzIDI4NjVjLTUuNSAwLTEwIDQuNS0xMCAxMGg0YzAtMy4zIDIuNy02IDYtNnM2IDIuNyA2IDZ2MmgtMjB2MTRjMCAzLjMgMi43IDYgNiA2aDEyYzMuMyAwIDYtMi43IDYtNnYtMTZjMC01LjUtNC41LTEwLTEwLTEwem00IDI4aC0xMmMtMS4xIDAtMi0uOS0yLTJ2LTEwaDE2djEwYzAgMS4xLS45IDItMiAyem0tNC02YzAgMS4xLS45IDItMiAycy0yLS45LTItMiAuOS0yIDItMiAyIC45IDIgMnoiIHN0eWxlPSJmaWxsOiM3OTAwMDAiLz48L3N2Zz4=");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 1em auto;
  border-bottom: 1px solid #790000;
  display: block;
  letter-spacing: 0.1pt;
  line-height: 1.5;
  margin-bottom: 16px;
  padding: 0 0 14px 24px;
  text-transform: uppercase;
}
.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span.nitro-lazy {
  background-image: none !important;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px;
}
.gform_legacy_markup_wrapper li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important;
}
.gform_legacy_markup_wrapper .top_label .gfield_error {
  width: calc(100% - 2px);
}
.gform_legacy_markup_wrapper .top_label .gfield_error input.large,
.gform_legacy_markup_wrapper .top_label .gfield_error select.large,
.gform_legacy_markup_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}
.gform_legacy_markup_wrapper .left_label .gfield_error input.large,
.gform_legacy_markup_wrapper .left_label .gfield_error select.large,
.gform_legacy_markup_wrapper .left_label .gfield_error textarea.textarea,
.gform_legacy_markup_wrapper .right_label .gfield_error input.large,
.gform_legacy_markup_wrapper .right_label .gfield_error select.large,
.gform_legacy_markup_wrapper .right_label .gfield_error textarea.textarea {
  width: 70%;
}
.gform_legacy_markup_wrapper .gfield_error .gfield_label {
  color: #790000;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
  margin-left: 0;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 12px;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: 12px;
}
.gform_legacy_markup_wrapper .gform_validation_errors {
  border: 1px solid #790000;
  border-radius: 5px;
  box-shadow: 0 0 0 #ff6d6d;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding: 1.0625rem 1.375rem;
  width: 100%;
}
.gform_legacy_markup_wrapper .gform_validation_errors > h2 {
  color: #790000;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0.9375rem;
}
.gform_legacy_markup_wrapper .gform_validation_errors > h2.hide_summary {
  margin: 0;
}
.gform_legacy_markup_wrapper .gform_validation_errors > h2:before {
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9IiM3OTAwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDE5YTggOCAwIDEgMCAwLTE2IDggOCAwIDAgMCAwIDE2WiIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIvPjxwYXRoIGQ9Ik0xMiA2aC0ydjZoMlY2Wk0xMiAxNGgtMnYyaDJ2LTJaIiBmaWxsPSIjRkZGIi8+PC9zdmc+");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 22px;
  margin: 0 0.2rem 0 -0.5rem;
  vertical-align: sub;
  width: 22px;
}
.gform_legacy_markup_wrapper .gform_validation_errors > ol {
  list-style-type: none !important;
  margin-block-start: 0;
  margin: 0;
  padding-block-start: 0;
  padding-inline-start: 0;
}
.gform_legacy_markup_wrapper .gform_validation_errors > ol a {
  color: #790000;
  font-size: 1rem;
}
.gform_legacy_markup_wrapper .gform_validation_errors > ol li {
  font-size: 1rem;
  list-style-type: none !important;
  margin: 0 0 0.9375rem;
}
.gform_legacy_markup_wrapper .gform_validation_errors > ol li:last-of-type {
  margin-bottom: 0;
}
.gform_legacy_markup_wrapper div.validation_error {
  border-bottom: 2px solid #790000;
  border-top: 2px solid #790000;
  font-size: 1em;
  font-weight: 700;
  padding: 16px 0;
  text-align: center;
}
.gform_legacy_markup_wrapper div.validation_error,
.gform_legacy_markup_wrapper ol.validation_list {
  clear: both;
  color: #790000;
  margin-bottom: 25px;
  width: 100%;
}
.gform_legacy_markup_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}
.gform_legacy_markup_wrapper ol.validation_list li a {
  color: #790000;
}
.gform_legacy_markup_wrapper ol.validation_list:after {
  content: "";
}
.gform_legacy_markup_wrapper div#error {
  margin-bottom: 25px;
}
.gform_legacy_markup_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons a {
  display: inline-block;
  line-height: 0;
}
.gform_legacy_markup_wrapper li.gfield fieldset {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.gform_legacy_markup_wrapper li.gfield fieldset > * {
  width: auto;
}
.gform_legacy_markup_wrapper li.gfield fieldset legend.gfield_label {
  line-height: 32px;
  width: 100%;
}
.gform_legacy_markup_wrapper div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}
.gform_legacy_markup_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
.gform_legacy_markup_wrapper .validation_message {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
}
.gform_legacy_markup_wrapper .validation_message--hidden-on-empty:empty {
  display: none;
}
.gform_legacy_markup_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not(
    [type="file"]
  ),
.gform_legacy_markup_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}
.gform_legacy_markup_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper li.gfield_error ul.gfield_checkbox,
.gform_legacy_markup_wrapper li.gfield_error ul.gfield_radio {
  color: #790000;
}
.gform_legacy_markup_wrapper .gform_footer {
  clear: both;
  margin: 16px 0 0;
  padding: 16px 0 10px;
  width: 100%;
}
.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type="submit"],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type="submit"] {
  font-size: 1em;
  margin: 0 0 16px;
  width: 100%;
}
.gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
  display: block;
  font-size: 1em;
  text-align: center;
}
.gform_legacy_markup_wrapper .gform_footer input[type="image"] {
  background: none !important;
  border: none !important;
  display: block;
  margin: 0 auto 16px !important;
  max-width: 100%;
  padding: 0;
  width: auto !important;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_full,
.gform_legacy_markup_wrapper .ginput_complex .ginput_left,
.gform_legacy_markup_wrapper .ginput_complex .ginput_right {
  min-height: 45px;
}
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type="email"],
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type="number"],
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type="password"],
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type="tel"],
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type="text"],
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type="url"],
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full select,
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="email"],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="number"],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="password"],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="tel"],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="text"],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="url"] {
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_radio li {
  line-height: 1.2;
  margin: 0 0 16px;
}
.gchoice_select_all,
.gform_legacy_markup_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_legacy_markup_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: 700;
}
.gform_legacy_markup_wrapper input.datepicker.datepicker_with_icon {
  display: -moz-inline-stack;
  display: inline-block;
  margin-right: 4px !important;
}
.gform_legacy_markup_wrapper .gf_hidden,
.gform_legacy_markup_wrapper .gform_hidden,
.gform_legacy_markup_wrapper input.gform_hidden,
.gform_legacy_markup_wrapper input[type="hidden"] {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}
.gform_legacy_markup_wrapper .gf_invisible,
.gform_legacy_markup_wrapper .gfield_visibility_hidden {
  left: -9999px;
  position: absolute;
  visibility: hidden;
}
.gform_legacy_markup_wrapper .ginput_full br,
.gform_legacy_markup_wrapper .ginput_left br,
.gform_legacy_markup_wrapper .ginput_right br {
  display: none !important;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.gfield_radio li {
  padding: 0 !important;
}
.gform_legacy_markup_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}
.gform_legacy_markup_wrapper ul.gfield_radio li input[value="gf_other_choice"] {
  margin-right: 6px;
  margin-top: 4px;
}
.gform_legacy_markup_wrapper .gfield_description + .gform_legacy_markup_wrapper .gfield_description.validation_message {
  margin-top: 6px;
}
.gform_legacy_markup_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}
.gform_legacy_markup_wrapper li.gfield_html {
  max-width: 100%;
}
.gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}
body .gform_legacy_markup_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important;
}
.gform_legacy_markup_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}
.gform_legacy_markup_wrapper .gform_validation_container,
body .gform_legacy_markup_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_legacy_markup_wrapper li.gform_validation_container,
body .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important;
}
.gform_legacy_markup_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}
.gform_legacy_markup_wrapper .simple_captcha_small input {
  width: 64px;
}
.gform_legacy_markup_wrapper .simple_captcha_medium input {
  width: 96px;
}
.gform_legacy_markup_wrapper .simple_captcha_large input {
  width: 128px;
}
.gform_legacy_markup_wrapper .gform_legacy_markup_wrapper .left_label .simple_captcha_small,
.gform_legacy_markup_wrapper .left_label .simple_captcha_large,
.gform_legacy_markup_wrapper .left_label .simple_captcha_medium,
.gform_legacy_markup_wrapper .right_label .simple_captcha_large,
.gform_legacy_markup_wrapper .right_label .simple_captcha_medium,
.gform_legacy_markup_wrapper .right_label .simple_captcha_small {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper .gfield_captcha_container img.gfield_captcha {
  background: none !important;
  border: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_legacy_markup_wrapper .math_small input {
  width: 70px;
}
.gform_legacy_markup_wrapper .math_medium input {
  width: 510px;
}
.gform_legacy_markup_wrapper .math_large input {
  width: 612px;
}
.gform_legacy_markup_wrapper .left_label .math_large,
.gform_legacy_markup_wrapper .left_label .math_medium,
.gform_legacy_markup_wrapper .left_label .math_small,
.gform_legacy_markup_wrapper .right_label .math_large,
.gform_legacy_markup_wrapper .right_label .math_medium,
.gform_legacy_markup_wrapper .right_label .math_small {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper div.charleft {
  color: #767676;
  font-size: 0.688em;
  margin-top: 4px;
  white-space: nowrap !important;
  width: 92% !important;
}
.gform_legacy_markup_wrapper div.charleft[style] {
  width: 92% !important;
}
.gform_legacy_markup_wrapper .left_label div.charleft,
.gform_legacy_markup_wrapper .right_label div.charleft {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper div.charleft.ginput_counter_tinymce {
  border: solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important;
}
.gform_legacy_markup_wrapper div.charleft.warningTextareaInfo {
  color: #767676;
}
.gform_legacy_markup_wrapper div.charleft.ginput_counter_error {
  color: red;
}
.gform_legacy_markup_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}
.gf_submission_limit_message {
  color: #790000;
  font-size: 1.375em;
}
.gform_legacy_markup_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.gform_legacy_markup_wrapper span.ginput_total {
  color: #060;
  font-size: inherit;
}
.gform_legacy_markup_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}
.gform_legacy_markup_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}
.gform_legacy_markup_wrapper input.ginput_product_price,
.gform_legacy_markup_wrapper span.ginput_product_price {
  background: none;
  border: none;
  color: #900;
  padding: 0;
}
.gform_legacy_markup_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}
.gform_legacy_markup_wrapper input.ginput_quantity[type="text"] {
  width: 3rem;
}
.gform_legacy_markup_wrapper input.ginput_quantity[type="number"] {
  width: 4rem;
}
.gform_legacy_markup_wrapper .gform_page_footer {
  border-top: 1px dotted #ccc;
  clear: both;
  margin: 14px 0;
  padding: 16px 0 0;
  width: 100%;
}
.gform_legacy_markup_wrapper .gform_page_footer.left_label,
.gform_legacy_markup_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
}
.gform_legacy_markup_wrapper .gf_progressbar_wrapper {
  clear: both;
  margin: 0 0 16px;
  padding: 0 0 16px;
  width: 100%;
}
.gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  clear: both;
  color: #767676;
  filter: alpha(opacity=60);
  font-size: 13px;
  line-height: 1 !important;
  margin: 0 0 8px !important;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  padding: 0 !important;
}
.gform_legacy_markup_wrapper .gf_progressbar {
  background: #e8e8e8;
  border-radius: 10.5px;
  position: relative;
  width: 100%;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage {
  border-radius: 10.5px;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px !important;
  height: 21px;
  text-align: right;
  vertical-align: middle;
  z-index: 999;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-bottom-right-radius: 10.5px;
  border-top-right-radius: 10.5px;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage span {
  display: block;
  float: right;
  line-height: 21px;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_0 span {
  word-wrap: normal;
  color: #959595;
  float: none !important;
  margin-left: 12px;
  text-shadow: none;
}
.gform_legacy_markup_wrapper .gf_progressbar_blue {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {
  background-color: #1e7ac4;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_gray {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_gray {
  background-color: #6b7280;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_green {
  background: #e8e8e8;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_green {
  background-color: #aac138;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_orange {
  background: #e8eaec;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_orange {
  background-color: #ff5d38;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_red {
  background: #e8eaec;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_red {
  background-color: #ec1e31;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_spring {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_spring {
  background: linear-gradient(270deg, #9cd790, #76d7db);
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_blues {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blues {
  background: linear-gradient(270deg, #00c2ff, #7838e2);
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_rainbow {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_rainbow {
  background: linear-gradient(270deg, #1dbeea, #cd6ad6 50%, #f35160);
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_page_steps {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 8px;
  padding: 0 0 4px;
  width: 100%;
}
.gform_legacy_markup_wrapper .gf_step {
  filter: alpha(opacity=20);
  font-family: inherit;
  font-size: 0.875em;
  height: 14px;
  line-height: 1.25 !important;
  margin: 24px 24px 24px 0;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  width: 100%;
}
.gform_legacy_markup_wrapper .gf_step span.gf_step_number {
  font-family: arial, sans-serif;
  font-size: 1.25em;
  margin-right: 4px;
}
.gform_legacy_markup_wrapper .gf_step span.gf_step_label,
.gform_legacy_markup_wrapper .gf_step span.gf_step_number {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.gform_legacy_markup_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.gform_legacy_markup_wrapper .gf_step.gf_step_hidden {
  display: none;
}
.gform_legacy_markup_wrapper .gf_step_clear {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
}
.gform_legacy_markup_wrapper .gfield_password_strength {
  background-color: #eee;
  border: solid #ddd;
  border-width: 1px 1px 3px;
  line-height: 1.8;
  margin-bottom: 18px;
  margin-top: 18px;
  padding: 10px 5px;
  text-align: center;
}
.gform_legacy_markup_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  margin-right: 16px;
}
.gform_legacy_markup_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_legacy_markup_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-bottom: 18px;
  margin-top: 18px;
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_password_strength.bad {
  background-color: #ffb78c;
  border-color: #ff853c;
  border-bottom: 3px solid #ff853c;
}
.gform_legacy_markup_wrapper .gfield_password_strength.good {
  background-color: #ffec8b;
  border-color: #fc0;
  border-bottom: 3px solid #fc0;
}
.gform_legacy_markup_wrapper .gfield_password_strength.mismatch,
.gform_legacy_markup_wrapper .gfield_password_strength.short {
  background-color: #ffa0a0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040;
}
.gform_legacy_markup_wrapper .gfield_password_strength.strong {
  background-color: #c3ff88;
  border-color: #8dff1c;
  border-bottom: 3px solid #8dff1c;
}
.gform_legacy_markup_wrapper .ginput_container_password,
.gform_legacy_markup_wrapper .ginput_container_password span {
  position: relative;
}
.gform_legacy_markup_wrapper .ginput_container_password button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding: 5px 0;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 40px;
}
.gform_legacy_markup_wrapper .ginput_container_password span.ginput_left button {
  right: 9px;
}
.gform_legacy_markup_wrapper .ginput_container_password:not(.ginput_complex) span {
  display: inline-block;
  width: 100%;
}
.gform_legacy_markup_wrapper .ginput_container_password:not(.ginput_complex) span input {
  width: 100%;
}
.gform_legacy_markup_wrapper .ginput_container_password span.medium {
  width: calc(50% - 8px);
}
.gform_legacy_markup_wrapper .ginput_container_password span.small {
  width: 25%;
}
.gform_legacy_markup_wrapper table.gfield_list,
.gform_legacy_markup_wrapper table.gfield_list caption,
.gform_legacy_markup_wrapper table.gfield_list tbody,
.gform_legacy_markup_wrapper table.gfield_list td,
.gform_legacy_markup_wrapper table.gfield_list tfoot,
.gform_legacy_markup_wrapper table.gfield_list th,
.gform_legacy_markup_wrapper table.gfield_list thead,
.gform_legacy_markup_wrapper table.gfield_list tr {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.gform_legacy_markup_wrapper table.gfield_list {
  border-collapse: collapse;
  border-spacing: 0;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons {
  padding-top: 15px;
}
.gform_legacy_markup_wrapper table.gfield_list {
  table-layout: auto !important;
}
.gform_legacy_markup_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left;
}
.gform_legacy_markup_wrapper table.gfield_list colgroup {
  display: block;
  width: 100%;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}
.gform_legacy_markup_wrapper table.gfield_list thead,
.gform_legacy_markup_wrapper table.gfield_list tr {
  margin: 0;
  padding: 0;
}
.gform_legacy_markup_wrapper table.gfield_list td,
.gform_legacy_markup_wrapper table.gfield_list th {
  padding: 4px 0;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
  padding: 0 0 4px;
}
.gform_legacy_markup_wrapper table.gfield_list td + td,
.gform_legacy_markup_wrapper table.gfield_list th + th {
  padding: 0 0 0 16px;
}
.gform_legacy_markup_wrapper .gfield_list,
.gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons {
  box-sizing: border-box;
  padding: 0 0 0 4px !important;
  width: 48px !important;
}
.gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.gform_legacy_markup_wrapper .gform_card_icon_container {
  display: flex;
  height: 32px;
  margin: 8px 0 6px;
}

.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.nitro-lazy {
  background-image: none !important;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_amex {
  background-position: -167px 0;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_discover {
  background-position: -221px 0;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -275px 0;
}
.gform_legacy_markup_wrapper
  .gform_legacy_markup_wrapper
  .gform_card_icon_container
  div.gform_card_icon.gform_card_icon_visa {
  background-position: -59px 0;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb {
  background-position: -329px 0;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro {
  background-position: -5px 0;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected {
  position: relative;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after {
  /* background: url("https://cdn-iimjf.nitrocdn.com/KhDEHsZuubttYrzMHBkGkCClrpKHIFAC/assets/images/optimized/rev-953260b/www.growexx.com/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg")
    50% no-repeat; */
  bottom: 4px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: -2px;
  width: 13px;
}
.gform_legacy_markup_wrapper .ginput_container_creditcard .ginput_card_security_code_icon {
  /* background-image: url("https://cdn-iimjf.nitrocdn.com/KhDEHsZuubttYrzMHBkGkCClrpKHIFAC/assets/images/optimized/rev-953260b/www.growexx.com/wp-content/plugins/gravityforms/images/gf-creditcards.svg"); */
  background-position: -382px 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  position: relative;
  top: -3.5px;
  width: 40px;
}
.gform_legacy_markup_wrapper .ginput_container_creditcard .ginput_card_security_code_icon.nitro-lazy {
  background-image: none !important;
}
.gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
  background: rgba(0, 0, 0, 0.02);
  border: 1px dashed #ccc;
  border-radius: 4px;
  color: #aaa;
  margin-bottom: 16px;
  padding: 24px;
  text-align: center;
}
.gform_legacy_markup_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}
.gform_legacy_markup_wrapper .gform_delete {
  cursor: pointer;
  vertical-align: middle;
}
.gform_legacy_markup_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto;
}
.gform_legacy_markup_wrapper li.field_sublabel_above .ginput_complex input[type="text"] {
  margin-bottom: 1px;
}
.gform_legacy_markup_wrapper .form_saved_message {
  background-color: #e3f3f3;
  border-radius: 2px;
  color: #31708f;
  font-size: 1em;
  line-height: 1.8;
  margin: 1em auto;
  padding: 3em 2em;
  width: 99%;
}
.gform_legacy_markup_wrapper .form_saved_message p.resume_form_link_wrapper {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  display: inline-block;
  max-width: 98% !important;
  overflow: hidden;
  padding: 1em;
}
.gform_legacy_markup_wrapper .form_saved_message a.resume_form_link {
  word-wrap: break-word;
  color: #2f637e;
  text-decoration: none;
}
.gform_legacy_markup_wrapper .form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0;
}
.gform_legacy_markup_wrapper .form_saved_message label.form_saved_label {
  left: -9000px;
  position: absolute;
}
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
  margin-bottom: 0.25em;
}
.gform_legacy_markup_wrapper
  div.form_saved_message
  div.form_saved_message_emailform
  form
  label.gform_resume_email_label {
  display: block;
  font-size: 1em;
}
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input {
  display: inline-block;
  margin: 0 auto;
}
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #91afc7;
  border-radius: 2px;
  box-shadow: inset 0 0 5px 0 #eee;
  color: #424242;
  font-size: 1em;
  max-width: 98% !important;
  padding: calc(0.75em - 1px) !important;
  width: 24em;
}
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #31708f;
  border: 1px solid #31708f;
  border-radius: 2px;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  padding: 0.75em 1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type="email"],
  .gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type="submit"] {
    display: block;
    width: 98%;
  }
}
.gform_legacy_markup_wrapper .form_saved_message .form_saved_message_emailform .validation_message {
  color: #790000;
  font-weight: 700;
  padding: 2em;
}
.gform_legacy_markup_wrapper .form_saved_message_sent {
  background-color: #e9ffd9;
  border-radius: 2px;
  box-sizing: border-box;
  color: #3c763d;
  font-size: 1em;
  margin: 1em auto;
  padding: 3em 2em;
  text-align: center;
  width: 99%;
}
.gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_email,
.gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_success {
  display: block;
  font-weight: 700;
  line-height: 2;
}
.gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_email {
  word-wrap: break-word;
  text-decoration: underline;
}
body
  #content
  .entry-content
  .gform_legacy_markup_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  #recaptcha_widget_div
  #recaptcha_area
  .recaptchatable
  tbody
  tr
  td
  .recaptcha_input_area,
body
  .gform_legacy_markup_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  #recaptcha_widget_div
  #recaptcha_area
  .recaptchatable
  tbody
  tr
  td
  .recaptcha_input_area {
  line-height: 1 !important;
}
body .gform_legacy_markup_wrapper img.ui-datepicker-trigger {
  display: -moz-inline-stack;
  display: inline-block;
  height: 16px !important;
  width: 17px !important;
}
body .gform_legacy_markup_wrapper img.add_list_item,
body .gform_legacy_markup_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px;
}
.gform_legacy_markup_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 16px;
}
.gform_legacy_markup_wrapper li.gfield ul.gfield_radio li input[type="radio"] + input[type="text"] {
  width: 45.25%;
}
.gform_legacy_markup_wrapper table.recaptchatable {
  table-layout: auto;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
  margin-left: 29%;
}
.gform_legacy_markup_wrapper .gfield .wp-editor-container {
  border: 1px solid #ddd;
}
.gform_legacy_markup_wrapper .gfield .wp-switch-editor {
  border-color: #ddd;
}
.gform_legacy_markup_wrapper .gfield .html-active .switch-html,
.gform_legacy_markup_wrapper .gfield .tmce-active .switch-tmce {
  border-bottom-color: #f5f5f5;
}
.gform_legacy_markup_wrapper .gfield .mce-edit-area iframe {
  margin: 0 !important;
  width: 99.9% !important;
}
body .gform_legacy_markup_wrapper ul li.gfield {
  margin-top: 16px;
  padding-top: 0;
}
body .gform_legacy_markup_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  line-height: inherit;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 8px;
  overflow: visible;
  padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  margin: 0 0 8px;
  overflow: visible;
  padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 16px 0 16px 16px;
}
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 8px;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 18px;
  padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 16px 18px;
}
.gform_legacy_markup_wrapper span.gf_clear_span {
  clear: both;
  display: block;
  float: none;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  width: 100%;
}
.gform_legacy_markup_wrapper .chosen-container {
  display: inline-block;
  font-size: 13px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.gform_legacy_markup_wrapper .chosen-container * {
  box-sizing: border-box;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1010;
}
.gform_legacy_markup_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}
.gform_legacy_markup_wrapper .chosen-container a {
  cursor: pointer;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name,
.gform_legacy_markup_wrapper .chosen-container .search-choice .group-name {
  color: #999;
  font-weight: 400;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name:after,
.gform_legacy_markup_wrapper .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4);
  background-clip: padding-box;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow:
    inset 0 0 3px #fff,
    0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  display: block;
  height: 25px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-default {
  color: #999;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr {
  /* background: url("../../../../../images/optimized/rev-953260b/www.growexx.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png") -42px
    1px no-repeat; */
  display: block;
  font-size: 1px;
  height: 12px;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr.nitro-lazy {
  background: none !important;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr:hover,
.gform_legacy_markup_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b {
  /* background: url("../../../../../images/optimized/rev-953260b/www.growexx.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png")
    no-repeat 0 2px; */
  display: block;
  height: 100%;
  width: 100%;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b.nitro-lazy {
  background: none !important;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1010;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type="text"] {
  /* background: url("../../../../../images/optimized/rev-953260b/www.growexx.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png")
    no-repeat 100% -20px; */
  border: 1px solid #aaa;
  border-radius: 0;
  font-family: sans-serif;
  font-size: 1em;
  height: auto;
  line-height: normal;
  margin: 1px 0;
  outline: 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type="text"].nitro-lazy {
  background: none !important;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-drop {
  background-clip: padding-box;
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}
.gform_legacy_markup_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results {
  -webkit-overflow-scrolling: touch;
  color: #444;
  margin: 0 4px 4px 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 0 4px;
  position: relative;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li {
  word-wrap: break-word;
  -webkit-touch-callout: none;
  display: none;
  line-height: 15px;
  list-style: none;
  margin: 0;
  padding: 5px 6px;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.disabled-result {
  color: #ccc;
  cursor: default;
  display: list-item;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.no-results {
  background: #f4f4f4;
  color: #777;
  display: list-item;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-result {
  cursor: default;
  display: list-item;
  font-weight: 700;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices {
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  border: 1px solid #aaa;
  cursor: text;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0 5px;
  position: relative;
  width: 100%;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  color: #999;
  font-family: sans-serif;
  font-size: 100%;
  height: 25px;
  line-height: normal;
  margin: 1px 0;
  outline: 0;
  padding: 0;
  width: 25px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  background-clip: padding-box;
  background-color: #eee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
  background-repeat: repeat-x;
  background-size: 100% 19px;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-shadow:
    inset 0 0 2px #fff,
    0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  cursor: default;
  line-height: 13px;
  margin: 3px 5px 3px 0;
  max-width: 100%;
  padding: 3px 20px 3px 5px;
  position: relative;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  /* background: url("../../../../../images/optimized/rev-953260b/www.growexx.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png") -42px
    1px no-repeat; */
  display: block;
  font-size: 1px;
  height: 12px;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close.nitro-lazy {
  background: none !important;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
  border: 1px solid #ccc;
  color: #666;
  padding-right: 5px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-drop .result-selected {
  color: #ccc;
  cursor: default;
  display: list-item;
}
.gform_legacy_markup_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: linear-gradient(#eee 20%, #fff 80%);
  border: 1px solid #aaa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: inset 0 1px 0 #fff;
}
.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}
.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.gform_legacy_markup_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gform_legacy_markup_wrapper .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
.gform_legacy_markup_wrapper .chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.gform_legacy_markup_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close,
.gform_legacy_markup_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}
.gform_legacy_markup_wrapper .chosen-rtl {
  text-align: right;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single span {
  direction: rtl;
  margin-left: 26px;
  margin-right: 0;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single div {
  left: 3px;
  right: auto;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  left: 4px;
  right: auto;
}
.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-left: 0;
  padding-right: 15px;
}
.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type="text"] {
  /* background: url("../../../../../images/optimized/rev-953260b/www.growexx.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png")
    no-repeat -30px -20px; */
  direction: rtl;
  padding: 4px 5px 4px 20px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type="text"].nitro-lazy {
  background: none !important;
}
.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  only screen and (min-resolution: 144dpi) {
  .gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-down span,
  .gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-up span,
  .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type="text"],
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr,
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b,
  .gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type="text"] {
    /* background-image: url("../../../../../images/optimized/rev-953260b/www.growexx.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite%402x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important; */
  }
  .gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-down span.nitro-lazy,
  .gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-up span.nitro-lazy,
  .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close.nitro-lazy,
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type="text"].nitro-lazy,
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr.nitro-lazy,
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b.nitro-lazy,
  .gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type="text"].nitro-lazy {
    background-image: none !important;
  }
}
body .gform_legacy_markup_wrapper .chosen-container a.chosen-single {
  border-radius: inherit;
}
body .gform_legacy_markup_wrapper ul.chosen-results li {
  line-height: inherit;
}
@media only screen and (max-width: 641px) {
  .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 2;
    min-height: 2rem;
  }
  .gform_legacy_markup_wrapper textarea {
    line-height: 1.5;
  }
  .gform_legacy_markup_wrapper .chosen-container.chosen-container-single[style] {
    width: 100% !important;
  }
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }
  .gform_legacy_markup_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100% !important;
  }
  .gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
  .gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    float: none;
    line-height: inherit;
    width: 100%;
  }
  .gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0;
  }
  .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px);
  }
  .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
    display: block;
    margin-bottom: 8px;
  }
  .gform_legacy_markup_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important;
  }
  .gform_legacy_markup_wrapper ul.gfield_checkbox li label,
  .gform_legacy_markup_wrapper ul.gfield_radio li label {
    cursor: pointer;
    width: 85%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1023px), only screen and (max-width: 761px) {
  .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 32px;
  }
  .gform_legacy_markup_wrapper table.gfield_list {
    border: 0;
  }
  .gform_legacy_markup_wrapper table.gfield_list thead {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  .gform_legacy_markup_wrapper table.gfield_list tr {
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-color: #ccc;
    border-style: solid;
    border-width: 2px 1px 4px;
    display: block;
    margin-bottom: 10px;
    position: relative;
  }
  .gform_legacy_markup_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 !important;
  }
  .gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,
  .gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    clear: both;
    content: attr(data-label);
    display: block;
    font-size: 0.875em;
    letter-spacing: 0.5pt;
    white-space: nowrap;
  }
  .gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    margin: 8px 0 3px 8px;
  }
  .gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    margin: 3px 0 8px 8px;
  }
  .gform_legacy_markup_wrapper table.gfield_list td + td,
  .gform_legacy_markup_wrapper table.gfield_list th + th {
    padding: 4px 0 0;
  }
  .gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_even,
  .gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_odd {
    margin: 16px 0;
  }
  .gform_legacy_markup_wrapper table.gfield_list tr,
  .gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 12px;
  }
  .gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons {
    background-color: #eee;
    padding: 5px 4px 1px !important;
    text-align: center;
    width: 100% !important;
  }
  .gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
    margin: 12px 0 0 16px !important;
  }
  .gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 12px 0 0 8px !important;
  }
  .gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
  .gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
  }
  .gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 16px);
  }
}
@media only screen and (min-width: 641px) {
  .gform_legacy_markup_wrapper .gform_body {
    width: 100%;
  }
  .gform_legacy_markup_wrapper.gform_validation_error
    .gform_body
    ul
    li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important;
  }
  .gform_legacy_markup_wrapper .gfield_checkbox li,
  .gform_legacy_markup_wrapper .gfield_radio li {
    line-height: 1.3;
    margin: 0 0 8px;
  }
  .gform_legacy_markup_wrapper .gsection {
    margin: 28px 16px 28px 0;
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    margin-bottom: 16px;
    padding-right: 16px;
    width: 29%;
  }
  .gform_legacy_markup_wrapper .right_label .gfield_label {
    text-align: right;
  }
  .gform_legacy_markup_wrapper .left_label .gfield_description,
  .gform_legacy_markup_wrapper .right_label .gfield_description {
    width: 70%;
  }
  .gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li,
  .gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li,
  .gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li,
  .gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li,
  .gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li,
  .gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li,
  .gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li,
  .gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px;
  }
  .gform_legacy_markup_wrapper .left_label .gfield_description,
  .gform_legacy_markup_wrapper .left_label .instruction,
  .gform_legacy_markup_wrapper .right_label .gfield_description,
  .gform_legacy_markup_wrapper .right_label .instruction {
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
    line-height: 1.5;
    margin-left: 0;
    padding-left: 0;
    padding-top: 4px;
  }
  .gform_legacy_markup_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%;
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden;
  }
  .gform_legacy_markup_wrapper .left_label div.ginput_complex,
  .gform_legacy_markup_wrapper .right_label div.ginput_complex {
    margin-left: 29%;
    width: 70%;
  }
  .gform_legacy_markup_wrapper .left_label input.small,
  .gform_legacy_markup_wrapper .left_label select.small,
  .gform_legacy_markup_wrapper .right_label input.small,
  .gform_legacy_markup_wrapper .right_label select.small {
    width: 15%;
  }
  .gform_legacy_markup_wrapper .left_label input.medium,
  .gform_legacy_markup_wrapper .left_label select.medium,
  .gform_legacy_markup_wrapper .right_label input.medium,
  .gform_legacy_markup_wrapper .right_label select.medium {
    width: calc(35% - 8px);
  }
  .gform_legacy_markup_wrapper .left_label input.large,
  .gform_legacy_markup_wrapper .left_label select.large,
  .gform_legacy_markup_wrapper .left_label textarea.large,
  .gform_legacy_markup_wrapper .left_label textarea.medium,
  .gform_legacy_markup_wrapper .left_label textarea.small,
  .gform_legacy_markup_wrapper .right_label input.large,
  .gform_legacy_markup_wrapper .right_label select.large,
  .gform_legacy_markup_wrapper .right_label textarea.large,
  .gform_legacy_markup_wrapper .right_label textarea.medium,
  .gform_legacy_markup_wrapper .right_label textarea.small {
    width: 70%;
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    margin-left: 29% !important;
    width: 70%;
  }
  .gform_legacy_markup_wrapper .top_label .gfield_list {
    width: 100%;
  }
  .gform_legacy_markup_wrapper .left_label .gf_list_one_column,
  .gform_legacy_markup_wrapper .right_label .gf_list_one_column {
    width: 45%;
  }
  .gform_legacy_markup_wrapper .top_label .gf_list_one_column {
    width: 46%;
  }
  .gform_legacy_markup_wrapper .left_label li.hidden_label input,
  .gform_legacy_markup_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
  }
  .gform_legacy_markup_wrapper .left_label li.gfield .gfield_password_strength,
  .gform_legacy_markup_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper .top_label input.small,
  .gform_legacy_markup_wrapper .top_label select.small {
    width: 25%;
  }
  .gform_legacy_markup_wrapper .top_label input.medium,
  .gform_legacy_markup_wrapper .top_label select.medium {
    width: calc(50% - 8px);
  }
  .gform_legacy_markup_wrapper.gform_validation_error .top_label input.medium,
  .gform_legacy_markup_wrapper.gform_validation_error .top_label select.medium {
    width: 50%;
  }
  .gform_legacy_markup_wrapper .hidden_label input.large,
  .gform_legacy_markup_wrapper .hidden_label select.large,
  .gform_legacy_markup_wrapper .top_label input.large,
  .gform_legacy_markup_wrapper .top_label select.large {
    width: 100%;
  }
  .gform_legacy_markup_wrapper .top_label input.large.datepicker,
  .gform_legacy_markup_wrapper .top_label input.medium.datepicker,
  .gform_legacy_markup_wrapper .top_label input.small.datepicker {
    width: auto;
  }
  .gform_legacy_markup_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }
  .gform_legacy_markup_wrapper textarea.medium {
    height: 160px;
    width: 100%;
  }
  .gform_legacy_markup_wrapper textarea.large {
    height: 320px;
    width: 100%;
  }
  .gform_legacy_markup_wrapper .ginput_complex .ginput_left,
  .gform_legacy_markup_wrapper .ginput_complex .ginput_right {
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 -4px 0 0;
    vertical-align: top;
    width: 50%;
  }
  .gform_legacy_markup_wrapper .ginput_container_password .ginput_right {
    padding-left: 8px;
  }
  .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_left,
  .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 50%;
  }
  .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left,
  .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_right {
    float: left;
    min-height: 43px;
    position: relative;
  }
  .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_right input {
    display: inline-block;
    max-width: 7rem;
    width: 30%;
  }
  .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
  }
  .gform_legacy_markup_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
  .gform_legacy_markup_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    display: -moz-inline-stack;
    display: inline-block;
    width: 47% !important;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex
    .ginput_cardinfo_left
    select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
  }
  .gform_legacy_markup_wrapper .gf_step {
    margin: 16px 32px 16px 0;
    width: auto;
  }
  .gform_legacy_markup_wrapper .gf_step,
  .gform_legacy_markup_wrapper .gform_footer input.button,
  .gform_legacy_markup_wrapper .gform_footer input[type="image"],
  .gform_legacy_markup_wrapper .gform_footer input[type="submit"] {
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_legacy_markup_wrapper .gform_footer input[type="image"] {
    vertical-align: middle;
  }
  .gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
  .gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 1em;
    margin-left: 16px;
  }
  .gform_legacy_markup_wrapper .gform_footer input.button,
  .gform_legacy_markup_wrapper .gform_footer input[type="submit"],
  .gform_legacy_markup_wrapper .gform_page_footer input.button,
  .gform_legacy_markup_wrapper .gform_page_footer input[type="submit"] {
    font-size: 1em;
    margin: 0 16px 0 0;
    width: auto;
  }
  .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
  }
  .gform_legacy_markup_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
  }
  .gform_legacy_markup_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
  }
  .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
  }
  .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
    margin-right: 8px;
    padding-right: 8px !important;
  }
  .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
    margin-right: -8px;
    padding-right: 8px !important;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container_address
    span.ginput_right
    + span.ginput_left.address_zip {
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper .gfield_error .ginput_container {
    padding-right: 0;
  }
  .gform_legacy_markup_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0;
  }
  .gform_legacy_markup_wrapper .gform_footer:not(.top_label) {
    margin-left: 29%;
    padding: 16px 0 10px;
    width: 70%;
  }
  .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
  .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
  .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px);
  }
  .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px);
  }
  .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px);
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    margin-left: 29%;
    width: calc(70% + 15px);
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_1,
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_2,
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px);
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    margin-left: 29%;
    width: calc(70% + 13px);
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    margin-left: 29%;
    width: calc(70% + 14px);
  }
  .gform_legacy_markup_wrapper div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    margin-right: -4px;
    padding-right: 16px;
    vertical-align: top;
  }
  .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%;
  }
  .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
  }
  .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%;
  }
  .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%;
  }
  .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_1
    span {
    width: 99.75% !important;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_2
    span {
    width: 49.75% !important;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_3
    span {
    width: 33% !important;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_4
    span {
    width: 24.75% !important;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_5
    span {
    width: 19.75% !important;
  }
  html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
  html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
  html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
  html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0 !important;
  }
  .gform_legacy_markup_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px);
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    div.ginput_complex.ginput_container.ginput_container_email {
    margin-left: 29%;
    width: calc(70% + 16px);
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px);
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px) !important;
  }
  .gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
  .gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px;
  }
  .gform_legacy_markup_wrapper ul.left_label li.gfield .gfield_password_strength,
  .gform_legacy_markup_wrapper ul.right_label li.gfield .gfield_password_strength {
    width: 70%;
  }
  .gform_legacy_markup_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
    padding-right: 0;
  }
  .gform_legacy_markup_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0;
  }
  html:not([dir="rtl"]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .clear-multi,
  html:not([dir="rtl"]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_description,
  html:not([dir="rtl"])
    .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
    margin-left: 29%;
    width: 70%;
  }
  .gform_legacy_markup_wrapper .gf_progressbar {
    width: calc(100% - 16px);
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 70%;
  }
  body
    .gform_legacy_markup_wrapper
    span.ginput_left.address_city
    + input.gform_hidden
    + span.ginput_left.address_country {
    margin-right: 0;
    width: calc(50% - 8px);
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
    margin-left: 29% !important;
  }
  .gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
  }
  .gform_legacy_markup_wrapper .gform_page_footer .button.gform_button,
  .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 10px;
  }
  body .gform_legacy_markup_wrapper select.medium.gfield_select + div.chosen-container-multi[style],
  body .gform_legacy_markup_wrapper select.medium.gfield_select + div.chosen-container-single[style] {
    width: calc(50% - 8px) !important;
  }
  body .gform_legacy_markup_wrapper select.large.gfield_select + div.chosen-container-multi[style],
  body .gform_legacy_markup_wrapper select.large.gfield_select + div.chosen-container-single[style] {
    width: 100% !important;
  }
  body .gform_legacy_markup_wrapper select.small.gfield_select + div.chosen-container-multi[style],
  body .gform_legacy_markup_wrapper select.small.gfield_select + div.chosen-container-single[style] {
    width: 25% !important;
  }
}
.gform_legacy_markup_wrapper .gfield_repeater_cell > .gfield_repeater_wrapper {
  background-color: rgba(1, 1, 1, 0.02);
  border-bottom: 1px solid #eee;
  border-left: 8px solid rgba(54, 86, 102, 0.1);
  border-radius: 8px;
  padding: 10px 20px;
}
.gform_legacy_markup_wrapper .gfield_repeater_wrapper input {
  border: 1px solid #c5c6c5;
  border-radius: 4px;
}
.gform_legacy_markup_wrapper .gfield_repeater_wrapper .gfield_repeater_wrapper {
  margin-top: 10px;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_text,
.gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_text {
  background: hsla(0, 0%, 95%, 0.5);
  border: 1px solid hsla(0, 0%, 46%, 0.4);
  border-radius: 20px;
  color: #757575;
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  margin-bottom: 5px;
  margin-right: 10px;
  min-width: 100px;
  transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_plus,
.gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_minus {
  background: hsla(0, 0%, 95%, 0.5);
  border: 1px solid hsla(0, 0%, 46%, 0.4);
  border-radius: 50%;
  color: #757575;
  font-size: 16px;
  font-weight: 700;
  height: 22px;
  margin: 10px 5px 0;
  padding: 0 0 5px;
  transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
  width: 22px;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons button.gfield_icon_disabled {
  cursor: default;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons button.gfield_icon_disabled:hover {
  background: hsla(0, 0%, 95%, 0.5);
  border: 1px solid hsla(0, 0%, 46%, 0.4);
  color: #757575;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons button:hover {
  background: #fafafa;
  border: 1px solid #757575;
  color: #374750;
}
.gform_legacy_markup_wrapper .gfield_repeater_cell > .gfield_repeater_wrapper {
  border-left: 8px solid #f1f1f1;
  box-shadow:
    0 1px 1px 0 rgba(0, 0, 0, 0.06),
    0 2px 1px -1px rgba(0, 0, 0, 0.06),
    0 1px 5px 0 rgba(0, 0, 0, 0.06);
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_text:focus,
.gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_text:focus {
  outline: 0;
}
.gform_legacy_markup_wrapper .gfield_repeater_item .gfield_repeater_cell .gfield_required {
  color: #c32121;
}
.gform_legacy_markup_wrapper .gfield_repeater_cell label {
  color: #9b9a9a;
  font-size: 14px;
  font-weight: 400;
  padding-top: 8px;
}
.gform_legacy_markup_wrapper .gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell {
  padding-bottom: 20px;
  padding-top: 0;
}
.gform_legacy_markup_wrapper div .gfield_repeater_cell {
  margin-top: 5px;
}
.gform_legacy_markup_wrapper .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #e0e0e6;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-bottom: 20px;
}
.gform_legacy_markup_wrapper .gfield_repeater_value > .gfield_repeater {
  background-color: rgba(1, 1, 1, 0.02);
  border-bottom: 1px solid #eee;
  border-left: 8px solid rgba(54, 86, 102, 0.1);
  border-radius: 8px;
  margin: 10px;
  padding: 10px 20px;
}
.gform_legacy_markup_wrapper .gfield_repeater_cell .gfield_repeater_value:not(:first-child) {
  background-color: #f0f0f0;
  border: 1px solid #c5c6c5;
  border-radius: 4px;
  color: hsla(0, 0%, 46%, 0.7);
  margin-right: 10px;
  padding-left: 10px;
}
.gform_legacy_markup_wrapper .gfield_repeater .gfield_repeater_items,
.gform_legacy_markup_wrapper .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
  padding-top: 5px;
}
.gform_legacy_markup_wrapper .gfield_repeater .gfield_label {
  color: #23282d;
  font-size: 16px;
  font-weight: 600;
}
.gform_legacy_markup_wrapper .gfield_repeater_value .gfield_label,
.gform_legacy_markup_wrapper .gfield_repeater_value .gfield_repeater_value .gfield_repeater_item:first-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_inline {
    display: -moz-inline-stack;
    display: inline-block;
    float: none !important;
    margin: 0;
    padding-right: 16px;
    vertical-align: top;
    width: auto !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type="email"].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="email"].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="email"].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="number"].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="number"].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="number"].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="password"].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="password"].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="password"].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="tel"].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="tel"].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="tel"].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="text"].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="text"].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="text"].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="url"].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="url"].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type="url"].small {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type="text"].datepicker.medium {
    width: 96px !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline select,
  .gform_wrapper .top_label li.gfield.gf_inline textarea {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type="text"],
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type="text"] {
    width: 70% !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
    width: 50px;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
    width: auto;
  }
  .gform_wrapper li.gf_inline div.ginput_container {
    white-space: nowrap !important;
  }
  .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
    display: block !important;
  }
  .gform_wrapper li.gfield.gfield_error.gf_inline {
    margin-right: 16px;
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    float: none;
    padding-right: 16px;
    vertical-align: top;
    width: 49%;
  }
  .gform_wrapper
    .top_label
    li.gfield.gf_left_half
    .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(
      .ginput_container_date
    ):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
  .gform_wrapper
    .top_label
    li.gfield.gf_right_half
    .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(
      .ginput_container_date
    ):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
    margin: 8px 0 0;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half:before {
    clear: both;
    content: "";
    display: block;
  }
  .gform_wrapper .top_label li.gfield.gf_right_half:after {
    clear: both;
    content: "";
    display: table;
  }
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: calc(50% - 16px);
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 16px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half textarea,
  .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    width: 98%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half input.small,
  .gform_wrapper .top_label li.gfield.gf_right_half input.small {
    width: 35%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half,
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection,
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px;
  }
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 0 0 8px;
  }
  .gform_wrapper
    .top_label
    li.gfield.gsection.gf_left_half
    + li.gfield.gsection.gf_right_half
    + li.gfield.gsection.gf_left_half
    + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield {
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .top_label li.gfield.gf_right_third {
    display: -moz-inline-stack;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .gform_wrapper
    .top_label
    li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper
    .top_label
    li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.3%;
  }
  .gform_wrapper
    .top_label
    li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.4%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .top_label li.gfield.gf_right_third {
    margin-bottom: 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium {
    width: 100%;
  }
  .gform_wrapper
    .top_label
    li.gfield.gf_left_third
    div:not(.ginput_container_date)
    input:not([type="radio"]):not([type="checkbox"]):not(.ginput_quantity),
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,
  .gform_wrapper
    .top_label
    li.gfield.gf_middle_third
    div:not(.ginput_container_date)
    input:not([type="radio"]):not([type="checkbox"]):not(.ginput_quantity):not(.ginput_container_time input),
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,
  .gform_wrapper
    .top_label
    li.gfield.gf_right_third
    div:not(.ginput_container_date)
    input:not([type="radio"]):not([type="checkbox"]):not(.ginput_quantity),
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
    margin-right: 16px;
    width: calc(33.3% - 24px) !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 33.4%;
  }
  .gform_wrapper .top_label li.gfield.gf_right_third:after {
    clear: both;
    content: "";
    display: table;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection {
    padding: 16px 0 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_left_third + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield {
    clear: both;
  }
  .gform_wrapper
    .top_label
    li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper
    .top_label
    li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper
    .top_label
    li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper
    .top_label
    li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    display: -moz-inline-stack;
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 25%;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter,
  .gform_wrapper .top_label li.gfield.gf_second_quarter,
  .gform_wrapper .top_label li.gfield.gf_third_quarter {
    margin-bottom: 8px;
  }
  .gform_wrapper
    .top_label
    li.gfield.gf_first_quarter
    div:not(.ginput_container_date)
    input:not([type="radio"]):not([type="checkbox"]),
  .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select,
  .gform_wrapper
    .top_label
    li.gfield.gf_fourth_quarter
    div:not(.ginput_container_date)
    input:not([type="radio"]):not([type="checkbox"]),
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select,
  .gform_wrapper
    .top_label
    li.gfield.gf_second_quarter
    div:not(.ginput_container_date)
    input:not([type="radio"]):not([type="checkbox"]),
  .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select,
  .gform_wrapper
    .top_label
    li.gfield.gf_third_quarter
    div:not(.ginput_container_date)
    input:not([type="radio"]):not([type="checkbox"]),
  .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
    width: 24.5%;
  }
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
    clear: both;
    content: "";
    display: table;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium {
    width: 97.5%;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gsection {
    padding: 16px 0 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield {
    clear: both;
  }
  .gform_wrapper .top_label li ul.gfield_checkbox,
  .gform_wrapper .top_label li ul.gfield_radio {
    width: calc(100% + 16px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,
  .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
    width: calc(70% + 16px);
  }
  .gform_wrapper li.gfield[class*="col"][class*="gf_list_"] ul.gfield_checkbox,
  .gform_wrapper li.gfield[class*="col"][class*="gf_list_"] ul.gfield_radio {
    display: block;
    font-size: 0;
  }
  .gform_wrapper li.gfield[class*="col"][class*="gf_list_"] ul.gfield_checkbox li,
  .gform_wrapper li.gfield[class*="col"][class*="gf_list_"] ul.gfield_radio li {
    font-size: 0.9rem;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    min-height: 28px;
    padding-right: 16px;
    vertical-align: top;
    width: 50%;
  }
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 2px;
    min-height: 28px;
    padding-right: 16px;
    vertical-align: top;
    width: 33.3%;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
  }
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    min-height: 28px;
    padding-right: 16px;
    vertical-align: top;
    width: 25%;
  }
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    min-height: 28px;
    padding-right: 16px;
    vertical-align: top;
    width: 20%;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
    overflow: hidden;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
    margin: 0 0 10px;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label {
    margin: 0 0 10px;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
    -moz-column-count: 2;
    column-count: 2;
    width: calc(100% - 16px);
  }
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
    -moz-column-count: 3;
    column-count: 3;
    width: calc(100% - 8px);
  }
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
    -moz-column-count: 4;
    column-count: 4;
    width: calc(100% - 8px);
  }
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
    -moz-column-count: 5;
    column-count: 5;
    width: calc(100% - 8px);
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
    height: 25px;
  }
  .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
    height: 50px;
  }
  .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
    height: 75px;
  }
  .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
    height: 100px;
  }
  .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
    height: 125px;
  }
  .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
    height: 150px;
  }
  .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
  .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    float: none !important;
    margin: 0 8px 10px 0;
    width: auto !important;
  }
  html[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
  html[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    padding-left: 16px !important;
    padding-right: 0 !important;
  }
  .gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
    display: none !important;
  }
  .gform_wrapper li.gsection.gf_scroll_text {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc !important;
    height: 240px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 16px;
    width: calc(100% - 16px);
  }
  .gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 10px 10px 0 8px !important;
  }
  .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title,
  .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 0 10px 0 8px !important;
  }
  .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
    font-size: 12px;
    margin: 10px;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
  .gform_wrapper
    form
    div.gform_ul.gform_fields
    .top_label
    li.gfield.gsection.gf_scroll_text
    div.gsection_description
    ul
    li {
    list-style-type: disc !important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,
  .gform_wrapper
    form
    div.gform_ul.gform_fields
    .top_label
    li.gfield.gsection.gf_scroll_text
    div.gsection_description
    ul {
    list-style-type: disc !important;
    margin: 16px 0 16px 18px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
  .gform_wrapper
    form
    div.gform_ul.gform_fields
    .top_label
    li.gfield.gsection.gf_scroll_text
    div.gsection_description
    ol
    li {
    list-style-type: decimal !important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,
  .gform_wrapper
    form
    div.gform_ul.gform_fields
    .top_label
    li.gfield.gsection.gf_scroll_text
    div.gsection_description
    ol {
    list-style-type: decimal !important;
    margin: 16px 0 18px 32px;
    padding-left: 0;
  }
  .gform_wrapper
    div.gform_ul.gform_fields
    .top_label
    li.gfield.gsection.gf_scroll_text
    div.gsection_description
    ol
    li
    ul,
  .gform_wrapper
    form
    div.gform_ul.gform_fields
    .top_label
    li.gfield.gsection.gf_scroll_text
    div.gsection_description
    ol
    li
    ul
    li {
    list-style-type: disc !important;
    padding-left: 0;
  }
  .gform_wrapper
    div.gform_ul.gform_fields
    .top_label
    li.gfield.gsection.gf_scroll_text
    div.gsection_description
    ol
    li
    ul {
    margin: 16px 0 16px 18px;
  }
  .gform_wrapper
    form
    div.gform_ul.gform_fields
    .top_label
    li.gfield.gsection.gf_scroll_text
    div.gsection_description
    ol
    li
    ul
    li {
    margin: 0 0 8px;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
    margin: 0 0 18px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
    font-weight: 700;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
    margin: 0 0 16px 18px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_blue,
  .gform_wrapper li.gfield.gfield_html.gf_alert_gray,
  .gform_wrapper li.gfield.gfield_html.gf_alert_green,
  .gform_wrapper li.gfield.gfield_html.gf_alert_red,
  .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    border-radius: 3px;
    margin: 20px 0 !important;
    padding: 20px !important;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_green {
    background-color: #cbeca0;
    border: 1px solid #97b48a;
    color: #030;
    text-shadow: #dfb 1px 1px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_red {
    background-color: #faf2f5;
    border: 1px solid #cfadb3;
    color: #832525;
    text-shadow: #fff 1px 1px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    background-color: #fffbcc;
    border: 1px solid #e6db55;
    color: #222;
    text-shadow: #fcfaea 1px 1px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #424242;
    text-shadow: #fff 1px 1px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    background-color: #d1e4f3;
    border: 1px solid #a7c2e7;
    color: #314475;
    text-shadow: #e0f1ff 1px 1px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
    background-color: #fffbcc;
    border-bottom: 1px solid #e6db55;
    border-top: 1px solid #e6db55;
    color: #424242;
    font-size: 25px;
    margin: 30px 0;
    max-width: 99%;
    padding: 32px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
    background-color: #eaeaea;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #424242;
    font-size: 25px;
    margin: 30px 0;
    max-width: 99%;
    padding: 32px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
    background-color: #fffbd2;
    border: 1px solid #e6db55;
    box-shadow: 0 0 5px hsla(56, 57%, 69%, 0.75);
    margin: 30px 0;
    position: relative;
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_message {
    background-color: #fffbcc;
    background: #fffce5;
    background: linear-gradient(180deg, #fffce5 0, #fff9bf);
    border-bottom: 1px solid #e6db55;
    border-top: 2px solid #fff;
    color: #424242;
    font-size: 28px;
    margin: 0;
    max-width: 99%;
    padding: 40px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
    background-color: #f1fcdf;
    border: 1px solid #a7c37c;
    box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
    margin: 30px 0;
    position: relative;
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
    background-color: #fffbcc;
    background: #dbf2b7;
    background: linear-gradient(180deg, #dbf2b7 0, #b4d088);
    border-bottom: 1px solid #a7c37c;
    border-top: 2px solid #effade;
    color: #030;
    font-size: 28px;
    margin: 0;
    max-width: 99%;
    padding: 40px;
    text-shadow: #dfb 1px 1px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
    background: rgba(0, 0, 0, 0.2);
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    content: "";
    left: 10px;
    max-width: 40%;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
  }
  .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
    display: table;
    margin: 0 auto;
    width: auto;
  }
  .gform_wrapper form.gf_simple_horizontal {
    margin: 0 auto;
    width: calc(100% - 16px);
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body,
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: table-cell;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body {
    max-width: 75%;
    width: auto;
  }
  .gform_wrapper form.gf_simple_horizontal div.ginput_container,
  .gform_wrapper form.gf_simple_horizontal ul li.gfield {
    margin-top: 0 !important;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    margin: 0;
    max-width: 25%;
    padding: 0;
    width: auto;
  }
  body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    text-align: left;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
    display: table;
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    display: table-cell;
    height: auto;
    padding-right: 1em;
  }
  .gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message),
  .gform_wrapper form.gf_simple_horizontal .ginput_complex label,
  .gform_wrapper form.gf_simple_horizontal label.gfield_label {
    display: block;
    height: 1px;
    left: -9000px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    vertical-align: middle;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small {
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="button"],
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="image"],
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
    height: auto;
  }
  .gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
    margin-bottom: 0;
  }
  .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,
  .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
    display: inline-block;
    margin-right: 0.5em;
  }
  html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 48.5%;
  }
  html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33%;
  }
  html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.5%;
  }
  html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.5%;
  }
}
body .gform_wrapper.gf_form_center_wrapper {
  padding: 16px 0 16px 16px;
}
.entry .gform_legacy_markup_wrapper.gf_browser_safari ul li:after,
.entry .gform_legacy_markup_wrapper.gf_browser_safari ul li:before,
.gform_legacy_markup_wrapper.gf_browser_safari ul li:after,
.gform_legacy_markup_wrapper.gf_browser_safari ul li:before {
  content: none;
}
.gform_legacy_markup_wrapper.gf_browser_safari
  .gform_body
  ul.gform_fields
  li.gfield
  .ginput_container
  #recaptcha_widget_div
  #recaptcha_area {
  width: 99% !important;
}
.gform_legacy_markup_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table,
.gform_legacy_markup_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper.gf_browser_safari .gfield_checkbox li input,
.gform_legacy_markup_wrapper.gf_browser_safari .gfield_checkbox li input[type="checkbox"],
.gform_legacy_markup_wrapper.gf_browser_safari .gfield_radio li input[type="radio"] {
  margin-top: 4px;
}
.gform_legacy_markup_wrapper.gf_browser_safari select[multiple="multiple"] {
  height: auto !important;
}
.gform_legacy_markup_wrapper.gf_browser_safari input.button.gform_button_select_files {
  padding: 6px 12px !important;
}
.gform_legacy_markup_wrapper.gf_browser_chrome select {
  padding: 2px 0 2px 3px;
}
.entry .gform_legacy_markup_wrapper.gf_browser_chrome ul li:after,
.entry .gform_legacy_markup_wrapper.gf_browser_chrome ul li:before,
.gform_legacy_markup_wrapper.gf_browser_chrome ul li:after,
.gform_legacy_markup_wrapper.gf_browser_chrome ul li:before {
  content: none;
}
.gform_legacy_markup_wrapper.gf_browser_chrome
  .gform_body
  ul.gform_fields
  li.gfield
  .ginput_container
  #recaptcha_widget_div
  #recaptcha_area {
  width: 99% !important;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table,
.gform_legacy_markup_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select {
  line-height: 1.5em;
  margin-bottom: 5px;
  margin-top: 2px;
  text-indent: 2px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
  margin-top: 6px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="radio"],
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 1px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding-top: 2px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome select[multiple="multiple"] {
  height: auto !important;
}
.gform_legacy_markup_wrapper.gf_browser_chrome
  .gfield_error
  .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name
  span.name_last,
.gform_legacy_markup_wrapper.gf_browser_chrome
  .gfield_error
  .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name
  span.name_middle {
  margin-left: 1.1%;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type="email"],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type="number"],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type="password"],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type="tel"],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type="text"],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type="url"],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error select,
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error textarea,
.gform_legacy_markup_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type="text"] {
  margin-bottom: 2px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome input.button.gform_button_select_files {
  padding: 6px 12px !important;
}
.gform_legacy_markup_wrapper.gf_browser_chrome span.address_country {
  margin-top: -2px;
}
.gform_legacy_markup_wrapper.gf_browser_gecko select {
  padding: 2px 12px 2px 2px;
}
.entry .gform_legacy_markup_wrapper.gf_browser_gecko ul li:after,
.entry .gform_legacy_markup_wrapper.gf_browser_gecko ul li:before,
.gform_legacy_markup_wrapper.gf_browser_gecko ul li:after,
.gform_legacy_markup_wrapper.gf_browser_gecko ul li:before {
  content: none;
}
.gform_legacy_markup_wrapper.gf_browser_gecko
  .ginput_complex
  .ginput_cardinfo_left
  select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 1px;
}
.gform_legacy_markup_wrappergf_browser_gecko .chosen-container-single .chosen-single {
  height: 32px;
  line-height: 2.4;
}
.gform_legacy_markup_wrappergf_browser_gecko .chosen-container-single .chosen-single div b {
  position: relative;
  top: 5px;
}
.entry .gform_legacy_markup_wrapper.gf_browser_ie ul li:after,
.entry .gform_legacy_markup_wrapper.gf_browser_ie ul li:before,
.gform_legacy_markup_wrapper.gf_browser_ie ul li:after,
.gform_legacy_markup_wrapper.gf_browser_ie ul li:before {
  content: none;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_time_hour {
  width: 80px;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_time_minute {
  width: 70px;
}
.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_left label,
.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
  margin: 3px 0 5px;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 3px;
}
.gform_legacy_markup_wrapper.gf_browser_ie ul.top_label .clear-multi {
  clear: both;
  overflow: hidden;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_radio li {
  line-height: 20px !important;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_checkbox li input,
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_checkbox li input[type="checkbox"],
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_radio li input[type="radio"] {
  margin-top: 0;
}
.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_left select,
.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
  padding: 2px 0;
}
.gform_legacy_markup_wrapper.gf_browser_ie
  .gform_body
  ul.gform_fields
  li.gfield
  .ginput_container
  #recaptcha_widget_div
  #recaptcha_area {
  width: 99% !important;
}
.gform_legacy_markup_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table,
.gform_legacy_markup_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  left: 4px;
  position: relative;
  top: -1px;
}
.gform_legacy_markup_wrapper.gf_browser_ie img.add_list_item,
.gform_legacy_markup_wrapper.gf_browser_ie img.delete_list_item {
  background-size: 16px 16px !important;
  height: 16px !important;
  width: 16px !important;
}
.entry .gform_legacy_markup_wrapper.gf_browser_iphone ul li:after,
.entry .gform_legacy_markup_wrapper.gf_browser_iphone ul li:before,
.entry .gform_legacy_markup_wrapper.gf_browser_unknown ul li:after,
.entry .gform_legacy_markup_wrapper.gf_browser_unknown ul li:before,
.gform_legacy_markup_wrapper.gf_browser_iphone ul li:after,
.gform_legacy_markup_wrapper.gf_browser_iphone ul li:before,
.gform_legacy_markup_wrapper.gf_browser_unknown ul li:after,
.gform_legacy_markup_wrapper.gf_browser_unknown ul li:before {
  content: none;
}
@media only screen and (max-width: 641px) {
  .gform_legacy_markup_wrapper.gf_browser_chrome .chosen-container-single .chosen-single,
  .gform_legacy_markup_wrapper.gf_browser_gecko .chosen-container-single .chosen-single,
  .gform_legacy_markup_wrapper.gf_browser_safari .chosen-container-single .chosen-single {
    height: 44px;
    line-height: 3.2;
  }
  .gform_legacy_markup_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b,
  .gform_legacy_markup_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b,
  .gform_legacy_markup_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b {
    position: relative;
    top: 50%;
    transform: translateY(-25%);
  }
}
.iti {
  position: relative;
  display: block;
}
.gform-theme--framework .iti {
  font-size: var(--gf-font-size-secondary, var(--gform-theme-font-size-secondary));
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 10;
  left: 0;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  padding: 5px 10px;
  outline: 0;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
  vertical-align: middle;
}
.iti__country-name,
.iti__flag-box {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}
.iti__flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  /* background-image: url("../../../../../images/source/rev-953260b/www.growexx.com/wp-content/plugins/gp-advanced-phone-field/styles/assets/flags.png"); */
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
.iti__flag.nitro-lazy {
  background-image: none !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    /* background-image: url("../../../../../images/optimized/rev-953260b/www.growexx.com/wp-content/plugins/gp-advanced-phone-field/styles/assets/flags%402x.png"); */
  }
  .iti__flag.nitro-lazy {
    background-image: none !important;
  }
}
@supports (gap: 1px) {
  .iti__flag {
    /* background-image: url("https://cdn-iimjf.nitrocdn.com/KhDEHsZuubttYrzMHBkGkCClrpKHIFAC/assets/images/optimized/rev-953260b/www.growexx.com/wp-content/plugins/gp-advanced-phone-field/styles/assets/flags.webp"); */
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      /* background-image: url("https://cdn-iimjf.nitrocdn.com/KhDEHsZuubttYrzMHBkGkCClrpKHIFAC/assets/images/optimized/rev-953260b/www.growexx.com/wp-content/plugins/gp-advanced-phone-field/styles/assets/flags@2x.webp"); */
    }
    .iti__flag.nitro-lazy {
      background-image: none !important;
    }
  }
  .iti__flag.nitro-lazy {
    background-image: none !important;
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
@keyframes rotate-forever {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pum-container,
.pum-content,
.pum-content + .pum-close,
.pum-content + .pum-close:active,
.pum-content + .pum-close:focus,
.pum-content + .pum-close:hover,
.pum-overlay,
.pum-title {
  background: 0 0;
  border: none;
  bottom: auto;
  clear: none;
  cursor: default;
  float: none;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  overflow: visible;
  position: static;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  top: auto;
  visibility: visible;
  white-space: normal;
  width: auto;
  z-index: auto;
}
.pum-container .pum-content + .pum-close > span,
.pum-content,
.pum-title {
  position: relative;
  z-index: 1;
}
.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
  position: fixed;
}
.pum-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999999999;
  overflow: initial;
  display: none;
  transition: 0.15s ease-in-out;
}
.pum-overlay.pum-form-submission-detected,
.pum-overlay.pum-preview {
  display: block;
}
.pum-overlay,
.pum-overlay *,
.pum-overlay :after,
.pum-overlay :before,
.pum-overlay:after,
.pum-overlay:before {
  box-sizing: border-box;
}
.pum-container {
  top: 100px;
  position: absolute;
  margin-bottom: 3em;
  z-index: 1999999999;
}
.pum-container.pum-responsive {
  left: 50%;
  margin-left: -47.5%;
  width: 95%;
  height: auto;
  overflow: visible;
}
.pum-container.pum-responsive img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .pum-container.pum-responsive.pum-responsive-nano {
    margin-left: -5%;
    width: 10%;
  }
  .pum-container.pum-responsive.pum-responsive-micro {
    margin-left: -10%;
    width: 20%;
  }
  .pum-container.pum-responsive.pum-responsive-tiny {
    margin-left: -15%;
    width: 30%;
  }
  .pum-container.pum-responsive.pum-responsive-small {
    margin-left: -20%;
    width: 40%;
  }
  .pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -30%;
    width: 60%;
  }
  .pum-container.pum-responsive.pum-responsive-normal {
    margin-left: -30%;
    width: 70%;
  }
  .pum-container.pum-responsive.pum-responsive-large {
    margin-left: -35%;
    width: 80%;
  }
  .pum-container.pum-responsive.pum-responsive-xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
  .pum-container.pum-responsive.pum-position-fixed {
    position: fixed;
  }
}
@media only screen and (max-width: 1024px) {
  .pum-container.pum-responsive.pum-position-fixed {
    position: absolute;
  }
}
.pum-container.custom-position {
  left: auto;
  top: auto;
  margin-left: inherit;
}
.pum-container .pum-title {
  margin-bottom: 0.5em;
}
.pum-container .pum-content > :last-child,
.pum-form__message:last-child {
  margin-bottom: 0;
}
.pum-container .pum-content:focus {
  outline: 0;
}
.pum-container .pum-content > :first-child {
  margin-top: 0;
}
.pum-container .pum-content + .pum-close {
  text-decoration: none;
  text-align: center;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  min-width: 1em;
  z-index: 2;
  background-color: transparent;
}
.pum-container.pum-scrollable .pum-content {
  overflow: auto;
  overflow-y: scroll;
  max-height: 95%;
}
.pum-overlay.pum-overlay-disabled {
  visibility: hidden;
}
.pum-overlay.pum-overlay-disabled::-webkit-scrollbar {
  display: block;
}
.pum-overlay.pum-overlay-disabled .pum-container {
  visibility: visible;
}
.popmake-close,
.pum-overlay.pum-click-to-close {
  cursor: pointer;
}
html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
  overflow: hidden;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 15px;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active {
  position: static;
  height: auto;
  width: auto;
}
.pum-form {
  margin: 0 auto 16px;
}
.pum-form__field {
  margin-bottom: 1em;
}
.pum-form__field label {
  font-weight: 700;
}
.pum-form__field input[type="date"],
.pum-form__field select {
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding: 3px;
  vertical-align: middle;
}
.pum-form__field select {
  padding: 5px 3px;
}
.pum-form__loader {
  font-size: 2em;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-name: rotate-forever;
  animation-timing-function: linear;
  height: 0.75em;
  width: 0.75em;
  border: 0.25em solid rgba(0, 0, 0, 0.5);
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
}
.pum-form__submit {
  position: relative;
}
.pum-form__submit .pum-form__loader {
  margin-left: 0.5em;
  border: 0.25em solid rgba(255, 255, 255, 0.5);
  border-right-color: transparent;
}
.pum-form__messages {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 0.5em;
  padding: 1em;
  position: relative;
}
.pum-form__message {
  margin-bottom: 0.5em;
}
.pum-form__message--error {
  color: red !important;
  border-color: red;
}
.pum-form__message--success {
  color: green !important;
  border-color: green;
}
.pum-form--loading,
.pum-sub-form .pum-sub-form-loading {
  opacity: 0.5;
}
.pum-alignment-left,
.pum-form--alignment-left {
  text-align: left;
}
.pum-alignment-center {
  text-align: center;
}
.pum-alignment-right {
  text-align: right;
}
.pum-form--alignment-center {
  text-align: center;
}
.pum-form--alignment-right {
  text-align: right;
}
.pum-form--layout-standard .pum-form__field > label {
  margin-bottom: 0.25em;
  display: block;
}
.pum-form--layout-inline .pum-form__field {
  display: inline-block;
}
.pum-form--layout-block .pum-form__field,
.pum-form--layout-block button,
.pum-form--layout-block div,
.pum-form--layout-block input {
  display: block;
  width: 100%;
}
.pum-form--style-default label {
  font-size: 14px;
  font-weight: 700;
}
.pum-form--style-default input[type="email"],
.pum-form--style-default input[type="text"] {
  background-color: #f8f7f7;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 10px 8px;
}
.pum-form--style-default button {
  font-size: 18px;
  margin: 10px 0 0;
  padding: 10px 5px;
  cursor: pointer;
}
.pum-sub-form p.pum-newsletter-error-msg {
  margin: 0;
}
.pum-sub-form .spinner-loader {
  right: 50%;
  position: absolute;
  bottom: 40%;
}
.pum-sub-form .spinner-loader:not(:required) {
  animation: 1.5s linear infinite spinner-loader;
  border-radius: 0.5em;
  box-shadow:
    rgba(0, 0, 51, 0.3) 1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0,
    rgba(0, 0, 51, 0.3) 0 1.5em 0 0,
    rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0,
    rgba(0, 0, 51, 0.3) -1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0,
    rgba(0, 0, 51, 0.3) 0 -1.5em 0 0,
    rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}
.pum-form__field--consent {
  text-align: left;
}
.pum-form__field--consent.pum-form__field--checkbox label,
.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label {
  display: inline-block;
  vertical-align: middle;
}
.pum-form__field--consent.pum-form__field--checkbox label input {
  display: inline-block;
  width: inherit;
  margin: 0;
  vertical-align: middle;
}
.pum-form__field--consent.pum-form__field--radio
  .pum-form__consent-radios.pum-form__consent-radios--inline
  label
  input {
  display: inline-block;
  width: inherit;
  margin: 0;
  vertical-align: middle;
}
.pum-form__field--consent.pum-form__field--radio
  .pum-form__consent-radios.pum-form__consent-radios--inline
  label
  + label {
  margin-left: 1em;
}
.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label {
  display: block;
  vertical-align: middle;
}
.pum-form__field--consent.pum-form__field--radio
  .pum-form__consent-radios.pum-form__consent-radios--stacked
  label
  input {
  display: inline-block;
  width: inherit;
  margin: 0;
  vertical-align: middle;
}
.pum-container iframe.formidable {
  width: 100%;
  overflow: visible;
}
.pika-single,
body div#ui-datepicker-div[style] {
  z-index: 9999999999 !important;
}
.pum-theme-13550,
.pum-theme-lightbox {
  background-color: rgba(0, 0, 0, 0.6);
}
.pum-theme-13550 .pum-container,
.pum-theme-lightbox .pum-container {
  padding: 18px;
  border-radius: 0px;
  border: 0px none #000;
  box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1);
  background-color: rgba(255, 255, 255, 1);
}
.pum-theme-13550 .pum-title,
.pum-theme-lightbox .pum-title {
  color: #000;
  text-align: left;
  text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
  font-family: inherit;
  font-weight: 100;
  font-size: 32px;
  line-height: 36px;
}
.pum-theme-13550 .pum-content,
.pum-theme-lightbox .pum-content {
  color: #000;
  font-family: inherit;
  font-weight: 100;
}
.pum-theme-13550 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
  position: absolute;
  height: 26px;
  width: 26px;
  left: auto;
  right: -13px;
  bottom: auto;
  top: -13px;
  padding: 0px;
  color: #fff;
  font-family: Arial;
  font-weight: 100;
  font-size: 24px;
  line-height: 24px;
  border: 2px solid #fff;
  border-radius: 26px;
  box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: rgba(0, 0, 0, 1);
}
.pum-theme-13551,
.pum-theme-enterprise-blue {
  background-color: rgba(0, 0, 0, 0.7);
}
.pum-theme-13551 .pum-container,
.pum-theme-enterprise-blue .pum-container {
  padding: 28px;
  border-radius: 5px;
  border: 1px none #000;
  box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.5);
  background-color: rgba(255, 255, 255, 1);
}
.pum-theme-13551 .pum-title,
.pum-theme-enterprise-blue .pum-title {
  color: #315b7c;
  text-align: left;
  text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
  font-family: inherit;
  font-weight: 100;
  font-size: 34px;
  line-height: 36px;
}
.pum-theme-13551 .pum-content,
.pum-theme-enterprise-blue .pum-content {
  color: #2d2d2d;
  font-family: inherit;
  font-weight: 100;
}
.pum-theme-13551 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
  position: absolute;
  height: 28px;
  width: 28px;
  left: auto;
  right: 8px;
  bottom: auto;
  top: 8px;
  padding: 4px;
  color: #fff;
  font-family: Times New Roman;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
  border: 1px none #fff;
  border-radius: 42px;
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: rgba(49, 91, 124, 1);
}
.pum-theme-13552,
.pum-theme-hello-box {
  background-color: rgba(0, 0, 0, 0.75);
}
.pum-theme-13552 .pum-container,
.pum-theme-hello-box .pum-container {
  padding: 30px;
  border-radius: 80px;
  border: 14px solid #81d742;
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0);
  background-color: rgba(255, 255, 255, 1);
}
.pum-theme-13552 .pum-title,
.pum-theme-hello-box .pum-title {
  color: #2d2d2d;
  text-align: left;
  text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
  font-family: Montserrat;
  font-weight: 100;
  font-size: 32px;
  line-height: 36px;
}
.pum-theme-13552 .pum-content,
.pum-theme-hello-box .pum-content {
  color: #2d2d2d;
  font-family: inherit;
  font-weight: 100;
}
.pum-theme-13552 .pum-content + .pum-close,
.pum-theme-hello-box .pum-content + .pum-close {
  position: absolute;
  height: auto;
  width: auto;
  left: auto;
  right: -30px;
  bottom: auto;
  top: -30px;
  padding: 0px;
  color: #2d2d2d;
  font-family: Times New Roman;
  font-weight: 100;
  font-size: 32px;
  line-height: 28px;
  border: 1px none #fff;
  border-radius: 28px;
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: rgba(255, 255, 255, 1);
}
.pum-theme-13553,
.pum-theme-cutting-edge {
  background-color: rgba(0, 0, 0, 0.5);
}
.pum-theme-13553 .pum-container,
.pum-theme-cutting-edge .pum-container {
  padding: 18px;
  border-radius: 0px;
  border: 1px none #000;
  box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
  background-color: rgba(30, 115, 190, 1);
}
.pum-theme-13553 .pum-title,
.pum-theme-cutting-edge .pum-title {
  color: #fff;
  text-align: left;
  text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
  font-family: Sans-Serif;
  font-weight: 100;
  font-size: 26px;
  line-height: 28px;
}
.pum-theme-13553 .pum-content,
.pum-theme-cutting-edge .pum-content {
  color: #fff;
  font-family: inherit;
  font-weight: 100;
}
.pum-theme-13553 .pum-content + .pum-close,
.pum-theme-cutting-edge .pum-content + .pum-close {
  position: absolute;
  height: 24px;
  width: 24px;
  left: auto;
  right: 0px;
  bottom: auto;
  top: 0px;
  padding: 0px;
  color: #1e73be;
  font-family: Times New Roman;
  font-weight: 100;
  font-size: 32px;
  line-height: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  box-shadow: -1px 1px 1px 0px rgba(2, 2, 2, 0.1);
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: rgba(238, 238, 34, 1);
}
.pum-theme-13554,
.pum-theme-framed-border {
  background-color: rgba(255, 255, 255, 0.5);
}
.pum-theme-13554 .pum-container,
.pum-theme-framed-border .pum-container {
  padding: 18px;
  border-radius: 0px;
  border: 20px outset #d33;
  box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.97) inset;
  background-color: rgba(255, 251, 239, 1);
}
.pum-theme-13554 .pum-title,
.pum-theme-framed-border .pum-title {
  color: #000;
  text-align: left;
  text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
  font-family: inherit;
  font-weight: 100;
  font-size: 32px;
  line-height: 36px;
}
.pum-theme-13554 .pum-content,
.pum-theme-framed-border .pum-content {
  color: #2d2d2d;
  font-family: inherit;
  font-weight: 100;
}
.pum-theme-13554 .pum-content + .pum-close,
.pum-theme-framed-border .pum-content + .pum-close {
  position: absolute;
  height: 20px;
  width: 20px;
  left: auto;
  right: -20px;
  bottom: auto;
  top: -20px;
  padding: 0px;
  color: #fff;
  font-family: Tahoma;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  border: 1px none #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: rgba(0, 0, 0, 0.55);
}
.pum-theme-13555,
.pum-theme-floating-bar {
  background-color: rgba(255, 255, 255, 0);
}
.pum-theme-13555 .pum-container,
.pum-theme-floating-bar .pum-container {
  padding: 8px;
  border-radius: 0px;
  border: 1px none #000;
  box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
  background-color: rgba(238, 246, 252, 1);
}
.pum-theme-13555 .pum-title,
.pum-theme-floating-bar .pum-title {
  color: #505050;
  text-align: left;
  text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
  font-family: inherit;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
}
.pum-theme-13555 .pum-content,
.pum-theme-floating-bar .pum-content {
  color: #505050;
  font-family: inherit;
  font-weight: 400;
}
.pum-theme-13555 .pum-content + .pum-close,
.pum-theme-floating-bar .pum-content + .pum-close {
  position: absolute;
  height: 18px;
  width: 18px;
  left: auto;
  right: 5px;
  bottom: auto;
  top: 50%;
  padding: 0px;
  color: #505050;
  font-family: Sans-Serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  border: 1px solid #505050;
  border-radius: 15px;
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
  transform: translate(0, -50%);
}
.pum-theme-13556,
.pum-theme-content-only {
  background-color: rgba(0, 0, 0, 0.7);
}
.pum-theme-13556 .pum-container,
.pum-theme-content-only .pum-container {
  padding: 0px;
  border-radius: 0px;
  border: 1px none #000;
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0);
}
.pum-theme-13556 .pum-title,
.pum-theme-content-only .pum-title {
  color: #000;
  text-align: left;
  text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
  font-family: inherit;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
}
.pum-theme-13556 .pum-content,
.pum-theme-content-only .pum-content {
  color: #8c8c8c;
  font-family: inherit;
  font-weight: 400;
}
.pum-theme-13556 .pum-content + .pum-close,
.pum-theme-content-only .pum-content + .pum-close {
  position: absolute;
  height: 18px;
  width: 18px;
  left: auto;
  right: 7px;
  bottom: auto;
  top: 7px;
  padding: 0px;
  color: #000;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  border: 1px none #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
}
.pum-theme-13549,
.pum-theme-default-theme {
  background-color: rgba(255, 255, 255, 1);
}
.pum-theme-13549 .pum-container,
.pum-theme-default-theme .pum-container {
  padding: 18px;
  border-radius: 0px;
  border: 1px none #000;
  box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
  background-color: rgba(249, 249, 249, 1);
}
.pum-theme-13549 .pum-title,
.pum-theme-default-theme .pum-title {
  color: #000;
  text-align: left;
  text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
  font-family: inherit;
  font-weight: 400;
  font-size: 32px;
  font-style: normal;
  line-height: 36px;
}
.pum-theme-13549 .pum-content,
.pum-theme-default-theme .pum-content {
  color: #8c8c8c;
  font-family: inherit;
  font-weight: 400;
  font-style: inherit;
}
.pum-theme-13549 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
  position: absolute;
  height: auto;
  width: auto;
  left: auto;
  right: 0px;
  bottom: auto;
  top: 0px;
  padding: 8px;
  color: #fff;
  font-family: inherit;
  font-weight: 400;
  font-size: 12px;
  font-style: inherit;
  line-height: 36px;
  border: 1px none #fff;
  border-radius: 0px;
  box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: rgba(0, 183, 205, 1);
}
#pum-91889 {
  z-index: 1999999999;
}
#pum-76679 {
  z-index: 1999999999;
}
#pum-70981 {
  z-index: 1999999999;
}
#pum-24810 {
  z-index: 1999999999;
}
#pum-13558 {
  z-index: 1999999999;
}
#pum-24812 {
  z-index: 9999999999;
}
#pum-17690 {
  z-index: 1999999999;
}
#pum-13557 {
  z-index: 1999999999;
}
#rc-imageselect {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
@media screen and (max-height: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .ginput_recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}
body,
body.page-template,
body.post-template,
body.page-template-default {
  font-family: "Montserrat";
}
body.menu-opened {
  overflow: hidden;
}
a {
  font-family: "Montserrat" !important;
}
.fa {
  font-family: FontAwesome !important;
}
.icon-boxes .infobox-icon > img {
  height: 40px;
  width: 40px;
}
.swiper-slide .category {
  display: none !important;
}
.mobile-logo a img {
  width: 83px;
  height: 42px;
}
.r__shape:after {
  content: "";
  background-color: #00abc5;
  height: 70px;
  width: calc(100% + 20px);
  position: absolute;
  bottom: -20px;
  z-index: -1;
}
.r2__shape:after {
  content: "";
  background-color: #009444 !important;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
}
.elementor-headline-typing-selected {
  background: #bbb !important;
}
.case-study-banner img {
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.bordered-icon-list .elementor-icon-list-item {
  padding: 10px 10px 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .r__shape:after,
  .r2__shape:after {
    display: none;
  }
}
.pr__section:before {
  content: "";
  background-color: #009444 !important;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.pr__flex_col .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
span.pr_required {
  color: #00abc5;
}
.section__flex .elementor-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section__flex .elementor-column {
  width: 33.3333%;
}
#bitnami-banner {
  display: none;
}
.gform_confirmation_message_1 {
  color: #fff;
  font-family: "Montserrat", Sans-serif;
}
.gform_confirmation_message_2 {
  font-family: "Montserrat", Sans-serif;
}
.mobile-logo {
  padding: 15px 0;
}
.mobile-logo > a {
  display: block;
}
.elementor-widget-pr-search-box {
  display: none !important;
}
.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  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;
}
.page-mobile-header > .toggle-icon {
  opacity: 0.8;
}
.pr-main-menu a {
  font-size: 14px;
}
.elementor-104 .elementor-element.elementor-element-3f9125c > .elementor-container {
  min-height: 84px !important;
}
#input_2_1 {
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
#input_2_1:focus {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
#input_2_1::-webkit-input-placeholder {
  opacity: 0.5;
  color: #000;
}
#input_2_1::-moz-placeholder {
  opacity: 0.5;
  color: #000;
}
#input_2_1:-ms-input-placeholder {
  opacity: 0.5;
  color: #000;
}
#input_2_1::-ms-input-placeholder {
  opacity: 0.5;
  color: #000;
}
#input_2_1::placeholder {
  opacity: 0.5;
  color: #000;
}
.validation_error {
  display: none;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  border: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}
.gform_wrapper .validation_message {
  color: #dc3545 !important;
  font-weight: 500 !important;
  padding-top: 7px !important;
}
.gfield_error input {
  border-color: #dc3545 !important;
}
.content-inner {
  width: 100%;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.section-title.thumbnail-bg::before {
  background: #fff !important;
}
.section-title .entry-title {
  font-weight: 900 !important;
  color: #000 !important;
  font-size: 60px !important;
}
.breadcrumbs {
  display: none;
}
.opacity-0 {
  opacity: 0 !important;
}
.section-columns-horizontal-center .elementor-column-gap-default {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sub-title,
.h1,
.h1 + .content,
#case-study-ajax-search-filter {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sub-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #4d186e;
  margin-top: 124px;
  margin-bottom: 18px;
}
.h1,
.awsm-jobs-single-title {
  color: #000;
  font-family: "Montserrat", Sans-serif !important;
  font-size: 60px;
  font-weight: 900;
  line-height: 73px;
  margin-bottom: 30px;
}
.h1 + .content {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  opacity: 0.5;
}
.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.filters > .column-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  margin-right: 30px;
  margin-bottom: 50px;
}
.filters > .column-wrap label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
.filters > .column-wrap label + select {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.filters::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #000;
  opacity: 0.08;
  left: 0;
}
.search.results {
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
}
.search.results li {
  list-style: none;
  margin-bottom: 200px;
}
.search.results li a {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search.results li:nth-child(2n) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.search.results li a > img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 670px;
  flex: 0 0 670px;
  width: 100%;
  max-width: 670px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s linear transform;
  -o-transition: 0.4s linear transform;
  transition: 0.4s linear transform;
  will-change: transform;
}
.search.results li a .work-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 420px;
  flex: 0 1 420px;
  margin-right: 70px;
}
.search.results li:nth-child(2n) a .work-info {
  margin-right: 0;
  margin-left: 70px;
}
.h3 {
  color: #00abc5;
  font-family: "Montserrat", Sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 39px;
  margin-bottom: 30px;
}
.h3.am__title {
  color: #000;
}
.h2,
.awsm-job-content h2 {
  color: #000;
  font-family: "Montserrat", Sans-serif !important;
  font-size: 45px;
  font-weight: 900;
  line-height: 54px;
  margin-bottom: 30px;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.link span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  position: relative;
}
.link span::after {
  position: absolute;
  content: "";
  height: 1px;
  background: #000;
  left: 0;
  bottom: -3px;
  width: 0;
  -webkit-transition: 0.4s ease-out width;
  -o-transition: 0.4s ease-out width;
  transition: 0.4s ease-out width;
}
.search.results li a:hover > img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 4s ease-out transform;
  -o-transition: 4s ease-out transform;
  transition: 4s ease-out transform;
}
.search.results li a:hover .link span::after {
  width: calc(100% - 2px);
}
.search.results li a .h2 {
  -webkit-transition: 0.4s ease color;
  -o-transition: 0.4s ease color;
  transition: 0.4s ease color;
}
.clear-filters.hide {
  display: none;
}
.clear-filters {
  margin-bottom: 58px;
}
.clear-button {
  font-family: "Montserrat";
  font-size: 14px;
  background: none;
  border: none;
  color: #000;
  opacity: 0.7;
}
.clear-button:hover {
  opacity: 1;
}
.clear-button img {
  margin-right: 10px;
}
.no-result {
  margin-top: -40px;
}
.select-bordered {
  position: relative;
}
.select-bordered select {
  border: 1px solid #000;
  position: relative !important;
  background: transparent !important;
  appearance: none !important;
  appearance: none;
  z-index: 2 !important;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-bordered .angle-down {
  position: absolute;
  height: calc(100% - 2px);
  width: 40px;
  background: #fff;
  right: 1px;
  top: 1px;
  z-index: 1;
}
.select-bordered .angle-down::after {
  width: 6px;
  height: 6px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  display: block;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: 44%;
  position: absolute;
  right: 20px;
  content: "";
}
.mt-xl {
  margin-top: 100px;
}
.post-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-featured-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 550px;
  flex: 0 0 550px;
  position: relative;
  overflow: hidden;
}
.post-featured-thumbnail img {
  -webkit-transition: 1s -webkit-transform ease;
  transition: 1s -webkit-transform ease;
  transition: 1s transform ease;
  transition:
    1s transform ease,
    1s -webkit-transform ease;
  -o-transition: 1s transform ease;
  margin: 0 auto;
  display: block;
}
.post-featured:hover .post-featured-thumbnail img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 4s -webkit-transform ease;
  transition: 4s -webkit-transform ease;
  transition: 4s transform ease;
  transition:
    4s transform ease,
    4s -webkit-transform ease;
  -o-transition: 4s transform ease;
}
.post-featured-thumbnail span {
  background: #009444;
  padding: 7px 15px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  font-weight: 500;
  top: 20px;
  left: 20px;
}
.post-featured-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 70px;
}
.post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-info a {
  color: #00abc5;
  font-weight: 500;
}
.post-author-name {
  margin-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #ccc;
  color: #000;
}
.post-author-thumbnail img {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.28);
}
.post-info .post-author ~ a {
  text-decoration: underline !important;
}
.post-info .elementor-icon-list-icon {
  margin-right: 10px;
}
.share-social .elementor-widget-wrap > .elementor-element {
  width: auto;
  line-height: 32px;
}
.share-social .elementor-widget-heading {
  margin-bottom: 0;
}
.muted {
  color: #808080;
}
.post-info + a .h2 {
  margin-top: 20px;
  font-size: 35px;
  line-height: 1.2;
}
.post-info + a .h3 {
  margin-top: 30px;
}
.hr {
  background: #ebebeb;
  margin-top: 100px;
  margin-bottom: 100px;
}
.title-with-action {
  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;
}
.btn-outline {
  background: transparent;
  border: 1px solid #ccc;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px 20px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-outline img {
  margin-right: 10px;
}
.btn-outline-green {
  color: #009444;
  border-color: #009444;
}
.post-list .asr-filter-div {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 100px;
}
.post-list .asr-filter-div ul {
  white-space: nowrap;
  overflow-x: auto;
}
.post-list .asr-filter-div ul li {
  border: none;
  padding: 0;
  margin-right: 50px;
  padding-bottom: 6px;
  margin-bottom: 0;
  color: #808080;
}
.post-list .asr-filter-div ul li:hover {
  background: transparent;
  color: #000;
}
.post-list .asr-filter-div ul li.active {
  background: transparent;
  color: #000;
  border-bottom: 2px solid #009444;
}
.post-list .am_post_grid {
  margin-left: -30px;
  margin-right: -30px;
}
.post-list .am_grid_col {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50%;
  padding: 0 30px;
  margin-bottom: 70px;
}
.post-list .am_single_grid {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  overflow: hidden;
}
.post-list .am_thumb {
  display: block;
  height: unset;
  aspect-ratio: 540/283;
}
.post-list .am_thumb img {
  -webkit-transition: 4s ease;
  -o-transition: 4s ease;
  transition: 4s ease;
  object-position: top;
}
.am_single_grid:hover .am_thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.post-list .am_cont {
  padding: 30px;
}
.post-info > .elementor-widget-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-info > .elementor-widget-wrap > .elementor-widget {
  width: auto;
  padding-right: 30px;
  margin-bottom: 0;
  margin-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.post-info > .elementor-widget-wrap > .elementor-widget:last-child {
  border-right: none;
}
.post-info a {
  text-decoration: none;
  font-size: 15px;
}
.blog-post-newsletter-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 570px !important;
  padding-bottom: 40px;
}
.blog-post-newsletter-form form .gform_body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 385px;
  flex: 0 0 385px;
}
.blog-post-newsletter-form form .gform_body input {
  width: 100%;
}
.blog-post-newsletter-form form .gform_body .gfield_label {
  display: none;
}
.blog-post-newsletter-form form .gform_footer {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.blog-post-newsletter-form form .gform_body .ginput_container_email input {
  height: 40px;
  padding: 10px 15px !important;
  font-size: 14px !important;
  font-family: "Montserrat", Sans-serif !important;
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.blog-post-newsletter-form form .gform_footer .button {
  height: 40px;
  background: #009345;
  color: #fff;
  border: none;
  font-size: 14px;
  width: 100% !important;
}
.blog-post-newsletter-form .ginput_container.ginput_container_consent {
  position: absolute;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
}
.blog-post-newsletter-form .ginput_container.ginput_container_consent input[type="checkbox"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  margin-right: 15px;
  margin-top: 0;
}
.blog-post-newsletter-form .ginput_container.ginput_container_consent label {
  font-size: 14px;
  font-family: "Montserrat";
}
.blog-post-newsletter-form .ginput_container.ginput_container_consent label a,
.growexx-footer label.gfield_consent_label a {
  color: #4d186e !important;
}
.blog-post-newsletter-form .gfield_required,
.growexx-footer .gfield_required {
  display: none;
}
.growexx-footer .ginput_container.ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 28px !important;
}
.growexx-footer .gform_wrapper li.hidden_label input {
  margin-top: 3px;
  margin-right: 10px;
}
.growexx-footer label.gfield_consent_label {
  font-size: 13px;
}
.growexx-footer label.gfield_consent_label a {
  color: #4d186e !important;
}
.growexx-footer .gfield_required {
  display: none;
}
#email_subscription {
  display: none;
}
.awsm-job-listings {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.awsm-job-item {
  padding: 30px 30px 30px 90px;
  border: none !important;
  transition: 0.2s ease all;
}
.awsm-job-item:hover {
  transform: translate(2px, -2px);
  box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 5%);
}
.awsm-job-item .awsm-job-post-title {
  margin-bottom: 4px !important;
  font-size: 20px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #000;
}
.awsm-job-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.awsm-list-left-col br {
  display: none;
}
.job-cateogry-design {
  /* background-image: url("https://cdn-iimjf.nitrocdn.com/KhDEHsZuubttYrzMHBkGkCClrpKHIFAC/assets/images/optimized/rev-953260b/www.growexx.com/wp-content/uploads/2019/01/job-category-design.svg");
  background-repeat: no-repeat;
  background-position: center left 30px; */
}
.job-cateogry-design.nitro-lazy {
  background-image: none !important;
}
.job-cateogry-engineering {
  /* background-image: url("https://cdn-iimjf.nitrocdn.com/KhDEHsZuubttYrzMHBkGkCClrpKHIFAC/assets/images/optimized/rev-953260b/www.growexx.com/wp-content/uploads/2019/01/job-category-engineering.svg");
  background-repeat: no-repeat;
  background-position: center left 30px; */
}
.job-cateogry-engineering.nitro-lazy {
  background-image: none !important;
}
.job-cateogry-operations {
  /* background-image: url("https://cdn-iimjf.nitrocdn.com/KhDEHsZuubttYrzMHBkGkCClrpKHIFAC/assets/images/optimized/rev-953260b/www.growexx.com/wp-content/uploads/2019/01/job-category-operations.svg");
  background-repeat: no-repeat;
  background-position: center left 30px; */
}
.job-cateogry-operations.nitro-lazy {
  background-image: none !important;
}
.job-cateogry-management {
  /* background-image: url("https://cdn-iimjf.nitrocdn.com/KhDEHsZuubttYrzMHBkGkCClrpKHIFAC/assets/images/optimized/rev-953260b/www.growexx.com/wp-content/uploads/2019/01/job-category-engineering.svg");
  background-repeat: no-repeat;
  background-position: center left 30px; */
}
.job-cateogry-management.nitro-lazy {
  background-image: none !important;
}
.awsm-job-listing-item {
  margin-bottom: 15px;
}
.awsm-job-content {
  font-family: "Montserrat";
}
.awsm-job-content h2,
.awsm-job-content h3,
.awsm-job-content h4,
.awsm-job-content h5,
.awsm-job-content h6 {
  font-family: "Montserrat";
}
.section-title {
  display: none;
}
.awsm-job-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 124px;
  padding-left: 30px;
  padding-right: 30px;
}
.awsm-job-form-inner h2 {
  margin: 0 0 100px;
  color: #fff;
}
.awsm-job-content h2 {
  margin-bottom: 50px;
}
.awsm-job-content p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
}
.awsm-job-content p + h2,
.awsm-job-content ul + h2,
.awsm-job-content ul + h3,
.awsm-job-content p + h3 {
  margin-top: 100px;
}
.awsm-job-content h3 {
  margin-bottom: 50px;
  font-size: 45px;
  font-weight: 900;
  line-height: 54px;
}
.awsm-job-content ul,
.bulleted-list ul {
  margin: 0;
}
.awsm-job-content ul li,
.bulleted-list ul li,
.bulleted-list ol li {
  margin-bottom: 15px;
  line-height: 30px;
  list-style: none;
  position: relative;
  padding-left: 45px;
  font-size: 16px;
}
.bulleted-list ol li {
  list-style: auto;
  padding-left: 10px;
  margin-left: 10px;
}
.awsm-job-content ul li::before,
.bulleted-list ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #009444;
  top: 11px;
  left: 16px;
}
.button {
  padding: 20px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.button-primary {
  background: #4d186e;
  color: #fff;
}
.button .fa {
  margin-left: 20px;
}
.button-primary::before {
  position: absolute;
  width: 0;
  height: 100%;
  background: #009345;
  content: "";
  top: 0;
  left: 0;
  -webkit-transition: 0.4s width ease;
  -o-transition: 0.4s width ease;
  transition: 0.4s width ease;
  z-index: 1;
}
.button-primary:hover::before {
  width: 100%;
}
.button-primary span,
.button-primary i {
  position: relative;
  z-index: 2;
}
.button-primary:hover span,
.button-primary:hover i {
  color: #fff;
}
.awsm-filter-wrap .awsm-filter-item {
  width: 100%;
}
.awsm-selectric {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0;
  padding: 15px;
  font-size: 14px !important;
  width: 100%;
  max-width: 320px;
}
.awsm-selectric:hover {
  border: 1px solid #000;
}
.awsm-selectric .label {
  font-size: 14px;
  color: #000;
  height: auto;
  line-height: 1.4;
  margin-left: 0;
}
.awsm-selectric-items li {
  color: #000;
  font-size: 14px;
  padding: 10px 15px !important;
}
.awsm-selectric-items li.highlighted {
  background: rgba(77, 24, 110, 0.1);
  color: #000;
}
.awsm-selectric-items li.selected {
  background: rgba(77, 24, 110, 0.2);
  color: #000;
}
.awsm-job-specifications-container {
  margin-bottom: 30px;
}
.awsm-job-specification-item {
  margin-bottom: 10px;
  margin-right: 20px !important;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
}
.awsm-job-single-wrap .awsm-job-specification-item {
  display: inline;
}
.awsm-job-single-wrap .awsm-job-specification-item .awsm-job-specification-label {
  display: none;
}
.awsm-job-specification-item::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.awsm-list-item .awsm-job-specification-item:last-child::after,
.awsm-job-single-wrap .awsm-job-specification-item:last-child::after {
  display: none;
}
.awsm-job-entry-content {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #ebebeb;
}
.awsm-job-form {
  background-color: #532274;
  padding: 200px 0;
  /* background-image: url("https://cdn-iimjf.nitrocdn.com/KhDEHsZuubttYrzMHBkGkCClrpKHIFAC/assets/images/optimized/rev-953260b/www.growexx.com/wp-content/uploads/2021/04/contact-form-shape.svg");
  background-repeat: no-repeat;
  background-position: 57vw 14vh; */
}
.awsm-job-form.nitro-lazy {
  background-image: none !important;
}
.awsm-job-form-inner {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.awsm-job-form-inner h2,
.awsm-job-form-inner h3,
.awsm-job-form-inner form {
  width: 100%;
  max-width: 770px;
}
.awsm-job-form-group {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 25px;
}
.awsm-job-form-group label {
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.awsm-job-form-control {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
  font-size: 14px;
}
.awsm-job-form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.awsm-job-form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.awsm-job-form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.awsm-job-form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.awsm-job-form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
form#awsm-application-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.full-width {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.half-width {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.awsm-job-form-group input[type="checkbox"],
.awsm-job-form-group input[type="radio"] {
  width: 16px;
  height: 16px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 1px #009444 inset;
  box-shadow: 0 0 0 1px #009444 inset;
  border-width: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.awsm-job-form-group input[type="checkbox"] {
  border-radius: 0;
}
.awsm-job-form-group input[type="checkbox"]:checked,
.awsm-job-form-group input[type="radio"]:checked {
  -webkit-box-shadow: 0 0 0 2px #009444 inset;
  box-shadow: 0 0 0 2px #009444 inset;
  background: white;
  border-color: #009444;
  position: relative;
}
.awsm-job-form-group input[type="checkbox"]:checked:after,
.awsm-job-form-group input[type="radio"]:checked:after {
  content: "";
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid #009444;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.awsm-job-form-options-container span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 30px 0px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.awsm-job-form-options-container span > * {
  margin: 0 10px 0 0 !important;
  display: inline-block;
}
.awsm-job-form-control[type="file"] {
  padding: 15px;
}
.awsm-job-inline-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.awsm-job-inline-group > * {
  margin: 0 10px 0 0 !important;
}
.awsm-job-form input[type="submit"] {
  background: rgba(0, 148, 68, 1);
  border: none;
  padding: 20px 30px;
  height: auto;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.awsm-job-form input[type="submit"]:hover {
  background: rgba(0, 108, 48, 1) !important;
}
select#awsm-applicant-title {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
  border: none;
  padding-left: 0;
  padding-top: 0;
  font-size: 20px;
  font-weight: 600;
}
.awsm-job-form-inner h3 {
  margin-bottom: 50px;
}
div.awsm-job-form-error {
  flex: 0 0 100%;
  font-size: 14px;
  color: #dc3545;
  font-family: "Montserrat";
  position: relative;
  top: 5px;
}
.awsm-job-form-control.awsm-job-form-error,
.awsm-job-form-control.awsm-job-form-error:focus {
  border-color: #dc3545;
}
.awsm-success-message {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 1);
  width: 100%;
  max-width: 740px;
}
.file-upload {
  position: relative;
}
.file-upload-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
}
.file-upload-wrap input {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.file-upload .selected-filename {
  border: 1px solid #fff;
  padding: 10px;
  height: auto;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  min-height: 44px;
}
.file-upload:hover .selected-filename {
  background: rgba(0, 0, 0, 0.1);
}
.selected-filename span {
  font-size: 14px;
  font-family: "Montserrat";
  flex: 1;
}
.selected-filename img {
  flex: 0;
  opacity: 0.5;
}
.file-upload:hover .selected-filename img {
  opacity: 1;
}
.accordion-spacing .elementor-accordion .elementor-accordion-item {
  margin-bottom: 20px;
}
.accordion-spacing .elementor-tab-title.elementor-active {
  padding-bottom: 10px !important;
}
.accordion-spacing .elementor-tab-title:hover .elementor-accordion-title {
  color: #009444;
}
.animated-alternating-heading {
  position: relative;
}
.animated-alternating-heading .h1,
.animated-alternating-heading .h1-center {
  position: absolute;
  display: inline-block;
  width: auto;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  opacity: 0;
  white-space: nowrap;
}
.animated-alternating-heading .h1-left {
  transform: translateY(15px);
  animation-name: alternate;
}
.animated-alternating-heading .h1-center {
  left: 50%;
  transform: translate(-50%, 15px);
  animation-name: alternate-center-aligned;
}
@keyframes alternate {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  8%,
  25% {
    opacity: 1;
    transform: translateY(0px);
  }
  33% {
    opacity: 0;
    transform: translateY(-15px);
  }
}
@keyframes alternate-center-aligned {
  0% {
    opacity: 0;
    transform: translate(-50%, 30px);
  }
  8%,
  25% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  33% {
    opacity: 0;
    transform: translate(-50%, -15px);
  }
}
.animated-alternating-heading .h1:nth-child(2) {
  animation-delay: 5s;
}
.animated-alternating-heading .h1:nth-child(3) {
  animation-delay: 10s;
}
.animated-alternating-heading .h1::before {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #00aac4;
  content: "";
  left: 0;
  width: 0%;
  animation-name: completeWidth;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.animated-alternating-heading .h1:nth-child(2)::before {
  animation-delay: 5s;
}
.animated-alternating-heading .h1:nth-child(3)::before {
  animation-delay: 10s;
}
@keyframes completeWidth {
  0%,
  10% {
    width: 0%;
  }
  60%,
  100% {
    width: 100%;
  }
}
.contact-page-form input[type="submit"] {
  justify-content: center;
}
.suggestion-cards .elementor-image-box-wrapper {
  display: flex;
  align-items: flex-start;
}
.suggestion-cards .elementor-image-box-img {
  width: 7% !important;
}
.suggestion-cards .elementor-image-box-content {
  margin-left: 15px;
}
.footer-links * {
  color: #4f4f4f;
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
}
.footer-links ul {
  margin: 0;
  padding: 0;
}
.footer-links p,
.footer-links li {
  margin-bottom: 20px;
}
.gform_ajax_spinner {
  margin-left: 20px;
  border: 4px solid rgba(255, 255, 255, 0.3) !important;
  border-left: 4px solid rgba(110, 73, 217, 0.7) !important;
  animation: spinner 1.1s infinite linear;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  vertical-align: middle !important;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pr-main-menu .sub-menu {
  min-width: 320px;
}
.pr-main-menu .sub-menu a {
  line-height: 1.5;
}
.pr-main-menu .sub-menu a:hover {
  color: #000 !important;
}
#menu-item-45 a:before,
#menu-item-469 a:before {
  display: none;
}
.pr__section::before {
  display: none;
}
.pr-service-box-item i {
  transform: none;
  transition: 0.2s ease transform;
}
.pr-service-box-item:hover i {
  transform: translateX(10px);
}
.hide-icon .fa,
.hide-icon .icon {
  display: none;
}
.post-carousel-hide-description .description,
.post-carousel-hide-description .pr-readmore-warp {
  display: none;
}
.post-carousel-hide-description .title {
  min-height: 100px;
}
a:focus-visible {
  outline: 1px solid #4d186e;
}
@media only screen and (max-width: 1220px) {
  .search.results li a > img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 470px;
    flex: 0 1 470px;
    max-width: 470px;
  }
}
@media only screen and (max-width: 1199px) {
  .uk-offcanvas-bar.uk-offcanvas-none {
    justify-content: flex-start !important;
    text-align: left !important;
    align-items: flex-start !important;
    padding-top: 100px;
  }
  .pr__mobile__nav .menu ul li a {
    justify-content: flex-start;
    text-align: left;
  }
  .pr__mobile__nav .menu ul:not(.sub-menu) li a,
  .pr__mobile__nav .ul-menu:not(.sub-menu) li.menu-item-has-children > a:after,
  button.uk-offcanvas-close.uk-close.uk-icon,
  .pr__mobile__nav .menu ul:not(.sub-menu) li a:focus,
  .pr__mobile__nav .menu ul:not(.sub-menu) li a:hover {
    color: #000;
  }
  .pr__mobile__nav .menu ul ul.sub-menu li a {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 15px;
    margin-left: 0;
    color: #777;
  }
  .uk-offcanvas-bar {
    background: #fff !important;
  }
  .uk-offcanvas-close.uk-close.uk-icon {
    color: rgba(0, 0, 0, 0.4);
  }
}
.am_grid_col .am__excerpt {
  display: none;
}
.post-list {
  margin-top: 50px;
}
.post-list .am_single_grid .am_cont .am__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 20px;
}
.post-list .am_single_grid .am_cont .am__readmore {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  position: relative;
}
.post-list .am_single_grid .am_cont .am__readmore:after {
  content: "";
  width: 25px;
  height: 7px;
  /* background: url("https://cdn-iimjf.nitrocdn.com/KhDEHsZuubttYrzMHBkGkCClrpKHIFAC/assets/images/optimized/rev-953260b/www.growexx.com/wp-content/uploads/2021/05/Path.svg");
  background-repeat: no-repeat; */
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .gform_confirmation_message_1 {
    margin-top: 25px;
  }
  .gform_confirmation_message_2 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 14px;
  }
  .uk-offcanvas-bar {
    left: -100vw;
  }
  .filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .filters > .column-wrap,
  .filters > .clear-filters {
    margin-bottom: 30px;
  }
  .search.results {
    margin-top: 30px;
  }
  .search.results li {
    margin-bottom: 70px;
  }
  .search.results li a,
  .search.results li:nth-child(2n) a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .search.results li a > img {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .search.results li a .work-info,
  .search.results li:nth-child(2n) a .work-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
  }
  .h1,
  .awsm-jobs-single-title {
    font-size: 40px;
    line-height: 48px;
  }
  .h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .search.results .h2,
  .search.results .h3 {
    margin-bottom: 15px;
  }
  .no-results {
    margin-top: 0;
  }
  .mt-xl {
    margin-top: 50px;
  }
  .post-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-featured-thumbnail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 30px;
  }
  .post-featured-content {
    padding-left: 0;
  }
  .hr {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .post-list .asr-filter-div {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 50px;
  }
  .post-list .am_grid_col {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: none;
    margin-bottom: 30px;
  }
  .post-list .am_single_grid .am_cont .am__readmore {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    position: relative;
  }
  .post-list .am_single_grid .am_cont .am__readmore:after {
    content: "";
    width: 25px;
    height: 7px;
    /* background: url("https://cdn-iimjf.nitrocdn.com/KhDEHsZuubttYrzMHBkGkCClrpKHIFAC/assets/images/optimized/rev-953260b/www.growexx.com/wp-content/uploads/2021/05/Path.svg");
    background-repeat: no-repeat; */
    display: inline-block;
    margin-left: 10px;
  }
  .post-list .am_cont {
    padding: 20px;
  }
  .post-list .post-info .post-author-thumbnail,
  .post-list .post-info .post-author {
    display: none;
  }
  .post-info + a .h3 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 767px) {
  .dotted-border {
    margin-bottom: 0 !important;
  }
  .dotted-border::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background: url("images/dotted-border.svg");
    background-repeat: repeat-x;
    background-position: right center;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
  .dotted-border-right::after {
    right: 0;
  }
  .dotted-border-left::after {
    left: 0;
  }
  .d-none-md {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .awsm-job-content h3 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .image-box-inline .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
  }
  .image-box-inline .elementor-image-box-wrapper figure {
    margin-right: 20px !important;
  }
  .case-study-banner img {
    position: relative;
    height: auto !important;
    width: 100% !important;
    max-width: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .client-testimonial .elementor-main-swiper {
    width: 100% !important;
  }
  .client-testimonial .elementor-testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .client-testimonial .elementor-testimonial__content {
    margin-top: 30px;
  }
  .growexx-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: absolute;
    width: 100vw;
    top: 100%;
    background: #fff;
    z-index: 9999;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    -webkit-box-shadow: 0 15px 15px 4px rgba(0, 0, 0, 7%);
    box-shadow: 0 15px 15px 4px rgba(0, 0, 0, 7%);
    padding-bottom: 30px;
  }
  .growexx-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-item-anchor {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .title-with-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .title-with-action .btn-outline-green {
    width: 100%;
    max-width: 450px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-post-newsletter-form form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-post-newsletter-form form .gform_body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .gform_wrapper .gform_footer {
    width: 100%;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 0 100% !important;
    flex: 1 0 100% !important;
    max-width: 450px;
  }
  .blog-post-newsletter-form form {
    padding-bottom: 60px;
  }
  .post-info > .elementor-widget-wrap > .elementor-widget:first-child {
    margin-bottom: 30px;
  }
  .post-info > .elementor-widget-wrap > .elementor-widget {
    border-right: none;
  }
  .post-info {
    display: block;
  }
  .post-author {
    margin-bottom: 20px;
    display: block;
  }
  .post-author-name {
    border: none;
  }
  .post-featured-content .post-info .post-author + a {
    margin-bottom: 30px;
  }
  .sub-title {
    margin-top: 70px;
  }
  .blog-post-newsletter-form .ginput_container.ginput_container_consent {
    align-item: flex-start;
  }
  .blog-post-newsletter-form .ginput_container.ginput_container_consent input[type="checkbox"] {
    margin-top: 4px;
  }
  .half-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .awsm-job-container {
    padding-top: 77px;
  }
  .awsm-job-entry-content.entry-content {
    margin-top: 50px;
    padding-top: 50px;
  }
  .awsm-job-item {
    padding: 80px 30px 30px 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .awsm-job-item .awsm-list-left-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 0;
  }
  .awsm-job-item .awsm-list-right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    padding-bottom: 5px;
  }
  .awsm-job-item .awsm-job-post-title a {
    margin-bottom: 10px;
    display: block;
  }
  .job-cateogry-design,
  .job-cateogry-engineering,
  .job-cateogry-operations,
  .job-cateogry-management {
    background-position: top 30px left 30px;
  }
  .awsm-job-content h2 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .awsm-job-content p + h2,
  .awsm-job-content ul + h2 {
    margin-top: 50px;
  }
  .awsm-job-content {
    padding-bottom: 10px;
  }
  .awsm-job-form {
    padding: 80px 0 40px;
  }
  .awsm-job-form-inner h2 {
    margin: 0 0 50px;
  }
  form#awsm-application-form {
    margin: 0;
  }
  .awsm-job-form-group {
    padding: 0;
  }
  .animated-alternating-heading .h1 {
    text-align: center;
  }
  .post-list .am_thumb,
  .post-list .am_thumb img {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .sticky-scrolling-section {
    position: relative;
  }
  .sticky-scrolling-section::after {
    position: absolute;
    content: "";
    z-index: -1;
    background: #fff;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .wrap-column-lg > .elementor-container {
    flex-wrap: wrap;
  }
  .column-3-lg .elementor-column {
    flex: 0 0 33%;
  }
}
body .site .elementor-section-wrap .animated.slowFadeInTop {
  opacity: 0;
  animation-name: slowFadeInTop;
  transform-origin: 100% 0%;
  animation-fill-mode: forwards !important;
}
@keyframes slowFadeInTop {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
body .site .elementor-section-wrap .animated.slowFadeInBottom {
  opacity: 0;
  animation-name: slowFadeInBottom;
  transform-origin: 100% 0%;
  animation-fill-mode: forwards !important;
}
@keyframes slowFadeInBottom {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
body .site .elementor-section-wrap .animated.slowFadeInLeft {
  opacity: 0;
  animation-name: slowFadeInLeft;
  transform-origin: 100% 0%;
  animation-fill-mode: forwards !important;
}
@keyframes slowFadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
body .site .elementor-section-wrap .animated.slowFadeInRight {
  opacity: 0;
  animation-name: slowFadeInRight;
  transform-origin: 100% 0%;
  animation-fill-mode: forwards !important;
}
@keyframes slowFadeInRight {
  from {
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.leftbox {
  top: -5%;
  left: 5%;
  position: absolute;
  width: 15%;
  height: 110%;
  background-color: #50d890;
  box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
}
.rightbox {
  padding: 0em 0rem 0em 0em;
  height: 100%;
}
.rb-container {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
.rb-container ul.rb {
  padding: 0;
  display: inline-block;
  margin-top: 0;
}
.rb-container ul.rb li {
  list-style: none;
  margin: auto;
  margin-left: 0em;
  min-height: 50px;
  border-left: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 0 0 50px 60px;
  position: relative;
}
.rb-container ul.rb li:last-child {
  border-left: 0;
}
.rb-container ul.rb li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(css-counter);
  border: 0 solid rgba(205, 62, 62, 1);
  border-radius: 500%;
  background: #ede8f0;
  height: 60px;
  width: 60px;
  transition: all 500ms ease-in-out;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #51156f;
  font-weight: 600;
  transform: translateX(-50%);
}
.rb li:nth-child(2n + 0):before {
  background: #e6f4ed !important;
  color: #21a45b !important;
}
.rb li:nth-child(3n + 0):before {
  background: #e6f7f9 !important;
  color: #50c4d8 !important;
}
.rb-container ul.rb li {
  counter-increment: css-counter 1;
}
.rb-container ul.rb li:hover::before {
  border-color: #232931;
  transition: all 1000ms ease-in-out;
}
ul.rb li .timestamp {
  color: #000;
  font-weight: 600;
  position: relative;
  font-size: 20px;
}
.item-title {
  color: #7a7a7a;
  font-size: 16px;
}
.post-list .asr-filter-div {
  display: none;
}
.afontsr-filter-div ul {
  display: none;
}
.elementor-kit-9 h2 {
  font-family: "Montserrat", sans-serif !important;
}
.popmake.pum-container {
  border: 1px solid;
  border-image-source: linear-gradient(225deg, #e724d3 0%, #22c8eb 100%);
  border-image-slice: 1;
  border-width: 2px;
}
.popmake.pum-container .pum-title {
  color: #373f45;
  font-weight: 700;
}
.popmake.pum-container .formkit-container .formkit-header {
  display: none;
}
.popmake.pum-container .formkit-container {
  padding: 0;
  background: transparent;
}
.popmake.pum-container .formkit-container .formkit-field .formkit-input {
  color: #6a6e72 !important;
  background-color: #fff !important;
  border-radius: 5px;
  font-weight: 400;
}
.popmake.pum-container .formkit-container .formkit-content {
  display: none;
}
.popmake.pum-container .formkit-container p {
  margin-bottom: 0;
}
.popmake.pum-container .pum-content + .pum-close {
  line-height: 12px;
  background-color: #4d186e;
}
.popmake.pum-container .formkit-form[data-uid="7297801821"][data-format="inline"] [data-style="full"] {
  min-height: 170px !important;
}
.popmake.pum-container .formkit-container .formkit-submit {
  padding: 20px 30px;
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600 !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.popmake.pum-container .formkit-container .formkit-submit span:after {
  content: "";
  font-family: FontAwesome !important;
  padding: 0 0px 0 15px;
}
.popmake.pum-container .formkit-container .formkit-submit:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  background-color: rgba(0, 148, 68, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.popmake.pum-container .formkit-container .formkit-submit:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.popmake.pum-container .formkit-container .formkit-submit:hover,
.popmake.pum-container .formkit-container .formkit-submit:hover span {
  color: #fff;
  background-color: transparent;
}
.popmake.pum-container.formkit-container .formkit-submit p {
  margin: 0;
  padding: 0;
}
.popmake.pum-container .formkit-button > span,
.popmake.pum-container .formkit-submit > span {
  padding: 0 !important;
}
@media (min-width: 900px) {
  .popmake.pum-container .formkit-form[data-uid="7297801821"][data-format="inline"] [data-style="full"] {
    min-height: 170px !important;
  }
  .popmake .popmake-content .formkit-form > div[data-style="full"] {
    min-height: 0px !important;
  }
  .popmake .popmake-content .formkit-form .formkit-container {
    padding: 0;
    background: none;
  }
}
@media (max-width: 900px) {
  .popmake.pum-container .formkit-form[data-uid="7297801821"][data-format="inline"] [data-style="full"] {
    min-height: 170px !important;
  }
  .popmake .popmake-content .formkit-form > div[data-style="full"] {
    min-height: 0px !important;
  }
  .popmake .popmake-content .formkit-form .formkit-container {
    padding: 0;
    background: none;
  }
}
.blog-posts-listing.chess-blog-listing-style {
  justify-content: center;
}
.formkit-form[data-uid="84717a7844"] .formkit-powered-by-convertkit[data-variant="dark"],
.formkit-form[data-uid="84717a7844"] .formkit-powered-by-convertkit[data-variant="light"] {
  display: none;
}
body {
  padding-top: 50px;
}
a.custom-btn-green {
  background: #009444;
  border-radius: 0;
  padding: 20px 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
}
a.custom-btn-green:hover {
  color: #fff;
  background: #00abc5;
}
.fixed-navbar {
  -webkit-transition: 0.2s ease all !important;
  -o-transition: 0.2s ease all !important;
  transition: 0.2s ease all !important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 999 !important;
  position: fixed;
  top: 0;
  width: 100%;
}
.nav-up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.nav-down {
  background-color: rgba(255, 255, 255, 1) !important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: var(--white);
  -webkit-box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 7%);
  box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 7%);
}
.window-top {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.software_dev .elementor-widget-container {
  min-height: 265px;
}
@media only screen and (max-width: 1200px) {
  .header-logo {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    padding-top: 0px;
  }
  body.menu-opened {
    overflow: scroll;
  }
}
@media only screen and (max-width: 991.98px) {
  .fixed-navbar {
    position: relative;
  }
  header .navbar-collapse {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 60px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    padding-left: 30px;
  }
  .software_dev .elementor-widget-container {
    min-height: inherit;
  }
}
.formkit-powered-by-convertkit-container {
  display: none !important;
}
.table th {
  font-weight: 700;
}
.table tbody :nth-child(odd) td {
  background: #fbfbfb;
}
.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  margin: 50px auto;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#ajax-content {
  text-align: center;
  margin-bottom: 20px;
}
.am-post-grid-load-more {
  display: none;
}
@media (min-width: 900px) {
  .whitepaper_section .custom-whitepaperform form.seva-form.formkit-form {
    max-width: 466px !important;
  }
}
.whitepaper_section .custom-whitepaperform form.seva-form.formkit-form,
.whitepaper_section .custom-whitepaperform form.seva-form.formkit-form > div {
  border-radius: 0 !important;
}
.whitepaper_section .custom-whitepaperform .formkit-container {
  background: transparent !important;
}
.whitepaper_section .custom-whitepaperform .formkit-container h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  max-width: 60%;
  width: 100%;
  margin: 0 auto !important;
}
.whitepaper_section .custom-whitepaperform .formkit-content {
  margin-bottom: 0 !important;
  max-width: auto !important;
}
.whitepaper_section .custom-whitepaperform .formkit-container .formkit-input::placeholder {
  color: rgba(255, 255, 255, 50%) !important;
}
.whitepaper_section .custom-whitepaperform .formkit-container .formkit-input {
  background: #fff !important;
  border: 1px solid #fff;
  color: rgba(0, 0, 0, 70%) !important;
  border-radius: 2px !important;
  font-size: 18px;
  margin-bottom: 10px;
}
.whitepaper_section .custom-whitepaperform .formkit-container .formkit-input::placeholder {
  color: rgba(0, 0, 0, 70%) !important;
}
.whitepaper_section .custom-whitepaperform .formkit-container [data-group="checkboxes"] [data-group="checkbox"] label {
  font-size: 17px;
  color: #fff !important;
  line-height: 28px;
  margin-right: 55px;
  padding-left: 35px;
  font-weight: 300;
  font-family: "Montserrat";
}
.whitepaper_section
  .custom-whitepaperform
  .formkit-container
  [data-group="checkboxes"]
  [data-group="checkbox"]
  label:before {
  background: none;
  border-color: #4d186e;
  border-radius: 3px;
  width: 20px;
  height: 20px;
}
.whitepaper_section
  .custom-whitepaperform
  .formkit-container
  [data-group="checkboxes"]
  [data-group="checkbox"]
  input[type="checkbox"]:checked
  + label::before {
  border-color: #4d186e;
  background: #4d186e;
}
.whitepaper_section
  .custom-whitepaperform
  .formkit-container
  [data-group="checkboxes"]
  [data-group="checkbox"]
  input[type="checkbox"]:checked
  + label::after {
  top: 10px;
  left: 6px;
}
.whitepaper_section .custom-whitepaperform button.formkit-submit {
  background: #4d186e !important;
  width: 100%;
  font-size: 20px;
  border-radius: 3px !important;
  font-weight: 400 !important;
  font-family: Montserrat;
}
.whitepaper-template-default.single #primary {
  padding-bottom: 0;
}
.whitepaper-banner-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(161.28deg, #4d186e -94.11%, rgba(77, 24, 110, 0) 328.38%);
}
.whitepaper-banner-text > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.whitepaper-banner-text > div h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  text-shadow: 4px 4px 7px rgba(0, 0, 0, 25%);
  letter-spacing: 0.2px;
  margin-bottom: 10px;
  font-family: Montserrat;
}
.whitepaper-banner-text > div p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-shadow: 4px 4px 7px rgba(0, 0, 0, 25%);
  margin-bottom: 10px;
}
.whitepaper_list a.elementor-post__read-more {
  background: #009345;
  border-radius: 2px;
  padding: 11px 36px;
}
.whitepaper_list .elementor-posts-container article .elementor-post__thumbnail img {
  -webkit-transition: 0.4s linear transform;
  -o-transition: 0.4s linear transform;
  transition: 0.4s linear transform;
  top: inherit;
  left: inherit;
  transform: scale(1.01);
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
}
.whitepaper_list .elementor-posts-container article:hover .elementor-post__thumbnail img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-transition: 0.4s linear transform;
  -o-transition: 0.4s linear transform;
  transition: 0.4s linear transform;
}
.whitepaper_section .custom-whitepaperform .formkit-disclaimer {
  display: none;
}
.whitepaper_section .custom-whitepaperform .formkit-container {
  justify-content: center;
}
.custom-table .row {
  display: flex;
}
.custom-table .col-1 {
  width: 20%;
  border-color: #5a5a5a;
  font-family: "Montserrat";
  text-align: center;
}
.custom-table .col-2,
.custom-table .col-4 {
  width: 40%;
  border-color: #5a5a5a;
  font-family: "Montserrat";
  color: #000;
}
.custom-table .col-3 {
  width: 40%;
  border-color: #5a5a5a;
  font-family: "Montserrat";
  color: #000;
}
.custom-table th.col-1 {
  background: #9574a4;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}
.custom-table th.col-2,
.custom-table th.col-4 {
  background: #68bd95;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}
.custom-table th.col-3 {
  background: #6cccda;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}
.custom-table td.col-1 {
  background: #c1aec9;
  color: #4d186e;
  font-weight: 600;
  line-height: 24px;
}
.custom-table td.col-2,
.custom-table td.col-4 {
  background: #a7d8c2;
  font-weight: 500;
  font-size: 25px;
  line-height: 24px;
  padding: 10px 20px 10px 15px;
}
.custom-table td.col-3 {
  background: #a9e1ea;
  font-weight: 500;
  font-size: 25px;
  line-height: 24px;
  padding: 10px 20px 10px 15px;
}
.custom-table tr td {
  word-break: break-word;
}
table.custom-table.col4 .col-2,
table.custom-table.col4 .col-3,
table.custom-table.col4 .col-4 {
  width: 30%;
}
@media screen and (max-width: 992px) {
  table.custom-table {
    width: 600px;
    overflow: scroll;
  }
  .custom-table-box {
    width: 100%;
    overflow: scroll;
  }
}
.bulleted-list1 ul {
  margin-left: 0;
}
.bulleted-list1 ul li {
  margin-bottom: 15px;
  line-height: 30px;
  list-style: none;
  position: relative;
  padding-left: 21px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.bulleted-list1 ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #009444;
  top: 12px;
  left: -3px;
}
.bulleted-list1 ul li:nth-child(odd)::before {
  background: #4d186e;
}
.bulleted-list1 ul li:nth-child(even)::before {
  background: #009444;
}
.subscribe-newsletter .gform_wrapper form {
  align-items: baseline;
}
.author-bio-container {
  display: flex;
  position: relative;
}
.author-bio-container:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 80px);
  left: 30px;
  bottom: 0;
  background: #bdbdbd;
}
.author-avatar {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}
.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-headings {
  display: flex;
  margin-bottom: 10px;
}
.author-name {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #009444;
  margin-right: 30px;
  line-height: 30px;
}
.social-icons a {
  margin-right: 15px;
}
.social-icons .icon-twitter:before,
.social-icons .icon-linkedin:before {
  display: none;
}
.user-bio {
  font-size: 16px;
}
.client-snipet.our-works .elementor-section,
.client-snipet.blog .elementor-section {
  background-color: #00abc5 !important;
}
.bQxigk {
  width: 48px;
  height: 48px;
  border-radius: 0;
}
.bQxigk[data-testid="chat-bubble"] .dEwAgg {
  height: 12px;
  width: 12px;
}
.bQxigk[data-testid="chat-bubble"] .kaqrGE {
  width: 20px;
  height: 20px;
}
#wpfront-scroll-top-container {
  bottom: 120px !important;
}
@media screen and (max-width: 575px) {
  #wpfront-scroll-top-container {
    right: 6px !important;
    bottom: 80px !important;
  }
  .copyright-container .elementor-column {
    width: auto;
  }
}
body #gform_wrapper_7 .gform_body .gform_fields .gfield input[type="text"],
body #gform_wrapper_7 .gform_body .gform_fields .gfield input[type="email"],
body #gform_wrapper_7 .gform_body .gform_fields .gfield input[type="tel"],
body #gform_wrapper_7 .gform_body .gform_fields .gfield input[type="url"],
body #gform_wrapper_7 .gform_body .gform_fields .gfield input[type="password"],
body #gform_wrapper_7 .gform_body .gform_fields .gfield input[type="number"] {
  background-color: #4d186e;
  color: #fff;
  padding-left: 10px;
  max-width: 100%;
  border-width: 1px;
  border-color: rgba(242, 242, 242, 0.31);
}
body #gform_wrapper_7 .gform_body .gform_fields .gfield input::placeholder,
body #gform_wrapper_7 .gform_body .gform_fields .gfield textarea::placeholder {
  font-size: 14px;
}
body #gform_wrapper_7 .gform_body .gform_fields .gfield textarea {
  padding-left: 10px;
  border-width: 1px;
  background: #4d186e;
  color: #fff;
  border-color: rgba(242, 242, 242, 0.31);
}
body #gform_wrapper_7 .gform_body .gform_fields .gfield .gfield_label {
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
}
body #gform_wrapper_7 .gfield_checkbox label,
body #gform_wrapper_7 .gfield .ginput_container_consent label {
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
  padding-top: 20px;
}
body #gform_wrapper_7 .gform_footer .gform_button,
body #gform_wrapper_7 .gform_page_footer .gform_button,
body #gform_wrapper_7 .gform_page_footer .gform_previous_button,
body #gform_wrapper_7 .gform_page_footer .gform_next_button,
body #gform_wrapper_7 .gfield#field_submit .gform-button {
  border-style: solid;
  font-weight: normal;
  height: 50px;
  color: #fff;
  background-color: #009444;
  font-size: 14px;
  width: 150px;
  margin-top: 20px;
  border-width: 0;
}
.dynamic-profiles {
  background: #4d196e;
  padding: 100px 0px;
}
.speak-to-us {
  display: flex;
  color: #fff;
  font-family: Montserrat;
}
.speak-to-us .left-section {
  width: 40%;
}
.speak-to-us .left-section .profile-img {
  margin-bottom: 20px;
  text-align: center;
}
.speak-to-us .left-section .profile-img img {
  max-width: 250px;
}
.speak-to-us .left-section .profile-name {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: #6ec1e4;
}
.speak-to-us .right-section {
  width: 60%;
  padding: 10px;
}
.speak-to-us .right-section .content-title {
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 700;
  color: #6ec1e4;
}
.speak-to-us .custom-btn {
  display: inline-block;
  margin-top: 20px;
  background: #009444;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 30px 20px 30px;
}
.speak-to-us .custom-btn i {
  margin-left: 20px;
}
.speak-to-us .pr-button-style1-right:before {
  background: #00abc5;
}
@media only screen and (max-width: 767px) {
  .speak-to-us {
    flex-wrap: wrap;
  }
  .speak-to-us .left-section {
    width: 100%;
    margin-bottom: 20px;
  }
  .speak-to-us .right-section {
    width: 100%;
  }
}
.testimonial-snipet {
  padding: 150px 0 130px;
}
.blog + .testimonial-snipet {
  padding: 0px 0 130px;
}
.read-related-story .elementor-widget-container {
  position: relative;
}
.read-related-story .elementor-widget-container:before {
  content: "Read:";
  position: absolute;
  left: 20px;
  top: 15px;
  color: #626362;
  font-weight: 600;
}
.read-related-story .elementor-widget-container:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background: #ccc;
  left: 0;
  top: 0;
}
.npf {
  display: none !important;
}
.YuMMDA3ExgMwTyAgjjQMwTzNgNYjD5M.YuMMDA3ExgMwTyAgjjQMwTzNgNYjD5Mtheme--light,
.ZDmMOZyMDj54ENTQjDZEuTi2kgNYyNN.ZDmMOZyMDj54ENTQjDZEuTi2kgNYyNNtheme--light {
  display: none !important;
  height: 0px !important;
}
.client-snippet .sa_owl_theme .owl-dots .owl-dot span {
  background-color: rgba(256, 256, 256, 0.2) !important;
}
.client-snippet .sa_owl_theme .owl-dots .active span {
  background-color: rgba(256, 256, 256, 0.5) !important;
}
.client-snippet .sa_owl_theme .owl-dots .owl-dot span:hover {
  background-color: rgba(256, 256, 256, 0.5) !important;
}
.recent-blog-section .featured-image {
  aspect-ratio: 545/285;
}
.recent-blog-section .featured-image .pr__image__cover {
  background-position: top;
  background-size: contain;
  padding-top: 52.666667%;
}
table.custom-table.col4 .col-2,
table.custom-table.col4 .col-3,
table.custom-table.col4 .col-4 {
  width: 25%;
}
#menu-footer-quick-links li a {
  color: #fff;
}
#menu-footer-quick-links li a:hover {
  color: #6ec1e4;
}
.footer-links p,
.footer-links li {
  margin-bottom: 10px;
}
body #gform_wrapper_2 .gform_footer .gform_button,
body #gform_wrapper_2 .gform_page_footer .gform_button,
body #gform_wrapper_2 .gform_page_footer .gform_previous_button,
body #gform_wrapper_2 .gform_page_footer .gform_next_button,
body #gform_wrapper_2 .gfield#field_submit .gform-button {
  background-color: #4d186e !important;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield .gfield_label {
  color: #fff !important;
}
.form_sublabel_below.description_below {
  color: #fff !important;
}
.growexx-footer label.gfield_consent_label a {
  font-weight: 700;
}
.custom-accordian .elementor-accordion-item {
  margin-bottom: 10px;
  border-top: 1px solid #e0e0e0 !important;
  border-radius: 5px;
}
.custom-accordian .elementor-accordion-item .elementor-tab-title {
  border-radius: 5px;
}
.custom-accordian .elementor-accordion-item .elementor-tab-title.elementor-active {
  background-color: #00abc5 !important;
  border-radius: 5px 5px 0 0;
}
.requirement-form .gform_wrapper {
  margin-top: 45px;
}
.requirement-form .gform_wrapper .gform_footer {
  margin-top: 45px;
}
.requirement-form .inner-section {
  box-shadow:
    inset 0 0 0px 10px rgba(14, 61, 68, 0.2),
    10px 10px 20px 10px rgba(0, 0, 0, 0.25);
}
.shadow-img-box .elementor-image-box-img {
  background: rgba(77, 24, 110, 0.05);
  text-align: center;
  padding: 5px;
}
.absolute-block {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -70px;
}
.custom-tabs .elementor-tab-title.elementor-active {
  background: #00abc5;
}
.custom-tabs .elementor-tab-title {
  border: 1px solid #d4d4d4;
  margin-top: -1px;
}
.custom-tabs .elementor-tab-title:first-child {
  margin-top: 0;
}
.infography-step-container {
  margin-top: 50px;
  position: relative;
  padding: 50px 0;
}
.infography-step-container:after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  background: #009444;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.infography-step-container .step-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.infography-step-container .icon-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.infography-step-container .step-icon {
  height: 94px;
  width: 94px;
  background: #009444;
  text-align: center;
  line-height: 94px;
  border-radius: 50%;
}
.infography-step-container .left-block {
  width: 41.666667%;
}
.infography-step-container .right-block {
  width: 41.666667%;
}
.arrow-block {
  border: 2px solid #009444;
  border: 2px solid #009444;
  position: relative;
  position: relative;
  height: 66px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-block:after,
.arrow-block:before {
  content: "";
  display: inline-block;
  border-width: 33px;
  border-style: solid;
  width: 0px;
  height: 0px;
  top: -2px;
  position: absolute;
  z-index: 1;
}
.left-block .arrow-block:after,
.left-block .arrow-block:before {
  left: 100%;
}
.right-block .arrow-block:after,
.right-block .arrow-block:before {
  right: 100%;
  transform: rotate(180deg);
}
.arrow-block:before {
  border-width: 31px;
  display: block;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
  top: 0px;
}
.arrow-block:after {
  border-color: transparent transparent transparent #009444;
}
.infography-step-container .step-details {
  background: #fff;
  color: #000;
  padding: 20px;
  text-align: left;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}
.infography-step-container .step-details h3 {
  display: none;
}
.step-details ul.step-listing-details {
  list-style: none;
}
.step-details ul.step-listing-details li {
  position: relative;
  padding: 7px 0;
}
.step-details ul.step-listing-details li:before {
  content: "✓";
  color: #009444;
  position: absolute;
  left: -20px;
}
.share-your-requirement h5 {
  font-size: 32px;
  text-align: center;
  line-height: 32px;
  font-weight: 900;
}
.share-your-requirement .gform_fields .gfield {
  margin-bottom: 10px;
}
.share-your-requirement .gform_wrapper .top_label .gfield_label {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.share-your-requirement .gform_wrapper ul.gform_fields li.gfield:nth-child(even) {
  padding-right: 0;
}
.share-your-requirement .gform_wrapper .top_label .ginput_container input {
  padding: 10px 12px !important;
  font-size: 15px;
}
.share-your-requirement .gform_wrapper .top_label .ginput_container input::placeholder {
  font-size: 15px;
}
.share-your-requirement .ginput_container input::placeholder,
.share-your-requirement .ginput_container teaxarea::placeholder {
  font-size: 14px;
}
.share-your-requirement .gform_footer .gform_button {
  border-style: solid;
  font-weight: normal;
  height: 50px;
  color: #fff;
  background-color: #009444;
  font-size: 14px;
  width: 150px;
  width: 100% !important;
  margin-top: 20px;
  border-width: 0px;
}
@media only screen and (max-width: 768px) {
  .infography-step-container .step-list {
    display: block;
    margin-bottom: 30px;
  }
  .infography-step-container .step-list .icon-container {
    display: none;
  }
  .infography-step-container .left-block,
  .infography-step-container .right-block {
    width: 100%;
  }
  .arrow-block {
    display: none;
  }
  .infography-step-container:after {
    display: none;
  }
  .infography-step-container .step-details h3 {
    display: block;
  }
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type="submit"] {
    display: inline-block;
  }
}
.blog-post-newsletter-form .ginput_container_consent .gfield_consent_label {
  color: #000;
}
@media (min-width: 1260px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-sub-menu {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 993px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-sub-menu {
    width: 100%;
    margin: 0 auto;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    padding: 25px 0 0;
    float: right;
  }
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-menu-1 {
    background: transparent;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent;
    color: #4d186e;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1[data-effect="fade_up"]
    li.mega-menu-item.mega-menu-megamenu
    > ul.mega-sub-menu,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    transform: none;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: transparent;
  color: #4d186e;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  color: rgba(0, 0, 0, 50%);
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover > a.mega-menu-link:before,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:before,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-parent > a.mega-menu-link:before,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 2px;
  left: 50%;
  bottom: 5px;
  background: #009444;
  z-index: 99;
  transform: translateX(-50%);
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  position: fixed;
  top: 110px;
  width: 100%;
  max-width: none;
  left: 0;
  background: #fff;
  background: linear-gradient(90deg, rgba(221, 236, 228, 1) 25%, rgba(255, 255, 255, 1) 25%);
  -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 7%);
  box-shadow: 0 0 37px rgba(0, 0, 0, 7%);
}
@media only screen and (min-width: 1921px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: linear-gradient(90deg, rgba(221, 236, 228, 1) 35%, rgba(255, 255, 255, 1) 35%);
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li {
  padding: 40px 0 40px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li:first-child {
  background: #ddece4;
  display: flex;
  flex-direction: column;
  width: 22% !important;
  margin-right: 3%;
  padding-left: 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  display: flex;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-item.mega-menu-megamenu
  ul.mega-sub-menu
  ul.mega-sub-menu
  > li
  > ul {
  display: flex;
  flex-direction: column;
  min-height: 150px;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-col-1.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  padding: 15px 25% 15px 0;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  min-height: 200px;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li
  > ul
  > li:first-child
  .mega-menu-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 20px;
  color: #4d186e;
}
.mega-description-group .mega-menu-title,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  width: 100%;
  display: block;
  padding: 8px 0 5px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #009444;
  margin-left: 0;
  padding-left: 0 !important;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  .mega-description-group
  .mega-menu-description {
  margin: 5px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  opacity: 0.5;
  font-style: normal;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  .mega-menu-col-1
  .mega-description-group
  .mega-menu-description {
  font-style: normal;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item {
  margin: 5px 0 5px;
  display: block;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 50%);
}
a.mega-menu-link:not([href]) {
  cursor: default !important;
  pointer-events: none !important;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.widget_media_image {
  min-height: auto !important;
  padding: 0 15px;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item.ios_menu
  a {
  text-transform: inherit;
}
@media only screen and (max-width: 1200px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 8px 0 8px;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-col-1.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 8px 0 8px;
    font-size: 12px;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-col-1.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    padding: 15px 10% 15px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner,
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::before,
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::after {
    height: 1px;
    background: rgba(0, 0, 0, 50%);
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle {
    width: 50px;
    float: right;
    background: none;
    display: block;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #333;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    display: block;
    position: absolute !important;
    width: 100vw !important;
    right: -20px;
    top: 70px;
    background: #fff;
    padding: 20px 30px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 7%);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 7%);
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    display: flex;
    flex-direction: column;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    > ul.mega-sub-menu
    > li.mega-menu-column {
    width: 100% !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 72px;
    background: #f5f5f5;
    padding: 0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li {
    padding: 0 10px 0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li:first-child {
    padding: 0 10px 30px 10px;
    margin-bottom: 15px;
    order: 4;
    background: #fff;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    position: relative !important;
    top: 0;
    left: -30px;
    width: 100vw;
    padding: 30px 0 0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 5px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    line-height: 50px;
    height: 50px;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-box {
    margin: 15px 0;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-item.mega-menu-megamenu
    ul.mega-sub-menu
    ul.mega-sub-menu
    > li
    > ul {
    min-height: inherit;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #4d186e;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 7%);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 7%);
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover > a.mega-menu-link:before,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:before,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-parent > a.mega-menu-link:before,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:before {
    height: 0;
    content: none;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-item-has-children.mega-toggle-on
    > a.mega-menu-link
    > span.mega-indicator:after {
    content: "";
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator::after {
    content: "";
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    min-height: inherit;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child a {
    border: 0;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.widget_media_image
    img {
    width: 40px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-box {
    margin: 15px;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    right: 0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li:first-child {
    padding: 0 10px 30px 25px;
  }
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.widget_media_image
  img {
  width: auto;
  height: 46px;
}
iframe {
  display: block;
  margin: 0px auto;
  cursor: pointer;
  min-height: 180px;
}
.bx-viewport {
  min-height: 90vh !important;
}
.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: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.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: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.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: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.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: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-accusoft:before {
  content: "";
}
.fa-acquisitions-incorporated:before {
  content: "";
}
.fa-ad:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-card:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-adversal:before {
  content: "";
}
.fa-affiliatetheme:before {
  content: "";
}
.fa-air-freshener:before {
  content: "";
}
.fa-airbnb:before {
  content: "";
}
.fa-algolia:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-alipay:before {
  content: "";
}
.fa-allergies:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-amazon-pay:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-amilia:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angry:before {
  content: "";
}
.fa-angrycreative:before {
  content: "";
}
.fa-angular:before {
  content: "";
}
.fa-ankh:before {
  content: "";
}
.fa-app-store:before {
  content: "";
}
.fa-app-store-ios:before {
  content: "";
}
.fa-apper:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-apple-alt:before {
  content: "";
}
.fa-apple-pay:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-archway:before {
  content: "";
}
.fa-arrow-alt-circle-down:before {
  content: "";
}
.fa-arrow-alt-circle-left:before {
  content: "";
}
.fa-arrow-alt-circle-right:before {
  content: "";
}
.fa-arrow-alt-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-arrows-alt-h:before {
  content: "";
}
.fa-arrows-alt-v:before {
  content: "";
}
.fa-artstation:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-asymmetrik:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-atlas:before {
  content: "";
}
.fa-atlassian:before {
  content: "";
}
.fa-atom:before {
  content: "";
}
.fa-audible:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-autoprefixer:before {
  content: "";
}
.fa-avianex:before {
  content: "";
}
.fa-aviato:before {
  content: "";
}
.fa-award:before {
  content: "";
}
.fa-aws:before {
  content: "";
}
.fa-baby:before {
  content: "";
}
.fa-baby-carriage:before {
  content: "";
}
.fa-backspace:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-bacon:before {
  content: "";
}
.fa-bacteria:before {
  content: "";
}
.fa-bacterium:before {
  content: "";
}
.fa-bahai:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-balance-scale-left:before {
  content: "";
}
.fa-balance-scale-right:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-band-aid:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-baseball-ball:before {
  content: "";
}
.fa-basketball-ball:before {
  content: "";
}
.fa-bath:before {
  content: "";
}
.fa-battery-empty:before {
  content: "";
}
.fa-battery-full:before {
  content: "";
}
.fa-battery-half:before {
  content: "";
}
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battle-net:before {
  content: "";
}
.fa-bed:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bezier-curve:before {
  content: "";
}
.fa-bible:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-biking:before {
  content: "";
}
.fa-bimobject:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-biohazard:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitcoin:before {
  content: "";
}
.fa-bity:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-blackberry:before {
  content: "";
}
.fa-blender:before {
  content: "";
}
.fa-blender-phone:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-blog:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-blogger-b:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-bolt:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-bone:before {
  content: "";
}
.fa-bong:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-book-dead:before {
  content: "";
}
.fa-book-medical:before {
  content: "";
}
.fa-book-open:before {
  content: "";
}
.fa-book-reader:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-bootstrap:before {
  content: "";
}
.fa-border-all:before {
  content: "";
}
.fa-border-none:before {
  content: "";
}
.fa-border-style:before {
  content: "";
}
.fa-bowling-ball:before {
  content: "";
}
.fa-box:before {
  content: "";
}
.fa-box-open:before {
  content: "";
}
.fa-box-tissue:before {
  content: "";
}
.fa-boxes:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-brain:before {
  content: "";
}
.fa-bread-slice:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-briefcase-medical:before {
  content: "";
}
.fa-broadcast-tower:before {
  content: "";
}
.fa-broom:before {
  content: "";
}
.fa-brush:before {
  content: "";
}
.fa-btc:before {
  content: "";
}
.fa-buffer:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-burn:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-bus-alt:before {
  content: "";
}
.fa-business-time:before {
  content: "";
}
.fa-buy-n-large:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-calendar-alt:before {
  content: "";
}
.fa-calendar-check:before {
  content: "";
}
.fa-calendar-day:before {
  content: "";
}
.fa-calendar-minus:before {
  content: "";
}
.fa-calendar-plus:before {
  content: "";
}
.fa-calendar-times:before {
  content: "";
}
.fa-calendar-week:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-campground:before {
  content: "";
}
.fa-canadian-maple-leaf:before {
  content: "";
}
.fa-candy-cane:before {
  content: "";
}
.fa-cannabis:before {
  content: "";
}
.fa-capsules:before {
  content: "";
}
.fa-car:before {
  content: "";
}
.fa-car-alt:before {
  content: "";
}
.fa-car-battery:before {
  content: "";
}
.fa-car-crash:before {
  content: "";
}
.fa-car-side:before {
  content: "";
}
.fa-caravan:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-caret-square-down:before {
  content: "";
}
.fa-caret-square-left:before {
  content: "";
}
.fa-caret-square-right:before {
  content: "";
}
.fa-caret-square-up:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-carrot:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cash-register:before {
  content: "";
}
.fa-cat:before {
  content: "";
}
.fa-cc-amazon-pay:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-apple-pay:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-centercode:before {
  content: "";
}
.fa-centos:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-chair:before {
  content: "";
}
.fa-chalkboard:before {
  content: "";
}
.fa-chalkboard-teacher:before {
  content: "";
}
.fa-charging-station:before {
  content: "";
}
.fa-chart-area:before {
  content: "";
}
.fa-chart-bar:before {
  content: "";
}
.fa-chart-line:before {
  content: "";
}
.fa-chart-pie:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-check-double:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-cheese:before {
  content: "";
}
.fa-chess:before {
  content: "";
}
.fa-chess-bishop:before {
  content: "";
}
.fa-chess-board:before {
  content: "";
}
.fa-chess-king:before {
  content: "";
}
.fa-chess-knight:before {
  content: "";
}
.fa-chess-pawn:before {
  content: "";
}
.fa-chess-queen:before {
  content: "";
}
.fa-chess-rook:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-chromecast:before {
  content: "";
}
.fa-church:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-circle-notch:before {
  content: "";
}
.fa-city:before {
  content: "";
}
.fa-clinic-medical:before {
  content: "";
}
.fa-clipboard:before {
  content: "";
}
.fa-clipboard-check:before {
  content: "";
}
.fa-clipboard-list:before {
  content: "";
}
.fa-clock:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-closed-captioning:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-cloud-download-alt:before {
  content: "";
}
.fa-cloud-meatball:before {
  content: "";
}
.fa-cloud-moon:before {
  content: "";
}
.fa-cloud-moon-rain:before {
  content: "";
}
.fa-cloud-rain:before {
  content: "";
}
.fa-cloud-showers-heavy:before {
  content: "";
}
.fa-cloud-sun:before {
  content: "";
}
.fa-cloud-sun-rain:before {
  content: "";
}
.fa-cloud-upload-alt:before {
  content: "";
}
.fa-cloudflare:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-cocktail:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-code-branch:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cog:before {
  content: "";
}
.fa-cogs:before {
  content: "";
}
.fa-coins:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-comment-alt:before {
  content: "";
}
.fa-comment-dollar:before {
  content: "";
}
.fa-comment-dots:before {
  content: "";
}
.fa-comment-medical:before {
  content: "";
}
.fa-comment-slash:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-comments-dollar:before {
  content: "";
}
.fa-compact-disc:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-compress-alt:before {
  content: "";
}
.fa-compress-arrows-alt:before {
  content: "";
}
.fa-concierge-bell:before {
  content: "";
}
.fa-confluence:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-cookie:before {
  content: "";
}
.fa-cookie-bite:before {
  content: "";
}
.fa-copy:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-cotton-bureau:before {
  content: "";
}
.fa-couch:before {
  content: "";
}
.fa-cpanel:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-creative-commons-by:before {
  content: "";
}
.fa-creative-commons-nc:before {
  content: "";
}
.fa-creative-commons-nc-eu:before {
  content: "";
}
.fa-creative-commons-nc-jp:before {
  content: "";
}
.fa-creative-commons-nd:before {
  content: "";
}
.fa-creative-commons-pd:before {
  content: "";
}
.fa-creative-commons-pd-alt:before {
  content: "";
}
.fa-creative-commons-remix:before {
  content: "";
}
.fa-creative-commons-sa:before {
  content: "";
}
.fa-creative-commons-sampling:before {
  content: "";
}
.fa-creative-commons-sampling-plus:before {
  content: "";
}
.fa-creative-commons-share:before {
  content: "";
}
.fa-creative-commons-zero:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-critical-role:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-crop-alt:before {
  content: "";
}
.fa-cross:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-crow:before {
  content: "";
}
.fa-crown:before {
  content: "";
}
.fa-crutch:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-cut:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-d-and-d-beyond:before {
  content: "";
}
.fa-dailymotion:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-deaf:before {
  content: "";
}
.fa-deezer:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-democrat:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-dev:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-dharmachakra:before {
  content: "";
}
.fa-dhl:before {
  content: "";
}
.fa-diagnoses:before {
  content: "";
}
.fa-diaspora:before {
  content: "";
}
.fa-dice:before {
  content: "";
}
.fa-dice-d20:before {
  content: "";
}
.fa-dice-d6:before {
  content: "";
}
.fa-dice-five:before {
  content: "";
}
.fa-dice-four:before {
  content: "";
}
.fa-dice-one:before {
  content: "";
}
.fa-dice-six:before {
  content: "";
}
.fa-dice-three:before {
  content: "";
}
.fa-dice-two:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-digital-ocean:before {
  content: "";
}
.fa-digital-tachograph:before {
  content: "";
}
.fa-directions:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-disease:before {
  content: "";
}
.fa-divide:before {
  content: "";
}
.fa-dizzy:before {
  content: "";
}
.fa-dna:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-dog:before {
  content: "";
}
.fa-dollar-sign:before {
  content: "";
}
.fa-dolly:before {
  content: "";
}
.fa-dolly-flatbed:before {
  content: "";
}
.fa-donate:before {
  content: "";
}
.fa-door-closed:before {
  content: "";
}
.fa-door-open:before {
  content: "";
}
.fa-dot-circle:before {
  content: "";
}
.fa-dove:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-draft2digital:before {
  content: "";
}
.fa-drafting-compass:before {
  content: "";
}
.fa-dragon:before {
  content: "";
}
.fa-draw-polygon:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-drum:before {
  content: "";
}
.fa-drum-steelpan:before {
  content: "";
}
.fa-drumstick-bite:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-dumbbell:before {
  content: "";
}
.fa-dumpster:before {
  content: "";
}
.fa-dumpster-fire:before {
  content: "";
}
.fa-dungeon:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-ebay:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-edge-legacy:before {
  content: "";
}
.fa-edit:before {
  content: "";
}
.fa-egg:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-ello:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-text:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-equals:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-erlang:before {
  content: "";
}
.fa-ethereum:before {
  content: "";
}
.fa-ethernet:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-euro-sign:before {
  content: "";
}
.fa-evernote:before {
  content: "";
}
.fa-exchange-alt:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-exclamation-triangle:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-expand-alt:before {
  content: "";
}
.fa-expand-arrows-alt:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-external-link-alt:before {
  content: "";
}
.fa-external-link-square-alt:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-dropper:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-facebook-f:before {
  content: "";
}
.fa-facebook-messenger:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-fan:before {
  content: "";
}
.fa-fantasy-flight-games:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-faucet:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-feather:before {
  content: "";
}
.fa-feather-alt:before {
  content: "";
}
.fa-fedex:before {
  content: "";
}
.fa-fedora:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-figma:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-alt:before {
  content: "";
}
.fa-file-archive:before {
  content: "";
}
.fa-file-audio:before {
  content: "";
}
.fa-file-code:before {
  content: "";
}
.fa-file-contract:before {
  content: "";
}
.fa-file-csv:before {
  content: "";
}
.fa-file-download:before {
  content: "";
}
.fa-file-excel:before {
  content: "";
}
.fa-file-export:before {
  content: "";
}
.fa-file-image:before {
  content: "";
}
.fa-file-import:before {
  content: "";
}
.fa-file-invoice:before {
  content: "";
}
.fa-file-invoice-dollar:before {
  content: "";
}
.fa-file-medical:before {
  content: "";
}
.fa-file-medical-alt:before {
  content: "";
}
.fa-file-pdf:before {
  content: "";
}
.fa-file-powerpoint:before {
  content: "";
}
.fa-file-prescription:before {
  content: "";
}
.fa-file-signature:before {
  content: "";
}
.fa-file-upload:before {
  content: "";
}
.fa-file-video:before {
  content: "";
}
.fa-file-word:before {
  content: "";
}
.fa-fill:before {
  content: "";
}
.fa-fill-drip:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-fingerprint:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-fire-alt:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-firefox-browser:before {
  content: "";
}
.fa-first-aid:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-first-order-alt:before {
  content: "";
}
.fa-firstdraft:before {
  content: "";
}
.fa-fish:before {
  content: "";
}
.fa-fist-raised:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-flag-usa:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-flushed:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-minus:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-folder-plus:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-font-awesome:before {
  content: "";
}
.fa-font-awesome-alt:before {
  content: "";
}
.fa-font-awesome-flag:before {
  content: "";
}
.fa-font-awesome-logo-full:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-football-ball:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-fort-awesome-alt:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-frog:before {
  content: "";
}
.fa-frown:before {
  content: "";
}
.fa-frown-open:before {
  content: "";
}
.fa-fulcrum:before {
  content: "";
}
.fa-funnel-dollar:before {
  content: "";
}
.fa-futbol:before {
  content: "";
}
.fa-galactic-republic:before {
  content: "";
}
.fa-galactic-senate:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-gas-pump:before {
  content: "";
}
.fa-gavel:before {
  content: "";
}
.fa-gem:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-ghost:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-gifts:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-git-alt:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-gitkraken:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-gitter:before {
  content: "";
}
.fa-glass-cheers:before {
  content: "";
}
.fa-glass-martini:before {
  content: "";
}
.fa-glass-martini-alt:before {
  content: "";
}
.fa-glass-whiskey:before {
  content: "";
}
.fa-glasses:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-globe-africa:before {
  content: "";
}
.fa-globe-americas:before {
  content: "";
}
.fa-globe-asia:before {
  content: "";
}
.fa-globe-europe:before {
  content: "";
}
.fa-gofore:before {
  content: "";
}
.fa-golf-ball:before {
  content: "";
}
.fa-goodreads:before {
  content: "";
}
.fa-goodreads-g:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-google-drive:before {
  content: "";
}
.fa-google-pay:before {
  content: "";
}
.fa-google-play:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-google-plus-g:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-gopuram:before {
  content: "";
}
.fa-graduation-cap:before {
  content: "";
}
.fa-gratipay:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-greater-than:before {
  content: "";
}
.fa-greater-than-equal:before {
  content: "";
}
.fa-grimace:before {
  content: "";
}
.fa-grin:before {
  content: "";
}
.fa-grin-alt:before {
  content: "";
}
.fa-grin-beam:before {
  content: "";
}
.fa-grin-beam-sweat:before {
  content: "";
}
.fa-grin-hearts:before {
  content: "";
}
.fa-grin-squint:before {
  content: "";
}
.fa-grin-squint-tears:before {
  content: "";
}
.fa-grin-stars:before {
  content: "";
}
.fa-grin-tears:before {
  content: "";
}
.fa-grin-tongue:before {
  content: "";
}
.fa-grin-tongue-squint:before {
  content: "";
}
.fa-grin-tongue-wink:before {
  content: "";
}
.fa-grin-wink:before {
  content: "";
}
.fa-grip-horizontal:before {
  content: "";
}
.fa-grip-lines:before {
  content: "";
}
.fa-grip-lines-vertical:before {
  content: "";
}
.fa-grip-vertical:before {
  content: "";
}
.fa-gripfire:before {
  content: "";
}
.fa-grunt:before {
  content: "";
}
.fa-guilded:before {
  content: "";
}
.fa-guitar:before {
  content: "";
}
.fa-gulp:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-hackerrank:before {
  content: "";
}
.fa-hamburger:before {
  content: "";
}
.fa-hammer:before {
  content: "";
}
.fa-hamsa:before {
  content: "";
}
.fa-hand-holding:before {
  content: "";
}
.fa-hand-holding-heart:before {
  content: "";
}
.fa-hand-holding-medical:before {
  content: "";
}
.fa-hand-holding-usd:before {
  content: "";
}
.fa-hand-holding-water:before {
  content: "";
}
.fa-hand-lizard:before {
  content: "";
}
.fa-hand-middle-finger:before {
  content: "";
}
.fa-hand-paper:before {
  content: "";
}
.fa-hand-peace:before {
  content: "";
}
.fa-hand-point-down:before {
  content: "";
}
.fa-hand-point-left:before {
  content: "";
}
.fa-hand-point-right:before {
  content: "";
}
.fa-hand-point-up:before {
  content: "";
}
.fa-hand-pointer:before {
  content: "";
}
.fa-hand-rock:before {
  content: "";
}
.fa-hand-scissors:before {
  content: "";
}
.fa-hand-sparkles:before {
  content: "";
}
.fa-hand-spock:before {
  content: "";
}
.fa-hands:before {
  content: "";
}
.fa-hands-helping:before {
  content: "";
}
.fa-hands-wash:before {
  content: "";
}
.fa-handshake:before {
  content: "";
}
.fa-handshake-alt-slash:before {
  content: "";
}
.fa-handshake-slash:before {
  content: "";
}
.fa-hanukiah:before {
  content: "";
}
.fa-hard-hat:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-hat-cowboy:before {
  content: "";
}
.fa-hat-cowboy-side:before {
  content: "";
}
.fa-hat-wizard:before {
  content: "";
}
.fa-hdd:before {
  content: "";
}
.fa-head-side-cough:before {
  content: "";
}
.fa-head-side-cough-slash:before {
  content: "";
}
.fa-head-side-mask:before {
  content: "";
}
.fa-head-side-virus:before {
  content: "";
}
.fa-heading:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-headphones-alt:before {
  content: "";
}
.fa-headset:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-heart-broken:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-helicopter:before {
  content: "";
}
.fa-highlighter:before {
  content: "";
}
.fa-hiking:before {
  content: "";
}
.fa-hippo:before {
  content: "";
}
.fa-hips:before {
  content: "";
}
.fa-hire-a-helper:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-hive:before {
  content: "";
}
.fa-hockey-puck:before {
  content: "";
}
.fa-holly-berry:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-hooli:before {
  content: "";
}
.fa-hornbill:before {
  content: "";
}
.fa-horse:before {
  content: "";
}
.fa-horse-head:before {
  content: "";
}
.fa-hospital:before {
  content: "";
}
.fa-hospital-alt:before {
  content: "";
}
.fa-hospital-symbol:before {
  content: "";
}
.fa-hospital-user:before {
  content: "";
}
.fa-hot-tub:before {
  content: "";
}
.fa-hotdog:before {
  content: "";
}
.fa-hotel:before {
  content: "";
}
.fa-hotjar:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-start:before {
  content: "";
}
.fa-house-damage:before {
  content: "";
}
.fa-house-user:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-hryvnia:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-ice-cream:before {
  content: "";
}
.fa-icicles:before {
  content: "";
}
.fa-icons:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-id-card:before {
  content: "";
}
.fa-id-card-alt:before {
  content: "";
}
.fa-ideal:before {
  content: "";
}
.fa-igloo:before {
  content: "";
}
.fa-image:before {
  content: "";
}
.fa-images:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-infinity:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-innosoft:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-instagram-square:before {
  content: "";
}
.fa-instalod:before {
  content: "";
}
.fa-intercom:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-invision:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-itch-io:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-itunes-note:before {
  content: "";
}
.fa-java:before {
  content: "";
}
.fa-jedi:before {
  content: "";
}
.fa-jedi-order:before {
  content: "";
}
.fa-jenkins:before {
  content: "";
}
.fa-jira:before {
  content: "";
}
.fa-joget:before {
  content: "";
}
.fa-joint:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-journal-whills:before {
  content: "";
}
.fa-js:before {
  content: "";
}
.fa-js-square:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-kaaba:before {
  content: "";
}
.fa-kaggle:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-keybase:before {
  content: "";
}
.fa-keyboard:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-khanda:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-kiss:before {
  content: "";
}
.fa-kiss-beam:before {
  content: "";
}
.fa-kiss-wink-heart:before {
  content: "";
}
.fa-kiwi-bird:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-landmark:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-laptop-code:before {
  content: "";
}
.fa-laptop-house:before {
  content: "";
}
.fa-laptop-medical:before {
  content: "";
}
.fa-laravel:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-laugh:before {
  content: "";
}
.fa-laugh-beam:before {
  content: "";
}
.fa-laugh-squint:before {
  content: "";
}
.fa-laugh-wink:before {
  content: "";
}
.fa-layer-group:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-lemon:before {
  content: "";
}
.fa-less:before {
  content: "";
}
.fa-less-than:before {
  content: "";
}
.fa-less-than-equal:before {
  content: "";
}
.fa-level-down-alt:before {
  content: "";
}
.fa-level-up-alt:before {
  content: "";
}
.fa-life-ring:before {
  content: "";
}
.fa-lightbulb:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-link:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-lira-sign:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-lock-open:before {
  content: "";
}
.fa-long-arrow-alt-down:before {
  content: "";
}
.fa-long-arrow-alt-left:before {
  content: "";
}
.fa-long-arrow-alt-right:before {
  content: "";
}
.fa-long-arrow-alt-up:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-luggage-cart:before {
  content: "";
}
.fa-lungs:before {
  content: "";
}
.fa-lungs-virus:before {
  content: "";
}
.fa-lyft:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-mail-bulk:before {
  content: "";
}
.fa-mailchimp:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-mandalorian:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-map-marked:before {
  content: "";
}
.fa-map-marked-alt:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-map-marker-alt:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-markdown:before {
  content: "";
}
.fa-marker:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mask:before {
  content: "";
}
.fa-mastodon:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-mdb:before {
  content: "";
}
.fa-medal:before {
  content: "";
}
.fa-medapps:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-medium-m:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-medrt:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.fa-megaport:before {
  content: "";
}
.fa-meh:before {
  content: "";
}
.fa-meh-blank:before {
  content: "";
}
.fa-meh-rolling-eyes:before {
  content: "";
}
.fa-memory:before {
  content: "";
}
.fa-mendeley:before {
  content: "";
}
.fa-menorah:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-meteor:before {
  content: "";
}
.fa-microblog:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-alt:before {
  content: "";
}
.fa-microphone-alt-slash:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-microscope:before {
  content: "";
}
.fa-microsoft:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-mitten:before {
  content: "";
}
.fa-mix:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-mixer:before {
  content: "";
}
.fa-mizuni:before {
  content: "";
}
.fa-mobile:before {
  content: "";
}
.fa-mobile-alt:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-monero:before {
  content: "";
}
.fa-money-bill:before {
  content: "";
}
.fa-money-bill-alt:before {
  content: "";
}
.fa-money-bill-wave:before {
  content: "";
}
.fa-money-bill-wave-alt:before {
  content: "";
}
.fa-money-check:before {
  content: "";
}
.fa-money-check-alt:before {
  content: "";
}
.fa-monument:before {
  content: "";
}
.fa-moon:before {
  content: "";
}
.fa-mortar-pestle:before {
  content: "";
}
.fa-mosque:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-mountain:before {
  content: "";
}
.fa-mouse:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-mug-hot:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-napster:before {
  content: "";
}
.fa-neos:before {
  content: "";
}
.fa-network-wired:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-newspaper:before {
  content: "";
}
.fa-nimblr:before {
  content: "";
}
.fa-node:before {
  content: "";
}
.fa-node-js:before {
  content: "";
}
.fa-not-equal:before {
  content: "";
}
.fa-notes-medical:before {
  content: "";
}
.fa-npm:before {
  content: "";
}
.fa-ns8:before {
  content: "";
}
.fa-nutritionix:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-octopus-deploy:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-oil-can:before {
  content: "";
}
.fa-old-republic:before {
  content: "";
}
.fa-om:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-orcid:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-otter:before {
  content: "";
}
.fa-outdent:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-pager:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-paint-roller:before {
  content: "";
}
.fa-palette:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-pallet:before {
  content: "";
}
.fa-paper-plane:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-parachute-box:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-parking:before {
  content: "";
}
.fa-passport:before {
  content: "";
}
.fa-pastafarianism:before {
  content: "";
}
.fa-paste:before {
  content: "";
}
.fa-patreon:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-peace:before {
  content: "";
}
.fa-pen:before {
  content: "";
}
.fa-pen-alt:before {
  content: "";
}
.fa-pen-fancy:before {
  content: "";
}
.fa-pen-nib:before {
  content: "";
}
.fa-pen-square:before {
  content: "";
}
.fa-pencil-alt:before {
  content: "";
}
.fa-pencil-ruler:before {
  content: "";
}
.fa-penny-arcade:before {
  content: "";
}
.fa-people-arrows:before {
  content: "";
}
.fa-people-carry:before {
  content: "";
}
.fa-pepper-hot:before {
  content: "";
}
.fa-perbyte:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-percentage:before {
  content: "";
}
.fa-periscope:before {
  content: "";
}
.fa-person-booth:before {
  content: "";
}
.fa-phabricator:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-phoenix-squadron:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-phone-alt:before {
  content: "";
}
.fa-phone-slash:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-phone-square-alt:before {
  content: "";
}
.fa-phone-volume:before {
  content: "";
}
.fa-photo-video:before {
  content: "";
}
.fa-php:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-pied-piper-hat:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-square:before {
  content: "";
}
.fa-piggy-bank:before {
  content: "";
}
.fa-pills:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-pizza-slice:before {
  content: "";
}
.fa-place-of-worship:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-plane-arrival:before {
  content: "";
}
.fa-plane-departure:before {
  content: "";
}
.fa-plane-slash:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-playstation:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-poll:before {
  content: "";
}
.fa-poll-h:before {
  content: "";
}
.fa-poo:before {
  content: "";
}
.fa-poo-storm:before {
  content: "";
}
.fa-poop:before {
  content: "";
}
.fa-portrait:before {
  content: "";
}
.fa-pound-sign:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-pray:before {
  content: "";
}
.fa-praying-hands:before {
  content: "";
}
.fa-prescription:before {
  content: "";
}
.fa-prescription-bottle:before {
  content: "";
}
.fa-prescription-bottle-alt:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-procedures:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-project-diagram:before {
  content: "";
}
.fa-pump-medical:before {
  content: "";
}
.fa-pump-soap:before {
  content: "";
}
.fa-pushed:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-python:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-quidditch:before {
  content: "";
}
.fa-quinscape:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-quran:before {
  content: "";
}
.fa-r-project:before {
  content: "";
}
.fa-radiation:before {
  content: "";
}
.fa-radiation-alt:before {
  content: "";
}
.fa-rainbow:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-raspberry-pi:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-react:before {
  content: "";
}
.fa-reacteurope:before {
  content: "";
}
.fa-readme:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-receipt:before {
  content: "";
}
.fa-record-vinyl:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-red-river:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-redhat:before {
  content: "";
}
.fa-redo:before {
  content: "";
}
.fa-redo-alt:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-remove-format:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-reply:before {
  content: "";
}
.fa-reply-all:before {
  content: "";
}
.fa-replyd:before {
  content: "";
}
.fa-republican:before {
  content: "";
}
.fa-researchgate:before {
  content: "";
}
.fa-resolving:before {
  content: "";
}
.fa-restroom:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-rev:before {
  content: "";
}
.fa-ribbon:before {
  content: "";
}
.fa-ring:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-robot:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-rocketchat:before {
  content: "";
}
.fa-rockrms:before {
  content: "";
}
.fa-route:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-ruble-sign:before {
  content: "";
}
.fa-ruler:before {
  content: "";
}
.fa-ruler-combined:before {
  content: "";
}
.fa-ruler-horizontal:before {
  content: "";
}
.fa-ruler-vertical:before {
  content: "";
}
.fa-running:before {
  content: "";
}
.fa-rupee-sign:before {
  content: "";
}
.fa-rust:before {
  content: "";
}
.fa-sad-cry:before {
  content: "";
}
.fa-sad-tear:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-salesforce:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-satellite:before {
  content: "";
}
.fa-satellite-dish:before {
  content: "";
}
.fa-save:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-school:before {
  content: "";
}
.fa-screwdriver:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-scroll:before {
  content: "";
}
.fa-sd-card:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-search-dollar:before {
  content: "";
}
.fa-search-location:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-searchengin:before {
  content: "";
}
.fa-seedling:before {
  content: "";
}
.fa-sellcast:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-shapes:before {
  content: "";
}
.fa-share:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-shekel-sign:before {
  content: "";
}
.fa-shield-alt:before {
  content: "";
}
.fa-shield-virus:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-shipping-fast:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-shoe-prints:before {
  content: "";
}
.fa-shopify:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-shopware:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-shuttle-van:before {
  content: "";
}
.fa-sign:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "";
}
.fa-sign-language:before {
  content: "";
}
.fa-sign-out-alt:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-signature:before {
  content: "";
}
.fa-sim-card:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-sink:before {
  content: "";
}
.fa-sistrix:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-sith:before {
  content: "";
}
.fa-skating:before {
  content: "";
}
.fa-sketch:before {
  content: "";
}
.fa-skiing:before {
  content: "";
}
.fa-skiing-nordic:before {
  content: "";
}
.fa-skull:before {
  content: "";
}
.fa-skull-crossbones:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-slack-hash:before {
  content: "";
}
.fa-slash:before {
  content: "";
}
.fa-sleigh:before {
  content: "";
}
.fa-sliders-h:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-smile:before {
  content: "";
}
.fa-smile-beam:before {
  content: "";
}
.fa-smile-wink:before {
  content: "";
}
.fa-smog:before {
  content: "";
}
.fa-smoking:before {
  content: "";
}
.fa-smoking-ban:before {
  content: "";
}
.fa-sms:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-snowboarding:before {
  content: "";
}
.fa-snowflake:before {
  content: "";
}
.fa-snowman:before {
  content: "";
}
.fa-snowplow:before {
  content: "";
}
.fa-soap:before {
  content: "";
}
.fa-socks:before {
  content: "";
}
.fa-solar-panel:before {
  content: "";
}
.fa-sort:before {
  content: "";
}
.fa-sort-alpha-down:before {
  content: "";
}
.fa-sort-alpha-down-alt:before {
  content: "";
}
.fa-sort-alpha-up:before {
  content: "";
}
.fa-sort-alpha-up-alt:before {
  content: "";
}
.fa-sort-amount-down:before {
  content: "";
}
.fa-sort-amount-down-alt:before {
  content: "";
}
.fa-sort-amount-up:before {
  content: "";
}
.fa-sort-amount-up-alt:before {
  content: "";
}
.fa-sort-down:before {
  content: "";
}
.fa-sort-numeric-down:before {
  content: "";
}
.fa-sort-numeric-down-alt:before {
  content: "";
}
.fa-sort-numeric-up:before {
  content: "";
}
.fa-sort-numeric-up-alt:before {
  content: "";
}
.fa-sort-up:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-sourcetree:before {
  content: "";
}
.fa-spa:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-speaker-deck:before {
  content: "";
}
.fa-spell-check:before {
  content: "";
}
.fa-spider:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-splotch:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-spray-can:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-square-full:before {
  content: "";
}
.fa-square-root-alt:before {
  content: "";
}
.fa-squarespace:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-stackpath:before {
  content: "";
}
.fa-stamp:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-and-crescent:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-star-half-alt:before {
  content: "";
}
.fa-star-of-david:before {
  content: "";
}
.fa-star-of-life:before {
  content: "";
}
.fa-staylinked:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-steam-symbol:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-sticker-mule:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stopwatch:before {
  content: "";
}
.fa-stopwatch-20:before {
  content: "";
}
.fa-store:before {
  content: "";
}
.fa-store-alt:before {
  content: "";
}
.fa-store-alt-slash:before {
  content: "";
}
.fa-store-slash:before {
  content: "";
}
.fa-strava:before {
  content: "";
}
.fa-stream:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-stripe:before {
  content: "";
}
.fa-stripe-s:before {
  content: "";
}
.fa-stroopwafel:before {
  content: "";
}
.fa-studiovinari:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-suitcase-rolling:before {
  content: "";
}
.fa-sun:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-supple:before {
  content: "";
}
.fa-surprise:before {
  content: "";
}
.fa-suse:before {
  content: "";
}
.fa-swatchbook:before {
  content: "";
}
.fa-swift:before {
  content: "";
}
.fa-swimmer:before {
  content: "";
}
.fa-swimming-pool:before {
  content: "";
}
.fa-symfony:before {
  content: "";
}
.fa-synagogue:before {
  content: "";
}
.fa-sync:before {
  content: "";
}
.fa-sync-alt:before {
  content: "";
}
.fa-syringe:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-table-tennis:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-tablet-alt:before {
  content: "";
}
.fa-tablets:before {
  content: "";
}
.fa-tachometer-alt:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-tape:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-taxi:before {
  content: "";
}
.fa-teamspeak:before {
  content: "";
}
.fa-teeth:before {
  content: "";
}
.fa-teeth-open:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-telegram-plane:before {
  content: "";
}
.fa-temperature-high:before {
  content: "";
}
.fa-temperature-low:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-tenge:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-the-red-yeti:before {
  content: "";
}
.fa-theater-masks:before {
  content: "";
}
.fa-themeco:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-thermometer:before {
  content: "";
}
.fa-thermometer-empty:before {
  content: "";
}
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-think-peaks:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbtack:before {
  content: "";
}
.fa-ticket-alt:before {
  content: "";
}
.fa-tiktok:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-tint-slash:before {
  content: "";
}
.fa-tired:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-toilet:before {
  content: "";
}
.fa-toilet-paper:before {
  content: "";
}
.fa-toilet-paper-slash:before {
  content: "";
}
.fa-toolbox:before {
  content: "";
}
.fa-tools:before {
  content: "";
}
.fa-tooth:before {
  content: "";
}
.fa-torah:before {
  content: "";
}
.fa-torii-gate:before {
  content: "";
}
.fa-tractor:before {
  content: "";
}
.fa-trade-federation:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-traffic-light:before {
  content: "";
}
.fa-trailer:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-tram:before {
  content: "";
}
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-trash-alt:before {
  content: "";
}
.fa-trash-restore:before {
  content: "";
}
.fa-trash-restore-alt:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-truck-loading:before {
  content: "";
}
.fa-truck-monster:before {
  content: "";
}
.fa-truck-moving:before {
  content: "";
}
.fa-truck-pickup:before {
  content: "";
}
.fa-tshirt:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-tv:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-typo3:before {
  content: "";
}
.fa-uber:before {
  content: "";
}
.fa-ubuntu:before {
  content: "";
}
.fa-uikit:before {
  content: "";
}
.fa-umbraco:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-umbrella-beach:before {
  content: "";
}
.fa-uncharted:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-undo:before {
  content: "";
}
.fa-undo-alt:before {
  content: "";
}
.fa-uniregistry:before {
  content: "";
}
.fa-unity:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-university:before {
  content: "";
}
.fa-unlink:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-unsplash:before {
  content: "";
}
.fa-untappd:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-ups:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-user-alt:before {
  content: "";
}
.fa-user-alt-slash:before {
  content: "";
}
.fa-user-astronaut:before {
  content: "";
}
.fa-user-check:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-clock:before {
  content: "";
}
.fa-user-cog:before {
  content: "";
}
.fa-user-edit:before {
  content: "";
}
.fa-user-friends:before {
  content: "";
}
.fa-user-graduate:before {
  content: "";
}
.fa-user-injured:before {
  content: "";
}
.fa-user-lock:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-user-minus:before {
  content: "";
}
.fa-user-ninja:before {
  content: "";
}
.fa-user-nurse:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-user-shield:before {
  content: "";
}
.fa-user-slash:before {
  content: "";
}
.fa-user-tag:before {
  content: "";
}
.fa-user-tie:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-users:before {
  content: "";
}
.fa-users-cog:before {
  content: "";
}
.fa-users-slash:before {
  content: "";
}
.fa-usps:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-utensil-spoon:before {
  content: "";
}
.fa-utensils:before {
  content: "";
}
.fa-vaadin:before {
  content: "";
}
.fa-vector-square:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-vest:before {
  content: "";
}
.fa-vest-patches:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-vial:before {
  content: "";
}
.fa-vials:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.fa-video:before {
  content: "";
}
.fa-video-slash:before {
  content: "";
}
.fa-vihara:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-vimeo-v:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-virus:before {
  content: "";
}
.fa-virus-slash:before {
  content: "";
}
.fa-viruses:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-vnv:before {
  content: "";
}
.fa-voicemail:before {
  content: "";
}
.fa-volleyball-ball:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-mute:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-vote-yea:before {
  content: "";
}
.fa-vr-cardboard:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-walking:before {
  content: "";
}
.fa-wallet:before {
  content: "";
}
.fa-warehouse:before {
  content: "";
}
.fa-watchman-monitoring:before {
  content: "";
}
.fa-water:before {
  content: "";
}
.fa-wave-square:before {
  content: "";
}
.fa-waze:before {
  content: "";
}
.fa-weebly:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-weight:before {
  content: "";
}
.fa-weight-hanging:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-wind:before {
  content: "";
}
.fa-window-close:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-wine-bottle:before {
  content: "";
}
.fa-wine-glass:before {
  content: "";
}
.fa-wine-glass-alt:before {
  content: "";
}
.fa-wix:before {
  content: "";
}
.fa-wizards-of-the-coast:before {
  content: "";
}
.fa-wodu:before {
  content: "";
}
.fa-wolf-pack-battalion:before {
  content: "";
}
.fa-won-sign:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-wordpress-simple:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-wpressr:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-x-ray:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-yammer:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-yarn:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-yen-sign:before {
  content: "";
}
.fa-yin-yang:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-zhihu:before {
  content: "";
}
.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;
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
