/* General CSS */
.cta-block, .ebs-changelog, .mb-w-tab-content, .careers-accordion, .blog-article-card,
.blog-featured-post, .blog-side-featured-box, .blog-newsletter-block, .js-accordion-item, .uc-features-wrapper,
.setup-tablet-nav, .sidebar-nav, .progression-bar, .mb-form-wrapper, .mb-glass-square {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
.mb-glass-content-wrapper, .mb-glass-cta, .blur-blog-card {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}
.mb-use-case-wrapper .uc-underline {
    bottom: -4px;
    height: 6px;
}

.mb-button-wrapper.cta .wistia_embed > div {
    display: inline-grid;
    width: 100% !important;
}
button:focus, input[type="submit"]:focus {
    outline: none;
}
div:not(.mb-trusted-by-right) > .fade-up {
    opacity: 0;
}
div:not(.mb-trusted-by-right) > .fade-up:nth-child(2), .mb-trusted-by-right .fade-up:nth-child(even) {
    transition-delay: .2s !important;
}
div:not(.mb-trusted-by-right) > .fade-up:nth-child(3) {
    transition-delay: .4s !important;
}
div:not(.mb-trusted-by-right) > .fade-up:nth-child(4) {
    transition-delay: .6s !important;
}
div:not(.mb-trusted-by-right) > .fade-up:nth-child(5) {
    transition-delay: .8s !important;
}
.press-article-item-link:hover .press-article-link {
    color: #fc2c03;
}
.press-article-item-link:hover .press-article-link img {
    filter: none;
}


.mb-back:hover .mb-back-arrow.left {
    -webkit-transform: translateX(-10px) rotate(180deg);
    -ms-transform: translateX(-10px) rotate(180deg);
    transform: translateX(-10px) rotate(180deg);
}
.mb-back:hover .mb-back-arrow.white {
    filter: none;
}
.mb-back .mb-paragraph {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mb-back:hover .mb-paragraph {
    color: #fc2c03;
}

.mb-lightbox-link .mb-paragraph {
    opacity: 0.7;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.mb-lightbox-link:hover .mb-paragraph {
    opacity: 1;
    transform: translateX(5px);
}

/* Blog CSS */
.blog-guide-body .w-richtext figure {
    max-width: 100%;
    margin: 20px 0;
}
.blog-guide-body br {
    display: none;
}
.page-container-blog .w-richtext figure {
    max-width: 80%;
}

/* Nav CSS */
.mb-section.navigation .mb-nav-menu .mb-nav-menu-link.red-underline::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    height: 2px;
    background-color: #fc2c03;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.mobile-fullscreen-menu-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}
.mb-nav-menu.mobile-fullscreen.is-active .mobile-fullscreen-menu-wrapper {
    opacity: 1;
    visibility: visible;
}
.mobile-fullscreen-menu {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
}
.mb-nav-menu.mobile-fullscreen.is-active .mobile-fullscreen-menu {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.mb-nav-menu.mobile-fullscreen.is-close .mobile-fullscreen-menu {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

/* Homepage CSS */
.mb-trusted-by .fade-right {
    transition-delay: .2s !important;
}
.mb-workflows-carousel-link span.carousel-link-text::after {
    content: '';
    width: 0%;
    display: block;
    border-bottom: 2px solid #FC2C03;
    padding-top: 5px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
.mb-workflows-carousel-link.active span.carousel-link-text::after {
    width: 100%;
}
.mb-workflows-carousel-link.unload span.carousel-link-text::after {
    margin-left: auto;
}
.mb-workflows-carousel-link-wrapper > .mb-workflows-carousel-link:last-child {
    margin-bottom: 0;
}

.mb-testimonial .owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}
.mb-testimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 20px 0 0 -8px;
    text-align: left;
}
.mb-testimonial .owl-theme .owl-dots .owl-dot span {
    background: #ffffff73;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.mb-testimonial .owl-theme .owl-dots .owl-dot.active span {
    background: #fffc;
}
.mb-testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.mb-testimonial .owl-dots {
    display: none !important;
}
.mb-testimonial .mb-owl-carousel-line-link.active > .mb-owl-carousel-line {
    background-color: #FFF;
}
.mb-home-video video {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mb-home-video video:hover {
    box-shadow: 0 0 75px 10px rgb(96 126 136 / 38%);
}


/* Why Evercast CSS */
.mb-watch-video-wrapper .mb-background-video > video {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
	height: 100%;
    width: auto;
    margin-left: auto;
    display: block;
    margin-right: 180px;
}
.mb-section.feature .w-background-video > video {height: auto !important;}
.mb-section.feature .w-background-video {
	overflow: visible;
    padding-bottom: 56.25%;
    height: auto;
}
.mb-section.feature.locked .panel__img-col {
	transform: none !important;
}
.mb-watch-video p {
	-webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.mb-watch-video:hover p {
	text-shadow: 0 2px 6px #000000bd;
}

.mb-feature-image-container {
	transition-delay: .4s !important;
}
.feature-image-fade, .mb-feature-copy > div {
    opacity: 0;
}

/* Workflows CSS */
.mb-uc-testimonial-container .owl-dots {
    display: none !important;
}
.mb-uc-testimonial-container .mb-owl-carousel-line-link:not(.active):hover .mb-owl-carousel-line:not(.indicator) {
    background-color: hsla(0, 0%, 100%, 0.75);
}
.mb-owl-carousel-line-link.active > .mb-owl-carousel-line {
    background-color: #FFF;
}
.mb-blur-image {
    filter: blur(20px);
}
.mb-section.mb-uc-created-by .mb-numbered-column .fade-up {
    transform-style: flat !important;
}
.mb-use-case-top-link:not(.w--current) .mb-use-case-top-link-inner .mb-paragraph.b1 {
    opacity: 0.6;
}
.mb-use-case-top-link:not(.w--current):hover .mb-use-case-top-link-inner .mb-paragraph.b1 {
    opacity: 0.8;
}
.mb-use-case-top-link.w--current .mb-use-case-top-link-inner .mb-paragraph.b1 {
    opacity: 1;
}
.mb-uc-tab-link:not(.w--current) p.mb-mono-heading.m1, .mb-uc-tab-link:not(.w--current) h3.mb-heading.h3,
.mb-uc-tab-link-inside:not(.w--current) .mb-uc-tab-link-inside-line, .mb-uc-tab-link-inside:not(.w--current) h5.mb-mono-heading.m1,
.mb-uc-tab-link:not(.w--current) .mb-uc-tab-link-inside-line {
    opacity: 0.3;
}
.mb-uc-tab-link:not(.w--current):hover p.mb-mono-heading.m1, .mb-uc-tab-link:not(.w--current):hover h3.mb-heading.h3,
.mb-uc-tab-link-inside:not(.w--current):hover .mb-uc-tab-link-inside-line, .mb-uc-tab-link-inside:not(.w--current):hover h5.mb-mono-heading.m1,
.mb-uc-tab-link:not(.w--current):hover .mb-uc-tab-link-inside-line {
    opacity: 0.8;
}
.mb-uc-tab-link-inside.w--current .mb-uc-tab-link-inside-line, .mb-uc-tab-link.w--current .mb-uc-tab-link-inside-line {
    background-color: #fc2c03;
}
.mb-uc-tab-link > *, .mb-uc-tab-link-inside > *, .mb-use-case-top-link .mb-use-case-top-link-inner .mb-paragraph.b1 {
    transition: all 300ms ease;
}

/* Pricing CSS */
.mb-pricing-background {
    filter: blur(60px);
}
.mb-pricing-square, .mb-pricing-square * {
    transition: all 800ms ease;
}
.mb-pricing-square .mb-button {
    transition: none;
}

/* Form CSS */
.mb-form-wrapper label, .mb-form-wrapper input:not([type="radio"]), form.hs-form input:not([type="radio"]) {
    -webkit-appearance: none !important;
}
.mb-form-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.mb-form-input-wrapper::after {
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: hsla(0, 0%, 100%, 0.65);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mb-form-input-wrapper.active::after {
    width: 100%;
}
.mb-form-input-wrapper.unload::after {
    margin-left: auto;
}

.mb-form-input-wrapper label.small {
    font-size: 13px;
    top: 5px;
}
.mb-form-input-wrapper select option {
    color: #fff;
    background-color: #252525;
}
.mb-form-input-wrapper .mb-form-label {
    pointer-events: none;
}
.w-form .mb-form-input-wrapper select.mb-form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.w-form .mb-form-input-wrapper select.mb-form-input::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #bbbbbb;
    content: "";
    display: block;
    height: 0px;
    position: absolute;
    pointer-events: none;
    top: 19px;
    right: 10px;
    width: 0px;
}



/* Hubspot Form CSS */
.cs-form-wrapper {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}
.hs_recaptcha {
    display: none;
}
form.hs-form div.hs-form-field {
    margin-bottom: 18px;
    position: relative;
}
form.hs-form input:focus, form.hs-form select:focus {
    outline: none !important;
}
form.hs-form input.hs-input, form.hs-form select.hs-input,
form.hs-form input[type="submit"] {
    width: 100%;
    height: 56px;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    color: #FFF;
    background: rgba(255,255,255,0.12);
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.16);
}
form.hs-form input[type="submit"] {
    background: #fc2c03;
}
form.hs-form ul.no-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 -10px;
}
form.hs-form ul.no-list label {
    color: #fc2c03;
    font-size: 13px;
}
form.hs-form select.hs-input option {
    color: #000;
}
.hs-fieldtype-select div.input select.hs-input {
    -webkit-appearance: none;
    -moz-appearance: none;
}
form.hs-form input[type="submit"] {
    cursor: pointer;
}
form.hs-form fieldset {
    max-width: 100%;
}
form.hs-form div.input {
    text-align: left;
}
form.hs-form .form-columns-2 div.input {
    margin-right: 15px;
}
form.hs-form fieldset.form-columns-1 .input, form.hs-form .form-columns-2 > div.field:nth-child(2) div.input {
    margin-right: 0;
}
form.hs-form input[type="radio"] {
    height: 18px;
    width: 18px;
}
form.hs-form label {
    color: #FFF;
    text-align: left;
    font-weight: 500;
}
form.hs-form ul.inputs-list {
    padding: 2px 0 0 0;
    list-style: none;
}
form.hs-form ul.inputs-list li label span {
    color: #FFF;
    font-weight: 500;
    margin-left: 8px;
    display: inline-block;
    position: relative;
    top: -3px;
}
form.hs-form ul.inputs-list li:first-child {
    margin-right: 15px;
    float: left;
}
form.hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}
.hbspt-form .submitted-message p {
    font-size: 27px;
    line-height: 38px;
    color: #FFF;
}
form.hs-form input[type="submit"] {
    text-transform: uppercase;
}


input::-webkit-input-placeholder, select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
input::-moz-placeholder, select::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
input:-ms-input-placeholder, select:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
input:-moz-placeholder, select:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

/* Testimonial CSS */
.mb-underline.indicator.active, .mb-uc-tab-link-inside-indicator.active {animation-name: grow;animation-timing-function: linear;animation-play-state: running;animation-duration: 7s;}
#slider .mb-owl-carousel-line-link.active .mb-owl-carousel-line.indicator {animation-name: grow;animation-timing-function: linear;animation-play-state: running;animation-duration: 12s;}
#slider .mb-owl-carousel-line-link.current .mb-owl-carousel-line.indicator {
    width: 100%;
}
#slider .mb-owl-carousel-line-link.current .mb-owl-carousel-line:not(.indicator),
#slider .mb-owl-carousel-line-link.unload .mb-owl-carousel-line:not(.indicator) {
	background-color: hsla(0, 0%, 100%, 0.75);
}
#slider .mb-owl-carousel-line-link.unload .mb-owl-carousel-line.indicator {
    margin-left: auto;
}


