<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Include Font Awesome CSS if you're using it */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

/* body.page-id-34309 #infinit-page-header,
body.page-id-34309 footer {
    display: none !important;
} */
body.page-id-34309 .page_content_wrap {
    padding-top: 0px !important;
}

body.woocommerce-account .page_content_wrap .content_wrap,
body.woocommerce-account .page_content_wrap .content_wrap .content {
    /* width: 100% !important; */
}

body.page-id-34309 .elementor-27714 .elementor-element.elementor-element-cca177f .logo_image {
    max-height: 75px !important;
}

body.page-id-34309 .elementor-27714 .elementor-element.elementor-element-ece625b {
    padding: 10px 50px 10px 50px !important;
    border-bottom: 1px solid var(--theme-color-bd_color) !important;
    /*background: #FFFFFF !important;*/
}

body.page-id-34309.body_style_boxed .page_wrap {
    width: 100% !important;
}

body.page-id-34309 .woocommerce-MyAccount-navigation {
    border-right: 1px solid var(--theme-color-bd_color) !important;
    background-color: #F7F7F7 !important;
    /* height: 100vh !important; */
}

body.page-id-34309 .woocommerce-MyAccount-navigation ul li a {
    padding-left: 20px !important;
}

body.page-id-34309.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 60px !important;
}

.wpuf-author,
.wpuf-dashboard-container&gt;h2.page-head {
    display: none !important;
}

.manage-first-col .column-1 {
    width: 20.333333% !important;
}

.video {
    position: relative;
    padding-top: 4.1%;
    padding-bottom: 51.95%;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 0;
}

.video-gallery {
    margin-top: 3em;
    position: relative;
    width: 100%;
}

.video-gallery .video {
    animation: 1200ms fadeOut ease;
    animation-fill-mode: both;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 7;
    max-height: 19.5em;
    opacity: 0;
    transition: all 300ms ease;
    /*display: none;*/
}

.video-gallery input[type=radio] {
    font-size: 0;
    height: 0;
    opacity: 0;
    padding: 0;
    position: fixed;
    width: 0;
}

.video-gallery input {
    grid-column-start: 1;
    grid-row-start: 1;
}

.video-gallery label {
    color: #000000;
    font-size: 1.25em;
    font-weight: 400;
    grid-column-start: 2;
    margin: 0 !important;
    padding: 1rem 0 1rem 3rem;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
}

.video-gallery label:last-of-type {
    border: 0 none;
}

.video-gallery input[type=radio]:checked+label {
    color: #E41F35 !important;
}

.video-gallery input[type=radio]:checked+label:before {
    content: "â–¶";
    left: 0;
    top: 12px;
    position: absolute;
}

.grid-row {
    display: block;
    height: 56vw;
    max-height: 19.5em;
    position: relative;
}

.grid-row label {
    left: calc(50% + 16px);
    position: relative;
    width: calc(50% - 16px);
}

.grid-row .video {
    padding: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.grid-row:after {
    content: "";
    clear: both;
    display: table;
}

#video-1:checked~.video-1,
#video-2:checked~.video-2,
#video-3:checked~.video-3,
#video-4:checked~.video-4,
#video-5:checked~.video-5,
#video-6:checked~.video-6 {
    animation: 1200ms fadeIn ease;
    animation-fill-mode: both;
    opacity: 1;
    width: 100%;
    /*display: block;*/
    z-index: 999;
}

@keyframes fadeOut {
    0% {
        display: block;
        height: 56vw;
        opacity: 1;
        width: 50%;
    }

    25% {
        display: block;
        height: 56vw;
        opacity: 1;
        width: 50%;
    }

    49% {
        display: block;
        height: 56vw;
        opacity: 0;
        width: 50%;
    }

    50% {
        display: none;
        height: 0;
        opacity: 0;
        width: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        width: 0;
    }

    49% {
        display: none;
        height: 0;
        opacity: 0;
        width: 0;
    }

    50% {
        display: block;
        height: 56vw;
        opacity: 0;
        width: 50%;
    }

    100% {
        display: block;
        height: 56vw;
        opacity: 1;
        width: 50%;
    }
}

@supports (display: grid) {
    .grid-row {
        align-items: start;
        display: grid;
        grid-column-gap: 16px;
        grid-row-gap: 0;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
    }

    .grid-row label {
        left: auto;
        width: 100%;
    }

    .grid-row .video {
        position: relative;
        width: 100%;
    }

    @keyframes fadeOut {
        0% {
            display: block;
            height: 56vw;
            opacity: 1;
            width: 100%;
        }

        25% {
            display: block;
            height: 56vw;
            opacity: 1;
            width: 100%;
        }

        49% {
            display: block;
            height: 56vw;
            opacity: 0;
            width: 100%;
        }

        50% {
            display: none;
            height: 0;
            opacity: 0;
            width: 0;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
            width: 0;
        }

        49% {
            display: none;
            height: 0;
            opacity: 0;
            width: 0;
        }

        50% {
            display: block;
            height: 56vw;
            opacity: 0;
            width: 100%;
        }

        100% {
            display: block;
            height: 56vw;
            opacity: 1;
            width: 100%;
        }
    }
}

