/*!
 * animate.css - https://animate.style/
 * Version - 4.0.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration) * .8);
    animation-duration: calc(var(--animate-duration) * .8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3)
}

@media (prefers-reduced-motion: reduce), print {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }
    80% {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce {
    0%, 20%, 53%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }
    80% {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shakeX {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shakeX {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes shakeY {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.animate__headShake {
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.animate__swing {
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__heartBeat {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInLeft {
    0% {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInRight {
    0% {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        opacity: .7;
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInUp {
    0% {
        opacity: .7;
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes backOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7)
    }
}

@keyframes backOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7)
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }
}

@keyframes backOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }
}

@keyframes backOutRight {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7)
    }
}

@keyframes backOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7)
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.animate__bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }
    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }
    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

.animate__animated.animate__flip {
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

.animate__flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

.animate__flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg)
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg)
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg)
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg)
    }
}

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg)
    }
    40%, 80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg)
    }
    40%, 80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}

.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0)
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0)
    }
}

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0)
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0)
    }
}

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

/*!
 * AlertPal
 *
 * R-TEK
 *
 * https://github.com/R-TEK/alertpal
 *
 * MIT License
 */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: .5
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: .5
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: .5
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: .5
    }
}

@-webkit-keyframes popUp {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

@-moz-keyframes popUp {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

@-ms-keyframes popUp {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

@keyframes popUp {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes rollDown {
    0% {
        transform: translateY(-55px);
        transform: rotateX(45deg)
    }
    to {
        transform: translate(0);
        transform: rotateX(0)
    }
}

@-moz-keyframes rollDown {
    0% {
        transform: translateY(-55px);
        transform: rotateX(45deg)
    }
    to {
        transform: translate(0);
        transform: rotateX(0)
    }
}

@-ms-keyframes rollDown {
    0% {
        transform: translateY(-55px);
        transform: rotateX(45deg)
    }
    to {
        transform: translate(0);
        transform: rotateX(0)
    }
}

@keyframes rollDown {
    0% {
        transform: translateY(-55px);
        transform: rotateX(45deg)
    }
    to {
        transform: translate(0);
        transform: rotateX(0)
    }
}

#alertpal #alertpal_bg {
    -webkit-animation: fadeIn .2s ease;
    -moz-animation: fadeIn .2s ease;
    -ms-animation: fadeIn .2s ease;
    animation: fadeIn .2s ease;
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999999999
}

#alertpal #alertpal_alert {
    -webkit-animation: popUp .2s ease;
    -moz-animation: popUp .2s ease;
    -ms-animation: popUp .2s ease;
    animation: popUp .2s ease;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(1, 1, 1, .2);
    box-sizing: border-box;
    display: none;
    left: calc(50% - 225px);
    max-height: 60%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    top: 20%;
    width: 450px;
    z-index: 999999999999999
}

#alertpal .alertpal_modal {
    left: 10% !important;
    max-height: 80% !important;
    top: 10% !important;
    width: 80% !important
}

#alertpal #ap_title {
    color: #111;
    font-size: 25px !important;
    font-weight: 600 !important;
    margin: 0
}

#alertpal #ap_description, #alertpal #ap_title {
    font-family: Arial, Helvetica, sans-serif !important
}

#alertpal #ap_description {
    color: #555;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 25px 0 !important
}

#alertpal #ap_buttons {
    float: right
}

#alertpal #ap_cancel, #alertpal #ap_ok {
    background-color: #1c84b6;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0 2px 1px;
    outline: 0;
    padding: 7px 10px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

#alertpal #ap_cancel {
    background: 0;
    color: #444
}

#alertpal #ap_cancel:hover {
    background-color: #e6e6e6
}

#alertpal #ap_ok:hover {
    background-color: #15648a
}

#alertpal #alertpal_message_container {
    max-width: 50%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999999
}

#alertpal .ap_message {
    -webkit-animation: rollDown .2s ease;
    -moz-animation: rollDown .2s ease;
    -ms-animation: rollDown .2s ease;
    animation: rollDown .2s ease;
    border-radius: 2px;
    box-shadow: 0 0 10px 0 rgba(1, 1, 1, .2);
    cursor: pointer;
    font-family: Arial;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 5px 10px;
    overflow-wrap: break-word;
    padding: 10px 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    transition: all .2s;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

#alertpal .success {
    background-color: #28a745;
    color: #fff
}

#alertpal .warn {
    background-color: #fc0;
    color: #111
}

#alertpal .error {
    background-color: #ff0458;
    color: #fff
}

#alertpal .normal {
    background-color: #f6f8fa;
    color: #111
}

@media only screen and (max-width: 400px) {
    #alertpal #alertpal_alert {
        left: 1%;
        width: 98%
    }

    #alertpal .alertpal_modal {
        height: 90% !important;
        left: 1% !important;
        right: 5% !important;
        width: 98% !important
    }

    #alertpal .ap_message {
        padding: 10px;
        width: 200px
    }
}

.img-responsive-inline {
    display: inline-block;
    height: auto;
    max-width: 100%
}

.pico {
    background-image: url(../images/design/pico.c9a054.png);
    background-repeat: no-repeat;
    background-size: 382px 353px
}

@media only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .pico {
        background-image: url(../images/design/pico@2x.0a5216.png)
    }
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list, .slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.modal {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif
}

.modal__overlay {
    align-items: center;
    background: rgba(81, 95, 120, .5);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000
}

.modal__container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 2px hsla(0, 0%, 76.5%, .5);
    box-sizing: border-box;
    max-height: 100vh;
    max-width: 500px;
    overflow-y: auto;
    padding: 30px
}

.modal__header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.modal__title {
    box-sizing: border-box;
    color: #00449e;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
    margin-top: 0
}

.modal__close {
    background: transparent;
    border: 2px solid #f5f5f9;
    border-radius: 16px;
    cursor: pointer;
    padding: 12px
}

.modal__header .modal__close:before {
    content: "\2715"
}

