.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: auto;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: attr(data-content);
}
.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: attr(data-content);
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}
.twentytwenty-overlay.hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay.hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before{
  background-color: rgba(17,17,17,0.96);
}
.wb_ebais_twentytwenty_container .before_text,.wb_ebais_twentytwenty_container .after_text{ display: none; }/* ---------------------------------- */
/* ---------- Slick Slider ---------- */
/* ---------------------------------- */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    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: 0
}

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

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

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

.slick-track:after, .slick-track:before {
    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
}

/* ------------------------------------ */
/* ---------- Heading Widget ---------- */
/* ------------------------------------ */
.marketum_heading_widget {
    position: relative;
}

.marketum_heading {
    line-height: 1.2;
    letter-spacing: -.03em;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

.marketum_up_heading {
    font-family: "Raph Lanok Future", sans-serif;
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    z-index: 5;
}

/* ----------------------------------- */
/* ---------- Button Widget ---------- */
/* ----------------------------------- */
.marketum_button_widget .marketum_fullwidth_button {
    width: 100%;
}

.marketum_button_widget .icon {
    font-size: 18px;
    margin-left: 37px;
}

/* --------------------------------------- */
/* ---------- Blockquote Widget ---------- */
/* --------------------------------------- */
.marketum_blockquote.marketum_view_type_1 {
    font-family: "Cambon", 'sans-serif';
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -.2px;
    font-weight: 400;
    color: #333333;
    padding-left: 30px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .marketum_blockquote.marketum_view_type_1 {
        border: none;
        font-size: 20px;
        padding-left: 72px;
    }
}

.marketum_blockquote_marker {
    width: 13px;
    height: 36px;
    -webkit-clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%, 0 0);
    position: absolute;
    top: 8px;
    left: 1px;
}

.marketum_blockquote_marker_2 {
    left: 20px;
}

.marketum_blockquote.marketum_view_type_2 {
    font-family: "Cambon", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 500;
    color: #ffffff;
    padding: 15px 20px;
}

.marketum_blockquote.marketum_view_type_3 {
    background: #222628;
    font-family: "Cambon", sans-serif;
    line-height: 1.4;
    letter-spacing: .17px;
    color: #ffffff;
    padding: 25px 20px 40px;
}

@media only screen and (min-width: 767px) {
    .marketum_blockquote.marketum_view_type_2,
    .marketum_blockquote.marketum_view_type_3 {
        font-size: 25px;
        padding: 35px 40px 50px;
    }
}

@media only screen and (min-width: 992px) {
    .marketum_blockquote.marketum_view_type_2 {
        padding: 56px 48px 62px;
    }

    .marketum_blockquote.marketum_view_type_3 {
        padding: 54px 100px 71px 67px;
    }
}

.marketum_blockquote_marker_container {
    padding-left: 5px;
    margin-bottom: 21px;
}

.marketum_blockquote.marketum_view_type_3 .marketum_blockquote_marker_1,
.marketum_blockquote.marketum_view_type_3 .marketum_blockquote_marker_2 {
    display: inline-block;
    position: static;
}

.marketum_blockquote.marketum_view_type_3 .marketum_blockquote_author {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 32px;
}

.marketum_blockquote.marketum_view_type_3 .marketum_blockquote_author span {
    display: inline-block;
    position: relative;
}

.marketum_blockquote.marketum_view_type_3 .marketum_blockquote_author span:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: -9px;
    left: 0;
}

/* ---------------------------------- */
/* ---------- Image Widget ---------- */
/* ---------------------------------- */
.marketum_image_widget .marketum_image_container {
    position: relative;
}

.marketum_image_widget .marketum_image_container .marketum_image_widget_main_image {
    display: inline-block;
    position: relative;
    z-index: 5;
}

.marketum_image_widget .marketum_image_container .marketum_image_widget_bg {
    max-width: none;
    position: absolute;
    z-index: 1;
}

.marketum_image_widget .marketum_image_container.marketum_bg_image_position_top_left .marketum_image_widget_bg {
    top: 0;
    left: 0;
}