@media (max-width: 767px) {
    .video-gallery {
        display: flex;
        flex-direction: column;
        height: auto;
        max-height: none;
    }

    .video-gallery label {
        left: auto;
        order: 2;
        width: 100%;
    }

    .video-gallery .video {
        order: 1;
        padding-top: 4.1%;
        padding-bottom: 51.95%;
        position: relative;
        top: auto;
        width: 100%;
    }

    #video-1:checked~.video-1,
    #video-2:checked~.video-2,
    #video-3:checked~.video-3,
    #video-4:checked~.video-4,
    #video-5:checked~.video-5,
    #video-6:checked~.video-6 {
        width: 100%;
    }

    @keyframes fadeOut {
        0% {
            display: block;
            height: 56vw;
            opacity: 1;
        }

        25% {
            display: block;
            height: 56vw;
            opacity: 1;
        }

        49% {
            display: block;
            height: 56vw;
            opacity: 0;
        }

        50% {
            display: none;
            height: 0;
            opacity: 0;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        49% {
            display: none;
            height: 0;
            opacity: 0;
        }

        50% {
            display: block;
            height: 56vw;
            opacity: 0;
        }

        100% {
            display: block;
            height: 56vw;
            opacity: 1;
        }
    }
}

.c-video {
    width: 100%;
    max-width: 800px;
    position: relative;
    overflow: hidden;
    height: 400px;
    border-radius: 2ch;
}

.c-video:hover .controls {
    transform: translateY(0);
}

.controls {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.9);
    transform: translateY(100%) translateY(-5px);
    transition: all 0.3s;
}

.buttons {
    padding: 10px;
}

.buttons button {
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.buttons button:before {
    content: '\f144';
    font-family: 'Font Awesome 6 Free';
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 28px;
    color: white;
    -webkit-font-smoothing: antialiased;
}

.buttons button.play:before {
    content: '\f144';
}

.buttons button.pause:before {
    content: '\f28b';
}

.buttons button.mute:before {
    content: '\f144';
}

.buttons button.unmute:before {
    content: '\f28b';
}

.red-bar {
    height: 5px;
    top: 0;
    left: 0;
    width: 100%;
    background: #F9F9F9;
}

.red {
    height: 5px;
    width: 100px;
    background-color: red;
}

.mejs-container.inited.mejs-video {
    width: 100% !important;
    height: 350px !important;
}

.mejs-controls {
    opacity: 1 !important;
}

.mejs-container.inited.mejs-video video {
    height: 350px !important;
}

body.page-id-34309 .woocommerce-form.woocommerce-form-login.login {
    width: 350px !important;
}

.tech-memorial-status-bar {
    width: calc(100% - 40px);
    height: 15px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 10px 20px;
    position: relative;
    margin-top: 30px;
}

.tech-memorial-status-bar&gt;div {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    background: #D2042D;
    border-radius: 50px;
}

.tech-memorial-status-label {
    font-weight: normal;
    font-size: 12px;
    margin-left: 20px;
    color: #D2042D
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--profil-photo-upload,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

#Memorial-documents .elementor-shortcode {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    color: #000000;
}

#Memorial-documents .elementor-shortcode a {
    color: #000000 !important;
    position: relative;
    padding-left: 15px;
}

#Memorial-documents .elementor-shortcode a:after {
    content: "";
    height: 10px;
    width: 10px;
    background: #000000;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10px;
    left: -5px;
}

.swal2-confirm.btn.btn-success.swal2-styled.swal2-default-outline {
    background-color: rgb(213, 78, 33) !important;
}

.swal2-cancel.btn.btn-danger.swal2-styled {
    background-color: #6e7881 !important;
}

/* Basic button styles */
.icon-button {
    display: inline-block;
    background-color: #007bff;
    background-color: #cdc7a1;
    color: white;
    border: none;
    padding: 3px 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 13px !important;
}

.icon-button.view-btn:hover {
    background: #b6b192;
}

.icon-button a {
    font-size: 13px !important;
}

.icon-button:hover {
    background-color: #0056b3;
}

/* Styles for the icon */
.icon {
    margin-right: 5px;
    /* Adjust as needed */
}

/* Optional: If you're using Font Awesome, adjust the icon size */
.icon i {
    font-size: 16px;
}

.icon-button.view-btn .fas {
    transform: translateY(1px);
}

.edit-btn {
    background: green;
}

.edit-btn:hover {
    background: #006800;
}

.items-list-header th {
    color: #000000;
    text-align: left !important;
}

.interactive-menu-wrap {
    position: fixed;
    bottom: 10px;
    border-radius: 12px;
    width: 400px;
    left: calc(50% - 200px);
    background-color: #FFF !important;
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 4px;
    z-index: 99999;
    box-shadow: -1px 1px 11px 0px rgba(77, 71, 71, 0.75);
    -webkit-box-shadow: -1px 1px 11px 0px rgba(77, 71, 71, 0.75);
    -moz-box-shadow: -1px 1px 11px 0px rgba(77, 71, 71, 0.75);
}

.interactive-menu-wrap&gt;div {
    display: flex;
    flex-direction: column;
    width: 25%;
    border-radius: 8px;
    align-items: center;
    padding-top: 5px;
    font-size: 13px;
    cursor: pointer;
}

.interactive-menu-wrap&gt;div:hover {
    background-color: #d8d8df !important
}

.interactive-menu-wrap&gt;div.active {
    background-color: #cdc7a1 !important;
}

.interactive-menu-wrap&gt;div&gt;svg {
    width: 24px;
}

.custom_video-gallery .custom-video {
    width: calc(50% - 25px) !important;
    max-height: 350px;
}

.custom_video-gallery {
    gap: 50px;
}

.video-gallery {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.video-gallery .video-wrap {
    width: 230px;
    height: 300px;
}

.video-gallery video {
    width: 230px;
    height: 300px;
    object-fit: cover;
}



@media (max-width: 767px) {
    .custom-gallery .gallery-item {
        width: calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
        height: auto !important;
    }

    .custom-gallery .gallery-item img {
        height: auto !important;
    }

    .custom-gallery.gallery.custom_video-gallery {
        flex-direction: column !important;
    }

    .custom_video-gallery .custom-video {
        width: 100% !important;
    }
}</pre></body></html>