.modal__content {
    color: rgba(0, 0, 0, .8);
    line-height: 1.5;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.modal__btn {
    -webkit-appearance: button;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #e6e6e6;
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    padding: .5rem 1rem;
    text-transform: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    will-change: transform
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff
}

@keyframes mmfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mmfadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes mmslideIn {
    0% {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes mmslideOut {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
    will-change: transform
}

.datepicker--cells {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell, .datepicker--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.datepicker--cell {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    border-radius: 0;
    color: #4a4a4a
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    color: #aeaeae;
    cursor: default
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    background-color: rgba(92, 196, 239, .1);
    border: 1px solid rgba(92, 196, 239, .5);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    background-color: rgba(92, 196, 239, .1);
    border: 1px solid rgba(92, 196, 239, .5);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    background: #5cc4ef;
    color: #fff
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name, .datepicker--days-names {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.datepicker--day-name {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: #ff9a19;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: .8em;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    height: 25%;
    width: 33.33%
}

.datepicker--cells-years, .datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    height: 33.33%;
    width: 25%
}

.datepickers-container {
    left: 0;
    position: absolute;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-sizing: content-box;
    color: #4a4a4a;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    left: -100000px;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    width: 250px;
    z-index: 100
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    left: auto;
    opacity: 1;
    position: static;
    right: auto;
    -webkit-transform: none;
    transform: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.datepicker--pointer {
    background: #fff;
    border-right: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: -1
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
    background: #f0f0f0
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    left: calc(50% - 5px)
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 5px)
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    -ms-flex-pack: justify;
    border-bottom: 1px solid #efefef;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action, .datepicker--nav-title {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.datepicker--nav-action {
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 32px
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    height: 32px;
    width: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--buttons, .datepicker--time {
    border-top: 1px solid #efefef;
    padding: 4px
}

.datepicker--nav-title i {
    color: #9c9c9c;
    font-style: normal;
    margin-left: 5px
}

.datepicker--nav-title.-disabled- {
    background: 0 0;
    cursor: default
}

.datepicker--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.datepicker--button {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
    color: #4eb5e6;
    cursor: pointer;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center
}

.datepicker--button:hover {
    background: #f0f0f0;
    color: #4a4a4a
}

.datepicker--time {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    margin: 0 0 0 10px;
    text-align: center
}

.datepicker--time-current-colon {
    line-height: 1;
    margin: 0 2px 3px
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 19px;
    line-height: 1;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
    background: #f0f0f0;
    border-radius: 4px;
    bottom: -2px;
    content: "";
    left: -2px;
    opacity: 0;
    position: absolute;
    right: -2px;
    top: -3px;
    z-index: -1
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    color: #9c9c9c;
    font-size: 11px;
    margin-bottom: 1px;
    margin-left: 6px;
    text-transform: uppercase
}

.datepicker--time-row {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: linear-gradient(90deg, #dedede, #dedede) left 50%/100% 1px no-repeat;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    height: 17px
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    margin: 0;
    padding: 0
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    height: 12px;
    margin-top: -6px;
    transition: background .2s;
    width: 12px
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    height: 12px;
    transition: background .2s;
    width: 12px
}

.datepicker--time-row input[type=range]::-ms-thumb {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    height: 12px;
    transition: background .2s;
    width: 12px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: none;
    color: transparent;
    cursor: pointer;
    height: 1px
}

.datepicker--time-row input[type=range]::-moz-range-track {
    background: 0 0;
    border: none;
    color: transparent;
    cursor: pointer;
    height: 1px
}

.datepicker--time-row input[type=range]::-ms-track {
    background: 0 0;
    border: none;
    color: transparent;
    cursor: pointer;
    height: 1px
}

.datepicker--time-row input[type=range]::-ms-fill-lower, .datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    border: 1px solid;
    border-radius: 50%;
    color: #9c9c9c;
    font-size: 16px;
    height: 1em;
    margin: 0 5px -1px 0;
    position: relative;
    width: 1em
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
    background: currentColor;
    content: "";
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 1px
}

.datepicker--time-icon:before {
    height: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    width: .4em
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    background: #a2ddf6;
    color: #fff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .form-horizontal .form-group:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@media (min-width: 1200px) {
    .container {
        width: 1176px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px
}

.row {
    margin-left: -18px;
    margin-right: -18px
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 20px;
    width: 100%
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 100%
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px \9
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control, output {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857143
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    height: 34px;
    padding: 6px 12px;
    -ms-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto;
    padding: 20px 24px 0
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.form-group label {
    color: #4b5455;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 600
}

.checkbox, .radio {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative
}

.checkbox label, .radio label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px
}

.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
    margin-left: -20px;
    margin-top: 4px \9;
    position: absolute
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    vertical-align: middle
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 10px;
    margin-top: 0
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    margin-bottom: 0;
    min-height: 34px;
    padding-bottom: 7px;
    padding-top: 7px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    min-height: 32px;
    padding: 5px 10px
}

.input-lg {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    min-height: 38px;
    padding: 10px 16px
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    display: block;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px;
    z-index: 2
}

.input-lg + .form-control-feedback {
    height: 46px;
    line-height: 46px;
    width: 46px
}

.input-sm + .form-control-feedback {
    height: 30px;
    line-height: 30px;
    width: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    background-color: #dff0d8;
    border-color: #3c763d;
    color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    background-color: #fcf8e3;
    border-color: #8a6d3b;
    color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    background-color: #f2dede;
    border-color: #a94442;
    color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    color: #737373;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        margin-left: 0;
        position: relative
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -18px;
    margin-right: -18px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 7px;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 18px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

p {
    margin: 0
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.nopa, td, th {
    padding: 0
}

.nopal {
    padding-left: 0
}

.nopar {
    padding-right: 0
}

@font-face {
    font-family: Mulish-Black;
    src: url(../fonts/Mulish-Black.5f9844.ttf)
}

@font-face {
    font-family: Mulish-BlackItalic;
    src: url(../fonts/Mulish-BlackItalic.c22cf3.ttf)
}

@font-face {
    font-family: Mulish-Bold;
    src: url(../fonts/Mulish-Bold.14efde.ttf)
}

@font-face {
    font-family: Mulish-BoldItalic;
    src: url(../fonts/Mulish-BoldItalic.54123a.ttf)
}

@font-face {
    font-family: Mulish-ExtraBold;
    src: url(../fonts/Mulish-ExtraBold.b6e65d.ttf)
}

@font-face {
    font-family: Mulish-ExtraBoldItalic;
    src: url(../fonts/Mulish-ExtraBoldItalic.cdd53f.ttf)
}

@font-face {
    font-family: Mulish-ExtraLight;
    src: url(../fonts/Mulish-ExtraLight.206514.ttf)
}

@font-face {
    font-family: Mulish-ExtraLightItalic;
    src: url(../fonts/Mulish-ExtraLightItalic.7729c7.ttf)
}

@font-face {
    font-family: Mulish-Italic;
    src: url(../fonts/Mulish-Italic.ca8a28.ttf)
}

@font-face {
    font-family: Mulish-Light;
    src: url(../fonts/Mulish-Light.5957f9.ttf)
}

@font-face {
    font-family: Mulish-LightItalic;
    src: url(../fonts/Mulish-LightItalic.d90453.ttf)
}

@font-face {
    font-family: Mulish-Medium;
    src: url(../fonts/Mulish-Medium.dd6464.ttf)
}

@font-face {
    font-family: Mulish-MediumItalic;
    src: url(../fonts/Mulish-MediumItalic.0fdd14.ttf)
}

@font-face {
    font-family: Mulish-Regular;
    src: url(../fonts/Mulish-Regular.18a0df.ttf)
}

@font-face {
    font-family: Mulish-SemiBold;
    src: url(../fonts/Mulish-SemiBold.b7a7ba.ttf)
}

@font-face {
    font-family: Mulish-SemiBoldItalic;
    src: url(../fonts/Mulish-SemiBoldItalic.90b317.ttf)
}

@font-face {
    font-family: "SourceSerifPro-Black";
    src: url(../fonts/SourceSerifPro-Black.bf6aa8.ttf)
}

@font-face {
    font-family: "SourceSerifPro-BlackItalic";
    src: url(../fonts/SourceSerifPro-BlackItalic.755bd5.ttf)
}

@font-face {
    font-family: "SourceSerifPro-Bold";
    src: url(../fonts/SourceSerifPro-Bold.bada4f.ttf)
}

@font-face {
    font-family: "SourceSerifPro-BoldItalic";
    src: url(../fonts/SourceSerifPro-BoldItalic.9f9b1e.ttf)
}

@font-face {
    font-family: "SourceSerifPro-ExtraLight";
    src: url(../fonts/SourceSerifPro-ExtraLight.8d03a0.ttf)
}

@font-face {
    font-family: "SourceSerifPro-ExtraLightItalic";
    src: url(../fonts/SourceSerifPro-ExtraLightItalic.e46310.ttf)
}

@font-face {
    font-family: "SourceSerifPro-Italic";
    src: url(../fonts/SourceSerifPro-Italic.90931d.ttf)
}

@font-face {
    font-family: "SourceSerifPro-Light";
    src: url(../fonts/SourceSerifPro-Light.3dea70.ttf)
}

@font-face {
    font-family: "SourceSerifPro-LightItalic";
    src: url(../fonts/SourceSerifPro-LightItalic.3747e1.ttf)
}

@font-face {
    font-family: "SourceSerifPro-Regular";
    src: url(../fonts/SourceSerifPro-Regular.6f2230.ttf)
}

@font-face {
    font-family: "SourceSerifPro-SemiBold";
    src: url(../fonts/SourceSerifPro-SemiBold.b27cb1.ttf)
}

@font-face {
    font-family: "SourceSerifPro-SemiBoldItalic";
    src: url(../fonts/SourceSerifPro-SemiBoldItalic.1266f2.ttf)
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px
}

@media (min-width: 768px) {
    .container {
        width: 756px
    }
}

@media (min-width: 992px) {
    .container {
        width: 976px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1220px
    }
}

.clearfix, .container, .container-fluid, .form-horizontal .form-group, .row {
    clear: both;
    float: none
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1, h2, h3, h4, p, ul {
    margin: 0;
    padding: 0
}

.nopa {
    padding: 0 !important
}

@media (max-width: 992px) {
    .nopa {
        padding: 0 20px !important
    }
}

.copy-notification {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 30px;
    color: #fff;
    display: none;
    left: 50%;
    margin-left: -85px;
    margin-top: -30px;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 150px
}

.accordion__group {
    padding: 18px 0
}

.accordion__header {
    padding: 0
}

.accordion__no {
    color: #e94f00;
    display: inline-block;
    width: 100px
}

.accordion__link, .accordion__no {
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 100;
    line-height: 18px
}

.accordion__link {
    color: #4f535b;
    line-height: 20px;
    padding: 13px 0;
    text-align: left;
    text-decoration: underline
}

.accordion__link--notlast {
    border-top: 0
}

.accordion__link--services {
    color: #e94f00;
    font-size: 22px;
    margin: 35px 0 20px
}

.accordion__content {
    border-top: 0;
    color: #4f535b;
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 100;
    line-height: 18px;
    line-height: 22px;
    padding: 13px 0 13px 100px;
    text-align: left
}

.accordion__content.collapse {
    display: none;
    overflow: hidden
}

.accordion__content.collapse.in {
    display: block;
    height: auto;
    overflow: visible
}

.accordion__content.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.accordion__content--services {
    padding-left: 0
}

.accordion__content--open {
    display: block
}

.accordion__caret {
    float: right
}

.alert {
    border-radius: 10px;
    margin-bottom: 20px
}

.alert--success {
    background: #80ff80;
    border: 1px solid green;
    color: grey;
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 100;
    line-height: 18px;
    padding: 10px 20px
}

.sprite {
    background-image: url(../images/design/pico.c9a054.png);
    background-repeat: no-repeat;
    background-size: 382px 353px;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .sprite {
        background-image: url(../images/design/pico@2x.0a5216.png)
    }
}

.sprite--computers {
    background-position: -286px -10px;
    height: 46px;
    width: 48px
}

.sprite--Search {
    background-position: -10px -327px;
    height: 16px;
    width: 16px
}

.sprite--SearchWhite {
    background-position: -354px -264px;
    height: 16px;
    width: 16px
}

.sprite--ArrowRight {
    background-position: -286px -128px;
    height: 32px;
    width: 32px
}

.sprite--ArrowRightBlack {
    background-position: -286px -76px;
    height: 32px;
    width: 32px
}

.sprite--ArrowRightRotate {
    background-position: -286px -180px;
    height: 28px;
    width: 28px
}

.sprite--Downlaod {
    background-position: -354px -10px;
    height: 16px;
    width: 18px
}

.sprite--leftMobileMsj {
    background-position: -354px -46px;
    height: 17px;
    width: 9px
}

.sprite--Message {
    background-position: -286px -228px;
    height: 20px;
    width: 22px
}

.sprite--phone {
    background-position: -10px -286px;
    height: 21px;
    width: 22px
}

.sprite--searchDsh {
    background-position: -82px -327px;
    height: 15px;
    width: 15px
}

.sprite--notfication {
    background-position: -212px -286px;
    height: 19px;
    width: 15px
}

.sprite--DownlaodBlue {
    background-position: -285px -286px;
    height: 17px;
    width: 18px
}

.sprite--ArrowDown {
    background-position: -46px -327px;
    height: 16px;
    width: 16px
}

.sprite--Location {
    background-position: -247px -286px;
    height: 18px;
    width: 18px
}

.sprite--LocationWhite {
    background-position: -117px -327px;
    height: 15px;
    width: 13px
}

.sprite--facebook {
    background-position: -354px -228px;
    height: 16px;
    width: 16px
}

.sprite--instagram {
    background-position: -354px -192px;
    height: 16px;
    width: 16px
}

.sprite--upload {
    background-position: -10px -10px;
    height: 256px;
    width: 256px
}

.sprite--linkedin {
    background-position: -354px -156px;
    height: 16px;
    width: 16px
}

.sprite--twitter {
    background-position: -354px -120px;
    height: 16px;
    width: 16px
}

.sprite--exit {
    background-position: -354px -83px;
    height: 17px;
    width: 17px
}

.sprite--facebook-w {
    background-position: -172px -286px;
    height: 20px;
    width: 20px
}

.sprite--instagram-w {
    background-position: -132px -286px;
    height: 20px;
    width: 20px
}

.sprite--linkedin-w {
    background-position: -92px -286px;
    height: 20px;
    width: 20px
}

.sprite--twitter-w {
    background-position: -52px -286px;
    height: 20px;
    width: 20px
}

.modal .js--companyClose, .modal .js--speakersClose, .modal .js--thanksClose {
    background-color: #4674ec;
    cursor: pointer;
    display: inline-block;
    padding: 7px 10px 10px 9px;
    position: absolute;
    right: 10px;
    top: 10px
}

.modal .hedMsj {
    color: #061236;
    font-family: "SourceSerifPro-Regular";
    font-size: 64px;
    font-weight: 400;
    line-height: 64px;
    margin: 34px 0 16px;
    text-align: center
}

.modal .contentMd {
    color: rgba(6, 18, 54, .4);
    font-family: roboto-light;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px
}

.modal .CheckImg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    height: 100px;
    margin: 0 auto;
    width: 100px
}

.modal .modal-lg {
    max-width: 700px;
    width: 700px
}

.modal .modal-sm {
    max-width: 500px !important;
    padding: 40px !important
}

@media (max-width: 767px) {
    .modal .modal-sm {
        padding: 15px !important
    }
}

.modal .modal__container {
    max-height: 95vh
}

@media (max-height: 767px) {
    .modal .modal__container {
        max-width: 95%;
        padding: 15px
    }
}

.modal .modal__container .login__item {
    margin-bottom: 28px
}

.modal .modal__container .login__item input {
    border: 1px solid rgba(197, 202, 212, .5);
    color: #061236;
    outline: none;
    padding: 12px 16px
}

.modal .modal__container .login__item .login__btn, .modal .modal__container .login__item input {
    border-radius: 8px;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    width: 100%
}

.modal .modal__container .login__item .login__btn {
    background-color: #4674ec;
    border: none;
    color: #fff;
    padding: 12px 0
}

.modal .modal__container .modal__head--title {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 14px;
    text-align: center
}

.modal .modal__container .modal__head--txt {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center
}

.modal .modal__container .modal__head--btnPP {
    background-color: transparent;
    border: none;
    color: #4674ec;
    display: inline-block
}

.modal .modal__container .modal__content {
    margin-top: 36px
}

.modal .modal__container .modal__content--phone {
    border: 1px solid rgba(197, 202, 212, .5);
    border-radius: 8px
}

.modal .modal__container .modal__content--wrapper {
    text-align: center;
    width: 100%
}

.modal .modal__container .modal__content--wrapper .start-btn {
    background-color: #4674ec;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 12px 46px
}

.modal .modal__container .modal__content--wrapper textarea {
    border: 1px solid rgba(197, 202, 212, .5);
    border-radius: 8px;
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 25px;
    padding: 12px 16px;
    resize: none;
    width: 100%
}

.modal .modal__container .modal__content--item {
    display: inline-block;
    margin-bottom: 28px;
    margin-right: 43px;
    position: relative;
    width: calc(50% - 24px)
}

@media (max-width: 767px) {
    .modal .modal__container .modal__content--item {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%
    }
}

.modal .modal__container .modal__content--item-txt {
    color: #061236;
    display: inline-block;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 14px 16px
}

.modal .modal__container .modal__content--item:nth-child(2n+2) {
    margin-right: 0
}

.modal .modal__container .modal__content--item textarea {
    resize: none
}

.modal .modal__container .modal__content--item input, .modal .modal__container .modal__content--item select, .modal .modal__container .modal__content--item textarea {
    border: 1px solid rgba(197, 202, 212, .5);
    border-radius: 8px;
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 12px 16px;
    width: 100%
}

.modal .modal__container .modal__content--item input, .modal .modal__container .modal__content--item select {
    outline: none
}

.modal .modal__container .modal__content--item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 96%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 15px;
    text-indent: 1px;
    text-overflow: ""
}

.modal .modal__container .modal__content--item .phoneSelect {
    border: none;
    display: inline-block;
    width: 80px
}

.modal .modal__container .modal__content--item .phone--num {
    border: none;
    display: inline-block;
    width: calc(100% - 85px)
}

.modal .modal__container .modal__content--item input[type=file] {
    display: none
}

.modal .modal__container .modal__content--item .custom-file-upload {
    background: #4674ec;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    display: inline-block;
    height: 46px;
    margin: 0;
    padding: 9px 12px 6px;
    position: absolute;
    right: -1px;
    text-align: center;
    top: -1px;
    width: 44px;
    z-index: 1
}

.header--white .headerMini, .header .headerMini {
    border: 1px solid #e9ebf3;
    border-radius: 10px;
    margin: 6px 16px;
    padding: 6px 0
}

@media (max-width: 767px) {
    .header--white .headerMini, .header .headerMini {
        display: none
    }
}

.header--white .headerMini__wrapper, .header .headerMini__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header--white .headerMini__logo, .header .headerMini__logo {
    display: flex
}

.header--white .headerMini__logo img, .header .headerMini__logo img {
    max-width: 134px
}

.header--white .headerMini__right, .header .headerMini__right {
    display: flex;
    position: relative
}

.header--white .headerMini__right--selectLang, .header .headerMini__right--selectLang {
    background-color: transparent;
    border: none;
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px;
    margin-right: 20px;
    outline: none
}

.header--white .headerMini__right--btns .btn-white, .header .headerMini__right--btns .btn-white {
    background-color: #fff;
    border: none;
    color: #061236;
    cursor: pointer;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px;
    padding: 5px 20px;
    text-decoration: underline
}

.header--white .headerMini__right--btns .btn-white:hover, .header .headerMini__right--btns .btn-white:hover {
    color: #4674ec;
    transition: .3s ease-in-out
}

.header--white .headerMini__right--btns .btn-primary, .header .headerMini__right--btns .btn-primary {
    background-color: #4674ec;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px;
    margin-left: 4px;
    padding: 5px 20px;
    text-decoration: none
}

.header--white .headerMini__right--btns .btn-primary:hover, .header .headerMini__right--btns .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #4674ec;
    color: #4674ec;
    transition: .3s ease-in-out
}

@media (max-width: 767px) {
    .header--white .headerMain, .header .headerMain {
        display: none
    }
}

.header--white .headerMain__wrapper, .header .headerMain__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 20px 0
}

@media (max-width: 993px) {
    .header--white .headerMain__wrapper, .header .headerMain__wrapper {
        flex-direction: column-reverse
    }
}

.header--white .headerMain--subMenu, .header .headerMain--subMenu {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 8px 20px rgba(6, 18, 54, .1);
    display: none;
    left: -10px;
    list-style: none;
    min-width: 175px;
    padding: 24px 24px 12px;
    position: absolute;
    top: 90%;
    transition: .3s ease-in-out;
    z-index: 1
}

.header--white .headerMain--subMenu--item, .header .headerMain--subMenu--item {
    margin-bottom: 12px
}

.header--white .headerMain--subMenu--item-w, .header .headerMain--subMenu--item-w {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    line-height: 18px;
    text-decoration: none;
    transition: .3s ease-in-out
}

.header--white .headerMain--subMenu--item-w:hover, .header .headerMain--subMenu--item-w:hover {
    color: #4674ec
}

.header--white .headerMain__link, .header .headerMain__link {
    align-items: center;
    color: #061236;
    display: block;
    display: flex;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px;
    padding: 10px 12px;
    position: relative;
    text-decoration: none;
    transition: .3s ease-in-out
}

@media (max-width: 1200px) {
    .header--white .headerMain__link, .header .headerMain__link {
        font-size: 12px;
        padding: 10px 6px
    }
}

.header--white .headerMain__link--arrow, .header .headerMain__link--arrow {
    display: inline-block;
    height: 16px;
    margin-left: 6px;
    position: relative;
    transition: .3s ease-in-out;
    width: 16px
}

.header--white .headerMain__link--arrow:after, .header .headerMain__link--arrow:after {
    background-color: #061236;
    content: "";
    height: 2px;
    left: 1px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    transition: .3s ease-in-out;
    width: 8px
}

.header--white .headerMain__link--arrow:before, .header .headerMain__link--arrow:before {
    background-color: #061236;
    content: "";
    height: 2px;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    transition: .3s ease-in-out;
    width: 8px
}

.header--white .headerMain__link:after, .header .headerMain__link:after {
    background-color: #061236;
    border-bottom: 2px solid transparent;
    bottom: 4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: .3s ease-in-out;
    width: 0
}

.header--white .headerMain__link:before, .header .headerMain__link:before {
    background-color: transparent;
    border-bottom: 2px solid transparent;
    bottom: 4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: .3s ease-in-out;
    width: 100%
}

.header--white .headerMain__logo, .header .headerMain__logo {
    display: block;
    max-width: 280px
}

.header--white .headerMain__logo img, .header .headerMain__logo img {
    width: 100%
}

.header--white .headerMain__right, .header .headerMain__right {
    border: 1px solid #061236;
    border-radius: 40px;
    display: flex;
    padding: 10px 0;
    position: relative
}

@media (max-width: 993px) {
    .header--white .headerMain__right, .header .headerMain__right {
        margin-bottom: 25px
    }
}

.header--white .headerMain__right--list, .header .headerMain__right--list {
    display: flex;
    list-style: none;
    margin: 0 10px
}

.header--white .headerMain__right--list .activePage a, .header .headerMain__right--list .activePage a {
    border-bottom: none;
    color: #4674ec;
    line-height: 18px
}

.header--white .headerMain__right--list .activePage a:after, .header .headerMain__right--list .activePage a:after {
    background-color: #4674ec;
    width: 100%
}

.header--white .headerMain__right--list .activePage a span:after, .header--white .headerMain__right--list .activePage a span:before, .header .headerMain__right--list .activePage a span:after, .header .headerMain__right--list .activePage a span:before {
    background-color: #4674ec
}

.header--white .headerMain__right--list-item, .header .headerMain__right--list-item {
    margin: 0 4px;
    position: relative
}

@media (max-width: 1200px) {
    .header--white .headerMain__right--list-item, .header .headerMain__right--list-item {
        margin: 0
    }
}

.header--white .headerMain__right--list-item:hover, .header .headerMain__right--list-item:hover {
    transition: .3s ease-in-out
}

.header--white .headerMain__right--list-item:hover ul, .header .headerMain__right--list-item:hover ul {
    display: block;
    top: 100%;
    transition: .3s ease-in-out
}

.header--white .headerMain__right--list-item:hover ul li a, .header .headerMain__right--list-item:hover ul li a {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px
}

.header--white .headerMain__right--list-item:hover a, .header .headerMain__right--list-item:hover a {
    border-bottom: none;
    color: #4674ec;
    line-height: 18px
}

.header--white .headerMain__right--list-item:hover a:after, .header .headerMain__right--list-item:hover a:after {
    background-color: #4674ec;
    width: 100%
}

.header--white .headerMain__right--list-item:hover a span:after, .header .headerMain__right--list-item:hover a span:after {
    background-color: #4674ec;
    left: 2px;
    transform: rotate(-45deg) translateY(-50%)
}

.header--white .headerMain__right--list-item:hover a span:before, .header .headerMain__right--list-item:hover a span:before {
    background-color: #4674ec;
    right: 3px;
    transform: rotate(45deg) translateY(-50%)
}

.header--white .headerMain__right--searchBtn, .header .headerMain__right--searchBtn {
    align-items: center;
    background: transparent;
    border: none;
    border-right: 1px solid #061236;
    display: flex;
    justify-content: center;
    margin-left: 10px;
    padding: 10px 22px 10px 12px
}

.header--white .headerMobile, .header .headerMobile {
    align-items: center;
    display: none;
    justify-content: space-between;
    padding: 12px 18px;
    position: relative
}

@media (max-width: 767px) {
    .header--white .headerMobile, .header .headerMobile {
        background-color: #fff;
        display: flex
    }
}

.header--white .headerMobile__logo, .header .headerMobile__logo {
    max-width: 200px
}

.header--white .headerMobile__bars, .header .headerMobile__bars {
    transition: .3s ease-in-out;
    z-index: 10
}

.header--white .headerMobile__bars ul, .header .headerMobile__bars ul {
    cursor: pointer;
    list-style: none;
    min-height: 20px;
    position: relative;
    transition: .3s ease-in-out;
    width: 26px
}

.header--white .headerMobile__bars ul li, .header .headerMobile__bars ul li {
    background-color: #061236;
    border-radius: 10px;
    height: 2px;
    margin-bottom: 4px;
    transition: .3s ease-in-out;
    width: 100%
}

.header--white .headerMobile__bars ul li:first-child, .header .headerMobile__bars ul li:first-child {
    position: absolute;
    right: 0;
    top: 0
}

.header--white .headerMobile__bars ul li:nth-child(2), .header .headerMobile__bars ul li:nth-child(2) {
    position: absolute;
    right: 0;
    top: 6px
}

.header--white .headerMobile__bars ul li:nth-child(3), .header .headerMobile__bars ul li:nth-child(3) {
    position: absolute;
    right: 0;
    top: 12px
}

.header--white .headerMobile__bars ul li:last-child, .header .headerMobile__bars ul li:last-child {
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0
}

.header--white .headerMobile__bars .barMenuOpen, .header--white .headerMobile__bars .barMenuOpen li, .header .headerMobile__bars .barMenuOpen, .header .headerMobile__bars .barMenuOpen li {
    transition: .3s ease-in-out
}

.header--white .headerMobile__bars .barMenuOpen li:first-child, .header .headerMobile__bars .barMenuOpen li:first-child {
    top: 9px;
    transform: rotate(-45deg);
    transition: .3s ease-in-out
}

.header--white .headerMobile__bars .barMenuOpen li:nth-child(2), .header--white .headerMobile__bars .barMenuOpen li:nth-child(3), .header .headerMobile__bars .barMenuOpen li:nth-child(2), .header .headerMobile__bars .barMenuOpen li:nth-child(3) {
    transition: .3s ease-in-out;
    width: 0
}

.header--white .headerMobile__bars .barMenuOpen li:last-child, .header .headerMobile__bars .barMenuOpen li:last-child {
    bottom: 9px;
    transform: rotate(45deg);
    transition: .3s ease-in-out
}

.header--white .headerMobile .mobileMain, .header .headerMobile .mobileMain {
    background-color: #fff;
    display: none;
    height: 100vh;
    left: 0;
    overflow: scroll;
    padding: 0 18px 60px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.header--white .headerMobile .mobileMain__content, .header .headerMobile .mobileMain__content {
    background-color: #fff;
    padding-top: 84px
}

.header--white .headerMobile .mobileMain__content--bottom .socialLang, .header .headerMobile .mobileMain__content--bottom .socialLang {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 24px
}

.header--white .headerMobile .mobileMain__content--bottom .socialLang .footer__socialLinks, .header .headerMobile .mobileMain__content--bottom .socialLang .footer__socialLinks {
    justify-content: flex-start;
    padding-top: 0;
    width: 100%
}

.header--white .headerMobile .mobileMain__content--bottom .socialLang .langMobile, .header .headerMobile .mobileMain__content--bottom .socialLang .langMobile {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header--white .headerMobile .mobileMain__content--bottom .socialLang .langMobile span, .header .headerMobile .mobileMain__content--bottom .socialLang .langMobile span {
    margin-left: 10px
}

.header--white .headerMobile .mobileMain__content--bottom .socialLang .langMobile .active, .header .headerMobile .mobileMain__content--bottom .socialLang .langMobile .active {
    color: #061236 !important
}

.header--white .headerMobile .mobileMain__content--bottom .socialLang .langMobile .langMobile__link, .header .headerMobile .mobileMain__content--bottom .socialLang .langMobile .langMobile__link {
    color: #e9ebf3;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    line-height: 20px;
    margin-left: 10px;
    text-decoration: none;
    text-transform: uppercase
}

.header--white .headerMobile .mobileMain__content--bottom .searchMobile, .header .headerMobile .mobileMain__content--bottom .searchMobile {
    align-items: center;
    border: 1px solid #061236;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    padding: 5px 10px
}

.header--white .headerMobile .mobileMain__content--bottom .searchMobile__btn, .header .headerMobile .mobileMain__content--bottom .searchMobile__btn {
    align-items: center;
    background-color: transparent;
    border: none;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px
}

.header--white .headerMobile .mobileMain__content--bottom .searchMobile__input, .header .headerMobile .mobileMain__content--bottom .searchMobile__input {
    border: none;
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    line-height: 20px;
    outline: none;
    width: calc(100% - 32px)
}

.header--white .headerMobile .mobileMain__content--bottom .btnsMobile, .header .headerMobile .mobileMain__content--bottom .btnsMobile {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header--white .headerMobile .mobileMain__content--bottom .btnsMobile .btn--white-m, .header .headerMobile .mobileMain__content--bottom .btnsMobile .btn--white-m {
    align-items: center;
    background-color: transparent;
    border: 1px solid #061236;
    border-radius: 50px;
    color: #061236;
    cursor: pointer;
    display: flex;
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 18px;
    line-height: 20px;
    min-height: 40px;
    min-width: 130px;
    text-decoration: none
}

.header--white .headerMobile .mobileMain__content--bottom .btnsMobile .btn--primary-m, .header .headerMobile .mobileMain__content--bottom .btnsMobile .btn--primary-m {
    align-items: center;
    background-color: #4674ec;
    border: 1px solid #4674ec;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 18px;
    line-height: 20px;
    min-height: 40px;
    min-width: 130px;
    text-decoration: none
}

@media (max-width: 767px) {
    .header--white {
        margin: 0;
        padding: 0
    }

    .header--white .container--1200 {
        width: 100%
    }
}

.header--white .headerMain__wrapper {
    margin: 10px 0 90px
}

@media (max-width: 993px) {
    .header--white .headerMain__wrapper {
        margin: 10px 0 20px
    }
}

.header--white .headerMain__right {
    border: 1px solid #fff
}

.header--white .headerMain__link {
    color: #fff
}

.header--white .headerMain__link span:after, .header--white .headerMain__link span:before {
    background-color: #fff
}

.header--white .activePage .headerMain__link {
    color: #fff
}

.header--white .activePage .headerMain__link span:after, .header--white .activePage .headerMain__link span:before {
    background-color: #fff
}

.header--white .activePage .headerMain__link:after {
    background-color: #fff;
    width: 100%
}

.header--white .headerMain__right--list-item:hover .headerMain__link {
    color: #fff
}

.header--white .headerMain__right--list-item:hover .headerMain__link:after, .header--white .headerMain__right--list-item:hover .headerMain__link span:after, .header--white .headerMain__right--list-item:hover .headerMain__link span:before {
    background-color: #fff
}

.header--white .headerMain__right--searchBtn {
    border-right: 1px solid #fff
}

.header--white {
    margin-bottom: 50px
}

.searchOpenDekstopActive {
    opacity: 1 !important;
    top: 100% !important;
    transition: .3s ease-in-out !important;
    z-index: 1 !important
}

.searchOpenDekstop {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    opacity: 0;
    padding: 15px;
    position: absolute;
    top: 50%;
    transition: .3s ease-in-out;
    z-index: -1
}

.searchOpenDekstop form {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.searchOpenDekstop input {
    border: 1px solid #061236;
    border-radius: 5px 0 0 5px;
    border-right-color: transparent;
    color: #061236;
    outline: none;
    padding: 8px 5px
}

.searchOpenDekstop button, .searchOpenDekstop input {
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px
}

.searchOpenDekstop button {
    background-color: #4674ec;
    border: 1px solid #4674ec;
    border-radius: 0 5px 5px 0;
    color: #fff;
    padding: 10px 25px
}

.searchOpenDekstop:after {
    background-color: #fff;
    content: "";
    height: 15px;
    left: 25px;
    position: absolute;
    top: -8px;
    transform: rotate(45deg);
    width: 15px
}

.header .searchOpenDekstop:before {
    background-color: #4674ec;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.header .searchOpenDekstop:after {
    background-color: #4674ec
}

.header .searchOpenDekstop form:after {
    background-color: #fff;
    content: "";
    height: 7px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 100%;
    z-index: 2
}

.headerMain__logo img {
    max-width: 200px
}

.openLang {
    height: auto !important
}

.openLang:after {
    transform: rotate(45deg) !important
}

.openLang:before {
    transform: rotate(-45deg) !important
}

.activeLang {
    order: 1 !important;
    pointer-events: none !important;
    text-align: center !important
}

.languageSelect {
    background-color: #fff;
    display: inline-flex;
    flex-direction: column;
    height: 30px;
    left: -60px;
    min-width: 65px;
    overflow: hidden;
    padding: 8px 30px 0 10px;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 1
}

.languageSelect:after {
    right: 8px;
    transform: rotate(-45deg)
}

.languageSelect:after, .languageSelect:before {
    background-color: #061236;
    content: "";
    height: 2px;
    position: absolute;
    top: 16px;
    transition: .3s ease-in-out;
    width: 8px
}

.languageSelect:before {
    right: 14px;
    transform: rotate(45deg)
}

.languageSelect--item {
    justify-content: left;
    list-style: none;
    margin-bottom: 10px;
    order: 2;
    text-align: center;
    vertical-align: middle
}

.languageSelect--item a {
    text-decoration: none
}

.languageSelect--item a, .selector {
    color: #061236;
    font-family: Mulish-Medium;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px
}

.selector {
    display: block;
    margin-top: 7px;
    position: relative;
    text-align: left
}

.selector__toggle {
    background-color: #fff;
    color: #061236;
    display: block;
    text-decoration: none
}

.selector__toggle i {
    float: right;
    font-size: 12px;
    margin-left: 8px;
    margin-top: 3px;
    position: relative
}

.open .selector__toggle i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.selector__list {
    background-color: #fff;
    color: #061236;
    display: none;
    left: -6px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 50px;
    z-index: 10
}

.open .selector__list {
    display: block
}

.selector__list li a {
    color: #061236;
    display: block;
    font-family: Mulish-Medium;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis
}

.selector__list li.selected a, .selector__list li:focus a, .selector__list li:hover a {
    background-color: #fff
}

@media (max-width: 1200px) {
    .container--1200 {
        width: 100%
    }
}

.container--1100 {
    margin-left: auto;
    margin-right: auto;
    width: 1110px
}

@media (max-width: 1110px) {
    .container--1100 {
        width: calc(100% - 36px)
    }
}

.container--876 {
    margin-left: auto;
    margin-right: auto;
    width: 876px
}

@media (max-width: 1110px) {
    .container--876 {
        width: calc(100% - 36px)
    }
}

.container--1200 {
    margin-left: auto;
    margin-right: auto;
    width: 1200px
}

@media (max-width: 1200px) {
    .container--1200 {
        width: calc(100% - 36px)
    }
}

.containerHead--1200 {
    margin-left: auto;
    margin-right: auto;
    width: 1200px
}

@media (max-width: 1200px) {
    .containerHead--1200 {
        width: calc(100% - 36px)
    }
}

.footer {
    background-color: #f2f3f7;
    margin-top: 60px;
    padding: 12px 0 32px
}

@media (max-width: 1024px) {
    .footer {
        padding: 12px 0 24px
    }
}

.footer__wrapper {
    display: flex
}

@media (max-width: 1024px) {
    .footer__wrapper {
        flex-direction: column
    }
}

.footer__wrapper--left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%
}

@media (max-width: 1024px) {
    .footer__wrapper--left {
        flex-direction: row;
        margin-bottom: 24px;
        width: 100%
    }
}

.footer__wrapper--right {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%
}

@media (max-width: 1024px) {
    .footer__wrapper--right {
        width: 100%
    }
}

.footer__wrapper--right-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 1024px) {
    .footer__wrapper--right-head {
        display: block
    }
}

.footer__wrapper--right-copyright {
    display: flex;
    margin-top: 10px
}

@media (max-width: 1024px) {
    .footer__wrapper--right-copyright {
        margin-top: 0;
        width: 100%
    }
}

.footer__wrapper--right-copyright a, .footer__wrapper--right-copyright button, .footer__wrapper--right-copyright p {
    color: rgba(11, 15, 21, .7019607843137254);
    font-family: Mulish-Regular;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    line-height: 22px
}

.footer__wrapper--right-copyright a, .footer__wrapper--right-copyright button {
    background-color: transparent;
    border: none;
    margin-left: 12px;
    text-decoration: underline
}

@media (max-width: 1024px) {
    .footer__company {
        display: inline-block;
        margin: 10px
    }
}

.footer__company--logo {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 85px
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .footer__company--logo {
        background-size: 80%
    }
}

@media (max-width: 1200px) {
    .footer__company--logo {
        height: 45px;
        width: 60px
    }
}

.footer__links {
    margin-top: 20px
}

@media (max-width: 1024px) {
    .footer__links {
        display: flex;
        flex-direction: column;
        width: 50%
    }
}

.footer__links--item {
    color: #0b1d54;
    display: inline-block;
    font-family: Mulish-Bold;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    line-height: 18px;
    margin-right: 10px;
    text-decoration: none;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .footer__links--item {
        margin-bottom: 10px
    }

    .footer__socialLinks {
        display: flex;
        justify-content: flex-end;
        padding-top: 20px;
        width: 50%
    }
}

.footer__socialLinks--item {
    display: inline-block;
    margin-right: 16px;
    text-decoration: none
}

.js--pravicyClose {
    background: #4674ec;
    border-radius: 100%;
    cursor: pointer;
    height: 42px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 42px
}

.js--pravicyClose span {
    margin: 12px
}

.l {
    margin: 48px 0
}

#modal-pravicy .modal__head--title {
    color: #31415d;
    margin: 48px 0
}

#modal-pravicy .modal__content p {
    color: #526484;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    line-height: 1.38;
    margin-bottom: 90px;
    margin-top: 4px;
    opacity: .5
}

.news__wrapper:after {
    clear: both;
    content: "";
    display: table
}

.news__block {
    display: flex;
    float: left
}

@media (max-width: 1100px) {
    .news__block {
        display: block;
        float: inherit
    }
}

.news__block--leftNews {
    border-right: 1px solid #e9ebf3;
    float: left;
    width: 72%
}

@media (max-width: 1100px) {
    .news__block--leftNews {
        border-right: 1px solid transparent;
        margin-bottom: 20px;
        width: 100%
    }
}

.news__block--rightNews {
    float: left;
    margin-left: 20px;
    width: calc(28% - 20px)
}

@media (max-width: 1100px) {
    .news__block--rightNews {
        float: inherit;
        margin-left: 0;
        width: 100%
    }
}

.news__block--rightNews .news__block--item-content {
    text-decoration: none
}

.news__block--rightNews .news__block--item-content .news__block--item-content-date {
    margin-top: 37px
}

.news__block--rightNews-head {
    border-bottom: 2px solid #4674ec;
    color: #4674ec;
    font-family: Mulish-Regular;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 24px;
    padding-bottom: 12px;
    text-transform: uppercase
}

.news__block--itemBig {
    float: left;
    margin-left: 0 !important;
    text-decoration: none;
    width: calc(70% - 50px) !important
}

@media (max-width: 1100px) {
    .news__block--itemBig {
        width: calc(70% - 30px) !important
    }
}

@media (max-width: 767px) {
    .news__block--itemBig {
        margin-bottom: 32px !important;
        width: 100% !important
    }
}

.news__block--itemBig .news__block--itemBig-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
    width: 100%
}

.news__block--itemBig .news__block--item-content .news__block--item-content-date {
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    line-height: 18px;
    margin-top: 24px
}

.news__block--itemBig .news__block--item-content .news__block--item-content-title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 12px
}

.news__block--itemBig .news__block--item-content .news__block--item-content-txt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.news__block--item {
    float: left;
    margin-left: 30px;
    text-decoration: none;
    width: 30%
}

@media (max-width: 767px) {
    .news__block--item {
        float: end;
        margin-bottom: 20px;
        margin-left: 0;
        width: 100%
    }
}

.news__block--item:last-child {
    margin-top: 42px
}

@media (max-width: 767px) {
    .news__block--item:last-child {
        margin-top: 0
    }
}

.news__block--item-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 172px;
    width: 100%
}

.news__block--item-content {
    margin-bottom: 30px
}

.news__block--item-content-date {
    color: #2966df;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    line-height: 18px;
    margin-top: 16px;
    text-transform: uppercase
}

.news__block--item-content-title {
    -webkit-line-clamp: 2;
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    line-height: 26px;
    margin-bottom: 16px;
    margin-top: 10px
}

.news__block--item-content-title, .news__block--item-content-txt {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.news__block--item-content-txt {
    -webkit-line-clamp: 1;
    color: #919ab3;
    font-family: "SourceSerifPro-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    line-height: 20px
}

.news__title {
    font-family: Mulish-Regular;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: .22em;
    line-height: 60px;
    line-height: 64px;
    margin-bottom: 32px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .news__title {
        font-size: 28px;
        margin-bottom: 0
    }
}

.reading {
    border-top: 1px solid #061236
}

.reading__wrapper {
    padding: 16px 0
}

@media (max-width: 1100px) {
    .reading__wrapper {
        display: block
    }
}

.reading__wrapper .news__block--item-content {
    display: inline-block;
    margin-right: 48px;
    padding: 20px 0 30px;
    position: relative;
    text-decoration: none;
    width: calc(25% - 40px)
}

@media (max-width: 3000px) and (min-width: 1100px) {
    .reading__wrapper .news__block--item-content:nth-child(4n+4) {
        margin-right: 0
    }

    .reading__wrapper .news__block--item-content:nth-child(4n+4):after {
        display: none
    }
}

@media (max-width: 1100px) {
    .reading__wrapper .news__block--item-content {
        display: inline-block;
        margin-right: 35px;
        width: calc(50% - 20px)
    }

    .reading__wrapper .news__block--item-content:after {
        right: -18px !important
    }

    .reading__wrapper .news__block--item-content:nth-child(2n+2) {
        margin-right: 0
    }

    .reading__wrapper .news__block--item-content:nth-child(2n+2):after {
        display: none
    }
}

@media (max-width: 767px) {
    .reading__wrapper .news__block--item-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        width: 100%
    }

    .reading__wrapper .news__block--item-content:after {
        display: none
    }
}

.reading__wrapper .news__block--item-content:after {
    background-color: #e9ebf3;
    content: "";
    height: 100%;
    position: absolute;
    right: -24px;
    top: 0;
    width: 1px
}

.reading__wrapper .news__block--item-content:last-child {
    padding-right: 0
}

.reading__wrapper .news__block--item-content:last-child:after {
    background-color: transparent
}

.reading__wrapper .news__block--item-content:first-child {
    padding-left: 0
}

.reading__wrapper .news__block--item-content .news__block--item-content-title {
    margin: 4px 0 12px
}

.reading__wrapper .news__block--item-content .news__block--item-content-txt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.reading__wrapper .news__block--item-content .news__block--item-content-txt:last-child {
    margin-top: 20px
}

.section__head {
    color: #061236;
    font-family: "SourceSerifPro-Regular";
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    line-height: 40px;
    margin-bottom: 4px
}

.section {
    padding: 60px 0
}

@media (max-width: 767px) {
    .section {
        padding: 30px 0
    }
}

.section__news {
    padding: 10px 0 60px
}

.sectionMain {
    padding: 20px 0 60px
}

@media (max-width: 767px) {
    .sectionMain {
        padding-top: 0
    }
}

.global {
    border-top: 1px solid #061236
}

.global__wrapper--item {
    display: inline-block;
    margin-top: 36px;
    text-decoration: none;
    width: calc(33.33% - 24px)
}

@media (max-width: 1100px) {
    .global__wrapper--item {
        margin: 18px 0;
        width: calc(50% - 15px)
    }
}

@media (max-width: 767px) {
    .global__wrapper--item {
        margin-right: 0 !important;
        width: 100%
    }
}

@media (max-width: 1100px) {
    .global__wrapper--item:nth-child(odd) {
        margin-right: 25px
    }
}

.global__wrapper--item:nth-child(2) {
    margin: 0 31px
}

@media (max-width: 1100px) {
    .global__wrapper--item:nth-child(2) {
        margin: 0
    }
}

.global__wrapper--item:nth-child(5) {
    margin: 0 31px
}

@media (max-width: 1100px) {
    .global__wrapper--item:nth-child(5) {
        margin: 0 25px 0 0
    }
}

.global__wrapper--item-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 262px;
    width: 100%
}

.global__wrapper--bottom {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: 84px
}

.global__wrapper--bottom .btn-load {
    border: 1px solid #e9ebf3;
    border-radius: 40px;
    color: #061236;
    display: block;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    line-height: 18px;
    min-width: 240px;
    padding: 14px;
    text-align: center;
    text-decoration: none;
    transition: .3s ease-in-out;
    width: calc(33.33% - 24px)
}

@media (max-width: 575px) {
    .global__wrapper--bottom .btn-load {
        width: 50%
    }
}

.global__wrapper--bottom .btn-load:hover {
    background-color: #4674ec;
    border: 1px solid transparent;
    color: #fff
}

.global__date {
    color: #2966df;
    font-size: 16px;
    line-height: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 24px;
    text-transform: uppercase
}

.global__date, .global__title {
    font-family: Mulish-Regular;
    font-weight: 700
}

.global__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #061236;
    display: -webkit-box;
    font-size: 24px;
    line-height: 24px;
    line-height: 28px;
    min-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis
}

.global__tag {
    margin-bottom: 20px;
    margin-top: 12px
}

.global__tag, .global__txt {
    color: #919ab3;
    font-family: "SourceSerifPro-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    line-height: 20px
}

.global__txt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis
}