.marketum_image_widget .marketum_image_container.marketum_bg_image_position_top_center .marketum_image_widget_bg {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.marketum_image_widget .marketum_image_container.marketum_bg_image_position_top_right .marketum_image_widget_bg {
    top: 0;
    right: 0;
}

.marketum_image_widget .marketum_image_container.marketum_bg_image_position_center_left .marketum_image_widget_bg {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.marketum_image_widget .marketum_image_container.marketum_bg_image_position_center_center .marketum_image_widget_bg {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.marketum_image_widget .marketum_image_container.marketum_bg_image_position_center_right .marketum_image_widget_bg {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.marketum_image_widget .marketum_image_container.marketum_bg_image_position_bottom_left .marketum_image_widget_bg {
    bottom: 0;
    left: 0;
}

.marketum_image_widget .marketum_image_container.marketum_bg_image_position_bottom_center .marketum_image_widget_bg {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.marketum_image_widget .marketum_image_container.marketum_bg_image_position_bottom_right .marketum_image_widget_bg {
    bottom: 0;
    right: 0;
}

/* -------------------------------------- */
/* ---------- Image Box Widget ---------- */
/* -------------------------------------- */
.marketum_image_box_image_cont {
    margin-bottom: 20px;
}

.marketum_image_box_wrapper img {
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_image_box_title {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 13px;
}

.marketum_image_box_divider {
    width: 100%;
    height: 2px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.marketum_image_box_divider:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #222628;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.marketum_motion_effect_on .marketum_image_box_divider:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.marketum_motion_effect_on.visible .marketum_image_box_divider:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.marketum_image_box_wrapper:hover .marketum_image_box_divider:before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.marketum_image_box_wrapper.marketum_motion_effect_on:hover .marketum_image_box_divider:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.marketum_image_box_wrapper.marketum_motion_effect_on.visible:hover .marketum_image_box_divider:before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.marketum_image_box_info {
    letter-spacing: 0;
}

/* -------------------------------------- */
/* ---------- Promo Box Widget ---------- */
/* -------------------------------------- */
.marketum_promo_box_item .marketum_promo_box_image {
    margin-bottom: 23px;
}

.marketum_promo_box_item img {
    display: inline-block;
}

.marketum_promo_box_item .marketum_promo_box_content {
    text-align: left;
}

.marketum_promo_box_item .marketum_promo_box_title {
    display: inline-block;
    padding-left: 27px;
    margin-bottom: 29px;
    font-size: 19px;
    position: relative;
}

.marketum_promo_box_item .marketum_promo_box_title .marketum_promo_box_count {
    display: none;
    font-size: 60px;
    font-weight: 700;
    color: #d9eeea;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    left: -3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

@media only screen and (min-width: 576px) {
    .marketum_promo_box_item .marketum_promo_box_image {
        margin-bottom: 32px;
    }

    .marketum_promo_box_item .marketum_promo_box_title .marketum_promo_box_count {
        display: initial;
    }
}

.marketum_promo_box_item .marketum_promo_box_description {
    margin-bottom: 10px;
}

.marketum_promo_box_item .marketum_promo_box_content a {
    font-size: 22px;
    color: #414a53;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.marketum_promo_box_item.marketum_view_type_2 {
    background: #ffffff;
    padding: 65px 50px 68px;
}

.marketum_promo_box_item.marketum_view_type_2 .marketum_promo_box_image,
.marketum_promo_box_item.marketum_view_type_2 .marketum_promo_box_content {
    text-align: center;
}

.marketum_promo_box_item.marketum_view_type_2 .marketum_promo_box_image {
    margin-bottom: 53px;
}

.marketum_promo_box_item.marketum_view_type_2 .marketum_promo_box_title {
    font-size: 18px;
    padding-left: 14px;
    margin-bottom: 15px;
    z-index: 1;
}

.marketum_promo_box_item.marketum_view_type_2 .marketum_promo_box_title .marketum_promo_box_count {
    left: -23px;
}

.marketum_promo_box_item.marketum_view_type_2 .marketum_promo_box_description {
    margin-bottom: 30px;
}

.marketum_promo_box_item.marketum_view_type_2 .marketum_promo_box_content a {
    font-size: 13px;
    padding: 14px 30px 15px;
}

.marketum_promo_box_item.marketum_view_type_2 .marketum_promo_box_content a:hover {
    color: #ffffff;
}

.marketum_promo_box_item.marketum_view_type_2 .marketum_promo_box_content a .icon {
    font-size: 20px;
    margin-left: 10px;
}

/* ------------------------------------ */
/* ---------- Counter Widget ---------- */
/* ------------------------------------ */
body .elementor-widget-counter .elementor-counter-number-wrapper {
    font-size: 0;
    line-height: 0;
    margin-bottom: 10px;
}

body .elementor-widget-counter .elementor-counter-number-wrapper span {
    font-family: "Cambon", sans-serif;
    font-size: 100px;
    line-height: 1.1;
    letter-spacing: -.05em;
    font-weight: 400;
}

body .elementor-widget-counter .elementor-counter-number-wrapper span.elementor-counter-number-prefix {
    margin-right: 2px;
}

body .elementor-widget-counter .elementor-counter-number-wrapper span.elementor-counter-number-suffix {
    margin-left: 2px;
}

body .elementor-widget-counter.marketum_counter_align_left .elementor-counter-number-wrapper,
body .elementor-widget-counter.marketum_counter_align_right .elementor-counter-number-wrapper {
    display: block;
}

body .elementor-widget-counter.marketum_counter_align_right .elementor-counter-number-wrapper {
    text-align: right;
}

body .elementor-widget-counter.marketum_counter_align_center .elementor-counter-number-wrapper {
    align-items: baseline;
}

body .elementor-widget-counter .elementor-counter-title {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -.3px;
    font-weight: 600;
    margin-top: 0;
}

.marketum_figure_corner_yes .elementor-widget-container {
    -webkit-clip-path: polygon(90% 0, 100% 16%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 16%, 100% 100%, 0 100%, 0 0);
}

/* ---------------------------------- */
/* ---------- Video Widget ---------- */
/* ---------------------------------- */
.marketum_video_widget .marketum_video_container,
.marketum_tabs_widget .marketum_video_container {
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    padding: 47px;
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 50000;
}

.marketum_video_widget .marketum_video_container.active,
.marketum_tabs_widget .marketum_video_container.active {
    display: block;
}

.marketum_video_widget .marketum_video_container.visible,
.marketum_tabs_widget .marketum_video_container.visible {
    opacity: 1;
}

.marketum_video_widget .marketum_video_container .marketum_video_wrapper,
.marketum_tabs_widget .marketum_video_container .marketum_video_wrapper {
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 50020;
}

.marketum_video_widget .marketum_video_container iframe,
.marketum_tabs_widget .marketum_video_container iframe {
    width: 100%;
    height: 100%;
}

.marketum_video_widget .marketum_video_container .marketum_close_popup_layer,
.marketum_tabs_widget .marketum_video_container .marketum_close_popup_layer {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 50010;
}

.marketum_video_widget .marketum_video_container .marketum_close_popup_layer:hover,
.marketum_tabs_widget .marketum_video_container .marketum_close_popup_layer:hover {
    opacity: 1;
}

.marketum_video_widget .marketum_video_container .marketum_close_popup_layer .marketum_close_button,
.marketum_tabs_widget .marketum_video_container .marketum_close_popup_layer .marketum_close_button {
    width: 44px;
    height: 44px;
    padding: 10px;
    background: rgba(30, 30, 30, .6);
    color: #cccccc;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_video_widget .marketum_video_container .marketum_close_popup_layer .marketum_close_button:hover,
.marketum_tabs_widget .marketum_video_container .marketum_close_popup_layer .marketum_close_button:hover {
    color: #ffffff;
}

body.admin-bar .marketum_video_widget .marketum_video_container .marketum_close_popup_layer .marketum_close_button,
body.admin-bar .marketum_tabs_widget .marketum_video_container .marketum_close_popup_layer .marketum_close_button {
    top: 32px;
}

body.admin-bar .marketum_video_widget .marketum_video_container .marketum_close_popup_layer .marketum_close_button svg,
body.admin-bar .marketum_tabs_widget .marketum_video_container .marketum_close_popup_layer .marketum_close_button svg {
    display: block;
    overflow: visible;
    shape-rendering: geometricPrecision;
    position: relative;
}

body.admin-bar .marketum_video_widget .marketum_video_container .marketum_close_popup_layer .marketum_close_button svg path,
body.admin-bar .marketum_tabs_widget .marketum_video_container .marketum_close_popup_layer .marketum_close_button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.marketum_video_widget .marketum_preview_container {
    position: relative;
}

.marketum_video_promo_text_container {
    max-width: 340px;
    overflow: hidden;
    position: relative;
}

.marketum_video_promo_text_wrapper {
    font-family: "Cambon", sans-serif;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: -.7px;
    font-weight: 500;
    color: #ffffff;
    padding: 92px 49px 101px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.marketum_motion_effect_on .marketum_video_promo_text_wrapper {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.marketum_motion_effect_on.visible .marketum_video_promo_text_wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.marketum_video_trigger_button_container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

.marketum_video_trigger_button_wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    transition-delay: .7s;
}

.marketum_page_content_container a.marketum_video_trigger_button {
    display: block;
    font-size: 15px;
    color: #ffffff;
    background: #222628;
    padding: 47px 56px 45px;
    overflow: hidden;
    position: relative;
}

.marketum_page_content_container a.marketum_video_trigger_button:hover {
    color: #222628;
}

.marketum_video_trigger_button span {
    position: relative;
    z-index: 2;
}

.marketum_video_trigger_button i {
    font-size: 18px;
}

.marketum_video_trigger_button .marketum_button_text {
    margin-left: 22px;
}

.marketum_page_content_container a.marketum_video_trigger_button:before {
    content: '';
    width: 100%;
    height: 110%;
    background: #ffffff;
    opacity: 1;
    animation: none;
    margin-top: -2%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
    -webkit-transition: all .3s cubic-bezier(.22, .61, .36, 1);
    transition: all .3s cubic-bezier(.22, .61, .36, 1);
}

.marketum_page_content_container a.marketum_video_trigger_button:hover:before {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

.marketum_video_trigger_button:after {
    display: none;
}

.marketum_motion_effect_on .marketum_video_trigger_button_wrapper {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.marketum_motion_effect_on.visible .marketum_video_trigger_button_wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* ----------------------------------- */
/* ---------- Person Widget ---------- */
/* ----------------------------------- */
.marketum_person_wrapper {
    position: relative;
    overflow: hidden;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    z-index: 2;
}

.marketum_person_wrapper:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.marketum_person_wrapper .marketum_person_image_container {
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}

.marketum_person_wrapper .marketum_person_info_container {
    width: 96%;
    color: #ffffff;
    background: #005bac;
    padding: 20px 30px 16px;
    -webkit-clip-path: polygon(90% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.marketum_person_wrapper:hover .marketum_person_info_container {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.marketum_person_wrapper .marketum_person_image_container:before {
    content: '';
    display: block;
    padding-top: 133.73704%;
}

.marketum_person_name {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_person_position {
    color: #6993cd;
    font-size: 14px;
    font-weight: 400;
    margin: 3px 0 0;
}

.marketum_person_socials {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 17px 0 0;
}

.marketum_person_socials li {
    margin-right: 20px;
    margin-bottom: 0 !important;
    font-size: 17px;
    line-height: 1;
}

.marketum_person_socials li a {
    color: #ffffff;
}

.marketum_person_socials li a:hover {
    color: #ffffff;
    opacity: .75;
}

/* --------------------------------------- */
/* ---------- Calculator Widget ---------- */
/* --------------------------------------- */
.marketum_calc_form_title {
    margin-bottom: 21px;
}

.marketum_truckload_type_select {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    color: #767f7f;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    padding: 0 30px 0 18px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.marketum_truckload_type_select:after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-bottom: 2px solid #939393;
    border-right: 2px solid #939393;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.marketum_truckload_type_select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

.marketum_truckload_type_select.open,
.marketum_truckload_type_select:active,
.marketum_truckload_type_select:focus {
    border-color: #000000;
}

.marketum_truckload_type_select .marketum_truckload_list {
    width: 100%;
    max-height: 165px;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: scroll;
    padding: 0;
    margin-top: 4px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    transform-origin: 50% 0;
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    z-index: 9;
}

.marketum_truckload_type_select.open .marketum_truckload_list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.marketum_truckload_list .marketum_option {
    min-height: 40px;
    list-style: none;
    line-height: 40px;
    font-weight: 400;
    outline: 0;
    cursor: pointer;
    padding: 0 29px 0 18px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.marketum_truckload_list .marketum_option.focus,
.marketum_truckload_list .marketum_option.selected.focus,
.marketum_truckload_list .marketum_option:hover {
    background-color: #f6f6f6;
}

.marketum_truckload_list .marketum_option.selected {
    font-weight: 700;
}

.marketum_truckload_list .marketum_option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.marketum_refrigerate_option_container {
    position: relative;
    overflow: hidden;
    margin-bottom: 52px;
}

.marketum_refrigerate_option_container span {
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
}

.marketum_refrigerate_option_container span:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    border: solid 2px #e2e2e2;
    margin: 0 15px 0 0;
    cursor: pointer;
    position: relative;
    top: 4px;
}

.marketum_refrigerate_option_container span:after {
    content: '';
    width: 6px;
    height: 10px;
    display: block;
    border-top: solid 2px;
    border-left: solid 2px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 5;
}

.marketum_refrigerate_option_container span.active:after {
    opacity: 1;
}

.marketum_distance_title {
    margin-bottom: 1px;
}

.marketum_calc_distance_container .irs-min,
.marketum_calc_distance_container .irs-max,
body .marketum_calc_distance_container .irs-single:before,
body .marketum_calc_distance_container .irs--flat .irs-handle > i:first-child {
    display: none;
}

body .marketum_calc_distance_container .irs-single {
    display: inline-block;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    position: relative;
    top: 30px;
    left: 0 !important;
}

body .marketum_calc_distance_container .irs-handle {
    width: 20px;
    height: 20px;
    border: solid 2px #f1f1f1;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    top: 16px;
}

body .marketum_calc_distance_container .irs--flat .irs-line,
body .marketum_calc_distance_container .irs--flat .irs-bar {
    height: 2px;
    border-radius: 0;
}

.marketum_calculate_cost {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -2px;
    font-weight: 700;
    margin-top: 26px;
}

.marketum_calculate_cost .marketum_cost_currency {
    font-size: 20px;
    letter-spacing: -1px;
}

.marketum_calc_button {
    min-width: auto;
    padding: 12px 41px 12px 28px;
    margin-top: 55px;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* ------------------------------------- */
/* ---------- Icon Box Widget ---------- */
/* ------------------------------------- */
.marketum_icon_box_item .marketum_icon_container {
    position: relative;
}

.marketum_icon_box_item .marketum_icon_container i {
    display: inline-block;
    font-size: 41px;
    position: relative;
    z-index: 5;
}

.marketum_icon_box_item svg.icon {
    font-size: 41px;
    position: relative;
    z-index: 5;
}

.marketum_icon_box_item .marketum_svg_icon {
    height: 41px;
    display: inline-block;
}

.marketum_icon_box_item .marketum_bg_image {
    width: auto;
    position: absolute;
    z-index: 1;
}

.marketum_icon_box_item .marketum_icon_box_text {
    font-size: 100px;
    line-height: 1;
    letter-spacing: -.05em;
    font-weight: 700;
}

.marketum_icon_box_item .marketum_bg_image_position_top_left .marketum_bg_image {
    top: 0;
    left: 0;
}

.marketum_icon_box_item .marketum_bg_image_position_top_center .marketum_bg_image {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.marketum_icon_box_item .marketum_bg_image_position_top_right .marketum_bg_image {
    top: 0;
    right: 0;
}

.marketum_icon_box_item .marketum_bg_image_position_center_left .marketum_bg_image {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.marketum_icon_box_item .marketum_bg_image_position_center_center .marketum_bg_image {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.marketum_icon_box_item .marketum_bg_image_position_center_right .marketum_bg_image {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.marketum_icon_box_item .marketum_bg_image_position_bottom_left .marketum_bg_image {
    bottom: 0;
    left: 0;
}

.marketum_icon_box_item .marketum_bg_image_position_bottom_center .marketum_bg_image {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.marketum_icon_box_item .marketum_bg_image_position_bottom_right .marketum_bg_image {
    bottom: 0;
    right: 0;
}

.marketum_icon_box_item .marketum_icon_box_title {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    letter-spacing: -.4px;
    font-weight: 600;
    margin: 29px 0 0;
    position: relative;
}

.marketum_icon_box_item .marketum_icon_box_title .marketum_count_number {
    font-size: 60px;
    font-weight: 700;
    color: #d9eeea;
    position: absolute;
    top: 50%;
    left: -45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.marketum_icon_box_item .marketum_info_container {
    margin-top: 8px;
}

.marketum_icon_box_item .marketum_info_container p {
    margin: 0;
}

.marketum_icon_box_item .marketum_info_container a {
    color: #777777;
    text-decoration: none;
}

.marketum_icon_box_item .marketum_info_container a:hover {
    opacity: .75;
}

.marketum_icon_box_item .marketum_info_container .marketum_icon_box_socials {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.marketum_icon_box_item .marketum_info_container .marketum_icon_box_socials li:not(:last-of-type) {
    margin-right: 22px;
}

.marketum_info_box_additional_title {
    line-height: 1;
    color: #005bac;
    margin-top: 47px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.marketum_icon_box_item.marketum_view_type_2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.marketum_icon_box_item.marketum_view_type_2 .marketum_icon_container {
    margin-right: 13px;
}

.marketum_icon_box_item.marketum_view_type_2 .icon {
    font-size: 41px;
}

.marketum_icon_box_item.marketum_view_type_2 .marketum_icon_box_title {
    margin: 0;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.marketum_icon_box_item.marketum_view_type_3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.marketum_icon_box_item.marketum_view_type_3 .marketum_icon_container {
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    border: solid 1px;
    border-radius: 50%;
    margin-right: 19px;
}

.marketum_icon_box_item.marketum_view_type_3 .icon {
    font-size: inherit;
}

.marketum_icon_box_item.marketum_view_type_3 .marketum_icon_box_title,
.marketum_icon_box_item.marketum_view_type_3 .marketum_info_container {
    margin: 0;
}

.marketum_icon_box_item.marketum_view_type_3 .marketum_icon_box_title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #767f7f;
}

.marketum_icon_box_item.marketum_view_type_3 .marketum_info_container {
    line-height: 1.7;
    font-weight: 500;
}

.marketum_icon_box_item.marketum_view_type_3 .marketum_info_container a {
    color: inherit;
}

.marketum_icon_box_item.marketum_view_type_3 .marketum_info_container a:hover {
    opacity: 1;
}

.marketum_icon_box_item.marketum_view_type_3 .marketum_info_container .marketum_icon_box_socials li:not(:last-of-type) {
    margin: 0 18px 0 0;
}

/* ------------------- */
/* --- View Type 4 --- */
/* ------------------- */
.marketum_icon_box_item.marketum_view_type_4 {
    background: #ffffff;
    padding: 27px 30px 37px 40px;
    -webkit-clip-path: polygon(90% 0, 100% 9%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 9%, 100% 100%, 0 100%, 0 0);
}

.marketum_icon_box_item.marketum_view_type_4 svg.icon {
    font-size: 45px;
}

.marketum_icon_box_item.marketum_view_type_4 .marketum_icon_box_title {
    margin: 0;
    letter-spacing: 0;
}

.marketum_icon_box_item.marketum_view_type_4 .marketum_info_container {
    margin-bottom: 26px;
}

.marketum_icon_box_item.marketum_view_type_4 p {
    line-height: 1.9;
    margin-top: 0;
}

/* ------------------------------------- */
/* ---------- Info Box Widget ---------- */
/* ------------------------------------- */
.marketum_info_box_widget .marketum_reverse_row {
    flex-direction: row-reverse;
}

.marketum_info_box_image_cont {
    margin-bottom: 20px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .marketum_info_box_image_cont {
        margin-bottom: 0;
    }
}

.marketum_info_box_image_cont:before {
    content: '';
    display: block;
    padding-top: 82.45614%;
}

body .elementor .marketum_info_box_image_cont img {
    z-index: 1;
}

.marketum_info_box_content_cont {
    padding-left: 100px;
}

.marketum_reverse_row .marketum_info_box_content_cont {
    padding: 0 100px 0 0;
}

.marketum_info_box_title {
    line-height: 50px;
    letter-spacing: -.05em;
    font-weight: 300;
    text-transform: uppercase;
    margin: -12px 0 30px;
}

.marketum_info_box_title b,
.marketum_info_box_title strong {
    font-weight: 700;
}

.marketum_info_box_button {
    border: solid 2px;
    letter-spacing: 1px;
    padding: 10px 70px;
    margin-top: 33px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.marketum_info_box_item.view_type_2 {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_info_box_item.view_type_2:before {
    content: '';
    display: block;
    padding-top: 148.27586%;
}

.marketum_info_box_item.view_type_2 .marketum_info_box_content_cont {
    width: 100%;
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_info_box_item.view_type_2:hover .marketum_info_box_content_cont {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.marketum_info_box_item.view_type_2 h6 {
    color: #ffffff;
    margin-bottom: 25px;
}

.marketum_info_box_item.view_type_2 h6 span {
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.marketum_info_box_item.view_type_2 .marketum_info_box_content {
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_info_box_item.view_type_2:hover .marketum_info_box_content {
    opacity: 1;
    margin-top: -10px;
}

.marketum_info_box_item.view_type_2 .marketum_info_box_content .marketum_info_box_inner {
    line-height: 24px;
    padding-bottom: 28px;
}

.marketum_info_box_item.view_type_2 .marketum_info_box_button {
    color: #ffffff;
}

.marketum_info_box_item.view_type_2 .marketum_info_box_button:hover {
    color: #333333;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.marketum_info_box_item.view_type_3 {
    overflow: hidden;
    position: relative;
}

.marketum_info_box_item.view_type_3:before {
    content: '';
    display: block;
    padding-top: 110.74919%;
}

.marketum_info_box_item.view_type_3 .marketum_img--bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .7s;
    transition: all .7s;
}

.marketum_info_box_item.view_type_3:hover .marketum_img--bg {
    top: 10px;
}

.marketum_info_box_item.view_type_3 .marketum_info_box_content {
    width: 100%;
    padding: 56px 15px 60px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.marketum_info_box_item.view_type_3 .marketum_info_box_up_title {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #848484;
}

.marketum_info_box_item.view_type_3 .marketum_info_box_title {
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
}

/* ---------------------------------------- */
/* ---------- Linked Item Widget ---------- */
/* ---------------------------------------- */
.marketum_linked_item .marketum_linked_item_wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0s;
    transition: all 0s;
    z-index: 5;
}

.marketum_linked_item .marketum_linked_item_wrapper:before {
    content: "";
    display: block;
    padding-top: 142.85714%;
}

.marketum_linked_item .marketum_action_block_inner {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    color: #fff;
    padding: 0 30px 13px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.marketum_linked_item img.marketum_img--bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.marketum_linked_item .marketum_overlay {
    width: 100%;
    height: 100%;
    background: rgb(0, 61, 144);
    opacity: .15;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
    z-index: 2;
}

.marketum_linked_item:hover .marketum_overlay {
    opacity: .3;
}

.marketum_linked_item:hover img.marketum_img--bg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.marketum_linked_item .marketum_linked_item_up_title {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    color: #f3f6f5;
    position: absolute;
    top: 15.2381%;
    left: -21.7984%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 5;
}

.marketum_linked_item .marketum_linked_item_up_title div {
    padding: 26px 54px;
}

.marketum_linked_item .marketum_linked_item_title {
    width: calc(100% - 60px);
    color: #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_linked_item .marketum_linked_item_title:hover {
    opacity: .7;
}

.marketum_linked_item .marketum_linked_item_counter {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}

/* ----------------------------------------------- */
/* ---------- Linked Item Slider Widget ---------- */
/* ----------------------------------------------- */
.marketum_linked_item_slider_widget .marketum_testimonials_navigation_container {
    margin: 0 0 28px;
}

.marketum_linked_item_slider_widget .marketum_slider_counter {
    margin-right: 90px;
}

.marketum_linked_item_slider_widget .marketum_slider_counter span {
    color: #ffffff;
}

.marketum_linked_items_carousel .slick-list {
    margin: 0 -15px;
}

.marketum_linked_items_carousel .slick-track {
    padding: 45px 0;
}

.marketum_linked_items_carousel .slick-slide {
    margin: 0 15px;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.marketum_linked_items_carousel .marketum_linked_slider_item_wrapper {
    width: 100%;
    line-height: 0;
    color: #ffffff;
    vertical-align: top;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 0;
}

.marketum_linked_items_carousel .marketum_linked_slider_item_wrapper:hover {
    top: -8px;
}

.marketum_linked_items_carousel .marketum_item_link .marketum_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 2;
}

.marketum_linked_items_carousel .marketum_item_link:hover .marketum_overlay {
    opacity: 1;
}

.marketum_linked_items_carousel .marketum_linked_slider_item_content {
    width: 100%;
    padding: 0 20px 30px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 5;
}

@media only screen and (min-width: 1366px) {
    .marketum_linked_items_carousel .marketum_linked_slider_item_content {
        padding: 0 39px 32px;
    }
}

.marketum_linked_items_carousel .marketum_item_link:hover .marketum_linked_slider_item_content {
    opacity: 1;
}

.marketum_linked_items_carousel .marketum_linked_slider_item_title {
    line-height: 1.3;
    letter-spacing: -1.3px;
    color: inherit;
    margin-bottom: 0;
}

.marketum_linked_items_carousel .marketum_item_link {
    display: inline-flex;
    align-items: center;
    font-size: 0;
    letter-spacing: .3px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0;
    position: relative;
    -webkit-transition: 0s;
    transition: 0s;
}

.marketum_linked_items_carousel .marketum_item_link:before,
.marketum_linked_items_carousel .marketum_item_link:after {
    display: none;
}

.marketum_linked_items_carousel .marketum_item_link span {
    margin-right: 20px;
}

.marketum_linked_items_carousel .marketum_item_link .icon {
    font-size: 19px;
    margin-top: 4px;
}

.marketum_linked_item_slider_widget .marketum_causes_slider_navigation_container {
    margin-top: -6px;
}

.marketum_linked_item_slider_widget .marketum_slider_arrows .slick-dots {
    justify-content: center;
}

/* --------------------------------------- */
/* ---------- Donate Box Widget ---------- */
/* --------------------------------------- */
.marketum_donate_box_item .marketum_donate_info_container {
    padding: 25px 30px 27px;
    margin-top: 2px;
    background: #f9f7f6;
}

.marketum_donate_box_item .marketum_donate_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.marketum_donate_box_item .marketum_image_container img {
    width: 100%;
}

.marketum_donate_box_item .marketum_donate_title h5 {
    margin-bottom: 0;
}

.marketum_donate_box_item .marketum_current_amount strong {
    color: #333333;
}

.marketum_donate_box_item .marketum_button {
    background: transparent;
}

/* --------------------------------------- */
/* ---------- Price Item Widget ---------- */
/* --------------------------------------- */
.marketum_price_item {
    position: relative;
}

.marketum_best_offer_container {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 100%;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    transform-origin: top left;
    z-index: 1;
}

.marketum_best_offer_container div {
    font-size: 14px;
    letter-spacing: 0;
    color: #ffffff;
    padding: 4px 17px 5px;
}

.marketum_price_item_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 28px 30px;
    position: relative;
    z-index: 2;

}

.marketum_price_border {
    position: absolute;
    overflow: hidden;
}

.marketum_price_border_top,
.marketum_price_border_bottom {
    width: 100%;
    height: 2px;
}

.marketum_price_border_left,
.marketum_price_border_right {
    width: 2px;
    height: 100%;
}

.marketum_price_border_top,
.marketum_price_border_left {
    top: 0;
    left: 0;
}

.marketum_price_border_bottom,
.marketum_price_border_right {
    bottom: 0;
    right: 0;
}

.marketum_price_border:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.marketum_price_border_top:before,
.marketum_price_border_bottom:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.marketum_price_border_left:before,
.marketum_price_border_right:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.marketum_motion_effect_on .marketum_price_border_top:before,
.marketum_motion_effect_on .marketum_price_border_bottom:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.marketum_motion_effect_on .marketum_price_border_left:before,
.marketum_motion_effect_on .marketum_price_border_right:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.marketum_motion_effect_on.visible .marketum_price_border_top:before,
.marketum_motion_effect_on.visible .marketum_price_border_bottom:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.marketum_motion_effect_on.visible .marketum_price_border_left:before,
.marketum_motion_effect_on.visible .marketum_price_border_right:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.marketum_price_title {
    font-family: "Cambon", sans-serif;
    margin-bottom: 49px;
}

.marketum_price_item.marketum_type_vertical .marketum_price_container {
    margin-bottom: 23px;
}

.marketum_price_item .marketum_price_wrapper {
    font-family: "Raph Lanok Future", sans-serif;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    display: flex;
    align-items: flex-end;
}

.marketum_price_item .marketum_price_container .marketum_currency {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    top: -25px;
}

.marketum_price_item .marketum_currency_position_before .marketum_currency {
    margin-right: 5px;
}

.marketum_price_item .marketum_currency_position_after .marketum_currency {
    margin-left: 5px;
}

.marketum_price_item .marketum_price_container .marketum_price {
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
}

.marketum_price_item .marketum_price_container .marketum_period {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    margin-left: -3px;
    position: relative;
    top: -5px;
}

.marketum_price_item .marketum_custom_fields_container .marketum_custom_field {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 400;
    color: #a9a9a9;
    padding-left: 23px;
    margin-bottom: 3px;
    position: relative;
}

.marketum_price_item .marketum_custom_fields_container .marketum_custom_field:last-of-type {
    margin-bottom: 0 !important;
}

.marketum_price_item .marketum_custom_fields_container .marketum_custom_field.marketum_active_field {
    color: #666666;
}

.marketum_price_item .marketum_custom_fields_container .marketum_custom_field:before {
    content: "";
    width: 4px;
    height: 4px;
    display: none;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 0;
}

.marketum_price_item .marketum_custom_fields_container .marketum_custom_field.marketum_active_field:before {
    display: inline-block;
}

.marketum_price_item .marketum_price_button_container {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 47px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.marketum_price_item .marketum_price_button_container .marketum_button {
    background: transparent;
    padding: 14px 50px 15px;
}

.marketum_price_item .marketum_price_button_container .marketum_button:hover {
    color: #ffffff;
}


/* ---------------------------- */
/* --- View Type Horizontal --- */
/* ---------------------------- */
.marketum_price_item.marketum_type_horizontal {
    display: block;
    /*padding: 35px 30px 34px;*/
}

.marketum_type_horizontal .marketum_price_item_wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 39px 64px 46px;
}

.marketum_type_horizontal.marketum_best_offer_yes .marketum_price_item_wrapper {
    padding-left: 84px;
}

.marketum_type_horizontal .marketum_best_offer_container div {
    width: 100%;
    text-align: center;
    padding: 7px 17px 8px;
}

.marketum_type_horizontal .marketum_price_title_container {
    width: 100%;
    max-width: 30%;
    flex: 0 0 30%;
}

.marketum_type_horizontal .marketum_custom_fields_container {
    width: 100%;
    max-width: 45%;
    flex: 0 0 45%;
}

.marketum_type_horizontal .marketum_price_button_container {
    width: 100%;
    max-width: 25%;
    flex: 0 0 25%;
}

.marketum_type_horizontal .marketum_price_title {
    margin-bottom: 14px;
}

.marketum_price_item.marketum_type_horizontal .marketum_price_wrapper {
    font-family: "Cambon", sans-serif;
}

.marketum_price_item.marketum_type_horizontal .marketum_price_container .marketum_currency {
    top: -22px;
}

.marketum_price_item.marketum_type_horizontal .marketum_currency_position_before .marketum_currency {
    margin-right: -1px;
}

.marketum_price_item.marketum_type_horizontal .marketum_currency_position_after .marketum_currency {
    margin-left: -1px;
}

.marketum_price_item.marketum_type_horizontal .marketum_price_container .marketum_price {
    font-size: 60px;
}

.marketum_price_item.marketum_type_horizontal .marketum_price_container .marketum_period {
    font-size: 30px;
    margin-left: -2px;
    top: -2px;
}

.marketum_type_horizontal .marketum_custom_fields_container {
    display: flex;
    flex-direction: row;
    padding-top: 5px;
}

.marketum_type_horizontal .marketum_main_fields_container,
.marketum_type_horizontal .marketum_secondary_fields_container {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
}

.marketum_type_horizontal .marketum_price_button_container {
    margin-top: 24px;
}

/* --------------------------------------- */
/* ---------- Links List Widget ---------- */
/* --------------------------------------- */
.marketum_links_list_wrapper {
    border: solid 1px #dbe2e0;
    padding: 32px 30px;
}

.marketum_links_list_title {
    margin-bottom: 19px;
}

.marketum_links_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

body .marketum_content_wrapper ul.marketum_links_list li {
    line-height: 1;
}

body .marketum_content_wrapper ul.marketum_links_list li:not(:last-of-type) {
    margin-bottom: 24px;
}

.marketum_links_list li a {
    display: block;
    position: relative;
    color: inherit;
    padding-left: 20px;
}

.marketum_links_list li a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ffffff;
    border: solid 1px;
    border-radius: 50%;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.marketum_links_list_wrapper.marketum_view_type_2 {
    padding: 0;
    border: none;
}

.marketum_links_list_wrapper.marketum_view_type_2 .marketum_links_list_title {
    margin-bottom: 21px;
}

.marketum_links_list_wrapper.marketum_view_type_2 .marketum_links_list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0,61,144,.15);
    color: #ffffff;
    text-decoration: none;
    padding: 3px 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: background .8s;
    transition: background .8s;
}

.marketum_links_list_wrapper.marketum_view_type_2 .marketum_links_list_item:hover {
    background: rgba(0,61,144,.3);
}

.marketum_links_list_wrapper.marketum_view_type_2 .marketum_links_list_item:not(:last-of-type) {
    margin-bottom: 10px;
}

.marketum_links_list_wrapper.marketum_view_type_2 .marketum_links_list_item .marketum_img--bg {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform .8s;
    transition: transform .8s;
}

.marketum_links_list_wrapper.marketum_view_type_2 .marketum_links_list_item:hover .marketum_img--bg {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.marketum_links_list_wrapper.marketum_view_type_2 h6 {
    margin-bottom: 0;
    color: inherit;
}

.marketum_links_list_wrapper.marketum_view_type_2 .marketum_links_list_counter {
    font-size: 40px;
    line-height: 1.6;
    font-weight: 700;
    opacity: .4;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
}

.marketum_links_list_wrapper.marketum_view_type_2 a:hover .marketum_links_list_counter {
    opacity: .7;
    color: #ffffff;
}

/* ---------------------------------------------- */
/* ---------- Download Document Widget ---------- */
/* ---------------------------------------------- */
.marketum_download_doc_widget a {
    color: #c5c5c5;
}

.marketum_download_doc_widget a:before,
.marketum_download_doc_widget a:after {
    display: none;
}

.marketum_download_doc_item {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin-bottom: 0;
}

.marketum_download_doc_widget .marketum_dd_image_cont {
    margin-right: 20px;
}

.marketum_download_doc_widget .marketum_dd_image_cont.marketum_icon_type_svg .icon {
    font-size: 42px;
    position: relative;
    top: 1px;
    left: -5px;
}

.marketum_download_doc_widget .marketum_dd_image_cont img {
    height: 42px;
}

.marketum_dd_description {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 7px;
}

.marketum_download_doc_widget .marketum_dd_title {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
}

/* ----------------------------------- */
/* ---------- Banner Widget ---------- */
/* ----------------------------------- */
.marketum_banner_widget_wrapper {
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.marketum_banner_widget_wrapper .marketum_overlay {
    width: 100%;
    height: 100%;
    background: #484848;
    opacity: .26;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.marketum_banner_widget_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 50px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.marketum_banner_widget_title {
    font-family: "Cambon", sans-serif;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 500;
}

.marketum_banner_widget_description {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
}

.marketum_page_content_container a.marketum_link_type_2.marketum_banner_widget_button {
    margin-top: 22px;
    color: #ffffff;
}

.marketum_page_content_container a.marketum_link_type_2.marketum_banner_widget_button:before,
.marketum_page_content_container a.marketum_link_type_2.marketum_banner_widget_button:after {
    background: #ffffff;
}

/* ----------------------------------- */
/* ---------- Career Widget ---------- */
/* ----------------------------------- */
.marketum_careers_widget .marketum_careers_listing_item {
    border: none;
    position: relative;
}

/* -------------------------------------- */
/* ---------- Image Box Widget ---------- */
/* -------------------------------------- */
.elementor-widget-image-box .elementor-image-box-img {
    margin-bottom: 14px;
}

body .elementor-widget-image-box .elementor-image-box-title {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    letter-spacing: -.4px;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    top: 2px;
}

.elementor-widget-image-box .elementor-image-box-description {
    letter-spacing: .5px;
}

/* --------------------------------- */
/* ---------- Tabs Widget ---------- */
/* --------------------------------- */
.marketum_tabs_titles_container {
    width: 100%;
    display: flex;
}

.marketum_tabs_titles_container .marketum_tab_title_item {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.marketum_tabs_titles_container .marketum_tab_title_item a {
    display: inline-block;
    color: inherit;
    padding: 13px 20px;
}

.marketum_tabs_titles_container .marketum_tab_title_item.active {
    border: solid 1px #d9e2e0;
    border-bottom-color: #ffffff;
}

.marketum_tabs_titles_container .marketum_tab_title_item:before {
    content: '';
    width: 100%;
    height: 2px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.marketum_tabs_titles_container .marketum_tab_title_item.active:before {
    opacity: 1;
}

.marketum_tabs_content_container {
    padding: 23px 30px 21px;
    border: solid 1px #d9e2e0;
    margin-top: -1px;
    position: relative;
    z-index: 1;
}

.marketum_tab_content_item {
    display: none;
}

.marketum_tab_content_item.active {
    display: block;
}

.marketum_tab_gallery_container {
    font-size: 0;
    line-height: 0;
    margin-left: -8px;
}

.marketum_columns_2 .marketum_tab_gallery_item {
    width: 50%;
}

.marketum_columns_3 .marketum_tab_gallery_item {
    width: 33.333333%;
}

.marketum_columns_4 .marketum_tab_gallery_item {
    width: 25%;
}

.marketum_tab_gallery_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 8px 8px;
}

.marketum_tab_gallery_wrapper {
    position: relative;
}

.marketum_tab_gallery_wrapper a {
    display: block;
    overflow: hidden;
    position: relative;
}

.marketum_tab_gallery_wrapper a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #282f34;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.marketum_tab_gallery_wrapper a:hover:before {
    opacity: .5;
}

.marketum_tab_gallery_wrapper a img {
    position: relative;
    z-index: 3;
}

.marketum_image_caption {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    padding: 22px 30px;
    margin-bottom: 8px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    z-index: 7;
}

.marketum_tab_gallery_wrapper a:hover .marketum_image_caption {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* -------------------------- */
/* --- Vertical View Type --- */
/* -------------------------- */
.marketum_tabs_widget.marketum_tabs_vertical {
    display: flex;
}

.marketum_tabs_vertical .marketum_tabs_titles_container {
    width: 100%;
    max-width: 170px;
    flex-direction: column;
    border-bottom: none;
}

.marketum_tabs_vertical .marketum_tabs_titles_container .marketum_tab_title_item {
    margin: 0;
}

.marketum_tabs_vertical .marketum_tabs_titles_container .marketum_tab_title_item.active {
    border: solid 1px #d9e2e0;
    border-right-color: #ffffff;
}

.marketum_tabs_vertical .marketum_tabs_titles_container .marketum_tab_title_item:before {
    width: 2px;
    height: 100%;
}

.marketum_tabs_vertical .marketum_tabs_titles_container .marketum_tab_title_item a {
    display: block;
    padding: 15px 23px;
}

.marketum_tabs_vertical .marketum_tabs_content_container {
    margin-top: 0;
    margin-left: -1px;
}

/* -------------------------------------------- */
/* ---------- Shortcodes Tabs Widget ---------- */
/* -------------------------------------------- */
.marketum_shortcodes_tabs_widget .marketum_tabs_titles_container .marketum_tab_title_item.active {
    border: none;
}

.marketum_shortcodes_tabs_widget .marketum_tabs_titles_container .marketum_tab_title_item:before {
    display: none;
}

.marketum_shortcodes_tabs_widget .marketum_tabs_titles_container .marketum_tab_title_item a {
    background: #f3f6f5;
    padding: 21px 83px 17px;
    color: #939393;
}

.marketum_shortcodes_tabs_widget .marketum_tabs_titles_container .marketum_tab_title_item:not(:last-of-type) a {
    border-right: solid 1px #e0e0e0;
}

.marketum_shortcodes_tabs_widget .marketum_tabs_titles_container .marketum_tab_title_item.active a {
    background: #ffffff;
    border-right-color: #ffffff;
}

.marketum_shortcodes_tabs_widget .marketum_tabs_content_container {
    padding: 60px 40px;
    margin: 0;
    border: none;
    background: #ffffff;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .05);
}

.marketum_shortcodes_tabs_widget input[type="submit"] {
    width: 100%;
    min-width: auto;
    display: block;
}

.marketum_shortcodes_tabs_widget input {
    margin-bottom: 0;
}

.marketum_shortcodes_tabs_widget input[type="text"] {
    padding-right: 40px;
}

.marketum_shortcodes_tabs_widget .wpcf7 .ajax-loader {
    display: none;
}

.marketum_delivery_form .row {
    margin-right: -4px;
    margin-left: -4px;
}

.marketum_delivery_form .col-xl-3,
.marketum_delivery_form .col-6 {
    padding: 0 4px;
}

.marketum_shortcodes_tabs_widget .icon {
    font-size: 18px;
    color: #858b90;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: 20px;
}

/* ---------------------------------------------- */
/* ---------- Donations Listing Widget ---------- */
/* ---------------------------------------------- */

/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.marketum_donation_wrapper.view_type_1 .marketum_donations_item {
    margin-bottom: 70px;
}

.marketum_donation_wrapper.view_type_1 .marketum_donation_item_img {
    position: relative;
    margin-bottom: 40px
}

@media only screen and (min-width: 992px) {
    .marketum_donation_wrapper.view_type_1 .marketum_donation_item_img {
        margin-bottom: 0
    }
}

.marketum_donation_wrapper.view_type_1 .marketum_donation_item_img:before {
    content: "";
    display: block;
    padding-top: 97.2973%
}

.marketum_donation_wrapper.view_type_1 .marketum_donation_item_title {
    line-height: 40px;
    letter-spacing: -.02em;
    margin-top: -9px;
    margin-bottom: 11px;
}

.marketum_donation_wrapper.view_type_1 .marketum_donation_item_title a:hover,
.marketum_donation_wrapper.view_type_2 .marketum_donation_item_title a:hover {
    opacity: .75;
}

.marketum_donation_wrapper.view_type_1 .marketum_donations_item_link,
.marketum_donation_wrapper.view_type_2 .marketum_donations_item_link {
    border: solid 2px;
    padding: 11px 47px 15px;
    margin-top: 41px;
}

.marketum_donation_listing_widget .marketum_pagination nav {
    margin-top: 0;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.marketum_donation_wrapper.view_type_2,
.marketum_recent_donations_wrapper {
    margin-left: -30px;
    font-size: 0;
    line-height: 0;
}

.marketum_donation_wrapper.view_type_2 .marketum_donations_item,
.marketum_recent_donations_wrapper .marketum_donations_item {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    margin-bottom: 70px;
}

.marketum_donation_wrapper.view_type_2 .marketum_donation_item_img_cont,
.marketum_recent_donations_wrapper .marketum_donation_item_img_cont {
    margin-bottom: 34px;
}

.marketum_donation_wrapper.view_type_2 .marketum_donation_item_title,
.marketum_recent_donations_wrapper .marketum_donation_item_title {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.marketum_recent_donations_wrapper .marketum_donation_item_title a:hover {
    opacity: .75;
}

.marketum_donation_wrapper.view_type_2 .marketum_donation_item_excerpt,
.marketum_recent_donations_wrapper .marketum_donation_item_excerpt {
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 30px;
}

.marketum_donation_wrapper.view_type_2 .give-form-title,
.marketum_donation_wrapper.view_type_2 .give-form,
.marketum_recent_donations_wrapper .give-form-title,
.marketum_recent_donations_wrapper .give-form {
    display: none;
}

.marketum_donation_wrapper.view_type_2 .give-goal-progress,
.marketum_recent_donations_wrapper .give-goal-progress {
    margin-bottom: 0;
}

.marketum_donation_wrapper.view_type_2 .give-goal-progress .raised,
.marketum_recent_donations_wrapper .give-goal-progress .raised {
    display: block;
    margin-top: 17px;
}

.marketum_donation_wrapper.view_type_2 .give-goal-progress .raised span,
.marketum_recent_donations_wrapper .give-goal-progress .raised span {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.marketum_donation_wrapper.view_type_2 .give-goal-progress .raised span.goal-text,
.marketum_recent_donations_wrapper .give-goal-progress .raised span.goal-text {
    float: left;
}

.marketum_donation_wrapper.view_type_2 .give-goal-progress .raised span.income,
.marketum_recent_donations_wrapper .give-goal-progress .raised span.income {
    float: right;
}

.marketum_donation_wrapper.view_type_2 .give-goal-progress .raised span:first-of-type:before,
.marketum_donation_wrapper.view_type_2 .give-goal-progress .raised span:last-of-type:before,
.marketum_recent_donations_wrapper .give-goal-progress .raised span:first-of-type:before,
.marketum_recent_donations_wrapper .give-goal-progress .raised span:last-of-type:before {
    display: none;
}

.marketum_donation_wrapper.view_type_2 .give-goal-progress .raised span:first-of-type:after,
.marketum_recent_donations_wrapper .give-goal-progress .raised span:first-of-type:after {
    content: 'Rasied so far';
}

.marketum_donation_wrapper.view_type_2 .give-goal-progress .raised span:last-of-type:after,
.marketum_recent_donations_wrapper .give-goal-progress .raised span:last-of-type:after {
    content: 'Target amount';
}

.marketum_donation_wrapper.view_type_2 .give-goal-progress .raised span:first-of-type:after,
.marketum_donation_wrapper.view_type_2 .give-goal-progress .raised span:last-of-type:after,
.marketum_recent_donations_wrapper .give-goal-progress .raised span:first-of-type:after,
.marketum_recent_donations_wrapper .give-goal-progress .raised span:last-of-type:after {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777777;
}

.marketum_donation_wrapper.view_type_2 .give-progress-bar .marketum_progress_bar_marker,
.marketum_recent_donations_wrapper .give-progress-bar .marketum_progress_bar_marker {
    font-size: 16px;
    line-height: 1.9;
    top: -30px;
}

.marketum_donation_wrapper.view_type_2 .marketum_donations_item_link,
.marketum_recent_donations_wrapper .marketum_donations_item_link {
    padding: 20px 67px;
    margin-top: 28px;
    line-height: 1;
}

/* ------------------------------------------ */
/* ---------- Events Slider Widget ---------- */
/* ------------------------------------------ */
.marketum_causes_slider_widget .container > .row {
    margin-left: -15px;
    margin-right: -15px;
}

.marketum_causes_slider_widget .marketum_causes_slider {
    margin-top: 45px;
}

.marketum_causes_slider_widget .marketum_event_slider_item {
    margin: 0 3px;
    overflow: hidden;
    opacity: .4;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.marketum_causes_slider_widget .marketum_event_slider_item.slick-active {
    opacity: 1;
    pointer-events: initial;
}

.marketum_causes_slider_widget .marketum_event_slider_item_wrapper {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}

.marketum_causes_slider_widget .marketum_event_slider_item_wrapper:hover {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.marketum_causes_slider_widget .marketum_event_slider_item_wrapper:before {
    content: '';
    display: block;
    padding-top: 148.27586%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_causes_slider_widget .marketum_event_slider_date_box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 25px;
    left: 30px;
    -webkit-transition: top .3s;
    transition: top .3s;
}

.marketum_causes_slider_widget .marketum_event_slider_item_wrapper:hover .marketum_event_slider_date_box {
    top: 55px;
}

.marketum_causes_slider_widget .marketum_event_slider_date_box .marketum_event_day {
    font-size: 40px;
    line-height: 1;
    opacity: .8;
}

.marketum_causes_slider_widget .marketum_event_slider_date_box .marketum_event_month {
    line-height: 24px;
}

.marketum_causes_slider_widget .marketum_event_slider_details_box {
    width: 100%;
    padding: 20px 30px 32px;
    color: #ffffff;
    position: absolute;
    bottom: -55px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_causes_slider_widget .marketum_event_slider_item_wrapper:hover .marketum_event_slider_details_box {
    bottom: 0;
}

.marketum_causes_slider_widget .marketum_event_title,
.marketum_causes_slider_widget .marketum_event_link {
    color: #ffffff;
}

.marketum_causes_slider_widget .marketum_event_time {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.marketum_causes_slider_widget .marketum_event_title {
    line-height: 27px;
    margin-bottom: 0;
}

.marketum_causes_slider_widget .marketum_event_link {
    display: inline-block;
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
}

.marketum_causes_slider_widget .marketum_event_link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_causes_slider_widget .marketum_event_link:hover:after {
    width: 100%;
}

.marketum_causes_slider_widget .marketum_slider_arrows {
    display: flex;
    align-items: center;
    position: relative;
}

.marketum_causes_slider_widget .marketum_slider_arrows:after {
    content: '';
    width: 75px;
    height: 1px;
    display: inline-block;
    background: #c7c7c7;
    margin: 0 30px;
}

.marketum_causes_slider_widget .without_button .marketum_slider_arrows:after {
    display: none;
}

.marketum_causes_slider_widget .marketum_slider_arrows .slick-dots {
    display: inline-flex !important;
    margin: 0;
}

.marketum_causes_slider_widget .marketum_button {
    border: solid 2px;
}

/* ----------------------------------------- */
/* ---------- Blog Listing Widget ---------- */
/* ----------------------------------------- */
/* ----------------- */
/* --- Blog Grid --- */
/* ----------------- */
.marketum_blog_listing_wrapper.marketum_view_type_1 {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    line-height: 0;
    margin-left: -30px;
}

.marketum_blog_listing_wrapper.marketum_view_type_1 .marketum_blog_listing_item {
    width: 33.33333%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    margin-bottom: 60px;
}

.marketum_blog_listing_wrapper.marketum_view_type_1.marketum_columns_2 .marketum_blog_listing_item {
    width: 50%;
}

.marketum_blog_listing_wrapper.marketum_view_type_1.marketum_columns_4 .marketum_blog_listing_item {
    width: 25%;
}

.marketum_blog_listing_image_container {
    position: relative;
    margin-bottom: 40px;
}

.marketum_blog_listing_image_wrapper {
    overflow: hidden;
}

.marketum_blog_listing_image_wrapper img {
    -webkit-transform: scale(1.05) translateX(0);
    transform: scale(1.05) translateX(0);
    -webkit-transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.marketum_blog_listing_item_wrapper:hover .marketum_blog_listing_image_wrapper img {
    -webkit-transform: scale(1.05) translateX(7px);
    transform: scale(1.05) translateX(7px);
}

.marketum_blog_listing_image_container.marketum_media_output_empty .marketum_post_cat_cont {
    position: relative;
}

.marketum_blog_listing_meta {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0;
    color: #7d7d6f;
    margin-bottom: 8px;
}

.marketum_blog_listing_meta .marketum_separator {
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 15px;
}

.marketum_blog_listing_title {
    line-height: 1.4;
    margin-bottom: 21px;
}

.marketum_blog_listing_title a:before,
.marketum_blog_listing_title a:after {
    display: none;
}

.marketum_blog_listing_item_divider {
    width: 100%;
    height: 2px;
    margin-bottom: 23px;
    overflow: hidden;
    position: relative;
}

.marketum_blog_listing_item_divider:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition: all .3s cubic-bezier(.22, .61, .36, 1);
    transition: all .3s cubic-bezier(.22, .61, .36, 1);
    z-index: 1;
}

.marketum_blog_listing_item_wrapper:hover .marketum_blog_listing_item_divider:before {
    left: 0;
}

.marketum_blog_listing_excerpt {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.marketum_view_type_2 .marketum_blog_listing_item {
    margin-bottom: 92px;
}

.marketum_view_type_2 .marketum_blog_listing_image_container {
    margin-bottom: 43px;
}

.marketum_view_type_2 .marketum_blog_listing_image_container.marketum_media_output_empty {
    margin-bottom: 23px;
}

.marketum_view_type_2 .marketum_blog_listing_image_container.marketum_media_output_empty .marketum_post_cat_cont {
    bottom: 0;
}

.marketum_view_type_2 .marketum_blog_listing_title {
    line-height: 1.1;
    margin-bottom: 42px;
}

.marketum_view_type_2 p.marketum_blog_listing_excerpt {
    margin-bottom: 34px;
}

.marketum_blog_list_quote_link:before,
.marketum_blog_list_quote_link:after {
    display: none;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.marketum_blog_listing_wrapper.marketum_view_type_3 {
    margin-bottom: 55px;
}

.marketum_blog_listing_wrapper.marketum_view_type_3 .marketum_blog_listing_item {
    border-bottom: solid 2px #222628;
    padding: 40px 0 43px;
}

.marketum_blog_listing_wrapper.marketum_view_type_3 .marketum_blog_listing_meta,
.marketum_blog_listing_wrapper.marketum_view_type_3 .marketum_blog_listing_title {
    margin-bottom: 0;
}

/* ------------------------------------- */
/* ---------- Partners Widget ---------- */
/* ------------------------------------- */
.marketum_partners_list {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.marketum_partners_item a {
    display: inline-block;
}

.marketum_partners_item a:before,
.marketum_partners_item a:after {
    display: none;
}

.marketum_partners_item_wrapper {
    overflow: hidden;
    position: relative;
}

.marketum_partners_item_wrapper .marketum_partners_image {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.marketum_partners_item_wrapper .marketum_partners_duplicate_image {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.marketum_partners_item a:hover .marketum_partners_image {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.marketum_partners_item a:hover .marketum_partners_duplicate_image {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* ----------------------------------------- */
/* ---------- Recent Posts Widget ---------- */
/* ----------------------------------------- */
.marketum_recent_posts_widget .marketum_blog_listing_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.marketum_recent_posts_widget .marketum_blog_listing_item {
    width: 100%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    padding-left: 30px;
}

/* ------------------------------------- */
/* ---------- Feedback Widget ---------- */
/* ------------------------------------- */
.marketum_feedback_container {
    color: #ffffff;
    position: relative;
}

.marketum_feedback_container:before {
    content: '';
    width: 500%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body .marketum_contacts_divider_container {
    align-self: center;
    margin: 0;
}

.marketum_feedback_wrapper {
    padding: 118px 0 140px;
}

.marketum_feedback_title {
    color: #ffffff;
    margin-bottom: 0;
}

body .marketum_feedback_text {
    margin-bottom: 25px;
}

.marketum_page_content_container .marketum_feedback_container a.marketum_link_type_2,
.marketum_feedback_container a {
    color: #ffffff;
}

.marketum_page_content_container .marketum_feedback_container a.marketum_link_type_2:before,
.marketum_page_content_container .marketum_feedback_container a.marketum_link_type_2:after,
.marketum_feedback_container a:before,
.marketum_feedback_container a:after {
    background: #ffffff;
}

.marketum_feedback_phone_title {
    font-family: "Manrope", sans-serif;
    letter-spacing: .2px;
    font-weight: 400;
    color: #ffffff;
    margin: 15px 0 -12px;
}

.marketum_feedback_phone {
    font-family: "Cambon", sans-serif;
    font-size: 40px;
    letter-spacing: -1.2px;
    font-weight: 500;
}

.marketum_page_content_container a.marketum_feedback_phone:before {
    height: 2px;
    opacity: 1;
    -webkit-transition: all .3s;
    animation: none;
    transition: all .3s;
    transition-delay: 0s;
}

.marketum_page_content_container a.marketum_feedback_phone:hover:before {
    opacity: 0;
}

.marketum_page_content_container a.marketum_feedback_phone:after {
    display: none;
}

/* -------------------------------------- */
/* ---------- Instagram Widget ---------- */
/* -------------------------------------- */
body .elementor-widget-shortcode #sb_instagram .sbi_photo {
    opacity: 1 !important;
    position: relative;
}

body .elementor-widget-shortcode #sb_instagram .sbi_photo:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: none;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 3;
}

body .elementor-widget-shortcode #sb_instagram .sbi_photo:hover:before {
    opacity: 1;
}

body .elementor-widget-shortcode #sb_instagram .sbi_photo:after {
    content: '\f16d';
    width: 28px;
    height: 28px;
    font-family: "FontAwesome", sans-serif;
    font-size: 28px;
    line-height: 1;
    color: #ffffff;
    background: transparent;
    opacity: 0;
    position: absolute;
    top: 54px;
    left: 60px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

body .elementor-widget-shortcode #sb_instagram .sbi_photo:hover:after {
    opacity: 1;
}

.marketum_subscirbe {
    position: relative;
}

.marketum_subscirbe input[type="email"] {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.marketum_subscirbe input[type="email"]:focus {
    background: transparent;
}

.marketum_subscirbe input[type="email"]::placeholder,
.marketum_subscirbe input[type="email"]::-webkit-input-placeholder,
.marketum_subscirbe .floating-placeholder {
    color: #ffffff;
}

.marketum_subscirbe .warketum_submit_button {
    position: absolute;
    top: 10px;
    right: 0;
}

.marketum_subscirbe .warketum_submit_button:before,
.marketum_subscirbe .warketum_submit_button:after {
    background: #ffffff;
}

.marketum_subscirbe input[type="submit"] {
    color: #ffffff;
}

.marketum_subscirbe input[type="submit"]:hover {
    border-color: transparent;
}

/* ----------------------------------------- */
/* ---------- Testimonials Widget ---------- */
/* ----------------------------------------- */
.marketum_testimonials_widget_wrapper {
    overflow: hidden;
    position: relative;
}

.marketum_testimonials_wrapper {
    background: #222628;
    color: #ffffff;
    padding: 91px 93px 106px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .5s cubic-bezier(.22, .61, .36, 1);
    transition: transform .5s cubic-bezier(.22, .61, .36, 1);
    transition-delay: .3s;
}

.marketum_testimonials_widget_wrapper.marketum_motion_effect_on .marketum_testimonials_wrapper {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.marketum_testimonials_widget_wrapper.marketum_motion_effect_on .marketum_testimonials_container {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    transition-delay: .8s;
}

.marketum_testimonials_widget_wrapper.marketum_motion_effect_on .marketum_testimonials_wrapper.visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.marketum_testimonials_widget_wrapper.marketum_motion_effect_on .marketum_testimonials_wrapper.visible .marketum_testimonials_container {
    opacity: 1;
}

.marketum_testimonials_wrapper .marketum_testimonials_widget_title_container {
    margin-bottom: 20px;
}

.marketum_testimonials_wrapper .marketum_blockquote_marker_container {
    display: flex;
    padding-left: 2px;
    margin-bottom: 24px;
}

.marketum_testimonials_wrapper .marketum_blockquote_marker {
    position: relative;
}

.marketum_testimonials_wrapper .marketum_blockquote_marker_2 {
    left: 7px;
}

.marketum_testimonials_wrapper .marketum_heading {
    line-height: 1.2;
    color: #ffffff;
}

@media only screen and (min-width: 992px) {
    .marketum_testimonials_title_cont .marketum_heading {
        font-size: 40px;
        line-height: 50px;
    }
}

.marketum_testimonials_wrapper .marketum_testimonial {
    letter-spacing: 0;
}

.marketum_testimonials_wrapper .marketum_author_container {
    margin-top: 22px;
    letter-spacing: 0;
    font-weight: 600;
}

.marketum_testimonials_wrapper .marketum_author_position {
    color: #897e7d;
}

/* ------------------------------- */
/* --- Testimonials Navigation --- */
/* ------------------------------- */
.marketum_testimonials_navigation_container {
    display: flex;
    margin-top: 34px;
}

.marketum_testimonials_navigation_container .marketum_slider_counter {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
}

.marketum_testimonials_navigation_container .marketum_current_slide {
    width: 1em;
    margin-right: 15px;
}

.marketum_testimonials_navigation_container .marketum_all_slides {
    width: 1em;
    margin-left: 15px;
}

.marketum_testimonials_navigation_container .marketum_separator,
.marketum_content_slider_widget .marketum_causes_slider_navigation_container .marketum_separator {
    width: 87px;
    height: 1px;
    display: flex;
    background: #585858;
    margin-top: -4px;
}

.marketum_content_slider_widget .marketum_causes_slider_navigation_container .marketum_separator {
    margin: -3px 14px 0;
    background: #b6b6b6;
}

.marketum_testimonials_navigation_container .marketum_separator span {
    width: 20%;
    height: 1px;
    display: inline-block;
    background: transparent;
}

.marketum_testimonials_wrapper .marketum_causes_slider_navigation_container {
    padding-bottom: 18px;
    margin-bottom: 0;
}

.marketum_testimonials_wrapper .marketum_causes_slider_navigation_container {
    padding-bottom: 18px;
    margin-bottom: 0;
}

.marketum_testimonials_wrapper .marketum_slider_navigation_container {
    margin-left: 90px;
}

.marketum_testimonials_wrapper .slick-dots,
.marketum_slider_arrows .slick-dots {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    position: relative;
}

body .marketum_content_wrapper .marketum_testimonials_wrapper .slick-dots li,
body .marketum_content_wrapper .marketum_slider_arrows .slick-dots li {
    width: 18px;
    height: 16px;
    background: transparent;
    opacity: 1;
    margin: 0 0 0 25px;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_progress {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.marketum_progress__path {
    fill: none;
    stroke-width: 6px;
    stroke: #ffffff;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

body .marketum_content_wrapper .marketum_testimonials_wrapper .slick-dots li:hover .marketum_progress__path,
body .marketum_content_wrapper .marketum_time_line_wrapper .slick-dots li:hover .marketum_progress__path,
body .marketum_content_wrapper .marketum_services_slider_widget_wrapper .slick-dots li:hover .marketum_progress__path,
body .marketum_content_wrapper .marketum_portfolio_slider_widget .slick-dots li:hover .marketum_progress__path,
body .marketum_content_wrapper .marketum_work_steps_widget .slick-dots li:hover .marketum_progress__path,
body .marketum_content_wrapper .marketum_testimonials_wrapper .slick-dots li.slick-active .marketum_progress__path,
body .marketum_content_wrapper .marketum_work_steps_widget .slick-dots li.slick-active .marketum_progress__path,
body .marketum_content_wrapper .marketum_slider_arrows .slick-dots li:hover .marketum_progress__path,
body .marketum_content_wrapper .marketum_slider_arrows .slick-dots li.slick-active .marketum_progress__path {
    stroke-dashoffset: 0;
}

body .marketum_content_wrapper .marketum_testimonials_wrapper .slick-dots li:first-of-type,
body .marketum_content_wrapper .marketum_slider_arrows .slick-dots li:first-of-type {
    margin-left: 0;
}

body .marketum_content_wrapper .marketum_testimonials_wrapper .slick-dots li:hover,
body .marketum_content_wrapper .marketum_slider_arrows .slick-dots li:hover,
body .marketum_content_wrapper .marketum_testimonials_wrapper .slick-dots li.slick-active,
body .marketum_content_wrapper .marketum_slider_arrows .slick-dots li.slick-active {
    border-color: #ffffff;
}

body .marketum_content_wrapper .marketum_testimonials_wrapper .slick-dots li:before,
body .marketum_content_wrapper .marketum_slider_arrows .slick-dots li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: transparent;
    border: solid 1px #bfbfbf;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

body .marketum_content_wrapper .marketum_testimonials_wrapper .slick-dots li.slick-active:before,
body .marketum_content_wrapper .marketum_slider_arrows .slick-dots li.slick-active:before {
    background: #ffffff;
    border-color: #ffffff;
}

body .marketum_content_wrapper .marketum_testimonials_wrapper .slick-dots li button,
body .marketum_content_wrapper .marketum_slider_arrows .slick-dots li button {
    width: 18px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

/* ------------------------------------------- */
/* ---------- Content Slider Widget ---------- */
/* ------------------------------------------- */
.marketum_content_slider_wrapper {
    position: relative;
}

.marketum_content_slider_wrapper .marketum_content_slide {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.marketum_content_slider_wrapper .marketum_slide_content_container {
    position: relative;
}

.marketum_content_slider_wrapper .marketum_content_slider_additional_image {
    position: absolute;
    z-index: 10;
}

.add_image_v_align_top .marketum_content_slider_additional_image {
    top: 0;
}

.add_image_v_align_center .marketum_content_slider_additional_image {
    top: 50%;
}

.add_image_v_align_bottom .marketum_content_slider_additional_image {
    bottom: 0;
}

.add_image_h_align_left .marketum_content_slider_additional_image {
    left: 0;
}

.add_image_h_align_center .marketum_content_slider_additional_image {
    left: 50%;
}

.add_image_h_align_right .marketum_content_slider_additional_image {
    right: 0;
}

.marketum_content_slider_wrapper .marketum_content_slide_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

.marketum_content_slider_wrapper .marketum_full_cont {
    height: 100%;
}

.marketum_content_slider_wrapper .marketum_content_container {
    width: 100%;
}

.marketum_content_slider_wrapper .marketum_causes_slider_navigation_container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 80px;
    left: 30px;
}

@media only screen and (min-width: 768px) {
    .marketum_content_slider_wrapper .marketum_causes_slider_navigation_container {
        bottom: 34px;
        left: auto;
        right: 50px;
    }
}

@media only screen and (min-width: 1367px) {
    .marketum_content_slider_wrapper .marketum_causes_slider_navigation_container {
        right: 80px;
    }
}

.marketum_content_slider_wrapper .marketum_slider_counter {
    display: flex;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
    color: #222628;
    margin-right: 89px;
}

.marketum_content_slider_wrapper .marketum_slider_counter .marketum_current_slide,
.marketum_content_slider_wrapper .marketum_slider_counter .marketum_all_slides {
    width: 1em;
}

.marketum_content_slider_wrapper .marketum_slider_counter .marketum_separator span {
    width: 20px;
    height: 1px;
    display: inline-block;
    background: transparent;
}

.marketum_content_slider_wrapper .marketum_slider_nav_button,
.marketum_content_slider_wrapper .marketum_content_slider_title,
.marketum_content_slider_wrapper .marketum_content_slider_promo_text,
.marketum_content_slider_wrapper .marketum_button {
    color: #ffffff;
}

.marketum_content_slider_wrapper .marketum_content_slider_title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

.marketum_content_slider_wrapper .marketum_content_slider_title.marketum_special_title_font_yes {
    font-family: "Raph Lanok Future", sans-serif;
}

.marketum_content_slider_wrapper .marketum_up_heading_overlay {
    font-family: Inter, 'sans-serif';
    font-size: 200px;
    letter-spacing: -.06em;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, .35);
    top: -54px;
}

.marketum_content_slider_wrapper .marketum_up_heading_overlay.marketum_overlay_align_left {
    left: 0;
}

.marketum_content_slider_wrapper .marketum_up_heading_overlay.marketum_overlay_align_center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.marketum_content_slider_wrapper .marketum_up_heading_overlay.marketum_overlay_align_right {
    right: 0;
}

@media only screen and (min-width: 768px) {
    .marketum_content_slider_wrapper .marketum_content_slider_title {
        font-size: 80px;
        line-height: 90px;
    }
}

.marketum_content_slider_wrapper .marketum_content_slider_promo_text {
    line-height: 30px;
    margin-top: 4px;
}

.marketum_content_slider_wrapper .marketum_button {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    border: none;
    padding: 19px 82px 21px;
    margin-top: 52px;
}

.marketum_content_slider_wrapper .marketum_button:hover {
    color: #ffffff;
}

.marketum_page_content_container .marketum_content_slider_wrapper a.marketum_button:before {
    background: #222628;
}

.marketum_page_content_container .marketum_content_slider_wrapper a.marketum_button:hover {
    border-color: #222628;
}

.marketum_content_slider_wrapper .marketum_socials_container {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 35px;
    right: 55px;
    z-index: 100;
}

.marketum_content_slider_wrapper .marketum_socials_container li:not(:last-of-type) {
    margin-bottom: 20px;
}

.marketum_content_slider_wrapper .marketum_socials_container li a {
    color: #ffffff;
}

@media only screen and (min-width: 1367px) {
    .marketum_content_slider_wrapper .marketum_socials_container {
        display: initial;
    }
}

.marketum_content_slider_wrapper .marketum_promo_video_container {
    display: flex;
    overflow: hidden;
    position: relative;
}

.marketum_content_slider_wrapper .marketum_promo_video_container:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #222628;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.marketum_content_slider_wrapper .marketum_promo_video_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    font-family: "object-fit: cover; object-position: top center";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 1;
}

.marketum_content_slider_wrapper .marketum_promo_video_container .marketum_video_trigger {
    width: 100%;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 160px 133px 24px 33px;
    position: relative;
    -webkit-transition: all .5s cubic-bezier(.22, .61, .36, 1);
    transition: all .5s cubic-bezier(.22, .61, .36, 1);
    z-index: 3;
}

.marketum_content_slider_wrapper .marketum_promo_video_container .marketum_video_trigger:hover {
    padding: 60px 133px 54px 33px;
}

.marketum_content_slider_wrapper .marketum_promo_video_container .marketum_video_trigger span {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
}

.marketum_content_slider_wrapper .marketum_promo_video_container .marketum_video_trigger i {
    width: 1em;
    height: 1em;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_promo_video_container .marketum_video_trigger:hover i {
    color: #ffffff;
    background: transparent;
}

.marketum_content_slider_wrapper .marketum_promo_video_container .marketum_video_trigger span {
    margin-left: 20px;
}

.marketum_content_slider_wrapper .marketum_additional_info_container {
    display: flex;
    align-items: center;
    padding: 24px 80px 24px 0;
    font-size: 14px;
    letter-spacing: 0;
    background: #222628;
}

.marketum_content_slider_wrapper .marketum_additional_info_container.item_1 {
    padding-left: 50px !important;
}

.marketum_content_slider_wrapper .marketum_additional_info_image {
    margin-right: 28px;
}

.marketum_content_slider_wrapper .marketum_additional_info_title {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    color: #818181;
    margin-bottom: 4px;
}

.marketum_content_slider_wrapper .marketum_additional_info {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
}

.marketum_content_slider_wrapper .marketum_additional_info a {
    font-size: 16px;
    color: inherit;
}

.marketum_content_slider_wrapper .marketum_additional_info a:not(:last-of-type) {
    margin-right: 8px;
}

.marketum_content_slider_wrapper .marketum_content_wrapper_1,
.marketum_content_slider_wrapper .marketum_content_wrapper_2,
.marketum_content_slider_wrapper .marketum_content_wrapper_3 {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .6s;
    transition: all .6s;
}

.marketum_content_slider_wrapper .slick-current .marketum_content_wrapper_1,
.marketum_content_slider_wrapper .slick-current .marketum_content_wrapper_2,
.marketum_content_slider_wrapper .slick-current .marketum_content_wrapper_3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.marketum_content_slider_wrapper .slick-current .marketum_content_wrapper_1 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

@media only screen and (max-width: 1680px) {
    body .marketum_content_slider_wrapper .marketum_content_wrapper_1 {
        width: 100% !important;
    }

    body .marketum_content_slider_wrapper .marketum_content_wrapper_1 br {
        display: none;
    }
}

@media only screen and (max-width: 1025px) {
    body .marketum_content_slider_wrapper .marketum_content_wrapper_2 br {
        display: none;
    }
}

.marketum_content_slider_wrapper .slick-current .marketum_content_wrapper_2 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.marketum_content_slider_wrapper .slick-current .marketum_content_wrapper_3 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.marketum_content_slider_wrapper.marketum_view_type_1 .marketum_slider_counter:after {
    display: none;
}

.marketum_content_slider_wrapper.marketum_view_type_1 .marketum_slider_arrows .slick-dots {
    margin-top: 0;
}

.marketum_content_slider_wrapper.marketum_view_type_1 .marketum_additional_fields_container,
.marketum_content_slider_wrapper.marketum_view_type_2 .marketum_additional_fields_container,
.marketum_content_slider_wrapper.marketum_view_type_3 .marketum_additional_fields_container {
    display: flex;
    align-items: flex-end;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.marketum_content_slider_wrapper.marketum_view_type_2 .marketum_additional_fields_container,
.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_additional_fields_container {
    display: flex;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 100;
}

.marketum_content_slider_wrapper.marketum_view_type_2 .marketum_promo_video_container .marketum_video_trigger {

}

.marketum_content_slider_wrapper.marketum_view_type_2 .marketum_promo_video_container:before {
    display: none;
}

.marketum_content_slider_wrapper.marketum_view_type_2 .marketum_video_trigger,
.marketum_content_slider_wrapper.marketum_view_type_2 .marketum_video_trigger:hover {
    padding: 21px 25px 19px;
    background: #222628;
}

.marketum_content_slider_wrapper.marketum_view_type_2 .marketum_video_trigger {
    -webkit-transform: translateX(calc(100% - 56px));
    transform: translateX(calc(100% - 56px));
}

.marketum_content_slider_wrapper.marketum_view_type_2 .marketum_promo_video_container:hover .marketum_video_trigger {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.marketum_content_slider_wrapper.marketum_view_type_2 .marketum_promo_video_container:hover .marketum_video_trigger i {
    color: #ffffff;
}

.marketum_content_slider_wrapper.marketum_view_type_1 .marketum_causes_slider_navigation_container,
.marketum_content_slider_wrapper.marketum_view_type_2 .marketum_causes_slider_navigation_container,
.marketum_content_slider_wrapper.marketum_view_type_3 .marketum_causes_slider_navigation_container {
    background: #ffffff;
    padding: 39px 176px 31px 87px;
    bottom: 0;
    right: 0;
}

.marketum_content_slider_wrapper.marketum_view_type_6 .marketum_causes_slider_navigation_container {
    bottom: 195px;
    left: 15px;
}

.marketum_content_slider_wrapper.marketum_view_type_2 .marketum_causes_slider_navigation_container .marketum_slider_counter {
    position: relative;
    top: 3px;
}

.marketum_content_slider_wrapper.marketum_view_type_1 .marketum_additional_info_container.first_cont .marketum_additional_info_promo {
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #dcdcdc;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

@media only screen and (min-width: 1600px) {
    .marketum_content_slider_wrapper.marketum_view_type_1 .marketum_additional_info_container.first_cont .marketum_additional_info_promo {
        left: 22px;
    }
}

.marketum_content_slider_wrapper.marketum_view_type_1 .marketum_additional_info a {
    color: inherit;
}

.marketum_content_slider_wrapper.marketum_view_type_1 .marketum_additional_info .icon {
    margin-right: 8px;
}

.marketum_content_slider_wrapper.marketum_view_type_1 .marketum_anchor_container {
    height: 112px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.marketum_content_slider_wrapper.marketum_view_type_2 .marketum_causes_slider_navigation_container,
.marketum_content_slider_wrapper.marketum_view_type_3 .marketum_causes_slider_navigation_container {
    margin: 0;
    padding-left: 83px;
    padding-right: 83px;
    left: 0;
    right: auto;
}

.marketum_content_slider_wrapper.marketum_view_type_2 .marketum_causes_slider_navigation_container .marketum_slider_arrows .slick-dots,
.marketum_content_slider_wrapper.marketum_view_type_3 .marketum_causes_slider_navigation_container .marketum_slider_arrows .slick-dots {
    margin-top: 6px;
}

.marketum_content_slider_wrapper.marketum_view_type_2 .marketum_anchor_container {
    height: 174px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.marketum_content_slider_wrapper.marketum_view_type_3 .marketum_additional_fields_container,
.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_additional_fields_container {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
}

.marketum_content_slider_wrapper.marketum_view_type_3 .marketum_additional_fields_container .marketum_video_trigger,
.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_additional_fields_container .marketum_video_trigger {
    padding: 103px 127px 27px 45px;
}

.marketum_content_slider_wrapper.marketum_view_type_3 .marketum_additional_fields_container .marketum_video_trigger:hover,
.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_additional_fields_container .marketum_video_trigger:hover {
    padding: 60px 127px 54px 45px;
}

.marketum_content_slider_wrapper.marketum_view_type_3 .marketum_additional_fields_container .marketum_video_trigger i,
.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_additional_fields_container .marketum_video_trigger i {
    margin-top: -2px;
}

.marketum_content_slider_wrapper.marketum_view_type_3 .marketum_additional_fields_container .marketum_video_trigger span,
.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_additional_fields_container .marketum_video_trigger span {
    margin-left: 16px;
}

/* ------------------- */
/* --- View Type 4 --- */
/* ------------------- */
.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_causes_slider_navigation_container {
    width: auto;
    height: 100%;
    flex-direction: column-reverse;
    align-items: center;
    background: #222628;
    color: #ffffff;
    padding: 0 43px;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
}

.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_slider_counter {
    flex-direction: column-reverse;
    margin: 83px 0 0;
    color: #ffffff;
}

.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_slider_counter .marketum_current_slide,
.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_slider_counter .marketum_all_slides {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.marketum_content_slider_widget .marketum_content_slider_wrapper.marketum_view_type_4 .marketum_causes_slider_navigation_container .marketum_separator {
    width: 1px;
    height: 87px;
    flex-direction: column-reverse;
    margin: 14px 0;
}

.marketum_content_slider_widget .marketum_content_slider_wrapper.marketum_view_type_4 .marketum_causes_slider_navigation_container .marketum_separator span {
    width: 1px;
}

.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_slider_arrows .slick-dots {
    flex-direction: column;
}

.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_slider_arrows .slick-dots li {
    margin: 0 0 25px;
}

.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_slider_arrows .slick-dots li:last-of-type {
    margin-bottom: 0;
}

.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_additional_fields_container {
    height: 130px;
}

.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_promo_video_container .marketum_video_trigger {
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
}

.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_promo_video_container .marketum_video_trigger span {
    margin-bottom: 0;
}

.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_additional_info_container {
    width: 350px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #333333;
    background: #ffffff;
    padding: 35px 50px;
}

.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_additional_info_title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #777777;
}

.marketum_content_slider_wrapper.marketum_view_type_4 .marketum_additional_info_container .icon {
    font-size: 24px;
    margin-right: 5px;
}

/* ------------------- */
/* --- View Type 5 --- */
/* ------------------- */
.marketum_content_slider_wrapper.marketum_view_type_5 .marketum_slider_counter {
    display: none;
}

.marketum_content_slider_wrapper.marketum_view_type_5 .marketum_additional_fields_container {
    height: 220px;
    display: inline-flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
}

.marketum_content_slider_wrapper.marketum_view_type_5 .marketum_additional_info_container {
    width: 400px;
    max-width: 400px;
    padding: 57px 30px 53px;
}

.marketum_content_slider_wrapper.marketum_view_type_5 .marketum_additional_info_container .marketum_additional_info_title {
    font-family: Quicksand, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 13px;
}

.marketum_content_slider_wrapper.marketum_view_type_5 .marketum_additional_info_container .marketum_additional_info_title span {
    font-weight: 300;
}

.marketum_content_slider_wrapper.marketum_view_type_5 .marketum_additional_info_container .marketum_additional_info {
    color: #ffffff;
}

.marketum_content_slider_wrapper.marketum_view_type_5 .marketum_additional_info_container .marketum_additional_info {
    font-size: 16px;
    line-height: 24px;
}

.marketum_content_slider_wrapper.marketum_view_type_5 .marketum_additional_info_container .marketum_additional_info a {
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.marketum_content_slider_wrapper.marketum_view_type_5 .marketum_additional_info_container .marketum_additional_info a:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_content_slider_wrapper.marketum_view_type_5 .marketum_additional_info_container .marketum_additional_info a:hover:after {
    width: 100%;
}

.marketum_content_slider_wrapper.marketum_view_type_5 .marketum_socials_container {
    bottom: 255px;
}

/* ------------------- */
/* --- View Type 6 --- */
/* ------------------- */
.marketum_content_slider_wrapper.marketum_view_type_6 .marketum_additional_fields_container {
    height: 175px;
    bottom: -64px;
}

.marketum_content_slider_wrapper.marketum_view_type_6 .marketum_additional_info_container {
    width: 480px;
    color: #ffffff;
}

.marketum_content_slider_wrapper.marketum_view_type_6 .marketum_additional_info_title {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: none;
    color: #ffffff;
    margin-bottom: 5px;
}

.marketum_content_slider_wrapper.marketum_view_type_6 .marketum_additional_info {
    font-size: 16px;
}

.marketum_content_slider_wrapper.marketum_view_type_6 .marketum_slider_counter {
    display: none;
}

/* ------------------------------------------ */
/* ---------- Blog Carousel Widget ---------- */
/* ------------------------------------------ */
.marketum_blog_carousel_widget .marketum_heading {
    margin-bottom: 42px;
}

.marketum_blog_carousel_widget .marketum_blog_slider_item,
.marketum_donation_carousel_widget .marketum_blog_slider_item {
    margin: 0 15px;
}

.marketum_blog_carousel_widget .marketum_blog_slider_image_cont {
    padding-top: 60.03956%;
    -webkit-clip-path: polygon(92% 0,100% 13%,100% 100%,0 100%,0 0);
    clip-path: polygon(92% 0,100% 13%,100% 100%,0 100%,0 0);
    overflow: hidden;
    position: relative;
}

.marketum_blog_carousel_widget .marketum_blog_slider_item .marketum_post_cat_cont {
    padding: 0 30px;
}

.marketum_blog_carousel_widget .marketum_blog_details_container {
    background: #ffffff;
    padding: 26px 30px 30px;

}

.marketum_blog_carousel_widget .marketum_blog_slider_meta {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .7px;
    color: #005bac;
    margin-bottom: 6px;
}

.marketum_blog_carousel_widget .marketum_separator {
    margin: 0 2px;
}

.marketum_blog_carousel_widget .marketum_blog_title {
    margin-bottom: 10px;
}

.marketum_blog_carousel_widget .marketum_blog_title a {
    color: inherit;
}

.marketum_causes_slider_widget .marketum_offset_container,
.marketum_blog_carousel_widget .marketum_offset_container,
.marketum_donation_carousel_widget .marketum_offset_container,
.marketum_info_box_carousel_widget .marketum_offset_container {
    overflow: hidden;
}

.marketum_causes_slider_widget .marketum_offset_container_wrapper,
.marketum_blog_carousel_widget .marketum_offset_container_wrapper,
.marketum_donation_carousel_widget .marketum_offset_container_wrapper {
    width: 100%;
    max-width: 1200px;
}

.marketum_causes_slider_widget .marketum_offset_container_wrapper .slick-list,
.marketum_blog_carousel_widget .marketum_offset_container_wrapper .slick-list,
.marketum_donation_carousel_widget .marketum_offset_container_wrapper .slick-list,
.marketum_info_box_carousel_widget .marketum_offset_container_wrapper .slick-list {
    overflow: visible;
}

.marketum_blog_carousel_widget .marketum_causes_slider_navigation_container {
    margin-top: 55px;
}

.marketum_blog_carousel_widget .marketum_slider_arrows .slick-dots {
    justify-content: flex-start;
}

/* ----------------------------------------------- */
/* ---------- Donations Carousel Widget ---------- */
/* ----------------------------------------------- */
.marketum_donation_carousel_widget .marketum_causes_slider_title_part {
    margin-bottom: 45px;
}

.marketum_donation_carousel_widget .marketum_blog_slider_item_wrapper:before {
    padding-top: 109.96564%;
}

.marketum_donation_carousel_widget .marketum_blog_details_container {
    padding: 0 40px 32px;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

.marketum_donation_carousel_widget .marketum_donation_label {
    margin-bottom: 19px;
    font-weight: 700;
}

.marketum_donation_carousel_widget .marketum_blog_title {
    font-size: 30px;
    line-height: 36px;
}

.marketum_donation_carousel_widget .marketum_blog_excerpt {
    line-height: 24px;
}

.marketum_donation_carousel_widget .marketum_tour_link {
    color: inherit;
    margin-top: 20px;
}

.marketum_donation_carousel_widget .marketum_tour_link:after {
    background: #ffffff;
}

.marketum_donation_carousel_widget .marketum_causes_slider_navigation_container {
    position: absolute;
    bottom: -90px;
    right: 15px;
}

.marketum_donation_carousel_widget .marketum_slider_arrows {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.marketum_donation_carousel_widget .marketum_slider_arrows:before {
    content: '';
    width: 75px;
    height: 1px;
    background: #f7f7f7;
    margin: 0 30px;
}

.marketum_donation_carousel_widget .slick-dots {
    margin: 0;
}

.marketum_donation_carousel_widget .slick-dots li:first-of-type {
    margin: 0;
}

/* ------------------------------------------- */
/* ---------- Tours Carousel Widget ---------- */
/* ------------------------------------------- */
.marketum_tours_carousel_widget .marketum_tours_carousel {
    margin-top: 45px;
}

.marketum_tours_carousel_widget .marketum_tour_item {
    opacity: .4;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_tours_carousel_widget .marketum_tour_item.slick-active {
    opacity: 1;
}

.marketum_tours_carousel_widget .marketum_tour_item_wrapper {
    background: #000000;
    color: #ffffff;
    margin: 0 3px;
    position: relative;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    z-index: 1;
}

.marketum_tours_carousel_widget .marketum_tour_item.slick-active .marketum_tour_item_wrapper:hover {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.marketum_tours_carousel_widget .marketum_tour_item_wrapper:before {
    content: '';
    display: block;
    padding-top: 148.27586%;
}

.marketum_tours_carousel_widget .marketum_item_counter_box {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    opacity: .8;
    position: absolute;
    top: 25px;
    left: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_tours_carousel_widget .marketum_tour_item.slick-active .marketum_tour_item_wrapper:hover .marketum_item_counter_box {
    top: 55px;
}

.marketum_tours_carousel_widget .marketum_tour_details {
    width: 100%;
    padding: 25px 30px 35px;
    position: absolute;
    bottom: -55px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_tours_carousel_widget .marketum_tour_item.slick-active .marketum_tour_item_wrapper:hover .marketum_tour_details {
    bottom: 0;
}

.marketum_tours_carousel_widget .marketum_tour_title {
    color: #ffffff;
}

.marketum_tours_carousel_widget .marketum_tour_title {
    line-height: 27px;
    margin-bottom: 0;
}

.marketum_tours_carousel_widget .marketum_tour_link {
    display: inline-block;
    line-height: 24px;
    font-weight: 700;
    margin-top: 18px;
    opacity: 0;
    position: relative;
}

.marketum_tours_carousel_widget .marketum_tour_item.slick-active .marketum_tour_item_wrapper:hover .marketum_tour_link {
    opacity: 1;
}

.marketum_tours_carousel_widget .marketum_tour_link:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_tours_carousel_widget .marketum_tour_item.slick-active .marketum_tour_link:hover:after {
    width: 100%;
}

.marketum_tours_carousel_widget .full_mode_on .slick-list {
    overflow: visible;
}

.marketum_tours_carousel_widget .full_mode_on .slick-list:before {
    content: '';
    width: 300%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 10;
}

.marketum_tours_carousel_widget .full_mode_on .slick-track {
    overflow: hidden;
}

.marketum_tours_carousel_widget .marketum_causes_slider_navigation_container {
    margin-bottom: 15px;
}

/* -------------------------------------------- */
/* ---------- Info Box Slider Widget ---------- */
/* -------------------------------------------- */
.marketum_info_box_carousel_widget .marketum_info_box_carousel {
    margin-top: 45px;
}

.marketum_info_box_carousel_widget .marketum_info_box_item {
    margin: 0 3px;
    opacity: .4;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_info_box_carousel_widget .marketum_info_box_item.slick-active {
    opacity: 1;
}

.marketum_info_box_carousel_widget .marketum_offset_container_wrapper {
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .marketum_info_box_carousel_widget .marketum_offset_container_wrapper {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1830px) {
    .marketum_info_box_carousel_widget .marketum_offset_container_wrapper {
        max-width: 1800px;
    }
}

.marketum_info_box_carousel_widget .container,
.marketum_info_box_carousel_widget .marketum_causes_slider_title_part,
.marketum_info_box_carousel_widget .marketum_causes_slider_nav_part {
    padding: 0;
}

.marketum_info_box_carousel_widget .marketum_causes_slider_nav_part {
    align-items: flex-end;
}

.marketum_info_box_carousel_widget .slick-dots {
    margin-bottom: 15px;
}

.marketum_info_box_carousel_widget .marketum_info_box_counter {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}


/* ----------------------------------- */
/* ---------- Events Widget ---------- */
/* ----------------------------------- */
.marketum_events_wrapper {
    margin-left: -30px;
    font-size: 0;
    line-height: 0;
}

.marketum_events_wrapper .marketum_event_item {
    width: 33.333333%;
    display: inline-block;
    padding-left: 30px;
    vertical-align: top;
}

.marketum_events_wrapper .marketum_event_item_wrapper {
    padding: 16px;
    margin-bottom: 50px;
    background: #ffffff;
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
}

.marketum_events_wrapper .marketum_event_content_container {
    padding: 22px 13px 20px;
}

.marketum_events_wrapper .marketum_event_title {
    margin-bottom: 6px;
}

.marketum_events_wrapper .marketum_event_title a:hover {
    opacity: .75;
}

.marketum_events_wrapper .marketum_event_content_container p {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .35px;
}

.marketum_events_wrapper .marketum_event_content_container .marketum_excerpt {
    font-size: 16px;
    line-height: 27px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.marketum_events_wrapper.marketum_view_type_2 .marketum_event_item {
    width: 100%;
}

.marketum_events_wrapper.marketum_view_type_2 .marketum_event_item .marketum_event_item_wrapper {
    padding: 15px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
    .marketum_events_wrapper.marketum_view_type_2 .marketum_event_item .marketum_event_item_wrapper {
        padding: 30px;
    }
}

.marketum_events_wrapper.marketum_view_type_2 .marketum_event_item .upcoming-item__title {
    margin-bottom: 16px;
}

.marketum_events_wrapper.marketum_view_type_2 .marketum_event_item .upcoming-item__title a:hover {
    opacity: .75;
}

.marketum_events_wrapper.marketum_view_type_2 .marketum_event_item {
    font-size: 16px;
    line-height: 1.7;
}

.marketum_events_wrapper.marketum_view_type_2 .marketum_event_item .upcoming-item__details p:last-of-type {
    margin-bottom: 0;
}

.marketum_events_wrapper.marketum_view_type_2 .marketum_event_item .icon {
    margin-right: 8px;
    position: relative;
    top: -2px;
}

/* ------------------------------------------- */
/* ---------- Events Listing Widget ---------- */
/* ------------------------------------------- */

/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.marketum_events_listing_wrapper.view_type_1,
.marketum_events_widget .marketum_events_wrapper {
    margin-left: -30px;
    font-size: 0;
    line-height: 0;
}

.marketum_events_listing_wrapper.view_type_1 .marketum_event_listing_item,
.marketum_events_widget .marketum_event_listing_item {
    display: inline-block;
    width: 33.333333%;
    vertical-align: top;
    padding-left: 30px;
    margin-bottom: 50px;
}

.marketum_events_widget .marketum_event_listing_item {
    margin-bottom: 0;
}

.marketum_event_listing_item_image_box {
    position: relative;
    background: rgba(0, 0, 0, .2);
    margin-bottom: 33px;
}

.marketum_event_listing_item_image_box:before {
    content: "";
    display: block;
    padding-top: 59.45946%
}

.marketum_event_date_box {
    padding: 16px 18px 13px 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.marketum_event_date_box span {
    display: block;
    font-weight: 700;
    color: #333333;
}

.marketum_event_date_box .marketum_event_date {
    font-size: 30px;
    line-height: 30px;
}

.marketum_event_date_box .marketum_event_month {
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.marketum_events_listing_wrapper.view_type_1 .marketum_event_listing_item_title,
.marketum_events_widget .marketum_event_listing_item_title {
    margin-bottom: 8px;
}

.marketum_events_listing_wrapper.view_type_1 .marketum_event_listing_item_title a:hover,
.marketum_events_listing_wrapper.view_type_2 .marketum_event_listing_item_title a:hover,
.marketum_events_widget .marketum_event_listing_item_title a:hover {
    opacity: .75;
}

.marketum_events_listing_wrapper.view_type_1 .marketum_event_listing_item_excerpt,
.marketum_events_widget .marketum_event_listing_item_excerpt {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.marketum_events_listing_wrapper.view_type_1 .marketum_event_time {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.marketum_events_listing_wrapper.view_type_1 .icon {
    font-size: 14px;
    margin: -2px 5px 0 -2px;
}

.marketum_events_listing_widget .view_type_1 + .marketum_pagination nav {
    margin-top: 24px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.marketum_events_listing_wrapper.view_type_2 .marketum_event_listing_item {
    margin-bottom: 70px;
}

.marketum_events_listing_wrapper.view_type_2 .marketum_event_listing_item_image_box {
    margin-bottom: 0;
}

.marketum_events_listing_wrapper.view_type_2 .marketum_event_listing_item_image_box:before {
    padding-top: 66.95946%;
}

.marketum_events_listing_wrapper.view_type_2 .marketum_event_listing_item_title {
    margin: -10px 0 1px;
}

.marketum_events_listing_wrapper.view_type_2 .marketum_age_limit {
    display: block;
    margin-bottom: 11px;
    color: #333333;
}

.marketum_events_listing_wrapper.view_type_2 .marketum_event_item_link {
    border: solid 2px;
    padding: 11px 50px 15px;
    margin-top: 30px;
}

.marketum_events_listing_widget .view_type_2 + .marketum_pagination nav {
    margin-top: 2px;
}

/* -------------------------------------------- */
/* ---------- Events Calendar Widget ---------- */
/* -------------------------------------------- */
.marketum_event_calendar_item:not(:last-of-type) {
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
    .marketum_event_calendar_item:not(:last-of-type) {
        margin-bottom: 50px;
    }
}

.marketum_event_calendar_date {
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .marketum_event_calendar_date {
        margin-bottom: 0;
    }
}

.marketum_event_calendar_date span {
    display: block;
    letter-spacing: -.05em;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
}

.marketum_event_calendar_date span:first-of-type {
    font-size: 50px;
    line-height: 50px;
}

.marketum_event_calendar_item .marketum_calendar_item {
    margin-bottom: 15px;
    background: #f3f4f5;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_event_calendar_item .marketum_calendar_item:last-of-type {
    margin-bottom: 0;
}

.marketum_event_calendar_item.view_type_1 .marketum_calendar_item:hover {
    background: #1d252b;
}

.marketum_calendar_item_image {
    position: relative;
}

.marketum_calendar_item_image:before {
    content: '';
    padding-top: 40.81633%;
    display: block;
}

.elementor .marketum_calendar_item_image img.marketum_img--bg {
    z-index: 0;
}

.marketum_calendar_item_details {
    padding: 15px;
}

.marketum_calendar_item_title {
    margin-bottom: 5px;
}

.marketum_calendar_item_title a {
    color: inherit;
}

.marketum_event_calendar_item.view_type_1 .marketum_calendar_item:hover .marketum_calendar_item_title a {
    color: #ffffff;
}

.marketum_calendar_item_category {
    color: #777777;
}

.marketum_calendar_item_category span:last-of-type {
    display: none;
}

.marketum_calendar_item_time {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    padding: 0 15px 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (min-width: 992px) {
    .marketum_calendar_item_time {
        padding: 0;
    }
}

.marketum_event_calendar_item.view_type_1 .marketum_calendar_item:hover .marketum_calendar_item_time {
    opacity: 0;
    visibility: hidden;
}

.marketum_calendar_item_link {
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_calendar_item_link:hover {
    color: #ffffff;
}

.marketum_event_calendar_item.view_type_1 .marketum_calendar_item:hover .marketum_calendar_item_link {
    opacity: 1;
    visibility: visible;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.marketum_event_calendar_item.view_type_2 .marketum_calendar_item {
    background: #ffffff;
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .03);
}

.marketum_event_calendar_item.view_type_2 .marketum_calendar_item_image:before {
    padding-top: 64.03941%;
}

.marketum_event_calendar_item.view_type_2 .marketum_calendar_item_details {
    padding: 0;
}

.marketum_event_calendar_item.view_type_2 .marketum_calendar_item .marketum_calendar_item_title {
    margin-bottom: 0;
}

.marketum_event_calendar_item.view_type_2 .marketum_calendar_item .marketum_calendar_item_category {
    line-height: 1.5;
}

.marketum_event_calendar_item.view_type_2 .marketum_calendar_item:hover .marketum_calendar_item_title a:hover {
    opacity: .75;
}

.marketum_event_calendar_item.view_type_2 .marketum_calendar_item_time {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-transform: none;
}

.marketum_event_calendar_item.view_type_2 .marketum_calendar_item_time span {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
}

/* ------------------------------------ */
/* ---------- Stories Widget ---------- */
/* ------------------------------------ */
.marketum_stories_wrapper .stories-item {
    margin-bottom: 70px;
}

.elementor .marketum_stories_wrapper .img--layout {
    display: inline-block;
    max-width: none;
}

.marketum_color_scheme_mono .elementor .marketum_stories_wrapper .img--layout {
    display: none;
}

.marketum_stories_wrapper .heading__pre-title {
    display: inline-block;
    color: #9e9e9e;
    font-weight: 700;
    margin-bottom: 10px;
}

.marketum_stories_wrapper .heading__title {
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 32px
}

@media only screen and (min-width: 992px) {
    .marketum_stories_wrapper .heading__title {
        font-size: 40px
    }
}

@media only screen and (min-width: 1200px) {
    .marketum_stories_wrapper .heading__title {
        font-size: 50px
    }
}

.marketum_stories_wrapper .marketum_excerpt {
    margin-bottom: 46px;
}

.marketum_stories_wrapper .marketum_button {
    background: transparent;
}

/* ------------------------------------ */
/* ---------- Gallery Widget ---------- */
/* ------------------------------------ */
.gallery-masonry__item {
    position: relative;
}

.gallery-masonry__item .marketum_overlay {
    width: 100%;
    height: 100%;
    background: rgb(0,61,144);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 61, 144, .6) 100%);
    background: linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 61, 144, .6) 100%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 0;
}

.gallery_masonry_item_wrapper {
    margin: 5px;
    overflow: hidden;
    position: relative;
}

.gallery-masonry__img {
    display: block;
    overflow: hidden;
    text-decoration: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
}

.gallery-masonry__item:hover .gallery-masonry__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-masonry__description {
    max-width: 85%;
    padding: 29px 38px;
    opacity: 0;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    position: absolute;
    bottom: 20px;
    left: 20px;
    transition: opacity .3s, -webkit-clip-path .8s cubic-bezier(.07,.98,0,.96);
    transition: opacity .3s, clip-path .8s cubic-bezier(.07,.98,0,.96);
    transition: opacity .3s, clip-path .8s cubic-bezier(.07,.98,0,.96), -webkit-clip-path .8s cubic-bezier(.07,.98,0,.96);
    z-index: 5;
}

.gallery-masonry__item:hover .gallery-masonry__description,
.marketum_gallery_slider_item:hover .gallery-masonry__description {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);

}

.gallery-masonry__description a {
    cursor: pointer;
    color: #ffffff;
}

.gallery-masonry__description a:before,
.gallery-masonry__description a:after {
    display: none;
}

body .gallery-masonry__item--height-1:before {
    content: "";
    display: block;
    padding-top: 85.71429%;
}

body .gallery-masonry__item--height-2:before {
    content: "";
    display: block;
    padding-top: 84.07777%;
}

body .gallery-masonry__item--height-3:before {
    content: "";
    display: block;
    padding-top: 42.03889%;
}

.marketum_gallery_widget .marketum_pagination {
    margin-top: 75px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.marketum_gallery_wrapper.view_type_2 .gallery-masonry__img:before {
    padding-top: 100%;
}

/* ------------------------------------------- */
/* ---------- Gallery Slider Widget ---------- */
/* ------------------------------------------- */
.marketum_gallery_slider_item {
    margin: 0 5px;
}

.marketum_gallery_slider_wrapper {
    position: relative;
    overflow: hidden;
}

.marketum_gallery_slider_item img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.marketum_gallery_slider_item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.marketum_gallery_slider_widget .marketum_causes_slider_navigation_container {
    margin-bottom: 41px;
}

/* ------------------------------------------- */
/* ---------- Image Carousel Widget ---------- */
/* ------------------------------------------- */
body .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: left;
    bottom: -60px;
}

body .marketum_logo_carousel .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: center;
    padding-bottom: -60px;
    bottom: auto;
    top: 100%;
}

body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 57px;
    height: 1px;
    padding: 5px 0;
    margin: 0 3px 8px;
    border-radius: 0;
    background: transparent;
    line-height: initial;
    opacity: 1;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body .marketum_logo_carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: -109px;
}

body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    width: 57px;
    height: 1px;
    font-size: 0;
    padding: 0;
    border: none;
    outline: none;
    background: #dddddd;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover:before {
    width: 57px;
    height: 5px;
    top: 0;
}

body .elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    position: relative;
}

body .elementor-widget-image-carousel .swiper-container .swiper-slide figure figcaption {
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #ffffff;
    padding: 22px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}

body .elementor-pagination-position-outside .swiper-container {
    padding-bottom: 0;
}

body .elementor-image-carousel .swiper-slide-inner img {
    margin: 0 auto;
}

/* ------------------------------------------- */
/* ---------- Animal Listing Widget ---------- */
/* ------------------------------------------- */
.marketum_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 0;
    margin: 0 0 33px;
    line-height: 1;
}

.marketum_filter li {
    position: relative;
    font-weight: 700;
    list-style: none;
    padding: 0 0 14px;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.marketum_filter li {
    margin: 0 15px;
}


@media only screen and (min-width: 992px) {
    .marketum_filter li {
        margin: 0 23px;
    }
}

.marketum_filter li:first-of-type {
    margin-left: 0;
}

.marketum_filter li:last-of-type {
    margin-right: 0;
}

.marketum_filter li.is-checked a,
.marketum_filter li:hover a {
    color: #a3a3a3;
}

.marketum_filter li:after {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.marketum_filter li.is-checked:after,
.marketum_filter li:hover:after {
    width: 100%;
}

.marketum_animal_listing_container {
    margin-left: -6px;
}

.marketum_columns_2 .marketum_animals_item {
    width: 50%;
}

.marketum_columns_3 .marketum_animals_item {
    width: 33.333333%;
}

.marketum_columns_4 .marketum_animals_item {
    width: 25%;
}

.marketum_animal_listing_container .marketum_animals_item_inner {
    padding: 0 0 6px 6px;
}

.marketum_animal_listing_container .marketum_animals_item_wrapper {
    position: relative;
    background: rgba(40, 47, 52, .3);
    overflow: hidden;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.marketum_animal_listing_container .marketum_animals_item_wrapper:hover {
    background: rgba(40, 47, 52, .8);
}

.marketum_animal_listing_container .marketum_animals_item_wrapper:before {
    content: "";
    display: block;
    padding-top: 148.27586%;
}

.marketum_animal_listing_container .marketum_animals_block_details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.marketum_animal_listing_container .marketum_animals_item_wrapper:hover .marketum_animals_block_details {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.marketum_animal_listing_container .marketum_animals_block_title {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 2px;
}

.marketum_animal_listing_container .marketum_animals_item_wrapper .marketum_tours_item_link {
    margin: 0;
}

.marketum_animal_listing_container .marketum_animals_item_wrapper:hover .marketum_tours_item_link {
    opacity: 1;
    visibility: visible;
}

.marketum_animal_listing_container .marketum_animals_item_wrapper .marketum_tours_item_link:after {
    bottom: 4px;
}

.zoo-map__img img {
    width: 100%;
}

/* -------------------------------------------- */
/* ---------- Linked Icon Box Widget ---------- */
/* -------------------------------------------- */
.marketum_linked_icon_box_item {
    display: block;
    padding: 30px 0 40px;
    margin-bottom: 30px;
    text-align: center;
    color: #333333;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.marketum_linked_icon_box_item:hover {
    color: #333333;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.marketum_icon_cont {
    font-size: 50px;
    line-height: 75px;
}

.marketum_icon_title {
    line-height: 1.5;
}

.marketum_about_donate a {
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

.marketum_about_donate a:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 3px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_about_donate a:hover:after {
    width: 100%;
}

/* ------------------------------------- */
/* ---------- Services Widget ---------- */
/* ------------------------------------- */
.marketum_services_listing {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -30px;
}

.marketum_services_listing_item {
    width: 100%;
    height: auto;
    max-width: 25%;
    flex: 0 0 25%;
    padding-left: 30px;
    margin-bottom: 30px;
}

.marketum_services_listing_item_wrapper {
    height: 100%;
    padding: 15px 32px 37px;
    position: relative;
}

.marketum_services_border {
    overflow: hidden;
    position: absolute;
}

.marketum_services_border_top,
.marketum_services_border_bottom {
    width: 100%;
    height: 2px;
}

.marketum_services_border_right,
.marketum_services_border_left {
    width: 2px;
    height: 100%;
}

.marketum_services_border_top,
.marketum_services_border_left {
    top: 0;
    left: 0;
}

.marketum_services_border_bottom,
.marketum_services_border_right {
    bottom: 0;
    right: 0;
}

.marketum_services_border:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #222628;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.marketum_motion_effect_on .marketum_services_border_top:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.marketum_motion_effect_on .marketum_services_border_left:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.marketum_motion_effect_on .marketum_services_border_bottom:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.marketum_motion_effect_on .marketum_services_border_right:before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.marketum_motion_effect_on.visible .marketum_services_border_top:before,
.marketum_motion_effect_on.visible .marketum_services_border_bottom:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.marketum_motion_effect_on.visible .marketum_services_border_left:before,
.marketum_motion_effect_on.visible .marketum_services_border_right:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.marketum_services_listing_counter {
    font-family: "Cambon", sans-serif;
    font-size: 30px;
    margin-bottom: 28px;
}

.marketum_services_listing_title {
    font-family: "Manrope", sans-serif;
    letter-spacing: -.3px;
    font-weight: 600;
    margin-bottom: 13px;
}

.marketum_services_listing_title a:before,
.marketum_services_listing_title a:after {
    display: none;
}

p.marketum_services_listing_excerpt {
    margin-bottom: 33px;
}

.marketum_services_listing_item_wrapper img {
    display: inline-block;
}

/* -------------------------------------------- */
/* ---------- Services Slider Widget ---------- */
/* -------------------------------------------- */
.marketum_services_carousel {
    margin: 0 -15px;
}

.marketum_services_slider_item {
    background: #ffffff;
    padding: 57px 55px 36px;
    margin: 0 15px;
}

.marketum_services_slider_item_wrapper img {
    margin-bottom: 38px;
}

.marketum_services_slider_title {
    margin-bottom: 16px;
}

.marketum_services_slider_title a:before,
.marketum_services_slider_title a:after {
    display: none;
}

.marketum_services_slider_divider {
    width: 100%;
    height: 2px;
    overflow: hidden;
    margin-bottom: 23px;
    position: relative;
}

.marketum_services_slider_divider:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.marketum_motion_effect_on .marketum_services_slider_divider:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.marketum_motion_effect_on.visible .marketum_services_slider_divider:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.marketum_services_slider_item:hover .marketum_services_slider_divider:before,
.marketum_motion_effect_on.visible .marketum_services_slider_item:hover .marketum_services_slider_divider:before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.marketum_services_slider_counter {
    font-family: "Cambon", sans-serif;
    font-size: 60px;
    font-weight: 400;
}

.marketum_services_slider_widget_wrapper .marketum_slider_arrows .slick-dots {
    justify-content: center;
    margin-top: 77px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.view_type_type_2 .marketum_services_slider_item {
    background-position: center !important;
    background-size: cover !important;
    padding: 33px 48px 50px;
    position: relative;
}

.marketum_services_slider_widget_wrapper.view_type_type_2 .marketum_overlay {
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(34, 38, 40, 0) 0%, rgba(34, 38, 40, .8) 100%);
    background: linear-gradient(top, rgba(34, 38, 40, 0) 0%, rgba(34, 38, 40, .8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.view_type_type_2 .marketum_services_slider_item_wrapper {
    position: relative;
    z-index: 5;
}

.view_type_type_2 .marketum_services_slider_counter {
    line-height: 1;
    margin-bottom: 194px;
}

.view_type_type_2 .marketum_services_slider_title a,
.view_type_type_2 .marketum_services_slider_excerpt {
    color: #ffffff;
}

.view_type_type_2 .marketum_services_slider_divider:before {
    background-color: #ffffff;
}

.view_type_type_2 .marketum_button_and_nav_container {
    margin-top: 70px;
}

.marketum_services_slider_widget_wrapper.view_type_type_2 .marketum_slider_arrows .slick-dots {
    margin-top: 0;
    justify-content: flex-end;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.marketum_services_slider_widget_wrapper.view_type_type_3 .marketum_services_carousel_title_container {
    margin-bottom: 50px;
}

.marketum_services_slider_widget_wrapper.view_type_type_3 .marketum_services_listing_item {
    padding-left: 0;
    margin: 0 15px;
}

.marketum_services_slider_widget_wrapper.view_type_type_3 .marketum_button_container {
    text-align: right;
}

.marketum_services_slider_widget_wrapper.view_type_type_3 .marketum_slider_arrows .slick-dots {
    margin-top: 68px;
}

/* ------------------------------------------------- */
/* ---------- Accordion and Toggle Widget ---------- */
/* ------------------------------------------------- */
body .elementor-widget-accordion .elementor-accordion .elementor-tab-content,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-content {
    border-top: none;
    border-bottom: none;
    letter-spacing: .45px;
    padding: 0 75px 33px 0;
    margin-top: -2px;
}

body .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
    border-top: none;
}

body .elementor-accordion .elementor-accordion-item,
body .elementor-toggle .elementor-toggle-item {
    border-radius: 0;
    border-top: solid 1px #595a5a;
    border-left: none;
    border-right: none;
}

body .elementor-accordion .elementor-accordion-item {
    border-bottom: solid 1px #595a5a;
}

body .elementor-toggle .elementor-toggle-item {
    border: none;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-title,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: .1px;
    font-weight: 600;
    padding: 15px 0 18px;
    border: none;
    position: relative;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-title a,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-title a {
    font-family: inherit;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-title a:before,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-title a:before,
body .elementor-widget-accordion .elementor-accordion .elementor-tab-title a:after,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-title a:after {
    display: none;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    padding: 0 0 24px;
    margin-top: -5px;
    border-top: none;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right,
body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    width: 30px;
    height: 52px;
    cursor: pointer;
    position: relative;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    margin: -14px 1px 0 0;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    margin: -14px 10px 0 -15px;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
body .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed,
body .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    width: 1em;
    height: 1em;
    font-size: 13px;
    line-height: 1;
    margin: -4px 0 0 -6px;
    position: absolute;
    top: 50%;
    left: 50%;
}

body .marketum_view_type_2 .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
body .marketum_view_type_2 .elementor-accordion .elementor-tab-title.elementor-active span.elementor-accordion-icon-opened,
body .marketum_view_type_2 .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed,
body .marketum_view_type_2 .elementor-toggle .elementor-tab-title.elementor-active span.elementor-toggle-icon-opened {
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    margin: -13px 0 0 -13px;
}

body .marketum_view_type_2 .elementor-accordion .elementor-tab-title.elementor-active span.elementor-accordion-icon-opened i,
body .marketum_view_type_2 .elementor-toggle .elementor-tab-title.elementor-active span.elementor-toggle-icon-opened i {
    color: #ffffff;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left .elementor-accordion-icon-closed,
body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left .elementor-accordion-icon-opened,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left .elementor-accordion-icon-closed,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left .elementor-accordion-icon-opened {
    margin: -6px 0 0 -5px;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed i,
body .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened i,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed i,
body .elementor-toggle .elementor-tab-title.toggle-active .elementor-toggle-icon-opened i {
    font-weight: 400;
}

body .elementor-widget-accordion.marketum_accordion .elementor-accordion .elementor-tab-content {
    border-top: solid 2px #FFFFFF !important;
}

/* ------------------------------------- */
/* ---------- Projects Widget ---------- */
/* ------------------------------------- */
.marketum_portfolio_listing_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.marketum_portfolio_listing_item {
    width: 100%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    padding-left: 30px;
    margin-bottom: 50px;
}

.marketum_portfolio_widget .marketum_portfolio_listing_item:nth-child(3n+2) {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.marketum_portfolio_listing_item_image_container {
    overflow: hidden;
    margin-bottom: 20px;
}

.marketum_portfolio_listing_item_image_container img {
    -webkit-transform: scale(1.05) translateX(0);
    transform: scale(1.05) translateX(0);
    -webkit-transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    transition: transform .45s cubic-bezier(.22, .61, .36, 1);
}

.marketum_portfolio_listing_item_wrapper:hover .marketum_portfolio_listing_item_image_container img {
    -webkit-transform: scale(1.05) translateX(10px);
    transform: scale(1.05) translateX(10px);
}

.marketum_portfolio_listing_item_content_wrapper {
    display: inline-block;
    overflow: hidden;
    padding: 19px 0 7px;
    position: relative;
    -webkit-transition: padding .3s;
    transition: padding .3s;
}

.marketum_portfolio_listing_item_wrapper:hover .marketum_portfolio_listing_item_content_wrapper {
    padding: 19px 25px 7px;
}

.marketum_portfolio_listing_item_content_wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    z-index: 1;
}

.marketum_portfolio_listing_item_wrapper:hover .marketum_portfolio_listing_item_content_wrapper:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.marketum_portfolio_listing_categories,
.marketum_portfolio_listing_title {
    position: relative;
    z-index: 5;
}

.marketum_portfolio_listing_categories {
    margin-bottom: 12px;
    font-size: 0;
    line-height: 0;
}

.marketum_portfolio_listing_categories a,
.marketum_portfolio_listing_categories span {
    font-size: 14px;
    line-height: 1;
    color: #666666;
}

.marketum_portfolio_listing_item_wrapper:hover .marketum_portfolio_listing_categories a,
.marketum_portfolio_listing_item_wrapper:hover .marketum_portfolio_listing_categories span {
    color: #a8a8a8;
}

.marketum_portfolio_listing_categories span:last-of-type {
    display: none;
}

.marketum_portfolio_listing_categories a:before,
.marketum_portfolio_listing_categories a:after {
    background: #a8a8a8;
}

.marketum_portfolio_listing_title a {
    font-family: "Manrope", sans-serif;
    letter-spacing: -.4px;
    font-weight: 600;
}

.marketum_portfolio_listing_item_wrapper:hover .marketum_portfolio_listing_title a {
    color: #ffffff;
}

.marketum_portfolio_listing_title a:before,
.marketum_portfolio_listing_title a:after {
    display: none;
}

.marketum_portfolio_widget .marketum_pagination {
    margin-top: 50px;
}

@media only screen and (min-width: 1367px) {
    .marketum_portfolio_slider_widget .marketum_wide_mode_container {
        width: 1470px;
        margin-left: -150px;
    }
}

/* ---------------------------------- */
/* ---------- Cases Widget ---------- */
/* ---------------------------------- */
.marketum_cases_list,
.marketum_marketum_cases_listing_wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -30px;
}

.marketum_cases_list_item,
.marketum_marketum_cases_listing_wrapper .marketum_cases_list_item {
    width: 100%;
    height: auto;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    padding-left: 30px;
    margin-bottom: 30px;
}

.marketum_cases_list_item_wrapper,
.marketum_marketum_cases_listing_wrapper .marketum_cases_list_item_wrapper {
    height: 100%;
    position: relative;
}

.marketum_cases_list_item_wrapper .marketum_overlay,
.marketum_marketum_cases_listing_wrapper .marketum_cases_list_item_wrapper .marketum_overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}

.item_1 .marketum_cases_list_item_wrapper:hover .marketum_overlay,
.item_3 .marketum_cases_list_item_wrapper:hover .marketum_overlay,
.item_5 .marketum_cases_list_item_wrapper:hover .marketum_overlay,
.item_7 .marketum_cases_list_item_wrapper:hover .marketum_overlay,
.item_9 .marketum_cases_list_item_wrapper:hover .marketum_overlay,
.marketum_marketum_cases_listing_wrapper .item_1 .marketum_cases_list_item_wrapper:hover .marketum_overlay,
.marketum_marketum_cases_listing_wrapper .item_3 .marketum_cases_list_item_wrapper:hover .marketum_overlay,
.marketum_marketum_cases_listing_wrapper .item_5 .marketum_cases_list_item_wrapper:hover .marketum_overlay,
.marketum_marketum_cases_listing_wrapper .item_7 .marketum_cases_list_item_wrapper:hover .marketum_overlay,
.marketum_marketum_cases_listing_wrapper .item_9 .marketum_cases_list_item_wrapper:hover .marketum_overlay {
    opacity: .4;
}

.marketum_cases_list_content_container,
.marketum_marketum_cases_listing_wrapper .marketum_cases_list_content_container {
    width: 100%;
    color: #ffffff;
    padding: 0 31px 44px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.marketum_cases_list_content_container a,
.marketum_marketum_cases_listing_wrapper .marketum_cases_list_content_container a {
    color: #ffffff;
}

.marketum_cases_list_content_container a:before,
.marketum_cases_list_content_container a:after,
.marketum_marketum_cases_listing_wrapper .marketum_cases_list_content_container a:before,
.marketum_marketum_cases_listing_wrapper .marketum_cases_list_content_container a:after {
    display: none;
}

.marketum_cases_list_divider,
.marketum_marketum_cases_listing_wrapper .marketum_cases_list_divider {
    width: 100%;
    height: 2px;
    margin-bottom: 23px;
    overflow: hidden;
    position: relative;
}

.marketum_cases_list_categories,
.marketum_marketum_cases_listing_wrapper .marketum_cases_list_categories {
    font-family: "Raph Lanok Future", sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.marketum_cases_list_category,
.marketum_marketum_cases_listing_wrapper .marketum_cases_list_category {
    display: inline-block;
    padding: 13px 15px 11px;
    margin: 0 5px 5px 0;
}

.marketum_cases_list_title,
.marketum_marketum_cases_listing_wrapper .marketum_cases_list_title {
    line-height: 1.4;
    margin-bottom: 22px;
}

.marketum_cases_list_divider:before,
.marketum_marketum_cases_listing_wrapper .marketum_cases_list_divider:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.marketum_motion_effect_on .marketum_cases_list_divider:before,
.marketum_marketum_cases_listing_wrapper .marketum_motion_effect_on .marketum_cases_list_divider:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.marketum_motion_effect_on.visible .marketum_cases_list_divider:before,
.marketum_marketum_cases_listing_wrapper .marketum_motion_effect_on.visible .marketum_cases_list_divider:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.marketum_cases_list_item_wrapper:hover .marketum_cases_list_divider:before,
.marketum_motion_effect_on.visible .marketum_cases_list_item_wrapper:hover .marketum_cases_list_divider:before,
.marketum_marketum_cases_listing_wrapper .marketum_cases_list_item_wrapper:hover .marketum_cases_list_divider:before,
.marketum_marketum_cases_listing_wrapper .marketum_motion_effect_on.visible .marketum_cases_list_item_wrapper:hover .marketum_cases_list_divider:before,
.marketum_linked_item:hover .marketum_cases_list_divider:before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.marketum_cases_list_excerpt,
.marketum_marketum_cases_listing_wrapper .marketum_cases_list_excerpt {
    letter-spacing: 0;
}

.marketum_cases_widget .marketum_pagination,
.marketum_marketum_cases_listing_wrapper .marketum_cases_widget .marketum_pagination {
    margin-top: 54px;
}

.marketum_linked_item .marketum_cases_list_image_container img {
    width: 100%;
}

.marketum_linked_item .marketum_cases_list_category {
    background: #222628;
}

.marketum_linked_item .marketum_cases_list_title {
    color: #ffffff;
}

.marketum_linked_item a {
    display: block;
}

.marketum_linked_item a:before,
.marketum_linked_item a:after {
    display: none;
}

/* ----------------------------------- */
/* ---------- Awards Widget ---------- */
/* ----------------------------------- */
.marketum_timeline_heading_and_buttons_part {
    margin-bottom: 42px;
}

.marketum_timeline_heading_and_buttons_part .marketum_slider_navigation_container {
    margin-bottom: 10px;
}

.marketum_time_line_wrapper .marketum_offset_container {
    overflow: hidden;
}

.marketum_time_line_wrapper .marketum_offset_container_wrapper {
    width: 100%;
    max-width: 1200px;
}

.marketum_time_line_wrapper .marketum_blog_carousel {
    margin: 0 -15px;
}

.marketum_time_line_wrapper .marketum_offset_container_wrapper .slick-list {
    overflow: visible;
}

.marketum_timeline_item {
    opacity: .4;
    padding: 25px 40px 37px;
    margin: 0 15px;
    background: #e6e6e2;
}

.marketum_timeline_item a {
    color: inherit;
}

.marketum_timeline_item a:before,
.marketum_timeline_item a:after {
    display: none;
}

.marketum_timeline_item.slick-active {
    opacity: 1;
}

.marketum_timeline_image_part {
    margin: 55px 0 71px;
}

.marketum_timeline_divider {
    width: 100%;
    height: 2px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.marketum_timeline_divider:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #222628;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.marketum_timeline_item.slick-active:hover .marketum_timeline_divider:before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.marketum_timeline_title {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

.marketum_time_line_wrapper .marketum_slider_arrows .slick-dots {
    margin-bottom: 9px;
}

.marketum_time_line_wrapper .marketum_progress__path,
.marketum_work_steps_widget .marketum_progress__path,
.marketum_portfolio_slider_widget .marketum_progress__path,
.marketum_content_slider_widget .marketum_progress__path,
.marketum_services_slider_widget_wrapper .marketum_progress__path {
    stroke: #222628;
}

body .marketum_content_wrapper .marketum_time_line_wrapper .marketum_slider_arrows .slick-dots li.slick-active:before,
body .marketum_content_wrapper .marketum_work_steps_widget .marketum_slider_arrows .slick-dots li.slick-active:before,
body .marketum_content_wrapper .marketum_portfolio_slider_widget .marketum_slider_arrows .slick-dots li.slick-active:before,
body .marketum_content_wrapper .marketum_content_slider_widget .marketum_slider_arrows .slick-dots li.slick-active:before,
body .marketum_content_wrapper .marketum_services_slider_widget_wrapper .marketum_slider_arrows .slick-dots li.slick-active:before {
    background: #222628;
    border-color: #222628;
}

.marketum_content_slider_widget .marketum_content_slider_wrapper.marketum_view_type_4 .marketum_causes_slider_navigation_container .marketum_progress__path {
    stroke: #ffffff;
}

body .marketum_content_wrapper .marketum_content_slider_widget .marketum_content_slider_wrapper.marketum_view_type_4 .marketum_causes_slider_navigation_container .marketum_slider_arrows .slick-dots li.slick-active:before {
    background: #ffffff;
    border-color: #ffffff;
}

/* --------------------------------------- */
/* ---------- Work Steps Widget ---------- */
/* --------------------------------------- */
.marketum_work_steps_widget_wrapper {
    position: relative;
}

.marketum_work_steps_widget_wrapper .slick-track {
    display: flex;
    align-items: stretch;
}

.marketum_work_steps_item {
    height: auto;
    position: relative;
}

.marketum_work_steps_divider,
.marketum_work_steps_additional_divider {
    width: 2px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.marketum_work_steps_additional_divider_right {
    left: auto;
    right: 0;
}

.marketum_work_steps_divider:before,
.marketum_work_steps_additional_divider:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.marketum_motion_effect_on .marketum_work_steps_divider:before,
.marketum_motion_effect_on .marketum_work_steps_additional_divider:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.marketum_motion_effect_on.visible .marketum_work_steps_divider:before,
.marketum_motion_effect_on.visible .marketum_work_steps_additional_divider:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.marketum_work_steps_item {
    padding: 4px 49px 23px;
}

.marketum_work_steps_date {
    font-family: "Cambon", sans-serif;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 400;
    margin-bottom: 42px;
}

.marketum_work_steps_title {
    margin-bottom: 11px;
}

.marketum_work_steps_widget .slick-dots {
    justify-content: center;
    margin-top: 56px;
}

/* -------------------------------------------- */
/* ---------- Custom Products Widget ---------- */
/* -------------------------------------------- */
/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.marketum_custom_products_list.view_type_1 .woocommerce ul.products li.product {
    width: 23.05%;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.marketum_custom_products_list.view_type_2 .marketum_custom_product_item {
    margin-bottom: 30px;
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_image_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f8f8f8;
    position: relative;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .marketum_custom_products_list.view_type_2 .marketum_custom_product_image_cont {
        margin-bottom: 0;
    }
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_image_cont:before {
    content: '';
    padding-top: 70.58824%;
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_image_cont .marketum_img--contain {
    max-width: 50%;
    z-index: 0;
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_image_cont .woocommerce-Price-amount,
.marketum_custom_products_list.view_type_2 .marketum_custom_product_image_cont del,
.marketum_custom_products_list.view_type_2 .marketum_custom_product_image_cont ins {
    display: none;
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_image_cont .add_to_cart_button {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #333333;
    padding: 10px 15px;
    border-radius: 0;
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 2;
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_item:hover .add_to_cart_button {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_image_cont .add_to_cart_button:hover {
    color: #ffffff;
    background: #333333;
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_image_cont .add_to_cart_button .icon {
    font-size: 20px;
    margin-right: 10px;
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_image_cont .add_to_cart_button.loading:after,
.marketum_custom_products_list.view_type_2 .marketum_custom_product_image_cont .add_to_cart_button.added:after,
.marketum_custom_products_list.view_type_2 .marketum_custom_product_image_cont .added_to_cart {
    display: none !important;
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_image_cont .marketum_custom_product_badge {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 3px 14px 5px;
    background: #e44134;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_title a {
    color: #333333;
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_title a:hover {
    opacity: .75;
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_price {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #777777;
    margin-bottom: 12px;
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_price del {
    color: #333333;
    margin-right: 15px;
}

.marketum_custom_products_list.view_type_2 .marketum_custom_product_price ins {
    font-weight: 700;
    color: #e44134;
    text-decoration: none;
}

.marketum_custom_products_list.view_type_2 .star-rating {
    width: 80px;
    height: 1em;
    overflow: hidden;
    font-family: star, sans-serif;
    font-size: 10px;
    line-height: 1;
    position: relative;
}

.marketum_custom_products_list.view_type_2 .star-rating:before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    letter-spacing: 5.5px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.marketum_custom_products_list.view_type_2 .star-rating span {
    overflow: hidden;
    float: left;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
}

.marketum_custom_products_list.view_type_2 .star-rating span:before {
    content: '\53\53\53\53\53';
    letter-spacing: 5.5px;
    position: absolute;
    top: 0;
    left: 0;
}

/* -------------------------------------------- */
/* ---------- Projects Slider Widget ---------- */
/* -------------------------------------------- */
.marketum_portfolio_slider_widget .marketum_portfolio_carousel {
    margin: 0 -15px;
}

.marketum_portfolio_slider_widget .slick-list {
    padding: 0 !important;
}

.marketum_portfolio_slider_widget .marketum_portfolio_listing_item {
    padding-left: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.marketum_portfolio_slider_widget .marketum_portfolio_listing_item {
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.marketum_portfolio_slider_widget .slick-center {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

/* ------------------------------------- */
/* ---------- Location Widget ---------- */
/* ------------------------------------- */
.marketum_location_item {
    font-size: 0;
    line-height: 0;
}

.marketum_location_image_container {
    overflow: hidden;
    position: relative;
}

.marketum_location_image_container img {
    -webkit-transition: transform .6s;
    transition: transform .6s;
}

.marketum_location_image_container:before {
    content: "";
    display: block;
    padding-top: 56.14035%;
}

.marketum_location_image_container:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.marketum_location_content_container {
    border: solid 1px #e2e2e2;
    border-top: none;
    padding: 28px 40px 23px;
}

.marketum_location_title {
    margin-bottom: 10px;
}

.marketum_location_address {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 36px;
}

.marketum_features_title,
.marketum_schedule_title,
.marketum_phones_title {
    margin-bottom: 17px;
}

body .marketum_content_wrapper .marketum_location_item ul {
    margin-bottom: 30px;
}

.marketum_schedule_item,
.marketum_phone_item {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 8px;
}

/* ------------------------------------- */
/* ---------- Contacts Widget ---------- */
/* ------------------------------------- */
.marketum_contacts_wrapper .marketum_contacts_title {
    margin-bottom: 6px;
}

.marketum_contacts_wrapper p {
    font-size: 16px;
    line-height: 1.9;
    color: #1f2531;
    margin-bottom: 4px;
}

.marketum_contacts_wrapper p:last-of-type {
    margin-bottom: 0;
}

.marketum_contacts_wrapper p span {
    display: block;
    letter-spacing: 0;
}

.marketum_contacts_wrapper p.marketum_contacts_email span {
    letter-spacing: -.15px;
    font-weight: 300;
}

body .marketum_contacts_wrapper p a {
    text-decoration: none;
    line-height: 1;
    margin-right: 8px;
}

/* --------------------------------- */
/* ---------- Team Widget ---------- */
/* --------------------------------- */
.marketum_team_listing {
    display: flex;
    margin-left: -30px;
    flex-wrap: wrap;
}

.marketum_team_item {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 30px;
    position: relative;
}

.marketum_columns_1 .marketum_team_item {
    max-width: 100%;
    flex: 0 0 100%;
}

.marketum_columns_2 .marketum_team_item {
    max-width: 50%;
    flex: 0 0 50%;
}

.marketum_columns_3 .marketum_team_item {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}

.marketum_columns_4 .marketum_team_item {
    max-width: 25%;
    flex: 0 0 25%;
}

.marketum_columns_5 .marketum_team_item {
    max-width: 20%;
    flex: 0 0 20%;
}

.marketum_team_image_container {
    margin-bottom: 20px;
    overflow: hidden;
}

.marketum_team_image_container img {
    width: 100%;
    -webkit-transform: scale(1.05) translateX(0);
    transform: scale(1.05) translateX(0);
    -webkit-transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    transition: transform .45s cubic-bezier(.22, .61, .36, 1);
}

.marketum_team_item_wrapper:hover .marketum_team_image_container img {
    -webkit-transform: scale(1.05) translateX(7px);
    transform: scale(1.05) translateX(7px);
}

.marketum_team_item_title {
    font-family: "Manrope", sans-serif;
    letter-spacing: -.2px;
    margin-bottom: 2px;
}

.marketum_team_item_title a:before,
.marketum_team_item_title a:after {
    display: none;
}

p.marketum_team_item_person_position {
    font-size: 14px;
    color: #7b7b7b;
    margin-bottom: 8px;
}

.marketum_team_item_socials {
    list-style: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.marketum_team_item_socials li {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-right: 13px;
}

.marketum_parallax_yes {
    -webkit-transition: background 0s !important;
    transition: background 0s !important;
}

/* -------------------------------- */
/* ---------- Responsive ---------- */
/* -------------------------------- */
@media only screen and (max-width: 1367px) {
    .marketum_timeline_info_part {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 1025px) {
    .marketum_content_slider_wrapper.marketum_view_type_2 .marketum_additional_fields_container {
        right: 0;
    }

    .marketum_causes_slider_widget .marketum_offset_container {
        margin: auto;
    }

    .marketum_causes_slider_wrapper.marketum_view_type_3 .marketum_causes_slider_navigation_container {
        top: 45px;
    }

    .marketum_causes_listing_wrapper .marketum_donation_popup,
    .marketum_donate_box_widget .marketum_donation_popup {
        max-width: 90%;
        min-width: auto;
    }

    .marketum_video_widget .marketum_video_container .marketum_video_wrapper,
    .marketum_tabs_widget .marketum_video_container .marketum_video_wrapper {
        width: 90% !important;
    }

    .marketum_causes_slider_wrapper.marketum_view_type_1 .marketum_offset_container,
    .marketum_causes_slider_wrapper.marketum_view_type_4 .marketum_offset_container {
        width: 100% !important;
    }

    .marketum_causes_slider_wrapper.marketum_view_type_1 .marketum_causes_slider {
        margin: -15px;
    }

    .marketum_testimonials_wrapper.marketum_view_type_3 .marketum_causes_slider_navigation_container {
        justify-content: flex-end;
    }

    .marketum_testimonials_wrapper .marketum_causes_slider_navigation_container {
        margin-bottom: 35px;
    }

    .marketum_testimonials_wrapper.marketum_view_type_1 .marketum_causes_slider_navigation_container {
        margin-bottom: 0;
    }

    .marketum_heading_widget .marketum_heading,
    .marketum_time_line_widget .marketum_heading,
    .marketum_causes_slider_widget .marketum_heading,
    .marketum_testimonials_title_cont .marketum_heading,
    .marketum_info_box_carousel_widget .marketum_heading,
    .marketum_donation_carousel_wrapper .marketum_heading,
    .marketum_tours_carousel_widget .marketum_heading,
    body .elementor-widget-heading h3.elementor-heading-title,
    .marketum_testimonials_wrapper.marketum_view_type_2 .marketum_heading {
        font-size: 37px;
    }

    .marketum_stories_wrapper .stories-item {
        margin-bottom: 100px;
    }

    .elementor .marketum_stories_wrapper .img--layout {
        display: none;
    }

    .marketum_content_slider_wrapper.marketum_view_type_2 .marketum_anchor_container,
    .marketum_content_slider_wrapper.marketum_view_type_3 .marketum_anchor_container {
        display: none;
    }

    .marketum_linked_icon_box_item {
        margin-bottom: 0;
    }

    .marketum_person_wrapper.marketum_view_type_1 {
        margin-bottom: 10px;
    }

    .marketum_person_item_type_3 {
        margin-bottom: 20px;
    }

    .marketum_blog_listing_title {
        font-size: 30px;
    }

    .marketum_columns_4 .marketum_animals_item {
        width: 33.333333%;
    }

    body .elementor-image-carousel .swiper-slide-inner img {
        width: 100%;
    }

    body .elementor .mc4wp-form-fields input[type="email"] {
        max-width: 730px;
    }

    .marketum_content_slider_wrapper .marketum_content_slider_title,
    .marketum_content_slider_wrapper .marketum_content_slider_title span {
        letter-spacing: -1px;
    }

    .gallery-masonry__description {
        padding: 18px 15px 15px;
    }

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

    .marketum_info_box_content_cont,
    .marketum_reverse_row .marketum_info_box_content_cont {
        padding: 0;
    }

    .marketum_image_box_wrapper {
        display: block;
    }

    .marketum_image_box_info {
        left: 0;
        bottom: 0;
    }

    .marketum_price_item .marketum_price_container .marketum_price {
        font-size: 36px;
    }

    .marketum_price_item .marketum_price_container .marketum_currency {
        font-size: 20px;
    }

    .marketum_blog_carousel_widget .marketum_causes_slider_navigation_container {
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .marketum_blog_carousel_widget .marketum_blog_carousel .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_1 .marketum_additional_fields_container {
        left: 0;
    }

    .marketum_content_slider_wrapper.marketum_view_type_1 .marketum_causes_slider_navigation_container,
    .marketum_content_slider_wrapper.marketum_view_type_2 .marketum_causes_slider_navigation_container,
    .marketum_content_slider_wrapper.marketum_view_type_3 .marketum_causes_slider_navigation_container {
        padding: 39px 55px 31px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_1 .marketum_additional_info_container.first_cont,
    .marketum_content_slider_wrapper.marketum_view_type_1 .marketum_additional_info_container {
        display: none;
    }

    .marketum_preview_container.view_type_1 img {
        width: 100%;
    }

    .marketum_testimonials_wrapper.marketum_view_type_1 .marketum_author_container {
        padding: 0;
    }

    .marketum_testimonials_wrapper.marketum_view_type_1 .marketum_slider_navigation_container {
        right: 0;
    }

    .marketum_shortcodes_tabs_widget .marketum_tabs_titles_container .marketum_tab_title_item a {
        padding: 21px 33px 17px;
    }

    .marketum_delivery_form input[type="text"] {
        margin-bottom: 20px;
    }

    .marketum_shortcodes_tabs_widget .icon {
        margin-top: -19px;
    }

    .marketum_time_line_wrapper .marketum_slider_arrows .slick-dots {
        margin-bottom: 0;
    }

    .marketum_download_doc_widget.view_type_1 {
        padding: 63px 62px 65px;
    }

    .marketum_download_doc_widget.view_type_2 {
        margin-bottom: 20px;
    }

    .marketum_up_heading_overlay {
        top: -10px;
        left: 10px;
    }

    .marketum_content_slider_widget .marketum_slider_arrows .slick-dots {
        margin-bottom: 0;
    }

    .marketum_content_slider_wrapper .marketum_promo_video_container .marketum_video_trigger {
        padding: 36px 43px 34px 33px;
    }

    .marketum_content_slider_wrapper .marketum_promo_video_container .marketum_video_trigger:hover {
        padding: 60px 33px 54px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_2 .marketum_promo_video_container .marketum_video_trigger,
    .marketum_content_slider_wrapper.marketum_view_type_2 .marketum_promo_video_container .marketum_video_trigger:hover {
        padding: 20px 25px 20px;
    }

    .marketum_video_trigger_button_container {
        top: 0;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }

    .marketum_columns_4 .marketum_team_item,
    .marketum_columns_5 .marketum_team_item {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .marketum_content_slider_wrapper .marketum_content_slider_additional_image {
        z-index: 1;
    }

    .marketum_portfolio_slider_widget .slick-center {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .marketum_content_slider_wrapper.marketum_view_type_3 .marketum_additional_fields_container .marketum_video_trigger,
    .marketum_content_slider_wrapper.marketum_view_type_4 .marketum_additional_fields_container .marketum_video_trigger {
        padding: 38px 47px 32px 45px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_3 .marketum_additional_fields_container .marketum_video_trigger:hover,
    .marketum_content_slider_wrapper.marketum_view_type_4 .marketum_additional_fields_container .marketum_video_trigger:hover {
        padding: 40px 47px 34px 45px;
    }

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

    .marketum_view_type_2 .marketum_blog_listing_title {
        margin-bottom: 32px;
    }

    .marketum_testimonials_navigation_container {
        justify-content: space-between;
    }

    .marketum_feedback_title {
        font-size: 42px;
    }

    body .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
        padding-bottom: 14px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_3 .marketum_causes_slider_navigation_container .marketum_slider_arrows .slick-dots {
        margin-top: 0;
    }

    .view_type_type_2 .marketum_button_and_nav_container {
        margin-top: 20px;
    }

    body .elementor-widget-accordion .elementor-accordion .elementor-tab-title a,
    body .elementor-widget-toggle .elementor-toggle .elementor-tab-title a {
        max-width: 90%;
    }

    .marketum_view_type_2 .marketum_blog_listing_item {
        margin-bottom: 62px;
    }
}

@media only screen and (max-width: 769px) {
    .marketum_price_item .marketum_price_button_container .marketum_button {
        padding: 14px 40px 15px;
    }

    .marketum_testimonials_wrapper .slick-dots,
    .marketum_slider_arrows .slick-dots {
        justify-content: center;
    }

    .marketum_work_steps_widget .slick-dots {
        margin-top: 60px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_2 .marketum_promo_video_container .marketum_video_trigger,
    .marketum_content_slider_wrapper.marketum_view_type_2 .marketum_promo_video_container .marketum_video_trigger:hover {
        padding: 20px 18px 20px 25px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .marketum_content_slider_wrapper.marketum_view_type_2 .marketum_promo_video_container .marketum_video_trigger span {
        display: none;
    }

    .marketum_portfolio_slider_widget .marketum_slider_navigation_container .slick-dots {
        justify-content: center;
        margin: -30px 0 30px;
    }

    .marketum_content_slider_wrapper .marketum_promo_video_container .marketum_video_trigger {
        padding: 30px 43px 28px 33px;
    }

    .marketum_cases_list_item,
    .marketum_marketum_cases_listing_wrapper .marketum_cases_list_item {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .marketum_content_slider_wrapper.marketum_view_type_2 .marketum_causes_slider_navigation_container,
    .marketum_content_slider_wrapper.marketum_view_type_3 .marketum_causes_slider_navigation_container {
        padding: 39px 36px 31px 43px;
    }

    .marketum_content_slider_wrapper .marketum_additional_info_container,
    .marketum_content_slider_wrapper .marketum_content_slider_additional_image {
        display: none;
    }

    .marketum_type_horizontal .marketum_price_item_wrapper {
        padding: 40px 0;
        flex-direction: column;
        align-items: center;
    }

    .marketum_type_horizontal.marketum_best_offer_yes .marketum_price_item_wrapper {
        padding-left: 0;
    }

    .marketum_type_horizontal .marketum_custom_fields_container {
        flex-direction: column;
        justify-content: center;
    }

    .marketum_type_horizontal .marketum_price_title_container,
    .marketum_type_horizontal .marketum_custom_fields_container,
    .marketum_type_horizontal .marketum_price_button_container,
    .marketum_type_horizontal .marketum_main_fields_container,
    .marketum_type_horizontal .marketum_secondary_fields_container {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .marketum_type_horizontal .marketum_custom_fields_container {
        width: auto;
        max-width: none;
        flex: auto;
        justify-content: flex-start;
    }

    .marketum_type_horizontal .marketum_main_fields_container,
    .marketum_type_horizontal .marketum_secondary_fields_container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .marketum_price_item .marketum_custom_fields_container .marketum_custom_field {
        padding-left: 0;
    }

    .marketum_price_item .marketum_custom_fields_container .marketum_custom_field.marketum_active_field:before {
        left: -10px;
    }

    .marketum_partners_list {
        flex-wrap: wrap;
    }

    .marketum_partners_item {
        width: 100%;
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
        text-align: center;
        margin-bottom: 30px;
    }

    .marketum_feedback_wrapper {
        padding: 68px 0 110px;
    }

    body .marketum_contacts_divider_container {
        padding-left: 15px;
        padding-right: 15px;
        margin: 15px auto 15px;
    }

    .marketum_person_item_type_2 .marketum_person_info_container {
        text-align: center;
        margin-top: 20px;
    }

    .marketum_person_item_type_2 .marketum_person_socials li {
        margin: 0 10px;
    }

    .marketum_heading_widget .marketum_heading,
    .marketum_time_line_widget .marketum_heading,
    .marketum_causes_slider_widget .marketum_heading,
    .marketum_testimonials_title_cont .marketum_heading,
    .marketum_info_box_carousel_widget .marketum_heading,
    .marketum_donation_carousel_wrapper .marketum_heading,
    .marketum_tours_carousel_widget .marketum_heading,
    body .elementor-widget-heading h3.elementor-heading-title,
    .marketum_testimonials_wrapper.marketum_view_type_2 .marketum_heading {
        font-size: 32px;
    }

    .marketum_recent_posts_widget .marketum_blog_listing_item {
        margin-bottom: 50px;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .marketum_testimonials_wrapper.marketum_view_type_1 .marketum_causes_slider_navigation_container {
        justify-content: flex-start;
        margin: 50px 0 0;
    }

    .marketum_blockquote.marketum_view_type_1 {
        padding-left: 100px;
        font-size: 18px;
    }

    .marketum_blockquote.marketum_view_type_2 {
        padding: 30px 40px 34px;
        font-size: 18px;
    }

    .marketum_stories_wrapper .stories-item > .row {
        flex-direction: column !important;
    }

    .marketum_stories_wrapper .img-box__img {
        margin-bottom: 40px;
    }

    .marketum_stories_wrapper .img-box__img img {
        width: 100%;
    }

    .marketum_blog_listing_widget .marketum_blog_listing_third_row {
        display: block;
        font-size: 0;
        margin-bottom: 0;
    }

    .marketum_blog_listing_widget .marketum_blog_listing_third_row .marketum_blog_listing_item {
        display: inline-block;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .marketum_blog_listing_widget .marketum_blog_listing_third_row .marketum_blog_listing_item:last-of-type {
        margin-bottom: 0;
    }

    .marketum_view_type_1.marketum_columns_3 .marketum_causes_list_item,
    .marketum_view_type_2.marketum_columns_3 .marketum_causes_list_item,
    .marketum_view_type_4.marketum_columns_3 .marketum_causes_list_item,
    .marketum_view_type_1.marketum_columns_4 .marketum_causes_list_item,
    .marketum_view_type_2.marketum_columns_4 .marketum_causes_list_item,
    .marketum_view_type_4.marketum_columns_4 .marketum_causes_list_item,
    .marketum_donation_wrapper.view_type_2 .marketum_donations_item,
    .marketum_recent_donations_wrapper .marketum_donations_item {
        width: 50%;
    }

    .marketum_causes_listing_wrapper.marketum_view_type_3 .marketum_featured_image_container {
        margin-bottom: 30px;
    }

    .marketum_testimonials_wrapper.marketum_view_type_1 .marketum_testimonials_icon {
        width: 60px;
        font-size: 100px;
        line-height: 80px;
    }

    .marketum_testimonials_wrapper.marketum_view_type_1 .marketum_testimonials_content {
        font-size: 20px;
        line-height: 30px;
    }

    .marketum_testimonials_wrapper.marketum_view_type_2 .marketum_causes_slider_navigation_container {
        justify-content: flex-start;
    }

    .marketum_price_item.marketum_type_horizontal,
    .marketum_price_item.marketum_type_horizontal .marketum_price_button_container {
        text-align: center;
    }

    .marketum_price_item.marketum_type_horizontal .marketum_price_title {
        margin-bottom: 25px;
    }

    .marketum_price_item.marketum_type_horizontal .marketum_price_container {
        margin: 15px 0;
    }

    .marketum_events_listing_wrapper .upcoming-item__body {
        padding: 15px 15px 36px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_3 .marketum_promo_video_container {
        left: 0;
    }

    .marketum_color_scheme_mono .marketum_causes_listing_wrapper.marketum_view_type_2 .marketum_causes_list_wrapper {
        padding: 40px 30px;
    }

    .marketum_color_scheme_mono .marketum_causes_listing_wrapper.marketum_view_type_2 .marketum_donate_button_container {
        position: relative;
        margin-top: 30px;
    }

    .marketum_color_scheme_mono .marketum_causes_listing_wrapper.marketum_view_type_2 .marketum_category_container {
        margin-top: 0;
    }

    .marketum_color_scheme_mono .marketum_events_wrapper.marketum_view_type_2 .marketum_event_item .marketum_event_item_wrapper img {
        width: 100%;
        margin-bottom: 30px;
    }

    .marketum_blog_listing_widget .marketum_blog_listing_item.marketum_blog_item_2 .marketum_overlay,
    .marketum_blog_listing_widget .marketum_blog_listing_item.marketum_blog_item_3 .marketum_overlay {
        background: rgba(49,52,95, .7);
    }

    .marketum_content_slider_wrapper.marketum_view_type_1 .marketum_slider_counter {
        display: none;
    }

    .marketum_price_item.marketum_type_horizontal .marketum_price_container .marketum_currency,
    .marketum_price_item.marketum_type_horizontal .marketum_price_container .marketum_price,
    .marketum_price_item.marketum_type_horizontal .marketum_price_container .marketum_period {
        line-height: 24px;
    }

    .marketum_donation_carousel_widget .marketum_slider_arrows:before {
        display: none;
    }

    .marketum_price_item.marketum_type_horizontal {
        padding: 0;
    }

    .marketum_events_listing_wrapper.view_type_1 .marketum_event_listing_item,
    .marketum_events_widget .marketum_event_listing_item {
        width: 50%;
    }

    .marketum_info_box_content_cont {
        padding-left: 0;
        margin-top: 12px;
    }

    .marketum_reverse_row .marketum_info_box_content_cont {
        padding: 0;
    }

    .marketum_info_box_content_cont .marketum_info_box_title {
        font-size: 32px;
    }

    .marketum_tours_carousel_widget .marketum_slider_arrows .slick-dots li {
        margin: 0 0 0 20px;
    }

    .marketum_tours_carousel_widget .marketum_slider_arrows .slick-dots li:first-of-type {
        margin: 0;
    }

    body .elementor .mc4wp-form-fields input[type="email"] {
        max-width: 490px;
    }

    .marketum_calendar_item_details {
        padding: 15px 15px 0;
    }

    .marketum_calendar_item_time {
        text-align: left;
        padding: 0 15px 15px;
    }

    .marketum_calendar_item_link {
        margin-left: 30px;
        top: 5px;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .marketum_testimonials_wrapper.marketum_view_type_2 .marketum_offset_container:before {
        display: none;
    }

    .marketum_price_item .marketum_price_wrapper {
        display: block;
    }

    .marketum_view_type_2 .marketum_item_type_1 .marketum_blog_listing_item_wrapper {
        padding: 254px 32px 30px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_4 .marketum_anchor {
        display: inline-flex;
    }

    .marketum_time_line_wrapper .marketum_slider_arrows .slick-dots {
        justify-content: center;
        margin-top: 60px;
    }

    .marketum_testimonials_wrapper.marketum_view_type_2 .marketum_testimonials_content {
        padding-top: 0;
    }

    .marketum_download_doc_widget.view_type_1 {
        padding: 53px 30px 55px;
    }

    .marketum_careers_listing_title_cont,
    .marketum_careers_listing_link_cont {
        padding: 0;
    }

    .marketum_careers_listing_item {
        padding: 30px 0;
    }

    .marketum_careers_listing_item,
    .marketum_careers_listing_link_cont {
        text-align: center;
    }

    .marketum_careers_listing_title_cont h4,
    .marketum_careers_listing_location,
    .marketum_careers_listing_salary_cont {
        margin-bottom: 20px;
    }

    .marketum_blog_listing_wrapper.marketum_view_type_1 .marketum_blog_listing_item {
        width: 50%;
    }

    .marketum_feedback_wrapper .col-lg-5 {
        text-align: center;
    }
}

@media only screen and (max-width: 737px) {
    .marketum_portfolio_slider_widget .marketum_slider_navigation_container .slick-dots {
        margin: 10px 0 30px;
    }

    body .marketum_contacts_divider_container {
        text-align: center;
    }

    .marketum_testimonials_wrapper .slick-dots,
    .marketum_slider_arrows .slick-dots {
        margin: 10px 0 30px;
    }

    .marketum_cases_list_item,
    .marketum_marketum_cases_listing_wrapper .marketum_cases_list_item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .marketum_content_slider_wrapper.marketum_view_type_1 .marketum_causes_slider_navigation_container,
    .marketum_content_slider_wrapper.marketum_view_type_2 .marketum_causes_slider_navigation_container,
    .marketum_content_slider_wrapper.marketum_view_type_3 .marketum_causes_slider_navigation_container {
        padding: 30px 20px 10px;
        bottom: 115px;
        left: 15px;
        right: auto;
    }

    .marketum_video_promo_text_wrapper {
        padding: 60px 50px 65px;
    }

    .marketum_video_widget .marketum_preview_container {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .marketum_video_trigger_button_container {
        position: static;
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    .marketum_timeline_heading_and_buttons_part {
        margin-bottom: 10px;
    }

    .marketum_portfolio_carousel .marketum_portfolio_listing_item {
        margin-bottom: 0;
    }

    .marketum_columns_2 .marketum_team_item,
    .marketum_columns_3 .marketum_team_item,
    .marketum_columns_4 .marketum_team_item,
    .marketum_columns_5 .marketum_team_item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .marketum_testimonials_wrapper {
        padding: 65px 40px 40px;
    }

    .marketum_testimonials_navigation_container {
        flex-direction: column;
        align-items: flex-start;
    }

    .marketum_testimonials_wrapper .marketum_testimonials_navigation_container .slick-dots {
        margin-top: 35px;
    }

    .marketum_portfolio_slider_widget .slick-center {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .marketum_testimonials_wrapper.marketum_view_type_3 .marketum_offset_container {
        margin: 0;
    }

    .marketum_events_listing_wrapper.view_type_2 .marketum_event_listing_item_title {
        margin-top: 30px;
    }

    .marketum_causes_slider_wrapper.marketum_view_type_1 .marketum_causes_slider_title_part,
    .marketum_causes_slider_wrapper.marketum_view_type_4 .marketum_causes_slider_title_part {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }

    .marketum_causes_slider_wrapper.marketum_view_type_1 .marketum_causes_slider_navigation_container {
        margin-top: 35px;
    }

    .marketum_content_slider_wrapper .marketum_content_slide_wrapper {
        height: auto;
    }

    .marketum_blog_listing_widget .marketum_blog_listing_row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .marketum_blog_listing_widget .marketum_blog_listing_item,
    .marketum_recent_posts_widget .marketum_blog_listing_item {
        margin-bottom: 40px;
    }

    .marketum_blog_listing_widget .marketum_view_type_3 .marketum_blog_listing_item {
        margin-bottom: 0;
    }

    .marketum_blog_listing_widget .marketum_blog_listing_item:last-of-type {
        margin-bottom: 0;
    }

    .marketum_testimonials_navigation_container .marketum_slider_counter {
        justify-content: flex-start;
    }

    .marketum_testimonials_wrapper .marketum_slider_navigation_container {
        margin-left: 0;
    }

    .marketum_type_horizontal .marketum_custom_fields_container {
        padding: 5px 45px 0;
    }

    .marketum_recent_posts_widget .marketum_blog_listing_item {
        max-width: 100%;
        flex: 0 0 100%;
    }

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

    .marketum_feedback_wrapper {
        padding: 48px 0 87px;
    }

    .marketum_blog_listing_widget .marketum_blog_listing_item,
    .marketum_recent_posts_widget .marketum_blog_listing_item,
    .marketum_blog_listing_widget .marketum_blog_listing_item.marketum_blog_item_2,
    .marketum_blog_listing_widget .marketum_blog_listing_item.marketum_blog_item_3,
    .marketum_events_listing_wrapper.view_type_1 .marketum_event_listing_item,
    .marketum_events_widget .marketum_event_listing_item,
    .marketum_donation_wrapper.view_type_2 .marketum_donations_item,
    .marketum_recent_donations_wrapper .marketum_donations_item {
        width: 100%;
    }

    .marketum_blog_listing_widget .marketum_blog_listing_item.marketum_blog_item_2 .marketum_post_info_container,
    .marketum_blog_listing_widget .marketum_blog_listing_item.marketum_blog_item_3 .marketum_post_info_container {
        position: relative;
        padding: 60px 30px;
    }

    .marketum_stories_wrapper .stories-item {
        margin-bottom: 80px;
    }

    .marketum_causes_list_item {
        margin-bottom: 80px;
    }

    .marketum_causes_listing_widget .marketum_pagination {
        margin-top: 0;
    }

    .marketum_causes_listing_widget .marketum_view_type_2 + .marketum_pagination,
    .marketum_causes_listing_widget .marketum_view_type_3 + .marketum_pagination {
        margin-top: 30px;
    }

    .marketum_color_scheme_mono .marketum_testimonials_wrapper.marketum_view_type_3 .marketum_testimonials_item {
        padding: 15px 0;
    }

    .marketum_color_scheme_mono .marketum_testimonials_wrapper.marketum_view_type_3 .marketum_testimonials_item_wrapper {
        box-shadow: none;
    }

    .marketum_color_scheme_mono .marketum_events_wrapper.marketum_view_type_2 .marketum_event_item .marketum_event_item_wrapper {
        padding: 15px 15px 25px;
    }

    .marketum_color_scheme_mono .marketum_events_wrapper.marketum_view_type_2 .marketum_event_item .marketum_event_item_wrapper img {
        margin-bottom: 25px;
    }

    .marketum_content_slider_wrapper .marketum_content_slider_title,
    .marketum_content_slider_wrapper .marketum_content_slider_title span {
        letter-spacing: -1px;
    }

    .marketum_content_slider_wrapper .marketum_causes_slider_navigation_container {
        width: 100%;
        position: static;
    }

    .marketum_content_slider_wrapper.marketum_view_type_5 .marketum_causes_slider_navigation_container {
        bottom: 40px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_1 .marketum_additional_fields_container,
    .marketum_content_slider_wrapper.marketum_view_type_2 .marketum_additional_fields_container,
    .marketum_content_slider_wrapper.marketum_view_type_3 .marketum_additional_fields_container {
        bottom: 56px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_2 .marketum_causes_slider_navigation_container .marketum_slider_arrows .slick-dots,
    .marketum_content_slider_wrapper.marketum_view_type_3 .marketum_causes_slider_navigation_container .marketum_slider_arrows .slick-dots {
        margin-top: 0;
    }

    .marketum_event_calendar_item .marketum_calendar_item {
        margin-bottom: 20px;
    }

    .marketum_event_calendar_item.view_type_2 .marketum_calendar_item_details {
        padding: 23px 15px 0 15px;
    }

    .marketum_event_calendar_item.view_type_2 .marketum_calendar_item_time {
        padding: 0 15px 25px 15px;
    }

    .marketum_testimonials_wrapper .slick-dots,
    .marketum_slider_arrows .slick-dots {
        justify-content: center;
    }

    .marketum_info_box_carousel_widget .marketum_info_box_carousel {
        margin-top: 25px;
    }

    .marketum_testimonials_wrapper .slick-dots li,
    .marketum_slider_arrows .slick-dots li {
        margin: 0 6px 0 0;
    }

    .marketum_causes_slider_widget .marketum_causes_slider_navigation_container {
        margin-top: 27px;
    }

    .marketum_causes_slider_widget .marketum_causes_slider {
        margin-top: 40px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_3 .marketum_slider_counter {
        display: none;
    }

    .marketum_info_box_carousel_wrapper > .container > .row {
        margin-right: auto;
        margin-left: auto;
    }

    .marketum_donation_carousel_widget .marketum_causes_slider_navigation_container {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 30px;
    }

    .marketum_donation_carousel_widget .slick-dots {
        margin-bottom: 0;
    }

    .marketum_donation_carousel_widget .slick-dots li:first-of-type {
        margin-right: 30px;
    }

    .elementor-image-carousel {
        margin-top: 40px;
    }

    body .swiper-container-horizontal > .swiper-pagination-bullets {
        margin-top: 40px;
        text-align: left;
    }

    body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px 0;
    }

    body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
        margin-left: 0;
    }

    .marketum_person_item_type_2 .marketum_person_image_wrapper img {
        width: 100%;
    }

    .marketum_columns_3 .marketum_animals_item,
    .marketum_columns_4 .marketum_animals_item {
        width: 50%;
    }

    .marketum_blockquote.marketum_view_type_1 {
        padding-left: 50px;
        font-size: 18px;
    }

    .marketum_blockquote.marketum_view_type_2 {
        padding: 25px 30px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_4 .marketum_causes_slider_navigation_container {
        bottom: 150px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_4 .marketum_slider_counter {
        display: none;
    }

    .marketum_tours_carousel_widget .marketum_tours_carousel {
        margin-top: 15px;
    }

    .marketum_tours_carousel_widget .marketum_slider_arrows .slick-dots {
        margin: 25px 0 22px;
    }

    .marketum_blog_carousel_widget .marketum_blog_slider_nav_cont {
        flex-direction: column-reverse;
        margin-top: 57px;
    }

    .marketum_blog_carousel_widget  .marketum_slider_arrows .slick-dots li:last-of-type {
        margin: 0;
    }

    body .elementor .mc4wp-form-fields input[type="submit"] {
        margin-top: 30px;
    }

    .marketum_content_slider_wrapper .marketum_button {
        margin-top: 40px;
    }

    .marketum_content_slider_wrapper .marketum_slider_counter:after {
        display: none;
    }

    .terrarium-slider .marketum_causes_slider_title_cont {
        padding-left: 0;
    }

    .marketum_custom_products_list.view_type_2 .marketum_custom_product_item {
        margin-bottom: 50px;
    }

    .terrarium-slider .marketum_button {
        margin-left: 0;
    }

    .marketum_prefooter_wrapper.marketum_prefooter_type_5 {
        padding: 65px 0 15px;
    }

    .marketum_events_widget .marketum_event_listing_item_excerpt {
        margin-bottom: 40px;
    }

    .marketum_achivments_on_mobile .elementor-image-box-wrapper {
        display: flex;
    }

    .marketum_achivments_on_mobile .elementor-image-box-wrapper .elementor-image-box-img {
        margin-top: 3px;
        margin-right: 10px !important;
    }

    body .marketum_logo_carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin-bottom: -40px;
    }

    .marketum_timeline_date {
        padding: 0;
    }

    .marketum_timeline_info_part {
        padding: 42px 15px 0 0;
    }

    .marketum_delivery_form .marketum_truckload_type_select {
        margin-bottom: 20px;
    }

    .marketum_blog_carousel_widget .marketum_heading {
        font-size: 32px;
    }

    .marketum_view_type_2 .marketum_item_type_2 .marketum_blog_listing_content {
        padding: 30px 30px 36px;
    }

    .marketum_shortcodes_tabs_widget .icon {
        margin-top: -19px;
    }

    .marketum_testimonials_wrapper.marketum_view_type_2 .marketum_testimonials_content {
        padding-top: 0;
    }

    .marketum_blockquote.marketum_view_type_1:before {
        display: none;
    }

    .marketum_calculate_cost {
        margin-top: 36px;
    }

    .marketum_calc_button {
        margin-top: 25px;
    }

    .marketum_download_doc_widget.view_type_2 {
        margin-bottom: 20px;
    }

    .marketum_contact_form_field {
        width: 100%;
        padding: 0;
    }

    .marketum_contact_form_field:first-of-type {
        padding: 0;
    }

    body .marketum_blog_listing_excerpt {
        margin-bottom: 32px;
    }

    .marketum_blog_listing_title {
        line-height: 1.3;
    }

    .marketum_pagination nav,
    .woocommerce-pagination nav {
        padding-top: 50px;
    }

    .marketum_blog_listing_meta,
    .marketum_blog_listing_meta a {
        line-height: 22px;
    }

    .marketum_timeline_info_part {
        max-width: 370px;
    }

    .marketum_view_type_2 .marketum_item_type_1 .marketum_blog_listing_item_wrapper {
        padding: 120px 32px 30px;
    }

    body .marketum_content_slider_wrapper.marketum_view_type_6 .marketum_causes_slider_navigation_container {
        bottom: 45px;
    }

    .marketum_testimonials_wrapper .slick-dots,
    .marketum_slider_arrows .slick-dots {
        margin: 30px 0 30px;
    }

    .marketum_linked_item_slider_widget .marketum_testimonials_navigation_container,
    .marketum_linked_item_slider_widget .marketum_testimonials_navigation_container .marketum_slider_arrows .slick-dots {
        margin-bottom: 0;
    }

    .marketum_linked_item_slider_widget .marketum_testimonials_navigation_container .marketum_slider_arrows .slick-dots li {
        margin-bottom: 10px;
    }

    .marketum_linked_items_carousel .slick-track {
        padding: 20px 0;
    }

    .marketum_bg_color_alt .marketum_blog_listing_content_wrapper {
        padding: 39px 30px 42px;
    }

    .marketum_type_vertical .marketum_price_item_wrapper {
        border: solid 2px #222628;
    }

    .marketum_type_vertical .marketum_price_border {
        display: none;
    }

    .marketum_cases_widget_wrapper .marketum_pagination nav {
        padding-top: 0;
    }

    .marketum_prefooter_wrapper.marketum_prefooter_type_2 {
        padding: 50px 0 0;
    }

    .marketum_prefooter_wrapper.marketum_prefooter_type_2 .footer_widget {
        margin-bottom: 30px;
    }

    .marketum_services_slider_widget_wrapper .marketum_slider_arrows .slick-dots {
        margin-top: 47px;
    }

    .marketum_work_steps_divider {
        display: none;
    }

    body .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
        padding-bottom: 14px;
    }

    .marketum_subscirbe input[type="submit"] {
        margin-top: 40px;
        position: static;
    }

    .view_type_type_2 .marketum_button_and_nav_container {
        margin-top: 40px;
    }

    body .elementor-widget-image-box .elementor-image-box-wrapper {
        display: flex;
    }

    body .elementor-widget-image-box .elementor-image-box-content {
        padding-left: 10px;
    }

    .marketum_price_item.marketum_type_vertical .marketum_price_title {
        margin-bottom: 29px;
    }

    .marketum_price_item.marketum_type_vertical .marketum_custom_fields_container {
        display: flex;
        flex-direction: column;
    }

    .marketum_cases_widget .marketum_pagination,
    .marketum_marketum_cases_listing_wrapper .marketum_cases_widget .marketum_pagination {
        margin-top: 34px;
    }

    .marketum_portfolio_listing_item {
        margin-bottom: 30px;
    }

    .marketum_blog_listing_wrapper.marketum_view_type_1 .marketum_blog_listing_item {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .marketum_blog_listing_widget .marketum_pagination nav {
        padding: 0;
        margin-top: -20px;
    }

    .marketum_blog_listing_widget .marketum_view_type_2 + .marketum_pagination nav {
        margin-top: 30px;
    }

    .marketum_timeline_heading_container {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 569px) {
    .marketum_person_item_type_2 .marketum_person_info_container {
        padding-left: 0;
    }

    .marketum_testimonials_wrapper.marketum_view_type_1 .marketum_testimonials_icon {
        display: none;
    }

    .marketum_testimonials_wrapper.marketum_view_type_1 .marketum_testimonials_content {
        width: 100%;
    }

    .marketum_testimonials_wrapper.marketum_view_type_1 .marketum_testimonial,
    .marketum_testimonials_wrapper.marketum_view_type_2 .marketum_testimonial {
        font-size: 18px;
    }

    .marketum_testimonials_wrapper.marketum_view_type_1 .marketum_causes_slider_navigation_container {
        padding-bottom: 0;
        margin-top: 40px;
    }

    .marketum_testimonials_wrapper.marketum_view_type_2 .marketum_heading,
    .marketum_testimonials_wrapper.marketum_view_type_3 .marketum_heading{
        font-size: 32px;
    }

    .marketum_testimonials_wrapper.marketum_view_type_2 .marketum_causes_slider_navigation_container,
    .marketum_testimonials_wrapper.marketum_view_type_3 .marketum_causes_slider_navigation_container {
        justify-content: flex-start;
    }

    .marketum_tabs_titles_container,
    .marketum_tabs_widget.marketum_tabs_vertical {
        flex-direction: column;
    }

    .marketum_tabs_titles_container .marketum_tab_title_item {
        text-align: center;
        margin: 0;
        border: solid 1px #d9e2e0;
    }

    .marketum_tabs_titles_container .marketum_tab_title_item,
    .marketum_tabs_titles_container .marketum_tab_title_item.active {
        border-bottom-color: #ffffff;
    }

    .marketum_tabs_titles_container .marketum_tab_title_item:last-of-type,
    .marketum_tabs_titles_container .marketum_tab_title_item.active:last-of-type {
        border-bottom-color: #d9e2e0;
    }

    .marketum_tabs_titles_container .marketum_tab_title_item a {
        display: block;
        padding: 8px 0;
    }

    .marketum_tabs_content_container {
        padding-top: 20px;
    }

    .marketum_tabs_vertical .marketum_tabs_content_container {
        padding: 20px 30px 21px;
    }

    .marketum_tabs_vertical .marketum_tabs_titles_container {
        max-width: 100%;
        text-align: center;
    }

    body .marketum_tabs_vertical .marketum_tabs_titles_container .marketum_tab_title_item {
        padding: 8px 0;
        border-bottom-color: #ffffff;
    }

    .marketum_tabs_vertical .marketum_tabs_titles_container .marketum_tab_title_item.active {
        border-bottom-color: #ffffff;
        border-right-color: #d9e2e0;
    }

    .marketum_tabs_vertical .marketum_tabs_titles_container .marketum_tab_title_item a {
        padding: 0;
        border: none;
    }

    .marketum_tabs_vertical .marketum_tabs_content_container {
        margin: 0;
    }

    .wpcf7-form .row .col-6 {
        max-width: 100%;
        flex: auto;
    }

    .marketum_view_type_1.marketum_columns_2 .marketum_causes_list_item,
    .marketum_view_type_2.marketum_columns_2 .marketum_causes_list_item,
    .marketum_view_type_4.marketum_columns_2 .marketum_causes_list_item,
    .marketum_view_type_1.marketum_columns_3 .marketum_causes_list_item,
    .marketum_view_type_2.marketum_columns_3 .marketum_causes_list_item,
    .marketum_view_type_4.marketum_columns_3 .marketum_causes_list_item,
    .marketum_view_type_1.marketum_columns_4 .marketum_causes_list_item,
    .marketum_view_type_2.marketum_columns_4 .marketum_causes_list_item,
    .marketum_view_type_4.marketum_columns_4 .marketum_causes_list_item {
        width: 100%;
    }

    .marketum_pagination .nav-links {
        text-align: center;
    }

    .marketum_pagination span, .marketum_pagination a,
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span,
    .woocommerce nav.woocommerce-pagination ul li span.current {
        margin-bottom: 10px;
    }

    .marketum_pagination .next,
    .woocommerce-pagination .next,
    .marketum_pagination .prev,
    .woocommerce-pagination .prev {
        margin-left: 13px;
        margin-right: 13px;
    }

    .marketum_causes_listing_wrapper.marketum_view_type_1 .marketum_donate_button_container,
    .marketum_causes_slider_wrapper.marketum_view_type_1 .marketum_donate_button_container {
        padding: 0;
    }

    .marketum_causes_listing_wrapper.marketum_view_type_3 .marketum_causes_list_item {
        padding: 15px 15px 35px;
    }

    .give-goal-progress .raised {
        justify-content: flex-end;
    }

    .marketum_events_wrapper .marketum_event_item,
    .marketum_recent_posts_widget .marketum_blog_listing_item {
        width: 100%;
    }

    body .marketum_content_wrapper .elementor-widget-text-editor {
        column-count: 1 !important;
    }

    .marketum_columns_2 .marketum_animals_item,
    .marketum_columns_3 .marketum_animals_item,
    .marketum_columns_4 .marketum_animals_item {
        width: 100%;
    }

    .marketum_tabs_titles_container .marketum_tab_title_item {
        width: 100%;
    }

    .marketum_shortcodes_tabs_widget .marketum_tabs_titles_container .marketum_tab_title_item a {
        display: block;
        border: none !important;
    }

    .marketum_delivery_form input[type="date"] {
        margin-bottom: 20px;
    }

    .marketum_calculator_widget .marketum_truckload_type_select {
        margin-bottom: 20px;
    }

    .marketum_location_content_container {
        padding: 28px 20px 31px;
    }

    body .marketum_content_wrapper .marketum_location_item ul li {
        width: 100%;
    }

    .marketum_location_item .marketum_schedule {
        margin-bottom: 30px;
    }

    .marketum_icon_box_item .marketum_icon_box_title .marketum_count_number {
        display: none;
    }

    .marketum_promo_box_item .marketum_promo_box_title {
        padding-left: 0;
    }
}

@media only screen and (max-width: 415px) {
    body .elementor-widget-accordion .elementor-accordion .elementor-tab-title a,
    body .elementor-widget-toggle .elementor-toggle .elementor-tab-title a {
        max-width: 90%;
        padding-right: 10px;
    }

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

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

    .marketum_portfolio_widget .marketum_portfolio_listing_item:nth-child(3n+2) {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .marketum_blog_listing_wrapper.marketum_view_type_3 .marketum_blog_listing_meta {
        margin-bottom: 10px;
    }

    .view_type_type_2 .marketum_button_and_nav_container > .col-2 {
        display: none;
    }

    .view_type_type_2 .marketum_button_and_nav_container > .col-10 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .marketum_services_slider_widget_wrapper.view_type_type_2 .marketum_slider_arrows .slick-dots {
        justify-content: center;
    }

    .marketum_donate_box_item .marketum_donate_wrapper {
        flex-direction: column;
    }

    .marketum_donate_box_item .marketum_donate_wrapper .marketum_donate_title,
    .marketum_donate_box_item .marketum_donate_wrapper .marketum_donate_button_cont {
        margin-bottom: 10px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_2 .marketum_additional_fields_container {
        width: 100%;
        right: auto;
    }

    .marketum_donate_box_item .marketum_donate_wrapper .marketum_current_amount {
        margin-bottom: 15px;
    }

    .marketum_color_scheme_mono .marketum_causes_listing_wrapper.marketum_view_type_3 .marketum_donate_button_container {
        position: relative;
        margin-top: 30px;
    }

    .marketum_filter li {
        margin: 0 30px 0 0;
    }

    .marketum_filter li:after {
        bottom: 10px;
    }

    .marketum_prefooter_wrapper.marketum_prefooter_type_5 {
        padding-bottom: 0;
    }

    .marketum_footer_menu, .marketum_footer_menu ul {
        margin-bottom: 15px;
    }

    .marketum_testimonials_wrapper.marketum_view_type_1 .marketum_author_container {
        margin-top: 30px;
    }

    .marketum_testimonials_wrapper.marketum_view_type_1 .marketum_author_container .marketum_author_container_wrapper {
        padding-left: 0;
        text-align: left;
    }

    .marketum_testimonials_wrapper.marketum_view_type_1 .marketum_author_container .marketum_author_container_wrapper:before {
        display: none;
    }

    .marketum_testimonials_wrapper .slick-dots,
    .marketum_slider_arrows .slick-dots {
        justify-content: center;
    }

    .marketum_time_line_widget .marketum_slider_arrows .slick-dots {
        justify-content: center;
        margin: 40px 0 15px;
    }

    body .elementor .mc4wp-form-fields input[type="email"] {
        max-width: 100%;
    }

    .marketum_top_footer_part_off .marketum_prefooter_wrapper {
        padding-top: 69px;
    }

    .marketum_timeline_heading_container {
        text-align: center;
    }

    .marketum_header_phone_container {
        display: none;
    }

    .marketum_content_slider_wrapper.marketum_view_type_2 .marketum_causes_slider_navigation_container .marketum_slider_counter {
        display: none;
    }

    .marketum_content_slider_wrapper.marketum_view_type_4 .marketum_causes_slider_navigation_container {
        width: 100%;
        height: auto;
        top: auto;
        bottom: 0;
    }

    .marketum_content_slider_wrapper.marketum_view_type_4 .marketum_slider_counter {
        display: none;
    }

    .marketum_content_slider_wrapper.marketum_view_type_4 .marketum_slider_arrows .slick-dots {
        flex-direction: row;
        margin-top: 27px;
    }

    .marketum_content_slider_wrapper.marketum_view_type_4 .marketum_slider_arrows .slick-dots li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .marketum_services_carousel_title_container .marketum_up_heading,
    .marketum_services_carousel_title_container .marketum_heading,
    .marketum_services_carousel_title_container .marketum_button_container {
        text-align: center;
    }

    .marketum_services_slider_widget_wrapper.view_type_type_3 .marketum_services_carousel_title_container {
        margin-bottom: 20px;
    }

    .marketum_services_slider_widget_wrapper.view_type_type_3 .marketum_button_container {
        justify-content: center;
        text-align: center;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 376px) {
    .footer_widget.widget_nav_menu ul.menu li {
        width: 50%;
    }

    .marketum_video_widget .marketum_video_trigger_button .marketum_button_text {
        line-height: 1.38;
    }
}

/* -------------------------------- */
.project__description-wrap {
    position: absolute;
    opacity: 0;
    bottom: 40px;
    left: 40px;
    display: inline-block;
    width: 78%;
    max-width: 260px;
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transition: opacity .2s .3s, -webkit-clip-path 0s .3s;
    transition: opacity .2s .3s, clip-path 0s .3s;
    transition: opacity .2s .3s, clip-path 0s .3s, -webkit-clip-path 0s .3s
}

@media (prefers-reduced-motion: reduce) {
    .project__description-wrap {
        transition: none
    }
}

.project__description {
    position: relative;
    padding: 20px 26px
}

.project__description:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition: transform .35s cubic-bezier(.07, .98, 0, .96)
}

@media (prefers-reduced-motion: reduce) {
    .project__description:after {
        transition: none
    }
}

.project__description .project__title {
    margin-bottom: 0
}

.project__description .project__categories, .project__description .project__title {
    opacity: 0;
    z-index: 2;
    position: relative;
    transition: opacity .2s cubic-bezier(.07, .98, 0, .96)
}

@media (prefers-reduced-motion: reduce) {
    .project__description .project__categories, .project__description .project__title {
        transition: none
    }
}

.project:hover .project__description-wrap {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path .8s cubic-bezier(.07, .98, 0, .96);
    transition: clip-path .8s cubic-bezier(.07, .98, 0, .96);
    transition: clip-path .8s cubic-bezier(.07, .98, 0, .96), -webkit-clip-path .8s cubic-bezier(.07, .98, 0, .96)
}

.project:hover .project__description:after {
    transform-origin: 100% 50%;
    transform: scaleX(1);
    transition: transform .7s cubic-bezier(.07, .98, 0, .96)
}

@media (prefers-reduced-motion: reduce) {
    .project:hover .project__description:after {
        transition: none
    }
}

.project:hover .project__categories, .project:hover .project__title {
    opacity: 1
}

.isotope-filter {
    margin-bottom: 48px
}

.isotope-filter a {
    display: inline-block;
    position: relative;
    padding: 4px 12px;
    border-radius: 3px;
    margin-right: 2px;
    margin-bottom: 8px;
    font-size: 1rem;
    font-weight: 500;
    color: #6e727a
}

.isotope-filter a.active, .isotope-filter a:focus, .isotope-filter a:hover {
    background-color: #bf3834;
    color: #fff
}

.isotope-filter a:last-child {
    margin-right: 0
}

.btQuoteBooking {
    margin-bottom: 0
}

.btQuoteBooking .ui-slider .ui-slider-handle {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    background-color: #bf3834
}

.btQuoteBooking .btQuoteItem label {
    color: #6a7f98
}

.btQuoteBooking .ui-slider {
    background-color: #fff;
    border: 0
}

.btQuoteBooking .ui-slider-horizontal {
    height: 16px
}

.btQuoteBooking .ui-slider-horizontal .ui-slider-handle {
    top: -12px
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal, .btQuoteBooking .btQuoteTotal .btQuoteTotalCurrency, .btQuoteBooking .btQuoteTotalCalc {
    background-color: transparent
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
    justify-content: initial
}

.btQuoteBooking .btQuoteTotalText {
    font-size: 1.5rem
}

.btQuoteBooking .btQuoteTotalCurrency {
    margin-left: auto;
    font-size: 2.25rem;
    line-height: 1.2
}

.btQuoteBooking .btQuoteTotalCalc {
    font-size: 2.25rem;
    line-height: 1.2;
    padding-right: 0
}

.deo-mailchimp-newsletter .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap
}

.deo-field-group {
    flex-wrap: wrap;
    align-items: center
}

.deo-field-group input {
    margin-bottom: 0
}

.newsletter {
    padding: 110px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.newsletter__form {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .newsletter__form {
        max-width: 80%
    }
}

.newsletter__subtitle, .newsletter__title {
    color: #fff
}

.newsletter__title {
    font-size: 2.375rem
}

.newsletter__subtitle {
    font-size: 1.25rem;
    margin-bottom: 44px
}

.newsletter__form, .newsletter__input, .newsletter__submit {
    display: inline-block
}

.newsletter .deo-field-type-input, .newsletter .deo-field-type-submit {
    flex-basis: 100%
}

.newsletter .deo-field-type-input {
    margin-bottom: 10px
}

@media only screen and (min-width: 576px) {
    .newsletter .deo-field-type-input {
        margin-right: 15px;
        margin-bottom: 0;
        flex: 2 0 0
    }

    .newsletter .deo-field-type-submit {
        flex: 1 0 0
    }
}

@media only screen and (max-width: 767px) {
    .newsletter .deo-field-type-submit input {
        position: relative;
        width: 100%
    }
}

.page-404-section {
    padding: 15% 0
}

@media only screen and (min-width: 1025px) {
    .page-404-section {
        padding: 10% 0
    }
}

.page-404__title {
    font-size: 2rem
}

.page-404__text {
    font-size: 1.125rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.page-404__img {
    max-height: 291px
}

@media only screen and (max-width: 1024px) {
    .page-404__img {
        max-height: 180px
    }

    .marketum_linked_item_slider_widget .marketum_testimonials_navigation {
        padding-left: 0;
        padding-right: 0;
    }

    .marketum_linked_items_carousel .marketum_item_link,
    .marketum_linked_item_slider_widget .marketum_linked_slider_item img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .page-404__title {
        font-size: 3rem
    }
}

@media only screen and (max-width: 769px) {
    .marketum_team_item {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 415px) {
    .marketum_timeline_info_part {
        max-width: 400px;
    }

    .marketum_team_image_container img {
        width: 70%;
        margin: 0 auto;
    }

    .marketum_team_item_content_container {
        text-align: center;
    }
}

@media only screen and (max-width: 376px) {
    .marketum_timeline_info_part {
        max-width: 360px;
    }
}

@media only screen and (max-width: 321px) {
    .marketum_timeline_info_part {
        max-width: 305px;
    }
}

@keyframes image_clip_right {
    from {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0);
    }
    to {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}.elementor-widget-image-box .elementor-image-box-content{width:100%;}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex;}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{flex-direction:row-reverse;text-align:end;}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{flex-direction:row;text-align:start;}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto;}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start;}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center;}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end;}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-bottom:15px;margin-left:auto !important;margin-right:auto !important;}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block;}.elementor-widget-image-box .elementor-image-box-img img{display:block;line-height:0;}.elementor-widget-image-box .elementor-image-box-title a{color:inherit;}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center;}.elementor-widget-image-box .elementor-image-box-description{margin:0;}.elementor-widget-image{text-align:center;}.elementor-widget-image a{display:inline-block;}.elementor-widget-image a img[src$=".svg"]{width:48px;}.elementor-widget-image img{display:inline-block;vertical-align:middle;}.elementor-tab-title a{color:inherit;}.elementor-accordion{text-align:start;}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc;}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none;}.elementor-accordion .elementor-tab-title{cursor:pointer;font-weight:700;line-height:1;margin:0;outline:none;padding:15px 20px;}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em;}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{height:1em;width:1em;}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right;}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left;}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block;}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none;}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block;}.elementor-accordion .elementor-tab-content{border-top:1px solid #d5d8dc;display:none;padding:15px 20px;}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px;}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em;}.elementor-accordion .elementor-tab-content{padding:7px 15px;}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow);}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit;}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px;}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px;}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px;}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px;}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px;}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em;}.fa-xs{font-size:.75em;}.fa-sm{font-size:.875em;}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0;}.fa-ul>li{position:relative;}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit;}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em;}.fa-pull-left{float:left;}.fa-pull-right{float:right;}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em;}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em;}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite;}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite;}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg);}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg);}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg);}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1);}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1);}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1);}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none;}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:#fff;}.fa-500px:before{content:"";}.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-threads:before{content:"";}.fa-threads-square: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-x-twitter:before{content:"";}.fa-x-twitter-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;}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900;}