

/* Start:/local/templates/deus/blocks/scratch/style.css?17520520202850*/
/* Scratch block */
.scratch-block-padding-y {
    max-width: 1350px;
    margin: 0 auto;
    padding: 40px 15px;
}

.scratch-block {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: 0;
}

.scratch-block--bgimage {
	background-image: url('/local/templates/deus/blocks/scratch/pics/scratch-background.png');
}

.scratch-block.active {
    opacity: 1;
}

#scratch-overlay-svg,
#scratch-overlay-text {
    display: none;
}

.scratch-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: 3;
}
.scratch-canvas:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: white;
    z-index: 5;
    width: 200px;
}
.scratch-canvas.fade-out {
    transition: opacity 0.2s ease;
    opacity: 0;
}
.scratch-block .scratch-content {
    position: relative;
    padding: 148px 80px;
    z-index: 1;
}
.scratch-block .scratch-title {
	margin-bottom: 56px;
    font-size: 32px;
    line-height: 1.3;
}
.scratch-block .scratch-content.scratch-content--large-text .scratch-title {
	margin-bottom: 0;
}
.scratch-block .scratch-title > div:first-child {
    margin-bottom: 20px;
}
.scratch-block .scratch-description {
    font-size: 20px;
    line-height: 1.4;
}
.scratch-block .scratch-description a {
    position: relative;
}
.scratch-block .scratch-description a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--soft-white);
}

#scratch-canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    overflow: hidden;
}

.scratch-block.with-shine::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -200px;
    height: 200%;
    width: 71px;
    background: rgba(255, 255, 255, 0.28);
    animation: shine 9s infinite;
    transform: rotate(15deg);
    box-shadow: 0px 0px 200px #fff;
    z-index: 3;
    pointer-events: none;
}

.large-text {
	background: var(--slate);
}

.scratch-content--large-text {
	text-align: center;
}

@media (max-width: 768px) {
	.scratch-block-padding-y {
    padding: 40px 0;
	}
	.scratch-block--bgimage {
		background-image: url('/local/templates/deus/blocks/scratch/pics/scratch-background-mob.png');
        background-position: bottom;
	}
	.scratch-block.scratch-block--bgimage .scratch-content {
		padding: 32px 20px 300px 20px;
	}
	.scratch-block .scratch-content {
		padding: 64px 20px;
	}
	.scratch-block .scratch-title {
    	font-size: 24px
	}
}

@keyframes shine {
    0% {
        left: -200px;
    }
    33% {
        left: calc(100% + 200px);
    }
    100% {
        left: calc(100% + 200px);
    }
}

/* End */
/* /local/templates/deus/blocks/scratch/style.css?17520520202850 */