.newsInner__wrapper:after {
    clear: both;
    content: "";
    display: table
}

.newsInner__head {
    border-bottom: 2px solid #e9ebf3;
    font-family: "SourceSerifPro-Regular";
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    line-height: 36px;
    padding-bottom: 24px;
    text-transform: inherit
}

@media (max-width: 767px) {
    .newsInner__head {
        font-family: "SourceSerifPro-Regular";
        font-size: 28px;
        font-weight: 400;
        line-height: 28px
    }
}

.newsInner__img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    height: 390px;
    margin-bottom: 16px;
    margin-top: 4px;
    width: 100%
}

@media (max-width: 767px) {
    .newsInner__img {
        height: 250px
    }
}

.newsInner__img img {
    border-radius: 12px
}

.newsInner__description--txt {
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    line-height: 28px;
    margin-bottom: 64px;
    margin-top: 16px
}

@media (max-width: 767px) {
    .newsInner__description--txt {
        font-family: Mulish-Regular;
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        line-height: 28px
    }
}

.newsInner__description--head {
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 18px;
    line-height: 24px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .newsInner__description--head {
        font-family: Mulish-Regular;
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
        line-height: 24px
    }
}

.newsInner__owner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0
}

@media (max-width: 1024px) {
    .newsInner__owner .footer__socialLinks {
        width: auto
    }
}

.newsInner__owner .footer__socialLinks--item {
    margin-left: 8px;
    margin-right: 0
}

.newsInner__owner--right p {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    line-height: 20px;
    line-height: 36px;
    margin-top: 4px;
    text-align: right;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .newsInner__owner--right p {
        line-height: 16px;
        margin-top: 6px
    }
}

.newsInner__name {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    line-height: 16px;
    margin-bottom: 4px
}

@media (max-width: 767px) {
    .newsInner__name {
        margin-bottom: 6px
    }
}

.newsInner__creatDate {
    color: #9d9fb2;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    line-height: 16px
}

.newsInner__block {
    display: flex
}

@media (max-width: 1024px) {
    .newsInner__block {
        flex-direction: column
    }
}

.newsInner__block--leftNews {
    width: calc(72% - 20px)
}

@media (max-width: 1024px) {
    .newsInner__block--leftNews {
        width: 100%
    }
}

.newsInner__block--rightNews {
    margin-left: 40px;
    width: calc(28% - 20px)
}

@media (max-width: 1024px) {
    .newsInner__block--rightNews {
        margin-left: 0;
        width: 100%
    }
}

.newsInner__block--rightNews .news__block--item-content {
    text-decoration: none
}

.newsInner__block--rightNews .news__block--item-content .news__block--item-content-date {
    margin-top: 37px
}

.newsInner__block--rightNews-head {
    border-bottom: 2px solid #4674ec;
    color: #4674ec;
    font-family: Mulish-Regular;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 24px;
    padding-bottom: 12px;
    text-transform: uppercase
}

.newsInner__block--item {
    float: left;
    margin-left: 30px;
    width: 30%
}

.newsInner__block--item-content {
    text-decoration: none
}

.newsInner__block--item-content-date {
    color: #4674ec;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    line-height: 18px;
    margin-top: 16px;
    text-transform: uppercase
}

.newsInner__block--item-content-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #061236;
    display: -webkit-box;
    font-family: Mulish-Regular;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    line-height: 26px;
    margin-bottom: 16px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis
}

.newsInner__block--item-content-txt {
    color: #919ab3;
    font-family: "SourceSerifPro-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    line-height: 20px
}

.newsInner .newsInner__block--item-content-txt {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.img--responsive {
    max-width: 100%
}

.sectionMain {
    background-color: #041959;
    color: #fff
}

.banner__slider {
    width: calc(62% - 25px)
}

@media (max-width: 993px) {
    .banner__slider {
        width: 100%
    }
}

.banner .bannerMobileSlider {
    display: none;
    padding: 38px
}

@media (max-width: 993px) {
    .banner .bannerMobileSlider {
        display: block
    }
}

@media (max-width: 767px) {
    .banner .bannerMobileSlider .banner__flag {
        margin-top: 30px
    }
}

.banner .bannerMobileSlider .banner__flag--item {
    height: 50px;
    width: 75px
}

.banner .bannerMobileSlider__miniHead {
    color: #ffd243;
    font-family: "SourceSerifPro-Regular";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 12px;
    line-height: 26px;
    margin-bottom: 6px;
    text-transform: uppercase
}

.banner .bannerMobileSlider__title {
    color: #fff;
    font-family: "SourceSerifPro-Regular";
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    line-height: 30px;
    margin-bottom: 6px
}

.banner .bannerMobileSlider__txt {
    color: #fff;
    font-family: "SourceSerifPro-Regular";
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    line-height: 20px
}

.banner .pagingInfo {
    align-items: center;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -38px;
    width: 20px
}

@media (max-width: 1300px) {
    .banner .pagingInfo {
        bottom: 10px;
        right: 10px
    }
}

@media (max-width: 993px) {
    .banner .pagingInfo {
        bottom: 10px;
        flex-direction: row;
        left: 10px;
        right: auto;
        width: 50px
    }
}

.banner .pagingInfo .slash {
    margin: 5px 0
}

@media (max-width: 993px) {
    .banner .pagingInfo .slash {
        margin: 0 5px
    }
}

.banner__wrapper {
    display: flex;
    justify-content: space-between;
    position: relative
}

.banner__words--head {
    color: #ffd243;
    font-family: Mulish-Regular;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    line-height: 26px
}

.banner__words--title {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 32px;
    margin-top: 12px
}

.banner__words--title, .banner__words--txt {
    color: #fff;
    font-family: "SourceSerifPro-Regular"
}

.banner__words--txt {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    line-height: 20px
}

.banner__flag {
    display: flex;
    margin-top: 50px
}

.banner__flag--item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 76px;
    margin-right: 24px;
    width: 130px
}

.banner__slider--item {
    display: flex !important;
    justify-content: space-between !important
}

.banner__slider--item-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(38% - 25px)
}

@media (max-width: 993px) {
    .banner__slider--item-left {
        display: none
    }
}

.banner__slider--item-right {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: 100%
}

@media (max-width: 993px) {
    .banner__slider--item-right {
        align-items: flex-end;
        display: flex
    }
}

.banner__slider .slick-next, .banner__slider .slick-prev {
    background: transparent;
    border: none;
    font-size: 0;
    height: 20px;
    padding: 0;
    width: 20px
}

.banner__slider .slick-prev {
    bottom: 105px;
    position: absolute;
    right: -38px;
    z-index: 1
}

@media (max-width: 1300px) {
    .banner__slider .slick-prev {
        display: block;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(90deg)
    }
}

.banner__slider .slick-prev:after {
    left: 2px;
    transform: translateY(-50%) rotate(-45deg)
}

.banner__slider .slick-prev:after, .banner__slider .slick-prev:before {
    background: #fff;
    content: "";
    height: 2px;
    position: absolute;
    top: 50%;
    width: 10px
}

.banner__slider .slick-prev:before {
    left: 8px;
    transform: translateY(-50%) rotate(45deg)
}

.banner__slider .slick-next {
    bottom: 0;
    position: absolute;
    right: -38px
}

@media (max-width: 1300px) {
    .banner__slider .slick-next {
        display: block;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(90deg)
    }
}

.banner__slider .slick-next:after {
    left: 2px;
    transform: translateY(-50%) rotate(45deg)
}

.banner__slider .slick-next:after, .banner__slider .slick-next:before {
    background: #fff;
    content: "";
    height: 2px;
    position: absolute;
    top: 50%;
    width: 10px
}

.banner__slider .slick-next:before {
    left: 8px;
    transform: translateY(-50%) rotate(-45deg)
}

@media (max-width: 767px) {
    .sectionMain {
        padding-bottom: 0 !important
    }
}

.recommend__wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .recommend__wrapper {
        flex-direction: column
    }
}

.recommend__item {
    border-left: 1px solid #0b1d54;
    padding: 0 30px;
    width: 50%
}

@media (max-width: 767px) {
    .recommend__item {
        border-left: 1px solid transparent;
        padding: 0;
        width: 100%
    }

    .recommend__item:first-child {
        border-bottom: 1px solid #0b1d54;
        margin-bottom: 30px;
        padding-bottom: 30px
    }
}

.recommend__item--content-title {
    color: #061236;
    font-family: "SourceSerifPro-Regular";
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    line-height: 40px;
    margin: 0 0 48px;
    min-height: 80px
}

@media (max-width: 1024px) {
    .recommend__item--content-title {
        font-size: 28px;
        margin: 0 0 28px
    }
}

