body {
    overflow-x: hidden;
    font-variant-numeric: lining-nums proportional-nums;
}

body.no-scroll {
    overflow: hidden;
}

body.no-scroll .header-bottom .elementor-nav-menu__container {
    position: fixed;
    top: 40px !important;
    left: 0 !important;
    right: 0;
    width: 100% !important;
}

/* Buttons */
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-weight: 600;
    background: transparent;
    border-radius: 0;
    text-decoration: none;
    transition: background-color 0.2s ease-out, color 0.2s ease-out, border-bottom-color 0.2s ease-out;
}

.button:focus,
.button:hover {
    outline: none;
    background: transparent;
}

.button-link {
    padding: 0;
    display: flex;
    align-items: center;
    line-height: 17px;
}

.button-link span {
    display: inline-block;
}

.button--light span {
    border-bottom: 1px solid #fff;
}

.button--light:hover {
    background: transparent;
}

.button--danger,
a.button--danger {
    color: #fff;
    background: rgba(237, 64, 55, 1);
}

.button--danger:hover,
a.button--danger:hover,
.button--danger:focus,
a.button--danger:focus {
    color: #fff;
    background: rgba(237, 64, 55, 1);
}

.button-link.button--danger {
    background: transparent;
    color: rgba(237, 64, 55, 1);
}

.button-link.button--danger:hover,
.button-link.button--danger:focus {
    color: rgba(237, 64, 55, 1);
    background: transparent;
}

.button--danger span {
    border-bottom: 1px solid rgba(237, 64, 55, 1);
}

.button-outline--danger {
    color: rgba(237, 64, 55, 1);
    border: 1px solid rgba(237, 64, 55, 1);
}

.button-outline--danger:hover,
.button-outline--danger:focus {
    color: rgba(237, 64, 55, 1);
    border: 1px solid rgba(237, 64, 55, 1);
}

.button--heart {}

.button--heart::before {
    content: "";
    margin-right: 12px;
    width: 18px;
    height: 18px;
    background: url("/wp-content/uploads/2025/08/heart-icon.svg") no-repeat center;
}

.button--arrow::after {
    content: "";
    margin-left: 8px;
    width: 17px;
    height: 13px;
    background: url("/wp-content/uploads/2025/08/arr-right-primary-icon.svg") no-repeat center;
}

.button--danger.button--arrow::after {
    background: url("/wp-content/uploads/2025/08/arr-right-danger-icon.svg") no-repeat center;
}

.button--star::before {
    content: "";
    margin-right: 12px;
    width: 18px;
    flex: 0 0 18px;
    height: 19px;
    background: url("/wp-content/uploads/2025/08/star-icon.svg") no-repeat center;
}

.button--lg {
    /*padding-top: 14px;*/
    height: 62px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    text-transform: uppercase;
}

.button--lg .button__text {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: initial;
}

.button--text {
    flex-direction: column;
}

/*.button--discover {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
}*/

/* Modal */
.modal {}

.modal.hidden {
    display: none;
}

.modal__header {
    position: relative;
    padding: 46px 50px 20px 50px;
}

.modal__title {
    position: relative;
    color: #1a1a1a;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
    text-transform: uppercase;
}

.modal__title span {
    display: inline-block;
    color: #0f75bb;
    font-size: 16px;
    text-transform: none;
}

.modal__body {
    position: relative;
    padding: 20px 50px 20px 50px;
    color: #252525;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-variant-numeric: lining-nums proportional-nums;
}

.modal__footer {
    padding: 20px 50px 50px 50px;
}

/* Tabs */
.tabs {
    position: absolute;
    display: flex;
    top: -50px;
    left: 50px;
}

.tab {
    width: 164px;
    height: 50px;
    background: rgba(37, 37, 37, 1);
    border: none;
    border-radius: 0;
    color: #fff;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 38px;
    text-transform: uppercase;
}

.tab + .tab {
    margin-left: 10px;
}

.tab:hover,
.tab:focus {
    background: rgba(37, 37, 37, 1);
}

.tab.is-active {
    color: rgba(37, 37, 37, 1);
    background: #fff;
}

.tab-content {
    display: none;
}

