/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 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)
    }
}

@keyframes rubberBand {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 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)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {

    0%,
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
}

@keyframes headShake {

    0%,
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {

    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes heartBeat {

    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.bounceOut,
.flipOutX {
    -webkit-animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fadeInLeftBig {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -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
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -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
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        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)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        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(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.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(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        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(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.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(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLine {
    from {
        right: 100%
    }

    50% {
        right: 80px
    }
}

@keyframes zoomInLine {
    from {
        right: 100%
    }

    50% {
        right: 80px
    }
}

.zoomInLine {
    -webkit-animation-name: zoomInLine;
    animation-name: zoomInLine
}

@-webkit-keyframes zoomInLeft {
    from {
        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(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.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(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        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(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.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(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        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(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.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(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        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(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.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(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        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(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.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(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        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(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.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(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-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(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@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(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-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-transform-origin: left center;
        transform-origin: left center
    }
}

@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-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-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-transform-origin: right center;
        transform-origin: right center
    }
}

@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-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-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(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@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(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes innerWidthLeft {
    from {
        left: -20%
    }

    to {
        left: 100%
    }
}

@keyframes innerWidthLeft {
    from {
        left: -20%
    }

    to {
        left: 100%
    }
}

.innerWidthLeft {
    -webkit-animation-name: innerWidthLeft;
    animation-name: innerWidthLeft
}

@-webkit-keyframes innerWidthRight {
    from {
        right: -20%
    }

    to {
        right: 100%
    }
}

@keyframes innerWidthRight {
    from {
        right: -20%
    }

    to {
        right: 100%
    }
}

.innerWidthRight {
    -webkit-animation-name: innerWidthRight;
    animation-name: innerWidthRight
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (print),
(prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

@font-face {
    font-family: Aldrich-Regular;
    src: url(../font/aldrich-regular.ttf);
    font-display: swap
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../font/montserrat/montserrat-bold.ttf);
    font-display: swap
}

@font-face {
    font-family: Montserrat-Black;
    src: url(../font/montserrat/montserrat-black.ttf);
    font-display: swap
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../font/montserrat/montserrat-medium.ttf);
    font-display: swap
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../font/montserrat/montserrat-regular.ttf);
    font-display: swap
}

@font-face {
    font-family: Montserrat-Light;
    src: url(../font/montserrat/montserrat-light.ttf);
    font-display: swap
}

html {
    font-size: .833vw
}

@media (max-width:1440px) {
    html {
        font-size: 1.111vw
    }
}

@media (max-width:75rem) {
    html {
        font-size: 1.333vw
    }
}

@media (max-width:1024px) {
    html {
        font-size: 1.563vw
    }
}

@media (max-width:768px) {
    html {
        font-size: 2.083vw
    }
}

@media (max-width:580px) {
    html {
        font-size: 2.759vw
    }
}

@media (max-width:480px) {
    html {
        font-size: 3.3333333333333335vw
    }
}

@media (max-width:360px) {
    html {
        font-size: 4.444444444444445vw
    }
}

.site,
main .gallery_front_page .gallery_wrap .gallery_info .gallery_additionally .number {
    position: relative;
    overflow: hidden
}

.divider_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    pointer-events: none;
    z-index: 9
}

.divider_wrap .divider {
    border-left: 1px solid #ededed;
    opacity: .5
}

.divider_wrap div:first-child {
    border-left: none
}

.home header.site-header {
    background-image: url("../images/home_bg.webp")
}

input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: 0 0
}

input[type=date]::-webkit-input-placeholder {
    z-index: 99
}

input[type=date]::placeholder {
    z-index: 99
}

input[type=date]:not(.has-value):before {
    content: attr(placeholder);
    width: 100%;
    top: calc(50% - .625rem);
    position: absolute
}

.delivery-date::-webkit-datetime-edit-month-field,
.pick-up-date::-webkit-datetime-edit-month-field {
    display: none
}

.delivery-date::-webkit-datetime-edit-day-field,
.pick-up-date::-webkit-datetime-edit-day-field {
    display: none
}

.delivery-date::-webkit-datetime-edit-year-field,
.pick-up-date::-webkit-datetime-edit-year-field {
    display: none
}

.delivery-date::-webkit-datetime-edit-text,
.pick-up-date::-webkit-datetime-edit-text {
    display: none
}

.delivery-date.full::-webkit-datetime-edit-month-field,
.pick-up-date.full::-webkit-datetime-edit-month-field {
    display: inline
}

.delivery-date.full::-webkit-datetime-edit-day-field,
.pick-up-date.full::-webkit-datetime-edit-day-field {
    display: inline
}

.delivery-date.full::-webkit-datetime-edit-year-field,
.pick-up-date.full::-webkit-datetime-edit-year-field {
    display: inline
}

.delivery-date.full::-webkit-datetime-edit-text,
.pick-up-date.full::-webkit-datetime-edit-text {
    display: inline
}

header.site-header {
    background-image: url("../images/header_about_us.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

header.site-header .background {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: .5
}

header.site-header .header_wrap {
    display: flex;
    align-items: baseline;
    z-index: 99;
    position: relative
}

header.site-header .header_wrap .site-branding {
    text-align: center;
    z-index: 9
}

header.site-header .header_wrap a {
    color: #fff
}

header.site-header .header_wrap .main-navigation {
    display: flex;
    justify-content: center;
    position: relative
}

header.site-header .header_wrap .main-navigation button {
    background: 0 0;
    border: none;
    height: 2.5rem;
    margin-left: 1.5em;
    position: absolute
}

header.site-header .header_wrap .main-navigation button .icon-bar {
    display: block;
    width: 1.875rem;
    height: 2px;
    border-radius: 1px;
    background-color: #fff
}

header.site-header .header_wrap .main-navigation button .icon-bar+.icon-bar {
    margin-top: .438rem
}

header.site-header .header_wrap .main-navigation ul li {
    margin-right: 2.75em
}

header.site-header .header_wrap .main-navigation ul li a {
    color: #fff;
    position: relative;
    padding-bottom: .5em
}

header.site-header .header_wrap .main-navigation ul li a:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #00a451;
    -webkit-transition: .3s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: .3s cubic-bezier(.68, -.55, .265, 1.55);
    transition: .3s cubic-bezier(.68, -.55, .265, 1.55)
}

.home header .header_front_wrap .title_info a:hover,
.owner-operators .entry-content .wp-block-columns.is-style-default p a:hover,
.owner-operators .entry-content .wp-block-columns.is-style-default p span,
.privacy-policy a,
.privacy-policy a:visited,
header.site-header .header_wrap .main-navigation ul li a:hover,
main .contact_wrap a:hover {
    color: #00a451
}

.truck_types_slider .sc_trucks .slider_item .sc_truck_image img,
header.site-header .header_wrap .main-navigation ul li a:hover:after {
    width: 100%
}

footer .site_info .copyright .socials div:last-child,
header.site-header .header_wrap .main-navigation ul .sub-menu li,
header.site-header .header_wrap .main-navigation ul li:last-child {
    margin-right: 0
}

header.site-header .header_wrap .main-navigation ul .sub-menu {
    display: block;
    background-color: #fff;
    padding: 2em
}

header.site-header .header_wrap .main-navigation ul .sub-menu li:last-child a {
    margin-bottom: 0;
    padding: 0
}

header.site-header .header_wrap .main-navigation ul .sub-menu li a {
    color: #221f1f;
    margin-bottom: 1em;
    font-family: inherit
}

.error404 .site header.site-header .background,
.owner-operators footer .contact_us,
.wpcf7-not-valid-tip,
.wpcf7-response-output,
footer .site_info .contact_information.responsive,
header.site-header .header_wrap .main-navigation .menu-toggle[aria-expanded=true] .icon-bar,
header.site-header .header_wrap .main-navigation ul .sub-menu li a:after,
header.site-header .header_wrap .right_side_menu ul.lang_switch.dropdown {
    display: none
}

header.site-header .header_wrap .main-navigation ul .sub-menu li a:hover {
    color: #00a451;
    font-weight: 700
}

header.site-header .header_wrap .main-navigation ul .sub-menu li.current-menu-item a {
    font-weight: 700
}

header.site-header .header_wrap .right_side_menu {
    position: absolute;
    right: 5em
}

.home header .additional_fields .buttons,
.post-type-archive-service .type-service .content_wrap,
.post-type-archive-truck .type-truck .content_wrap,
.truck_types_slider .sc_trucks .slider_item,
footer .contact_us .contact_form .wpcf7 form .items,
footer .site_info .contact_information .info,
header.site-header .header_wrap .right_side_menu ul.lang_switch,
main .gallery_front_page .gallery_wrap .gallery_info,
main .gallery_front_page .gallery_wrap .gallery_info .gallery_additionally {
    display: flex
}

header.site-header .header_wrap .right_side_menu ul.lang_switch li:first-child {
    margin-right: .5em
}

header.site-header .header_wrap .right_side_menu ul.lang_switch li:first-child a:after {
    color: #fff;
    content: '|';
    margin-left: .5em;
    bottom: 0;
    left: unset;
    width: 100%;
    transition: none;
    background-color: unset;
    height: auto;
    position: relative;
    display: inline;
    font-weight: 400
}

header.site-header .header_wrap .become_driver a {
    display: block;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 1em;
    background-color: #007c29;
    background: linear-gradient(to right, #007c29 50%, #00a451 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: .3s;
    padding: 3em 2em
}

.home header .additional_fields .buttons .get_quote a:hover,
.truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a:hover,
.truck_types_slider .sc_trucks .slider_item .sc_truck_image .slick_button_arrow:hover,
footer .site_info .contact_information .become_driver a:hover,
header.site-header .header_wrap .become_driver a:hover {
    background-position: left bottom
}

header.site-header .title_wrap h1 {
    position: relative;
    padding-top: 2.11em;
    padding-bottom: 3.42em;
    z-index: 9
}

header.site-header .title_wrap h1:before {
    position: absolute;
    top: 2.35em;
    left: -2em
}

footer,
main,
main .wp-block-why-choose-us-choose {
    position: relative;
    z-index: 9
}

main .contact_wrap {
    display: flex;
    margin-top: 13.25em;
    position: relative;
    z-index: 9;
    gap: 2rem
}

main .contact_wrap .wp-block-column {
    margin-left: 0
}

main .contact_wrap h2 {
    font-family: Montserrat-Bold;
    color: #00a451;
    font-size: 2.22em;
    display: flex;
    align-items: center;
    margin-bottom: 1.7em
}

main .contact_wrap h2:before {
    content: '';
    width: .951em;
    height: 1.101em;
    background-color: #00a451;
    margin-right: .85em
}

main .contact_wrap p {
    margin: 0;
    font-family: Montserrat-Light;
    color: #323131;
    line-height: 1.7em
}

main .contact_wrap a {
    color: #323131
}

main .bg_numbers_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 0;
    z-index: 8
}

main .bg_numbers_wrap .number_one .content,
main .bg_numbers_wrap .number_three .content {
    color: #fafafa;
    font-size: 12em;
    font-family: Aldrich-Regular;
    margin-left: -.4em
}

.owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .image,
.sc_services .services_info,
.sc_services .services_info .background,
.sc_services .services_info .col-4,
.select,
.truck_types_slider .sc_trucks .slider_item .sc_truck_description,
.truck_types_slider .sc_trucks .slider_item .sc_truck_image,
footer .contact_us .contact_form .title,
footer .contact_us .contact_form .wpcf7,
main .about_us,
main .bg_numbers_wrap .number_two,
main .wp-block-media-text.who_we_are .wp-block-media-text__media {
    position: relative
}

main .bg_numbers_wrap .number_two .rectangle_first,
main .bg_numbers_wrap .number_two .rectangle_second {
    font-size: 12em;
    font-family: Aldrich-Regular, sans-serif;
    height: 25rem;
    width: 1.2em;
    -webkit-transform: skewX(-30deg);
    transform: skewX(330deg);
    background-color: #fafafa;
    position: absolute;
    left: 25%;
    bottom: 28%
}

main .bg_numbers_wrap .number_two .rectangle_second {
    left: 53%
}

main .bg_numbers_wrap .number_two .content {
    position: absolute;
    color: #fff;
    font-size: 12em;
    font-family: Aldrich-Regular;
    left: 14%;
    bottom: 0
}

.open_modal,
main .bg_numbers_wrap .number_three {
    overflow: hidden
}

main p.quote {
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 10em;
    padding-right: 10em;
    letter-spacing: .059rem;
    line-height: 1.7em
}

main p.quote:before {
    height: 100%;
    width: .375rem;
    position: absolute;
    content: '';
    background-color: #00a451;
    left: 0
}

main .wp-block-media-text.for_drivers {
    position: relative;
    padding-left: 16.66666667%;
    padding-top: 11.3em
}

main .wp-block-media-text.for_drivers .wp-block-media-text__media {
    padding-right: 20%;
    position: absolute;
    top: 0
}

main .wp-block-media-text.for_drivers .wp-block-media-text__media:after {
    position: absolute;
    z-index: -1;
    content: '';
    width: 13.75rem;
    height: 7.5rem;
    bottom: -3.75rem;
    right: 6.063rem;
    background-color: #00a451
}

main .wp-block-counters-counter-block,
main .wp-block-media-text.for_drivers .wp-block-media-text__content,
main .wp-block-media-text.who_we_are .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0
}

.single-truck .type-truck .content_wrap .truck_content,
main .counters_box {
    padding-right: 1.25rem
}

main .wp-block-media-text.for_drivers .wp-block-media-text__content h2 {
    position: relative;
    font-family: Montserrat-Bold, sans-serif;
    color: #00a451;
    font-size: 3.3em;
    padding-left: 1.3em;
    line-height: 1em;
    margin-bottom: 1.2em;
    letter-spacing: .031rem
}

main .wp-block-media-text.for_drivers .wp-block-media-text__content h2:before {
    content: "";
    width: .635em;
    height: .735em;
    display: block;
    background-color: #00a451;
    position: absolute;
    left: 0;
    top: .313rem
}

main .wp-block-media-text.for_drivers .wp-block-media-text__content p {
    padding-right: 20%;
    line-height: 1.875rem;
    font-size: 1.25rem !important;
    margin-bottom: 1.3em;
    letter-spacing: .05rem
}

main .wp-block-media-text.for_drivers .wp-block-media-text__content .background {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 50%;
    height: 80%;
    background: #fafafa;
    z-index: -1
}

main .wp-block-media-text.for_drivers+h2.green {
    margin-bottom: 2.7em;
    margin-top: 2em
}

main .wp-block-why-choose-us-choose .choose_box {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

main .wp-block-why-choose-us-choose .choose_box h3 {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 1.5em;
    color: #383838;
    padding-left: 2.125rem;
    position: relative;
    display: flex;
    align-items: center
}

main .wp-block-why-choose-us-choose .choose_box h3:before {
    height: 2.5rem;
    width: .563rem;
    position: absolute;
    content: "";
    background-color: #00a451;
    left: 0
}

main .wp-block-why-choose-us-choose .choose_box p {
    padding-left: 2.125rem;
    margin-top: 5em;
    width: 60%;
    line-height: 1.75em
}

main .wp-block-why-choose-us-choose+.bg_numbers_wrap {
    margin-top: -7em;
    padding-bottom: 6em
}

main .wp-block-counters-counter-block h3 {
    font-family: Aldrich-Regular, sans-serif;
    padding-left: 3.125rem;
    position: relative;
    color: #767676;
    font-size: 2.25em;
    font-weight: 400;
    margin-bottom: .4em
}

main .wp-block-counters-counter-block h3:before {
    height: 200%;
    width: .563rem;
    position: absolute;
    content: "";
    background-color: #00a451;
    left: 0
}

main .wp-block-counters-counter-block p {
    padding-left: 3.125rem;
    color: #939191;
    font-size: 1.11em
}

main .wp-block-media-text.who_we_are {
    position: relative;
    padding-left: 16.66666667%;
    padding-top: 10.4em;
    overflow: hidden
}

main .wp-block-media-text.who_we_are .wp-block-media-text__media:before {
    position: absolute;
    top: -.938rem;
    left: 16%;
    background-color: #00a451;
    opacity: .58;
    width: 28%;
    height: 100%;
    content: "";
    z-index: 99;
    transform: skewX(326deg)
}

main .wp-block-media-text.who_we_are .wp-block-media-text__media:after {
    position: absolute;
    top: -.938rem;
    right: 18%;
    background-color: #00a451;
    opacity: .58;
    width: 27%;
    height: 100%;
    content: "";
    z-index: 99;
    transform: skewX(326deg)
}

main .wp-block-media-text.who_we_are .wp-block-media-text__media .triangle_left {
    position: absolute;
    top: -.063rem;
    left: -.125rem;
    background-color: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 35%;
    height: 100%;
    z-index: 0
}

main .wp-block-media-text.who_we_are .wp-block-media-text__media .triangle_middle {
    position: absolute;
    top: -.313rem;
    left: 50%;
    background-color: #fff;
    width: 45%;
    height: 105%;
    z-index: 0;
    transform: translateX(-50%);
    clip-path: polygon(75% 0, 100% 0, 25% 100%, 0% 100%)
}

main .wp-block-media-text.who_we_are .wp-block-media-text__media .triangle_right {
    position: absolute;
    top: 0;
    right: -1px;
    background-color: #fff;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 35%;
    height: 105%;
    z-index: 0
}

main .wp-block-media-text.who_we_are .wp-block-media-text__content h2 {
    position: relative;
    font-family: Montserrat-Bold;
    color: #00a451;
    font-size: 3.3em;
    padding-left: 1.3em;
    line-height: .75em;
    margin-bottom: 1.7em
}

main .wp-block-media-text.who_we_are .wp-block-media-text__content h2:before {
    content: "";
    width: .635em;
    height: .735em;
    display: block;
    background-color: #00a451;
    position: absolute;
    left: 0
}

main .wp-block-media-text.who_we_are .wp-block-media-text__content p {
    padding-right: 15%;
    line-height: 1.875rem;
    font-size: 1.25rem;
    margin-bottom: 3em
}

main .wp-block-media-text.who_we_are .wp-block-media-text__content .background {
    position: absolute;
    top: 11.5em;
    left: 0;
    content: '';
    width: 50%;
    height: 80%;
    background: #fafafa;
    z-index: -1
}

main .wp-block-media-text.who_we_are .wp-block-media-text__content .background:before {
    position: absolute;
    content: "01";
    top: -2.5rem;
    left: -5rem;
    transform: rotate(90deg);
    color: #fff;
    font-size: 16.7em;
    font-family: Aldrich-Regular
}

main .wp-block-media-text.why_choose_us_01 {
    position: relative;
    padding-left: 16.66666667%;
    margin-top: 10em;
    padding-bottom: 7em;
    background: #fafafa
}

main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__media,
main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__media {
    position: relative;
    margin-top: -5em
}

main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__media .green_block {
    position: absolute;
    background-color: #00a451;
    height: 4.813rem;
    right: 0;
    bottom: -2em
}

main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__content {
    padding-left: 0
}

main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__content h2 {
    position: relative;
    top: -.5em;
    font-family: Montserrat-Bold, sans-serif;
    color: #00a451;
    font-size: 3.3em;
    padding-left: 1.3em;
    line-height: .75em
}

.post-type-archive-service .type-service .entry-header .entry-title a:before,
.post-type-archive-truck .type-truck .entry-header .entry-title a:before,
.single-truck .type-truck .content_wrap .truck_content .title_wrap .entry-title .truck_title:before,
main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__content h2:before {
    content: "";
    width: .635em;
    height: .735em;
    display: block;
    background-color: #00a451;
    position: absolute;
    left: 0
}

main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__content h2+p {
    font-family: Montserrat-Bold, sans-serif;
    position: relative
}

main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__content h2+p:before {
    position: absolute;
    color: #00a451;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 1.33em;
    content: '01';
    top: -1.5em;
    left: 0
}

main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__content p {
    line-height: 1.875rem;
    font-size: 1.25rem;
    margin-bottom: 1em;
    margin-top: 2em
}

main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__content:before {
    position: absolute;
    content: "02";
    top: -5rem;
    left: -8.75rem;
    transform: rotate(90deg);
    color: #fff;
    font-size: 16.7em;
    font-family: Aldrich-Regular, sans-serif
}

main .wp-block-media-text.why_choose_us_02 {
    position: relative;
    background: #fafafa;
    gap: 1.25rem
}

main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__media {
    position: relative;
    padding-left: 13%
}

main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__media img {
    max-width: 32rem;
    height: 41.563rem;
    object-fit: cover;
    object-position: right;
    position: relative;
    z-index: 9
}

main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__media .green_block {
    position: absolute;
    background-color: #00a451;
    height: 6.313rem;
    left: 5rem;
    bottom: -2em;
    z-index: 1
}

main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
    z-index: 9;
    width: 66%
}

main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__content p {
    line-height: 1.875rem;
    font-size: 1.25rem;
    margin-bottom: 1em
}

main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__content p:first-child {
    font-family: Montserrat-Bold, sans-serif;
    position: relative
}

main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__content p:first-child:before {
    position: absolute;
    color: #00a451;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 1.33em;
    content: '02';
    top: -1.5em;
    left: 0
}

main .wp-block-media-text.why_choose_us_03 {
    position: relative;
    padding-left: 16.66666667%;
    margin-top: 1em;
    padding-bottom: 7em;
    gap: 1.25rem
}

main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__media img {
    width: 66.6%
}

main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__media .green_block {
    position: absolute;
    background-color: #00a451;
    height: 4.813rem;
    right: 17%;
    bottom: 2em;
    transform: rotate(270deg)
}

main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__media .green_block:before {
    content: 'Advantage Logistics INC';
    color: #fff;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%)
}

main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__content {
    padding-left: 0;
    margin-top: 10em
}

main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__content p {
    line-height: 1.875rem;
    font-size: 1.25rem;
    margin-bottom: 1em
}

main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__content p:first-child {
    font-family: Montserrat-Bold, sans-serif;
    position: relative
}

main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__content p:first-child:before {
    position: absolute;
    color: #00a451;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 1.33em;
    content: '03';
    top: -1.5em;
    left: 0
}

main .about_us .wp-block-column:first-child p {
    font-size: 1.111em;
    line-height: 1.5em;
    width: 100%;
    max-width: 38.125rem;
    text-align: justify;
    padding-right: 1rem
}

main .about_us .wp-block-column:first-child .background {
    position: absolute;
    top: 1em;
    left: -20%;
    content: "";
    width: 60%;
    height: calc(100% - 1em);
    background: #fafafa;
    z-index: -1
}

main .about_us .wp-block-column:first-child .background:before {
    position: absolute;
    content: "01";
    top: -2.5rem;
    left: -5rem;
    transform: rotate(90deg);
    color: #fff;
    font-size: 16.7em;
    font-family: Aldrich-Regular, sans-serif
}

main .about_us .wp-block-column:last-child {
    margin-left: 0 !important
}

main .about_us .wp-block-column:last-child h2 {
    background: url("../images/about_us.webp") center no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 164, 81, 0.3);
    font-family: Montserrat-Black, sans-serif;
    font-size: 15.9em;
    line-height: 1.1em;
    text-align: center;
    width: 50%
}

main .about_us .wp-block-column:last-child p {
    font-family: Montserrat-Medium, sans-serif;
    font-size: 1.666em;
    color: #555;
    text-align: center;
    width: 50%
}

main .about_us .wp-block-column:last-child .wp-block-columns {
    margin-top: 5em;
    margin-bottom: 0
}

main .about_us .wp-block-column:last-child .wp-block-columns .counter_box .title {
    color: #bcbbbb;
    font-size: 3em;
    letter-spacing: -3px;
    margin-bottom: .1em
}

main .about_us .wp-block-column:last-child .wp-block-columns .counter_box .title:before {
    width: 2px
}

main .about_us .wp-block-column:last-child .wp-block-columns .counter_box p {
    font-size: 1.111em;
    margin: 0;
    text-align: left;
    width: 100%;
    color: #221f1f
}

main .about_us .wp-block-buttons .wp-block-button {
    margin-bottom: 0;
    width: 100%;
    max-width: 38.125rem
}

main .about_us .wp-block-buttons .wp-block-button a {
    font-family: Montserrat-Light, sans-serif;
    position: relative;
    max-width: 18.75rem;
    width: 100%;
    margin: 4.4em auto 0;
    color: #221f1f;
    font-size: 1.11em;
    background-color: #eaeaea;
    padding: 2em 0;
    border: none;
    border-radius: 0;
    background: linear-gradient(to right, #4a4a4a 50%, #eaeaea 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

footer .contact_us .contact_form .wpcf7 button.wpcf7-submit .arrow,
main .about_us .wp-block-buttons .wp-block-button a .arrow,
main .gallery_front_page .gallery_wrap .gallery_info .gallery_additionally .gallery_button a .arrow,
main .gallery_front_page .gallery_wrap .responsive_button a .arrow {
    display: block;
    content: '';
    background-image: url("../inc/svg/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.875rem;
    height: 1.25rem;
    transition: .3s;
    margin-left: .5em
}

.error404 .site main .content .go_back a:hover,
.get_a_quote .popup_wrap .wpcf7 .form_wrap button.wpcf7-submit:hover,
.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item:hover,
.owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .wp-block-buttons .wp-block-button a:hover,
.pop_up .popup_wrap .wpcf7 .form_wrap button.wpcf7-submit:hover,
.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item:hover,
.pop_up_thanks .popup_wrap .wpcf7 .form_wrap button.wpcf7-submit:hover,
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item:hover,
footer .contact_us .contact_form .wpcf7 button.wpcf7-submit:hover,
main .about_us .wp-block-buttons .wp-block-button a:hover,
main .gallery_front_page .gallery_wrap .gallery_info .gallery_additionally .gallery_button a:hover,
main .gallery_front_page .gallery_wrap .responsive_button a:hover {
    background-position: left bottom;
    color: #fff
}

.get_a_quote .popup_wrap .wpcf7 .form_wrap button.wpcf7-submit:hover .arrow,
.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item:hover .arrow,
.pop_up .popup_wrap .wpcf7 .form_wrap button.wpcf7-submit:hover .arrow,
.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item:hover .arrow,
.pop_up_thanks .popup_wrap .wpcf7 .form_wrap button.wpcf7-submit:hover .arrow,
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item:hover .arrow,
footer .contact_us .contact_form .wpcf7 button.wpcf7-submit:hover .arrow,
main .about_us .wp-block-buttons .wp-block-button a:hover .arrow,
main .gallery_front_page .gallery_wrap .gallery_info .gallery_additionally .gallery_button a:hover .arrow,
main .gallery_front_page .gallery_wrap .responsive_button a:hover .arrow {
    background-image: url("../inc/svg/arrow-1.svg")
}

main .counters_box {
    margin-left: 16.66666667%;
    flex-wrap: nowrap !important;
    margin-right: 16.9%;
    gap: 2.5rem 1.25rem;
    justify-content: space-between;
    margin-top: 10em
}

.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item,
.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item,
.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item,
.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item,
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item,
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item,
footer .contact_us .contact_form .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item,
main .counters_box .wp-block-column {
    margin: 0
}

main .gallery_front_page {
    position: relative;
    margin-bottom: 0
}

main .gallery_front_page .background {
    position: absolute;
    top: 1em;
    left: 0;
    content: "";
    width: 50%;
    height: calc(100% - 1em);
    background: #fafafa;
    z-index: -1
}

main .gallery_front_page .gallery_wrap .gallery_info .gallery_details .gallery_description {
    width: 90%;
    font-size: 1.11em;
    line-height: 1.5em;
    margin-bottom: 4em;
    min-height: 1.875rem
}

main .gallery_front_page .gallery_wrap .gallery_info .gallery_additionally .number p {
    position: absolute;
    color: #fafafa;
    font-size: 15em;
    font-family: Aldrich-Regular;
    top: 0;
    left: -.3em
}

main .gallery_front_page .gallery_wrap .gallery_info .gallery_additionally .gallery_button {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end
}

main .gallery_front_page .gallery_wrap .gallery_info .gallery_additionally .gallery_button a,
main .gallery_front_page .gallery_wrap .responsive_button a {
    font-family: Montserrat-Light;
    position: relative;
    color: #221f1f;
    font-size: 1.11em;
    background-color: #eaeaea;
    padding: 2em 0;
    border: none;
    border-radius: 0;
    background: linear-gradient(to right, #4a4a4a 50%, #eaeaea 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5.813rem
}

main .gallery_front_page .gallery_wrap .responsive_button {
    display: none;
    flex-wrap: wrap;
    align-content: flex-end
}

main .gallery_front_page .gallery_wrap .gallery_slide .slick-prev {
    display: none !important
}

main .gallery_front_page .gallery_wrap .gallery_slide .slick-list {
    padding-left: 0 !important
}

main .gallery_front_page .gallery_wrap .gallery_slide .slider .gallery_area {
    width: 100%;
    height: 34.375rem
}

main .gallery_front_page .gallery_wrap .gallery_slide .slider .gallery_area img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.get_a_quote,
.pop_up,
.pop_up_thanks {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.get_a_quote .popup_empty,
.pop_up .popup_empty,
.pop_up_thanks .popup_empty {
    position: fixed;
    width: calc(100% - 60rem);
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    color: #fff;
    z-index: 999
}

.get_a_quote .popup_wrap,
.pop_up .popup_wrap,
.pop_up_thanks .popup_wrap {
    position: fixed;
    width: 60rem;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #00a451;
    color: #fff;
    z-index: 999;
    overflow: auto
}

.get_a_quote .popup_wrap .wpcf7,
.pop_up .popup_inner,
.pop_up .popup_wrap .wpcf7,
.pop_up_thanks .popup_inner,
.pop_up_thanks .popup_wrap .wpcf7 {
    display: table;
    width: 100%;
    height: 100%
}

.get_a_quote .popup_wrap .wpcf7 form {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 3em 0
}

.get_a_quote .popup_wrap .wpcf7 form .title {
    margin-bottom: 3em
}

.get_a_quote .popup_wrap .wpcf7 .title h2,
.get_a_quote .popup_wrap .wpcf7 form .title p.h2-heading {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 3.44em;
    text-align: center;
    letter-spacing: -1px
}

.get_a_quote .popup_wrap .wpcf7 form .description,
.get_a_quote .popup_wrap .wpcf7 form .form_wrap,
.pop_up .popup_wrap .wpcf7 form .description,
.pop_up .popup_wrap .wpcf7 form .form_wrap,
.pop_up_thanks .popup_wrap .wpcf7 form .description,
.pop_up_thanks .popup_wrap .wpcf7 form .form_wrap {
    max-width: 33.125rem;
    margin: 0 auto
}

.get_a_quote .popup_wrap .wpcf7 .description p,
.get_a_quote .popup_wrap .wpcf7 form .description p,
.pop_up .popup_wrap .wpcf7 .description p,
.pop_up .popup_wrap .wpcf7 form .description p,
.pop_up_thanks .popup_wrap .wpcf7 .description p,
.pop_up_thanks .popup_wrap .wpcf7 form .description p {
    font-family: Montserrat-Light, sans-serif;
    letter-spacing: -.75px;
    line-height: 1.5em
}

.get_a_quote .popup_wrap .wpcf7 form .form_wrap .item,
.pop_up .popup_wrap .wpcf7 form .form_wrap .item,
.pop_up_thanks .popup_wrap .wpcf7 form .form_wrap .item {
    margin: 1.5em 0
}

.get_a_quote .popup_wrap .wpcf7 .form_wrap .items,
.get_a_quote .popup_wrap .wpcf7 form .form_wrap .items,
.pop_up .popup_wrap .wpcf7 .form_wrap .items,
.pop_up .popup_wrap .wpcf7 form .form_wrap .items,
.pop_up_thanks .popup_wrap .wpcf7 .form_wrap .items,
.pop_up_thanks .popup_wrap .wpcf7 form .form_wrap .items {
    display: flex;
    margin: 1.5em 0
}

.get_a_quote .popup_wrap .wpcf7 .form_wrap .items label,
.get_a_quote .popup_wrap .wpcf7 form .form_wrap .items label,
.pop_up .popup_wrap .wpcf7 .form_wrap .items label,
.pop_up .popup_wrap .wpcf7 form .form_wrap .items label,
.pop_up_thanks .popup_wrap .wpcf7 .form_wrap .items label,
.pop_up_thanks .popup_wrap .wpcf7 form .form_wrap .items label,
.post-type-archive-service .type-service .content_wrap .thumb,
.post-type-archive-truck .type-truck .content_wrap .thumb,
footer .contact_us .contact_form .wpcf7 form .items label {
    width: 50%
}

.get_a_quote .popup_wrap .wpcf7 .form_wrap .items label:first-child,
.get_a_quote .popup_wrap .wpcf7 form .form_wrap .items label:first-child,
.pop_up .popup_wrap .wpcf7 form .form_wrap .items label:first-child,
.pop_up_thanks .popup_wrap .wpcf7 form .form_wrap .items label:first-child,
footer .contact_us .contact_form .wpcf7 form .items label:first-child {
    margin-right: 1.188rem
}

.get_a_quote .popup_wrap .wpcf7 form .form_wrap .items label input {
    color: #fff;
    position: relative;
    padding: 1.75em 0
}

.get_a_quote .popup_wrap .wpcf7 .form_wrap textarea,
.get_a_quote .popup_wrap .wpcf7 form .form_wrap textarea,
.pop_up .popup_wrap .wpcf7 .form_wrap textarea,
.pop_up .popup_wrap .wpcf7 form .form_wrap textarea,
.pop_up_thanks .popup_wrap .wpcf7 .form_wrap textarea,
.pop_up_thanks .popup_wrap .wpcf7 form .form_wrap textarea {
    color: #fff;
    padding: .25em 0;
    height: 3em
}

.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-form-control-wrap a,
.get_a_quote .popup_wrap .wpcf7 form a,
.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-form-control-wrap a,
.pop_up .popup_wrap .wpcf7 form a,
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-form-control-wrap a,
.pop_up_thanks .popup_wrap .wpcf7 form a {
    color: #fff;
    text-decoration: underline
}

.get_a_quote .popup_wrap .wpcf7 .title {
    margin-top: 2.4em;
    margin-bottom: 3em
}

.get_a_quote .popup_wrap .wpcf7 .description,
.get_a_quote .popup_wrap .wpcf7 .form_wrap,
.pop_up .popup_wrap .wpcf7 .description,
.pop_up .popup_wrap .wpcf7 .form_wrap,
.pop_up_thanks .popup_wrap .wpcf7 .description,
.pop_up_thanks .popup_wrap .wpcf7 .form_wrap {
    max-width: 55%;
    margin: 0 auto
}

.get_a_quote .popup_wrap .wpcf7 .form_wrap .items label input,
.pop_up .popup_wrap .wpcf7 .form_wrap .items label input,
.pop_up .popup_wrap .wpcf7 form .form_wrap .items label input,
.pop_up_thanks .popup_wrap .wpcf7 .form_wrap .items label input,
.pop_up_thanks .popup_wrap .wpcf7 form .form_wrap .items label input {
    color: #fff;
    padding: 1.75em 0
}

.get_a_quote .popup_wrap .wpcf7 .form_wrap button.wpcf7-submit {
    font-family: Montserrat-Light;
    position: relative;
    color: #221f1f;
    font-size: 1.11em;
    background-color: #eaeaea;
    padding: 1.6em 4.5em;
    border: none;
    border-radius: 0;
    background: linear-gradient(to right, #4a4a4a 50%, #eaeaea 50%);
    background-size: 205% 105%;
    background-position: right bottom;
    transition: .3s;
    display: flex;
    align-items: center
}

.get_a_quote .popup_wrap .wpcf7 .form_wrap button.wpcf7-submit .arrow,
.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .arrow,
.pop_up .popup_wrap .wpcf7 .form_wrap button.wpcf7-submit .arrow,
.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .arrow,
.pop_up_thanks .popup_wrap .wpcf7 .form_wrap button.wpcf7-submit .arrow,
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .arrow {
    content: "";
    background-image: url(../inc/svg/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.875rem;
    height: 1.25rem;
    display: block;
    transition: .3s;
    margin-left: .5em
}

.get_a_quote .popup_wrap .wpcf7 .form_wrap input::-webkit-input-placeholder,
.get_a_quote .popup_wrap .wpcf7 .form_wrap textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance,
.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance,
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance {
    margin: 1em 0;
    display: flex
}

.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
footer .contact_us .contact_form .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
    width: auto;
    margin: 0 .25em 0 0
}

.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label span,
.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label span,
.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label span,
.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label span,
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label span,
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label span,
footer .contact_us .contact_form .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label span {
    font-size: .875rem
}

.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance input::-webkit-input-placeholder,
.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap,
.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap,
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap,
footer .contact_us .contact_form .wpcf7 .wpcf7-form-control-wrap {
    text-align: left
}

.get_a_quote .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap .wpcf7-acceptance,
.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap .wpcf7-acceptance,
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control-wrap .wpcf7-acceptance,
footer .contact_us .contact_form .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance {
    margin: 1em 0;
    display: block
}

.get_a_quote .popup_wrap .close-modal,
.pop_up .popup_wrap .close-modal,
.pop_up_thanks .popup_wrap .close-modal {
    background-image: url(../inc/svg/close.svg);
    position: absolute;
    content: '';
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer;
    right: 2em;
    top: 2em;
    background-repeat: no-repeat;
    background-position: center
}

.get_a_quote .popup_wrap .close-modal:hover,
.pop_up .popup_wrap .close-modal:hover,
.pop_up_thanks .popup_wrap .close-modal:hover {
    background-image: url(../inc/svg/close_hover.svg)
}

.pop_up .popup_form,
.pop_up_thanks .popup_form {
    display: table-cell;
    vertical-align: middle;
    padding: 1em 0
}

.pop_up .popup_form .select__gap,
.pop_up_thanks .popup_form .select__gap,
footer .site_info .copyright .copy a:hover,
footer .site_info .copyright .socials div a:hover {
    opacity: 1
}

.pop_up .popup_form .title,
.pop_up_thanks .popup_form .title {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 4em;
    max-width: 35rem;
    margin: 0 auto;
    text-align: left;
    letter-spacing: -1px
}

.pop_up .popup_form .description p,
.pop_up_thanks .popup_form .description p {
    max-width: 35rem;
    margin: 1.25rem auto 0
}

.pop_up .popup_wrap .select__item,
.pop_up_thanks .popup_wrap .select__item,
.post-type-archive-service .type-service .entry-header .entry-title a:hover,
.post-type-archive-truck .type-truck .entry-header .entry-title a:hover {
    color: #221f1f
}

.pop_up .popup_wrap .wpcf7 form,
.pop_up_thanks .popup_wrap .wpcf7 form {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 1em 0
}

.pop_up .popup_wrap .wpcf7 form .title,
.pop_up_thanks .popup_wrap .wpcf7 form .title {
    max-width: 33.125rem;
    margin: 1em auto
}

.pop_up .popup_wrap .wpcf7 form .title p.h2-heading,
.pop_up_thanks .popup_wrap .wpcf7 form .title p.h2-heading {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 2em;
    text-align: center;
    letter-spacing: -1px
}

.pop_up .popup_wrap .wpcf7 .form_wrap .items label:first-child,
.pop_up_thanks .popup_wrap .wpcf7 .form_wrap .items label:first-child {
    margin-right: 1.188erm
}

.pop_up .popup_wrap .wpcf7 .form_wrap button.wpcf7-submit,
.pop_up_thanks .popup_wrap .wpcf7 .form_wrap button.wpcf7-submit {
    font-family: Montserrat-Light;
    position: relative;
    color: #221f1f;
    font-size: 1.11em;
    background-color: #eaeaea;
    padding: 1em 3.5em;
    border: none;
    border-radius: 0;
    background: linear-gradient(to right, #4a4a4a 50%, #eaeaea 50%);
    background-size: 205% 105%;
    background-position: right bottom;
    transition: .3s;
    display: flex;
    align-items: center
}

.pop_up .popup_wrap .wpcf7 .form_wrap input::-webkit-input-placeholder,
.pop_up .popup_wrap .wpcf7 .form_wrap textarea::-webkit-input-placeholder,
.pop_up_thanks .popup_wrap .wpcf7 .form_wrap input::-webkit-input-placeholder,
.pop_up_thanks .popup_wrap .wpcf7 .form_wrap textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance input::-webkit-input-placeholder,
.pop_up .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance textarea::-webkit-input-placeholder,
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance input::-webkit-input-placeholder,
.pop_up_thanks .popup_wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.visible {
    display: block
}

.single-truck .type-truck .content_wrap {
    display: flex;
    padding-top: 11.5em;
    padding-bottom: 16em;
    position: relative;
    z-index: 9
}

.single-service .type-service .content_wrap:before,
.single-truck .type-truck .content_wrap:before {
    width: 50%;
    height: 90%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #fafafa
}

.single-service .type-service .content_wrap .service_content .title_wrap .entry-title,
.single-truck .type-truck .content_wrap .truck_content .title_wrap .entry-title {
    position: absolute
}

.single-truck .type-truck .content_wrap .truck_content .title_wrap .entry-title .truck_title {
    font-family: Montserrat-Black;
    color: #00a451;
    font-size: 3.333em;
    position: relative;
    padding-left: 1.3em;
    line-height: .75em
}

.single-truck .type-truck .content_wrap .truck_content .truck_content_wrap .short_description {
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 7em;
    line-height: 1.875rem;
    margin-bottom: 1.1em
}

@media screen and (max-width: 1440px) {
    .single-truck .type-truck .content_wrap .truck_content .truck_content_wrap .short_description {
        margin-top: 2em;
    }
    
}
@media screen and (max-width: 1600px) {
.single-truck .type-truck .content_wrap .truck_content .title_wrap .entry-title .truck_title {
    max-width: 500px;
}
}
@media screen and (max-width: 768px) {
    .single-truck .type-truck .content_wrap .truck_content .truck_content_wrap .the_content {
        padding-right: 0 !important;
    }
  .single-service .type-service .content_wrap .service_content .service_content_wrap .the_content {
    padding-right: 0 !important;
  }
    
}
.single-truck .type-truck .content_wrap .truck_content .truck_content_wrap .the_content p {
    font-size: 1.25rem !important;
}

.single-service .type-service .content_wrap .service_content .service_content_wrap .the_content,
.single-truck .type-truck .content_wrap .truck_content .truck_content_wrap .the_content {
    font-size: 1.25rem !important;
    line-height: 1.875rem;
}

.single-service .type-service .content_wrap .service_thumb,
.single-truck .type-truck .content_wrap .truck_thumb {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9
}

.single-service .type-service .content_wrap .service_thumb .post-thumbnail:after,
.single-truck .type-truck .content_wrap .truck_thumb .post-thumbnail:after {
    content: "";
    width: 12em;
    height: 6.735em;
    display: block;
    background-color: #00a451;
    position: absolute;
    right: 5.5em;
    top: 28.125rem;
    z-index: -1
}

.post-type-archive-service .type-service,
.post-type-archive-truck .type-truck {
    margin: 6em 0
}

.owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default h2,
.post-type-archive-service .type-service .entry-header .entry-title,
.post-type-archive-truck .type-truck .entry-header .entry-title {
    margin-bottom: 1em
}

.post-type-archive-service .type-service .entry-header .entry-title a,
.post-type-archive-truck .type-truck .entry-header .entry-title a {
    font-family: Montserrat-Black;
    color: #00a451;
    font-size: 2em;
    position: relative;
    padding-left: 1.35em;
    line-height: .75em
}

.post-type-archive-service .type-service .content_wrap .entry-content,
.post-type-archive-truck .type-truck .content_wrap .entry-content {
    width: 50%;
    padding: 0 2em
}

.single-service .type-service .content_wrap {
    display: flex;
    padding-top: 10.5em;
    padding-bottom: 7.5em;
    position: relative;
    z-index: 9;
    gap: 1.25rem
}

.single-service .type-service .content_wrap .service_content .title_wrap .entry-title .service_title {
    font-family: Montserrat-Black;
    color: #00a451;
    font-size: 3.333em;
    position: relative;
    padding-left: 1.3em;
    line-height: 1.25em
}

.single-service .type-service .content_wrap .service_content .title_wrap .entry-title .service_title:before {
    content: "";
    width: .635em;
    height: .735em;
    display: block;
    background-color: #00a451;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.single-service .type-service .content_wrap .service_content .service_content_wrap .excerpt_wrap {
    font-weight: 700;
    line-height: 1.875rem;
    font-size: 1.25rem;
    margin-top: 7em;
    margin-bottom: 1.25em
}

.single-service .type-service .content_wrap .service_content .service_content_wrap .the_content p {
    padding-bottom: 1em
}

.single-service .type-service .services_quote {
    font-size: 1.25rem;
    line-height: 1.5em;
    position: relative;
    padding-left: 3.5em;
    margin-bottom: 8.59em;
    z-index: 9
}

.single-service .type-service .services_quote:before {
    content: "";
    width: .375rem;
    height: 100%;
    display: block;
    background-color: #00a451;
    position: absolute;
    left: 0
}

.truck_types_slider {
    position: relative;
    margin-top: 10em
}

.truck_types_slider .truck_types_slider_title {
    position: absolute;
    right: 0;
    height: 100%
}

.truck_types_slider .truck_types_slider_title h2 {
    color: #00a451;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 3.333em;
    margin-left: 16.66666667%;
    margin-top: 2em
}

.truck_types_slider .truck_types_slider_title .background {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    color: #fff;
    font-size: 20em;
    font-family: Aldrich-Regular;
    background-color: #fafafa;
    height: 100%;
    z-index: -1;
    overflow: hidden
}

.truck_types_slider .truck_types_slider_title .background:before {
    content: '03';
    transform: rotate(90deg);
    top: 0;
    right: -5.313rem;
    position: absolute
}

.truck_types_slider .sc_trucks .slider_item .sc_truck_image .slick_button_arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6.438rem;
    height: 6.125rem;
    background-color: #007c29;
    background: linear-gradient(to right, #007c29 50%, #00a451 50%);
    background-size: 205% 105%;
    background-position: right bottom;
    transition: .3s
}

.truck_types_slider .sc_trucks .slider_item .sc_truck_image .slick_button_arrow .slick_button_next_unique {
    background-image: url("../inc/svg/arrow-1.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.truck_types_slider .sc_trucks .slider_item .sc_truck_description .sc_truck_title {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 1.666em;
    margin-top: 8em
}

.truck_types_slider .sc_trucks .slider_item .sc_truck_description .sc_truck_excerpt {
    margin-top: 2.3em;
    line-height: 1.875rem
}

.truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button {
    position: absolute;
    right: -50%;
    bottom: 0;
    z-index: 9
}

.truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a {
    background-color: #007c29;
    background: linear-gradient(to right, #000 50%, #383838 50%);
    background-size: 205% 105%;
    background-position: right bottom;
    transition: .3s;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 2em;
    display: flex;
    align-items: center
}

.truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a span {
    background-image: url(../inc/svg/arrow-1.svg);
    background-repeat: no-repeat;
    width: 29px;
    height: 11px;
    top: 43%;
    right: 4em;
    margin-left: .5em
}

.sc_services {
    display: flex;
    position: relative
}

.sc_services .services_info .background:before {
    position: absolute;
    content: "02";
    top: 0;
    left: -8.125rem;
    transform: rotate(90deg);
    color: #fafafa;
    font-size: 16.7em;
    font-family: Aldrich-Regular, sans-serif
}

.sc_services .services_info .sc_services_title {
    font-family: Montserrat-Bold, sans-serif;
    color: #00a451;
    font-size: 4.5em;
    transform: rotateZ(-90deg);
    position: absolute;
    right: -2.6em;
    top: 2.75em
}

.sc_services .services_info .sc_services_description {
    position: absolute;
    bottom: -.75em;
    border-left: .25rem solid #00a451;
    padding-left: 1.125rem;
    line-height: 1.8em
}

.sc_services .services_wrap {
    background-image: url("../images/image_services.webp");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap
}

.sc_services .services_wrap .service_item {
    position: relative;
    padding: 6.5em;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.sc_services .services_wrap .service_item .service_item_title {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 1.5em;
    color: #fff;
    z-index: 9;
    position: relative;
    padding-bottom: 2em;
    padding-left: 1.5em
}

.sc_services .services_wrap .service_item .service_item_description {
    padding-left: 2.5em;
    line-height: 1.875rem;
    color: #fff;
    z-index: 9;
    position: relative
}

.sc_services .services_wrap .service_item:after {
    background-color: #00a451;
    opacity: .73;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0
}

.sc_services .services_wrap .service_item:hover:after {
    background-color: #383838
}

.error404 {
    background-image: url(../images/header_404.webp);
    background-position: 0 10%;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100vh
}

.error404:before {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: .5;
    content: ''
}

.error404 .site {
    height: 100%
}

.error404 .site .site-main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 10.313rem)
}

.error404 .site header.site-header {
    background-image: none
}

.error404 .site main .content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.error404 .site main .content .not_found h2 {
    font-family: Montserrat-Black, sans-serif;
    font-size: 4.5em;
    text-transform: uppercase;
    color: #fff
}

.error404 .site main .content .go_back a {
    font-family: Montserrat-Light;
    position: relative;
    color: #221f1f;
    font-size: 1.11em;
    padding: 2em 4em;
    border: none;
    border-radius: 0;
    background: linear-gradient(to right, #4a4a4a 50%, #eaeaea 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: .3s;
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.error404 .site main .content .go_back a:after,
.owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .wp-block-buttons .wp-block-button a .arrow {
    display: block;
    content: "";
    background-image: url(../inc/svg/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.875rem;
    height: 1.25rem;
    transition: .3s;
    margin-left: .5em
}

.error404 .site main .content .go_back a:hover:after,
.owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .wp-block-buttons .wp-block-button a:hover .arrow {
    background-image: url(../inc/svg/arrow-1.svg)
}

footer .contact_us {
    display: flex;
    background-color: #fafafa;
    overflow: hidden
}

footer .contact_us .contact_form {
    padding-top: 11em;
    padding-bottom: 15.5em;
    position: relative
}

footer .contact_us .contact_form:before {
    position: absolute;
    content: '04';
    top: -.35em;
    left: -15%;
    transform: rotate(90deg);
    color: #fff;
    font-size: 12em;
    font-family: Aldrich-Regular
}

footer .contact_us .contact_form .select__gap {
    opacity: .6
}

footer .contact_us .contact_form .title p.h2-heading {
    font-family: Montserrat-Bold;
    color: #00a451;
    font-size: 3.333em;
    padding-left: 1.3em;
    line-height: .9em
}

footer .contact_us .contact_form .title p.h2-heading:before {
    content: '';
    width: .635em;
    height: .735em;
    display: block;
    background-color: #00a451;
    position: absolute;
    left: 0
}

footer .contact_us .contact_form .contact_us_description {
    margin-top: 3.7em;
    margin-bottom: 1.9em;
    line-height: 1.5em
}

footer .contact_us .contact_form .wpcf7 form {
    width: 85%
}

footer .contact_us .contact_form .wpcf7 form a {
    color: #00a451;
    text-decoration: underline
}

footer .contact_us .contact_form .wpcf7 form select {
    background: 0 0;
    color: #646464
}

footer .contact_us .contact_form .wpcf7 form .items label input {
    padding: 2em 0;
    letter-spacing: 1px
}

footer .contact_us .contact_form .wpcf7 form textarea {
    letter-spacing: 1px
}

footer .contact_us .contact_form .wpcf7 button.wpcf7-submit {
    font-family: Montserrat-Light, sans-serif;
    position: relative;
    color: #221f1f;
    font-size: 1.11em;
    background-color: #eaeaea;
    padding: 1.8em 4.6em;
    border: none;
    border-radius: 0;
    background: linear-gradient(to right, #4a4a4a 50%, #eaeaea 50%);
    background-size: 205% 105%;
    background-position: right bottom;
    transition: .3s;
    display: flex;
    align-items: center
}

footer .contact_us .map .contact_map {
    width: 100%;
    height: 100%
}

footer .site_info {
    background-color: #00a451;
    overflow: hidden
}

footer .site_info .contact_information {
    display: flex;
    border-bottom: 1px solid #fff
}

footer .site_info .contact_information .logo {
    padding-left: 3em;
    margin-top: 5.5em
}

footer .site_info .contact_information .logo .ryantrans {
    padding-block: 4.375rem 1.875rem
}

.home header .additional_fields .ryantrans img,
footer .site_info .contact_information .logo .ryantrans img {
    width: 100%;
    max-width: 13.75rem;
    height: 8rem
}

footer .site_info .contact_information .info .location {
    color: #fff;
    padding-top: 5.5em;
    padding-left: 1em
}

footer .site_info .contact_information .info .location address {
    position: relative;
    cursor: pointer
}

footer .site_info .contact_information .info .location address a {
    color: #fff;
    font-style: normal;
    line-height: 2;
    padding-left: 3em;
    position: relative;
    display: block
}

footer .site_info .contact_information .info .location address a:hover,
footer .site_info .contact_information .info .mail a:hover,
footer .site_info .contact_information .info .phone .main a:hover,
footer .site_info .contact_information .info .phone .recruiting a:hover,
footer .site_info .contact_information .info .phone .recruiting_expedite a:hover {
    color: #007c29
}

footer .site_info .contact_information .info .location address:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.563rem;
    background-image: url("../inc/svg/placeholder-1.svg");
    background-size: cover;
    background-repeat: no-repeat
}

footer .site_info .contact_information .info .mail a {
    color: #fff;
    padding-left: 3em;
    line-height: 2;
    position: relative;
    display: block
}

footer .site_info .contact_information .info .mail a:before {
    content: '';
    position: absolute;
    top: .625rem;
    left: 0;
    width: 1.5rem;
    height: 1rem;
    background-image: url("../inc/svg/email.svg");
    background-size: cover;
    background-repeat: no-repeat
}

footer .site_info .contact_information .info .phone {
    padding-top: 5.5em;
    padding-left: 1em
}

footer .site_info .contact_information .info .phone .main,
footer .site_info .contact_information .info .phone .recruiting,
footer .site_info .contact_information .info .phone .recruiting_expedite {
    display: flex;
    align-items: center
}

footer .site_info .contact_information .info .phone .main a,
footer .site_info .contact_information .info .phone .recruiting a,
footer .site_info .contact_information .info .phone .recruiting_expedite a {
    color: #fff;
    position: relative;
    padding-left: 2em;
    line-height: 2
}

footer .site_info .contact_information .info .phone .main a:before,
footer .site_info .contact_information .info .phone .recruiting a:before,
footer .site_info .contact_information .info .phone .recruiting_expedite a:before {
    content: '';
    position: absolute;
    top: .5rem;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    background-image: url("../inc/svg/phone_icon.svg");
    background-size: cover;
    background-repeat: no-repeat
}

footer .site_info .contact_information .info .phone .main span,
footer .site_info .contact_information .info .phone .recruiting span,
footer .site_info .contact_information .info .phone .recruiting_expedite span {
    color: #fff;
    margin-left: .75rem
}

footer .site_info .contact_information .become_driver a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 1.11em;
    background-color: #00a451;
    background: linear-gradient(to right, #00a451 50%, #007c29 50%);
    background-size: 205% 105%;
    background-position: right bottom;
    transition: .3s;
    padding: 4.5em 2em
}

footer .site_info .copyright {
    display: flex;
    padding: 1.5rem 0
}

footer .site_info .copyright .copy {
    display: flex;
    justify-content: space-evenly
}

footer .site_info .copyright .copy a,
footer .site_info .copyright .copy p,
footer .site_info .copyright .socials div a {
    color: #fff;
    opacity: .46
}

footer .site_info .copyright .socials {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

footer .site_info .copyright .socials div {
    margin-right: 3.125rem
}

.home header .header_front_wrap {
    display: flex;
    position: relative;
    margin-top: 0 !important
}

.home header .header_front_wrap .title_info h1 {
    padding-top: 1.9em;
    padding-bottom: .55em;
    position: relative;
    line-height: 1.19em;
    z-index: 9
}

.home header .header_front_wrap .title_info h1:before {
    position: absolute;
    top: 2.15em;
    left: -2em
}

.home header .header_front_wrap .title_info p {
    color: #fff;
    font-size: 1.11em;
    line-height: 1.5em
}

.home header .header_front_wrap .title_info a {
    color: #fff;
    font-size: 1.11em
}

.home header .header_front_wrap .header_counters .top_counter {
    text-align: right;
    color: #fff;
    border-right: .563rem solid;
    padding-right: 1em;
    margin-top: 9.2em;
    margin-bottom: 10em
}

.home header .header_front_wrap .header_counters .bottom_counter .number,
.home header .header_front_wrap .header_counters .top_counter .number {
    font-family: Aldrich-Regular, sans-serif;
    font-size: 1.666em
}

.home header .header_front_wrap .header_counters .bottom_counter .text,
.home header .header_front_wrap .header_counters .top_counter .text {
    font-size: 1.11em;
    line-height: 1.5em
}

.home header .header_front_wrap .header_counters .bottom_counter {
    text-align: left;
    color: #fff;
    border-left: .563rem solid;
    padding-left: 1em
}

.home header .additional_fields {
    position: relative;
    display: flex;
    padding-top: 5.25em
}

.home header .additional_fields .ryantrans {
    text-align: right;
    padding-left: 1.125rem
}

.home header .additional_fields .quote {
    background: #00a451;
    color: #fff;
    z-index: 9
}

.home header .additional_fields .quote p {
    border-left: .563rem solid;
    margin: 5em 5em 4em 7.5em;
    padding-left: 3em;
    font-size: .9em;
    line-height: 1.4em
}

.home header .additional_fields .buttons .get_quote,
.home header .additional_fields .buttons .owner_operators {
    z-index: 9
}

.home header .additional_fields .buttons .owner_operators a {
    color: #221f1f;
    background: linear-gradient(to right, #bcbcbc 50%, #eaeaea 50%);
    background-size: 200% 99%;
    background-position: right bottom;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    font-size: .9em;
    padding-top: 3em;
    position: relative
}

.home header .additional_fields .buttons .owner_operators a:before {
    content: "";
    position: absolute;
    top: 3em;
    left: 50%;
    transform: translateX(-50%);
    width: 3.375rem;
    height: 2.25rem;
    background-image: url(../inc/svg/owner_operators.svg);
    background-size: cover;
    background-repeat: no-repeat
}

.home header .additional_fields .buttons .owner_operators a:hover {
    color: #fff;
    background-position: left bottom
}

.home header .additional_fields .buttons .owner_operators a:hover:before {
    background-image: url(../inc/svg/owner_operators_hover.svg)
}

.home header .additional_fields .buttons .get_quote a {
    color: #00a451;
    background: linear-gradient(to right, #eaeaea 50%, #fff 50%);
    background-size: 200% 99%;
    background-position: right bottom;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    font-size: .9em;
    padding-top: 3em;
    position: relative
}

.home header .additional_fields .buttons .get_quote a:before {
    content: "";
    position: absolute;
    top: 3em;
    left: 50%;
    transform: translateX(-50%);
    width: 2.25rem;
    height: 2.25rem;
    background-image: url(../inc/svg/phone.svg);
    background-size: cover;
    background-repeat: no-repeat
}

.home footer .contact_us .contact_form:before {
    content: "05"
}

.privacy-policy h2 {
    margin: 1em 0
}

.owner-operators .entry-content .wp-block-columns.is-style-default {
    margin: 11.875rem 16.66666667%;
    position: relative
}

@media screen and (max-width:991px) {
    .owner-operators .entry-content .wp-block-columns.is-style-default {
        margin: 6.875rem 2.188rem
    }
}

.owner-operators .entry-content .wp-block-columns.is-style-default p {
    font-size: 1.875rem;
    line-height: 2.75rem
}

.owner-operators .entry-content .wp-block-columns.is-style-default p a {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 5rem;
    color: #505050
}

.owner-operators .entry-content .wp-block-columns.is-style-default ul {
    margin: 3.125rem 0 0;
    padding-left: 1.5em;
    list-style: none
}

.owner-operators .entry-content .wp-block-columns.is-style-default ul li {
    font-size: 1.25rem;
    line-height: 2.25rem;
    margin-bottom: 1.25rem;
    position: relative
}

.owner-operators .entry-content .wp-block-columns.is-style-default ul li span {
    color: #00a451;
    font-weight: 600
}

.owner-operators .entry-content .wp-block-columns.is-style-default ul li:before {
    content: " ";
    width: .75rem;
    height: .875rem;
    background-color: #00a451;
    position: absolute;
    left: -1.25em;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width:480px) {
    .owner-operators .entry-content .wp-block-columns.is-style-default {
        margin: 5.625rem .938rem
    }

    .owner-operators .entry-content .wp-block-columns.is-style-default p {
        font-size: 1.125rem;
        line-height: 1.875rem
    }

    .owner-operators .entry-content .wp-block-columns.is-style-default ul li:before {
        top: .3em;
        transform: none
    }
}

.owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .image figure {
    position: absolute;
    left: -17em
}

@media screen and (max-width:1880px) {
    .owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .image figure {
        left: -10em
    }
}

@media screen and (max-width:1680px) {
    .owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .image figure {
        left: -5em
    }
}

@media screen and (max-width:1440px) {
    .owner-operators .entry-content .wp-block-columns.is-style-default p a {
        font-size: 3.375rem
    }

    .owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .image figure {
        left: -15em
    }
}

@media screen and (max-width:1280px) {
    .owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .image figure {
        left: -10em
    }
}

@media screen and (max-width:1136px) {
    .owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .image figure {
        left: -5em
    }
}

@media screen and (max-width:1024px) {
    .owner-operators .entry-content .wp-block-columns.is-style-default p a {
        font-size: 3rem
    }

    .owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .image figure {
        left: -1em
    }
}

@media screen and (max-width:991px) {
    .owner-operators .entry-content .wp-block-columns.is-style-default p a {
        font-size: 2.5rem
    }

    .owner-operators .entry-content .wp-block-columns.is-style-default ul li {
        font-size: 1.125rem;
        line-height: 1.5rem
    }

    .owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default {
        gap: 0
    }

    .owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .wp-block-column {
        flex-basis: 50% !important;
        flex-grow: 0 !important
    }

    .owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .image figure {
        left: -8em
    }
}

@media screen and (max-width:768px) {
    .owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .image figure {
        left: -5em
    }
}

@media screen and (max-width:700px) {
    .owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .image figure {
        left: 0;
        position: relative
    }
}

@media screen and (max-width:640px) {
    .owner-operators .entry-content .wp-block-columns.is-style-default ul li {
        font-size: 1rem
    }

    .owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .wp-block-column {
        flex-basis: 100% !important
    }

    .owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .image figure {
        margin-top: 2em
    }
}

.owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .wp-block-buttons .wp-block-button {
    margin-bottom: 0;
    width: 100%
}

.owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .wp-block-buttons .wp-block-button a {
    font-family: Montserrat-Light, sans-serif;
    position: relative;
    color: #221f1f;
    font-size: 1.11em;
    padding: 2em 0;
    border: none;
    border-radius: 0;
    background: linear-gradient(to right, #4a4a4a 50%, #eaeaea 50%);
    background-size: 205% 105%;
    background-position: right bottom;
    transition: .3s;
    margin-top: 3.4em;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:768px) {
    .owner-operators .entry-content .wp-block-columns.is-style-full-wide .wp-block-columns.is-style-default .wp-block-buttons .wp-block-button a {
        padding: 1em 0
    }
}

.grecaptcha-badge {
    opacity: 0
}

.is-style-default.hire {
    width: calc(100% - 34%);
    margin: 0 auto 5em
}

.err-input {
    color: red;
    margin-top: .313rem;
    font-size: 1rem
}

header.site-header .header_wrap .main-navigation .menu-toggle[aria-expanded=true] .icon-bar:first-child {
    display: block;
    transform: rotate(45deg);
    position: relative;
    top: .313rem
}

header.site-header .header_wrap .main-navigation .menu-toggle[aria-expanded=true] .icon-bar:last-child {
    display: block;
    transform: rotate(-45deg);
    position: relative;
    top: -.313rem
}

.wrapper {
    width: clamp(17.5rem, 70%, 75rem);
    margin: 0 auto;
    padding: 0 1.25rem
}

.wrapper a {
    word-break: break-all
}

.select__gap {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    height: 3.563rem;
    border-bottom: 1px solid #c6c6c6;
    position: relative
}

.select__gap::before {
    content: '\2039';
    position: absolute;
    right: .938rem;
    top: -.438rem;
    width: 1.563rem;
    height: 3.563rem;
    font-size: 2em;
    transform: rotate(180deg)
}

.select__gap.on::before {
    transform: rotate(270deg);
    right: -.287rem
}

.select__list {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    border: 1px solid #c6c6c6;
    box-shadow: 0 .875rem 2.188rem -.875rem rgba(0, 0, 0, .75)
}

.select__item {
    padding: .313rem;
    cursor: pointer
}

.select__item:first-child {
    padding-top: .625rem
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-background-clip: text
}

.popup_wrap input:-webkit-autofill,
.popup_wrap input:-webkit-autofill:active,
.popup_wrap input:-webkit-autofill:focus,
.popup_wrap input:-webkit-autofill:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff
}

* @media screen and (max-width:1680px) {

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a span,
    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a+span,
    header.site-header .header_wrap .right_side_menu {
        right: 2em
    }

    header.site-header .header_wrap .main-navigation ul li {
        margin-right: 2em
    }

    .single-service .type-service .content_wrap .service_content .title_wrap .entry-title .service_title,
    .single-truck .type-truck .content_wrap .truck_content .title_wrap .entry-title .truck_title,
    footer .contact_us .contact_form .title h2,
    footer .contact_us .contact_form .title p.h2-heading,
    h2.green,
    main .wp-block-media-text.who_we_are .wp-block-media-text__content h2,
    main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__content h2 {
        font-size: 3em
    }

    .single-service .type-service .content_wrap .service_thumb .post-thumbnail:after,
    .single-truck .type-truck .content_wrap .truck_thumb .post-thumbnail:after {
        right: 3.5em
    }

    main .about_us .wp-block-column:last-child h2,
    main .gallery_front_page .gallery_wrap .gallery_info .gallery_additionally .number p {
        font-size: 12em
    }

    .home header .additional_fields .quote p {
        margin: 3em 3em 3em 3.5em;
        padding-left: 2em
    }

    .sc_services .services_wrap .service_item {
        padding: 5em
    }
}

@media screen and (max-width:1440px) {

    .home header .header_front_wrap .title_info h1,
    header.site-header .title_wrap h1 {
        font-size: 3em
    }

    .home header .header_front_wrap .title_info h1:before {
        left: -2.5em;
        height: 2.188rem;
        width: 6.25rem
    }

    .home header .additional_fields {
        padding-top: 3.25em
    }

    .home header .additional_fields .quote p {
        margin: 3em 3em 3em 5.5em
    }

    .home header .additional_fields .get_quote a:before,
    .home header .additional_fields .owner_operators a:before {
        top: 2em
    }

    .home .about_us .wp-block-column:first-child .background:before,
    main .wp-block-media-text.who_we_are .wp-block-media-text__content .background:before {
        font-size: 10em;
        top: -3.75rem;
        left: -2.5rem
    }

    .home .about_us .wp-block-column:last-child h2 {
        font-size: 11em
    }

    .home .about_us .wp-block-column:last-child .wp-block-columns .counter_box .title {
        font-size: 2em;
        padding-left: 1.25rem
    }

    .home .about_us .wp-block-column:last-child .wp-block-columns .counter_box p {
        font-size: 1em;
        padding-left: 1.25rem
    }

    header.site-header .title_wrap h1:before {
        left: -2.2em;
        height: 2.188rem;
        width: 6.25rem
    }

    header.site-header .header_wrap .main-navigation {
        justify-content: left;
        padding-left: 3.5em
    }

    header.site-header .header_wrap .become_driver a {
        padding: 2.5em 1em
    }

    footer .contact_us .contact_form .title h2,
    footer .contact_us .contact_form .title p.h2-heading,
    h2.green,
    main .wp-block-media-text.for_drivers .wp-block-media-text__content h2,
    main .wp-block-media-text.who_we_are .wp-block-media-text__content h2,
    main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__content h2 {
        font-size: 2.3em
    }

    .single-service .type-service .content_wrap .service_content .service_content_wrap .the_content,
    .single-truck .type-truck .content_wrap .truck_content .truck_content_wrap .the_content,
    main .about_us .wp-block-column:first-child p,
    main .gallery_front_page .gallery_wrap .gallery_info .gallery_details .gallery_description,
    main .wp-block-media-text.for_drivers .wp-block-media-text__content p,
    main .wp-block-media-text.who_we_are .wp-block-media-text__content p,
    main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__content p,
    main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__content p {
        font-size: 1em
    }

    .truck_types_slider .truck_types_slider_title .background,
    main .bg_numbers_wrap .number_one .content,
    main .bg_numbers_wrap .number_three .content,
    main .gallery_front_page .gallery_wrap .gallery_info .gallery_additionally .number p {
        font-size: 10em
    }

    main .bg_numbers_wrap .number_two .rectangle_first,
    main .bg_numbers_wrap .number_two .rectangle_second {
        font-size: 9em
    }

    main .bg_numbers_wrap .number_two .content {
        font-size: 10em;
        left: .5em
    }

    main .wp-block-why-choose-us-choose .choose_box h3 {
        font-size: 1.25em
    }

    main .wp-block-why-choose-us-choose .choose_box p {
        width: 65%
    }

    main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__content:before {
        font-size: 10em;
        top: -2.813rem;
        left: -4.688rem
    }

    main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__content:before {
        font-size: 27em
    }

    main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__media .green_block {
        width: 40%;
        right: 13%;
        height: 3.75rem
    }

    main .wp-block-counters-counter-block h3 {
        font-size: 2em;
        padding-left: 1.875rem
    }

    main .wp-block-counters-counter-block .content {
        font-size: 1em;
        padding-left: 1.875rem
    }

    main .gallery_front_page .gallery_wrap .gallery_slide .slider .gallery_area {
        width: 100%;
        height: 20.625rem
    }

    main .contact_wrap {
        flex-direction: column;
        gap: 5rem
    }

    main .contact_wrap>div {
        width: 100%
    }

    main .contact_wrap h2 {
        font-size: 2em;
        margin-bottom: .7em
    }

    main .counters_box .wp-block-column {
        flex-basis: calc(50% - 1.875rem) !important
    }

    .single-service .type-service .content_wrap .service_content .title_wrap .entry-title,
    .single-truck .type-truck .content_wrap .truck_content .title_wrap .entry-title {
        position: relative
    }

    .single-service .type-service .content_wrap .service_content .title_wrap .entry-title .service_title,
    .single-truck .type-truck .content_wrap .truck_content .title_wrap .entry-title .truck_title {
        font-size: 2.3em;
        line-height: 1.25em
    }

    .single-truck .type-truck .content_wrap .truck_content .title_wrap .entry-title .truck_title:before {
        top: .25em
    }

    .single-service .type-service .content_wrap .service_thumb .post-thumbnail:after,
    .single-truck .type-truck .content_wrap .truck_thumb .post-thumbnail:after {
        right: 1.5em;
        width: 33%
    }

    .single-service .type-service .content_wrap .service_content .title_wrap .entry-title .service_title:before {
        top: .25em;
        transform: none
    }

    .single-service .type-service .content_wrap .service_content .service_content_wrap .excerpt_wrap {
        margin-top: 2em
    }

    .sc_services .sc_services_title {
        font-size: 2.5em
    }

    .sc_services .sc_services_description {
        margin-left: 0;
        width: 50%
    }

    .sc_services .services_wrap .service_item {
        padding: 4em
    }

    .sc_services .services_wrap .service_item .service_item_description,
    .sc_services .services_wrap .service_item .service_item_title,
    footer .site_info .contact_information.responsive .info_wrap .info .location {
        padding-left: 0
    }

    .sc_services .background:before {
        font-size: 10em;
        left: -5rem
    }

    .truck_types_slider .truck_types_slider_title .background:before {
        right: -2.5rem
    }

    .truck_types_slider .truck_types_slider_title h2 {
        font-size: 2.3em;
        margin-top: 1em
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .sc_truck_title {
        font-size: 1.35em;
        margin-top: 5em
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a span,
    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a+span {
        right: 1em
    }

    footer .contact_us .contact_form .wpcf7 form {
        width: 95%
    }

    footer .contact_us .contact_form:before {
        font-size: 10em;
        left: -15%
    }

    footer .site_info .contact_information {
        display: none
    }

    footer .site_info .contact_information.responsive {
        display: flex
    }

    footer .site_info .contact_information.responsive .logo {
        padding-inline: 1rem
    }

    footer .site_info .contact_information.responsive .info_wrap {
        display: flex;
        gap: 1rem
    }

    footer .site_info .contact_information.responsive .info_wrap .info {
        width: calc(50% - .5rem);
        flex-direction: column;
        padding-right: 1em
    }

    footer .site_info .contact_information.responsive .info_wrap .info .location address a,
    footer .site_info .contact_information.responsive .info_wrap .info .phone a {
        padding-left: 1.5em;
        font-size: 1.25rem
    }

    footer .site_info .contact_information.responsive .info_wrap .info .phone {
        padding-left: 0;
        padding-top: 1em
    }

    footer .site_info .contact_information.responsive .info_wrap .info .phone span {
        font-size: 1.25rem
    }

    footer .site_info .contact_information.responsive .info_wrap .mail {
        width: calc(50% - .5rem);
        padding-top: 5.5em;
        padding-inline: 0 1em
    }

    footer .site_info .contact_information.responsive .info_wrap .mail a {
        color: #fff;
        padding-left: 1.5em;
        line-height: 2;
        position: relative;
        display: block;
        font-size: 1.25rem
    }

    footer .site_info .contact_information.responsive .info_wrap .mail a:before {
        content: "";
        position: absolute;
        top: .5rem;
        left: 0;
        width: 1.5rem;
        height: 1rem;
        background-image: url(../inc/svg/email.svg);
        background-size: cover;
        background-repeat: no-repeat
    }

    footer .site_info .contact_information.responsive .become_driver a {
        padding: 6em 1em
    }
}

@media screen and (max-width:1360px) {
    main .counters_box {
        margin-right: auto
    }

    .home header .additional_fields .quote p {
        margin: 2em 2em 2em 2.5em;
        padding-left: 1em
    }
}

@media screen and (max-width:1280px) {
    header.site-header .header_wrap .main-navigation {
        padding-left: 2.5em
    }

    header.site-header .header_wrap .main-navigation ul li {
        margin-right: 1.5em
    }

    header.site-header .header_wrap .right_side_menu ul.lang_switch {
        display: none
    }

    header.site-header .header_wrap .right_side_menu ul.lang_switch.dropdown {
        display: block;
        padding-right: 1em
    }

    header.site-header .header_wrap .right_side_menu ul.lang_switch.dropdown select {
        background: 0 0;
        border: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        color: #fff
    }

    header.site-header .header_wrap .right_side_menu ul.lang_switch.dropdown select option {
        color: #00a451
    }

    header.site-header .header_wrap .right_side_menu ul.lang_switch.dropdown:before {
        content: "";
        background-image: url(../inc/svg/menu_arrow.svg);
        background-repeat: no-repeat;
        display: block;
        width: 1.125rem;
        height: .625rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0
    }

    main .wp-block-media-text.for_drivers .wp-block-media-text__media:after {
        right: .625rem;
        width: 12.5rem
    }

    main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__media .green_block {
        left: 1.875rem
    }

    main .gallery_front_page .gallery_wrap .gallery_info .gallery_additionally .number p {
        font-size: 8em
    }

    .single-truck .type-truck .content_wrap,
    footer .contact_us .contact_form {
        padding-bottom: 8em
    }

    footer .contact_us .contact_form .wpcf7 form {
        width: 95%
    }

    footer .contact_us .contact_form .wpcf7 form .items {
        flex-direction: column
    }

    footer .contact_us .contact_form .wpcf7 form .items label {
        width: 100%
    }

    footer .site_info .contact_information.responsive .logo {
        padding-inline: 1em
    }

    .single-service .type-service .content_wrap .service_thumb .post-thumbnail:after,
    .single-truck .type-truck .content_wrap .truck_thumb .post-thumbnail:after {
        right: 0
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button {
        position: relative;
        right: -100%
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a {
        text-align: left;
        padding: 2em 1em
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a span {
        right: 2em
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_image .slick_button_arrow {
        top: 8.125rem
    }
}

@media screen and (max-width:1200px) {

    footer .site_info .contact_information.responsive .info_wrap .location,
    footer .site_info .contact_information.responsive .info_wrap .mail {
        padding-top: 0;
        padding-inline: 0
    }

    footer .site_info .contact_information.responsive {
        flex-direction: column;
        padding-inline: 2rem
    }

    footer .site_info .contact_information.responsive .logo {
        display: flex;
        padding: 0;
        margin-block: 3.313rem 2.5rem;
        margin-inline: 0;
        width: 100%;
        align-items: center;
        justify-content: space-between
    }

    footer .site_info .contact_information.responsive .logo .custom-logo-link img {
        width: 100%;
        max-width: 9.125rem;
        height: 2.375rem
    }

    footer .site_info .contact_information.responsive .info_wrap .info,
    footer .site_info .contact_information.responsive .logo .ryantrans {
        padding: 0
    }

    footer .site_info .contact_information.responsive .logo .ryantrans img {
        max-width: 9.25rem;
        height: 5.375rem
    }

    footer .site_info .contact_information.responsive .info_wrap {
        width: 100%;
        margin-block: 0 2.5rem;
        justify-content: space-between
    }

    footer .site_info .contact_information.responsive .become_driver {
        display: none
    }

    footer .site_info .copyright {
        flex-direction: column;
        align-items: center
    }

    footer .site_info .copyright .copy {
        width: 100%;
        justify-content: center
    }

    footer .site_info .copyright .copy a {
        margin-left: 1em
    }

    footer .site_info .copyright .socials {
        position: relative;
        left: unset;
        transform: none
    }
}

@media screen and (max-width:1136px) {
    header.site-header .header_wrap .main-navigation {
        padding-left: 1.5em
    }

    header.site-header .header_wrap .main-navigation ul li {
        margin-right: 1em
    }

    .sc_services .services_wrap .service_item {
        padding: 2em
    }

    .sc_services .services_wrap .service_item .service_item_title {
        padding-bottom: 1em
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a {
        padding: 1.5em 0 1.5em 1em
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a span,
    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a+span {
        right: 1em
    }

    .home .about_us .wp-block-column:last-child h2 {
        font-size: 9em
    }

    main .wp-block-counters-counter-block h3 {
        font-size: 1.5em;
        padding-left: .938rem
    }

    main .wp-block-counters-counter-block h3:before {
        width: .313rem
    }

    main .wp-block-counters-counter-block .content {
        padding-left: .938rem
    }

    main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__content h2 {
        position: relative;
        margin-bottom: 1em
    }

    main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__media {
        padding-left: 5%
    }

    main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__content {
        width: 100%;
        padding-right: 1.25rem
    }

    main .contact_wrap h2 {
        font-size: 1.75em
    }
}

@media screen and (max-width:1024px) {
    .divider_wrap .divider {
        width: 25%
    }

    .divider_wrap .resrponsive,
    .get_a_quote .popup_empty,
    .pop_up .popup_empty,
    .pop_up_thanks .popup_empty,
    header.site-header .header_wrap .toggled button+div ul li a:after {
        display: none
    }

    header.site-header .header_wrap .site-branding {
        left: 50%;
        top: 2em;
        position: absolute;
        transform: translateX(-50%);
        z-index: 999
    }

    header.site-header .header_wrap .main-navigation {
        position: absolute;
        padding-top: 2em;
        width: 100%;
        z-index: 999;
        padding-left: 0
    }

    header.site-header .header_wrap .toggled {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        overflow: auto;
        background-color: #221f1f
    }

    header.site-header .header_wrap .toggled button+div {
        width: 100%;
        text-align: center;
        margin: 0;
        overflow: auto;
        display: table;
        height: calc(100% - 2em)
    }

    header.site-header .header_wrap .toggled button+div ul li {
        margin-right: 0;
        line-height: 3em
    }

    header.site-header .header_wrap .toggled button+div ul li.menu-item-has-children .sub-menu {
        display: none;
        text-align: center
    }

    header.site-header .header_wrap .toggled button+div ul li.menu-item-has-children .sub-menu li {
        line-height: 1em
    }

    header.site-header .header_wrap .toggled button+div ul li.menu-item-has-children.focus .sub-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto
    }

    header.site-header .header_wrap .become_driver {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 25%
    }

    header.site-header .header_wrap .become_driver a {
        background: #007c29
    }

    header.site-header .title_wrap h1 {
        padding-top: 3.42em;
        padding-bottom: 2.11em
    }

    header.site-header .title_wrap h1:before {
        top: 3.65em
    }

    main .contact_wrap h2 {
        font-size: 1.5em
    }

    main .bg_numbers_wrap .number_two .rectangle_first,
    main .bg_numbers_wrap .number_two .rectangle_second {
        font-size: 6em
    }

    .single-service .type-service .content_wrap .service_thumb .post-thumbnail:after,
    .single-truck .type-truck .content_wrap .truck_thumb .post-thumbnail:after {
        top: 21.875rem
    }

    .home header .header_front_wrap .title_info h1 {
        padding-top: 3.1em
    }

    .home header .header_front_wrap .title_info h1:before {
        top: 3.3em
    }

    .home header .header_front_wrap .header_counters {
        width: 75%
    }

    .home header .header_front_wrap .header_counters .top_counter {
        margin-top: 10em
    }

    .get_a_quote .popup_wrap,
    .home .about_us .wp-block-column:last-child h2,
    .home .about_us .wp-block-column:last-child p,
    .pop_up .popup_wrap,
    .pop_up_thanks .popup_wrap {
        width: 100%
    }

    .error404 .site .site-main {
        height: 100vh;
        padding: 0 1.25rem
    }

    .error404 .site main .content .not_found h2 {
        font-size: 2.5em;
        text-align: center;
        margin-top: 2rem
    }
}

@media screen and (max-width:992px) {
    main p.quote {
        width: 100%;
        margin-top: 5em;
        margin-bottom: 5em;
        padding-left: 3em
    }

    main p.quote:before {
        left: 2em
    }
}

@media screen and (max-width:991px) {

    .single-service .type-service .content_wrap .service_content,
    .single-truck .type-truck .content_wrap .truck_content,
    .truck_types_slider .sc_trucks .slider_item .sc_truck_description,
    footer .contact_us .contact_form {
        width: 50%;
        padding-left: 2em
    }

    .home header .header_front_wrap .title_info h1 {
        padding-top: 3.1em
    }

    .home header .header_front_wrap .title_info h1:before {
        top: 3.3em
    }

    .home header .header_front_wrap .header_counters {
        width: 50%
    }

    .home header .header_front_wrap .header_counters .bottom_counter {
        margin-left: 40%
    }

    footer .site_info .contact_information.responsive .info_wrap {
        flex-direction: column
    }

    footer .site_info .contact_information.responsive .info_wrap .info {
        width: 100%;
        gap: 1rem
    }

    footer .site_info .contact_information.responsive .info_wrap .info .phone {
        padding-top: 0 !important
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .sc_truck_excerpt,
    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .sc_truck_title,
    footer .site_info .contact_information.responsive .info_wrap .mail {
        width: 100%
    }

    main .counters_box {
        flex-direction: column;
        margin-right: auto
    }

    main .about_us,
    main .wp-block-media-text.for_drivers,
    main .wp-block-media-text.for_drivers+h2.green,
    main .wp-block-media-text.who_we_are,
    main .wp-block-media-text.why_choose_us_01,
    main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__media,
    main .wp-block-media-text.why_choose_us_03 {
        padding-left: 2em
    }

    main .wp-block-media-text.for_drivers+h2.green:before {
        left: 1em
    }

    main .wp-block-why-choose-us-choose {
        width: 100%;
        padding-left: 2.5em
    }

    main .wp-block-media-text.why_choose_us_01 p {
        z-index: 9;
        position: relative
    }

    main .gallery_front_page {
        display: block
    }

    main .gallery_front_page .gallery_wrap .gallery_info .gallery_additionally .number p {
        font-size: 6em
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_image .slick_button_arrow {
        top: calc(50% - 2.375rem)
    }

    .sc_services .services_info .sc_services_title {
        font-size: 3em
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button {
        right: -50%
    }
}

@media screen and (max-width:781px) {
    main .counters_box {
        margin-left: 2em;
        margin-top: 0
    }

    main .about_us {
        display: block;
        padding-bottom: 4em;
        margin-bottom: 9em;
        padding-right: 2em
    }

    main .about_us .wp-block-column .wp-block-buttons {
        position: absolute;
        left: 2em;
        margin-left: 0;
        bottom: 5em;
        z-index: 99
    }

    main .about_us .wp-block-column .wp-block-buttons a {
        padding: 1.5em 1em
    }

    main .about_us .wp-block-column:first-child p {
        width: 100%
    }

    main .about_us .wp-block-column:first-child .background {
        width: 100%;
        left: 0
    }

    main .about_us .wp-block-column:first-child .background:before {
        left: unset !important;
        right: 0
    }

    main .about_us .wp-block-column:last-child {
        padding-bottom: 6em
    }

    main .about_us .wp-block-column:last-child h2,
    main .about_us .wp-block-column:last-child p {
        width: 40% !important;
        margin-left: 60% !important
    }

    main .about_us .wp-block-column:last-child .wp-block-columns {
        position: absolute;
        bottom: 5.5em;
        width: 60%;
        margin-top: 0
    }

    main .about_us .wp-block-column:last-child .wp-block-columns .counter_box .content {
        width: 100% !important;
        margin-left: 0 !important
    }

    main .about_us .wp-block-column:last-child .wp-block-columns .counter_box+.background {
        display: none
    }
}

@media screen and (max-width:768px) {
    footer .contact_us .contact_form {
        padding-top: 6em;
        padding-bottom: 6em
    }

    footer .contact_us .contact_form .wpcf7 .title h2,
    footer .contact_us .contact_form .wpcf7 .title p.h2-heading {
        font-size: 2em;
        line-height: 1.25em
    }

    footer .contact_us .contact_form .wpcf7 .title h2:before,
    footer .contact_us .contact_form .wpcf7 .title p.h2-heading:before {
        top: .25em
    }

    footer .contact_us .contact_form .wpcf7 button.wpcf7-submit {
        padding: 1.5em 2.4em
    }

    footer .site_info .contact_information.responsive {
        display: block;
        padding-bottom: 2em
    }

    footer .site_info .contact_information.responsive .logo {
        width: 100%;
        margin-top: 2em
    }

    footer .site_info .contact_information.responsive .info_wrap {
        width: 100%;
        margin-top: 4em;
        padding: 0
    }

    footer .site_info .contact_information.responsive .info_wrap .info .phone .main,
    footer .site_info .contact_information.responsive .info_wrap .info .phone .recruiting,
    footer .site_info .contact_information.responsive .info_wrap .info .phone .recruiting_expedite {
        flex-direction: row;
        align-items: center
    }

    footer .site_info .contact_information.responsive .info_wrap .mail a {
        display: block
    }

    footer .site_info .contact_information.responsive .info_wrap .mail a:before {
        top: .625rem
    }

    footer .site_info .contact_information.responsive .info_wrap .mail p {
        padding-left: 2.6em
    }

    .get_a_quote .popup_empty,
    .get_a_quote .popup_wrap .wpcf7 form .form_wrap br,
    .pop_up .popup_empty,
    .pop_up .popup_wrap .wpcf7 form .form_wrap br,
    footer .site_info .contact_information.responsive .become_driver,
    header.site-header .header_wrap .become_driver.unvisible,
    main .about_us .wp-block-column:last-child .wp-block-columns .counter_box+.background {
        display: none
    }

    .truck_types_slider .sc_trucks .slider_item,
    footer .site_info .copyright {
        flex-direction: column-reverse
    }

    footer .site_info .copyright .copy {
        width: 100%;
        justify-content: center
    }

    footer .site_info .copyright .copy a {
        margin-left: 1em
    }

    footer .site_info .copyright .socials {
        position: relative;
        justify-content: center;
        margin-bottom: 1em
    }

    .get_a_quote .popup_wrap,
    .pop_up .popup_wrap {
        width: 100%;
        padding: 0 1.25rem
    }

    .get_a_quote .popup_wrap .close-modal,
    .pop_up .popup_wrap .close-modal {
        top: 1em;
        right: 1em
    }

    .get_a_quote .popup_wrap .wpcf7 form .title,
    .pop_up .popup_wrap .wpcf7 form .title {
        max-width: 100%;
        margin-bottom: 0
    }

    .get_a_quote .popup_wrap .wpcf7 form .title h2,
    .get_a_quote .popup_wrap .wpcf7 form .title p.h2-heading,
    .pop_up .popup_wrap .wpcf7 form .title h2,
    .pop_up .popup_wrap .wpcf7 form .title p.h2-heading {
        font-size: 1.44em
    }

    .get_a_quote .popup_wrap .wpcf7 form .form_wrap .item,
    .pop_up .popup_wrap .wpcf7 form .form_wrap .item {
        margin: 1em 0
    }

    .get_a_quote .popup_wrap .wpcf7 form .form_wrap .items,
    .pop_up .popup_wrap .wpcf7 form .form_wrap .items {
        flex-direction: column;
        margin: 1em 0;
        gap: 1em
    }

    .gallery_front_page .wp-block-column .gallery_info .gallery_details .gallery_description,
    .get_a_quote .popup_wrap .wpcf7 form .form_wrap .items label,
    .pop_up .popup_wrap .wpcf7 form .form_wrap .items label,
    .sc_services .services_info,
    .sc_services .services_wrap a,
    .truck_types_slider .truck_types_slider_title,
    main .about_us .wp-block-column:first-child p {
        width: 100%
    }

    .get_a_quote .popup_wrap .wpcf7 form .form_wrap button.wpcf7-submit,
    .pop_up .popup_wrap .wpcf7 form .form_wrap button.wpcf7-submit {
        margin-top: 1em;
        padding: .5em 1.5em;
        width: 100%;
        justify-content: center
    }

    .sc_services {
        flex-direction: column
    }

    .sc_services .services_info .background {
        width: 100%;
        position: absolute;
        top: -12em;
        margin-left: 0
    }

    .sc_services .services_info .background:before {
        font-size: 10em;
        left: -4.688rem
    }

    .sc_services .services_info .sc_services_title {
        right: unset;
        top: 6em;
        transform-origin: bottom left;
        left: .3em;
        transform: rotate(-90deg) translateY(100%)
    }

    .sc_services .services_info .sc_services_description {
        left: 25%;
        bottom: 4em
    }

    .sc_services .services_wrap {
        width: calc(100% - 4em);
        margin-left: 4em;
        margin-top: 2em;
        margin-bottom: 6em
    }

    .sc_services .services_wrap a .service_item {
        width: 100%;
        margin-left: 0
    }

    .sc_services .services_wrap a .service_item .service_item_title {
        margin-left: 0
    }

    .truck_types_slider .truck_types_slider_title h2 {
        font-size: 2em;
        margin-left: 1em
    }

    .truck_types_slider .truck_types_slider_title .background {
        left: unset;
        right: 0;
        width: 50%
    }

    .truck_types_slider .truck_types_slider_title .background:before {
        right: 0
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_image {
        width: 100%;
        padding: 0 2em
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_image .slick_button_arrow {
        right: 2em;
        width: 5.188rem;
        height: 4.875rem
    }

    .single-service .type-service .services_quote,
    .truck_types_slider .sc_trucks .slider_item .sc_truck_description {
        width: 75%
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button {
        width: 40%;
        right: unset;
        margin-left: 98%
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a {
        padding: 1.5em 0 1.5em 1.5em
    }

    .gallery_front_page .wp-block-column {
        flex-basis: 100% !important
    }

    .gallery_front_page .wp-block-column .gallery_info {
        position: relative
    }

    .gallery_front_page .wp-block-column .gallery_info .gallery_details {
        margin-left: 2em;
        width: 60%
    }

    .gallery_front_page .wp-block-column .gallery_info .gallery_additionally .number {
        width: 100%;
        overflow: visible
    }

    .gallery_front_page .wp-block-column .gallery_info .gallery_additionally .number p {
        left: 0 !important
    }

    .gallery_front_page .wp-block-column .gallery_info .gallery_additionally .gallery_button {
        position: absolute;
        bottom: 0;
        width: 28%;
        right: 0
    }

    .gallery_front_page .wp-block-column .gallery_info .gallery_additionally .gallery_button a {
        height: 4.688rem !important
    }

    .gallery_front_page .wp-block-column .gallery_slide {
        margin-left: 2em;
        width: 100%
    }

    .gallery_front_page .background {
        width: 60% !important
    }

    header.site-header .header_wrap .become_driver,
    header.site-header .header_wrap .site-branding {
        width: 30%
    }

    header.site-header .header_wrap .become_driver a {
        padding: 1.5em .5em
    }

    header.site-header .title_wrap {
        margin-left: 20%
    }

    .home header .header_front_wrap .title_info h1,
    header.site-header .title_wrap h1 {
        font-size: 2.1em
    }

    .home header .header_front_wrap .title_info h1:before,
    header.site-header .title_wrap h1:before {
        height: 1.563rem;
        width: 5rem
    }

    .home header .header_front_wrap {
        margin-left: 17%
    }

    .home header .header_front_wrap .header_counters .top_counter {
        margin-left: 35%;
        width: 65%;
        margin-bottom: 5em;
        margin-top: 7em
    }

    .home header .header_front_wrap .header_counters .bottom_counter .text,
    .home header .header_front_wrap .header_counters .top_counter .text {
        font-size: 1em
    }

    .home header .header_front_wrap .header_counters .bottom_counter {
        width: 60%;
        margin-left: 40%
    }

    .home header .additional_fields {
        width: 100%;
        margin-left: 0;
        flex-wrap: wrap
    }

    .home header .additional_fields .ryantrans {
        width: 100%;
        padding-block: 0 4.688rem;
        text-align: left;
        padding-left: 2rem
    }

    .home header .additional_fields .ryantrans img {
        max-width: 9.25rem;
        height: 5.375rem
    }

    .home header .additional_fields .quote {
        width: 66.66666667%;
        margin: 0
    }

    .home header .additional_fields .buttons {
        width: 33.33333333%
    }

    .home header .additional_fields .buttons .get_quote a:before {
        top: 1.75em
    }

    .home article {
        overflow: hidden
    }

    main .about_us {
        display: block;
        padding-bottom: 4em;
        margin-bottom: 9em;
        padding-right: 2em
    }

    main .about_us .wp-block-column .wp-block-buttons {
        position: absolute;
        left: 2em;
        margin-left: 0;
        bottom: 5em;
        z-index: 99
    }

    main .about_us .wp-block-column .wp-block-buttons a {
        padding: 1.5em 1em
    }

    main .about_us .wp-block-column:first-child .background {
        width: 100%;
        left: 0
    }

    main .about_us .wp-block-column:first-child .background:before {
        left: unset !important;
        right: 0
    }

    main .about_us .wp-block-column:last-child {
        padding-bottom: 6em
    }

    main .about_us .wp-block-column:last-child h2,
    main .about_us .wp-block-column:last-child p {
        width: 40% !important;
        margin-left: 60% !important
    }

    main .about_us .wp-block-column:last-child .wp-block-columns {
        position: absolute;
        bottom: 5.5em;
        width: 60%;
        margin-top: 0
    }

    main .about_us .wp-block-column:last-child .wp-block-columns .counter_box .content {
        width: 100% !important;
        margin-left: 0 !important
    }

    main .contact_wrap {
        margin-top: 7em;
        margin-left: 0;
        padding-left: 2em;
        width: 100%
    }

    main .contact_wrap h2 {
        font-size: 1.8em
    }

    main .contact_wrap .wp-block-column:nth-child(2) {
        padding-left: 0
    }

    main .bg_numbers_wrap .number_one .content {
        position: absolute;
        top: -1.7em
    }

    main .bg_numbers_wrap .number_two .rectangle_first,
    main .bg_numbers_wrap .number_two .rectangle_second {
        height: 200px;
        top: -3.2em;
        position: absolute;
        width: 170px
    }

    main .bg_numbers_wrap .number_two .rectangle_second {
        left: 75%
    }

    main .bg_numbers_wrap .number_two .content {
        position: absolute;
        top: -1.7em;
        left: 1.5em
    }

    main .bg_numbers_wrap .number_three .content {
        position: absolute;
        left: 1.5em;
        top: -.5em
    }

    main .wp-block-media-text.for_drivers {
        padding-top: 7em;
        padding-bottom: 7em;
        display: flex;
        flex-direction: column-reverse
    }

    main .wp-block-media-text.for_drivers .wp-block-media-text__media {
        position: relative;
        width: 100%;
        padding-right: 3em
    }

    main .wp-block-media-text.for_drivers .wp-block-media-text__media img {
        position: relative;
        z-index: 2
    }

    main .wp-block-media-text.for_drivers .wp-block-media-text__media:after {
        z-index: 1;
        right: 20px;
        width: 170px;
        height: 90px
    }

    main .wp-block-media-text.who_we_are .wp-block-media-text__content .background:before,
    main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__content:before {
        right: 0;
        left: unset
    }

    .single-service .type-service .content_wrap:before,
    .single-truck .type-truck .content_wrap:before,
    main .wp-block-media-text.for_drivers .wp-block-media-text__content .background,
    main .wp-block-media-text.who_we_are .wp-block-media-text__content .background {
        top: 8em;
        width: 100%;
        height: calc(100% - 8em)
    }

    main .wp-block-why-choose-us-choose {
        padding-left: 2.6em;
        margin-bottom: 4em
    }

    main .wp-block-why-choose-us-choose .choose_box {
        width: 50%
    }

    main .wp-block-why-choose-us-choose .choose_box:before {
        top: -4px
    }

    main .wp-block-why-choose-us-choose .choose_box p,
    main .wp-block-why-choose-us-choose .choose_box:last-child {
        margin-top: 3em
    }

    main .wp-block-media-text.who_we_are {
        padding-top: 7em;
        display: flex;
        flex-direction: column-reverse
    }

    main .wp-block-media-text.who_we_are .wp-block-media-text__content p {
        padding-right: 25%
    }

    main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__content,
    main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__content p {
        padding-right: 0
    }

    main .wp-block-media-text.who_we_are .wp-block-media-text__media {
        width: 80%;
        margin-bottom: 2em
    }

    main .wp-block-media-text.who_we_are .wp-block-media-text__media .triangle_left,
    main .wp-block-media-text.who_we_are .wp-block-media-text__media .triangle_middle,
    main .wp-block-media-text.who_we_are .wp-block-media-text__media .triangle_right {
        background-color: #fafafa
    }

    main .wp-block-media-text.why_choose_us_01 {
        margin-top: 6em;
        display: flex;
        flex-direction: column-reverse;
        padding-right: 2em
    }

    main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__media {
        margin-bottom: 4em
    }

    main .wp-block-media-text.why_choose_us_02,
    main .wp-block-media-text.why_choose_us_03 {
        display: flex;
        flex-direction: column-reverse;
        padding-left: 2em;
        padding-right: 2em
    }

    main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__content,
    main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__media {
        padding-left: 0;
        width: 100%
    }

    main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__media img {
        max-width: 100%;
        width: 100%;
        height: auto
    }

    main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__media {
        margin-top: 2em
    }

    main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__media .green_block {
        left: unset;
        right: -7em
    }

    .single-service .type-service .content_wrap .service_thumb,
    .single-truck .type-truck .content_wrap .truck_thumb,
    main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__media img {
        width: 100%
    }

    main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__content {
        padding-right: 0;
        margin-top: 5em
    }

    .single-service .type-service .content_wrap,
    .single-truck .type-truck .content_wrap {
        padding-top: 7em;
        flex-direction: column;
        margin-bottom: 7em
    }

    .single-service .type-service .content_wrap .service_content,
    .single-truck .type-truck .content_wrap .truck_content {
        width: 100%;
        margin-bottom: 3em;
        padding-right: 2em
    }

    .single-service .type-service .content_wrap .service_thumb .post-thumbnail,
    .single-truck .type-truck .content_wrap .truck_thumb .post-thumbnail {
        width: 100%;
        padding-left: 2em
    }

    .single-service .type-service .content_wrap .service_thumb .post-thumbnail img,
    .single-truck .type-truck .content_wrap .truck_thumb .post-thumbnail img {
        width: 90%
    }

    .single-service .type-service .content_wrap .service_thumb .post-thumbnail:after,
    .single-truck .type-truck .content_wrap .truck_thumb .post-thumbnail:after {
        top: unset;
        width: 170px;
        height: 90px;
        bottom: -35px;
        right: 20px
    }
}

@media screen and (max-width:767px) {
    footer .contact_us {
        flex-direction: column
    }

    footer .contact_us .contact_form {
        width: 100%
    }

    footer .contact_us .contact_form button.wpcf7-submit {
        margin: 0 auto
    }

    footer .contact_us .map {
        width: 100%;
        height: 25rem
    }
}

@media screen and (max-width:640px) {
    main .bg_numbers_wrap {
        display: none
    }

    .home header .additional_fields .quote p {
        margin: 2em 2em 2em 2.5em;
        padding-left: 1em
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description {
        width: 100%
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button {
        width: fit-content;
        right: 0;
        margin-left: auto
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a {
        padding: 1.5em
    }
}

@media screen and (max-width:540px) {
    footer .site_info .contact_information.responsive {
        padding: 0 1.125rem 2.5rem
    }

    footer .site_info .contact_information.responsive .logo {
        flex-direction: column;
        gap: 2.125rem;
        margin-block: 3.313rem 4.25rem
    }

    footer .site_info .contact_information.responsive .info_wrap {
        margin: 0
    }

    footer .site_info .contact_information.responsive .info_wrap .info .phone .main,
    footer .site_info .contact_information.responsive .info_wrap .info .phone .recruiting,
    footer .site_info .contact_information.responsive .info_wrap .info .phone .recruiting_expedite {
        align-items: center
    }

    footer .site_info .contact_information.responsive .info_wrap .info .phone .main span,
    footer .site_info .contact_information.responsive .info_wrap .info .phone .recruiting span,
    footer .site_info .contact_information.responsive .info_wrap .info .phone .recruiting_expedite span {
        margin-left: 1em
    }
}

@media screen and (max-width:480px) {

    footer .site_info .contact_information.responsive .info_wrap .info .location address a,
    footer .site_info .contact_information.responsive .info_wrap .info .phone a,
    footer .site_info .contact_information.responsive .info_wrap .mail a {
        font-size: 1rem;
        padding-left: 2.5em
    }

    h2 {
        line-height: 1em !important
    }

    .pop_up .popup_wrap form,
    .pop_up_thanks .popup_wrap form {
        width: 100%;
        padding: 0 1em
    }

    .divider_wrap .divider,
    .home header .header_front_wrap .header_counters,
    header.site-header .title_wrap h1:before,
    main .contact_wrap+.bg_numbers_wrap,
    main .wp-block-why-choose-us-choose+.bg_numbers_wrap {
        display: none
    }

    .divider_wrap .resrponsive {
        display: block;
        width: 50%
    }

    header.site-header .header_wrap .main-navigation button {
        margin-left: 0
    }

    header.site-header .header_wrap .become_driver {
        width: 12.5rem;
        transform: rotate(270deg) translate(50%, -50%);
        bottom: 4.188rem;
        transform-origin: right
    }

    header.site-header .header_wrap .become_driver a {
        padding: .5em
    }

    .get_a_quote .popup_wrap form .description,
    .pop_up .popup_wrap form .description,
    .pop_up_thanks .popup_wrap form .description {
        max-width: 100%;
        padding: 1em 0
    }

    .get_a_quote .popup_wrap form .form_wrap,
    .pop_up .popup_wrap form .form_wrap,
    .pop_up_thanks .popup_wrap form .form_wrap {
        max-width: 100%
    }

    .get_a_quote .popup_wrap form .form_wrap .items label,
    .pop_up .popup_wrap form .form_wrap .items label,
    .pop_up_thanks .popup_wrap form .form_wrap .items label {
        margin: 0
    }

    .get_a_quote .popup_wrap form .form_wrap button.wpcf7-submit,
    .pop_up .popup_wrap form .form_wrap button.wpcf7-submit,
    .pop_up_thanks .popup_wrap form .form_wrap button.wpcf7-submit {
        margin: 0 auto;
        padding: 1em 2.5em
    }

    footer .contact_us .contact_form {
        width: calc(100% - 2em);
        padding-bottom: 3em
    }

    footer .contact_us .contact_form .wpcf7 form textarea,
    main .wp-block-why-choose-us-choose .choose_box p {
        margin-bottom: 3em
    }

    footer .contact_us .contact_form .wpcf7 button.wpcf7-submit {
        margin: 0 auto
    }

    .home header .additional_fields .buttons,
    .home header .additional_fields .buttons .get_quote,
    .home header .additional_fields .quote,
    footer .contact_us .map,
    footer .site_info .contact_information.responsive .info_wrap .info,
    main .wp-block-why-choose-us-choose .choose_box {
        width: 100%
    }

    .home header .additional_fields,
    footer .site_info .contact_information.responsive .info_wrap {
        flex-direction: column
    }

    footer .site_info .contact_information.responsive .info_wrap .info .phone span {
        font-size: 1rem
    }

    footer .site_info .contact_information.responsive .info_wrap .mail {
        width: 100%;
        margin-top: 1em
    }

    footer .site_info .contact_information.responsive .info_wrap .mail a:before {
        top: .488rem
    }

    footer .site_info .copyright .copy {
        flex-direction: column;
        align-items: center
    }

    footer .site_info .copyright .socials div {
        margin-right: 1em
    }

    main .contact_wrap .wp-block-column {
        margin-bottom: 3em;
        position: relative
    }

    main .contact_wrap .wp-block-column:first-child:after,
    main .contact_wrap .wp-block-column:nth-child(2):after,
    main .contact_wrap .wp-block-column:nth-child(3):after {
        position: absolute;
        color: #fafafa;
        font-size: 7em;
        font-family: Aldrich-Regular, sans-serif;
        right: .5em;
        top: 0;
        content: '01';
        z-index: -1
    }

    main .contact_wrap .wp-block-column:nth-child(2):after,
    main .wp-block-why-choose-us-choose .choose_box:nth-child(2):after {
        content: '02'
    }

    main .contact_wrap .wp-block-column:nth-child(3) {
        padding-top: 0
    }

    main .contact_wrap .wp-block-column:nth-child(3):after {
        content: '03';
        top: .5em
    }

    .home header .header_front_wrap .title_info,
    main .contact_wrap .wp-block-column p {
        width: 90%
    }

    .home .about_us,
    main .wp-block-media-text.for_drivers,
    main .wp-block-media-text.who_we_are .wp-block-media-text__content p,
    main p.quote {
        padding-right: 2em
    }

    .single-service .type-service .content_wrap .service_content .title_wrap .entry-title .service_title,
    .single-truck .type-truck .content_wrap .truck_content .title_wrap .entry-title .truck_title,
    main .wp-block-media-text.for_drivers .wp-block-media-text__content h2,
    main .wp-block-media-text.who_we_are .wp-block-media-text__content h2,
    main h2.green {
        font-size: 2em
    }

    main .wp-block-media-text.for_drivers+h2.green {
        padding-right: 1em
    }

    main .wp-block-media-text.for_drivers .wp-block-media-text__content p,
    main .wp-block-media-text.for_drivers .wp-block-media-text__media {
        padding-right: 0
    }

    main .wp-block-media-text.for_drivers .wp-block-media-text__media:after {
        right: -1.25rem;
        height: 3.125rem;
        bottom: -1.25rem
    }

    main .wp-block-why-choose-us-choose .choose_box:first-child:after,
    main .wp-block-why-choose-us-choose .choose_box:nth-child(2):after,
    main .wp-block-why-choose-us-choose .choose_box:nth-child(3):after {
        position: absolute;
        color: #fafafa;
        font-size: 7em;
        font-family: Aldrich-Regular, sans-serif;
        right: .5em;
        top: 50%;
        transform: translateY(-50%);
        content: '01';
        z-index: -1
    }

    main .wp-block-why-choose-us-choose .choose_box:nth-child(3):after {
        content: '03'
    }

    main .wp-block-media-text.who_we_are .wp-block-media-text__media .triangle_right {
        right: -.188rem
    }

    main .counters_box {
        margin-right: 2em
    }

    .home .about_us .wp-block-column:last-child .wp-block-columns .wp-block-column,
    main .counters_box .wp-block-column {
        flex-basis: 50% !important
    }

    main .counters_box .wp-block-column:nth-child(3),
    main .counters_box .wp-block-column:nth-child(4) {
        margin-left: 0;
        flex-basis: 50% !important
    }

    .home .about_us .wp-block-column:last-child .wp-block-columns .wp-block-column .counter_box .title,
    main .counters_box .wp-block-column h3 {
        font-size: 1.25em
    }

    .home .about_us .wp-block-column:last-child .wp-block-columns .wp-block-column .counter_box .title:before,
    main .counters_box .wp-block-column h3:before {
        height: 3.75rem
    }

    .home .about_us .wp-block-column:last-child .wp-block-columns .wp-block-column .counter_box .content,
    main .counters_box .wp-block-column .content {
        font-size: .9em
    }

    main .wp-block-media-text.why_choose_us_01 {
        padding-bottom: 6em
    }

    main .wp-block-media-text.why_choose_us_01 .wp-block-media-text__media .green_block {
        height: 3.125rem
    }

    main .wp-block-media-text.why_choose_us_02 {
        overflow: visible
    }

    main .wp-block-media-text.why_choose_us_02 .wp-block-media-text__media .green_block {
        height: 3.125rem;
        left: -2em;
        bottom: -1em
    }

    .home .about_us .wp-block-column:last-child,
    main .wp-block-media-text.why_choose_us_03 {
        padding-bottom: 2em
    }

    main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__content {
        margin-top: 5em
    }

    main .wp-block-media-text.why_choose_us_03 .wp-block-media-text__media .green_block {
        width: 12.5rem;
        bottom: 4em;
        right: -4.375rem
    }

    .sc_services {
        margin-top: 8em
    }

    .sc_services .services_info .background {
        top: -10em;
        left: 0
    }

    .sc_services .services_info .sc_services_title {
        position: relative;
        right: unset;
        top: 0;
        transform-origin: bottom left;
        left: unset;
        text-align: center;
        transform: rotate(0) translateY(0);
        font-size: 2.5em
    }

    .sc_services .services_info .sc_services_description {
        margin-bottom: 2em;
        left: 1em
    }

    .sc_services .services_wrap {
        margin-left: 0;
        width: 100%;
        margin-top: 2em;
        margin-bottom: 0
    }

    .home .wp-block-spacer {
        height: 6.25rem !important
    }

    .home header .header_front_wrap .title_info h1:before {
        width: 3.125rem;
        left: -1.35em
    }

    .home header .additional_fields .ryantrans {
        padding-inline: 1.125rem;
        padding-bottom: 4.188rem;
        text-align: center
    }

    .home header .additional_fields .quote p {
        margin: 2em;
        padding-left: 1em
    }

    .home header .additional_fields .buttons .get_quote a {
        padding-top: 4em;
        padding-bottom: 2em;
        background: #eaeaea
    }

    .home header .additional_fields .buttons .get_quote a:before {
        top: 1.5em
    }

    .home header .additional_fields .buttons .owner_operators {
        width: 50%
    }

    .home header .additional_fields .buttons .owner_operators a {
        padding-top: 6em;
        padding-bottom: 2em;
        background: #eaeaea
    }

    .home .about_us .wp-block-column:first-child .background {
        height: calc(100% + 5em)
    }

    .home .about_us .wp-block-column:first-child p {
        margin-right: 0
    }

    .home .about_us .wp-block-column:last-child h2,
    .home .about_us .wp-block-column:last-child p {
        width: 100% !important;
        margin-left: 0 !important
    }

    .home .about_us .wp-block-column:last-child .wp-block-columns {
        width: 100%;
        bottom: -2em;
        left: 1em;
        position: relative
    }

    .home .about_us .wp-block-column .wp-block-buttons {
        margin-left: 0;
        bottom: -3em;
        right: 0;
        left: 0
    }

    .single-service .type-service .content_wrap .service_thumb .post-thumbnail:after,
    .single-truck .type-truck .content_wrap .truck_thumb .post-thumbnail:after {
        height: 3.125rem;
        bottom: -1.25rem
    }

    .truck_types_slider {
        margin-top: 0
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description {
        width: 100%;
        padding-right: 2em
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button {
        width: 100%;
        right: unset;
        margin-left: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 2em;
        margin-bottom: 2em
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a {
        justify-content: center;
        padding: 1.5em;
        text-align: center
    }

    .truck_types_slider .sc_trucks .slider_item .sc_truck_description .slick_button .slick_button_item a span {
        right: 1.5em
    }

    .gallery_front_page .wp-block-column .gallery_info {
        padding: 0 2em
    }

    .gallery_front_page .wp-block-column .gallery_info .gallery_details {
        width: 100%;
        margin-left: 0
    }

    .gallery_front_page .wp-block-column .gallery_info .gallery_description {
        width: 100% !important
    }

    .gallery_front_page .wp-block-column .gallery_info .gallery_additionally {
        position: absolute;
        width: 100%;
        right: 0;
        top: 0
    }

    .gallery_front_page .wp-block-column .gallery_info .gallery_additionally .number {
        width: 50%;
        margin-left: 50%;
        overflow: visible !important
    }

    .gallery_front_page .wp-block-column .gallery_info .gallery_additionally .number p {
        font-size: 7em !important
    }

    .gallery_front_page .wp-block-column .gallery_info .gallery_additionally .gallery_button {
        display: none !important
    }

    .gallery_front_page .wp-block-column .responsive_button {
        display: flex !important;
        margin: 2em auto 4em
    }

    .gallery_front_page .wp-block-column .gallery_slide {
        margin-left: 0;
        padding-left: 2em;
        padding-right: 2em
    }

    .gallery_front_page .background {
        width: 50% !important
    }

    .error404 .site main .content .go_back a {
        padding: 1em 2em
    }
}

@media screen and (max-width:375px) {
    footer .site_info .copyright .socials {
        display: block;
        text-align: center
    }

    footer .site_info .copyright .socials div {
        margin-right: 0;
        margin-bottom: 1em
    }
}

@media screen and (max-height:430px) {
    .error404 {
        height: 100%
    }

    .error404 .site .site-main {
        height: 100%;
        padding: 6.25rem 1.25rem 2.5rem
    }
}

@media screen and (max-width:360px) {

    footer .site_info .contact_information.responsive .info_wrap .info .location address a,
    footer .site_info .contact_information.responsive .info_wrap .info .phone a,
    footer .site_info .contact_information.responsive .info_wrap .info .phone span,
    footer .site_info .contact_information.responsive .info_wrap .mail a {
        font-size: .8rem
    }

    footer .site_info .contact_information.responsive .info_wrap .mail a:before {
        top: .188rem
    }
}