.mb-underline.indicator.pause, .mb-uc-tab-link-inside-indicator.pause, .mb-owl-carousel-line-link.pause .mb-owl-carousel-line.indicator {animation-play-state: paused !important;}
@keyframes grow {
    from {width:0%;}
    to {width:100%;}
}

/* Responsive CSS */
@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .mb-watch-video {
        right: -9rem;
        bottom: -80px;
    }
}
@media screen and (min-width: 1920px) {
    .mb-pricing-square:not(.active) .mb-heading.h3.pricing {
        font-size: 22px;
        line-height: 28px;
    }
}
@media screen and (max-width: 1919px) and (min-width: 992px) {
    .mb-pricing-square:not(.active) .mb-heading.h3.pricing {
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width: 1439px) and (min-width: 768px) {
    .mb-pricing-square:not(.active) .mb-heading.h2 {
        font-size: 42px;
        line-height: 48px;
    }
}
@media screen and (max-width: 1279px) {
    .mb-section.mb-glow-video-hero .w-background-video>video {
        height: auto;
    }
    form.hs-form input.hs-input, form.hs-form select.hs-input {
        padding: 15px 20px;
        font-size: 14px;
    }
    form.hs-form div.hs-form-field {
        position: relative;
        margin-bottom: 15px;
    }
    form.hs-form input[type="submit"] {
        font-size: 16px;
        padding: 14px 0;
    }
    .hs-fieldtype-select div.input::after {
            top: 10px;
    }
}
@media screen and (min-width: 992px) {
    .mb-testimonial .mb-owl-carousel-line-link:not(.active):hover .mb-owl-carousel-line:not(.indicator) {
        background-color: hsla(0, 0%, 100%, 0.75);
    }

    /* Pricing CSS */
    .mb-pricing-square:not(.active) .mb-heading.h2 {
        font-size: 48px;
        line-height: 54px;
    }
    .mb-pricing-square:not(.active) .mb-pricing-square-price {
        font-size: 50px;
        line-height: 50px;
    }
    .mb-pricing-square:not(.active) .mb-paragraph.b2 {
        font-size: 13px;
        line-height: 18px;
    }
    .mb-pricing-square:not(.active) .mb-paragraph.b1 {
        font-size: 17px;
        line-height: 21px;
    }
}
@media screen and (max-width: 991px) {
    .mb-hero-glass-wrapper {
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }
    .mb-section.mb-glow-video-hero .w-background-video>video {
        right: -115%;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .mb-pricing-square:not(.active) .mb-heading.h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .mb-pricing-square:not(.active) .mb-heading.h3.pricing {
        font-size: 22px;
        line-height: 30px;
    }
}
@media screen and (min-width: 768px) {
    .hamburger {
        display: none!important;
    }
    .mb-pricing-square.enterprise .mb-button {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .w-nav-overlay {
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
    .w-nav[data-collapse="small"] .w-nav-menu.mb-nav-menu.mobile-fullscreen {
        display: block;
    }
    .mb-uc-testimonial-container .mb-owl-carousel-line:not(.indicator) {
        width: 70px;
    }
    .mb-uc-testimonial-container .mb-owl-carousel-line-link {
        margin-right: 10px;
        margin-left: 10px;
    }
    .mb-section.mb-glow-video-hero .w-background-video>video {
        right: -100%;
        bottom: -112%;
        width: 140%;
    }
}
@media screen and (max-width: 480px){
    form.hs-form .form-columns-2 div.input {
        margin-right: 0;
    }
    form.hs-form .form-columns-2 .hs-form-field input, form.hs-form .form-columns-2 .hs-form-field select {
        width: 100% !important;
    }
    form.hs-form .form-columns-2 .hs-form-field input[type="radio"] {
        width: 18px !important;
    }
}
@media screen and (max-width: 479px){
    .mb-use-case-top-bar .uc-underline {
        display: none;
    }
    .hbspt-form .submitted-message p {
        font-size: 22px;
        line-height: 34px;
    }
    .mb-section.mb-glow-video-hero .w-background-video>video {
        bottom: -107%;
    	width: 190%;
    }
    .mb-section.mb-glow-video-hero .mb-watch-video-wrapper.mb-why .w-background-video>video {
        bottom: -123%;
    }
}