.cmd-contents_cover {
    padding-bottom: 0
}

.unq-logo img {
    max-width: 250px
}

.unq-wide-container {
    background: #f5f5f5;
    margin-top: 100px !important;
    padding-top: 60px;
    padding-bottom: 60px
}

.unq-modal-buttons {
    padding-top: 40px !important
}

.unq-modal-buttons .cmd-visual_card a {
    text-decoration: none !important
}

.unq-modal-buttons .cmd-visual_card+.cmd-visual_card {
    padding-top: 0
}

.unq-modal-buttons .cmd-visual_card+.cmd-visual_card::before {
    display: none
}

@media print,
screen and (min-width: 768px) {
    .unq-wide-container .button {
        margin: auto
    }
}

@media print,
screen and (min-width: 993px) {
    .unq-wide-container {
        margin-top: 40px !important
    }
}

html.unq-modal-active {
    overflow-y: hidden
}

.unq-modal {
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    overflow-y: scroll;
    z-index: 9999
}

.unq-modal-bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%
}

.unq-modal-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    padding: 0;
    width: calc(100% - 30px);
    max-height: calc(100vh - 80px);
    overflow-y: auto
}

.unq-modal-close {
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent
}

.unq-modal-close span {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 0;
    height: 0;
    margin: -1px;
    padding: 0;
    border: 0
}

.unq-modal-close::before,
.unq-modal-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 1px;
    content: "";
    background: #081f2c
}

.unq-modal-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(-50deg);
    -ms-transform: translate(-50%, -50%) rotate(-50deg);
    transform: translate(-50%, -50%) rotate(-50deg)
}

.unq-modal-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(50deg);
    -ms-transform: translate(-50%, -50%) rotate(50deg);
    transform: translate(-50%, -50%) rotate(50deg)
}

.unq-modal-content .cmd-section {
    margin-top: 0
}

.unq-modal-content .cmd-section p {
    margin-top: 0
}

.unq-modal-text {
    background: #000;
    color: #fff;
    line-height: 1.47;
    padding: 30px 15px
}

.unq-modal-text-headline {
    margin-bottom: 20px
}

@media print,
screen and (min-width: 768px) {
    html.unq-modal-active {
        margin-right: 15px
    }

    .unq-modal-close {
        right: 20px
    }

    .unq-modal-image {
        position: relative
    }

    .unq-modal-image-inner {
        line-height: 1.47;
        width: 50%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    .unq-modal-text {
        padding: 60px
    }
}

@media print,
screen and (min-width: 993px) {
    .unq-modal-content {
        padding: 0;
        max-width: 824px
    }
}

@media print,
screen and (max-width: 767px) {
    .unq-modal-image {
        background: #000;
        padding-top: 30px
    }

    .unq-modal-close::before,
    .unq-modal-close::after {
        background: #fff
    }
}

/*# sourceMappingURL=powerofradiance-2022.css.map */