﻿.iv-assets-container {
    display: block;
    width: 100%;
}

.iv-dropdown-grouping {
    float: left;
}

.iv-dropdown-container {
    display: inline-block;
}
    .iv-dropdown-container.iv-displayed-as {
        padding-left: 30px;
    }

@media (min-width: 992px) {
    .iv-dropdown-container {
        margin-top: -30px;
        margin-bottom: 30px;
    }
}

.iv-dropdown {
    appearance: none; /* Removes default style */
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: white;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg ... />');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
    font-size: 16px;
    width: auto;
    cursor: pointer;
}

.card-content p {
    color: #111 !important;
}

.content {
    text-align: center;
    padding: 2rem;
}

.image-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(360px, 460px)); */
    grid-template-columns: repeat(var(--columns, 3), 1fr);
    gap: 10px;
    justify-content: center;
    padding: 20px 0 0 0;
}

.iv-preview {
    text-align: center;
}

/* Desktop: 992px and up */
@media (min-width: 992px) {
    .image-grid {
        column-gap: 25px;
        row-gap: 15px;
        padding: 20px 20px 20px 20px;
    }
}

.image-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

    .image-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    }

.card-content {
    padding: 10px; /* default for mobile */
}

    .card-content img,
    .card-content video {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .card-content p {
        margin: 0;
        padding: 10px 0;
        color: #666;
    }


.footer-component {
    background-color: #000;
    position: relative;
    color: #555352;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

    .footer-component .section.footer-top {
        padding-top: 5rem;
        padding-bottom: 2.5rem;
    }

    .footer-component .padding-global {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .footer-component .container-medium,
    .footer-component .container-small,
    .footer-component .container-large {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .footer-component .container-large {
        width: 100%;
        max-width: 80rem;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-component .footer_top-wrapper {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
        flex-flow: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: flex;
        position: relative;
    }

    .footer-component .w-inline-block {
        max-width: 100%;
        display: inline-block;
    }

    .footer-component a {
        background-color: #0000;
    }

        .footer-component a:active, .footer-component a:hover {
            outline: 0;
        }

    .footer-component .footer_logo {
        max-height: 2.5rem;
    }

    .footer-component img {
        vertical-align: middle;
        max-width: 100%;
        display: inline-block;
        border: 0;
    }

    .footer-component .footer-nav-wrapper {
        justify-content: space-between;
        align-items: stretch;
        display: flex;
        justify-self: start;
    }

    .footer-component .footer_menu-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        width: 100%;
        display: flex;
    }

    .footer-component .footer_link-col {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        min-width: 10rem;
        display: flex;
    }

    .footer-component .footer-nav-link {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        text-decoration: none;
    }

    .footer-component .footer_link {
        color: #fff;
        margin-bottom: 0;
        text-decoration: none;
        transition: color .2s ease-in-out;
    }

        .footer-component .footer_link:hover {
            color: #df4600;
        }

    .footer-component .socials-footer-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: column;
        justify-content: center;
        align-items: flex-end;
        display: flex;
        justify-self: end;
    }

    .footer-component .social-wrapper {
        grid-column-gap: .6rem;
        grid-row-gap: .6rem;
        grid-template-rows: auto;
        grid-template-columns: max-content;
        grid-auto-columns: max-content;
        grid-auto-flow: column;
        align-items: center;
        display: flex;
    }

    .footer-component .social-link {
        opacity: 1;
        justify-content: center;
        align-items: center;
        transition: opacity .2s ease-out;
        display: flex;
    }

    .footer-component .social-icon {
        color: #202020;
        background-color: #fff;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        width: 1.8rem;
        height: 1.8rem;
        transition: all .2s;
        display: flex;
    }

        .footer-component .social-icon:hover {
            color: #000;
            background-color: #ff5200;
        }

    .footer-component .w-embed:before, .footer-component .w-embed:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .footer-component svg:not(:root) {
        overflow: hidden;
    }

    .footer-component .w-embed:after {
        clear: both;
    }

    .footer-component .section.footer_bottom-wrapper {
        background-color: #000;
        padding-bottom: 5rem;
    }

    .footer-component .grey-divider {
        background-color: #555352;
        height: 1px;
        margin-bottom: 2.5rem;
    }

    .footer-component .footer_bottom-row {
        grid-template-rows: auto;
        grid-template-columns: 10rem max-content 10rem;
        grid-auto-rows: max-content;
        grid-auto-columns: max-content;
        grid-auto-flow: column;
        justify-content: space-between;
        display: flex;
    }

    .footer-component .footer_bottom-left-content {
        align-items: center;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }

    .footer-component .footer-bottom-right-content {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        display: flex;
    }

    .footer-component .footer-bottom-link {
        color: #6a6868;
        font-size: 16px;
        line-height: 22px;
        text-decoration: none;
        transition: all .2s;
    }

        .footer-component .footer-bottom-link:hover {
            color: #8f8d8d;
        }

@media screen and (max-width: 991px) {
    .banner-title {
        padding-bottom: 10px;
    }

    .iv-dropdown-grouping .iv-dropdown-container label,
    .iv-dropdown-grouping .iv-dropdown-container select {
        font-size: 14px;
    }

    .footer-component .footer_top-wrapper {
        grid-column-gap: 2.5rem;
    }

    .footer-component .footer_link-col {
        min-width: 8.8rem;
    }

    .footer-component .section.footer_bottom-wrapper {
        padding-bottom: 4rem;
    }

    .footer-component .footer-bottom-right-content {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .iv-dropdown-container.iv-displayed-as {
        padding-left: 0px;
    }

        .iv-dropdown-container.iv-displayed-as select {
            padding-left: 5px;
            padding-right: 5px;
        }

    .footer-component .section.footer-top {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }

    .footer-component .padding-global {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .footer-component .footer_top-wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
    }

    .footer-component .footer-nav-wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-flow: column;
        align-items: stretch;
    }

    .footer-component .footer_menu-wrapper {
        flex-flow: column;
        grid-template-columns: max-content;
        grid-auto-columns: max-content;
        grid-auto-flow: row;
        justify-content: space-between;
    }

    .footer-component .socials-footer-wrapper {
        justify-content: flex-start;
        align-items: flex-start;
        justify-self: center;
    }

    .footer-component .section.footer_bottom-wrapper {
        padding-bottom: 3rem;
    }

    .footer-component .grey-divider {
        margin-bottom: 2rem;
    }

    .footer-component .footer_bottom-row {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-flow: column-reverse;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        grid-auto-flow: row;
        justify-items: center;
    }

    .footer-component .footer_bottom-left-content {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 479px) {
    .footer-component .footer_bottom-row {
        flex-direction: column-reverse;
        grid-auto-columns: 1fr;
    }
}


.iv-icons-list {
    list-style: none;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5.4vh 0px 3.84vh;
    opacity: 1;
}

#iv-desktop-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.7vh;
    background-color: rgb(255, 255, 255);
    transform: scale(1);
    cursor: pointer;
    transition-duration: 0.3s;

    background-color: #eee;
    margin-left: 10px;
}

    #iv-desktop-icon.active, #iv-desktop-icon:hover {
        background-color: rgb(255, 82, 0);
        transform: scale(1.1);
    }

    #iv-desktop-icon img {
        vertical-align: middle;
        border-style: none;
        width: 33px;
        height: 31px;
        content: url("../images/desktop-black.svg");
    }

    #iv-desktop-icon.active img, #iv-desktop-icon:hover img {
        content: url("../images/desktop-white.svg");
    }

#iv-mobile-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    justify-content: center;
    margin-bottom: 6.86vh;
    transform: scale(1);
    cursor: pointer;
    transition-duration: 0.3s;

    background-color: #eee;
    margin-left: 10px;
}

    #iv-mobile-icon.active, #iv-mobile-icon:hover {
        background-color: rgb(255, 82, 0);
        transform: scale(1.1);
    }

    #iv-mobile-icon img {
        vertical-align: middle;
        border-style: none;
        width: 33px;
        height: 31px;
        content: url("../images/phone-black.svg");
    }

    #iv-mobile-icon.active img, #iv-mobile-icon:hover img {
        content: url("../images/phone-white.svg");
    }

.row.iv-controls {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#iv-device-container {
    display: flex;
    flex-wrap: nowrap;
    margin-top: -10px;
}

.iv-pagination-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
}

    .iv-pagination-bar button {
        border: none;
        background: #eee;
        padding: 6px 12px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 4px;
    }

        .iv-pagination-bar button:disabled {
            opacity: 0.5;
            cursor: default;
        }