@media (max-width: 767px) {
    .recommend__item--content-title {
        border-bottom: 1px solid #f2f3f7;
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 16px
    }
}

.recommend__item--content-subTitle {
    color: #061236;
    font-family: Mulish-ExtraBold;
    font-size: 12px;
    font-weight: 800;
    line-height: 12px;
    line-height: 18px
}

@media (max-width: 767px) {
    .recommend__item--content-subTitle {
        font-weight: 800
    }
}

.recommend__item--content-txt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: "SourceSerifPro";
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    line-height: 20px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 767px) {
    .recommend__item--content-txt {
        font-weight: 300
    }
}

.recommend__item--content-btn {
    background-color: #4674ec;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    line-height: 18px;
    margin: 20px 0;
    padding: 12px 92px 12px 40px;
    position: relative;
    text-decoration: none;
    transition: .3s ease-in-out
}

@media (max-width: 475px) {
    .recommend__item--content-btn {
        width: 100%
    }
}

.recommend__item--content-btn span {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%)
}

.recommend__item--content-btn:hover {
    transition: .3s ease-in-out
}

.recommend__item--content-btn:hover span {
    right: 35px;
    transition: .3s ease-in-out
}

.recommend__item--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    height: 250px;
    width: 100%
}

@media (max-width: 767px) {
    .recommend__item--img {
        height: 165px
    }
}

.green__wrapper {
    position: relative
}

.green__slider--item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    margin-left: -1%;
    padding-top: 68px;
    width: 102% !important
}

@media (max-width: 767px) {
    .green__slider--item {
        height: 350px;
        padding-top: 20px
    }
}

.green__slider--item-title {
    background-color: #fff;
    color: #061236;
    display: inline;
    font-family: Mulish-Bold;
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    line-height: 52px;
    margin-top: 70px;
    width: 440px
}

@media (max-width: 767px) {
    .green__slider--item-title {
        font-size: 24px;
        line-height: 34px
    }
}

.green__slider--item-owner {
    color: #fff;
    font-family: Mulish-Medium;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    line-height: 18px;
    margin-bottom: 68px;
    margin-top: 12px
}

.green__slider--item-mobility {
    color: #fff;
    font-family: "SourceSerifPro-SemiBold";
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    line-height: 68px;
    margin-top: 120px;
    text-align: right;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .green__slider--item-mobility {
        font-size: 24px;
        margin-top: 110px;
        text-align: left
    }
}

.green__slider .slick-dots {
    bottom: 0;
    left: 50%;
    list-style: none;
    margin-bottom: 30px;
    position: absolute;
    text-align: right;
    transform: translateX(-50%);
    width: 1100px
}

@media (max-width: 1100px) {
    .green__slider .slick-dots {
        width: 97%
    }
}

@media (max-width: 767px) {
    .green__slider .slick-dots {
        margin-bottom: 10px
    }
}

.green__slider .slick-dots .slick-active button {
    background-color: transparent;
    border: none;
    border-radius: 100%;
    font-size: 0;
    height: 20px;
    line-height: 0;
    position: relative;
    width: 20px
}

.green__slider .slick-dots .slick-active button:after {
    background-color: #fff;
    border-radius: 100%;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    z-index: 2
}

.green__slider .slick-dots .slick-active button:before {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    content: "";
    height: 18px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    z-index: 2
}

.green__slider .slick-dots li {
    display: inline-block;
    margin: 2px 4px
}

.green__slider .slick-dots li:last-child {
    margin-right: 0
}

.green__slider .slick-dots li button {
    background-color: transparent;
    border: none;
    border-radius: 100%;
    font-size: 0;
    height: 20px;
    line-height: 0;
    position: relative;
    width: 20px
}

.green__slider .slick-dots li button:after {
    background-color: hsla(0, 0%, 100%, .4);
    border-radius: 100%;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    z-index: 2
}

.green .pagingGreen {
    align-items: center;
    bottom: 78px;
    display: flex;
    flex-direction: column;
    left: 12%;
    position: absolute;
    transform: translateX(-12%);
    width: 20px;
    z-index: 2
}

@media (max-width: 1100px) {
    .green .pagingGreen {
        left: 15px;
        transform: inherit
    }
}

@media (max-width: 767px) {
    .green .pagingGreen {
        bottom: 10px;
        display: flex;
        flex-direction: row;
        width: 100px
    }

    .green .pagingGreen .slash {
        margin: 0 5px
    }
}

.green .pagingGreen span {
    color: #fff
}

.green .slash {
    margin: 5px 0
}

.green .slick-next, .green .slick-prev {
    background: transparent;
    border: none;
    font-size: 0;
    height: 20px;
    padding: 0;
    width: 20px
}

.green .slick-prev {
    bottom: 150px;
    left: 12%;
    position: absolute;
    transform: translateX(-12%);
    z-index: 1
}

@media (max-width: 1100px) {
    .green .slick-prev {
        left: 15px;
        transform: inherit
    }
}

@media (max-width: 767px) {
    .green .slick-prev {
        left: inherit;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg)
    }
}

.green .slick-prev:after {
    left: 2px;
    transform: translateY(-50%) rotate(-45deg)
}

.green .slick-prev:after, .green .slick-prev:before {
    background: #fff;
    content: "";
    height: 2px;
    position: absolute;
    top: 50%;
    width: 10px
}

.green .slick-prev:before {
    left: 8px;
    transform: translateY(-50%) rotate(45deg)
}

.green .slick-next {
    bottom: 51px;
    left: 12%;
    position: absolute;
    transform: translateX(-12%)
}

@media (max-width: 1100px) {
    .green .slick-next {
        left: 15px;
        transform: inherit
    }
}

@media (max-width: 767px) {
    .green .slick-next {
        left: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(90deg)
    }
}

.green .slick-next:after {
    left: 2px;
    transform: translateY(-50%) rotate(45deg)
}

.green .slick-next:after, .green .slick-next:before {
    background: #fff;
    content: "";
    height: 2px;
    position: absolute;
    top: 50%;
    width: 10px
}

.green .slick-next:before {
    left: 8px;
    transform: translateY(-50%) rotate(-45deg)
}

.events__wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .events__wrapper {
        flex-direction: column
    }
}

.events__item {
    border-left: 1px solid rgba(6, 18, 54, .4);
    display: inline-block;
    padding: 0 16px;
    text-decoration: none;
    transition: .3s ease-in-out;
    width: 33.33333%
}

@media (max-width: 767px) {
    .events__item {
        border: none;
        padding: 0;
        width: 100%
    }
}

.events__item:hover, .events__item:hover .events__item--content-right {
    transition: .3s ease-in-out
}

.events__item:hover .events__item--content-right span {
    margin-left: calc(50% - 16px);
    transition: .3s ease-in-out
}

.events__item:last-child {
    border-right: 1px solid rgba(6, 18, 54, .4)
}

@media (max-width: 767px) {
    .events__item:last-child {
        border: none
    }
}

.events__item--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    width: 100%
}

.events__item--img-date {
    background-color: #fff;
    border-radius: 20px;
    color: #061236;
    display: inline-block;
    font-family: "SourceSerifPro-Regular";
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 14px;
    line-height: 28px;
    margin: 12px 10px;
    padding: 0 14px
}

.events__item--content {
    margin-top: 24px;
    transition: .3s ease-in-out
}

@media (max-width: 767px) {
    .events__item--content {
        margin-bottom: 32px
    }
}

.events__item--content-uploadDate {
    color: #4674ec;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px
}

.events__item--content-title {
    color: #061236;
    font-family: "SourceSerifPro-Regular";
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    line-height: 24px;
    margin: 8px 0 12px
}

.events__item--content-txt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #061236;
    display: -webkit-box;
    font-family: "SourceSerifPro-Light";
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.events__item--content-location {
    align-items: center;
    color: rgba(6, 18, 54, .4);
    display: flex;
    font-family: Mulish-Regular;
    font-size: 14px 600;
    font-weight: "Mulish-Regular";
    line-height: 14px 600;
    line-height: 18px
}

.events__item--content-location span {
    margin-right: 8px
}

.events__item--content-right {
    margin: 16px 0;
    transition: .3s ease-in-out
}

.events__item--content-right span {
    transition: .3s ease-in-out
}

.headlineSection {
    border-bottom: 1px solid #061236;
    margin-bottom: 28px
}

.headlineSection__txt {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 36px;
    line-height: 64px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .headlineSection__txt {
        font-size: 28px
    }
}

.flex--d {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.headlineSectionInner select {
    background-color: transparent;
    border: none;
    color: #0b1d54;
    font-family: "SourceSerifPro-Regular";
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    line-height: 40px;
    outline: none;
    padding-right: 12px;
    text-align: right
}

.mainNews__item {
    display: inline-block;
    margin: 12px -4px 48px 0;
    text-decoration: none;
    width: 33.33333%
}

@media (max-width: 1024px) {
    .mainNews__item {
        margin: 12px -4px 10px 0;
        width: 50%
    }
}

@media (max-width: 767px) {
    .mainNews__item {
        margin: 12px -4px 16px 0;
        width: 100%
    }
}

.mainNews__item-w {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.mainNews__item--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 115px;
    width: 115px
}

.mainNews__item--content {
    margin-right: 15px;
    width: calc(100% - 145px)
}

@media (max-width: 767px) {
    .mainNews__item--content {
        margin-right: 0;
        width: calc(100% - 130px)
    }
}

.mainNews__item--content-date {
    color: #4674ec;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px;
    margin-bottom: 8px
}

.mainNews__item--content-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #061236;
    display: -webkit-box;
    font-family: "SourceSerifPro-Regular";
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    line-height: 26px;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis
}

.mainNews__item--content-category {
    color: #919ab3;
    font-family: "SourceSerifPro-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    line-height: 20px;
    text-transform: uppercase
}

.review__wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .review__wrapper {
        flex-direction: column
    }
}

.review__left {
    width: 500px
}

@media (max-width: 996px) {
    .review__left {
        width: calc(40% - 12px)
    }
}

@media (max-width: 767px) {
    .review__left {
        width: 100%
    }
}

.review__left--head {
    color: #4674ec;
    font-family: "SourceSerifPro-Regular";
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 16px;
    line-height: 20px;
    text-transform: uppercase
}

.review__left--txt {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    line-height: 46px;
    margin-top: 20px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .review__left--txt {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 22px
    }
}

.review__right {
    background: #061236;
    border-radius: 20px;
    padding: 20px 52px;
    width: calc(100% - 548px)
}

@media (max-width: 1100px) {
    .review__right {
        padding: 20px
    }
}

@media (max-width: 996px) {
    .review__right {
        width: calc(60% - 12px)
    }
}

@media (max-width: 767px) {
    .review__right {
        width: 100%
    }
}

.review__right--head {
    color: #fff;
    font-family: Mulish-Regular;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    line-height: 30px;
    margin-bottom: 16px
}

.review__right--question input[type=radio] {
    display: none
}

.review__right--question input[type=radio] + label {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    line-height: 18px;
    margin-top: 12px;
    padding-left: 34px;
    position: relative
}

.review__right--question input[type=radio] + label span {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 14px;
    position: absolute;
    width: 20px
}

.review__right--question input[type=radio] + label span:after {
    background-color: transparent;
    border: 2px solid hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    content: "";
    height: 20px;
    position: absolute;
    width: 20px
}

.review__right--question input[type=radio] + label span:before {
    background-color: transparent;
    border-radius: 100%;
    content: "";
    height: 12px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 12px
}

.review__right--question input[type=radio]:checked + label span:after {
    border: 2px solid #ffd243
}

.review__right--question input[type=radio]:checked + label span:before {
    background-color: #ffd243
}

.review__right--question .sendMsj-btn {
    align-items: center;
    background-color: #ffd243;
    border: none;
    border-radius: 30px;
    display: flex;
    margin-top: 28px;
    padding: 8px 20px;
    transition: .3s ease-in-out
}

.review__right--question .sendMsj-btn:hover {
    opacity: .8
}

.review .eventRegister__check--content-w label {
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.announcements {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px;
    width: 100%
}

@media (max-width: 767px) {
    .announcements {
        height: 360px
    }
}

.announcements__wrapper {
    display: flex;
    flex-direction: column;
    height: 440px;
    justify-content: space-between
}

@media (max-width: 767px) {
    .announcements__wrapper {
        height: 340px
    }
}

.announcements__head {
    color: #fff;
    font-family: "SourceSerifPro-Regular";
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    line-height: 68px;
    margin-top: 20px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .announcements__head {
        font-size: 28px
    }
}

.announcements__content--title {
    background-color: #fff;
    color: #061236;
    display: inline;
    font-family: "SourceSerifPro-SemiBold";
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    line-height: 50px;
    text-transform: lowercase
}

@media (max-width: 767px) {
    .announcements__content--title {
        font-size: 24px;
        line-height: 34px
    }
}

.announcements__content--owner {
    color: #fff;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    line-height: 18px;
    margin-top: 15px
}

.headSectionMain {
    border-bottom: 1px solid #061236
}

.headSectionMain__txt {
    color: #061236;
    font-family: "SourceSerifPro-Regular";
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    line-height: 40px;
    margin-bottom: 8px
}

.dataGlobal__wrapper {
    margin-top: 32px
}

@media (max-width: 767px) {
    .dataGlobal__wrapper {
        flex-direction: column
    }
}

.dataGlobal__item {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 3.33%;
    padding: 15px 0;
    position: relative;
    text-decoration: none;
    width: 30%
}

@media (max-width: 767px) {
    .dataGlobal__item {
        border-bottom: 1px solid #919ab3;
        margin-bottom: 15px;
        margin-right: 0;
        padding-bottom: 25px;
        width: 100%
    }

    .dataGlobal__item:after {
        display: none
    }
}

.dataGlobal__item:nth-child(3n+3) {
    margin-right: 0
}

.dataGlobal__item:nth-child(4n+4):after {
    background-color: transparent
}

.dataGlobal__item:after {
    background-color: #919ab3;
    content: "";
    height: 100%;
    left: -24px;
    position: absolute;
    top: 0;
    width: 1px
}

.dataGlobal__item:first-child:after {
    background-color: transparent
}

.dataGlobal__item--title {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    line-height: 26px;
    margin-bottom: 20px
}

@media (max-width: 993px) {
    .dataGlobal__item--title {
        font-size: 18px;
        line-height: 22px
    }
}

.dataGlobal__item--nameDate {
    display: flex;
    margin-bottom: 24px
}

.dataGlobal__item--nameDate p {
    color: #919ab3;
    font-family: "SourceSerifPro-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    line-height: 20px;
    position: relative
}

@media (max-width: 993px) {
    .dataGlobal__item--nameDate p {
        font-size: 14px
    }
}

.dataGlobal__item--nameDate p:first-child {
    margin-right: 26px
}

.dataGlobal__item--nameDate p:first-child:after {
    background-color: #919ab3;
    border-radius: 100%;
    content: "";
    height: 5px;
    position: absolute;
    right: -15px;
    top: 7px;
    width: 5px
}

.dataGlobal__item--txt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #919ab3;
    display: -webkit-box;
    font-family: "SourceSerifPro-Regular";
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 993px) {
    .dataGlobal__item--txt {
        font-size: 14px
    }
}

.publications__wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width: 992px) {
    .publications__wrapper {
        flex-direction: column
    }
}

.publications__left {
    text-decoration: none;
    width: calc(55% - 15px)
}

@media (max-width: 992px) {
    .publications__left {
        width: 100%
    }
}

.publications__left--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    height: 350px;
    margin-bottom: 40px;
    width: 100%
}

@media (max-width: 767px) {
    .publications__left--img {
        margin-bottom: 20px
    }
}

.publications__left--content {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .publications__left--content {
        flex-direction: column
    }
}

@media (max-width: 992px) {
    .publications__left--content {
        margin-bottom: 30px
    }
}

.publications__left--content-left {
    width: calc(60% - 10px)
}

@media (max-width: 767px) {
    .publications__left--content-left {
        width: 100%
    }
}

.publications__left--content-right {
    width: calc(40% - 10px)
}

@media (max-width: 767px) {
    .publications__left--content-right {
        width: 100%
    }
}

.publications__right {
    width: calc(45% - 15px)
}

@media (max-width: 992px) {
    .publications__right {
        width: 100%
    }
}

.publications__right--item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    text-decoration: none
}

.publications__right--item-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    height: 160px;
    width: 200px
}

@media (max-width: 767px) {
    .publications__right--item-img {
        width: 160px
    }
}

@media (max-width: 375px) {
    .publications__right--item-img {
        height: 120px;
        width: 120px
    }
}

.publications__right--item-content {
    width: calc(100% - 220px)
}

@media (max-width: 767px) {
    .publications__right--item-content {
        width: calc(100% - 180px)
    }
}

@media (max-width: 375px) {
    .publications__right--item-content {
        width: calc(100% - 140px)
    }
}

.publications__ItemDate {
    color: #4674ec;
    font-family: Mulish-Regular;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    line-height: 18px;
    margin-bottom: 8px
}

.publications__ItemTitle {
    color: #061236;
    font-family: Mulish-Bold;
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    line-height: 26px
}

@media (max-width: 767px) {
    .publications__ItemTitle {
        font-size: 16px
    }
}

@media (max-width: 375px) {
    .publications__ItemTitle {
        line-height: 20px
    }
}

.publications__ItemOwner {
    color: #919ab3;
    font-family: Mulish-Medium;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px;
    margin-top: 8px
}

.publications__bigItemDate {
    color: #4674ec;
    font-family: Mulish-Regular;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    line-height: 18px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .publications__bigItemDate {
        font-size: 14px
    }
}

.publications__bigItemTitle {
    color: #061236;
    font-family: Mulish-Bold;
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
    line-height: 34px
}

@media (max-width: 767px) {
    .publications__bigItemTitle {
        font-size: 24px
    }
}

.publications__bigItemOwner {
    color: #919ab3;
    font-family: Mulish-Medium;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px;
    margin-bottom: 12px
}

.publications__bigItemTxt {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #061236;
    display: -webkit-box;
    font-family: "SourceSerifPro-Regular";
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 767px) {
    .publicItems {
        margin-top: -70px
    }
}

@media (max-width: 993px) {
    .publicItems {
        margin-top: -70px
    }
}

.publicItems__item {
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 10px;
    width: calc(33.33% - 10px)
}

@media (max-width: 1100px) {
    .publicItems__item {
        width: calc(50% - 10px)
    }
}

@media (max-width: 767px) {
    .publicItems__item {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%
    }
}

@media (max-width: 1100px) {
    .publicItems__item:nth-child(2n+2) {
        margin-right: 0
    }
}

@media (max-width: 3000px) and (min-width: 1100px) {
    .publicItems__item:nth-child(3n+3) {
        margin-right: 0
    }
}

.publicItems__item-w {
    display: flex;
    text-decoration: none
}

.publicItems__item--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    display: inline-block;
    height: 120px;
    margin-right: 15px;
    width: 120px
}

.publicItems__item--content {
    display: inline-block;
    width: calc(100% - 135px)
}

.publicItems__item--content-date {
    color: #4674ec;
    font-family: "SourceSerifPro-SemiBold";
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    line-height: 18px
}

.publicItems__item--content-title {
    color: #061236;
    font-family: Mulish-Bold;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    line-height: 24px;
    margin-top: 4px
}

@media (max-width: 767px) {
    .publicItems__item--content-title {
        font-size: 16px
    }
}

@media (max-width: 375px) {
    .publicItems__item--content-title {
        line-height: 20px
    }
}

.publicItems__item--content-owner {
    color: #919ab3;
    font-family: Mulish-Medium;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    line-height: 18px;
    margin-top: 6px
}

.loadMorePub {
    text-align: center
}

.loadMorePub .loadMorePub-btn {
    background-color: #fff;
    border: 1px solid #919ab3;
    border-radius: 40px;
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px;
    padding: 14px 28px;
    transition: .3s ease-in-out;
    width: calc(33.33% - 10px)
}

@media (max-width: 600px) {
    .loadMorePub .loadMorePub-btn {
        width: 60%
    }
}

.loadMorePub .loadMorePub-btn:hover {
    background-color: #4674ec;
    border: 1px solid transparent;
    color: #fff
}

.BCR__head {
    border-bottom: 4px solid #4674ec;
    color: #4674ec;
    font-family: "SourceSerifPro-Italic";
    margin-bottom: 24px;
    padding-bottom: 12px;
    width: fit-content
}

.BCR__head, .BCR__txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    line-height: 28px
}

.BCR__txt {
    color: #0b1d54;
    font-family: "SourceSerifPro-Regular";
    margin-top: 20px
}

.BCR__titleDes {
    display: flex;
    justify-content: space-between;
    margin-top: 28px
}

@media (max-width: 992px) {
    .BCR__titleDes {
        flex-direction: column
    }
}