.tab-content.is-active {
    display: block;
}

/* Assets */
.assets {}

.assets__list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style-type: none;
}

.assets__item {
}

.assets__item + .assets__item {
    margin-left: 12px;
}

.assets__discover {
    margin-top: 30px;
}

.assets__discover-button {}

.assets-modal-widget {}

.assets-modal-header,
.assets-modal-buttons-wrapper {
    display: none !important;
}

.assets-modal-close-button {
    margin: 0;
    top: 50px;
    right: 50px;
    width: 23px;
    height: 23px;
    z-index: 9;
    background: url("/wp-content/uploads/2025/08/times-icon.svg") no-repeat center/contain;
}

.assets-modal-message {
    max-height: 90vh;
    overflow: auto;
}

.assets-modal-widget-content {
    padding: 0 !important;
    width: 100% !important;
    max-width: 700px;
    background: #fff;
}

.modal-family .modal__header {
    position: relative;
    width: 100%;
    height: 454px;
    background: url("/wp-content/uploads/2025/08/brothers.jpg") no-repeat center;
}

.modal-family .modal__title {
    position: absolute;
    padding: 46px 50px 20px 50px;
    top: 0;
    left: 0;
    z-index: 3;
}

.modal-family .modal__body {
    padding-top: 44px;
}

.family__footer,
.financing__footer {
    display: flex;
}

.family__footer .button,
.financing__footer .button {
    width: 49%;
}

.modal__footer .button + .button {
    margin-left: 2%;
}

.modal-financing .modal__body {
    padding-top: 10px;
}

.modal-locations .modal__header {
    padding-bottom: 12px;
}

.modal-locations .modal__body {
    padding: 0;
}

.modal-locations .places {
    padding: 0 50px 20px 50px;
}

/* Options */
.options {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.option {
    position: relative;
    padding-left: 110px;
}

.option::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.option--icon::before {}

.option--financing::before {
    background-image: url("/wp-content/uploads/2025/08/financing.svg");
}

.option--payment::before {
    background-image: url("/wp-content/uploads/2025/08/payment.svg");
}

.option--hand::before {
    background-image: url("/wp-content/uploads/2025/08/hand.svg");
}

.option--easy::before {
    background-image: url("/wp-content/uploads/2025/08/easy.svg");
}

.option + .option {
    margin-top: 26px;
}

.option__title {
    color: #252525;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
}

.option__title span {
    color: #ed4037;
}

.option__text {
    margin-top: 3px;
    color: #252525;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.instruments {
    margin-top: 33px;
    display: flex;
}

.instrument {
    width: 49%;
    height: 285px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
}

.instrument + .instrument {
    margin-left: 2%;
}

.instrument__image {}

.places {
    margin: 0 0 27px 0;
    padding: 0;
    list-style-type: none;
    column-count: 3;
    column-width: 150px;
    font-family: "Raleway", sans-serif;
}

.place {
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.places--lg .place {
    font-size: 24px;
    line-height: 180%;
}

.place--link {
    color: #0f75bb;
}

.place + .place {}

.map {
    width: 100%;
    height: 655px;
    background: #eee;
}

.map--lg {
    height: 842px;
}

.unit {}

.unit + .unit {
    margin-top: 40px;
}

.unit__title {
    margin: 0 0 25px 0;
    color: #1a1a1a;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    text-transform: uppercase;
}

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

.reason {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    color: #373737;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.reason::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url("/wp-content/uploads/2025/08/check-circle.svg") no-repeat center/cover;
}

.reason + .reason {
    margin-top: 15px;
}

.aparts {
    margin: 0;
    padding: 0;
    display: grid;
    column-gap: 28px;
    row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
}

.apart {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    color: #252525;
    font-family: "Raleway", sans-serif;
}

.apart::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.apart--personalized::before {
    background-image: url("/wp-content/uploads/2025/08/personalized-icon.svg");
}

.apart--respect::before {
    background-image: url("/wp-content/uploads/2025/08/respect-icon.svg");
}

.apart--behind::before {
    background-image: url("/wp-content/uploads/2025/08/behind-icon.svg");
}

.apart--honest::before {
    background-image: url("/wp-content/uploads/2025/08/honest-icon.svg");
}

.apart__title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
}

.apart__text {
    font-size: 18px;
    line-height: 26px;
}

.discover__button {
    width: 100%;
}

/* Header */
body.is-fixed {}

.header-top {}

.header-bottom {
    padding-right: 50px;
    background-position: 40px center;
    background-repeat: no-repeat;
}

.header-bottom-logo {
    display: none;
}

body.is-fixed .header-bottom {
    position: fixed;
    /*top: 0;*/
    padding: 0 50px;
    right: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 4px 10px 0 rgba(48, 48, 48, 0.09);
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

body.is-fixed .header-bottom-logo {
    display: block;
}

/* Our Services */
.services-badge {
    position: relative;
}

.services-badge::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 61px;
    height: 61px;
    background: url("/wp-content/uploads/2025/08/badge-star.svg") no-repeat center;
}

/* Mount */
.mount {
    display: flex;
    flex-direction: column;
}

/*.mount--hero {
    height: 150px;
}*/

.mount__actions {
    display: flex;
}

.mount__call {
    margin: 0 40px 0 0;
    width: 279px;
}

/*.mount__google {
    display: block;
}*/

.mount__licence {
    margin-top: auto;
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    font-family: "Raleway", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
}

.header-mobile-logo {
    display: none;
}

/* Hero Video */
.hero__screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.hero__video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero__video-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(23, 23, 23, 0.00) 0%, #171717 100%);
}

