@font-face {
    font-family: "color-emoji";
    src: local("Apple Color Emoji"), local("Segoe UI Emoji"), local("Segoe UI Symbol"), local("Noto Color Emoji");
    font-weight: normal
}

@font-face {
    font-family: "color-emoji";
    src: local("Apple Color Emoji"), local("Segoe UI Emoji"), local("Segoe UI Symbol"), local("Noto Color Emoji");
    font-weight: 500
}

@font-face {
    font-family: "color-emoji";
    src: local("Apple Color Emoji"), local("Segoe UI Emoji"), local("Segoe UI Symbol"), local("Noto Color Emoji");
    font-weight: 600
}

@font-face {
    font-family: "color-emoji";
    src: local("Apple Color Emoji"), local("Segoe UI Emoji"), local("Segoe UI Symbol"), local("Noto Color Emoji");
    font-weight: 700
}

.ql-editor {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, color-emoji;
}

.wrs_editor .wrs_tickContainer {
    display: none !important;
}

.font-meb {
    font-family: MEB, color-emoji
}

.menu-item .menu-link:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .2) !important
}

.menu-item .menu-submenu {
    background: rgba(0, 0, 0, .1) !important
}

.menu-item .lievo-svg-wrapper {
    width: 28px;
    margin-left: -3px
}

.menu-item.Color1 {
    background: #0071e0;
    color: #fff
}

.menu-item.Color2 {
    background: #fe318a;
    color: #fff
}

.menu-item.Color3 {
    background: #fe5900;
    color: #fff
}

.menu-item.Color4 {
    background: #006266;
    color: #fff
}

.menu-item.Color5 {
    background: #44bd32;
    color: #fff
}

.menu-item.Color6 {
    background: #706fd3;
    color: #fff
}

.menu-item.Color7 {
    background: #6d214f;
    color: #fff
}

.menu-item.Color8 {
    background: #ff9f1a;
    color: #fff
}

.menu-item.Color9 {
    background: #c56cf0;
    color: #fff
}

.menu-item.Color10 {
    background: #A3CB38;
    color: #fff
}

.menu-item.Color11 {
    background: #607d8b;
    color: #fff
}

.menu-item.Color12 {
    background: #ef5777;
    color: #fff
}

.menu-item.Color13 {
    background: #673ab7;
    color: #fff
}

.menu-item.Color14 {
    background: #00d061;
    color: #fff
}

.menu-item.Color15 {
    background: #fe2c0e;
    color: #fff
}

.menu-item .menu-text {
    font-weight: 600 !important
}

.socialImg img {
    max-width: 100%
}

.timeline.timeline-3 .timeline-items .timeline-item .timeline-content.background-step {
    background-color: #c9f7f5
}

.timeline.timeline-3 .timeline-items .timeline-item .timeline-content.background-step:before {
    border-right: solid 10px #c9f7f5
}

.item-cover {
    display: flex;
    height: 300px;
    justify-content: center;
    align-items: center;
    background-image: url("/assets/img/cover-bg.png");
    background-size: cover;
}

.item-cover span {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 5px;
    color: #000;
    line-height: 22px;
}

.item-cover.Color1 {
    background-color: #3d3d3d;
}

.item-cover.Color2 {
    background-color: #c56cf0;
}

.item-cover.Color3 {
    background-color: #ffb8b8;
}

.item-cover.Color4 {
    background-color: #ff3838;
}

.item-cover.Color5 {
    background-color: #ff9f1a;
}

.item-cover.Color6 {
    background-color: #fff200;
}

.item-cover.Color7 {
    background-color: #3ae374;
}

.item-cover.Color8 {
    background-color: #67e6dc;
}

.item-cover.Color9 {
    background-color: #17c0eb;
}

.item-cover.Color10 {
    background-color: #7158e2;
}

.flashButton {
    -webkit-animation: flashBackground linear 2s infinite;
    animation: flashBackground linear 2s infinite;
}

