<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.egaller-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.egaller-ihbox-btn a {
    position: relative;
}

.olnicep-portfolio-np {
	overflow: hidden;
	border-radius: 0;
	perspective: 300px;
	margin-bottom: 60px !important;
}

.pgi-cap-inside .egaller-box-content {
	position: absolute;
	z-index: 3;
	bottom: 0px;
	left: 0;
	padding: 0px;
	opacity: 0;
	max-width: 800px;
	word-break: break-word;
	background: #000000;
	transform: rotateY(30deg);
	transition: 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	transform-origin: left center;
}

.egaller-port-cat a,
.egaller-portfolio-title a {
	color: #ffffff;
}

.egaller-portfolio-title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 0;
}
.mx-icon-zooms_read {
	z-index: 160;
	position: absolute;
	top: 86px;
	right: 20px;
	transition: all 300ms linear;
	opacity: 0;
}

.ttgr-item-inner:hover .mx-icon-zooms_read{
	opacity: 1;
}

.portfolio-list .portfolio-list-item:hover .mx-icon-zooms_read {
	opacity: 1;
	top: 195px;
	right: 75px;
}


/* --------------------------------------
* 24 - Cursor
* ---------------------------------------*/
.egallery-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity 0.3s, color 0.4s;
    -o-transition: opacity 0.3s, color 0.4s;
    -moz-transition: opacity 0.3s, color 0.4s;
    transition: opacity 0.3s, color 0.4s;
}
.egallery-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.1s;
    transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.egallery-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0) rotate(10deg);
    -moz-transform: scale(0) rotate(10deg);
    -ms-transform: scale(0) rotate(10deg);
    -o-transform: scale(0) rotate(10deg);
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #ffffff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: opacity 0.4s, -webkit-transform 0.3s;
    -o-transition: opacity 0.4s, -o-transform 0.3s;
    -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
    transition: opacity 0.4s, transform 0.3s;
    transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.egallery-cursor-text i {
    font-size: 20px;
}
@supports (mix-blend-mode: exclusion) {
    .egallery-cursor.-exclusion,
    .egallery-cursor.-opaque {
        mix-blend-mode: exclusion;
    }
}
@supports (mix-blend-mode: exclusion) {
    .egallery-cursor.-exclusion:before,
    .egallery-cursor.-opaque:before {
        background: white;
    }
}
.egallery-cursor.-normal,
.egallery-cursor.-text {
    mix-blend-mode: normal;
}
.egallery-cursor.-normal:before,
.egallery-cursor.-text:before {
    background: #000;
}
.egallery-cursor.-inverse {
    color: white;
}
.egallery-cursor.-visible:before {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}
.egallery-cursor.-visible.-active:before {
    -webkit-transform: scale(0.23);
    -moz-transform: scale(0.23);
    -ms-transform: scale(0.23);
    -o-transform: scale(0.23);
    transform: scale(0.23);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.egallery-cursor.-pointer:before {
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
}
.egallery-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
}
.egallery-cursor.-text .egallery-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.egallery-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.egallery-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.egallery-cursor.-tooltip .egallery-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset
}
.egallery-cursor.-tooltip .egallery-cursor-text .egaller-cat {
    background-color: #000000;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    margin-bottom: 1px;
    color: #fff;
}
.egallery-cursor.-tooltip .egallery-cursor-text .egaller-dat {
    background-color: #ffffff;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    margin-bottom: 1px;
    color: #000;
}
.egallery-cursor.-tooltip .egallery-cursor-text .egaller-cat a {
    color: #fff;
}
.egallery-cursor.-tooltip .egallery-cursor-text&gt;* {
    color: #000000; 
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 15px;
}
.egallery-cursor.-tooltip .egallery-cursor-text .egaller-title {
    background-color: var(--tt-main-color);
    width: 300px;
    word-wrap: break-word;
    margin-bottom: 1px;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
}
.egallery-cursor.-opaque:before {
    -webkit-transform: scale(1.32);
    -moz-transform: scale(1.32);
    -ms-transform: scale(1.32);
    -o-transform: scale(1.32);
    transform: scale(1.32);
}
.egallery-cursor.-opaque.-active:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.egallery-cursor.-lg:before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.egallery-cursor.-hidden:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.egallery-cursor.-color-red:before {
    background: red;
}
.egallery-cursor.global-color:before {
    background: var(--tt-main-color);
}
.egallery-cursor.blackish-color:before {
    background: #000000;
}
.egallery-cursor.white-color:before {
    background: #ffffff;
}
.egallery-cursor.white-color .egallery-cursor-text {
    color: #000;
}
.egallery-cursor.secondary-color:before {
    background: var(--tt-main-color);
}
.egallery-cursor.light-color:before {
    background: #ffffff;
}
.egallery-cursor.transparent-color:before {
    background: #ffffff;
}
.-color-green {
    color: #51c67d;
}
.egallery-cursor.blackish-color:before {
    background: #000000;
}
.egallery-cursor.white-color:before {
    background: #ffffff;
}
.egallery-cursor.secondary-color:before {
    background: var(--tt-main-color);
}
.egallery-cursor.light-color:before {
    background: #ffffff;
}
.egallery-cursor.transparent-color:before {
    background: #ffffff;
}
.egallery-cursor.-team:before {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
}
</pre></body></html>