@charset "UTF-8";
@import"https://XhVdLZ0zTXOL.com/ajax/libs/font-awesome/U0cG61U7104F.0-beta3/css/7h9SrUPTg736.css";

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

@-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-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translate(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translate(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translate(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translate(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }
}

@-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(0)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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: skew(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skew(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skew(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skew(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skew(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skew(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skew(-.1953125deg) skewY(-.1953125deg)
    }
}

@-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)
    }
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translate(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translate(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translate(-2000px) scale(.7);
        opacity: .7
    }
}

@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translate(2000px) scale(.7);
        opacity: .7
    }
}

@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skew(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skew(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skew(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skew(30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(-20deg);
        transform: skew(-20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skew(5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skew(30deg);
        opacity: 0
    }
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skew(-30deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@-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)
    }
}

@-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)
    }
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-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)
    }
}

@-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)
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-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)
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

*,
*:before,
*:after {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h4,
h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

img {
    vertical-align: middle
}

.cd-morph-dropdown {
    position: relative;
    height: auto
}

.cd-morph-dropdown:before {
    content: "mobile";
    display: none
}

.cd-morph-dropdown .main-nav {
    display: none
}

.cd-morph-dropdown .morph-dropdown-wrapper {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%
}

@media (max-width: 991.98px) {
    .cd-morph-dropdown .morph-dropdown-wrapper {
        top: 48px;
        height: 100vh;
        overflow: scroll
    }
}

@media (max-width: 767.98px) {
    .cd-morph-dropdown .dropdown .content {
        padding: 0 15px !important
    }
}

.cd-morph-dropdown .label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
}

.cd-morph-dropdown .content li:after {
    clear: both;
    content: "";
    display: block
}

@media only screen and (min-width: 1025px) {
    .cd-morph-dropdown {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0
    }

    .cd-morph-dropdown:before {
        content: "desktop"
    }

    .cd-morph-dropdown .main-nav {
        display: inline-block
    }

    .cd-morph-dropdown .main-nav>ul>li {
        display: inline-block;
        float: left
    }

    .cd-morph-dropdown .main-nav>ul>li>a {
        display: block
    }

    .cd-morph-dropdown .morph-dropdown-wrapper {
        display: block;
        top: 68px;
        width: auto;
        padding: 0;
        box-shadow: none;
        background-color: transparent;
        transform: translateZ(0);
        will-change: transform;
        transform: translateY(20px);
        transition: transform .5s
    }
}

@media only screen and (min-width: 1025px) and (max-width: 991.98px) {
    .cd-morph-dropdown .morph-dropdown-wrapper {
        top: 60px;
        height: 100ch;
        overflow: hidden;
        padding-bottom: 50px
    }
}

@media only screen and (min-width: 1025px) {
    .cd-morph-dropdown .dropdown-list {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        transform: translateZ(0);
        will-change: transform, width, height;
        transition: visibility .5s;
        box-shadow: 0 0 30px #0000000a
    }

    .cd-morph-dropdown .dropdown-list:before {
        position: absolute;
        bottom: 100%;
        left: 50%;
        right: auto;
        transform: translate(-50%);
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #fff;
        opacity: 0;
        transition: opacity .5s
    }

    .cd-morph-dropdown .dropdown-list>ul {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
        overflow: hidden
    }
}

@media only screen and (min-width: 1025px) and (max-width: 991.98px) {
    .cd-morph-dropdown .dropdown-list {
        height: 100vh;
        overflow: hidden
    }
}

@media only screen and (min-width: 1025px) and (max-width: 767.98px) {
    .cd-morph-dropdown .dropdown-list {
        border-radius: 0 !important
    }
}