@keyframes flashBackground {
    50% {
        background-color: #e3bd00;
        border-color: #c9a803;
    }
}

.demoAnimation {
    -webkit-animation: tada linear 2s infinite;
    animation: tada linear 2s infinite;
}

img.lazy-load {
    display: none;
}

.pencil-spinner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(223, 90%, 90%);
    min-height: 200px;
}

.pencil-spinner {
    display: block;
    width: 10em;
    height: 10em;
}

.pencil__body1,
.pencil__body2,
.pencil__body3,
.pencil__eraser,
.pencil__eraser-skew,
.pencil__point,
.pencil__rotate,
.pencil__stroke {
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.pencil__body1,
.pencil__body2,
.pencil__body3 {
    transform: rotate(-90deg);
}

.pencil__body1 {
    animation-name: pencilBody1;
}

.pencil__body2 {
    animation-name: pencilBody2;
}

.pencil__body3 {
    animation-name: pencilBody3;
}

.pencil__eraser {
    animation-name: pencilEraser;
    transform: rotate(-90deg) translate(49px, 0);
}

.pencil__eraser-skew {
    animation-name: pencilEraserSkew;
    animation-timing-function: ease-in-out;
}

.pencil__point {
    animation-name: pencilPoint;
    transform: rotate(-90deg) translate(49px, -30px);
}

.pencil__rotate {
    animation-name: pencilRotate;
}

.pencil__stroke {
    animation-name: pencilStroke;
    transform: translate(100px, 100px) rotate(-113deg);
}

/* Animations */
@keyframes pencilBody1 {
    from,
    to {
        stroke-dashoffset: 351.86;
        transform: rotate(-90deg);
    }
    50% {
        stroke-dashoffset: 150.8; /* 3/8 of diameter */
        transform: rotate(-225deg);
    }
}

@keyframes pencilBody2 {
    from,
    to {
        stroke-dashoffset: 406.84;
        transform: rotate(-90deg);
    }
    50% {
        stroke-dashoffset: 174.36;
        transform: rotate(-225deg);
    }
}

@keyframes pencilBody3 {
    from,
    to {
        stroke-dashoffset: 296.88;
        transform: rotate(-90deg);
    }
    50% {
        stroke-dashoffset: 127.23;
        transform: rotate(-225deg);
    }
}

@keyframes pencilEraser {
    from,
    to {
        transform: rotate(-45deg) translate(49px, 0);
    }
    50% {
        transform: rotate(0deg) translate(49px, 0);
    }
}

@keyframes pencilEraserSkew {
    from,
    32.5%,
    67.5%,
    to {
        transform: skewX(0);
    }
    35%,
    65% {
        transform: skewX(-4deg);
    }
    37.5%,
    62.5% {
        transform: skewX(8deg);
    }
    40%,
    45%,
    50%,
    55%,
    60% {
        transform: skewX(-15deg);
    }
    42.5%,
    47.5%,
    52.5%,
    57.5% {
        transform: skewX(15deg);
    }
}

@keyframes pencilPoint {
    from,
    to {
        transform: rotate(-90deg) translate(49px, -30px);
    }
    50% {
        transform: rotate(-225deg) translate(49px, -30px);
    }
}

@keyframes pencilRotate {
    from {
        transform: translate(100px, 100px) rotate(0);
    }
    to {
        transform: translate(100px, 100px) rotate(720deg);
    }
}

@keyframes pencilStroke {
    from {
        stroke-dashoffset: 439.82;
        transform: translate(100px, 100px) rotate(-113deg);
    }
    50% {
        stroke-dashoffset: 164.93;
        transform: translate(100px, 100px) rotate(-113deg);
    }
    75%,
    to {
        stroke-dashoffset: 439.82;
        transform: translate(100px, 100px) rotate(112deg);
    }
}

.social-bg {
    object-fit: cover;
    display: flex;
    flex: 1;
    height: 100%;
    width: 100%;
}