.hero__video-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2025/08/dots-2.png") repeat center;
}

.hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.header-menu-mob-link {
    display: none !important;
}

.header-menu-google {
    margin: 13px 40px 0 !important;
    border-top: 1px solid #fff !important;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
}

.header-menu-google .elementor-item {
    height: 71px;
    border: 1px solid #fff;
    font-size: 0 !important;
    background: url("/wp-content/uploads/2025/08/5-star-m.svg") no-repeat center;
}

.header-menu-call {
    margin: 0 40px 0 !important;
    padding-bottom: 30px !important;
}

.header-menu-call .elementor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 62px;
    background: #ed4037;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
}

.header-menu-call .elementor-item span {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-transform: none !important;
}

/* Man */
.man-wrapper {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.man {
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 10px 10px 57px;
    width: 360px;
    height: 70px;
    color: #fff !important;
    background: #2d2d2d;
    border-radius: 15px 0 0 15px;
    font-family: "Raleway", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
}

.man:hover,
.man:active {
    color: #fff !important;
}

.man--desktop {}

.man--mobile {
    display: none;
}

.man__title {
    position: relative;
    margin-right: 28px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
}

.man__title::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -37px;
    width: 24px;
    height: 24px;
    background: url("/wp-content/uploads/2025/08/message-icon.svg") no-repeat center/cover;
}

.man__title-text {
    display: block;
    font-size: 13px;
    line-height: 14px;
}

.man__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 191px;
    height: 178px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    background-image: url("/wp-content/uploads/2025/08/man.png");
}

.man__status {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    width: 81px;
    height: 38px;
    font-size: 15px;
    font-weight: 800;
    border-radius: 30px;
    background: #04b22a;
}

.elementor-element.elementor-fixed.elementor-widget-button {
    z-index: 9 !important;
}

.request-quote-fixed {
    display: none !important;
}

.elementor-lightbox .elementor-video-container.elementor-lightbox-prevent-close {
    width: auto;
}

.air-work .elementor img {

}

