/* @group Plain Text
------------------------------------ */
.plain-text .text-box .logo-box .bp-multimedia {
    width: 17.3rem;
    height: auto;
}
.plain-text .text-box .tel-box a {
    text-decoration: none;
}
@media only screen
and (min-width : 961px) {
    .plain-text a:hover {
        opacity: .7;
    }
    .plain-text .text-box .logo-box .bp-multimedia {
        width: 28.4rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* @end */

/* ANIMATIONS */
:where(#wrapper) .plain-text :is(.text-box) {
	opacity: 0;
	--duration: 1s;
}
:where(#wrapper) .plain-text.animateActive :is(.text-box) {
	animation: fadeUp var(--duration) forwards;
	animation-delay: var(--delay, 0);
}
:where(#wrapper) .plain-text.animateActive :is(.text-box) {
	--delay: 0.3s;
}
/* @end */