.BCR__titleDes--title {
    color: #0b1d54;
    font-family: Mulish-Bold;
    font-size: 34px;
    font-weight: 800;
    line-height: 34px;
    line-height: 36px;
    width: 500px
}

@media (max-width: 992px) {
    .BCR__titleDes--title {
        margin-bottom: 26px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .BCR__titleDes--title {
        font-size: 28px
    }
}

.BCR__titleDes--subTitle {
    color: #0b1d54;
    font-family: "SourceSerifPro-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    line-height: 28px;
    width: calc(100% - 578px)
}

@media (max-width: 992px) {
    .BCR__titleDes--subTitle {
        width: 100%
    }
}

.BCR__pdfContent {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

@media (max-width: 767px) {
    .BCR__pdfContent {
        flex-direction: column-reverse;
        margin-top: 26px
    }
}

.BCR__pdfContent--left {
    width: 250px
}

@media (max-width: 767px) {
    .BCR__pdfContent--left {
        margin: 0 auto
    }
}

.BCR__pdfContent--left-pdfImg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 350px;
    width: 100%
}

.BCR__pdfContent--left-pdfBtn {
    align-items: center;
    background-color: #4674ec;
    border: none;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 16px;
    line-height: 18px;
    margin-top: 34px;
    padding: 14px;
    transition: .3s ease-in-out;
    width: 100%
}

.BCR__pdfContent--left-pdfBtn:hover {
    opacity: .8
}

.BCR__pdfContent--left-pdfBtn span {
    margin-right: 16px
}

.BCR__pdfContent--right {
    width: calc(100% - 300px)
}

@media (max-width: 767px) {
    .BCR__pdfContent--right {
        margin-bottom: 28px;
        width: 100%
    }
}

.BCR__pdfContent--right-txt {
    color: #0b1d54;
    font-family: "SourceSerifPro";
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    line-height: 28px;
    margin-bottom: 42px
}

@media (max-width: 767px) {
    .BCR__pdfContent--right-txt {
        font-size: 18px;
        margin-bottom: 24px
    }
}

.BCR__pdfContent--right-txt p {
    color: #0b1d54;
    font-family: "SourceSerifPro";
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    line-height: 28px;
    margin-bottom: 42px
}

@media (max-width: 767px) {
    .BCR__pdfContent--right-txt p {
        font-size: 18px;
        margin-bottom: 24px
    }
}

.BCR__pdfContent--right-size {
    color: #0b1d54;
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    line-height: 28px
}

@media (max-width: 767px) {
    .BCR__pdfContent--right-size {
        font-size: 16px
    }
}

.BCR__pdfContent--right-size span {
    color: #0b1d54;
    font-family: Mulish-Bold;
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
    line-height: 28px
}

@media (max-width: 767px) {
    .BCR__pdfContent--right-size span {
        font-size: 16px
    }
}

.BCRmain__wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .BCRmain__wrapper {
        flex-direction: column
    }
}

.BCRmain__mainItem {
    padding: 25px 0;
    width: calc(50% - 30px)
}

@media (max-width: 1024px) {
    .BCRmain__mainItem {
        width: 100%
    }
}

.BCRmain__mainItem:first-child {
    position: relative
}

@media (max-width: 767px) {
    .BCRmain__mainItem:first-child {
        border-bottom: 1px solid #d9dce7
    }
}

.BCRmain__mainItem:first-child:after {
    background-color: #d9dce7;
    content: "";
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    width: 1px
}

@media (max-width: 1024px) {
    .BCRmain__mainItem:first-child:after {
        display: none
    }
}

.BCRmain__mainItem--year {
    color: #061236;
    font-family: "SourceSerifPro-Italic";
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 40px;
    line-height: 44px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .BCRmain__mainItem--year {
        margin-bottom: 10px;
        text-align: center
    }
}

.BCRmain__mainItem--content {
    display: flex
}

@media (max-width: 767px) {
    .BCRmain__mainItem--content {
        flex-direction: column
    }
}

.BCRmain__mainItem--content-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #f2f3f7;
    border-radius: 8px;
    filter: drop-shadow(10px 14px 24px rgba(6, 18, 54, .08));
    height: 324px;
    width: 220px
}

@media (max-width: 767px) {
    .BCRmain__mainItem--content-img {
        margin: 0 auto
    }
}

.BCRmain__mainItem--content-w {
    margin-left: 25px;
    width: calc(100% - 245px)
}

@media (max-width: 767px) {
    .BCRmain__mainItem--content-w {
        margin-left: 0;
        margin-top: 16px;
        text-align: center;
        width: 100%
    }
}

.BCRmain__title {
    color: #061236;
    font-family: "SourceSerifPro-Regular";
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    line-height: 36px;
    margin-bottom: 32px
}

@media (max-width: 1200px) {
    .BCRmain__title {
        font-size: 28px;
        margin-bottom: 12px
    }
}

@media (max-width: 767px) {
    .BCRmain__title {
        text-align: center
    }
}

.BCRmain__subTitle {
    font-family: Mulish-Bold;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    margin-bottom: 12px;
    text-transform: uppercase
}

.BCRmain__subTitle, .BCRmain__txt {
    color: #061236;
    line-height: 16px;
    text-align: left
}

.BCRmain__txt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: "SourceSerifPro";
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
    min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis
}

.BCRmain__downloadBtn {
    background-color: transparent;
    border: none;
    color: #4674ec;
    display: flex;
    font-family: Mulish-Medium;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    line-height: 18px;
    margin: 10px 0;
    padding: 10px 0
}

@media (max-width: 767px) {
    .BCRmain__downloadBtn {
        margin: 0 auto
    }
}

.BCRmain__downloadBtn span {
    margin-right: 15px
}

.BCRmain__moreBtn {
    background-color: #4674ec;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    line-height: 18px;
    margin-top: 10px;
    padding: 8px 0;
    transition: .3s ease-in-out;
    width: 100%
}

@media (max-width: 1024px) {
    .BCRmain__moreBtn {
        padding: 8px 24px;
        width: auto
    }
}

@media (max-width: 767px) {
    .BCRmain__moreBtn {
        margin-top: 20px
    }
}

.BCRmain__moreBtn:hover {
    opacity: .9
}

.BCRmain__moreBtn span {
    margin-left: 18px
}

.BCRmain__head {
    border-bottom: 1px solid #d9dce7;
    margin-bottom: 28px;
    padding-bottom: 44px;
    text-align: center;
    width: 100%
}

.BCRmain__head--title {
    color: #061236;
    font-family: Mulish-ExtraLight;
    font-size: 20px;
    font-weight: 200;
    line-height: 20px;
    line-height: 40px;
    margin-bottom: 12px
}

.BCRmain__head--txt {
    color: #0b1d54;
    font-family: "SourceSerifPro-Italic";
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    line-height: 30px
}

.business__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width: 993px) {
    .business__wrapper {
        display: block
    }
}

.business__item {
    margin-bottom: 30px;
    width: calc(25% - 20px)
}

@media (max-width: 1160px) {
    .business__item {
        width: calc(25% - 50px)
    }
}

@media (max-width: 1024px) {
    .business__item {
        width: calc(25% - 20px)
    }
}

@media (max-width: 993px) {
    .business__item {
        display: inline-block;
        margin-right: 25px;
        width: calc(50% - 15px)
    }

    .business__item:nth-child(2n+2) {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .business__item {
        margin-right: 0;
        width: 100%
    }
}

.business__item--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #f2f3f7;
    border-radius: 8px;
    filter: drop-shadow(10px 14px 24px rgba(6, 18, 54, .08));
    height: 324px;
    margin-bottom: 28px;
    width: 100%
}

@media (max-width: 993px) {
    .business__item--img {
        margin: 0 auto;
        width: 220px
    }

    .business__item--content {
        margin-bottom: 50px
    }
}

.business__item--content-title {
    color: #0b1d54;
    font-family: Mulish-Bold;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    line-height: 22px
}

@media (max-width: 993px) {
    .business__item--content-title {
        margin-top: 20px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .business__item--content-title {
        margin-bottom: 8px
    }
}

.business__item--content-moreBtn {
    background-color: transparent;
    border: none;
    color: #0b1d54;
    font-family: Mulish-Bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px;
    margin: 8px 0;
    padding: 0
}

@media (max-width: 767px) {
    .business__item--content-moreBtn {
        display: block;
        margin: 0 auto
    }
}

.business__item--content-downBtn {
    background-color: #f2f3f7;
    border: none;
    border-radius: 10px;
    color: #4674ec;
    display: flex;
    font-family: Mulish-Bold;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 16px;
    line-height: 18px;
    margin-top: 10px;
    padding: 11px;
    width: 100%
}

.business__item--content-downBtn span {
    margin-right: 14px
}

@media (max-width: 767px) {
    .business__item--content-downBtn {
        margin-top: 8px
    }
}

.about__wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1200px) {
    .about__wrapper {
        flex-direction: column
    }
}

.about__left {
    padding-top: 18px;
    position: relative;
    width: calc(100% - 430px)
}

@media (max-width: 1200px) {
    .about__left {
        width: 100%
    }
}

.about__left:after {
    background-color: #4674ec;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 126px
}

.about__left--head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .about__left--head {
        flex-direction: column;
        margin-bottom: 24px
    }
}

.about__left--head-title {
    color: #061236;
    font-family: Mulish-Bold;
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
    width: calc(60% - 15px)
}

@media (max-width: 767px) {
    .about__left--head-title {
        font-size: 28px;
        width: 100%
    }
}

.about__left--head-subTitle {
    color: #0b1d54;
    font-family: "SourceSerifPro";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    line-height: 24px;
    width: calc(40% - 15px)
}

@media (max-width: 767px) {
    .about__left--head-subTitle {
        margin-top: 24px;
        width: 100%
    }
}

.about__left--content {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .about__left--content {
        flex-direction: column
    }
}

.about__left--content-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    height: 330px;
    width: 300px
}

@media (max-width: 767px) {
    .about__left--content-img {
        margin: 0 auto;
        width: 280px
    }
}

.about__left--content-description {
    width: calc(100% - 320px)
}

@media (max-width: 767px) {
    .about__left--content-description {
        width: 100%
    }
}

.about__left--content-description p {
    color: #0b1d54;
    font-family: "SourceSerifPro";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    line-height: 20px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .about__left--content-description p {
        margin: 24px 0
    }
}

.about__right {
    border: 1px solid #d9dce7;
    border-radius: 6px;
    padding: 52px 36px;
    width: 380px
}

@media (max-width: 767px) {
    .about__right {
        padding: 32px 16px
    }
}

@media (max-width: 1200px) {
    .about__right {
        margin-top: 60px;
        width: 100%
    }
}

.about__right--title {
    color: #061236;
    font-family: "SourceSerifPro-Regular";
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 36px
}

.about__right--subTitle {
    color: rgba(11, 29, 84, .4);
    font-family: Mulish-Bold;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 20px;
    line-height: 34px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.about__right--subTxt {
    color: rgba(11, 29, 84, .5);
    line-height: 16px;
    line-height: 20px;
    margin-bottom: 24px
}

.about__right--subTxt, .about__right--txt {
    font-family: "SourceSerifPro";
    font-size: 16px;
    font-weight: 400
}

.about__right--txt {
    color: #0b1d54;
    line-height: 16px;
    line-height: 24px
}

.sponsors__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px
}

.sponsors__item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 14px 36px rgba(64, 70, 91, .1);
    cursor: pointer;
    margin: 15px 10px;
    padding: 15px 0;
    transition: .3s ease-in-out;
    width: calc(16.66% - 20px)
}

@media (max-width: 993px) {
    .sponsors__item {
        margin: 15px 10px;
        width: calc(33.33% - 20px)
    }
}

@media (max-width: 767px) {
    .sponsors__item {
        margin: 15px 10px;
        width: calc(50% - 20px)
    }
}

@media (max-width: 375px) {
    .sponsors__item {
        margin: 0 0 20px;
        width: 100%
    }
}

.sponsors__item :hover {
    transform: scale(1.1);
    transition: .3s ease-in-out
}

.sponsors__item--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 80px;
    margin: 0 auto;
    width: 130px
}

@media (max-width: 375px) {
    .sponsors__item--img {
        height: 100px
    }
}

.sponsors .modal .tabMenu__content--speakers-img {
    background-size: contain !important
}

@media (max-width: 767px) {
    .sponsors .modal .tabMenu__content--speakers-img {
        margin-bottom: 20px
    }
}

.contact__wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width: 993px) {
    .contact__wrapper {
        flex-direction: column
    }
}

.contact__left {
    width: calc(50% - 45px)
}

@media (max-width: 993px) {
    .contact__left {
        margin-bottom: 40px;
        width: 100%
    }
}

.contact__left--head {
    color: #130f26;
    font-family: "SourceSerifPro-Italic";
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: .08em;
    line-height: 22px;
    line-height: 64px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.contact__left--title {
    color: #130f26;
    font-family: Mulish-Medium;
    font-size: 55px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .contact__left--title {
        font-size: 28px
    }
}

.contact__left--txt {
    color: #130f26;
    font-family: Mulish-Regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    line-height: 30px
}

.contact__left--links {
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

@media (max-width: 993px) {
    .contact__left--links {
        width: 60%
    }
}

@media (max-width: 767px) {
    .contact__left--links {
        flex-direction: column;
        width: 100%
    }
}

.contact__left--links a {
    align-items: center;
    border: 1px solid rgba(6, 18, 54, .1);
    border-radius: 60px;
    color: #4674ec;
    display: flex;
    font-family: Mulish-SemiBold;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    justify-content: center;
    line-height: 16px;
    line-height: 30px;
    padding: 14px 0;
    text-decoration: none;
    width: calc(50% - 9px)
}

@media (max-width: 767px) {
    .contact__left--links a {
        margin-bottom: 20px;
        width: 100%
    }
}

.contact__left--links a span {
    margin-right: 14px
}

.contact__right {
    background-color: #f2f3f7;
    border-radius: 20px;
    padding: 48px;
    width: calc(50% - 45px)
}

@media (max-width: 993px) {
    .contact__right {
        width: 100%
    }
}

@media (max-width: 767px) {
    .contact__right {
        padding: 40px 20px
    }
}

.contact__right input, .contact__right textarea {
    border: 1px solid rgba(6, 18, 54, .4);
    border-radius: 10px;
    display: block;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    line-height: 28px;
    margin-bottom: 32px;
    outline: none;
    padding: 14px 20px;
    width: 100%
}

@media (max-width: 767px) {
    .contact__right input, .contact__right textarea {
        padding: 12px 16px
    }
}

.contact__right button {
    background-color: #4674ec;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 14px;
    line-height: 28px;
    padding: 14px;
    width: 100%
}

.privacy__head {
    font-family: Mulish-Regular;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    margin: 40px 0;
    text-align: center
}

.privacy__txt {
    font-family: Mulish-Regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 15px 0
}

.eventsPage {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative
}

@media (max-width: 767px) {
    .eventsPage {
        background-size: contain;
        height: 250px
    }
}

.eventsPage__content {
    bottom: 45px;
    position: absolute;
    z-index: 1
}

.eventsPage__content--date {
    background-color: #fff;
    border-radius: 20px;
    color: #061236;
    font-family: "SourceSerifPro-Bold";
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 14px;
    line-height: 28px;
    padding: 0 14px;
    width: fit-content
}

@media (max-width: 767px) {
    .eventsPage__content--date {
        bottom: -38px;
        left: 0;
        position: absolute
    }
}

.eventsPage__content--title {
    color: #fff;
    font-family: "SourceSerifPro-Regular";
    font-size: 44px;
    font-weight: 600;
    line-height: 44px;
    line-height: 40px;
    margin: 28px 0 20px
}

@media (max-width: 767px) {
    .eventsPage__content--title {
        font-size: 28px
    }
}

.eventsPage__content--bottom {
    align-items: center;
    display: flex
}

.eventsPage__content--bottom-location {
    color: #fff;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    line-height: 18px;
    margin-left: 12px
}

@media (max-width: 575px) {
    .eventsPage__content--bottom-location {
        font-size: 12px;
        margin-left: 8px
    }
}

.eventsPage__content--bottom-date {
    color: #fff;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    line-height: 18px;
    margin-left: 30px;
    position: relative
}

@media (max-width: 575px) {
    .eventsPage__content--bottom-date {
        font-size: 12px
    }
}

.eventsPage__content--bottom-date:after {
    background-color: #fff;
    border-radius: 100%;
    content: "";
    height: 6px;
    left: -18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px
}

.eventsPage .liner {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 100%, #000 0);
    bottom: 0;
    height: 300px;
    left: 0;
    position: absolute;
    width: 100%
}

@media (max-width: 767px) {
    .eventsPage .liner {
        height: 180px
    }
}

.headlineSectionInner {
    border-bottom: 1px solid #061236;
    margin-bottom: 28px
}

.headlineSectionInner__txt {
    color: #061236;
    font-family: "SourceSerifPro-Regular";
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    line-height: 40px
}

.events--inner .events__wrapper {
    display: block
}

.events--inner .events__item {
    display: inline-block;
    margin-bottom: 40px;
    margin-right: -5px;
    width: 33.33%
}

@media (max-width: 767px) {
    .events--inner .events__item {
        margin-bottom: 0;
        width: 100%
    }
}

.events--inner .events__item:first-child, .events--inner .events__item:nth-child(4) {
    border-left: 1px solid transparent
}

.events--inner .events__item:nth-child(3n+3) {
    border-right: 1px solid transparent
}

.eventsInner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    position: relative;
    width: 100%
}

.eventsInner__head {
    color: #fff;
    font-family: "SourceSerifPro-Regular";
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    line-height: 40px;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    z-index: 1
}

@media (max-width: 767px) {
    .eventsInner__head {
        font-size: 28px;
        margin-top: 40px
    }
}

.eventsInner__about {
    display: flex;
    justify-content: space-between;
    margin-top: -70px
}

@media (max-width: 767px) {
    .eventsInner__about {
        flex-direction: column
    }
}

.eventsInner__about--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 4px solid #fff;
    border-radius: 40px;
    height: 160px;
    width: 160px;
    z-index: 1
}

@media (max-width: 767px) {
    .eventsInner__about--img {
        border-radius: 24px;
        height: 110px;
        width: 110px
    }
}

.eventsInner__about--content {
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
    width: calc(100% - 180px)
}

@media (max-width: 767px) {
    .eventsInner__about--content {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        width: 100%
    }
}