@media (max-width: 1024px) {
    .header-bottom {
        position: fixed;
        top: 0;
        right: 0;
        padding: 0 15px;
        width: 100%;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 99;
        box-shadow: 0 4px 10px 0 rgba(48, 48, 48, 0.09);
        animation-name: fadeInDown;
        animation-duration: 0.5s;
        animation-fill-mode: both;
    }

    body.is-fixed .header-bottom {
        padding: 0 15px;
    }

    .header-bottom-logo {
        display: none !important;
    }

    .header-menu,
    .header-mobile-logo,
    .header-menu-contact {
        width: auto !important;
        flex-grow: initial;
    }

    .header-menu .elementor-nav-menu--dropdown {
        background: #0f75bb !important;
    }

    .header-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        margin-top: 9px !important;
    }

    .header-mobile-logo {
        display: block;
        font-size: 0 !important;
    }

    .header-menu .elementor-item:focus {
        background-color: #0f75bb !important;
    }

    .header-menu .elementor-item.highlighted,
    .header-menu .elementor-item.has-submenu.highlighted + .elementor-nav-menu--dropdown,
    .header-menu .elementor-item:hover,
    .header-menu .elementor-nav-menu--dropdown a:hover{
        background-color: #00497c !important;
    }

    .header-menu .header-menu-google .elementor-item:hover,
    .header-menu .header-menu-google .elementor-item:active {
        background-color: transparent !important;
    }

    .header-menu .header-menu-call .elementor-item:hover,
    .header-menu .header-menu-call .elementor-item:active {
        background: #ed4037 !important;
    }

    .header-menu .elementor-item {
        position: relative;
    }

    .header-menu .elementor-item .sub-arrow svg {
        display: none;
    }

    .header-menu .elementor-item .sub-arrow {
        margin: -4px 0 0;
        padding: 0;
        position: absolute;
        display: block;
        top: 50%;
        right: 40px;
        border-top: 8px solid #fff;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid transparent;
        transition: transform 0.4s ease-out;
    }

    .header-menu .elementor-item.highlighted {
        padding-top: 20px;
    }

    .header-menu .elementor-item.highlighted .sub-arrow {
        transform: rotate(180deg);
        margin: -8px 0 0;
    }

    .header-menu-contact .elementor-button {
        margin-bottom: 9px;
        padding: 0 !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
        font-size: 0 !important;
        background-color: transparent !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("/wp-content/uploads/2025/08/phone-circle.svg");
    }

    .header-menu-contact .elementor-button:hover {
        background-color: transparent !important;
    }

    .header-menu-mob-link {
        display: block !important;
    }

    .header-menu-about {
        margin-top: 12px !important;
        padding-top: 15px !important;
        position: relative;
    }

    .header-menu-about::before {
        content: "";
        position: absolute;
        top: 0;
        left: 40px;
        right: 40px;
        height: 1px;
        background-color: #fff;
    }

    .header-menu-about .elementor-item {
    }

    .header-menu .elementor-nav-menu {
        max-height: calc(100vh - 48px);
        overflow: auto;
        padding: 24px 0 35px;
        font-family: "Raleway", sans-serif;
        font-variant-numeric: lining-nums proportional-nums;
    }

    .header-menu .elementor-nav-menu::after {
        content: "Licensed & Insured | License #: 604346979";
        padding: 0 20px 0 20px;
        color: #fff;
        font-size: 14px;
        line-height: 140%;
        text-align: center;
        height: auto;
        font-weight: 600;
        overflow: visible;
        visibility: visible;
        font-family: "Raleway", sans-serif;
        font-variant-numeric: lining-nums proportional-nums;
    }

    .elementor-nav-menu a,
    .elementor-nav-menu a:focus,
    .elementor-nav-menu a:hover {}

    .header-menu .elementor-nav-menu a {
        padding: 10px 40px;
    }

    .header-menu .menu-item .sub-menu {
        padding: 10px 0 15px;
    }

    .header-menu .menu-item .sub-menu .menu-item .elementor-sub-item {
        padding-top: 0;
        font-size: 16px;
        border-inline-start: none;
    }
}