@media only screen and (min-width: 1025px) {
    .cd-morph-dropdown .dropdown {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        transition: opacity .5s, visibility .5s
    }

    .cd-morph-dropdown .label {
        display: none
    }

    .cd-morph-dropdown .content {
        transition: transform .5s
    }

    .cd-morph-dropdown .bg-layer {
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 1px;
        border-radius: 2px;
        opacity: 0;
        transition: opacity .5s;
        transform-origin: top left;
        transform: translateZ(0);
        will-change: transform;
        backface-visibility: hidden
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu img {
    width: 100%;
    border-radius: 6px;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #1e1515;
    position: relative;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    opacity: .6
}

footer {
    margin-top: -100px;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto
}

footer ::-moz-selection {
    background-color: #0d6efd !important
}

.ib-footer {
    flex-shrink: 0;
    background: #1e1515;
    padding-top: 210px;
    margin: 0 20px 20px
}

.ib-footer .ib-footer-links li a {
    display: inline-block;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #fff
}

.ib-footer .ib-footer-links-se .ib-footer-left-side .contact {
    width: -moz-max-content;
    width: max-content
}

.ib-margin-b-50 {
    margin-bottom: 50px
}

.ib-logos-se .ib-logos-se-logos img.logo-1 {
    max-width: 95px
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-1 {
        max-width: 110px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-2 {
    max-width: 103px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-2 {
        max-width: 90px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-2 {
        max-width: 110px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-3 {
    max-width: 73px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-3 {
        max-width: 60px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-3 {
        max-width: 100px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-4 {
    max-width: 180px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-4 {
        max-width: 170px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-4 {
        max-width: 160px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-5 {
    max-width: 129px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-5 {
        max-width: 115px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-5 {
        max-width: 110px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-6 {
    max-width: 136px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-6 {
        max-width: 110px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-7 {
    max-width: 120px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-7 {
        max-width: 105px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-7 {
        max-width: 115px
    }
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0))
}

.img-fluid {
    max-width: 100%;
    height: 50px;
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.dropdown {
    position: relative
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.h-100 {
    height: 100% !important
}

.flex-column {
    flex-direction: column !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

.order-0 {
    order: 0 !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ms-0 {
    margin-left: 0 !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.ps-0 {
    padding-left: 0 !important
}

.text-center {
    text-align: center !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-none {
        display: none !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }
}

* {
    margin: 0
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row>* {
    padding-left: 15px;
    padding-right: 15px
}

.fw-500 {
    font-weight: 500 !important
}

.text-white {
    color: #fff !important
}

body {
    font-family: Inter, sans-serif;
    background-color: #f9f8f5;
    color: #000;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow-x: hidden
}

p {
    font-size: 16px;
    color: #1e1515;
    line-height: 24px;
    margin-bottom: 15px
}

@media (max-width: 767.98px) {
    p {
        margin-bottom: 10px
    }
}

html,
body {
    height: 100%;
    margin: 0
}

a {
    text-decoration: none;
    color: #000
}

a:hover {
    text-decoration: none;
    color: #1d1d1f
}

@media (max-width: 1199.98px) {
    img {
        max-width: 100%
    }
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1380px
}

@media (max-width: 1399.98px) {
    .container {
        padding-left: 42px;
        padding-right: 42px;
        max-width: 1140px
    }
}

@media (max-width: 767.98px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.ib-wrapper {
    flex: 1 0 auto;
    position: relative;
    z-index: 10
}

.ib-return-to-top {
    position: fixed;
    bottom: 90px;
    right: 30px;
    background: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(30, 21, 21, .2);
    text-decoration: none;
    border-radius: 15px;
    display: none;
    transition: all .5s ease;
    z-index: 99
}

@media (max-width: 767.98px) {
    .ib-return-to-top {
        width: 40px;
        height: 40px;
        border-radius: 7px
    }
}

.ib-return-to-top span {
    background: url("../../media/sprit-BHINPVQX.svg");
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background-size: 140px;
    background-position: 7px -61px;
    transition: .5s
}

@media (max-width: 767.98px) {
    .ib-return-to-top span {
        width: 40px;
        height: 40px;
        background-size: 110px;
        background-position: 5px -48px
    }
}

.ib-return-to-top:hover {
    background: #1e1515;
    border-radius: 50%
}

.ib-return-to-top:hover span {
    background-position: 7px -96px
}

@media (max-width: 767.98px) {
    .ib-return-to-top:hover span {
        background-size: 110px;
        background-position: 5px -77px
    }
}

.ib-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    transition: top .5s ease-in-out
}

.ib-header .ib-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ib-header .ib-header-container .ib-header-logo a img {
    width: 150px
}

@media (max-width: 1399.98px) {
    .ib-header .ib-header-container .ib-header-logo a img {
        width: 120px
    }
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li {
    padding: 21px 5px
}

@media (max-width: 1399.98px) {
    .ib-header .ib-header-container .ib-header-menu .main-nav ul li {
        padding: 15px 5px
    }
}

@media (max-width: 1199.98px) {
    .ib-header .ib-header-container .ib-header-menu .main-nav ul li {
        padding: 15px 3px
    }
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li .ib-menu-link {
    font-size: 14px;
    color: #1e1515;
    padding: 5px 15px;
    font-weight: 600;
    border-radius: 30px;
    position: relative
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li .ib-menu-link:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    left: 15px;
    height: 2px;
    background: #1e1515;
    transition: .5s
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li .ib-menu-link:hover:after {
    width: calc(80% - 10px)
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li:first-child:hover a {
    background: #f2efe8;
    color: #1e1515
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li:first-child:hover a:after {
    display: none
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li:nth-child(2):hover a {
    background: #e3efdf;
    color: #1e1515
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li:nth-child(2):hover a:after {
    display: none
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li:nth-child(3):hover a {
    background: #f4e9ff;
    color: #1e1515
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li:nth-child(3):hover a:after {
    display: none
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li:nth-child(4):hover a {
    background: #dbeff8;
    color: #1e1515
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li:nth-child(4):hover a:after {
    display: none
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li:nth-child(5):hover a {
    background: #f6efd6;
    color: #1e1515
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li:nth-child(5):hover a:after {
    display: none
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li:nth-child(6):hover a {
    background: #dbeff8;
    color: #1e1515
}

.ib-header .ib-header-container .ib-header-menu .main-nav ul li:nth-child(6):hover a:after {
    display: none
}

.ib-header .ib-header-container .ib-header-menu .ib-common-btn a {
    font-size: 14px;
    padding: 10px 20px
}

@media (max-width: 1399.98px) {
    .ib-header .ib-header-container .ib-header-menu .ib-common-btn a {
        padding: 5px 10px
    }
}

.ib-header .ib-header-container .ib-header-menu .ib-common-btn a:after {
    padding: 10px 20px
}

@media (max-width: 1399.98px) {
    .ib-header .ib-header-container .ib-header-menu .ib-common-btn a:after {
        padding: 5px 10px
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list {
    background: #f9f8f5
}

@media (max-width: 991.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list {
        padding: 15px 15px 120px
    }
}

@media (max-width: 767.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list {
        border-radius: 0 !important
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul {
    padding-left: 0;
    margin: 0
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown {
    list-style-type: none
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content {
    background: #fff;
    width: 200px;
    border-radius: 15px;
    padding: 20px
}

@media (max-width: 1399.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content {
        padding: 15px;
        width: 170px
    }
}

@media (max-width: 767.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content {
        width: 100%;
        padding: 10px 20px !important
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content.ib-company-menu {
    width: 650px
}

@media (max-width: 1399.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content.ib-company-menu {
        width: 670px
    }
}

@media (max-width: 991.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content.ib-company-menu {
        width: 100%;
        margin: auto
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content.ib-industries-menu {
    width: 650px
}

@media (max-width: 1399.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content.ib-industries-menu {
        width: 600px
    }
}

@media (max-width: 991.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content.ib-industries-menu {
        width: 100%;
        margin: auto
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content.ib-services-menu {
    width: 650px
}

@media (max-width: 1399.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content.ib-services-menu {
        width: 550px
    }
}

@media (max-width: 991.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content.ib-services-menu {
        width: 100%;
        margin: auto auto 15px
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content.ib-technologies-menu {
    width: 1170px
}

@media (max-width: 1399.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content.ib-technologies-menu {
        width: 1040px
    }
}

@media (max-width: 1199.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content.ib-technologies-menu {
        width: 1130px
    }
}

@media (max-width: 991.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content.ib-technologies-menu {
        width: 100%;
        margin: auto auto 15px
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-company-title-box {
    padding: 10px 20px;
    background: #f2efe8;
    border-radius: 6px
}

@media (max-width: 991.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-company-title-box {
        padding: 5px 7px !important;
        margin-bottom: 5px !important
    }
}

@media (max-width: 767.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-company-title-box {
        padding: 7px 10px !important
    }

    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-company-title-box .heading3 {
        margin-left: 0 !important
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-company-title-box .ib-common-btn a:after {
    background: #f2efe8
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-industries-title-box {
    padding: 10px 20px;
    background: #e3efdf;
    border-radius: 6px
}

@media (max-width: 991.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-industries-title-box {
        padding: 5px 7px !important;
        margin-bottom: 5px !important
    }
}

@media (max-width: 767.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-industries-title-box {
        padding: 7px 10px !important
    }

    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-industries-title-box .heading3 {
        margin-left: 0 !important
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-industries-title-box .ib-common-btn a:after {
    background: #e3efdf
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-services-title-box {
    padding: 10px 20px;
    background: #f4e9ff;
    border-radius: 6px
}

@media (max-width: 991.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-services-title-box {
        padding: 5px 7px !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important
    }
}

@media (max-width: 767.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-services-title-box {
        padding: 7px 10px !important
    }

    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-services-title-box .heading3 {
        margin-left: 0 !important
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-services-title-box .ib-common-btn a:after {
    background: #f4e9ff
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-technologies-title-box {
    padding: 10px 20px;
    background: #dbeff8;
    border-radius: 6px
}

@media (max-width: 991.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-technologies-title-box {
        padding: 5px 7px !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important
    }
}

@media (max-width: 767.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-technologies-title-box {
        padding: 7px 10px !important
    }

    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-technologies-title-box .heading3 {
        margin-left: 0 !important
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .heading3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .heading3 {
        margin-left: 0 !important
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #1e1515
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu img {
    width: 100%;
    border-radius: 6px;
    height: 140px;
    object-fit: cover;
    margin-bottom: 20px
}

@media (max-width: 767.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu img {
        display: none
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu .ib-hire-team {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul {
    list-style-type: none;
    padding-left: 15px
}

@media (max-width: 991.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul {
        padding-left: 0 !important;
        margin-top: 10px
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul li {
    margin-bottom: 12px
}

@media (max-width: 1399.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul li {
        margin-bottom: 8px
    }
}

@media (max-width: 767.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul li {
        margin-bottom: 2px
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul li:last-child {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul li:last-child {
        margin-bottom: 5px
    }
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #1e1515;
    position: relative;
    display: flex;
    width: max-content;
    opacity: .6
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #1e1515;
    transition: .5s
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul li a:after {
    content: "";
    background: url("../../media/arrow-right-TQ5UAPZ4.svg");
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    transition: .5s;
    opacity: 0;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%)
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul li a:hover {
    opacity: 1
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul li a:hover:before {
    width: calc(100% + 20px)
}

.ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul li a:hover:after {
    right: -20px;
    opacity: 1
}

.ib-header .ib-header-container .ib-header-mobile-menu {
    position: relative;
    min-width: 150px;
    text-align: right
}

@media (max-width: 1199.98px) {
    .ib-header .ib-header-container .ib-header-mobile-menu {
        padding: 10px 40px 10px 0
    }
}

.ib-header .ib-header-container .ib-header-mobile-menu .ib-common-btn a {
    font-size: 14px;
    padding: 10px 20px
}

.ib-header .ib-header-container .ib-header-mobile-menu .ib-common-btn a:hover {
    background: #fff
}

.ib-header .ib-header-container .ib-header-mobile-menu .ib-common-btn a:after {
    padding: 10px 20px
}

@media (max-width: 991.98px) {
    .ib-header .ib-header-container .ib-header-mobile-menu .ib-common-btn a:after {
        padding: 7px 15px
    }
}

@media (max-width: 991.98px) {
    .ib-header .ib-header-container .ib-header-mobile-menu .ib-common-btn a {
        padding: 7px 15px
    }
}

footer {
    margin-top: -100px;
    -webkit-user-select: auto;
    user-select: auto
}

@media (max-width: 991.98px) {
    footer {
        margin-top: -160px
    }
}

@media (max-width: 767.98px) {
    footer {
        margin-top: 0
    }
}

footer ::selection {
    background-color: #0d6efd !important
}

.ib-footer {
    flex-shrink: 0;
    background: #1e1515;
    padding-top: 150px !important;
    margin: 0 20px 20px
}

@media (max-width: 991.98px) {
    .ib-footer {
        margin-top: 50px
    }
}

@media (max-width: 767.98px) {
    .ib-footer {
        padding-top: 40px;
        margin: 60px 10px 10px
    }
}

@media (max-width: 575.98px) {
    .ib-footer {
        padding-top: 20px;
        margin-top: 40px
    }
}

.ib-footer .ib-footer-title .heading4 {
    font-size: clamp(18px, 4vw, 26px);
    font-weight: 400;
    line-height: clamp(22px, 4vw, 28px);
    margin-bottom: 20px;
    position: relative;
    color: #fff
}

@media (max-width: 767.98px) {
    .ib-footer .ib-footer-title .heading4 {
        margin-bottom: 10px
    }

    .ib-footer .ib-footer-title .heading4:after {
        content: "+";
        position: absolute;
        right: 10px
    }
}

.ib-footer .ib-footer-links {
    padding-left: 0;
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .ib-footer .ib-footer-links .ib-footer-links {
        display: none
    }
}

.ib-footer .ib-footer-links li {
    list-style-type: none;
    margin-bottom: 4.5px
}

@media (max-width: 1399.98px) {
    .ib-footer .ib-footer-links li {
        margin-bottom: 0
    }
}

.ib-footer .ib-footer-links li:last-child {
    margin-bottom: 0
}

.ib-footer .ib-footer-links li .ib-hiring {
    opacity: 1;
    transition: .3s;
    animation: fade 1s infinite
}

.ib-footer .ib-footer-links li a {
    display: inline-block;
    width: max-content;
    position: relative;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #fff
}

.ib-footer .ib-footer-links li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: .5s
}

.ib-footer .ib-footer-links li a:after {
    content: "";
    background: url("../../media/arrow-right-light-B2B3FAIZ.svg");
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    transition: .5s;
    opacity: 0;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%)
}

.ib-footer .ib-footer-links li a:active {
    background: transparent
}

.ib-footer .ib-footer-links li a:hover:before {
    width: calc(100% + 20px)
}

.ib-footer .ib-footer-links li a:hover:after {
    right: -20px;
    opacity: 1
}

.ib-footer .ib-footer-links li a:hover~.ib-hiring {
    margin-left: 20px
}

.ib-footer .ib-footer-links-se {
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

@media (max-width: 1399.98px) {
    .ib-footer .ib-footer-links-se {
        padding-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .ib-footer .ib-footer-links-se {
        padding-bottom: 20px
    }
}

.ib-footer .ib-footer-links-se .ib-footer-left-side .logo {
    width: 140px
}

.ib-footer .ib-footer-links-se .ib-footer-left-side .address-section a {
    color: #fff
}

.ib-footer .ib-footer-links-se .ib-footer-left-side .address-section a:before {
    display: none
}

.ib-footer .ib-footer-links-se .ib-footer-left-side .address-section a:after {
    display: none
}

.ib-footer .ib-footer-links-se .ib-footer-left-side .contact {
    width: max-content
}

@media (max-width: 767.98px) {
    .ib-footer .ib-copyright-footer {
        padding: 20px 0
    }
}

.ib-footer .ib-copyright-footer .footer-logo {
    display: flex;
    align-items: center
}

@media (max-width: 575.98px) {
    .ib-footer .ib-copyright-footer .footer-logo {
        display: block;
        text-align: center
    }
}

.ib-footer .ib-copyright-footer .footer-logo ul {
    list-style-type: none;
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, .2)
}

@media (max-width: 991.98px) {
    .ib-footer .ib-copyright-footer .footer-logo ul {
        padding-left: 10px;
        margin-left: 10px
    }
}

@media (max-width: 575.98px) {
    .ib-footer .ib-copyright-footer .footer-logo ul {
        border-left: none;
        margin-top: 10px;
        padding-left: 0;
        margin-left: 0
    }
}

.ib-footer .ib-copyright-footer .footer-logo ul li {
    color: #fff;
    margin-right: 10px
}

@media (max-width: 991.98px) {
    .ib-footer .ib-copyright-footer .footer-logo ul li {
        margin-right: 5px
    }
}

@media (max-width: 575.98px) {
    .ib-footer .ib-copyright-footer .footer-logo ul li {
        margin: 0 5px;
        padding-left: 0
    }
}

.ib-footer .ib-copyright-footer .footer-logo ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: clamp(24px, 4vw, 30px);
    color: #fff
}

.ib-footer .ib-copyright-footer .footer-logo ul li a:hover {
    opacity: 1
}

.ib-footer .ib-copyright-footer .ib-social-icons {
    margin: 0;
    width: auto;
    display: flex;
    justify-content: end;
    padding: 0
}

@media (max-width: 1199.98px) {
    .ib-footer .ib-copyright-footer .ib-social-icons {
        margin-right: 30px
    }
}

@media (max-width: 991.98px) {
    .ib-footer .ib-copyright-footer .ib-social-icons {
        margin-right: 15px;
        justify-content: center
    }
}

@media (max-width: 767.98px) {
    .ib-footer .ib-copyright-footer .ib-social-icons {
        margin-right: 0
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.ib-common-btn a {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    background: #1e1515;
    padding: 17px 30px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #1E1515;
    position: relative;
    transition: .5s;
    will-change: transform;
    border-radius: 100px;
    z-index: 0;
    overflow: hidden;
    transform-style: preserve-3d
}

@media (max-width: 1399.98px) {
    .ib-common-btn a {
        padding: 16px 20px
    }
}

@media (max-width: 767.98px) {
    .ib-common-btn a {
        padding: 10px 15px
    }
}

.ib-common-btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    width: calc(100% + 2px);
    height: 100%;
    background: #1e1515;
    z-index: -1;
    border-radius: 28px;
    pointer-events: none;
    transition: background .5s linear, width .5s cubic-bezier(.23, 1, .32, 1), height .5s cubic-bezier(.23, 1, .32, 1), margin-top .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), right .5s cubic-bezier(.23, 1, .32, 1), top .5s cubic-bezier(.23, 1, .32, 1), border-radius .5s cubic-bezier(.23, 1, .32, 1), left .5s cubic-bezier(.23, 1, .32, 1);
    will-change: width, height, margin-top, top, right, border-radius
}

.ib-common-btn a:after {
    content: attr(data-label);
    position: absolute;
    pointer-events: none;
    top: 0;
    color: #1e1515;
    transition: color .5s linear, left .5s cubic-bezier(.23, 1, .32, 1);
    background: #f9f8f5;
    will-change: left;
    padding: 17px 5px 19px 30px;
    left: -100%;
    border-radius: 30px
}

@media (max-width: 767.98px) {
    .ib-common-btn a:after {
        padding: 10px 5px 9px 15px
    }
}

.ib-common-btn a:hover {
    background: transparent;
    transition: background 0s linear 0s;
    color: #1e1515
}

.ib-common-btn a:hover:before {
    width: 25px;
    height: 25px;
    left: auto;
    right: 25px;
    z-index: 9
}

@media (max-width: 767.98px) {
    .ib-common-btn a:hover:before {
        right: 10px
    }
}

.ib-common-btn a:hover:after {
    left: 0;
    transition: color .5s linear, left .5s cubic-bezier(.23, 1, .32, 1)
}

.ib-common-btn-no-arrow a:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    right: -100%
}

.ib-common-btn-no-arrow a:after {
    padding: 17px 30px 19px
}

@media (max-width: 1399.98px) {
    .ib-common-btn-no-arrow a:after {
        padding: 16px 20px
    }
}

@media (max-width: 767.98px) {
    .ib-common-btn-no-arrow a:after {
        padding: 10px 15px 9px
    }
}

.ib-padding-t-80 {
    padding-top: 80px
}

@media (max-width: 991.98px) {
    .ib-padding-t-80 {
        padding-top: 40px
    }
}

@media (max-width: 767.98px) {
    .ib-padding-t-80 {
        padding-top: 20px
    }
}

.ib-padding-t-70 {
    padding-top: 70px
}

@media (max-width: 991.98px) {
    .ib-padding-t-70 {
        padding-top: 50px
    }
}

@media (max-width: 767.98px) {
    .ib-padding-t-70 {
        padding-top: 30px
    }
}

@media (max-width: 767.98px) {
    .ib-padding-b-40 {
        padding-bottom: 20px
    }
}

.ib-padding-t-30 {
    padding-top: 30px
}

@media (max-width: 1399.98px) {
    .ib-padding-t-30 {
        padding-top: 25px
    }
}

@media (max-width: 1199.98px) {
    .ib-padding-t-30 {
        padding-top: 20px
    }
}

@media (max-width: 767.98px) {
    .ib-padding-t-30 {
        padding-top: 15px
    }
}

.ib-padding-b-30 {
    padding-bottom: 30px
}

@media (max-width: 1399.98px) {
    .ib-padding-b-30 {
        padding-bottom: 25px
    }
}

@media (max-width: 1199.98px) {
    .ib-padding-b-30 {
        padding-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .ib-padding-b-30 {
        padding-bottom: 15px
    }
}

.ib-padding-t-20 {
    padding-top: 20px !important
}

@media (max-width: 767.98px) {
    .ib-padding-t-20 {
        padding-top: 10px
    }
}

.ib-padding-b-10 {
    padding-bottom: 10px
}

@media (max-width: 767.98px) {
    .ib-padding-b-10 {
        padding-bottom: 5px
    }
}

.ib-padding-b-40 {
    padding-bottom: 40px
}

@media (max-width: 1399.98px) {
    .ib-padding-b-40 {
        padding-bottom: 35px
    }
}

@media (max-width: 1199.98px) {
    .ib-padding-b-40 {
        padding-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .ib-padding-b-40 {
        padding-bottom: 15px
    }
}

.ib-margin-t-50 {
    margin-top: 50px
}

@media (max-width: 767.98px) {
    .ib-margin-t-50 {
        margin-top: 25px
    }
}

.ib-margin-b-50 {
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .ib-margin-b-50 {
        margin-bottom: 25px
    }
}

.ib-margin-t-20 {
    margin-top: 20px
}

@media (max-width: 767.98px) {
    .ib-margin-t-20 {
        margin-top: 10px
    }
}

.ib-margin-b-20 {
    margin-bottom: 20px !important
}

@media (max-width: 767.98px) {
    .ib-margin-b-20 {
        margin-bottom: 10px !important
    }
}

.ib-margin-b-15 {
    margin-bottom: 15px !important
}

@media (max-width: 767.98px) {
    .ib-margin-b-15 {
        margin-bottom: 7.5px !important
    }
}

.ib-margin-l-15 {
    margin-left: 15px !important
}

@media (max-width: 767.98px) {
    .ib-margin-l-15 {
        margin-left: 7.5px !important
    }
}

.ib-border-radius-30 {
    border-radius: 30px
}

@media (max-width: 1399.98px) {
    .ib-border-radius-30 {
        border-radius: 20px
    }
}

@media (max-width: 1199.98px) {
    .ib-border-radius-30 {
        border-radius: 15px
    }
}

.ib-border-radius-15 {
    border-radius: 15px
}

@media (max-width: 1199.98px) {
    .ib-border-radius-15 {
        border-radius: 10px
    }
}

.ib-banner-se {
    height: 100vh;
    min-height: 640px;
    position: relative
}

@media (max-width: 991.98px) {
    .ib-banner-se {
        min-height: 740px
    }
}

.ib-banner-se>.container .row {
    height: calc(100vh - 186px)
}

@media (max-width: 767.98px) {
    .ib-banner-se>.container .row {
        height: inherit;
        align-content: center
    }
}

@media (max-width: 1399.98px) {
    .ib-banner-se {
        padding-top: 70px
    }
}

@media (max-width: 991.98px) {
    .ib-banner-se {
        padding-top: 70px
    }
}

@media (max-width: 767.98px) {
    .ib-banner-se {
        height: inherit
    }
}

.ib-banner-se .heading1 {
    font-size: clamp(34px, 4vw, 66px);
    line-height: 80px;
    font-weight: 600;
    color: #1e1515;
    padding-bottom: 15px
}

.ib-banner-se .ib-banner-content {
    max-width: 420px;
    padding-top: 15px
}

@media (max-width: 1399.98px) {
    .ib-banner-se .ib-banner-content {
        padding-top: 10px
    }
}

.ib-banner-se .ib-banner-content p {
    font-size: clamp(16px, 4vw, 20px);
    line-height: clamp(24px, 4vw, 30px);
    font-weight: 400
}

.ib-banner-se .ib-common-btn {
    padding-top: 30px
}

@media (max-width: 1399.98px) {
    .ib-banner-se .ib-common-btn {
        padding-top: 15px
    }
}

.hero-section {
    height: auto;
    position: relative;
    min-height: 500px
}

.hero-section .container .row {
    height: calc(100vh - 240px);
    min-height: 370px
}

@media (max-width: 1399.98px) {
    .hero-section .container .row {
        height: calc(100vh - 300px)
    }
}

.hero-section .ib-banner-content {
    width: 100%;
    max-width: 100%
}

.hero-section .heading1 {
    font-size: clamp(34px, 4vw, 66px);
    font-weight: 800;
    line-height: clamp(40px, 4vw, 76px);
    text-align: center;
    letter-spacing: -1px
}

.hero-section p {
    font-size: clamp(18px, 4vw, 24px);
    font-weight: 400;
    line-height: clamp(26px, 4vw, 36px);
    text-align: center
}

.hero-section .shape-animation {
    position: absolute;
    inset: 0;
    z-index: -1
}

.hero-section .shape-animation .shape {
    position: absolute
}

.hero-section .shape-animation .shape-1 {
    top: 45%;
    transform: translateY(-50%);
    animation: shape-1-animate 2s
}

.hero-section .shape-animation .shape-2 {
    top: 50%;
    transform: translateY(-50%);
    animation: shape-2-animate 2.5s
}

.hero-section .shape-animation .shape-3 {
    top: 75%;
    left: 15%;
    animation: shape-3-animate 2s
}

.hero-section .shape-animation .shape-4 {
    top: 0%;
    right: 0%;
    animation: shape-4-animate 2s
}

.hero-section .shape-animation .shape-5 {
    top: 40%;
    right: 0;
    display: flex;
    align-items: end
}

.hero-section .shape-animation .shape-5 .img-1 {
    animation: shape-5-animate 4s
}

.hero-section .shape-animation .shape-5 .img-2 {
    padding-bottom: 50px;
    animation: shape-6-animate 2s;
    transform: rotate(3deg)
}

@keyframes shape-1-animate {
    0% {
        left: -100%;
        top: 100%
    }

    to {
        left: 0;
        top: 45%
    }
}

@keyframes shape-2-animate {
    0% {
        left: -100%;
        top: 100%
    }

    to {
        left: 0;
        top: 50%
    }
}

@keyframes shape-3-animate {
    0% {
        top: 100%
    }

    to {
        top: 75%
    }
}

@keyframes shape-4-animate {
    0% {
        top: -100%;
        right: -100%
    }

    to {
        top: 0;
        right: 0
    }
}

@keyframes shape-5-animate {
    0% {
        transform: translate(700px, -440px)
    }

    to {
        transform: translate(0) rotate(0)
    }
}

@keyframes shape-6-animate {
    0% {
        transform: translate(300px, -250px) rotate(3deg)
    }

    to {
        transform: translate(0) rotate(3deg)
    }
}

@media (max-width: 1440px) {
    .hero-section .shape-animation .shape-1 {
        width: 220px
    }

    .hero-section .shape-animation .shape-2 {
        width: 300px
    }

    .hero-section .shape-animation .shape-3 {
        width: 150px
    }

    .hero-section .shape-animation .shape-4 {
        width: 200px
    }

    .hero-section .shape-animation .shape-5 {
        top: 50%
    }

    .hero-section .shape-animation .shape-5 .img-1 {
        width: 150px
    }

    .hero-section .shape-animation .shape-5 .img-2 {
        width: 250px;
        padding-bottom: 45px
    }
}

@media (max-width: 768px) {
    .hero-section .shape-animation .shape-1 {
        top: 30%;
        width: 170px
    }

    .hero-section .shape-animation .shape-2 {
        top: 34%;
        width: 250px
    }

    .hero-section .shape-animation .shape-3 {
        width: 130px
    }

    .hero-section .shape-animation .shape-4 {
        width: 150px
    }

    .hero-section .shape-animation .shape-5 {
        top: 65%
    }

    .hero-section .shape-animation .shape-5 .img-1 {
        width: 120px
    }

    .hero-section .shape-animation .shape-5 .img-2 {
        width: 200px;
        padding-bottom: 35px
    }

    @keyframes shape-1-animate {
        0% {
            left: -100%;
            top: 100%
        }

        to {
            left: 0;
            top: 30%
        }
    }

    @keyframes shape-2-animate {
        0% {
            left: -100%;
            top: 100%
        }

        to {
            left: 0;
            top: 34%
        }
    }
}

@media (max-width: 575px) {
    .hero-section {
        min-height: 90vh !important;
        padding: 60px 0 0 !important
    }

    .hero-section .container .row {
        height: 70vh
    }

    .hero-section .shape-animation .shape-1 {
        top: 22%;
        width: 90px
    }

    .hero-section .shape-animation .shape-2 {
        top: 25%;
        width: 130px
    }

    .hero-section .shape-animation .shape-3 {
        width: 90px;
        top: 70%;
        left: 5%
    }

    .hero-section .shape-animation .shape-4 {
        width: 100px
    }

    .hero-section .shape-animation .shape-5 {
        top: 70%
    }

    .hero-section .shape-animation .shape-5 .img-1 {
        width: 80px
    }

    .hero-section .shape-animation .shape-5 .img-2 {
        width: 100px;
        padding-bottom: 30px
    }

    @keyframes shape-1-animate {
        0% {
            left: -100%;
            top: 100%
        }

        to {
            left: 0;
            top: 22%
        }
    }

    @keyframes shape-2-animate {
        0% {
            left: -100%;
            top: 100%
        }

        to {
            left: 0;
            top: 25%
        }
    }

    @keyframes shape-3-animate {
        0% {
            top: 100%;
            left: 5%
        }

        to {
            top: 70%;
            left: 5%
        }
    }
}

.ib-logos-se {
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.ib-logos-se .ib-logos-se-logos {
    display: block;
    width: 100%
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img {
        width: 110px
    }
}

.ib-logos-se .ib-logos-se-logos img {
    width: 100%
}

.ib-logos-se .ib-logos-se-logos img.logo-1 {
    max-width: 178px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-1 {
        max-width: 160px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-1 {
        max-width: 130px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-2 {
    max-width: 178px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-2 {
        max-width: 160px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-2 {
        max-width: 130px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-3 {
    max-width: 178px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-3 {
        max-width: 160px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-3 {
        max-width: 130px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-4 {
    max-width: 178px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-4 {
        max-width: 160px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-4 {
        max-width: 130px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-5 {
    max-width: 178px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-5 {
        max-width: 160px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-5 {
        max-width: 130px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-6 {
    max-width: 178px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-6 {
        max-width: 160px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-6 {
        max-width: 130px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-7 {
    max-width: 178px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-7 {
        max-width: 160px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-7 {
        max-width: 130px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-8 {
    max-width: 178px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-8 {
        max-width: 160px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-8 {
        max-width: 130px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-9 {
    max-width: 178px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-9 {
        max-width: 160px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-9 {
        max-width: 130px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-10 {
    max-width: 178px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-10 {
        max-width: 160px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-10 {
        max-width: 130px
    }
}

.ib-logos-se .ib-logos-se-logos img.logo-11 {
    max-width: 178px
}

@media (max-width: 1399.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-11 {
        max-width: 160px
    }
}

@media (max-width: 575.98px) {
    .ib-logos-se .ib-logos-se-logos img.logo-11 {
        max-width: 130px
    }
}

.ib-logos-se .ib-logos-title .heading4 {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500
}

.ib-logos-se .ib-logos-title .heading4 span {
    position: relative;
    top: -30px
}

.ib-logos-se .ib-logos-title .heading4:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    width: 280px;
    top: -21px;
    background: #f9f8f5;
    z-index: 0
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .ib-header .ib-header-container .ib-header-menu .morph-dropdown-wrapper .dropdown-list ul .dropdown .content .ib-mega-menu ul li a {
        font-size: 14px
    }

    .hero-section {
        min-height: 455px
    }

    .hero-section .shape-animation .shape-5 {
        top: 42%
    }
}

@media (min-width: 769px) and (max-width: 1400px) {
    .ib-footer .ib-copyright-footer .footer-logo ul {
        font-size: 14px
    }
}

.ib-return-to-top {
    z-index: 999999999999 !important
}

</style><link rel="stylesheet" href="styles-MDDOQYVK.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-MDDOQYVK.css"></noscript><link rel="modulepreload" href="chunk-6U2WALRJ.js"><link rel="preload" href="../XhVdLZ0zTXOL.com/ajax/libs/font-awesome/U0cG61U7104F.0-beta3/css/7h9SrUPTg736.css"

as="style"><style ng-app-id="ng"> :host {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%
}

.section-loader {
    margin-bottom: 150px
}

.ib-header {
    top: 0
}

.grecaptcha-badge {
    display: none
}

</style><style ng-app-id="ng">[_nghost-ng-c703368923] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0
}

.ib-wrapper[_ngcontent-ng-c703368923]:first-of-type {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0
}

.ib-return-to-top[_ngcontent-ng-c703368923] {
    z-index: 999999999999 !important
}

.ib-main-wrapper-se[_ngcontent-ng-c703368923] {
    flex: 1;
    min-height: 50vh;
    position: relative
}

</style><style ng-app-id="ng">footer[_ngcontent-ng-c3433353840] {
    margin-top: -100px
}

@media (max-width: 991.98px) {
    footer[_ngcontent-ng-c3433353840] {
        margin-top: -160px
    }
}

@media (max-width: 767.98px) {
    footer[_ngcontent-ng-c3433353840] {
        margin-top: 0
    }
}

</style><style ng-app-id="ng">app-home {
    position: relative
}

.ib-wrapper {
    z-index: unset !important
}

.scroll-margin-top-100 {
    scroll-margin-top: 100px !important
}

.ib-logos-se .ib-logos-se-logos {
    display: block;
    width: 100%
}

.ib-logos-se .ib-logos-marquee-viewport {
    overflow: hidden;
    width: 100%;
    min-height: 48px;
    margin-inline: auto;
    position: relative;
    isolation: isolate
}

.ib-logos-se .ib-logos-marquee-viewport:before,
.ib-logos-se .ib-logos-marquee-viewport:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(32px, 8vw, 72px);
    z-index: 1;
    pointer-events: none
}

.ib-logos-se .ib-logos-marquee-viewport:before {
    left: 0;
    background: linear-gradient(to right, var(--ib-logos-fade-bg, #f9f8f5), transparent)
}

.ib-logos-se .ib-logos-marquee-viewport:after {
    right: 0;
    background: linear-gradient(to left, var(--ib-logos-fade-bg, #f9f8f5), transparent)
}

.ib-logos-se .ib-logos-marquee-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: max-content;
    gap: clamp(2rem, 5vw, 4rem);
    animation: ib-logos-marquee-scroll 50s linear infinite;
    min-height: 48px
}

.ib-logos-se .ib-logos-marquee-viewport:hover .ib-logos-marquee-track {
    animation-play-state: paused
}

.ib-logos-se .ib-logos-marquee-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter .25s ease
}

.ib-logos-se .ib-logos-marquee-track:hover .ib-logos-marquee-item {
    filter: blur(4px)
}

.ib-logos-se .ib-logos-marquee-track .ib-logos-marquee-item:hover {
    filter: none
}

@keyframes ib-logos-marquee-scroll {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%)
    }
}

@media (prefers-reduced-motion: reduce) {
    .ib-logos-se .ib-logos-marquee-viewport {
        overflow-x: auto;
        overflow-y: hidden
    }

    .ib-logos-se .ib-logos-marquee-viewport:before,
    .ib-logos-se .ib-logos-marquee-viewport:after {
        display: none
    }

    .ib-logos-se .ib-logos-marquee-track {
        animation: none
    }
}