.eventsInner__about--content-head {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.eventsInner__about--content-title {
    color: #061236;
    font-family: Mulish-Bold;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    line-height: 24px;
    margin-bottom: 6px
}

.eventsInner__about--content-btn {
    background-color: #4674ec;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px;
    padding: 8px 38px;
    transition: .3s ease-in-out
}

@media (max-width: 767px) {
    .eventsInner__about--content-btn {
        margin-top: 20px
    }
}

@media (max-width: 475px) {
    .eventsInner__about--content-btn {
        width: 100%
    }
}

.eventsInner__about--content-btn:hover {
    opacity: .9
}

.eventsInner__about--content-btn span {
    margin-left: 15px
}

.eventsInner__about--content-bottom {
    width: 100%
}

.eventsInner .liner {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 100%, #000 0);
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.tabMenu {
    margin-top: 60px
}

@media (max-width: 767px) {
    .tabMenu {
        margin-top: 20px
    }
}

.tabMenu__headerIn--list-item {
    display: inline-block;
    list-style-type: none
}

.tabMenu__headerIn--list-item a {
    color: #4674ec;
    cursor: pointer;
    font-family: "SourceSerifPro-SemiBold";
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    line-height: 18px;
    padding: 4px 18px
}

.tabMenu__headerIn--list-item .active-a-inner {
    background-color: #4674ec;
    color: #fff
}

.tabMenu__contentIn {
    margin-top: 40px
}

.tabMenu__contentIn--txt {
    color: #061236;
    font-family: "SourceSerifPro-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    line-height: 24px;
    margin-bottom: 20px
}

.tabMenu__header--list {
    border-bottom: 1px solid rgba(6, 18, 54, .4)
}

.tabMenu__header--list-item {
    display: inline-block;
    list-style-type: none;
    margin-right: 48px
}

.tabMenu__header--list-item a {
    color: rgba(11, 15, 21, .7019607843137254);
    cursor: pointer;
    font-family: "SourceSerifPro-Regular";
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    line-height: 40px;
    position: relative;
    text-decoration: none
}

@media (max-width: 767px) {
    .tabMenu__header--list-item a {
        font-size: 18px
    }
}

.tabMenu__header--list-item .active-a {
    color: #4674ec
}

.tabMenu__header--list-item .active-a:after {
    background-color: #4674ec;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.tabMenu__content {
    margin-top: 60px
}

.tabMenu__content--speakers {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 75px;
    text-decoration: none;
    width: calc(20% - 64px)
}

@media (max-width: 767px) {
    .tabMenu__content--speakers-w {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: calc(100% - 110px)
    }
}

@media (max-width: 1200px) {
    .tabMenu__content--speakers {
        margin-right: 16px;
        width: calc(25% - 20px)
    }
}

@media (max-width: 767px) {
    .tabMenu__content--speakers {
        display: flex;
        margin-right: 0;
        width: 100%
    }
}

.tabMenu__content--speakers:nth-child(5n+5) {
    margin-right: 0
}

.tabMenu__content--speakers-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 145px;
    margin-bottom: 28px;
    width: 145px
}

@media (max-width: 767px) {
    .tabMenu__content--speakers-img {
        border-radius: 10px;
        height: 96px;
        margin-bottom: 0;
        margin-right: 14px;
        width: 96px
    }
}

.tabMenu__content--speakers-name {
    color: #061236;
    font-family: "SourceSerifPro-Regular";
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    line-height: 24px;
    margin-bottom: 8px;
    min-height: 48px
}

.tabMenu__content--speakers-name, .tabMenu__content--speakers-position {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.tabMenu__content--speakers-position {
    color: rgba(11, 15, 21, .7019607843137254);
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    line-height: 18px;
    min-height: 36px
}

.tabMenu__content--speakers-txt {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    line-height: 20px;
    margin-top: 20px
}

.tabMenu .tab, .tabMenu .tab-inner {
    display: none
}

.tabMenu .tab-active, .tabMenu .tab-active-inner {
    display: block
}

@media (max-width: 767px) {
    .tabMenu .modal .tabMenu__content--speakers-img {
        margin-bottom: 20px
    }
}

.tender .tender__itemNonImg .tender__item--img {
    display: none;
    width: 0
}

.tender .tender__itemNonImg .tender__item--content {
    width: 60%
}

.tender .tender__itemNonImg .tender__item--date {
    width: 40%
}

.tender__item {
    border-bottom: 1px solid #919ab3;
    display: flex;
    margin-top: 40px;
    padding-bottom: 40px;
    text-decoration: none
}

@media (max-width: 767px) {
    .tender__item {
        border-bottom: 1px solid transparent;
        flex-direction: column
    }
}

.tender__item:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0
}

.tender__item--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-right: 24px;
    width: 300px
}

@media (max-width: 1024px) {
    .tender__item--img {
        margin-right: 14px;
        width: 200px
    }
}

@media (max-width: 767px) {
    .tender__item--img {
        height: 170px;
        margin-bottom: 28px;
        width: 100%
    }
}

.tender__item--content {
    width: calc(52% - 180px)
}

@media (max-width: 1024px) {
    .tender__item--content {
        width: calc(52% - 120px)
    }
}

@media (max-width: 767px) {
    .tender__item--content {
        width: 100%
    }
}

.tender__item--content-location {
    align-items: center;
    color: #919ab3;
    display: flex;
    font-family: "SourceSerifPro-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    text-transform: uppercase
}

.tender__item--content-location span {
    margin-right: 6px
}

.tender__item--content-title {
    color: #061236;
    font-family: Mulish-Medium;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    line-height: 28px;
    margin-bottom: 4px
}

.tender__item--content-type {
    color: #4674ec;
    font-family: Mulish-Medium;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    line-height: 18px
}

.tender__item--content-txt {
    line-height: 14px;
    line-height: 18px;
    margin-top: 24px
}

.tender__item--content-subject, .tender__item--content-txt {
    color: #061236;
    font-family: "SourceSerifPro-Regular";
    font-size: 14px;
    font-weight: 300
}

.tender__item--content-subject {
    line-height: 14px;
    line-height: 20px;
    margin-top: 8px;
    text-transform: uppercase
}

.tender__item--date {
    margin-left: 34px;
    width: calc(48% - 180px)
}

@media (max-width: 1024px) {
    .tender__item--date {
        margin-left: 14px;
        width: calc(48% - 120px)
    }
}

@media (max-width: 767px) {
    .tender__item--date {
        margin-left: 0;
        margin-top: 56px;
        width: 100%
    }
}

.tender__item--date-head {
    color: #919ab3;
    font-family: "SourceSerifPro-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    line-height: 20px;
    margin-bottom: 28px;
    text-transform: uppercase
}

.tender__item--date-w {
    border-top: 2px dashed #919ab3;
    display: flex;
    justify-content: space-between
}

@media (max-width: 575px) {
    .tender__item--date-w {
        border-left: 2px dashed #919ab3;
        border-top: 2px dashed transparent;
        flex-direction: column
    }
}

.tender__item--date-left {
    display: inline-block;
    margin-top: 24px;
    position: relative
}

@media (max-width: 575px) {
    .tender__item--date-left {
        margin-bottom: 64px;
        margin-top: 0
    }
}

.tender__item--date-left:after {
    background-color: #061236;
    border-radius: 100%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: -29px;
    width: 8px
}

@media (max-width: 575px) {
    .tender__item--date-left:after {
        left: -5px;
        top: -2px
    }
}

.tender__item--date-left-title {
    color: #061236;
    font-family: Mulish-Bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    line-height: 18px;
    margin-bottom: 8px
}

@media (max-width: 575px) {
    .tender__item--date-left-title {
        margin-top: -6px;
        padding-left: 24px
    }
}

.tender__item--date-left-content {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 200;
    line-height: 16px;
    line-height: 18px
}

@media (max-width: 575px) {
    .tender__item--date-left-content {
        margin-top: -4px;
        padding-left: 24px
    }
}

.tender__item--date-left-days {
    background-color: #4674ec;
    color: #fff;
    display: block;
    font-family: "SourceSerifPro-Italic";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    line-height: 18px;
    margin-top: 24px;
    padding: 4px;
    text-align: center;
    width: 100%
}

@media (max-width: 575px) {
    .tender__item--date-left-days {
        padding: 18px 4px
    }
}

.tender__item--date-right {
    display: inline-block;
    margin-top: 24px;
    position: relative
}

@media (max-width: 575px) {
    .tender__item--date-right {
        margin-top: 0
    }
}

.tender__item--date-right:after {
    background-color: #4674ec;
    border-radius: 100%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: -29px;
    width: 8px
}

@media (max-width: 575px) {
    .tender__item--date-right:after {
        left: -5px;
        top: 0
    }
}

.tender__item--date-right:before {
    background-color: #fff;
    content: "";
    height: 4px;
    left: 8px;
    position: absolute;
    top: -27px;
    width: 100%
}

@media (max-width: 767px) {
    .tender__item--date-right:before {
        width: 95%
    }
}

@media (max-width: 575px) {
    .tender__item--date-right:before {
        height: 150px;
        left: -2px;
        top: 0;
        width: 2px
    }
}

.tender__item--date-right-title {
    color: #061236;
    font-family: Mulish-Bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    line-height: 18px;
    margin-bottom: 8px
}

.tender__item--date-right-content {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 200;
    line-height: 16px;
    line-height: 18px
}

.rightPink .tender__item--date-left-days, .rightPink:after {
    background-color: #ec468c
}

.tenderInner__wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .tenderInner__wrapper {
        flex-direction: column
    }
}

.tenderInner__fileDownload--head {
    color: #0b1d54;
    font-family: Mulish-ExtraBold;
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 2px;
    margin-top: 72px;
    position: relative
}

.tenderInner__fileDownload--head:after {
    background-color: #4674ec;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: -18px;
    width: 126px
}

.tenderInner__fileDownload--item {
    align-items: center;
    display: flex;
    margin-top: 20px
}

.tenderInner__fileDownload--item-btn {
    align-items: center;
    background: rgba(70, 116, 236, .4);
    border: none;
    border-radius: 8px;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px
}

.tenderInner__fileDownload--item-txt {
    color: #040405;
    font-family: Mulish-Medium;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    line-height: 28px;
    margin-left: 12px
}

.tenderInner__dateContent {
    border-left: 2px dashed #919ab3;
    padding-left: 24px
}

.tenderInner__dateContent .blueDot .tenderInner__dateContent--item-head:after {
    background-color: #4674ec
}

.tenderInner__dateContent .blueDot .tenderInner__dateContent--item-head:before {
    height: 50px;
    top: 14px
}

.tenderInner__dateContent--item {
    margin-bottom: 64px
}

.tenderInner__dateContent--item-head {
    color: #061236;
    font-family: Mulish-Bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    line-height: 18px;
    margin-bottom: 8px;
    position: relative
}

.tenderInner__dateContent--item-head:after {
    background-color: #061236;
    border-radius: 100%;
    content: "";
    height: 8px;
    left: -29px;
    position: absolute;
    top: 6px;
    width: 8px
}

.tenderInner__dateContent--item-head:before {
    background-color: #fff;
    content: "";
    height: 9px;
    left: -26px;
    position: absolute;
    top: -3px;
    width: 2px
}

.tenderInner__dateContent--item-date {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 200;
    line-height: 16px;
    line-height: 18px
}

.tenderInner__left {
    border-bottom: 1px solid #919ab3;
    padding-bottom: 60px;
    position: relative;
    width: calc(66.66% - 20px)
}

@media (max-width: 767px) {
    .tenderInner__left {
        border-bottom: 1px solid transparent;
        width: 100%
    }

    .tenderInner__left:after {
        display: none
    }
}

.tenderInner__left:after {
    background-color: #919ab3;
    content: "";
    height: calc(100% - 20px);
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px
}

.tenderInner__left--location {
    align-items: center;
    color: #919ab3;
    display: flex;
    font-family: "SourceSerifPro-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    line-height: 20px;
    margin-bottom: 16px
}

.tenderInner__left--location span {
    margin-right: 10px
}

.tenderInner__left--title {
    color: #040405;
    font-family: "SourceSerifPro-Regular";
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    line-height: 36px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .tenderInner__left--title {
        font-size: 28px
    }
}

.tenderInner__left--type {
    color: #4674ec;
    font-family: Mulish-Medium;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px
}

.tenderInner__left--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    margin: 40px 0;
    width: 100%
}

.tenderInner__left--head {
    color: #061236;
    font-family: Mulish-Bold;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 18px;
    line-height: 24px;
    margin-bottom: 16px;
    text-transform: uppercase
}

.tenderInner__left--txt {
    color: #040405;
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    line-height: 28px
}

.tenderInner__right {
    width: calc(33.33% - 20px)
}

@media (max-width: 767px) {
    .tenderInner__right {
        width: 100%
    }
}

.tenderInner__right .countDownTxt {
    display: flex;
    justify-content: space-between;
    margin-top: -6px
}

.tenderInner__right .countDownTxt p {
    display: inline-block;
    font-family: "SourceSerifPro-Italic";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    width: 20%;
    width: calc(25% - 32px)
}

.tenderInner__right--head {
    color: #040405;
    font-family: Mulish-Bold;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.tenderInner__right--days {
    background-color: #4674ec;
    color: #fff;
    font-family: "SourceSerifPro-Italic";
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    line-height: 18px;
    margin-bottom: 52px;
    margin-top: 36px;
    padding: 18px;
    text-align: center
}

.tenderInner__right--date-head {
    color: #919ab3;
    font-family: "SourceSerifPro-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.countdownHolder {
    font: 40px/1.5 Open Sans Condensed, sans-serif;
    letter-spacing: -3px;
    margin: 0 auto;
    text-align: center;
    width: 450px
}

.position {
    display: inline-block;
    height: 1.6em;
    overflow: hidden;
    position: relative;
    width: 1.05em
}

.digit {
    background-color: #444;
    border-radius: .2em;
    color: #fff;
    display: block;
    letter-spacing: -1px;
    position: absolute;
    text-align: center
}

@media (max-width: 1100px) {
    .digit {
        font-size: 18px;
        width: 18px
    }
}

.digit, .digit.static {
    background-color: #fff;
    color: #061236
}

.digit.static {
    box-shadow: 2px 35px 46px -15px rgba(0, 0, 0, .57);
    -webkit-box-shadow: 2px 35px 46px -15px rgba(0, 0, 0, .57);
    -moz-box-shadow: 2px 35px 46px -15px rgba(0, 0, 0, .57)
}

.countDays {
    border-radius: .2em;
    box-shadow: 2px 22px 67px -4px rgba(0, 0, 0, .18);
    -webkit-box-shadow: 2px 22px 67px -4px rgba(0, 0, 0, .18);
    -moz-box-shadow: 2px 22px 67px -4px rgba(0, 0, 0, .18);
    display: inline-block;
    height: 45px
}

.countHours {
    display: inline-block;
    height: 45px
}

.countHours, .countMinutes, .countSeconds {
    border-radius: .2em;
    box-shadow: 2px 22px 67px -4px rgba(0, 0, 0, .18);
    -webkit-box-shadow: 2px 22px 67px -4px rgba(0, 0, 0, .18);
    -moz-box-shadow: 2px 22px 67px -4px rgba(0, 0, 0, .18)
}

@media (max-width: 1100px) and (min-width: 767px) {
    .countDiv {
        height: 28px !important;
        width: 14px !important
    }
}

@media (max-width: 767px) {
    .countDiv {
        width: 24px
    }
}

@media (max-width: 1100px) and (min-width: 767px) {
    .countDiv:before {
        top: 6px !important
    }
}

@media (max-width: 767px) {
    .countDiv:before {
        top: 12px !important
    }
}

@media (max-width: 1100px) and (min-width: 767px) {
    .countDiv:after {
        top: 18px !important
    }
}

@media (max-width: 767px) {
    .countDiv:after {
        top: 30px !important
    }
}

.countMinutes, .countSeconds {
    display: inline-block;
    height: 45px
}

.digit {
    font-size: 30px;
    width: 30px
}

@media (max-width: 1100px) and (min-width: 767px) {
    .digit {
        font-size: 18px;
        width: 18px
    }
}

@media (max-width: 767px) {
    .digit {
        width: 24px
    }
}

.position {
    height: 45px;
    width: 30px
}

@media (max-width: 1100px) and (min-width: 767px) {
    .position {
        font-size: 18px;
        width: 18px
    }
}

@media (max-width: 767px) {
    .position {
        width: 24px
    }
}

.countdownHolder {
    text-align: left;
    width: auto
}

#countdown {
    display: flex;
    justify-content: space-between
}

.countDiv {
    display: inline-block;
    height: 58px;
    position: relative;
    width: 16px
}

.countDiv:before {
    top: 12px
}

.countDiv:after, .countDiv:before {
    background-color: #444;
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgba(4, 4, 4, .5);
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 5px
}

.countDiv:after {
    top: 30px !important;
    top: .9em
}

.support__item {
    border-bottom: 1px solid #d9dce7;
    display: inline-block;
    margin-bottom: 50px;
    padding-bottom: 50px;
    width: 100%
}

.support__item:last-child {
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
    padding-bottom: 0
}

@media (max-width: 767px) {
    .support__item {
        display: block;
        margin-bottom: 20px !important;
        width: 100%
    }
}

.support__item--title {
    color: #061236;
    font-family: "SourceSerifPro-Italic";
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 28px;
    padding-top: 18px;
    position: relative
}

.support__item--title:after {
    background-color: #4674ec;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 125px
}

.support__item--head {
    color: #919ab3;
    font-family: Mulish-Bold;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 20px;
    line-height: 34px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.support__item--subTitle {
    color: #919ab3;
    line-height: 16px;
    line-height: 20px;
    margin-bottom: 44px
}

.support__item--subTitle, .support__item--txt {
    font-family: "SourceSerifPro-Regular";
    font-size: 16px;
    font-weight: 400
}

.support__item--txt {
    color: #061236;
    line-height: 16px;
    line-height: 24px;
    margin-bottom: 28px
}

.support__item--logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px
}

.support__item--logo-item {
    border-radius: 20px;
    box-shadow: 0 14px 36px rgba(64, 70, 91, .1);
    display: flex;
    margin-bottom: 25px;
    padding: 20px 0;
    position: relative;
    transition: .3s ease-in-out;
    width: calc(16.66% - 20px);
    z-index: 1
}

.support__item--logo-item:hover span {
    display: block;
    opacity: 1;
    z-index: 10
}

@media (max-width: 1024px) {
    .support__item--logo-item {
        margin-bottom: 15px;
        width: calc(33.33% - 10px)
    }
}

@media (max-width: 575px) {
    .support__item--logo-item {
        display: block;
        margin-right: 0 !important;
        width: 100%
    }
}

.support__item--logo-item:hover {
    transform: scale(1.1)
}

.support__item--logo-item-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 80px;
    margin: 0 auto;
    width: 80%;
    z-index: 1
}

.support__item--logo-item-title {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 36px rgba(64, 70, 91, .1);
    color: #4674ec;
    display: none;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 400;
    left: 50%;
    line-height: 14px;
    opacity: 0;
    padding: 15px 23px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: .3s ease-in-out;
    width: max-content;
    z-index: -1
}

@media (max-width: 1024px) {
    .support__item--logo-item-title {
        display: none
    }
}

.support .margin-r-15 {
    margin-right: 15px
}

@media (max-width: 767px) {
    .support .margin-r-15 {
        margin: 0
    }
}

.eventRegister__info {
    margin-bottom: 40px;
    text-align: center
}

.eventRegister__info--blue {
    color: #4674ec;
    font-family: Mulish-SemiBold;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    line-height: 32px
}

@media (max-width: 767px) {
    .eventRegister__info--blue {
        font-size: 18px
    }
}

.eventRegister__info--black {
    color: #061236;
    font-family: Mulish-SemiBold;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    line-height: 32px
}

@media (max-width: 767px) {
    .eventRegister__info--black {
        font-size: 18px
    }
}

.eventRegister__info--italic {
    color: #061236;
    font-family: Mulish-Italic;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    line-height: 32px
}

@media (max-width: 767px) {
    .eventRegister__info--italic {
        font-size: 18px
    }
}

.eventRegister__head {
    color: #061236;
    font-family: Mulish-Bold;
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 60px;
    padding-top: 18px;
    position: relative
}

.eventRegister__head:after {
    background-color: #4674ec;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px
}

.eventRegister__inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.eventRegister__inputs--item {
    border: 1px solid rgba(6, 18, 54, .4);
    border-radius: 10px;
    margin: 20px 0;
    position: relative;
    width: calc(50% - 30px)
}

.eventRegister__inputs--item label {
    color: red;
    left: 0;
    position: absolute;
    top: 110%
}

@media (max-width: 767px) {
    .eventRegister__inputs--item {
        margin: 8px 0;
        width: 100%
    }
}

.eventRegister__inputs--item input, .eventRegister__inputs--item select {
    border: none;
    border-radius: 10px;
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    line-height: 28px;
    outline: none;
    padding: 14px 20px;
    width: 100%
}

.eventRegister__inputs--item .locationSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 96%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 15px;
    text-indent: 1px;
    text-overflow: ""
}

.eventRegister__inputs .selectNumber {
    display: flex;
    justify-content: space-between
}

.eventRegister__inputs .selectNumber select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 96%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 15px;
    display: inline-block;
    padding: 10px 30px 14px 20px;
    text-indent: 1px;
    text-overflow: "";
    width: auto
}

.eventRegister__inputs .selectNumber input {
    display: inline-block;
    width: calc(100% - 90px)
}

.eventRegister__check--head {
    border-bottom: 1px solid #e9ebf3;
    margin: 40px 0
}

.eventRegister__check--head, .eventRegister__check--headTitle {
    color: #061236;
    font-family: Mulish-Bold;
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    line-height: 24px;
    padding: 20px 0
}

.eventRegister__check--headTitle {
    margin-top: 24px
}

.eventRegister__check--content-w {
    align-items: center;
    display: flex;
    margin: 16px 0;
    position: relative
}

.eventRegister__check--content-w #questionAn1-error, .eventRegister__check--content-w #questionAn2-error {
    color: red;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 20px
}

.eventRegister__check--content input {
    margin: 0
}

.eventRegister__check--content label {
    color: #919ab3;
    font-family: Mulish-Regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    line-height: 28px;
    margin-bottom: 0;
    margin-left: 10px
}

.eventRegister__check--textarea {
    border: 1px solid #e9ebf3;
    border-radius: 10px;
    outline: none;
    padding: 15px;
    resize: none;
    width: 100%
}

.eventRegister__btn {
    margin-top: 60px;
    text-align: right
}

@media (max-width: 575px) {
    .eventRegister__btn {
        display: flex;
        justify-content: space-between
    }
}

@media (max-width: 375px) {
    .eventRegister__btn {
        flex-direction: column
    }
}

.eventRegister__btn--cancel {
    background-color: #eff1f5;
    border: none;
    border-radius: 10px;
    color: #4674ec;
    font-family: Mulish-Medium;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    line-height: 18px;
    margin-right: 16px;
    min-width: 140px;
    padding: 16px 42px;
    transition: .3s ease-in-out
}

