@media (min-width: 1680px) and (max-width: 2159px) {
  /* Elementor */
  body.elementor-editor-active .elementor-hidden-desktop:not(.elementor-element-edit-mode) {
    display: none !important;
  }

  .elementor-section.hide_bg_image_on_desktop,
  .elementor-column.hide_bg_image_on_desktop > .elementor-column-wrap,
  .elementor-column.hide_bg_image_on_desktop > .elementor-widget-wrap {
    background-image: none !important;
  }

  .elementor-section.hide_bg_image_on_desktop[class*="sc_bg_mask_"]:before,
  .elementor-column.hide_bg_image_on_desktop[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
  .elementor-column.hide_bg_image_on_desktop[class*="sc_bg_mask_"] > .elementor-widget-wrap:before {
    display: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  /* Elementor */
  body.elementor-editor-active .elementor-hidden-desktop:not(.elementor-element-edit-mode) {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  /* Elementor */
  body.elementor-editor-active .elementor-hidden-tablet:not(.elementor-element-edit-mode) {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* Elementor */
  body.elementor-editor-active .elementor-hidden-phone:not(.elementor-element-edit-mode) {
    display: none !important;
  }
}
@media (min-width: 768px) {
  /* Elementor */
  .elementor-section.elementor-section-height-full {
    height: calc( 100vh - var(--fixed-rows-height) );
    -webkit-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
}
@media (max-width: 1279px) {
  /* Elementor */
  .elementor-section[class*="sc_extra_bg_"]:after,
  .elementor-column[class*="sc_extra_bg_"] > .elementor-column-wrap:after,
  .elementor-column[class*="sc_extra_bg_"] > .elementor-widget-wrap:after,
  .elementor-widget-text-editor[class*="sc_extra_bg_"]:after {
    display: none;
  }

  .elementor-section[class*="sc_extra_bg_"][class*="sc_bg_mask_"]:before,
  .elementor-column[class*="sc_extra_bg_"][class*="sc_bg_mask_"] > .elementor-column-wrap:before,
  .elementor-column[class*="sc_extra_bg_"][class*="sc_bg_mask_"] > .elementor-widget-wrap:before,
  .elementor-widget-text-editor[class*="sc_extra_bg_"][class*="sc_bg_mask_"]:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .elementor-section.sc_extra_bg_tiny,
  .elementor-column.sc_extra_bg_tiny > .elementor-column-wrap,
  .elementor-column.sc_extra_bg_tiny > .elementor-widget-wrap,
  .elementor-widget-text-editor.sc_extra_bg_tiny {
    padding: 1em !important;
  }

  .elementor-section.sc_extra_bg_small,
  .elementor-column.sc_extra_bg_small > .elementor-column-wrap,
  .elementor-column.sc_extra_bg_small > .elementor-widget-wrap,
  .elementor-widget-text-editor.sc_extra_bg_small {
    padding: 2em !important;
  }

  .elementor-section.sc_extra_bg_medium,
  .elementor-column.sc_extra_bg_medium > .elementor-column-wrap,
  .elementor-column.sc_extra_bg_medium > .elementor-widget-wrap,
  .elementor-widget-text-editor.sc_extra_bg_medium {
    padding: 3em !important;
  }

  .elementor-section.sc_extra_bg_large,
  .elementor-column.sc_extra_bg_large > .elementor-column-wrap,
  .elementor-column.sc_extra_bg_large > .elementor-widget-wrap,
  .elementor-widget-text-editor.sc_extra_bg_large {
    padding: 4em !important;
  }

  .elementor-widget-spacer.sc_height_tiny .elementor-spacer-inner {
    height: 1em !important;
  }

  .elementor-widget-spacer.sc_height_small .elementor-spacer-inner {
    height: 2em !important;
  }

  .elementor-widget-spacer.sc_height_medium .elementor-spacer-inner {
    height: 3em !important;
  }

  .elementor-widget-spacer.sc_height_large .elementor-spacer-inner,
  .elementor-widget-spacer.sc_height_big .elementor-spacer-inner {
    height: 4em !important;
  }

  .elementor-widget-spacer.sc_height_huge .elementor-spacer-inner {
    height: 5em !important;
  }

  .elementor-widget-divider.sc_height_tiny .elementor-divider {
    padding: 1rem 0 !important;
  }

  .elementor-widget-divider.sc_height_small .elementor-divider {
    padding: 2rem 0 !important;
  }

  .elementor-widget-divider.sc_height_medium .elementor-divider {
    padding: 3rem 0 !important;
  }

  .elementor-widget-divider.sc_height_large .elementor-divider,
  .elementor-widget-divider.sc_height_big .elementor-divider {
    padding: 4rem 0 !important;
  }

  .elementor-widget-divider.sc_height_huge .elementor-divider {
    padding: 5rem 0 !important;
  }

  .trx_addons_bg_text .trx_addons_bg_text_inner .trx_addons_bg_text_char {
    font-size: 12em;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  /* Elementor */
  /* Horizontal align items in columns */
  .sc-tablet_content_align_center[class*="sc_inner_width_"],
  .sc-tablet_content_align_center.elementor-column .elementor-widget-wrap {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sc-tablet_content_align_left[class*="sc_inner_width_"],
  .sc-tablet_content_align_left.elementor-column .elementor-widget-wrap {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sc-tablet_content_align_right[class*="sc_inner_width_"],
  .sc-tablet_content_align_right.elementor-column .elementor-widget-wrap {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  /* Hide bg image */
  .elementor-section.hide_bg_image_on_tablet,
  .elementor-column.hide_bg_image_on_tablet > .elementor-column-wrap,
  .elementor-column.hide_bg_image_on_tablet > .elementor-widget-wrap {
    background-image: none !important;
  }

  .elementor-section.hide_bg_image_on_tablet[class*="sc_bg_mask_"]:before,
  .elementor-column.hide_bg_image_on_tablet[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
  .elementor-column.hide_bg_image_on_tablet[class*="sc_bg_mask_"] > .elementor-widget-wrap:before {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .elementor-section.elementor-section-height-full {
    min-height: 0;
  }

  .trx_addons_bg_text .trx_addons_bg_text_inner .trx_addons_bg_text_char {
    font-size: 9em;
  }
}
@media (max-width: 767px) {
  /* Elementor */
  .elementor-section.hide_bg_image_on_mobile,
  .elementor-column.hide_bg_image_on_mobile > .elementor-column-wrap,
  .elementor-column.hide_bg_image_on_mobile > .elementor-widget-wrap {
    background-image: none !important;
  }

  .elementor-section.hide_bg_image_on_mobile[class*="sc_bg_mask_"]:before,
  .elementor-column.hide_bg_image_on_mobile[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
  .elementor-column.hide_bg_image_on_mobile[class*="sc_bg_mask_"] > .elementor-widget-wrap:before {
    display: none !important;
  }

  /* Fly elements */
  [class*="sc-tablet_fly_"]:not(.sc-tablet_fly_static) {
    position: absolute !important;
  }

  [class*="sc_fly_"]:not(.sc_fly_static).sc-tablet_fly_static {
    position: static !important;
    transform: none;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .sc_fly_custom[class*="sc-tablet_fly_"]:not(.sc-tablet_fly_static):not(.sc-tablet_fly_custom) {
    transform: none;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  [class*="sc-tablet_fly_"]:not(.sc-tablet_fly_static):not(.sc-tablet_fly_custom).sc-tablet_fly_tl {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  [class*="sc-tablet_fly_"]:not(.sc-tablet_fly_static):not(.sc-tablet_fly_custom).sc-tablet_fly_tc {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  [class*="sc-tablet_fly_"]:not(.sc-tablet_fly_static):not(.sc-tablet_fly_custom).sc-tablet_fly_tr {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
  }
  [class*="sc-tablet_fly_"]:not(.sc-tablet_fly_static):not(.sc-tablet_fly_custom).sc-tablet_fly_ml {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [class*="sc-tablet_fly_"]:not(.sc-tablet_fly_static):not(.sc-tablet_fly_custom).sc-tablet_fly_mc {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  [class*="sc-tablet_fly_"]:not(.sc-tablet_fly_static):not(.sc-tablet_fly_custom).sc-tablet_fly_mr {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [class*="sc-tablet_fly_"]:not(.sc-tablet_fly_static):not(.sc-tablet_fly_custom).sc-tablet_fly_bl {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  [class*="sc-tablet_fly_"]:not(.sc-tablet_fly_static):not(.sc-tablet_fly_custom).sc-tablet_fly_bc {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  [class*="sc-tablet_fly_"]:not(.sc-tablet_fly_static):not(.sc-tablet_fly_custom).sc-tablet_fly_br {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
  }

  /* Horizontal align items in columns */
  .sc-mobile_content_align_center[class*="sc_inner_width_"],
  .sc-mobile_content_align_center.elementor-column .elementor-widget-wrap {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sc-mobile_content_align_left[class*="sc_inner_width_"],
  .sc-mobile_content_align_left.elementor-column .elementor-widget-wrap {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sc-mobile_content_align_right[class*="sc_inner_width_"],
  .sc-mobile_content_align_right.elementor-column .elementor-widget-wrap {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .trx_addons_bg_text .trx_addons_bg_text_inner .trx_addons_bg_text_char {
    font-size: 7em;
  }
}
@media (max-width: 479px) {
  /* Elementor */
  /* Fly elements */
  [class*="sc-mobile_fly_"]:not(.sc-mobile_fly_static) {
    position: absolute !important;
  }

  [class*="sc_fly_"]:not(.sc_fly_static).sc-mobile_fly_static,
  [class*="sc-tablet_fly_"]:not(.sc-tablet_fly_static).sc-mobile_fly_static {
    position: static !important;
    transform: none;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .sc_fly_custom[class*="sc-mobile_fly_"]:not(.sc-mobile_fly_static):not(.sc-mobile_fly_custom),
  .sc-tablet_fly_custom[class*="sc-mobile_fly_"]:not(.sc-mobile_fly_static):not(.sc-mobile_fly_custom) {
    transform: none;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  [class*="sc-mobile_fly_"]:not(.sc-mobile_fly_static):not(.sc-mobile_fly_custom).sc-mobile_fly_tl {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  [class*="sc-mobile_fly_"]:not(.sc-mobile_fly_static):not(.sc-mobile_fly_custom).sc-mobile_fly_tc {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  [class*="sc-mobile_fly_"]:not(.sc-mobile_fly_static):not(.sc-mobile_fly_custom).sc-mobile_fly_tr {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
  }
  [class*="sc-mobile_fly_"]:not(.sc-mobile_fly_static):not(.sc-mobile_fly_custom).sc-mobile_fly_ml {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [class*="sc-mobile_fly_"]:not(.sc-mobile_fly_static):not(.sc-mobile_fly_custom).sc-mobile_fly_mc {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  [class*="sc-mobile_fly_"]:not(.sc-mobile_fly_static):not(.sc-mobile_fly_custom).sc-mobile_fly_mr {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [class*="sc-mobile_fly_"]:not(.sc-mobile_fly_static):not(.sc-mobile_fly_custom).sc-mobile_fly_bl {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  [class*="sc-mobile_fly_"]:not(.sc-mobile_fly_static):not(.sc-mobile_fly_custom).sc-mobile_fly_bc {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  [class*="sc-mobile_fly_"]:not(.sc-mobile_fly_static):not(.sc-mobile_fly_custom).sc-mobile_fly_br {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
  }

  .trx_addons_bg_text .trx_addons_bg_text_inner .trx_addons_bg_text_char {
    font-size: 5em;
  }
}

/*# sourceMappingURL=elementor.responsive.css.map */