@media (max-width: 767px) {
    .assets__list {
        display: block;
    }

    .assets__list .button--heart::before,
    .assets__list .button--arrow::after {
        display: none;
    }

    .assets__item + .assets__item {
        margin: 13px 0 0;
    }

    .assets__discover {
        margin-top: 21px;
    }

    .assets__button,
    .assets__discover-button {
        margin: 0 auto;
    }

    .mount__actions {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .mount__call {
        margin: 0;
        width: 100%;
    }

    .services-item img {
        height: 40px !important;
    }

    .air-video-item .elementor-custom-embed-play svg {
        width: 32px !important;
        height: 32px !important;
    }

    /*Modal*/
    .assets-modal-widget {
        z-index: 99999;
    }

    .assets-modal-widget .assets-modal-widget-content {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        max-width: none;
    }

    .assets-modal-message {
        max-height: 100vh;
        height: 100vh;
    }

    .assets-modal-close-button {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
    }

    .modal__header,
    .modal__body,
    .modal-family .modal__title {
        padding: 20px;
    }

    .modal__footer {
        padding: 0 20px 20px 20px;
    }

    .modal__title {
        font-size: 18px;
        line-height: 19px;
    }

    .modal__title span {
        display: block;
        font-size: 12px;
    }

    .modal__body {
        font-size: 14px;
    }

    .modal-family .modal__header {
        height: 243px;
        background-size: cover;
    }

    .modal-family .modal__body {
        padding-top: 30px;
    }

    .assets-modal-widget .tabs {
        left: 20px;
    }

    .modal-locations .places {
        padding: 0 20px 20px 20px;
    }

    .button {
        font-size: 16px;
    }

    .button__phone {
        display: none;
    }

    .button--lg {
        height: 50px;
    }

    .button--lg .button__text {
        font-size: 10px;
    }

    .button--star::before {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        background-size: contain;
    }

    .option {
        padding-left: 60px;
    }

    .option::before {
        width: 50px;
        height: 50px;
    }

    .option__title {
        font-size: 16px;
    }

    .option__text {
        font-size: 14px;
    }

    .instrument {
        height: 131px;
    }

    .instrument:first-child .instrument__image {
        max-width: 87px;
    }

    .instrument:last-child .instrument__image {
        max-width: 121px;
    }

    .modal-locations .map {
        height: 370px;
    }

    .unit__title {
        font-size: 16px;
    }

    .modal-discover .modal__body {
        padding-top: 0;
    }

    .reason {
        padding-left: 19px;
        font-size: 14px;
    }

    .reason + .reason {
        margin-top: 7px;
    }

    .reason::before {
        top: 6px;
        width: 14px;
        height: 14px;
    }

    .unit + .unit {
        margin-top: 25px;
    }

    .unit__title {
        margin-bottom: 20px;
    }

    .apart {
        padding-top: 40px;
    }

    .apart::before {
        width: 30px;
        height: 30px;
    }

    .apart__title {
        margin: 0 0 16px;
        font-size: 14px;
        line-height: 19px;
    }

    .apart__text {
        font-size: 12px;
        line-height: 16px;
    }

    .man-wrapper {
        transform: rotate(-90deg);
        bottom: 50%;
        right: -57px;
    }

    .man__image,
    .man__status {
        display: none;
    }

    .man {
        width: auto;
        padding: 6px 12px 6px 35px;
        height: 27px;
        border-radius: 15px 15px 0 0;
    }

    .man__title {
        margin-right: 0;
        font-size: 10px;
        line-height: 10px;
    }

    .man__title::before {
        top: 1px;
        left: -25px;
        width: 17px;
        height: 17px;
    }

    .man__title-text {
        display: inline;
        font-size: 10px;
    }

    .man__title-text span {
        display: none;
    }

    .map--lg {
        height: 370px;
    }

    .man--desktop {
        display: none;
    }

    .man--mobile {
        display: block;
    }

    .places--lg .place {
        font-size: 16px;
        line-height: 28px;
    }

    .mount__call {
        padding-top: 7px;
        height: 60px;
        font-size: 18px;
    }

    .mount__google {
        width: 154px;
    }
}

@media (max-width: 480px) {
    .air-work .elementor-widget-video .elementor-custom-embed-image-overlay {
        height: 80px;
    }

    .air-work .elementor-widget-video .elementor-custom-embed-image-overlay img {
        height: 100%;
    }

    .air-work .elementor-widget-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
        font-size: 0;
    }

    .hero__video-wrapper {
        background-color: #171717;
    }

    .hero__video-wrapper::before {
        background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(36, 36, 36, 1) 35%, rgba(23, 23, 23, 1) 68%, rgba(23, 23, 23, 1) 100%);
    }

    .hero__video {
        height: 40%;
    }
}