@media (max-width: 575px) {
    .eventRegister__btn--cancel {
        width: calc(50% - 10px)
    }
}

@media (max-width: 375px) {
    .eventRegister__btn--cancel {
        margin-bottom: 20px;
        width: 100%
    }
}

.eventRegister__btn--cancel:hover, .eventRegister__btn--register {
    background-color: #4674ec;
    color: #fff
}

.eventRegister__btn--register {
    border: none;
    border-radius: 10px;
    font-family: Mulish-Medium;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    line-height: 18px;
    min-width: 140px;
    padding: 16px 42px;
    transition: .3s ease-in-out
}

@media (max-width: 575px) {
    .eventRegister__btn--register {
        width: calc(50% - 10px)
    }
}

@media (max-width: 375px) {
    .eventRegister__btn--register {
        margin-bottom: 20px;
        width: 100%
    }
}

.eventRegister__btn--register:hover {
    background-color: #eff1f5;
    color: #4674ec
}

.dashboard {
    display: flex
}

.dashboard__rightMenu {
    background-color: #fff;
    box-shadow: 7px 0 40px 0 rgba(13, 13, 13, .05);
    height: 100vh;
    position: fixed;
    width: 280px
}

@media (max-width: 767px) {
    .dashboard__rightMenu {
        display: none
    }
}

.dashboard__rightMenu--head {
    padding: 40px 22px
}

.dashboard__rightMenu--head img {
    max-width: 100%
}

.dashboard__rightMenu--content {
    height: calc(100vh - 252px);
    overflow-y: scroll;
    padding: 20px 10px
}

.dashboard__rightMenu--content ul li {
    margin-bottom: 4px;
    transition: .3s ease-in-out;
    z-index: 1
}

.dashboard__rightMenu--content ul li a {
    border-radius: 14px;
    color: #526484;
    cursor: pointer;
    display: block;
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 18px 36px 18px 18px;
    text-decoration: none;
    transition: .3s ease-in-out
}

.dashboard__rightMenu--content ul li a i {
    margin-right: 12px
}

.dashboard__rightMenu--content ul li .downMenu {
    height: 0;
    margin-bottom: 0;
    margin-left: 45px;
    margin-top: 0
}

.dashboard__rightMenu--content ul li .downMenu__item {
    display: none;
    list-style: none;
    margin: 0;
    opacity: 0;
    z-index: -1
}

.dashboard__rightMenu--content ul li .downMenu__item:hover {
    background-color: transparent;
    transition: .3s ease-in-out
}

.dashboard__rightMenu--content ul li .downMenu__item:hover--link {
    transition: .3s ease-in-out
}

.dashboard__rightMenu--content ul li .downMenu__item:hover--link:hover {
    color: #4674ec
}

.dashboard__rightMenu--content ul li .downMenu__item--link {
    color: #526484;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 0
}

.dashboard__rightMenu--content ul li:hover a {
    background-color: #4674ec;
    border-radius: 14px;
    color: #fff;
    transition: .3s ease-in-out
}

.dashboard__rightMenu--content ul li:hover .downMenu__item--link {
    background-color: #fff;
    color: #526484
}

.dashboard__rightMenu--content ul .openDown .downList i {
    transition: .3s ease-in-out
}

.dashboard__rightMenu--content ul .openDown .downList i:last-child {
    transform: rotate(180deg);
    transition: .3s ease-in-out
}

.dashboard__rightMenu--content ul .openDown .downMenu {
    height: auto;
    margin-bottom: 16px;
    margin-left: 45px;
    margin-top: 16px
}

.dashboard__rightMenu--content ul .openDown .downMenu__item {
    display: block;
    list-style: none;
    margin: 14px 0;
    opacity: 1;
    z-index: 1
}

.dashboard__rightMenu--content ul .openDown .downMenu__item--link {
    color: #526484;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none
}

.dashboard__rightMenu--content ul .active a {
    background-color: #4674ec;
    border-radius: 14px;
    color: #fff
}

.dashboard__rightMenu--footer {
    padding: 40px 22px
}

.dashboard__rightMenu--footer img {
    max-width: 100%
}

.dashboard__contentAnnoun, .dashboard__contentAnnoun--btn {
    display: flex;
    justify-content: center
}

.dashboard__contentAnnoun--btn {
    align-items: center;
    align-self: center;
    background-color: #4674ec;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #fff;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 90px;
    padding: 12px;
    transition: .3s ease-in-out;
    width: 330px
}

@media (max-width: 1440px) {
    .dashboard__contentAnnoun--btn {
        width: 30%
    }
}

.dashboard__contentAnnoun--btn:hover {
    background-color: transparent;
    border: 1px solid #4674ec;
    color: #4674ec
}

.dashboard form {
    width: calc(100% - 400px)
}

@media (max-width: 1440px) {
    .dashboard form {
        width: calc(100% - 200px)
    }
}

@media (max-width: 1024px) {
    .dashboard form {
        width: 100%
    }
}

.dashboard__createAnnounContent {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1200px) {
    .dashboard__createAnnounContent {
        flex-direction: column
    }
}

.dashboard__createAnnoun {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 42px 0 rgba(172, 176, 181, .34);
    display: flex;
    flex-direction: column;
    margin-top: 75px;
    padding: 56px 54px;
    width: 100%
}

@media (max-width: 1440px) {
    .dashboard__createAnnoun {
        padding: 36px 34px
    }
}

.dashboard__createAnnoun--left {
    width: calc(50% - 27px)
}

@media (max-width: 1440px) {
    .dashboard__createAnnoun--left {
        width: calc(50% - 17px)
    }
}

@media (max-width: 1200px) {
    .dashboard__createAnnoun--left {
        width: 100%
    }
}

.dashboard__createAnnoun--left input {
    background-color: #fff;
    border: 1px solid rgba(197, 202, 212, .5);
    border-radius: 8px;
    color: #130f26;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 28px;
    outline: none;
    padding: 12px 16px;
    width: 100%
}

.dashboard__createAnnoun--right {
    width: calc(50% - 27px)
}

@media (max-width: 1440px) {
    .dashboard__createAnnoun--right {
        width: calc(50% - 17px)
    }
}

@media (max-width: 1200px) {
    .dashboard__createAnnoun--right {
        width: 100%
    }
}

.dashboard__createAnnoun--right input, .dashboard__createAnnoun--right textarea {
    background-color: #fff;
    border: 1px solid rgba(197, 202, 212, .5);
    border-radius: 8px;
    color: #130f26;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 28px;
    outline: none;
    padding: 12px 16px;
    width: 100%
}

.dashboard__header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .dashboard__header {
        align-items: flex-start;
        flex-direction: column
    }

    .dashboard__header--left {
        margin-bottom: 30px
    }
}

.dashboard__header--left-head {
    color: #323240;
    font-family: Mulish-Regular;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 14px
}

.dashboard__header--left-txt {
    color: #526484;
    opacity: .5
}

.dashboard__header--left-txt, .dashboard__header--right-btn {
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px
}

.dashboard__header--right-btn {
    background-color: #2252d1;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #fff;
    padding: 12px 28px;
    text-decoration: none;
    transition: .3s ease-in-out
}

.dashboard__header--right-btn:hover {
    background-color: transparent;
    border: 1px solid #2252d1;
    color: #2252d1
}

.dashboard__content {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 280px)
}

@media (max-width: 767px) {
    .dashboard__content {
        position: relative;
        width: 100%
    }
}

.dashboard__content--head {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(223, 225, 226, .72);
    display: flex;
    justify-content: space-between;
    padding: 18px 28px
}

@media (max-width: 767px) {
    .dashboard__content--head {
        display: none
    }
}

.dashboard__content--head-search {
    align-items: center;
    display: flex
}

.dashboard__content--head-search .btn-search-dsh, .dashboard__content--head-search input {
    background-color: #fff;
    border: 1px solid #fff
}

.dashboard__content--head-search input {
    color: #526484;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    min-width: 200px;
    outline: none
}

.dashboard__content--head-right {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
    width: auto
}

.dashboard__content--wrapper {
    background-color: #f1f3f6;
    min-height: calc(100vh - 64px);
    padding: 65px
}

@media (max-width: 767px) {
    .dashboard__content--wrapper {
        padding: 34px 18px
    }
}

.dashboard__content--notfication button {
    background-color: transparent;
    border: 1px solid #fff;
    border-right-color: #e7eaef;
    padding-right: 12px
}

.dashboard__content--account {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative
}

.dashboard__content--account-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    height: 28px;
    margin: 0 12px;
    width: 28px
}

.dashboard__content--account-name {
    color: #526484;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px
}

.dashboard__content--account-down {
    background-color: red;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 42px 0 rgba(172, 176, 181, .22);
    cursor: auto;
    min-width: 270px;
    opacity: 0;
    padding: 24px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s ease-in-out;
    z-index: -10
}

.dashboard__notfication {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    padding: 16px 28px
}

.dashboard__notfication--title {
    color: #526484;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 16px;
    opacity: .5
}

.dashboard__notfication--item {
    border-left: 2px dashed #a8b1c1;
    display: flex;
    margin-bottom: 4px;
    padding-bottom: 12px;
    padding-left: 22px;
    position: relative
}

.dashboard__notfication--item:last-child:before {
    background-color: #fff;
    content: "";
    height: 50px;
    left: -6px;
    position: absolute;
    top: 14px;
    width: 10px
}

.dashboard__notfication--item:nth-child(2):before {
    background-color: #fff;
    content: "";
    height: 10px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 10px
}

.dashboard__notfication--item:after {
    background-color: #ff004a;
    border-radius: 100%;
    content: "";
    height: 10px;
    left: -6px;
    position: absolute;
    top: 4px;
    width: 10px
}

.dashboard__notfication--item-day {
    color: #ff004a;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    min-width: 50px;
    position: relative
}

.dashboard__notfication--item-day:after {
    background-color: #fff;
    border-radius: 100%;
    content: "";
    height: 6px;
    left: -26px;
    position: absolute;
    top: 6px;
    width: 6px;
    z-index: 1
}

.dashboard__notfication--item-clock {
    display: flex;
    margin-left: 48px
}

.dashboard__notfication--item-clock i {
    color: #a9b2c2;
    margin-right: 8px
}

.dashboard__notfication--item-title p {
    color: #31415d;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 4px
}

.dashboard__notfication--item-title span {
    color: #526484;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    opacity: .5
}

.dashboard__head--title {
    color: #323240;
    font-family: Mulish-Bold;
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 4px
}

@media (max-width: 1200px) {
    .dashboard__head--title {
        font-size: 24px
    }
}

.dashboard__head--txt {
    color: #526484;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    opacity: .5
}

.dashboard__tableContent {
    margin-top: 28px
}

.dashboard__tableContent--big-head {
    background-color: #2252d1;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 16px 28px
}

@media (max-width: 767px) {
    .dashboard__tableContent--big-head {
        padding: 16px 20px
    }
}

.dashboard__tableContent--big-head p {
    color: #fff;
    font-family: Mulish-Regular;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px
}

@media (max-width: 767px) {
    .dashboard__tableContent--big-head p {
        font-size: 16px
    }
}

.dashboard__tableContent--big-head a {
    color: #fff;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none
}

@media (max-width: 767px) {
    .dashboard__tableContent--big-head a {
        font-size: 14px
    }
}

@media (max-width: 1200px) {
    .dashboard__tableContent--big-content {
        overflow-x: scroll
    }
}

.dashboard__tableContent--big-content table {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    width: 100%
}

@media (max-width: 1200px) {
    .dashboard__tableContent--big-content table {
        min-width: 100%;
        width: max-content
    }
}

.dashboard__tableContent--big-content table tbody tr {
    border-bottom: 1px solid #e7eaef
}

.dashboard__tableContent--big-content table tbody tr:last-child {
    border-bottom: 1px solid transparent
}

.dashboard__tableContent--big-content table tbody tr th {
    color: #526484;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    opacity: .5;
    padding: 8px 28px;
    text-align: left
}

@media (max-width: 767px) {
    .dashboard__tableContent--big-content table tbody tr th {
        padding: 8px 20px
    }
}

.dashboard__tableContent--big-content table tbody tr td {
    color: #31415d;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 15px 0 15px 28px
}

@media (max-width: 1200px) {
    .dashboard__tableContent--big-content table tbody tr td {
        padding: 15px 28px !important
    }
}

@media (max-width: 767px) {
    .dashboard__tableContent--big-content table tbody tr td {
        padding: 15px 20px !important
    }
}

.dashboard__tableContent--big-content table tbody tr td .table__title {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.dashboard__tableContent--big-content table tbody tr td .table__title--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    height: 35px;
    margin-right: 15px;
    width: 35px
}

.dashboard__tableContent--big-content table tbody tr td .table__title--txt {
    width: calc(100% - 50px)
}

.dashboard__tableContent--big-content table tbody tr td .quickView {
    background-color: transparent;
    border: none;
    border-radius: 4px;
    outline: none;
    padding: 8px;
    transition: .3s ease-in-out
}

.dashboard__tableContent--big-content table tbody tr td .quickView:hover {
    background-color: #2252d1
}

.dashboard__tableContent--big-content table tbody tr td .quickView:hover i {
    color: #fff
}

.dashboard__tableContent--big-content table tbody tr td .quickView i {
    color: #a8b1c1
}

.dashboard__tableContent--small {
    display: flex;
    justify-content: space-between;
    margin-top: 45px
}

@media (max-width: 1200px) {
    .dashboard__tableContent--small {
        flex-direction: column
    }
}

.dashboard__tableContent--small-left {
    width: calc(66.666% - 15px)
}

@media (max-width: 1200px) {
    .dashboard__tableContent--small-left {
        width: 100%
    }
}

.dashboard__tableContent--small-right {
    width: calc(33.333% - 15px)
}

@media (max-width: 1200px) {
    .dashboard__tableContent--small-right {
        margin-top: 45px;
        width: 100%
    }
}

.dashboard .editProfile {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px;
    width: 70%
}

.dashboard .editProfile .eventRegister__btn {
    text-align: center
}

.dashboard .editProfile .editProfile__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.dashboard .editProfile .editProfile__head .editProfile__head--left {
    align-items: center;
    display: flex;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px
}

.dashboard .editProfile .editProfile__head .editProfile__head--left .editProfile__head--left-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    margin-right: 15px;
    width: 20px
}

.dashboard .editProfile .editProfile__head .editProfile__head--right .deleteAcc-btn {
    align-items: center;
    background-color: transparent;
    border: none;
    color: #ec468c;
    display: flex;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    padding: 0
}

.dashboard .editProfile .editProfile__head .editProfile__head--right .deleteAcc-btn .trash-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 20px;
    margin-right: 10px;
    width: 20px
}

.downList {
    position: relative
}

.downList i, .downList i:last-child {
    transition: .3s ease-in-out
}

.downList i:last-child {
    position: absolute;
    right: 8px;
    top: 20px
}

.dashboard__notfication--item:nth-child(2) .dashboard__notfication--item-day:after {
    background-color: #ff004a !important
}

.header .mobileMain {
    height: calc(100vh - 72px) !important;
    top: 72px !important
}

.header .mobileMain .mobileMain__content {
    padding-top: 14px !important
}

.downMenu__item--link {
    background-color: transparent !important;
    transition: .3s ease-in-out
}

.activeLinkDown, .downMenu__item--link:hover {
    color: #4674ec !important
}

.accountTitle {
    color: #526484;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    opacity: .5;
    text-transform: uppercase
}

.accountName {
    color: #4674ec;
    font-style: italic;
    font-weight: 400;
    margin: 12px 0
}

.accountLogOut, .accountName {
    display: block;
    font-family: Mulish-Regular;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none
}

.accountLogOut {
    background-color: transparent;
    border: none;
    color: #061236;
    font-weight: 800;
    margin-top: 50px
}

.js--accountDownContent {
    opacity: 1;
    top: 200%;
    z-index: 10
}

.searchResult {
    margin-top: 90px
}

.searchResult__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 80px
}

.searchResult__left {
    width: calc(30% - 35px)
}

.searchResult__right {
    width: calc(70% - 35px)
}

@media only screen and (max-width: 767px) {
    .searchResult__left, .searchResult__right {
        width: 100%
    }

    .searchResult__wrapper {
        flex-direction: column
    }
}

.searchResult__left--head {
    color: #4674ec;
    font-family: SourceSerifPro-Regular;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-decoration: underline
}

.searchResult__right--link {
    border-bottom: 2px solid #f5f5f9;
    display: block;
    margin-top: 28px;
    padding-bottom: 28px;
    text-decoration: none;
    transition: .3s ease-in-out;
    z-index: 10
}

.searchResult__right--link:hover {
    transform: scale(1.02)
}

.searchResult__right--link-head {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 18px
}

.searchResult__right--link-title {
    color: #4674ec;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 18px;
    text-transform: uppercase
}

.searchResult__right--link-content {
    color: #061236;
    font-family: SourceSerifPro-Regular;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px
}

#modal-view .modal__container {
    padding: 20px 40px !important
}

.modal {
    position: relative
}

.modal .js--viewClose {
    background-color: #4674ec;
    border-radius: 100%;
    cursor: pointer;
    height: 42px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 42px;
    z-index: 10
}

.modal .js--viewClose span {
    margin: 12px
}

.modal__container {
    position: relative;
    z-index: 1
}

.modal__content {
    margin: 0
}

.modal__content--title {
    color: #526484;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 16px
}

.modal__content--des {
    color: #31415d;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 38px
}

.dashboard .dashboard__head {
    display: flex;
    justify-content: space-between
}

.dashboard .dashboard__head--right-lang a .lang {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #31415d;
    display: block;
    display: flex;
    font-family: Mulish-Bold;
    font-size: 18px;
    font-weight: 800;
    height: 24px;
    justify-content: space-between;
    line-height: 18px;
    text-decoration: none;
    width: 24px
}

@media (max-width: 1200px) {
    .dashboard__head {
        flex-direction: column
    }
}

.dashboard__head--right {
    display: flex
}

@media (max-width: 1200px) {
    .dashboard__head--right {
        justify-content: space-between;
        margin-top: 20px
    }
}

@media (max-width: 450px) {
    .dashboard__head--right {
        flex-direction: column
    }
}

.dashboard__head--right-search {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    margin-left: 24px;
    min-width: 300px;
    padding: 10px
}

@media (max-width: 992px) {
    .dashboard__head--right-search {
        margin-left: 2px;
        min-width: auto
    }
}

@media (max-width: 450px) {
    .dashboard__head--right-search {
        margin-top: 20px
    }
}

.dashboard__head--right-search button {
    background-color: #fff;
    border: none
}

.dashboard__head--right-search input {
    border: none;
    outline: none;
    width: 244px
}

@media (max-width: 992px) {
    .dashboard__head--right-search input {
        width: auto
    }
}

.dashboard__head--right-lang {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    padding: 4px 6px
}

@media (max-width: 450px) {
    .dashboard__head--right-lang {
        max-width: max-content
    }
}

.dashboard__head--right-lang .activeLang {
    background-color: #f1f3f6;
    border-radius: 10px
}

.dashboard__head--right-lang a {
    align-items: center;
    border-radius: 10px;
    color: #31415d;
    display: flex;
    font-family: Mulish-Bold;
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    padding: 8px 15px 8px 10px;
    text-decoration: none;
    transition: .3s ease-in-out
}

@media (max-width: 450px) {
    .dashboard__head--right-lang a {
        font-size: 14px
    }
}

.dashboard__head--right-lang a span {
    margin-right: 8px
}

.dashboard__head--right-lang a:hover {
    background-color: #f1f3f6
}

.dashboard__companyContent {
    margin-top: 28px
}

.dashboard__companyContent--item {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 42px 0 rgba(172, 176, 181, .34);
    display: inline-block;
    margin-bottom: 35px;
    margin-right: 28px;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    width: calc(25% - 25px)
}

@media (max-width: 3000px) and (min-width: 1200px) {
    .dashboard__companyContent--item:nth-child(4n+4) {
        margin-right: 0
    }
}

@media (max-width: 1300px) {
    .dashboard__companyContent--item {
        margin-bottom: 20px;
        margin-right: 15px;
        width: calc(25% - 15px)
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .dashboard__companyContent--item {
        margin-right: 18px;
        width: calc(33.333% - 15px)
    }

    .dashboard__companyContent--item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (max-width: 1024px) {
    .dashboard__companyContent--item {
        margin-bottom: 25px;
        margin-right: 25px;
        width: calc(50% - 15px)
    }

    .dashboard__companyContent--item:nth-child(2n+2) {
        margin-right: 0
    }
}

@media (max-width: 850px) {
    .dashboard__companyContent--item {
        width: 100%
    }
}

@media (max-width: 767px) {
    .dashboard__companyContent--item {
        margin-bottom: 25px;
        margin-right: 25px;
        width: calc(50% - 15px)
    }
}

@media (max-width: 575px) {
    .dashboard__companyContent--item {
        margin-right: 0;
        width: 100%
    }
}

.dashboard__companyContent--item i {
    color: #414254;
    font-size: 22px;
    opacity: .38;
    position: absolute;
    right: 18px;
    top: 18px
}

.dashboard__companyContent--item-img {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    box-shadow: 0 4px 10px 0 rgba(160, 162, 165, .5);
    height: 96px;
    margin: 0 auto;
    width: 96px
}

.dashboard__companyContent--item-company {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #31415d;
    display: -webkit-box;
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px;
    min-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis
}

.dashboard__companyContent--item-btns {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 45px
}

.dashboard__companyContent--item-btns a {
    align-items: center;
    border-radius: 8px;
    display: flex;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    line-height: 16px;
    padding: 12px 20px;
    text-decoration: none;
    width: calc(50% - 7px)
}

.follow-btn {
    background-color: #f3f4f8;
    color: #4674ec
}

.message-btn {
    background-color: #4674ec;
    color: #fff
}

.dashboard__headInner--txt {
    color: #323240;
    font-family: Mulish-Bold;
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    opacity: 1
}

.dashboard__headInner--board {
    display: flex;
    margin-top: 16px
}

.dashboard__headInner--board p {
    margin-right: 6px
}

.dashboard__headInner--board p, .dashboard__headInner--board span {
    color: #526484;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px
}

.dashboard__headInner--board span {
    opacity: .5
}

.dashboard__innerContent {
    display: flex;
    justify-content: space-between;
    margin-top: 32px
}

@media (max-width: 1200px) {
    .dashboard__innerContent {
        flex-direction: column
    }
}

.dashboard__innerContent--left {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 42px 0 rgba(172, 176, 181, .22);
    height: max-content;
    padding: 44px 20px 32px;
    text-align: center;
    width: 350px
}

@media (max-width: 1200px) {
    .dashboard__innerContent--left {
        margin: 0 auto;
        width: 70%
    }
}

@media (max-width: 767px) {
    .dashboard__innerContent--left {
        margin: 0 auto;
        width: 50%
    }
}

@media (max-width: 575px) {
    .dashboard__innerContent--left {
        width: 100%
    }
}

.dashboard__innerContent--left-img {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    box-shadow: 0 4px 10px 0 rgba(160, 162, 165, .5);
    height: 136px;
    margin: 0 auto;
    width: 136px
}

.dashboard__innerContent--left-name {
    color: #323240;
    font-family: Mulish-Regular;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 18px;
    margin-top: 28px
}

.dashboard__innerContent--left-desciription {
    margin-bottom: 10px
}

.dashboard__innerContent--left-desciription p {
    color: #31415d;
    color: #526484;
    margin-right: 8px;
    opacity: .5
}

.dashboard__innerContent--left-desciription p, .dashboard__innerContent--left-desciription span {
    display: inline-block;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px
}

.dashboard__innerContent--left-desciription span {
    color: #31415d
}

.dashboard__innerContent--left-desciription a {
    color: #31415d;
    display: inline-block;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px
}

.dashboard__innerContent--right {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 42px 0 rgba(172, 176, 181, .34);
    padding: 44px;
    width: calc(100% - 390px)
}

@media (max-width: 1200px) {
    .dashboard__innerContent--right {
        margin-top: 20px;
        width: 100%
    }
}

@media (max-width: 1024px) {
    .dashboard__innerContent--right {
        padding: 34px 22px
    }
}

.dashboard__innerContent--right-head {
    color: #323240;
    font-family: Mulish-Regular;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 26px
}

.dashboard__innerContent--right-txt {
    color: #31415d;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px
}

.dashboard__innerContent--right-subHead {
    font-family: Mulish-Regular;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 18px;
    margin-top: 28px
}

.dashboard__innerContent--right ul li {
    list-style: none
}

.dashboard__innerContent--right ul li p {
    color: #31415d;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: 10px 0 10px 20px;
    position: relative
}

.dashboard__innerContent--right ul li p:after {
    background-color: #4674ec;
    border-radius: 100%;
    content: "";
    height: 8px;
    left: -20px;
    position: absolute;
    top: 5px;
    width: 8px
}

.dashboard__innerContent--right ul li span {
    color: #526484;
    display: block;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 22px;
    margin-left: 20px;
    opacity: .5
}

.anInner__img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 450px;
    margin-bottom: 20px;
    width: 100%
}

@media (max-width: 767px) {
    .anInner__img {
        height: 270px
    }
}

.anInner__date {
    color: #4674ec;
    font-family: Mulish-Bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px
}

.anInner__title {
    color: #0b1d54;
    font-family: Mulish-Bold;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    line-height: 34px;
    margin-bottom: 24px;
    margin-top: 16px
}

.anInner__author {
    color: rgba(11, 29, 84, .3);
    font-family: Mulish-Bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px;
    margin-bottom: 12px
}

.anInner__txt {
    color: #0b1d54;
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    line-height: 28px;
    margin-bottom: 24px
}

.notFound {
    height: 100vh;
    width: 100%
}

.black, .notFound {
    background-color: #061236
}

.black {
    margin: 0;
    padding: 0
}

.content404 {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.content404 h1 {
    color: #fff;
    font-family: Mulish-SemiBold;
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 20px
}

.content404 p {
    color: #fff;
    font-family: Mulish-Regular;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px
}

.dashboard .chatWrapper {
    display: flex;
    justify-content: space-between
}

.dashboard__sendingMsj {
    align-items: end;
    display: flex;
    flex-direction: column
}

.dashboard__sendingMsj p {
    background-color: #1d4b91 !important;
    border-radius: 8px 0 8px 8px !important;
    color: #fff !important
}

.dashboard__msjContent {
    background-color: #f1f3f6;
    height: calc(100vh - 66px);
    position: relative;
    transition: .3s ease-in-out;
    width: calc(100% - 428px)
}

@media (max-width: 1200px) {
    .dashboard__msjContent {
        width: calc(100% - 328px)
    }
}

@media (max-width: 993px) {
    .dashboard__msjContent {
        width: calc(100% - 280px)
    }
}

@media (max-width: 767px) {
    .dashboard__msjContent {
        left: 100%;
        position: absolute;
        position: fixed;
        width: 100%;
        z-index: 2
    }
}

.dashboard__msjContent--head {
    align-items: center;
    border-bottom: 1px solid #e7eaef;
    display: flex;
    padding: 15px 60px
}

@media (max-width: 1200px) {
    .dashboard__msjContent--head {
        padding: 15px 20px
    }
}

.dashboard__msjContent--head-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    height: 40px;
    margin-right: 16px;
    width: 40px
}

.dashboard__msjContent--head-name p {
    color: #31415d;
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px
}

.dashboard__msjContent--head-name span {
    color: #9ba9bf;
    font-family: Mulish-Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px
}

.dashboard__msjContent--content {
    background-color: #f1f3f6;
    height: calc(100vh - 223px);
    overflow-y: scroll;
    padding: 20px 0;
    width: 100%
}

.dashboard__msjContent--bottom {
    align-items: center;
    background-color: #fff;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 26px 60px;
    position: absolute;
    width: 100%
}

@media (max-width: 1200px) {
    .dashboard__msjContent--bottom {
        padding: 26px 20px
    }
}

.dashboard__msjContent--bottom button {
    background-color: #4674ec;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-family: Mulish-Regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 7px 12px
}

@media (max-width: 1200px) {
    .dashboard__msjContent--bottom button {
        font-size: 16px;
        padding: 5px 10px
    }
}

.dashboard__msjContent--bottom input {
    border: none;
    color: #526484;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    outline: none;
    width: calc(100% - 72px)
}

@media (max-width: 1200px) {
    .dashboard__msjContent--bottom input {
        width: calc(100% - 60px)
    }
}

.dashboard__chatContent {
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(223, 225, 226, .5);
    height: calc(100vh - 66px);
    margin-left: 2px;
    margin-top: 2px;
    overflow-y: scroll;
    padding: 16px 28px;
    position: relative;
    width: 428px
}

@media (max-width: 1200px) {
    .dashboard__chatContent {
        width: 328px
    }
}

@media (max-width: 993px) {
    .dashboard__chatContent {
        width: 280px
    }
}

@media (max-width: 767px) {
    .dashboard__chatContent {
        left: 0;
        margin: 0;
        position: absolute;
        width: 100%;
        z-index: 1
    }
}

.dashboard__chatContent:after {
    background-color: #e7eaef;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 68px;
    width: 100%
}

.dashboard__chatContent--head {
    color: #323240;
    font-family: Mulish-Regular;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 18px
}

.dashboard__chatContent--search {
    background-color: #f3f4f8;
    border-radius: 12px;
    margin-top: 48px;
    padding: 9px 16px
}

.dashboard__chatContent--search button {
    background-color: transparent;
    border: none;
    padding: 0
}

.dashboard__chatContent--search input {
    background-color: transparent;
    border: none;
    outline: none;
    width: calc(100% - 20px)
}

.dashboard__chatContent--message-head {
    color: #526484;
    font-family: Mulish-Medium;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .78px;
    line-height: 14px;
    margin-bottom: 24px;
    margin-top: 32px;
    opacity: .35
}

.dashboard__chatContent--users ul li {
    list-style: none;
    margin-bottom: 24px
}

.dashboard .unRead .dashboard__chatUsers--w .dashboard__chatUsers--w-msj {
    color: #31415d;
    opacity: 1;
    position: relative
}

.dashboard .unRead .dashboard__chatUsers--w .dashboard__chatUsers--w-msj:after {
    background-color: #f23b70;
    border-radius: 100%;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 8px
}

.dashboard .onlineUser .dashboard__chatUsers--img {
    position: relative
}

.dashboard .onlineUser .dashboard__chatUsers--img:after {
    background-color: #45ddec;
    border-radius: 100%;
    bottom: 0;
    content: "";
    height: 10px;
    position: absolute;
    right: 0;
    width: 10px
}

.dashboard__chatUsers {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .dashboard__chatUsers {
        justify-content: flex-start;
        width: 100%
    }
}

.dashboard__chatUsers--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    height: 40px;
    margin-right: 16px;
    width: 40px
}

.dashboard__chatUsers--w {
    width: calc(100% - 60px)
}

.dashboard__chatUsers--w-head {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

.dashboard__chatUsers--w-msj {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #526484;
    color: #061236;
    display: -webkit-box;
    font-family: Mulish-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    opacity: .5;
    overflow: hidden;
    padding-right: 16px;
    text-overflow: ellipsis
}

.dashboard__chatUsers--name {
    color: #31415d;
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    line-height: 24px;
    margin-bottom: 4px
}

.dashboard__chatUsers--date {
    color: rgba(82, 100, 132, .5);
    font-family: Mulish-Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    opacity: .7
}

.dashboard__newMessage {
    margin: 35px 0;
    position: relative;
    text-align: center
}

.dashboard__newMessage span {
    background-color: red;
    background-color: #e7eaef;
    display: block;
    height: 1px;
    margin-top: -6px;
    width: 100%;
    z-index: 1
}

.dashboard__newMessage p {
    background: #f1f3f6;
    color: #9ba9bf;
    font-family: Mulish-Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin: 0 auto;
    padding: 0 16px;
    width: max-content;
    z-index: 9
}

.dashboard__newDayMessageDate {
    margin: 20px 0;
    text-align: center;
    width: 100%
}

.dashboard__newDayMessageDate p {
    color: #9ba9bf;
    font-family: Mulish-Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px
}

.dashboard__incomingMsj, .dashboard__sendingMsj {
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width: 1200px) {
    .dashboard__incomingMsj, .dashboard__sendingMsj {
        padding-left: 20px;
        padding-right: 20px
    }
}

.dashboard__incomingMsj p, .dashboard__sendingMsj p {
    background-color: #fff;
    border-radius: 0 8px 8px 8px;
    color: #526484;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 12px;
    max-width: 450px;
    padding: 10px 14px;
    width: fit-content
}

@media (max-width: 767px) {
    .dashboard__incomingMsj p, .dashboard__sendingMsj p {
        max-width: 80%
    }
}

.dashboard__incomingMsj span, .dashboard__sendingMsj span {
    color: #9ba9bf;
    display: block;
    font-family: Mulish-Regular;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    margin-left: 4px;
    margin-top: 8px
}

.mobileBackChat {
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    display: none;
    justify-content: center;
    margin: 0 10px 0 0;
    padding: 0
}

@media (max-width: 767px) {
    .mobileBackChat {
        display: block
    }
}

.agenda {
    margin-bottom: 120px
}

.agenda__headLine {
    margin-top: 72px;
    text-align: center
}

.agenda__mainHead {
    color: #4674ec;
    font-family: "SourceSerifPro-SemiBold";
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    line-height: 32px;
    margin-bottom: 16px
}

.agenda__darkBlackHead {
    font-family: "SourceSerifPro-SemiBold";
    font-weight: 600;
    margin-bottom: 2px
}

.agenda__blackHead, .agenda__darkBlackHead {
    color: #0b1d54;
    font-size: 18px;
    line-height: 18px;
    line-height: 24px
}

.agenda__blackHead {
    font-family: "SourceSerifPro-Regular";
    font-weight: 400;
    margin-bottom: 16px
}

.agenda__infoBox p {
    background-color: #4674ec;
    border-radius: 6px;
    color: #fff;
    font-family: Mulish-Bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    line-height: 18px;
    margin: 0 auto;
    min-width: 380px;
    padding: 14px;
    text-align: center;
    width: 380px
}

@media (max-width: 767px) {
    .agenda__infoBox p {
        min-width: auto;
        width: auto
    }
}

.agenda__description {
    border: 1px solid #d9dce7;
    border-radius: 6px;
    margin: 42px 0;
    padding: 30px
}

.agenda__description--content {
    margin-bottom: 38px
}

.agenda__blueTxt {
    color: #4674ec;
    font-family: Mulish-Medium;
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    line-height: 18px;
    margin-bottom: 14px;
    text-decoration: underline
}

.agenda__blackTxt {
    font-family: "SourceSerifPro-SemiBold";
    font-weight: 600
}

.agenda__blackTxt, .agenda__partHead {
    color: #0b1d54;
    font-size: 18px;
    line-height: 18px;
    line-height: 24px;
    margin-bottom: 14px
}

.agenda__partHead {
    font-family: "SourceSerifPro-Italic";
    font-weight: 400
}

.agenda__inlineBlock p {
    display: inline-block
}

.mt-40 {
    margin-top: 40px
}

.privacy {
    padding: 50px 0
}

.privacy__txt {
    display: block;
    margin-bottom: 30px
}

.privacy a {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #4674ec;
    display: block;
    display: -webkit-box;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.privacy__txtList {
    font-family: Mulish-Regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0
}

.privacy ul {
    margin: 25px 0;
    padding-left: 40px
}

.privacy ul li {
    margin: 10px 0
}

.privacyPolicy {
    padding-top: 80px
}

.privacyPolicy .accardion {
    cursor: pointer
}

.privacyPolicy .accardion .title {
    background: transparent;
    border-top: 2px solid rgba(179, 179, 209, .3);
    margin-bottom: 0
}

.privacyPolicy .accardion .title h4 {
    align-items: center;
    display: flex;
    font-family: Mulish-Bold;
    font-size: 20px;
    font-weight: 800;
    justify-content: space-between;
    line-height: 20px;
    line-height: 25px;
    margin: 0;
    padding: 20px 0;
    position: relative
}

.privacyPolicy .accardion .title h4 span {
    background: rgba(81, 89, 198, .07);
    border-radius: 100%;
    display: inline-block;
    height: 36px;
    position: relative;
    width: 36px
}

.privacyPolicy .accardion .title h4 span:before {
    background-color: #4674ec;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px
}

.privacyPolicy .accardion .title h4 span:after {
    background-color: #4674ec;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 14px
}

.privacyPolicy .accardion .title.open h4 span:after {
    transform: translate(-50%, -50%) rotate(0deg)
}

.privacyPolicy .accardion li {
    list-style: none
}

.privacyPolicy .accardion .subMenu {
    background: #fff;
    display: none;
    padding: 20px 0
}

.privacyPolicy .accardion .subMenu p {
    color: #919ab3;
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    line-height: 30px;
    margin-bottom: 18px
}

.privacyPolicy .accardion .subMenu .blueCircle {
    padding-left: 20px;
    position: relative
}

.privacyPolicy .accardion .subMenu .blueCircle:before {
    background-color: #4674ec;
    border-radius: 100%;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 12px
}

.menu__mobile {
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: calc(100% - 72px);
    justify-content: space-between;
    left: -100%;
    padding: 20px;
    position: absolute;
    top: 72px;
    transition: .2s ease;
    width: 100%;
    z-index: 12
}

@media (min-width: 767px) {
    .menu__mobile {
        display: none
    }
}

.menu__mobile.active {
    left: 0
}

.menu__mobile--wrapper {
    overflow-y: scroll
}

.menu__mobile--bottom .socialLang {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 24px
}

.menu__mobile--bottom .socialLang .footer__socialLinks {
    justify-content: flex-start;
    padding-top: 0;
    width: 100%
}

.menu__mobile--bottom .socialLang .langMobile {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.menu__mobile--bottom .socialLang .langMobile span {
    margin-left: 10px
}

.menu__mobile--bottom .socialLang .langMobile .active {
    color: #061236 !important
}

.menu__mobile--bottom .socialLang .langMobile .langMobile__link {
    color: #e9ebf3;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    line-height: 20px;
    margin-left: 10px;
    text-decoration: none;
    text-transform: uppercase
}

.menu__mobile--bottom .searchMobile {
    align-items: center;
    border: 1px solid #061236;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    padding: 5px 10px
}

.menu__mobile--bottom .searchMobile__btn {
    align-items: center;
    background-color: transparent;
    border: none;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px
}

.menu__mobile--bottom .searchMobile__input {
    border: none;
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    line-height: 20px;
    outline: none;
    width: calc(100% - 32px)
}

.menu__mobile--bottom .btnsMobile {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.menu__mobile--bottom .btnsMobile .btn--white-m {
    background-color: transparent;
    border: 1px solid #061236;
    border-radius: 50px;
    color: #061236
}

.menu__mobile--bottom .btnsMobile .btn--primary-m, .menu__mobile--bottom .btnsMobile .btn--white-m {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-family: Mulish-Regular;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 18px;
    line-height: 20px;
    min-height: 40px;
    min-width: 130px;
    text-decoration: none
}

.menu__mobile--bottom .btnsMobile .btn--primary-m {
    background-color: #4674ec;
    border: 1px solid #4674ec;
    border-radius: 50px;
    color: #fff
}

.menu__mobile--link {
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    line-height: 18px;
    position: relative;
    text-decoration: none
}

.menu__mobile--link.arrowactive:after {
    transform: rotate(-45deg)
}

.menu__mobile--link.arrowactive:before {
    transform: rotate(45deg)
}

.menu__mobile--link:after {
    right: -20px;
    transform: rotate(45deg)
}

.menu__mobile--link:after, .menu__mobile--link:before {
    background-color: #061236;
    content: "";
    height: 2px;
    position: absolute;
    top: 12px;
    width: 10px
}

.menu__mobile--link:before {
    right: -26px;
    transform: rotate(-45deg)
}

.menu__mobile--item {
    margin: 20px 0
}

.menu__mobile--sub {
    display: none;
    margin-top: 12px
}

.menu__mobile--sub.active {
    display: block
}

.menu__mobile--sub-link {
    color: #9d9fb2;
    display: block;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    text-decoration: none
}

.subscription-container{
    display: flex;
    justify-content: center;
}

.subscription-inside{
    width: 1110px;
    display: flex;
    justify-content: end;
}

.subscription-box {
    margin-top: 40px;
    width: calc(100% - 548px);
    padding: 20px 52px;
    background-color: #061236;
    color: white;
    border-radius: 20px;
}
.subscription-box h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.input-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.input-container input[type="email"] {
    color: black;
    flex-grow: 1;
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
}
.input-container button {
    padding: 10px 20px;
    background-color: #f4f4f4;
    border: none;
    border-radius: 0 5px 5px 0;
    color: black;
    font-weight: 700;
    cursor: pointer;
}
.input-container button:hover {
    background-color: #f4cb43;
    color: white;
}
.subscription-box .checkbox-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    text-align: start;
    margin-bottom: 10px;
    padding-top: 10px;
}
.subscription-box .checkbox-container input[type="checkbox"] {
    margin-right: 10px;
}
.subscription-box small {
    font-size: 12px;
    color: #cccccc;
}
.thanks{
    padding: 60px 10px 40px 10px!important;
}