﻿@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400;1,700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");

:root {
    --color-main: #bf1e2e;
    --color-alt: #4d85da;
    --color-light: #eaeaea;
    --color-dark: #000;
    --font-body: normal 500 1em 'Lato', sans-serif;
    --font-family-body: 'Lato';
    --font-body-family: 'Lato';
    --font-body-weight: 500;
    --font-body-style: normal;
    --font-body-bold: normal 700 1em 'Lato', sans-serif;
    --font-family-body-bold: 'Lato';
    --font-body-bold-family: 'Lato';
    --font-body-bold-weight: 700;
    --font-body-bold-style: normal;
    --font-body-italic: italic 400 1em 'Lato', sans-serif;
    --font-family-body-italic: 'Lato';
    --font-body-italic-family: 'Lato';
    --font-body-italic-weight: 400;
    --font-body-italic-style: italic;
    --font-body-bold-italic: italic 700 1em 'Lato', sans-serif;
    --font-family-body-bold-italic: 'Lato';
    --font-body-bold-italic-family: 'Lato';
    --font-body-bold-italic-weight: 700;
    --font-body-bold-italic-style: italic;
    --font-heading: normal 900 1em 'Lato', sans-serif;
    --font-family-heading: 'Lato';
    --font-heading-family: 'Lato';
    --font-heading-weight: 900;
    --font-heading-style: normal;
    --font-button: normal 400 1em 'Lato', sans-serif;
    --font-family-button: 'Lato';
    --font-button-family: 'Lato';
    --font-button-weight: 400;
    --font-button-style: normal;
    --font-custom-1: normal 600 1em 'Lato', sans-serif;
    --font-family-custom-1: 'Lato';
    --font-custom-1-family: 'Lato';
    --font-custom-1-weight: 600;
    --font-custom-1-style: normal;
    --font-custom-2: normal 300 1em 'Lato', sans-serif;
    --font-family-custom-2: 'Lato';
    --font-custom-2-family: 'Lato';
    --font-custom-2-weight: 300;
    --font-custom-2-style: normal;
    --font-custom-3: normal normal 1em 'custom3-font', sans-serif;
    --font-family-custom-3: 'custom3-font';
    --font-custom-3-family: 'custom3-font';
    --font-custom-3-weight: normal;
    --font-custom-3-style: normal
}

@media all and (min-width: 800px) {
    .conceal {
        display: none !important
    }
}

@media all and (max-width: 800px) {
    .conceal {
        display: inherit
    }
}

@media all and (min-width: 800px) {
    .reveal {
        display: inherit
    }
}

@media all and (max-width: 800px) {
    .reveal {
        display: none !important
    }
}

@media all and (min-width: 800px) {
    .reveal-m {
        display: inherit
    }
}

@media all and (max-width: 800px) {
    .reveal-m {
        display: none !important
    }
}

@media all and (min-width: 800px) and (max-width: 1200px) {
    .reveal-m {
        display: none !important
    }
}

.container.subpage .footer-wrapper .new_block_link {
    display: none
}

.footer-wrapper {
    overflow: hidden;
    clear: both
}

    .footer-wrapper footer.main {
        height: auto;
        background-color: rgba(0,0,0,0);
        font: normal 500 1em "Lato",sans-serif;
        font-size: 15px;
        color: #fff;
        text-align: center;
        padding: 0
    }

        .footer-wrapper footer.main .constrain {
            height: auto
        }

        .footer-wrapper footer.main ul.social-links li a:hover {
            color: #6e000b
        }

    .footer-wrapper .nine {
        padding: 10px 0;
        background-color: #ad1726;
        color: #fff
    }

        .footer-wrapper .nine .constrain {
            display: flex;
            width: 100%;
            justify-content: flex-end;
            align-items: center
        }

@media all and (max-width: 800px) {
    .footer-wrapper .nine .constrain {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer-wrapper .nine a {
    display: block;
    width: 60px;
    height: 30px;
    flex: 0 0 60px;
    text-decoration: none
}

    .footer-wrapper .nine a .nine-logo-svg {
        width: 60px;
        height: 30px;
        fill: #fff
    }

        .footer-wrapper .nine a .nine-logo-svg polygon {
            stroke: #fff
        }

    .footer-wrapper .nine a:hover .nine-logo-svg {
        fill: #6e000b
    }

        .footer-wrapper .nine a:hover .nine-logo-svg polygon {
            stroke: #6e000b
        }

.footer-wrapper .nine p.copyright {
    font-size: 12px;
    text-align: left;
    flex: 1
}

@media all and (max-width: 800px) {
    .footer-wrapper .nine p.copyright {
        flex: 0 0 100%;
        margin-bottom: 5px;
        text-align: center
    }
}

.footer-wrapper .nine span {
    display: block;
    margin-right: 6px;
    font-size: 11px;
    flex: 0 1 auto
}

.calendar-wrapper {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0
}

    .calendar-wrapper .fc-left h2 {
        color: #000;
        font-weight: normal;
        font-size: 20px;
        padding-left: 1px
    }

@media all and (max-width: 800px) {
    .calendar-wrapper .fc-left h2 {
        font-size: 15px
    }
}

.calendar-wrapper .fc-day-grid-event {
    cursor: pointer;
    padding: 3px 3px 2px 3px
}

.calendar-wrapper .fc-button:focus {
    outline-width: 0
}

.calendar-wrapper .fc-toolbar .fc-left {
    position: relative;
    top: 15px
}

@media all and (max-width: 800px) {
    .calendar-wrapper .fc-toolbar .fc-left {
        top: 19px;
        left: 3px
    }
}

.calendar-wrapper .fc th {
    padding-top: 4px
}

.calendar-wrapper .calendar-selector {
    text-align: center;
    margin: 0 auto 10px auto
}

    .calendar-wrapper .calendar-selector a {
        font-size: 14px;
        padding: 4px 15px;
        margin: 0 4px;
        background: #bf1e2e;
        color: #fff;
        display: inline-block;
        border-radius: 4px;
        text-decoration: none
    }

        .calendar-wrapper .calendar-selector a:hover {
            color: #fff
        }

        .calendar-wrapper .calendar-selector a.icon-shown.false {
            display: none
        }

        .calendar-wrapper .calendar-selector a.icon-hidden.true {
            display: inline-block
        }

        .calendar-wrapper .calendar-selector a.icon-hidden {
            display: none;
            background-color: #989898 !important
        }

            .calendar-wrapper .calendar-selector a.icon-hidden .text {
                text-decoration: line-through
            }

@media all and (max-width: 800px) {
    .calendar-wrapper .calendar-selector {
        top: -20px
    }
}

.fullscreen-overlay {
    background: rgba(191,30,46,0.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

    .fullscreen-overlay .modal-wrapper {
        text-align: center;
        padding: 20px 0
    }

        .fullscreen-overlay .modal-wrapper .modal {
            background: #fff;
            border-radius: 14px;
            max-width: 600px;
            width: 94%;
            margin: 0 auto 0;
            position: relative;
            padding: 30px;
            color: #000;
            max-height: calc(100vh - 40px);
            overflow-y: scroll
        }

            .fullscreen-overlay .modal-wrapper .modal .event-title {
                margin-bottom: 10px
            }

            .fullscreen-overlay .modal-wrapper .modal .event-location {
                margin-bottom: 10px;
                color: #333;
                font-size: 1em
            }

            .fullscreen-overlay .modal-wrapper .modal .event-date {
                margin-bottom: 0;
                font-size: 1em
            }

            .fullscreen-overlay .modal-wrapper .modal .event-content {
                margin-top: 10px
            }

            .fullscreen-overlay .modal-wrapper .modal .icon-close {
                color: #bf1e2e;
                position: absolute;
                top: 10px;
                right: 10px;
                font-size: 28px;
                cursor: pointer;
                text-decoration: none
            }

                .fullscreen-overlay .modal-wrapper .modal .icon-close:hover {
                    color: #991825
                }

@media all and (max-width: 800px) {
    .fullscreen-overlay .modal-wrapper .modal .icon-close {
        font-size: 20px
    }
}

.fullscreen-overlay .modal-wrapper .modal .modal-title {
    color: #000;
    margin: 0 0 15px 0
}

@-webkit-keyframes bounce {
    0%,20%,53%,80%,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: translateZ(0);
        transform: translateZ(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 {
    0%,20%,53%,80%,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: translateZ(0);
        transform: translateZ(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 {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.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: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

@keyframes jello {
    0%,11.1%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.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 {
    0%,20%,40%,60%,80%,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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,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: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,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: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,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: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,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, -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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,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, -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: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    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 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(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 {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.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 {
    0% {
        -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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        -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: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(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 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.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 zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.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 {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.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 {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.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 (prefers-reduced-motion: reduce),(print) {
    .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
    }
}

.button-block.full-width .btn {
    display: block;
    width: 100%
}

.button-block.inline {
    display: inline-block
}

.button-block.center {
    text-align: center
}

.button-block.left {
    text-align: left
}

.button-block.right {
    text-align: right
}

@media all and (max-width: 800px) {
    .btn.custom-1 {
        font-size: 1.25em
    }
}

.btn.custom-1::before {
    content: '';
    border: 2px solid #fff;
    border-radius: inherit;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    display: inline-block;
    margin: 20px
}

@media all and (min-width: 800px) {
    .btn.custom-1::after {
        content: url(/img/SiteIcons/ButtonArrowRight.svg);
        position: relative;
        top: 2px;
        margin-left: 30px
    }
}

.btn.custom-1:hover {
    background: #ac1b29;
    border-color: #861520
}

.btn.disabled, .btn.disabled:hover {
    background: #8e8e8e;
    color: #c1c1c1;
    cursor: default
}

.btn.small {
    line-height: 28px;
    font-size: 12px;
    padding: 2px 10px
}

.collapsible-container {
    margin-bottom: 1em
}

    .collapsible-container h3.title {
        background: #bf1e2e;
        color: #fff;
        margin: 0;
        padding: 1rem;
        display: flex;
        font-size: 1.2em;
        cursor: pointer;
        align-items: center
    }

@media all and (max-width: 800px) {
    .collapsible-container h3.title {
        font-size: 1.2em;
        padding: 10px 10px 8px 10px
    }
}

.collapsible-container h3.title::before {
    content: "+";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    font-size: 18px;
    padding: 1px;
    text-align: center;
    flex: 0 0 18px;
    margin-right: 14px;
    line-height: 16px;
    border-radius: 4px
}

@media all and (max-width: 800px) {
    .collapsible-container h3.title::before {
        width: 16px;
        height: 16px;
        font-size: 16px;
        padding: 0;
        border-width: 1px;
        margin-right: 10px
    }
}

.collapsible-container h3.title:hover {
    color: #6E000B
}

    .collapsible-container h3.title:hover::before {
        color: #6E000B;
        border-color: #6E000B
    }

.collapsible-container .content_body {
    background: #fff;
    border: 1px solid #bf1e2e;
    display: none;
    color: #262538
}

@media all and (max-width: 800px) {
    .collapsible-container .content_body {
        padding: 20px !important
    }
}

body.editing .collapsible-container .content_body {
    display: block
}

.spacer-block {
    clear: both
}

body.editing .spacer-block {
    border: 1px dashed #e8e8e8;
    min-height: 35px;
    position: relative
}

    body.editing .spacer-block::before {
        content: "Spacer Block";
        font-family: "Arial", sans-serif;
        color: gray;
        font-size: 10px;
        position: absolute;
        left: 0;
        top: 6px;
        width: 100%;
        text-align: center;
        line-height: 1em
    }

.site-logo-block a.image {
    display: block;
    text-decoration: none;
    max-width: 100%
}

.site-logo-block img {
    display: block
}

.site-logo-block.left {
    text-align: left
}

    .site-logo-block.left img, .site-logo-block.left a.image {
        margin: 0 auto 0 0
    }

.site-logo-block.right {
    text-align: right
}

    .site-logo-block.right img, .site-logo-block.right a.image {
        margin: 0 0 0 auto
    }

.site-logo-block.center {
    text-align: center
}

    .site-logo-block.center img, .site-logo-block.center a.image {
        margin: 0 auto
    }

@media all and (max-width: 800px) {
    .site-logo-block.ma-left {
        text-align: left
    }

        .site-logo-block.ma-left img, .site-logo-block.ma-left a.image {
            margin: 0 auto 0 0
        }

    .site-logo-block.ma-right {
        text-align: right
    }

        .site-logo-block.ma-right img, .site-logo-block.ma-right a.image {
            margin: 0 0 0 auto
        }

    .site-logo-block.ma-center {
        text-align: center
    }

        .site-logo-block.ma-center img, .site-logo-block.ma-center a.image {
            margin: 0 auto
        }
}

.faq-block .constrain {
    padding: 20px
}

    .faq-block .constrain h4.question {
        display: flex;
        cursor: pointer;
        align-items: flex-start;
        margin: 0;
        line-height: 1.2em
    }

        .faq-block .constrain h4.question::before {
            display: block;
            flex: 0 0 30px;
            margin: 0 8px 5px 0;
            transform: rotate(45deg);
            transition: transform 300ms ease;
            transform-origin: 40%;
            font-size: 24px
        }

        .faq-block .constrain h4.question.shown::before {
            transform: rotate(0deg)
        }

        .faq-block .constrain h4.question:hover {
            color: #bf1e2e
        }

@media all and (max-width: 800px) {
    .faq-block .constrain h4.question {
        font-size: 1.2em
    }
}

.faq-block .constrain .richtext.answer {
    display: none;
    padding: 12px 0 0 38px
}

.container3-block .faq-block .constrain, .flex-grid-unit .faq-block .constrain {
    padding-left: 0;
    padding-right: 0
}

body.editing .faq-block .constrain .richtext.answer {
    display: block
}

@media all and (max-width: 800px) {
    .photo-slider-block .inner .slider.slick-dotted {
        margin: 0
    }
}

.photo-slider-block .inner .slider .slick-list {
    height: 100%
}

    .photo-slider-block .inner .slider .slick-list .slick-track {
        height: 100%
    }

@media all and (max-width: 800px) {
    .photo-slider-block .inner .slider .slick-dots {
        display: none;
        visibility: hidden
    }
}

.photo-slider-block .inner .slider .slick-dots li button::before {
    font-size: 10px;
    opacity: 0.5
}

.photo-slider-block .inner .slider .slick-dots li.slick-active button::before {
    opacity: 1
}

.photo-slider-block .inner .slider.Fit .slide {
    background-size: contain;
    background-color: #000;
    background-repeat: no-repeat
}

.photo-slider-block .inner .slider a.slick-arrow {
    bottom: auto;
    top: 50%;
    z-index: 4
}

    .photo-slider-block .inner .slider a.slick-arrow.slick-prev {
        right: auto;
        left: 5px
    }

    .photo-slider-block .inner .slider a.slick-arrow.slick-next {
        left: auto;
        right: 8px
    }

    .photo-slider-block .inner .slider a.slick-arrow::before {
        color: #fff;
        font-size: 24px;
        opacity: 1
    }

    .photo-slider-block .inner .slider a.slick-arrow:hover::before {
        opacity: 0.8
    }

.photo-slider-block .inner .slider .slide {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%
}

    .photo-slider-block .inner .slider .slide span.caption {
        position: absolute;
        left: 0;
        bottom: 0;
        width: auto;
        height: auto;
        background-color: rgba(0,0,0,0.8);
        color: #fff;
        font-size: 0.8em;
        padding: 3px 10px;
        z-index: 2;
        display: block
    }

body.editing .photo-slider-block .inner.cols-1 .slider .slide:nth-of-type(1) {
    display: block
}

body.editing .photo-slider-block .inner.cols-2 .slider .slide:nth-of-type(1), body.editing .photo-slider-block .inner.cols-2 .slider .slide:nth-of-type(2) {
    display: block
}

body.editing .photo-slider-block .inner.cols-3 .slider .slide:nth-of-type(1), body.editing .photo-slider-block .inner.cols-3 .slider .slide:nth-of-type(2), body.editing .photo-slider-block .inner.cols-3 .slider .slide:nth-of-type(3) {
    display: block
}

body.editing .photo-slider-block .inner.cols-4 .slider .slide:nth-of-type(1), body.editing .photo-slider-block .inner.cols-4 .slider .slide:nth-of-type(2), body.editing .photo-slider-block .inner.cols-4 .slider .slide:nth-of-type(3), body.editing .photo-slider-block .inner.cols-4 .slider .slide:nth-of-type(4) {
    display: block
}

body.editing .photo-slider-block .inner.cols-5 .slider .slide:nth-of-type(1), body.editing .photo-slider-block .inner.cols-5 .slider .slide:nth-of-type(2), body.editing .photo-slider-block .inner.cols-5 .slider .slide:nth-of-type(3), body.editing .photo-slider-block .inner.cols-5 .slider .slide:nth-of-type(4), body.editing .photo-slider-block .inner.cols-5 .slider .slide:nth-of-type(5) {
    display: block
}

body.editing .photo-slider-block .inner .slider {
    display: flex;
    justify-content: center;
    align-items: center
}

    body.editing .photo-slider-block .inner .slider .slide {
        flex: 1
    }

.social-links-block ul.social-links {
    height: 1.04em
}

    .social-links-block ul.social-links.center {
        text-align: center
    }

    .social-links-block ul.social-links.left {
        text-align: left
    }

    .social-links-block ul.social-links.right {
        text-align: right
    }

.contact-info-block .ci-inner {
    max-width: 1200px;
    margin: 0 auto
}

    .contact-info-block .ci-inner.show-icons .ci-fields .ci-field [class^="icon-"] {
        display: block
    }

    .contact-info-block .ci-inner.labels .ci-fields .ci-field .ci-label {
        display: block
    }

    .contact-info-block .ci-inner.align-left {
        text-align: left
    }

        .contact-info-block .ci-inner.align-left .ci-fields .ci-field {
            justify-content: flex-start
        }

    .contact-info-block .ci-inner.align-center {
        text-align: center
    }

        .contact-info-block .ci-inner.align-center .ci-fields .ci-field {
            justify-content: center
        }

    .contact-info-block .ci-inner.align-right {
        text-align: right
    }

        .contact-info-block .ci-inner.align-right .ci-fields .ci-field {
            justify-content: flex-end
        }

@media all and (max-width: 800px) {
    .contact-info-block .ci-inner.malign-left {
        text-align: left
    }

        .contact-info-block .ci-inner.malign-left .ci-fields .ci-field {
            justify-content: flex-start
        }
}

@media all and (max-width: 800px) {
    .contact-info-block .ci-inner.malign-center {
        text-align: center
    }

        .contact-info-block .ci-inner.malign-center .ci-fields .ci-field {
            justify-content: center
        }
}

@media all and (max-width: 800px) {
    .contact-info-block .ci-inner.malign-right {
        text-align: right
    }

        .contact-info-block .ci-inner.malign-right .ci-fields .ci-field {
            justify-content: flex-end
        }
}

.contact-info-block .ci-inner .ci-fields .ci-field {
    display: flex;
    margin-bottom: 0.8em;
    flex-wrap: wrap;
    align-items: center
}

    .contact-info-block .ci-inner .ci-fields .ci-field:last-of-type {
        margin: 0
    }

    .contact-info-block .ci-inner .ci-fields .ci-field [class^="icon-"] {
        display: none;
        flex: 0 1 auto;
        margin-right: 0.3em
    }

    .contact-info-block .ci-inner .ci-fields .ci-field .ci-label {
        display: none;
        flex: 0 1 auto;
        font-weight: bold;
        margin-bottom: 0.3em
    }

    .contact-info-block .ci-inner .ci-fields .ci-field address > span {
        display: block
    }

    .contact-info-block .ci-inner .ci-fields .ci-field address, .contact-info-block .ci-inner .ci-fields .ci-field p, .contact-info-block .ci-inner .ci-fields .ci-field .richtext {
        display: block;
        flex: 0 0 100%;
        line-height: 1.2em
    }

        .contact-info-block .ci-inner .ci-fields .ci-field address p, .contact-info-block .ci-inner .ci-fields .ci-field p p, .contact-info-block .ci-inner .ci-fields .ci-field .richtext p {
            margin: 0 0 0.3em 0
        }

            .contact-info-block .ci-inner .ci-fields .ci-field address p:last-of-type, .contact-info-block .ci-inner .ci-fields .ci-field p p:last-of-type, .contact-info-block .ci-inner .ci-fields .ci-field .richtext p:last-of-type {
                margin: 0
            }

    .contact-info-block .ci-inner .ci-fields .ci-field a {
        color: #bf1e2e;
        text-decoration: none
    }

        .contact-info-block .ci-inner .ci-fields .ci-field a:hover {
            color: #4d85da
        }

.flex-grid-unit.vcc > .content_body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .flex-grid-unit.vcc > .content_body > .image-block {
        container-type: normal
    }

@media all and (max-width: 800px) {
    .flex-grid-unit.bg-only {
        min-height: 45vw
    }
}

body.editing .flex-grid-unit {
    border: 1px dashed #e8e8e8
}

.floated-text-image-block .inner {
    max-width: 1200px;
    margin: 0 auto
}

    .floated-text-image-block .inner::after {
        content: " ";
        display: block;
        width: 100%;
        height: 0;
        clear: both
    }

    .floated-text-image-block .inner .photo {
        position: relative;
        z-index: 3
    }

        .floated-text-image-block .inner .photo a {
            display: block;
            width: 100%;
            text-decoration: none
        }

        .floated-text-image-block .inner .photo img {
            display: block;
            width: 100%
        }

    .floated-text-image-block .inner .text {
        position: relative;
        z-index: 2
    }

.floated-text-image-block.left .inner .photo {
    float: left;
    margin: 0 10px 10px 0
}

.floated-text-image-block.right .inner .photo {
    float: right;
    margin: 0 0 10px 10px
}

body.editing .floated-text-image-block.block_over .select_handle, body.editing .floated-text-image-block.block_over .delete_handle, body.editing .floated-text-image-block.block_over .duplicate_handle, body.editing .floated-text-image-block.block_over .drag_handle, body.editing .floated-text-image-block.block_over .settings_handle, body.editing .floated-text-image-block.block_over .save_handle {
    z-index: 4
}

.video-block .contain {
    margin: 0 auto
}

.video-block .iframe-holder {
    position: relative;
    padding-bottom: 56.25%
}

    .video-block .iframe-holder .editing-overlay {
        display: none
    }

    .video-block .iframe-holder video {
        max-width: 100%;
        height: auto
    }

    .video-block .iframe-holder iframe, .video-block .iframe-holder .fake-video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: #000;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .video-block .iframe-holder iframe svg, .video-block .iframe-holder .fake-video svg {
            transition: filter 300ms ease;
            width: 80px;
            height: 80px;
            display: block
        }

    .video-block .iframe-holder .fake-video {
        cursor: pointer
    }

        .video-block .iframe-holder .fake-video:hover svg {
            filter: brightness(1.2)
        }

        .video-block .iframe-holder .fake-video.autoplay svg {
            display: none;
            visibility: hidden
        }

        .video-block .iframe-holder .fake-video.loaded {
            cursor: default;
            background-image: none !important;
            display: block
        }

body.editing .video-block .contain {
    position: relative
}

    body.editing .video-block .contain .iframe-holder .editing-overlay {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        cursor: pointer
    }

        body.editing .video-block .contain .iframe-holder .editing-overlay p {
            background: #000;
            font-size: 15px;
            color: #fff;
            position: absolute;
            left: 0;
            width: 100%;
            font-family: 'Roboto';
            font-weight: 300;
            height: 100%;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center
        }

.media-links-block .inner {
    max-width: 1200px;
    margin: 0 auto
}

    .media-links-block .inner .admin-message {
        display: none;
        padding: 20px;
        text-align: center
    }

    .media-links-block .inner ul.media-list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px
    }

        .media-links-block .inner ul.media-list li span.name {
            display: block;
            flex: 0 1 auto;
            padding-right: 12px
        }

        .media-links-block .inner ul.media-list li .btn {
            flex: 0 1 auto
        }

        .media-links-block .inner ul.media-list li:last-of-type {
            margin: 0
        }

body.editing .media-links-block .inner .admin-message {
    display: block
}

.flex-grid-container {
    position: relative
}

    .flex-grid-container > .constrain:not(.scale) {
        max-width: 1200px
    }

    .flex-grid-container > .inner {
        margin: 0 auto
    }

    .flex-grid-container .flexbox.h-center {
        justify-content: center
    }

    .flex-grid-container .flexbox.h-left {
        justify-content: flex-start
    }

    .flex-grid-container .flexbox.h-right {
        justify-content: flex-end
    }

    .flex-grid-container .flexbox.h-justify {
        justify-content: space-between
    }

    .flex-grid-container .flexbox.h-center-justify {
        justify-content: space-around
    }

    .flex-grid-container .flexbox.v-top {
        align-items: flex-start
    }

    .flex-grid-container .flexbox.v-center {
        align-items: center
    }

    .flex-grid-container .flexbox.v-bottom {
        align-items: flex-end
    }

    .flex-grid-container .flexbox.v-stretch {
        align-items: stretch
    }

    .flex-grid-container .flexbox.v-baseline {
        align-items: baseline
    }

@media all and (max-width: 800px) {
    .flex-grid-container .flexbox .flex-grid-unit {
        flex: 0 1 auto !important;
        width: 100%
    }
}

.heading-block .heading-hold .h {
    margin: 0
}

.heading-block .heading-hold.a-inherit {
    text-align: inherit
}

.heading-block .heading-hold.a-left {
    text-align: left
}

    .heading-block .heading-hold.a-left .hdln {
        margin: 0 auto 0 0
    }

.heading-block .heading-hold.a-center {
    text-align: center
}

.heading-block .heading-hold.a-right {
    text-align: right
}

    .heading-block .heading-hold.a-right .hdln {
        margin: 0 0 0 auto
    }

@media all and (max-width: 800px) {
    .heading-block .heading-hold.ma-left {
        text-align: left
    }

        .heading-block .heading-hold.ma-left .hdln {
            margin: 0 auto 0 0
        }

    .heading-block .heading-hold.ma-center {
        text-align: center
    }

    .heading-block .heading-hold.ma-right {
        text-align: right
    }

        .heading-block .heading-hold.ma-right .hdln {
            margin: 0 0 0 auto
        }
}

.heading-block .heading-hold .hdln {
    margin: 0 auto;
    background-color: #bf1e2e
}

.heading-block.ln {
    overflow: hidden
}

.heading-block.sideline .h {
    position: relative;
    display: inline-block
}

    .heading-block.sideline .h::after, .heading-block.sideline .h::before {
        content: " ";
        display: block;
        position: absolute;
        top: 47%
    }

body h1, body h2, body h3, body h4, body h5, body h6 {
    font: normal 900 1em "Lato",sans-serif;
    line-height: 1.3em;
    margin-bottom: 10px
}

    body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a {
        color: #bf1e2e;
        text-decoration: none
    }

        body h1 a:hover, body h2 a:hover, body h3 a:hover, body h4 a:hover, body h5 a:hover, body h6 a:hover {
            color: #4d85da
        }

body h1 {
    font-size: 2em;
    font-size: calc(16px * 2)
}

@media all and (max-width: 800px) {
    body h1 {
        font-size: calc(16px * 1.8)
    }
}

@media all and (max-width: 550px) {
    body h1 {
        font-size: calc(16px * 1.6)
    }
}

body h2 {
    font-size: 1.8em;
    font-size: calc(16px * 1.8)
}

@media all and (max-width: 800px) {
    body h2 {
        font-size: calc(16px * 1.6)
    }
}

@media all and (max-width: 550px) {
    body h2 {
        font-size: calc(16px * 1.4)
    }
}

body h3 {
    font-size: 1.6em;
    /* font-size:calc(16px * 1.6); */
}

@media all and (max-width: 800px) {
    body h3 {
        font-size: calc(16px * 1.45)
    }
}

@media all and (max-width: 550px) {
    body h3 {
        font-size: calc(16px * 1.3)
    }
}

body h4 {
    font-size: 1.4em;
    font-size: calc(16px * 1.4)
}

@media all and (max-width: 800px) {
    body h4 {
        font-size: calc(16px * 1.3)
    }
}

@media all and (max-width: 550px) {
    body h4 {
        font-size: calc(16px * 1.2)
    }
}

body h5 {
    font-size: 1.2em;
    font-size: calc(16px * 1.2)
}

@media all and (max-width: 800px) {
    body h5 {
        font-size: calc(16px * 1.125)
    }
}

@media all and (max-width: 550px) {
    body h5 {
        font-size: calc(16px * 1.05)
    }
}

body h6 {
    font-size: 1em;
    font-size: 16px
}

.form_v1_block.left {
    text-align: left
}

.form_v1_block.right {
    text-align: right
}

    .form_v1_block.right .contain form .field.button {
        text-align: right
    }

.form_v1_block.center .contain form .field.button, .form_v1_block.center .form-message {
    text-align: right
}

.form_v1_block.center header {
    text-align: center
}

.form_v1_block .contain {
    margin: 0 auto;
    max-width: 1200px
}

    .form_v1_block .contain header .richtext {
        margin-bottom: 1em
    }

    .form_v1_block .contain form {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap
    }

        .form_v1_block .contain form .new_block_link {
            display: none !important;
            visibility: hidden !important
        }

@media all and (max-width: 550px) {
    .form_v1_block .contain form {
        display: block
    }
}

.form_v1_block .contain form > .richtext-block.hasrt {
    display: none;
    visibility: hidden
}

.form_v1_block .contain form p.cta {
    padding: 10px 10px 8px 10px;
    text-align: center;
    background: #f3f3f3;
    border: 1px dashed gray;
    cursor: pointer;
    flex: 0 0 100%;
    margin-bottom: 15px
}

    .form_v1_block .contain form p.cta:hover {
        background: #feffdc
    }

.form_v1_block .contain form .field textarea {
    height: 120px
}

.form_v1_block .contain form .field.w-100 {
    flex: 0 0 100%
}

.form_v1_block .contain form .field.w-50 {
    flex: 0 0 49%
}

.form_v1_block .contain form .field.w-33 {
    flex: 0 0 32%
}

.form_v1_block .contain form .field.w-25 {
    flex: 0 0 24%
}

.form_v1_block .contain form .field.w-20 {
    flex: 0 0 19%
}

.form_v1_block .contain form .field p.multi-label {
    font-size: 1em;
    margin-bottom: 10px
}

    .form_v1_block .contain form .field p.multi-label.req::after {
        content: "*";
        display: inline-block;
        margin-left: 3px;
        color: #ce4242
    }

.form_v1_block .contain form .field .multi-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .form_v1_block .contain form .field .multi-options .multi-opt {
        flex: 0 1 auto;
        display: flex;
        align-items: center;
        margin: 0 15px 12px 0
    }

        .form_v1_block .contain form .field .multi-options .multi-opt input {
            flex: 0 1 auto;
            margin: 0 6px 0 0
        }

        .form_v1_block .contain form .field .multi-options .multi-opt label {
            margin: 0;
            flex: 1;
            display: block
        }

    .form_v1_block .contain form .field button.ms-choice > span {
        position: static;
        padding: 0
    }

.form_v1_block .contain form .field .ms-drop ul > li label {
    display: flex;
    align-items: center
}

.form_v1_block .contain form .field label.has-float-label.checkbox {
    display: flex;
    align-items: flex-start
}

    .form_v1_block .contain form .field label.has-float-label.checkbox input[type="checkbox"] {
        display: block;
        flex: 0 1 auto;
        margin: 0;
        position: relative;
        top: 2px
    }

    .form_v1_block .contain form .field label.has-float-label.checkbox > span {
        position: static;
        flex: 1;
        padding-left: 10px;
        font-size: 1em;
        opacity: 1;
        cursor: pointer
    }

.form_v1_block .contain form .field .dropzone {
    min-height: 0;
    padding: 5px;
    height: auto;
    background-color: #ffffe8
}

    .form_v1_block .contain form .field .dropzone .dz-preview {
        margin: 5px;
        min-height: 60px;
        overflow: hidden
    }

        .form_v1_block .contain form .field .dropzone .dz-preview .dz-image {
            height: 60px;
            width: 60px;
            border-radius: 0
        }

        .form_v1_block .contain form .field .dropzone .dz-preview .dz-details {
            padding: 0;
            line-height: 1em;
            top: 10px
        }

            .form_v1_block .contain form .field .dropzone .dz-preview .dz-details .dz-size {
                font-size: 12px;
                margin-bottom: 3px
            }

        .form_v1_block .contain form .field .dropzone .dz-preview .dz-progress {
            height: 10px;
            left: 0;
            bottom: 3px;
            top: auto;
            width: 100%;
            margin: 0;
            border-radius: 4px
        }

    .form_v1_block .contain form .field .dropzone.dz-clickable {
        opacity: 1
    }

    .form_v1_block .contain form .field .dropzone .dz-message {
        margin: 0;
        padding: 10px 0
    }

    .form_v1_block .contain form .field .dropzone a.dz-remove {
        position: absolute;
        right: 2px;
        top: 2px;
        color: #d74a4a;
        text-decoration: none;
        z-index: 90
    }

        .form_v1_block .contain form .field .dropzone a.dz-remove:hover {
            color: #000
        }

.photo_gallery_block .contain {
    text-align: center;
    margin: 0 auto;
    max-width: 1200px
}

    .photo_gallery_block .contain h3 {
        margin: 0 0 20px 0
    }

    .photo_gallery_block .contain .photos {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

        .photo_gallery_block .contain .photos a.photo {
            display: block;
            flex: 1
        }

            .photo_gallery_block .contain .photos a.photo .img {
                padding-bottom: 100%;
                background-size: cover;
                background-position: center;
                transition: opacity 300ms ease;
                opacity: 1.0
            }

            .photo_gallery_block .contain .photos a.photo:hover .img {
                opacity: 0.8
            }

    .photo_gallery_block .contain p.none {
        display: none;
        padding: 10px;
        text-align: center;
        border: 1px dashed gray;
        cursor: pointer
    }

@media all and (min-width: 800px) {
    .photo_gallery_block.cols-2 a.photo {
        min-width: 49%;
        max-width: 51%
    }

    .photo_gallery_block.cols-3 a.photo {
        min-width: 32%;
        max-width: 34%
    }

    .photo_gallery_block.cols-4 a.photo {
        min-width: 24%;
        max-width: 26%
    }

    .photo_gallery_block.cols-5 a.photo {
        min-width: 19%;
        max-width: 21%
    }

    .photo_gallery_block.cols-6 a.photo {
        min-width: 14%;
        max-width: 17%
    }
}

@media all and (max-width: 800px) {
    .photo_gallery_block.mcols-1 a.photo {
        min-width: 100%;
        max-width: 100%
    }

    .photo_gallery_block.mcols-2 a.photo {
        min-width: 48%;
        max-width: 51%
    }

    .photo_gallery_block.mcols-3 a.photo {
        min-width: 32%;
        max-width: 34%
    }

    .photo_gallery_block.mcols-4 a.photo {
        min-width: 24%;
        max-width: 26%
    }

    .photo_gallery_block.mcols-5 a.photo {
        min-width: 19%;
        max-width: 21%
    }

    .photo_gallery_block.mcols-6 a.photo {
        min-width: 14%;
        max-width: 17%
    }
}

body .fancybox-title-float-wrap {
    display: none
}

body.editing .photo_gallery_block .contain p.none {
    display: block
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        box-shadow: 0 10px 25px rgba(0,0,0,0.5)
    }

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_sprite.png")
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_loading.gif") center center no-repeat
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/blank.gif");
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

    .fancybox-lock body {
        overflow: hidden !important
    }

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_overlay.png")
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0,0,0,0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: 700;
        line-height: 24px;
        white-space: nowrap
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_sprite@2x.png");
        background-size: 44px 152px
    }

        #fancybox-loading div {
            background-image: url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_loading@2x.gif");
            background-size: 24px 24px
        }
}

.nine-logo-block .holder a {
    display: inline-block;
    text-decoration: none
}

    .nine-logo-block .holder a svg.nine-logo-svg {
        display: block;
        max-width: 100%
    }

        .nine-logo-block .holder a svg.nine-logo-svg .style0 {
            stroke: #000000;
            stroke-width: 8;
            stroke-miterlimit: 10;
            fill: none
        }

.locations-map-container {
    position: relative;
    width: 100%
}

    .locations-map-container .map {
        width: 100%
    }

        .locations-map-container .map .gm-style-iw-d > div > div {
            padding: 0 !important
        }

    .locations-map-container.loading .loading-screen {
        display: block
    }

    .locations-map-container .loading-screen {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(/img/loading.gif);
        background-position: center center;
        background-repeat: no-repeat
    }

body.editing .locations-map-container .loading-screen {
    display: none;
    visibility: hidden
}

body.editing .locations-map-container .map {
    background-image: url(/img/map.jpg);
    background-size: cover;
    background-position: center center
}

.raw-html-block .edit.overlay {
    display: none
}

body.editing .raw-html-block {
    position: relative;
    background: #ffffc7;
    min-height: 100px
}

    body.editing .raw-html-block .raw-code {
        position: relative;
        z-index: 1
    }

    body.editing .raw-html-block .edit.overlay {
        display: block;
        background-color: transparent;
        z-index: 2;
        padding: 10px
    }

        body.editing .raw-html-block .edit.overlay p {
            background-color: #ecebe8;
            padding: 10px;
            text-align: center;
            border: 1px solid gray
        }

.image-block {
    container-type: inline-size
}

    .image-block .img-holder {
        display: flex
    }

    .image-block a.img-link {
        display: block;
        text-decoration: none;
        max-width: 100%
    }

    .image-block img {
        display: block;
        height: auto;
        align-self: flex-start;
        object-fit: cover;
        object-position: center
    }

    .image-block.left .img-holder {
        justify-content: flex-start
    }

    .image-block.center .img-holder {
        justify-content: center
    }

    .image-block.right .img-holder {
        justify-content: flex-end
    }

@media all and (max-width: 800px) {
    .image-block.m-left .img-holder {
        justify-content: flex-start
    }

    .image-block.m-center .img-holder {
        justify-content: center
    }

    .image-block.m-right .img-holder {
        justify-content: flex-end
    }
}

.block-copy {
    position: relative
}

    .block-copy .edit-overlay {
        display: none
    }

body.editing .block-copy {
    min-height: 50px
}

    body.editing .block-copy a[id^="handle"] {
        opacity: 0;
        visibility: hidden
    }

    body.editing .block-copy > a[id^="handle"] {
        opacity: 1;
        visibility: visible;
        z-index: 6
    }

    body.editing .block-copy > .new_block_link {
        display: none;
        opacity: 0
    }

    body.editing .block-copy .edit-overlay {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        background: rgba(0,0,0,0.8);
        color: #fff;
        font-size: 13px;
        font-family: "Roboto";
        font-weight: 300;
        padding: 10px 8px 5px 8px;
        cursor: pointer;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center
    }

        body.editing .block-copy .edit-overlay:hover {
            color: yellow
        }

.popup_block .edit-screen, .popup_block .edit.overlay {
    display: none
}

.popup_block .fullscreen-overlay {
    background-color: transparent
}

    .popup_block .fullscreen-overlay .button {
        padding-top: 20px
    }

    .popup_block .fullscreen-overlay.show {
        display: block
    }

    .popup_block .fullscreen-overlay .modal {
        padding: 0
    }

        .popup_block .fullscreen-overlay .modal .flexbox .img-hold {
            flex: 1;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            min-height: 300px
        }

@media all and (max-width: 800px) {
    .popup_block .fullscreen-overlay .modal .flexbox .img-hold {
        min-height: 200px
    }
}

.popup_block .fullscreen-overlay .modal .flexbox .text-hold {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

body.editing .popup_block {
    position: relative
}

    body.editing .popup_block .edit.overlay {
        display: block
    }

    body.editing .popup_block .edit-screen {
        display: block;
        text-align: left;
        max-width: 700px;
        margin: 0 auto;
        padding: 40px 20px;
        position: relative
    }

        body.editing .popup_block .edit-screen .inner {
            background: #fff;
            border-radius: 14px;
            text-align: center;
            position: relative;
            color: #000
        }

            body.editing .popup_block .edit-screen .inner span.icon-close {
                color: #bf1e2e;
                position: absolute;
                top: 10px;
                right: 10px;
                font-size: 28px;
                cursor: pointer;
                text-decoration: none
            }

                body.editing .popup_block .edit-screen .inner span.icon-close:hover {
                    color: #991825
                }

            body.editing .popup_block .edit-screen .inner .flexbox .img-hold {
                flex: 1;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                min-height: 300px
            }

@media all and (max-width: 800px) {
    body.editing .popup_block .edit-screen .inner .flexbox .img-hold {
        min-height: 200px
    }
}

body.editing .popup_block .edit-screen .inner .flexbox .text-hold {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

body.editing .popup_block .edit-screen .inner .button {
    padding-top: 20px
}

body.editing .popup_block .fullscreen-overlay {
    display: none
}

.photo-text-banner {
    text-align: center;
    background-size: cover;
    background-position: center center;
    position: relative
}

    .photo-text-banner a.link {
        display: block;
        text-decoration: none;
        height: 100%
    }

        .photo-text-banner a.link:hover .ptb-inner .title {
            color: #bf1e2e
        }

    .photo-text-banner .ptb-inner {
        position: relative;
        z-index: 2;
        color: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: 100%;
        padding: 20px
    }

/*a {
    transition: none
}

    a:not(.btn) {
        text-decoration: none;
        color: #bf1e2e;
        word-break: break-word
    }

        a:not(.btn):hover {
            color: #4d85da
        }*/

.richtext p, .richtext ol, .richtext ul, .richtext div:not(.rtedit), .richtext-block p, .richtext-block ol, .richtext-block ul, .richtext-block div:not(.rtedit) {
    margin-bottom: 20px;
    font: normal 500 1em "Lato",sans-serif;
    line-height: 1.8em
}

.richtext pre, .richtext-block pre {
    font-family: monospace
}

.richtext p:last-of-type, .richtext-block p:last-of-type {
    margin-bottom: 0
}

.richtext li, .richtext-block li {
    margin-bottom: 5px
}

    .richtext li:last-of-type, .richtext-block li:last-of-type {
        margin-bottom: 0
    }

.richtext ul, .richtext-block ul {
    list-style-type: disc;
    padding-left: 20px
}

    .richtext ul ul, .richtext ul ol, .richtext-block ul ul, .richtext-block ul ol {
        padding-left: 30px;
        margin: 5px 0
    }

.richtext ol, .richtext-block ol {
    list-style-type: decimal;
    padding-left: 20px
}

    .richtext ol ul, .richtext ol ol, .richtext-block ol ul, .richtext-block ol ol {
        padding-left: 30px;
        margin: 5px 0
    }

.richtext table, .richtext-block table {
    width: 100%
}

    .richtext table tbody, .richtext table thead, .richtext table tfoot, .richtext-block table tbody, .richtext-block table thead, .richtext-block table tfoot {
        width: 100%
    }

        .richtext table tbody tr, .richtext table thead tr, .richtext table tfoot tr, .richtext-block table tbody tr, .richtext-block table thead tr, .richtext-block table tfoot tr {
            border-bottom: 1px solid #eaeaea
        }

            .richtext table tbody tr td, .richtext table tbody tr th, .richtext table thead tr td, .richtext table thead tr th, .richtext table tfoot tr td, .richtext table tfoot tr th, .richtext-block table tbody tr td, .richtext-block table tbody tr th, .richtext-block table thead tr td, .richtext-block table thead tr th, .richtext-block table tfoot tr td, .richtext-block table tfoot tr th {
                padding: 5px 15px 5px 0
            }

                .richtext table tbody tr td a, .richtext table tbody tr th a, .richtext table thead tr td a, .richtext table thead tr th a, .richtext table tfoot tr td a, .richtext table tfoot tr th a, .richtext-block table tbody tr td a, .richtext-block table tbody tr th a, .richtext-block table thead tr td a, .richtext-block table thead tr th a, .richtext-block table tfoot tr td a, .richtext-block table tfoot tr th a {
                    color: #bf1e2e;
                    text-decoration: none
                }

                    .richtext table tbody tr td a:hover, .richtext table tbody tr th a:hover, .richtext table thead tr td a:hover, .richtext table thead tr th a:hover, .richtext table tfoot tr td a:hover, .richtext table tfoot tr th a:hover, .richtext-block table tbody tr td a:hover, .richtext-block table tbody tr th a:hover, .richtext-block table thead tr td a:hover, .richtext-block table thead tr th a:hover, .richtext-block table tfoot tr td a:hover, .richtext-block table tfoot tr th a:hover {
                        color: #4d85da
                    }

            .richtext table tbody tr th, .richtext table thead tr th, .richtext table tfoot tr th, .richtext-block table tbody tr th, .richtext-block table thead tr th, .richtext-block table tfoot tr th {
                font-family: var(--font-family-body-bold);
                font-weight: var(--font-body-bold-weight)
            }

.fivehorizons-pillars .constrain {
    max-width: 1200px
}

@media all and (max-width: 800px) {
    .fivehorizons-pillars .constrain {
        padding-bottom: 24px
    }
}

@media all and (min-width: 800px) {
    .fivehorizons-pillars .flexbox:first-of-type {
        margin-bottom: 60px
    }
}

.fivehorizons-pillars .left-title {
    flex: 0 0 40%;
    text-align: right
}

@media all and (min-width: 800px) {
    .fivehorizons-pillars .left-title {
        margin-right: 90px
    }
}

@media all and (max-width: 800px) {
    .fivehorizons-pillars .left-title {
        margin-bottom: 30px
    }
}

.fivehorizons-pillars .left-title h3 {
    font-size: 54px;
    font-family: var(--font-family-body);
    font-weight: bold;
    max-width: 330px;
    margin: 0 0 10px auto
}

@media all and (max-width: 800px) {
    .fivehorizons-pillars .left-title h3 {
        font-size: 40px;
        text-align: left
    }
}

@media all and (max-width: 550px) {
    .fivehorizons-pillars .left-title h3 {
        font-size: 32px
    }
}

.fivehorizons-pillars .left-title p {
    color: #bf1e2e;
    font-style: italic;
    font-size: 1.2em
}

.fivehorizons-pillars .left-selectors {
    flex: 0 0 40%
}

@media all and (min-width: 800px) {
    .fivehorizons-pillars .left-selectors {
        margin-right: 90px
    }
}

@media all and (max-width: 800px) {
    .fivehorizons-pillars .left-selectors {
        margin-bottom: 15px
    }
}

.fivehorizons-pillars .left-selectors .titles {
    text-align: right
}

@media all and (max-width: 800px) {
    .fivehorizons-pillars .left-selectors .titles {
        text-align: left
    }
}

.fivehorizons-pillars .left-selectors .titles li {
    margin-bottom: 30px
}

@media all and (max-width: 800px) {
    .fivehorizons-pillars .left-selectors .titles li {
        margin-bottom: 15px
    }
}

.fivehorizons-pillars .left-selectors .titles li h3:hover {
    color: #d7d7d7;
    cursor: pointer;
}
/*
.fivehorizons-pillars .left-selectors .titles li a {
    text-decoration: none;
    color: inherit
}*/

.fivehorizons-pillars .left-selectors .titles li h3 {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px
}

@media all and (max-width: 800px) {
    .fivehorizons-pillars .left-selectors .titles li h3 {
        font-size: 18px
    }
}

.fivehorizons-pillars .left-selectors .titles li.active h3 {
    color: #bf1e2e;
}

    .fivehorizons-pillars .left-selectors .titles li.active h3::before {
        content: url(/img/SiteIcons/ArrowRightCircle.svg);
        position: absolute;
        right: -41px;
        bottom: -33.5px
    }

@media all and (max-width: 800px) {
    .fivehorizons-pillars .left-selectors .titles li.active h3::before {
        display: none
    }
}

.fivehorizons-pillars .left-selectors .titles li.active h3::after {
    content: '';
    display: block;
    width: calc(100% + 30px);
    border-bottom: 3px solid #bf1e2e;
    position: absolute;
    bottom: -10px;
    left: 0
}

@media all and (max-width: 800px) {
    .fivehorizons-pillars .left-selectors .titles li.active h3::after {
        width: 100%
    }
}

.fivehorizons-pillars .right-icons {
    align-self: center
}

@media all and (max-width: 800px) {
    .fivehorizons-pillars .right-icons {
        display: none
    }
}

.fivehorizons-pillars .right-icons .icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px
}

    .fivehorizons-pillars .right-icons .icons li:hover {
        filter: invert(91%) sepia(10%) saturate(8%) hue-rotate(314deg) brightness(106%) contrast(98%);
        cursor: pointer;
    }

    .fivehorizons-pillars .right-icons .icons li.active {
        filter: invert(15%) sepia(93%) saturate(3733%) hue-rotate(345deg) brightness(70%) contrast(89%)
    }

    .fivehorizons-pillars .right-icons .icons li img {
        width: 80px;
        height: 80px
    }

.fivehorizons-pillars .right-descriptions .descriptions {
    line-height: 1.5em
}

    .fivehorizons-pillars .right-descriptions .descriptions .description:not(.active) {
        display: none
    }

    .fivehorizons-pillars .right-descriptions .descriptions .description ul {
        list-style: disc !important;
        padding-left: 20px;
        margin-top: 10px
    }

.testimonial_slider-block {
    text-align: center;
    overflow: hidden
}

    .testimonial_slider-block h3.title {
        margin-bottom: 30px;
        color: #fff;
        font-family: var(--font-family-body);
        font-size: 48px
    }

    .testimonial_slider-block .hold {
        margin: 0 auto
    }

        .testimonial_slider-block .hold .t-slider {
            position: relative;
            margin: 0 auto;
            overflow: hidden
        }

            .testimonial_slider-block .hold .t-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
                position: static;
                margin-top: 60px
            }

                .testimonial_slider-block .hold .t-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
                    box-shadow: 0 3px 6px rgba(0,0,0,0.1)
                }

            .testimonial_slider-block .hold .t-slider .swiper-button-prev {
                left: -5px
            }

                .testimonial_slider-block .hold .t-slider .swiper-button-prev::after {
                    font-size: 1.1em
                }

                .testimonial_slider-block .hold .t-slider .swiper-button-prev:hover {
                    opacity: 0.8
                }

            .testimonial_slider-block .hold .t-slider .swiper-button-next {
                right: -5px
            }

                .testimonial_slider-block .hold .t-slider .swiper-button-next::after {
                    font-size: 1.1em
                }

                .testimonial_slider-block .hold .t-slider .swiper-button-next:hover {
                    opacity: 0.8
                }

            .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide {
                padding: 45px 15px;
                background-color: #fff;
                box-shadow: 0 3px 6px rgba(0,0,0,0.1);
                opacity: 0.5;
                transition: opacity ease 500ms
            }

                .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
                    opacity: 1
                }

                .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide .t-content {
                    margin: 0 auto;
                    display: flex;
                    flex-direction: column;
                    justify-content: center
                }

                    .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide .t-content .stars {
                        width: 100%;
                        max-width: 360px;
                        margin: 0 auto
                    }

                    .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide .t-content .image {
                        flex: 0 0 150px;
                        text-align: center
                    }

                        .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide .t-content .image .meta-text {
                            font-size: 0.9em
                        }

                            .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide .t-content .image .meta-text p {
                                margin-top: 5px
                            }

                                .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide .t-content .image .meta-text p.title {
                                    font-style: italic
                                }

                                .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide .t-content .image .meta-text p.subtitle {
                                    opacity: 0.9
                                }

                        .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide .t-content .image img {
                            display: block;
                            width: 150px;
                            height: 150px;
                            border-radius: 50%;
                            margin: 0 auto 1em auto;
                            object-fit: cover;
                            object-position: center
                        }

                    .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide .t-content h5.name {
                        font-size: 1em;
                        margin: 0;
                        display: inline-block;
                        font-family: var(--font-family-body);
                    }

                    .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide .t-content .title {
                        display: inline-block
                    }

                    .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide .t-content .text {
                        flex: 1;
                        display: flex;
                        align-items: flex-start;
                        flex-direction: column;
                        justify-content: center;
                        padding: 20px 8% 0 8%;
                        text-align: center;
                        max-height: 360px;
                        overflow-y: scroll;
                        word-break: break-word;
                        margin-bottom: 45px
                    }

                        .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide .t-content .text .quote {
                            text-align: center
                        }

@media all and (max-width: 800px) {
    .testimonial_slider-block .hold .t-slider .swiper-wrapper .swiper-slide .t-content .text {
        display: block;
        max-height: none;
        text-align: center;
        padding: 20px 40px
    }
}

.anchor-block {
    visibility: hidden;
    height: 0
}

body.editing .anchor-block {
    height: auto;
    background: #ffffc8;
    visibility: visible
}

    body.editing .anchor-block .anchor {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px
    }

        body.editing .anchor-block .anchor::after {
            content: "Click to edit this anchor block.";
            display: block;
            margin: 0 auto
        }

.notice {
    height: 40px;
    line-height: 40px;
    background-color: #363636;
    color: #fff;
    overflow: hidden;
    font-size: 16px
}

@media all and (max-width: 800px) {
    .notice {
        height: 30px;
        line-height: 30px;
        font-size: 15px
    }
}

.notice a {
    text-decoration: none;
    color: inherit
}

    .notice a:hover {
        text-decoration: underline;
        color: #bf1e2e
    }

.location-selector {
    background-color: #bf1e2e;
    color: #fff
}

    .location-selector li {
        display: inline-block
    }

        .location-selector li a {
            display: block;
            position: relative;
            padding: 20px 3vw;
            color: #fff;
            text-decoration: none
        }

@media all and (max-width: 800px) {
    .location-selector li a {
        padding: 12px 2vw
    }
}

.location-selector li a:hover {
    background-color: #000;
    color: #fff
}

    .location-selector li a:hover::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 14px solid #363636
    }

@media all and (max-width: 800px) {
    .location-selector li a {
        font-size: 0.7em
    }
}

header.main.standard {
    background: #eaeaea;
    height: 200px;
    color: #000;
    position: relative;
    font-size: 22px;
    border-bottom: 0
}

@media all and (max-width: 800px) {
    header.main.standard {
        height: 65px
    }
}

header.main.standard.transparent {
    background-color: transparent
}

    header.main.standard.transparent nav > ul.top-ul > li > a, header.main.standard.transparent nav > ul.top-ul > li > span {
        color: #fff
    }

header.main.standard .inner {
    max-width: 1200px;
    padding: 0 calc(20px - calc(3vw / 2)) 0 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%
}

@media all and (min-width: 800px) and (max-width: 1000px) {
    header.main.standard .inner {
        font-size: 0.75em
    }
}

header.main.standard .logo-link {
    text-decoration: none;
    display: block;
    flex: 0 0 400px;
    max-width: 400px
}

@media all and (min-width: 800px) and (max-width: 1000px) {
    header.main.standard .logo-link {
        max-width: 300px;
        margin-right: 15px
    }
}

header.main.standard .logo-link img {
    display: block
}

header.main.standard .logo-link:focus {
    outline-width: 0
}

@media all and (max-width: 800px) {
    header.main.standard .logo-link {
        flex: 0 0 200px
    }
}

header.main.standard .header-right {
    flex: 1;
    align-items: center
}

@media all and (max-width: 800px) {
    header.main.standard .header-right {
        display: none
    }
}

header.main.standard .header-right .flexbox {
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px
}

    header.main.standard .header-right .flexbox .flex-grid-unit {
        margin-right: 30px
    }

        header.main.standard .header-right .flexbox .flex-grid-unit p {
            font-size: 0.6em
        }

            header.main.standard .header-right .flexbox .flex-grid-unit p a:not(.btn) {
                color: #000;
                text-decoration: none
            }

                header.main.standard .header-right .flexbox .flex-grid-unit p a:not(.btn):hover {
                    color: #bf1e2e
                }

        header.main.standard .header-right .flexbox .flex-grid-unit .btn.dark-outline {
            border: 1px solid #000;
            background: none;
            color: #000
        }

header.main.standard .header-right #google_translate_element2 {
    display: none
}

header.main.standard nav {
    text-align: right;
    padding-left: 3vw
}

    header.main.standard nav > ul.top-ul {
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

        header.main.standard nav > ul.top-ul > li {
            display: flex;
            color: #000;
            position: relative;
            height: 100%;
            align-items: center;
            flex: 0 1 auto
        }

            header.main.standard nav > ul.top-ul > li > a:not(.btn), header.main.standard nav > ul.top-ul > li > span {
                text-decoration: none;
                color: #000;
                font: var(--font-body);
                font-size: 1em;
                display: flex;
                padding: 0 3vw;
                padding: 0 calc(3vw / 2);
                text-transform: none;
                height: 100%;
                text-align: center;
                align-items: center;
                line-height: 3em
            }

                header.main.standard nav > ul.top-ul > li > a:not(.btn):hover, header.main.standard nav > ul.top-ul > li > span:hover {
                    color: #bf1e2e
                }

            header.main.standard nav > ul.top-ul > li.button {
                flex: 0 0 auto
            }

            header.main.standard nav > ul.top-ul > li:hover > ul {
                display: block
            }

            header.main.standard nav > ul.top-ul > li > ul {
                position: absolute;
                width: 200px;
                z-index: 20;
                left: 0;
                top: 100%;
                display: none;
                background: #bf1e2e;
                text-align: left
            }

                header.main.standard nav > ul.top-ul > li > ul li {
                    display: block;
                    line-height: 20px;
                    position: relative
                }

                    header.main.standard nav > ul.top-ul > li > ul li:hover > ul {
                        display: block
                    }

                    header.main.standard nav > ul.top-ul > li > ul li::before {
                        position: absolute;
                        right: 3px;
                        top: 15px;
                        color: #fff;
                        font-size: 12px
                    }

                    header.main.standard nav > ul.top-ul > li > ul li[data-icon="f"]::before {
                        right: 6px;
                        top: 14px
                    }

                    header.main.standard nav > ul.top-ul > li > ul li a, header.main.standard nav > ul.top-ul > li > ul li span {
                        color: #fff;
                        font: var(--font-body);
                        font-size: .75em;
                        text-transform: none;
                        display: inline-block;
                        padding: 12px 15px;
                        width: 100%;
                        height: 100%;
                        text-decoration: none
                    }

                        header.main.standard nav > ul.top-ul > li > ul li a:hover, header.main.standard nav > ul.top-ul > li > ul li span:hover {
                            text-decoration: none;
                            background-color: #a81a28
                        }

                        header.main.standard nav > ul.top-ul > li > ul li a:focus, header.main.standard nav > ul.top-ul > li > ul li span:focus {
                            outline-width: 0
                        }

                    header.main.standard nav > ul.top-ul > li > ul li > ul {
                        display: none;
                        position: absolute;
                        left: 200px;
                        width: 200px;
                        top: 0;
                        background-color: #bf1e2e
                    }

            header.main.standard nav > ul.top-ul > li.right > ul {
                right: 0;
                left: initial;
                text-align: right
            }

                header.main.standard nav > ul.top-ul > li.right > ul li::before {
                    right: auto;
                    left: 3px
                }

                header.main.standard nav > ul.top-ul > li.right > ul li[data-icon="f"]::before {
                    left: 6px
                }

                header.main.standard nav > ul.top-ul > li.right > ul ul {
                    left: -200px
                }

.container3-block > .hold > .outer {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

    .container3-block > .hold > .outer > .inner {
        position: relative;
        z-index: 1;
        margin: 0 auto;
        max-width: 1200px
    }

        .container3-block > .hold > .outer > .inner.left {
            text-align: left
        }

        .container3-block > .hold > .outer > .inner.center {
            text-align: center
        }

        .container3-block > .hold > .outer > .inner.right {
            text-align: right
        }

        .container3-block > .hold > .outer > .inner .richtext-block {
            max-width: none;
            padding: 0;
            margin: 0
        }

@media all and (max-width: 800px) {
    .container3-block > .hold > .outer > .inner.ma-left {
        text-align: left
    }

    .container3-block > .hold > .outer > .inner.ma-center {
        text-align: center
    }

    .container3-block > .hold > .outer > .inner.ma-right {
        text-align: right
    }
}

.container3-block.plx > .hold > .outer {
    background-attachment: fixed
}

.container3-block.fixed-height > .hold > .outer > .inner {
    height: 100%
}

    .container3-block.fixed-height > .hold > .outer > .inner > .content_body {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

.container3-block.video .iframe-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

    .container3-block.video .iframe-holder video {
        display: block;
        position: absolute;
        top: 51%;
        left: 50%;
        transform: translate(-50%, -51%);
        object-fit: cover;
        height: 101%;
        width: 101%
    }

.container3-block.video .overlay {
    z-index: 1
}

.instagram3-block .title {
    margin-bottom: 20px
}

.instagram3-block .edit-error {
    display: none
}

.instagram3-block .hold {
    padding: 40px 0;
    margin: 0 auto
}

    .instagram3-block .hold .flexbox {
        flex-wrap: wrap;
        justify-content: center
    }

@media all and (max-width: 800px) {
    .instagram3-block .hold .flexbox {
        flex-direction: row;
        -webkit-flex-direction: row
    }
}

@media all and (min-width: 800px) {
    .instagram3-block .hold .flexbox.cols-1 .ig {
        min-width: 80%
    }

    .instagram3-block .hold .flexbox.cols-2 .ig {
        min-width: 34%
    }

    .instagram3-block .hold .flexbox.cols-3 .ig {
        min-width: 26%
    }

    .instagram3-block .hold .flexbox.cols-4 .ig {
        min-width: 21%
    }

    .instagram3-block .hold .flexbox.cols-5 .ig {
        min-width: 16.7%
    }

    .instagram3-block .hold .flexbox.cols-6 .ig {
        min-width: 14.3%
    }

    .instagram3-block .hold .flexbox.cols-7 .ig {
        min-width: 12.6%
    }

    .instagram3-block .hold .flexbox.cols-8 .ig {
        min-width: 10%
    }
}

@media all and (max-width: 800px) {
    .instagram3-block .hold .flexbox.mcols-1 .ig {
        min-width: 90%
    }

    .instagram3-block .hold .flexbox.mcols-2 .ig {
        min-width: 42%
    }

    .instagram3-block .hold .flexbox.mcols-3 .ig {
        min-width: 26%
    }
}

.instagram3-block .hold .flexbox .ig {
    flex: 1;
    position: relative;
    display: none
}

    .instagram3-block .hold .flexbox .ig a {
        display: block;
        text-decoration: none
    }

        .instagram3-block .hold .flexbox .ig a .img {
            padding-bottom: 100%;
            background-size: cover;
            background-position: center
        }

    .instagram3-block .hold .flexbox .ig .cap {
        font-size: 0.9em;
        padding: 10px;
        overflow: hidden;
        width: 100%;
        margin: 10px 0 0 0;
        display: none
    }

@media all and (max-width: 800px) {
    .instagram3-block .hold .flexbox .ig.mb {
        display: block
    }
}

@media all and (min-width: 800px) {
    .instagram3-block .hold .flexbox .ig.dt {
        display: block
    }
}

.instagram3-block .hold .flexbox .ig.dt.mb {
    display: block
}

.instagram3-block.Caption-Below .hold .flexbox .ig .cap {
    display: block
}

.instagram3-block.Hover-Caption .hold .flexbox .ig:hover .cap {
    display: block
}

.instagram3-block.Hover-Caption .hold .flexbox .ig .cap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: rgba(54,54,54,0.8);
    color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
    margin-top: 0;
    padding: 30px
}

body.editing .instagram3-block .edit-error {
    display: block
}

.menu-block.horizontal-list .menu-inner nav ul, .menu-block.horizontal-buttons .menu-inner nav ul {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap
}

    .menu-block.horizontal-list .menu-inner nav ul li, .menu-block.horizontal-buttons .menu-inner nav ul li {
        display: block;
        flex: 0 1 auto
    }

.menu-block.center .menu-inner nav ul {
    justify-content: center
}

.menu-block.right .menu-inner nav ul {
    justify-content: flex-end
}

.menu-block.justify .menu-inner nav ul {
    justify-content: space-between
}

.menu-block .menu-inner {
    max-width: 1200px;
    margin: 0 auto
}

    .menu-block .menu-inner.scale {
        max-width: 1200px
    }

@media all and (min-width: 1440px) {
    .menu-block .menu-inner.scale {
        max-width: 1320px
    }
}

@media all and (min-width: 1680px) {
    .menu-block .menu-inner.scale {
        max-width: 1560px
    }
}

@media all and (min-width: 1920px) {
    .menu-block .menu-inner.scale {
        max-width: 1800px
    }
}

@media all and (min-width: 2160px) {
    .menu-block .menu-inner.scale {
        max-width: 2040px
    }
}

.menu-block .menu-inner nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.staff-show .constrain {
    padding: 60px 20px
}

    .staff-show .constrain .box {
        display: flex;
        gap: 16px;
        padding: 40px
    }

@media all and (max-width: 800px) {
    .staff-show .constrain .box {
        flex-direction: column;
        padding: 0px
    }
}

.staff-show .constrain .box .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex: 0 0 168px
}

    .staff-show .constrain .box .left .img-holder {
        max-width: 168px;
        border-radius: 100%;
        overflow: hidden;
        aspect-ratio: 1 / 1
    }

        .staff-show .constrain .box .left .img-holder img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .staff-show .constrain .box .left .img-holder.red {
            background-color: #fff
        }

.staff-show .constrain .box .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px
}

    .staff-show .constrain .box .right .type {
        display: flex;
        flex-wrap: wrap;
        gap: 4px
    }

        .staff-show .constrain .box .right .type .cat {
            background-color: #bf1e2e;
            padding: 8px;
            border-radius: 20px;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 700;
            color: #fff
        }

    .staff-show .constrain .box .right .bio > p {
        font-size: 16px;
        margin-top: 8px
    }

.staff-inner.Horizontal {
    display: flex;
    padding: 1em 0
}

     .staff-inner.Horizontal .img-holder {
        flex: 1
    }

     .staff-inner.Horizontal .text-holder {
        flex: 2;
        text-align: left;
        padding: 0 0 0 1em
    }

@media all and (max-width: 800px) {
     .staff-inner.Horizontal .text-holder {
        padding: 1em
    }
}

@media all and (max-width: 800px) {
     .staff-inner.Horizontal {
        flex-direction: column
    }
}

 .staff-inner.No-Photo .img-holder {
    display: none
}

 .staff-inner .img-holder {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    height: auto
}

     .staff-inner .img-holder img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0;
        object-fit: cover;
        object-position: center 18%
    }

 .staff-inner .text-holder {
    text-align: center;
    padding: 1em
}

     .staff-inner .text-holder h3.name {
        color: #000;
        font-size: 0.9em;
        margin-bottom: 5px
    }

     .staff-inner .text-holder h5.title {
        text-transform: none;
        font: normal 500 1em "Lato",sans-serif;
        font-size: 0.8em;
        margin-bottom: 5px
    }

     .staff-inner .text-holder p.line {
        margin-bottom: 5px
    }

         .staff-inner .text-holder p.line a {
            display: inline-block;
            text-decoration: none;
            color: #bf1e2e
        }

             .staff-inner .text-holder p.line a:hover {
                color: #4d85da
            }

     .staff-inner .text-holder ul.social-links {
        margin-top: 0.7em
    }

         .staff-inner .text-holder ul.social-links li a {
            font-size: 1.1em;
            color: #bf1e2e
        }

             .staff-inner .text-holder ul.social-links li a:hover {
                color: #4d85da
            }

     .staff-inner .text-holder .richtext.bio {
        margin-top: 0.7em
    }

.logo2-gallery {
    text-align: center
}

    .logo2-gallery .logo2-inner {
        max-width: 1200px;
        margin: 0 auto
    }

        .logo2-gallery .logo2-inner h3.title {
            margin-bottom: 20px
        }

        .logo2-gallery .logo2-inner .flexbox {
            flex-wrap: wrap;
            justify-content: center
        }

@media all and (max-width: 800px) {
    .logo2-gallery .logo2-inner .flexbox {
        flex-direction: row;
        -webkit-flex-direction: row
    }
}

.logo2-gallery .logo2-inner .flexbox .logo {
    display: block;
    text-decoration: none;
    flex: 0 1 auto
}

    .logo2-gallery .logo2-inner .flexbox .logo img {
        display: block;
        width: 100%;
        object-fit: contain;
        object-position: center
    }

.logo2-gallery.grayscale .logo2-inner .flexbox .logo {
    filter: grayscale(100%);
    transition: filter 300ms ease
}

    .logo2-gallery.grayscale .logo2-inner .flexbox .logo:hover {
        filter: none
    }

.various_staff_grid-block .constrain {
    padding: 0
}

    .various_staff_grid-block .constrain ul.staff-list-grid li {
        background-color: #f6f6f6;
        border-radius: 12px;
        display: flex;
        gap: 16px;
        padding: 40px;
        margin-bottom: 30px
    }

@media all and (max-width: 800px) {
    .various_staff_grid-block .constrain ul.staff-list-grid li {
        flex-direction: column
    }
}

.various_staff_grid-block .constrain ul.staff-list-grid li:last-of-type {
    margin-bottom: 0
}

.various_staff_grid-block .constrain ul.staff-list-grid li .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex: 0 0 168px
}

    .various_staff_grid-block .constrain ul.staff-list-grid li .left .img-holder {
        max-width: 168px;
        border-radius: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden
    }

        .various_staff_grid-block .constrain ul.staff-list-grid li .left .img-holder img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .various_staff_grid-block .constrain ul.staff-list-grid li .left .img-holder.red {
            background-color: #fff
        }

.various_staff_grid-block .constrain ul.staff-list-grid li .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px
}

    .various_staff_grid-block .constrain ul.staff-list-grid li .right h4 {
        margin-bottom: 0
    }

    .various_staff_grid-block .constrain ul.staff-list-grid li .right .type {
        display: flex;
        flex-wrap: wrap;
        gap: 4px
    }

        .various_staff_grid-block .constrain ul.staff-list-grid li .right .type .cat {
            background-color: #bf1e2e;
            padding: 8px;
            border-radius: 20px;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 700;
            color: #fff
        }

    .various_staff_grid-block .constrain ul.staff-list-grid li .right .bio {
        margin-top: 20px
    }

        .various_staff_grid-block .constrain ul.staff-list-grid li .right .bio > p {
            text-overflow: ellipsis;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
            font-size: 16px;
            margin-top: 8px
        }

.icon_list-block .richtext ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .icon_list-block .richtext ul li {
        background-position: 0 0;
        background-repeat: no-repeat;
        margin: 0
    }

.master-container {
    background: #F6F6F6;
    padding: 50px 50px;
    border-radius: 12px
}

@media all and (max-width: 800px) {
    .master-container {
        padding: 25px 25px
    }
}

.master-container .h {
    color: #363636;
    font-size: 41px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px
}

@media all and (max-width: 800px) {
    .master-container .h {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.master-container .sub-container {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr)
}

@media all and (max-width: 800px) {
    .master-container .sub-container {
        grid-template-columns: repeat(1, 1fr)
    }
}

.master-container .sub-container .container-1 {
    display: flex;
    flex-direction: column;
    width: 20%;
    justify-content: space-between
}

@media all and (max-width: 800px) {
    .master-container .sub-container .container-1 {
        flex-direction: row;
        justify-content: center;
        margin: 0 auto;
        width: 100%
    }
}

.master-container .sub-container .container-1 .customBtn {
    border: 2px solid transparent;
    border-radius: 12px;
    width: 154px;
    font-size: 34px;
    background-color: transparent;
    color: #363636;
    padding: 8px 40px;
    cursor: pointer
}

@media all and (max-width: 800px) {
    .master-container .sub-container .container-1 .customBtn {
        width: 78px;
        border-radius: 0px;
        font-size: 17px;
        padding: 8px 20px
    }
}

.master-container .sub-container .container-1 .customBtn.active {
    background-color: #bf1e2e
}

.master-container .sub-container .container-2 {
    width: 800px;
    background: #FFFFFF;
    border-radius: 16px
}

@media all and (max-width: 800px) {
    .master-container .sub-container .container-2 {
        display: flex;
        justify-content: center;
        width: 100%
    }
}

.master-container .sub-container .container-2 .elementGroup {
    box-shadow: 10px 10px 20px rgba(0,0,0,0.25);
    display: grid;
    max-height: 300px;
    grid-template-columns: 300px, 1fr;
    grid-template-rows: repeat(2, 1fr);
    font-size: 12px;
    width: 100%;
    padding: 16px;
    column-gap: 30px
}

@media all and (max-width: 800px) {
    .master-container .sub-container .container-2 .elementGroup {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
        font-size: 12px;
        padding: 10px 20px;
        max-height: 310px
    }
}

.master-container .sub-container .container-2 .elementGroup .image {
    grid-row: 1/3;
    grid-column: 1/2;
    align-self: center;
    max-width: 285px;
    max-height: 265px;
    border-radius: 12px
}

@media all and (max-width: 800px) {
    .master-container .sub-container .container-2 .elementGroup .image {
        grid-column: 1/2;
        grid-row: 1/2;
        max-height: 160px;
        margin: 0 auto
    }
}

.master-container .sub-container .container-2 .elementGroup .title {
    color: #bf1e2e;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left
}

@media all and (max-width: 800px) {
    .master-container .sub-container .container-2 .elementGroup .title {
        grid-column: 1/2;
        grid-row: 2/3;
        justify-content: center;
        text-align: center
    }
}

.master-container .sub-container .container-2 .elementGroup .desc {
    text-align: left;
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 18px;
    display: flex;
    justify-content: left;
    align-items: top
}

@media all and (max-width: 800px) {
    .master-container .sub-container .container-2 .elementGroup .desc {
        grid-column: 1/2;
        grid-row: 3/4;
        font-size: 12px;
        text-align: center
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    box-sizing: border-box
}

.mm-btn, .mm-menu {
    box-sizing: border-box
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
    text-decoration: none
}

.mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
    content: '';
    bottom: 0
}

.mm-hidden {
    display: none !important
}

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
    display: block
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    padding: 0;
    position: absolute;
    bottom: 0
}

.mm-panels, .mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute;
    bottom: 0
}

.mm-btn, .mm-panel.mm-highest {
    z-index: 1
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

    .mm-panel.mm-opened {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .mm-panel.mm-subopened {
        -webkit-transform: translate(-30%, 0);
        -ms-transform: translate(-30%, 0);
        transform: translate(-30%, 0);
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

.mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

    .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
        border-color: transparent
    }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
    display: block
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
    height: 40px;
    bottom: auto
}

    .mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
        top: 16px;
        bottom: auto
    }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before, .mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after, .mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-next:after, .mm-prev:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: auto;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

    .mm-navbar > * {
        display: block;
        padding: 10px 0
    }

    .mm-navbar .mm-btn:first-child {
        left: 0
    }

    .mm-navbar .mm-btn:last-child {
        text-align: right;
        right: 0
    }

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview, .mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

    .mm-listview > li {
        position: relative
    }

        .mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
            border-color: inherit
        }

            .mm-listview > li > a, .mm-listview > li > span {
                color: inherit;
                display: block;
                padding: 10px 10px 10px 20px;
                margin: 0
            }

            .mm-listview > li:not(.mm-divider):after {
                border-bottom-width: 1px;
                border-bottom-style: solid;
                display: block;
                position: absolute;
                right: 0;
                left: 20px
            }

    .mm-listview .mm-next {
        background: rgba(3,2,1,0);
        width: 50px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2
    }

        .mm-listview .mm-next:before {
            border-left-width: 1px;
            border-left-style: solid;
            display: block;
            position: absolute;
            top: 0;
            left: 0
        }

        .mm-listview .mm-next + a, .mm-listview .mm-next + span {
            margin-right: 50px
        }

        .mm-listview .mm-next.mm-fullsubopen {
            width: 100%
        }

            .mm-listview .mm-next.mm-fullsubopen:before {
                border-left: none
            }

            .mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
                padding-right: 50px;
                margin-right: 0
            }

.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px
}

    .mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
        margin-top: 0px
    }

.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0
}

    .mm-listview .mm-inset > li {
        padding: 5px 0
    }

.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

    .mm-listview .mm-spacer > .mm-next {
        top: 40px
    }

    .mm-listview .mm-spacer.mm-divider {
        padding-top: 25px
    }

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75)
}

    .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
        color: rgba(0,0,0,0.3)
    }

    .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
        border-color: rgba(0,0,0,0.3)
    }

    .mm-menu .mm-listview {
        border-color: rgba(0,0,0,0.1)
    }

        .mm-menu .mm-listview > li .mm-next:after {
            border-color: rgba(0,0,0,0.3)
        }

        .mm-menu .mm-listview > li a:not(.mm-next) {
            -webkit-tap-highlight-color: rgba(255,255,255,0.5);
            tap-highlight-color: rgba(255,255,255,0.5)
        }

        .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
            background: rgba(255,255,255,0.5)
        }

        .mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
            background: rgba(0,0,0,0.05)
        }

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking, html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

    .mm-menu.mm-offcanvas.mm-current {
        display: block
    }

    .mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
        z-index: 10
    }

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking, html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

    .mm-menu.mm-offcanvas.mm-current {
        display: block
    }

    .mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
        z-index: 10
    }

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

.mm-menu.mm-offcanvas.mm-right {
    left: auto
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-front #mm-blocker {
    z-index: 1
}

html.mm-front .mm-menu.mm-offcanvas {
    z-index: 2
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

    .mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

.mm-menu.mm-offcanvas.mm-top {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-offcanvas.mm-bottom {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

    em.mm-counter + a.mm-next {
        width: 90px
    }

        em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
            margin-right: 90px
        }

    em.mm-counter + a.mm-fullsubopen {
        padding-left: 0
    }

        .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span, em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
            padding-right: 90px
        }

.mm-vertical > .mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer > .mm-counter {
    margin-top: 40px
}

.mm-nosubresults > .mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    color: #d8d8d8
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

html {
    scroll-behavior: smooth
}

body {
    font: normal 500 1em "Lato",sans-serif;
    font-size: 18px;
    background-color: #fff;
    color: #363636
}

    body * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    body.editing .flex-grid-container {
        overflow: hidden
    }

.constrain {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    height: 100%;
    max-width: 1200px
}

@media all and (min-width: 1440px) {
    .constrain {
        max-width: 1320px
    }
}

@media all and (min-width: 1680px) {
    .constrain {
        max-width: 1560px
    }
}

@media all and (min-width: 1920px) {
    .constrain {
        max-width: 1800px
    }
}

@media all and (min-width: 2160px) {
    .constrain {
        max-width: 2040px
    }
}

.constrain::after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

em, i {
    font-style: italic
}

sup {
    vertical-align: super;
    font-size: smaller
}

b, strong, span.bold {
    font-family: var(--font-family-body-bold);
    font-weight: var(--font-body-bold-weight)
}

[class^="icon-"] {
    text-decoration: none
}

.white[class^="icon-"] {
    color: #fff
}

    .white[class^="icon-"]:hover {
        color: #bf1e2e
    }

.colored[class^="icon-"] {
    color: #bf1e2e
}

    .colored[class^="icon-"]:hover {
        color: #ac1b29
    }

.alternate[class^="icon-"] {
    color: #4d85da
}

    .alternate[class^="icon-"]:hover {
        color: #4578c4
    }

.black[class^="icon-"] {
    color: #000
}

    .black[class^="icon-"]:hover {
        color: #bf1e2e
    }

[class^="icon-"]:focus {
    outline-width: 0
}

a[class^="icon-"] {
    cursor: pointer;
    text-decoration: none
}

.social-icons-block {
    font-size: 24px
}

ul.social-links {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    ul.social-links li {
        display: inline-block;
        margin-right: 8px
    }

        ul.social-links li:last-of-type {
            margin-right: 0
        }

.hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important
}

.grecaptcha-badge {
    visibility: hidden
}

body.editing .parallax-mirror {
    display: none;
    opacity: 0;
    visibility: hidden
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10,10,10,0.3);
    z-index: 0
}

.content_wrapper {
    min-height: 200px;
    min-height: calc(100vh - 462px)
}

.clearfix::after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.subpage-content:not(.constrain) > .richtext-block, .home-content:not(.constrain) > .richtext-block {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

@-ms-viewport {
    width: device-width
}

.table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

::selection {
    color: #fff;
    background: #bf1e2e
}

img, iframe {
    width: 100%; 
    max-width: 100%;
}

.map img {
    max-width: none !important
}

select.input {
    cursor: pointer;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding-right: 32px;
    z-index: 1
}

    select.input.basic {
        padding-top: 10px;
        padding-bottom: 10px
    }

    select.input option {
        background-color: #fff;
        color: #000
    }

#modal_content .mb_container textarea {
    padding-top: 28px !important
}

p.note {
    background: #bf1e2e;
    display: inline-block;
    padding: 8px 20px 9px 20px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    margin-top: 15px
}

    p.note a {
        color: #fff
    }

    p.note.success {
        background: #42ce67
    }

    p.note.error {
        background: #bf1e2e
    }

    p.note.loading {
        background: #5142ce
    }

form .field {
    margin-bottom: 15px;
    text-align: left
}

    form .field textarea {
        min-height: 120px
    }

    form .field:last-of-type {
        margin-bottom: 0
    }

    form .field.unit1of1 {
        flex: 0 0 100%
    }

    form .field.unit1of2 {
        flex: 0 0 49%
    }

    form .field.unit1of3 {
        flex: 0 0 32%
    }

    form .field.unit1of4 {
        flex: 0 0 24%
    }

    form .field.unit1of5 {
        flex: 0 0 19%
    }

    form .field label, form .field legend {
        display: block;
        font-size: 0.9em;
        margin-bottom: 3px
    }

        form .field label.req::after, form .field legend.req::after {
            content: "*";
            display: inline-block;
            margin-left: 3px;
            color: #ce4242
        }

        form .field label.has-float-label, form .field legend.has-float-label {
            display: block;
            position: relative;
            margin: 0
        }

            form .field label.has-float-label > span, form .field legend.has-float-label > span {
                position: absolute;
                left: 9px;
                top: 2px;
                cursor: text;
                font-size: 0.7em;
                opacity: 0.6;
                transition: all 0.2s;
                z-index: 3;
                color: #000
            }

            form .field label.has-float-label.req::after, form .field legend.has-float-label.req::after {
                content: "";
                display: none
            }

            form .field label.has-float-label.req > span::after, form .field legend.has-float-label.req > span::after {
                content: "*";
                display: inline-block;
                margin-left: 3px;
                color: #ce4242
            }

            form .field label.has-float-label.sel::after, form .field label.has-float-label.req.sel::after, form .field legend.has-float-label.sel::after, form .field legend.has-float-label.req.sel::after {
                font-family: "ninelight" !important;
                font-style: normal !important;
                font-weight: normal !important;
                font-variant: normal !important;
                text-transform: none !important;
                content: "\76";
                position: absolute;
                right: 8px;
                top: 14px;
                top: calc(50% - 5px);
                color: #bf1e2e;
                z-index: 2;
                font-size: 12px;
                display: block
            }

            form .field label.has-float-label.sel.fancy > span, form .field label.has-float-label.req.sel.fancy > span, form .field legend.has-float-label.sel.fancy > span, form .field legend.has-float-label.req.sel.fancy > span {
                opacity: 1;
                font-size: 16px;
                top: 0;
                height: 100%;
                display: flex;
                align-items: center;
                z-index: 0;
                width: 100%;
                left: 0;
                padding-left: 9px;
                background-color: #fff;
                border-radius: 0;
                color: rgba(0,0,0,0.6)
            }

                form .field label.has-float-label.sel.fancy > span::after, form .field label.has-float-label.req.sel.fancy > span::after, form .field legend.has-float-label.sel.fancy > span::after, form .field legend.has-float-label.req.sel.fancy > span::after {
                    color: rgba(206,66,66,0.6)
                }

            form .field label.has-float-label.sel.fancy select.input, form .field label.has-float-label.req.sel.fancy select.input, form .field legend.has-float-label.sel.fancy select.input, form .field legend.has-float-label.req.sel.fancy select.input {
                color: transparent;
                background-color: transparent
            }

            form .field label.has-float-label.sel.fancy.chosen > span, form .field label.has-float-label.req.sel.fancy.chosen > span, form .field legend.has-float-label.sel.fancy.chosen > span, form .field legend.has-float-label.req.sel.fancy.chosen > span {
                left: 9px;
                top: 2px;
                font-size: 0.7em;
                opacity: 0.6;
                z-index: 3;
                height: auto;
                display: block;
                padding-left: 0;
                background-color: transparent;
                border-radius: 0;
                width: auto;
                color: #000
            }

                form .field label.has-float-label.sel.fancy.chosen > span::after, form .field label.has-float-label.req.sel.fancy.chosen > span::after, form .field legend.has-float-label.sel.fancy.chosen > span::after, form .field legend.has-float-label.req.sel.fancy.chosen > span::after {
                    color: #ce4242
                }

            form .field label.has-float-label.sel.fancy.chosen select.input, form .field label.has-float-label.req.sel.fancy.chosen select.input, form .field legend.has-float-label.sel.fancy.chosen select.input, form .field legend.has-float-label.req.sel.fancy.chosen select.input {
                color: #000;
                background-color: #fff
            }

            form .field label.has-float-label input::placeholder, form .field label.has-float-label select::placeholder, form .field label.has-float-label textarea::placeholder, form .field legend.has-float-label input::placeholder, form .field legend.has-float-label select::placeholder, form .field legend.has-float-label textarea::placeholder {
                opacity: 1;
                transition: all 0.2s
            }

            form .field label.has-float-label input:placeholder-shown:not(:focus)::placeholder, form .field label.has-float-label select:placeholder-shown:not(:focus)::placeholder, form .field label.has-float-label textarea:placeholder-shown:not(:focus)::placeholder, form .field legend.has-float-label input:placeholder-shown:not(:focus)::placeholder, form .field legend.has-float-label select:placeholder-shown:not(:focus)::placeholder, form .field legend.has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
                opacity: 0
            }

            form .field label.has-float-label input:placeholder-shown:not(:focus) + *, form .field label.has-float-label select:placeholder-shown:not(:focus) + *, form .field label.has-float-label textarea:placeholder-shown:not(:focus) + *, form .field legend.has-float-label input:placeholder-shown:not(:focus) + *, form .field legend.has-float-label select:placeholder-shown:not(:focus) + *, form .field legend.has-float-label textarea:placeholder-shown:not(:focus) + * {
                font-size: 16px;
                opacity: 0.5;
                top: 14px
            }

            form .field label.has-float-label input:focus, form .field label.has-float-label select:focus, form .field label.has-float-label textarea:focus, form .field legend.has-float-label input:focus, form .field legend.has-float-label select:focus, form .field legend.has-float-label textarea:focus {
                border-color: #bf1e2e
            }

            form .field label.has-float-label textarea:placeholder-shown:not(:focus) + *, form .field legend.has-float-label textarea:placeholder-shown:not(:focus) + * {
                top: 14px
            }

.cognito [class^="icon-"]::before, .cognito[class*=" icon-"]::before {
    font-family: FontAwesome !important
}

.cognito [class^="icon-"], .cognito[class*=" icon-"] {
    font-size: 1em
}

.cognito {
    min-height: 300px;
    background-image: url(/img/loading.gif);
    background-size: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 20px
}

    .cognito .c-forms-heading .c-forms-form-title, .cognito .c-forms-form .c-forms-description, .cognito .c-forms-form .c-forms-heading {
        margin-bottom: 0
    }

    .cognito.c-med, .cognito.c-sml, .cognito.c-lrg {
        background-image: none
    }

    .cognito .c-forms-form {
        margin: 0 auto
    }

    .cognito > div:last-of-type {
        visibility: hidden !important
    }



.flex-grid-container .empty {
    cursor: pointer
}

    .flex-grid-container .empty:hover {
        background: #ffffd7
    }

.flex-grid-container > .constrain {
    padding-left: 0;
    padding-right: 0
}

.flex-grid-container .flexbox .new_block_link, .flex-grid-container .flexbox .new_block_link_over {
    flex-basis: 0
}

.flex-grid-container .flex-grid-unit {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

    .flex-grid-container .flex-grid-unit.editing {
        border: 1px dashed #e8e8e8
    }

    .flex-grid-container .flex-grid-unit > * {
        z-index: 2;
        position: relative
    }

    .flex-grid-container .flex-grid-unit .overlay {
        position: absolute;
        z-index: 0
    }

    .flex-grid-container .flex-grid-unit.colormain {
        background-color: #bf1e2e !important
    }

    .flex-grid-container .flex-grid-unit.coloralt {
        background-color: #4d85da !important
    }

.grid-row {
    width: 100%
}

    .grid-row::after {
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both
    }

@media all and (min-width: 800px) {
    .grid-row .unit1of1 {
        width: 100%;
        float: left;
        text-align: left
    }

    .grid-row .unit1of2 {
        width: 50%;
        float: left;
        text-align: left
    }

    .grid-row .unit1of3 {
        width: 33.3333333%;
        float: left;
        text-align: left
    }

    .grid-row .unit2of3 {
        width: 66.6666666%;
        float: left;
        text-align: left
    }

    .grid-row .unit1of4 {
        width: 25%;
        float: left;
        text-align: left
    }

    .grid-row .unit3of4 {
        width: 75%;
        float: left;
        text-align: left
    }

    .grid-row .unit1of5 {
        width: 20%;
        float: left;
        text-align: left
    }

    .grid-row .unit2of5 {
        width: 40%;
        float: left;
        text-align: left
    }

    .grid-row .unit4of5 {
        width: 80%;
        float: left;
        text-align: left
    }
}

@media all and (max-width: 800px) {
    .grid-row .unit1of1, .grid-row .unit1of2, .grid-row .unit1of3, .grid-row .unit1of4, .grid-row .unit2of3, .grid-row .unit3of4, .grid-row .unit1of5, .grid-row .unit2of5, .grid-row .unit4of5 {
        float: none;
        text-align: center;
        width: 100%
    }
}

.header-wrapper.absolute, .header-wrapper.fixed {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11
}

.header-wrapper.absolute {
    position: absolute
}

.header-wrapper.fixed {
    position: fixed
}

body.editing .header-wrapper.fixed {
    left: 200px;
    top: 40px;
    width: calc(100% - 200px)
}

.nav-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5em
}

    .nav-breadcrumbs li {
        display: block;
        flex: 0 1 auto;
        color: #bf1e2e
    }

        .nav-breadcrumbs li:last-of-type::after {
            content: "";
            padding: 0
        }

        .nav-breadcrumbs li::after {
            content: ">";
            padding: 0 8px
        }

        .nav-breadcrumbs li a, .nav-breadcrumbs li span {
            display: inline-block
        }

        .nav-breadcrumbs li a {
            color: #bf1e2e;
            text-decoration: none
        }

            .nav-breadcrumbs li a:hover {
                color: #4d85da
            }

.delay-show {
    display: none
}

#mmenu {
    text-align: left;
    font: normal 500 1em "Lato",sans-serif;
    color: #fff;
    background: #bf1e2e
}

    #mmenu a, #mmenu span {
        font: normal 500 1em "Lato",sans-serif;
        font-size: 18px;
        padding: 12px 10px 13px 20px !important
    }

    #mmenu > ul > li > ul > li a, #mmenu > ul > li > ul > li span {
        padding-left: 25px;
        color: #fff;
        color: rgba(255,255,255,0.8)
    }

    #mmenu > ul > li > ul > li > ul > li a, #mmenu > ul > li > ul > li > ul > li span {
        padding-left: 50px;
        color: #fff;
        color: rgba(255,255,255,0.6)
    }

.cmn-toggle-switch {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 34px;
    height: 35px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    z-index: 2
}

    .cmn-toggle-switch:focus {
        outline: none
    }

    .cmn-toggle-switch span {
        display: block;
        position: absolute;
        top: 19px;
        left: 0;
        right: 0;
        height: 4px;
        background: #bf1e2e
    }

        .cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 4px;
            background-color: #bf1e2e;
            content: ""
        }

        .cmn-toggle-switch span::before {
            top: -10px
        }

        .cmn-toggle-switch span::after {
            bottom: -10px
        }

.cmn-toggle-switch__htx {
    background-color: transparent
}

    .cmn-toggle-switch__htx span {
        -webkit-transition: background 0 0.3s;
        transition: background 0 0.3s
    }

        .cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
            -webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
            -webkit-transition-delay: 0.3s, 0;
            transition-delay: 0.3s, 0
        }

        .cmn-toggle-switch__htx span::before {
            -webkit-transition-property: top, -webkit-transform;
            transition-property: top, transform
        }

        .cmn-toggle-switch__htx span::after {
            -webkit-transition-property: bottom, -webkit-transform;
            transition-property: bottom, transform
        }

.mm-opening .cmn-toggle-switch__htx span {
    background: transparent
}

    .mm-opening .cmn-toggle-switch__htx span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .mm-opening .cmn-toggle-switch__htx span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .mm-opening .cmn-toggle-switch__htx span::before, .mm-opening .cmn-toggle-switch__htx span::after {
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s
    }

body .mm-panels > .mm-panel > .mm-listview:first-child, body .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 20px
}

body .mm-panel .mm-navbar {
    display: block;
    border-color: transparent !important
}

    body .mm-panel .mm-navbar a.mm-title {
        display: none
    }

#mmenu ul li::before {
    display: none
}

.mm-menu .mm-navbar > a {
    color: #fff !important
}

.mm-menu .mm-listview > li .mm-prev:before, .mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: #fff !important
}

.mm-menu .mm-listview > li:after, .mm-menu .mm-listview > li .mm-prev:after, .mm-menu .mm-listview > li .mm-next:before, .mm-menu .mm-navbar {
    border-color: rgba(255,255,255,0.3) !important
}

.unslider-block-wrapper.empty {
    background: #ecebe8
}

    .unslider-block-wrapper.empty .table-cell p {
        text-align: center;
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 15px
    }

.unslider-arrow:hover {
    color: #bf1e2e !important
}

.footer-wrapper {
    border-top: 1px solid #000
}

.content_wrapper.subpage {
    position: relative
}

    .content_wrapper.subpage::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url(/img/FiveHorizonUnderlay.svg);
        background-position: top -80px right;
        background-repeat: no-repeat;
        background-size: calc(min(80%, 724px));
        filter: grayscale(1)
    }

@media all and (max-width: 800px) {
    .richtext-block p {
        font-size: 0.8em
    }

    .content_wrapper.subpage .richtext-block {
        text-align: left
    }
}

@font-face {
    font-family: "ninelight";
    src: url("/img/FooterIcons/Facebook.woff2") format("woff2"),url("/img/FooterIcons/Instagram.woff") format("woff"),url("/img/FooterIcons/X.ttf") format("truetype"),url("/img/FooterIcons/LinkedIn.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal
}

[data-icon]:before {
    font-family: "ninelight" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "ninelight" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-twitter:before {
    content: "\64"
}

.icon-rss:before {
    content: "\69"
}

.icon-right-big:before {
    content: "\6f"
}

.icon-left-big:before {
    content: "\72"
}

.icon-down-big:before {
    content: "\76"
}

.icon-menu:before {
    content: "\78"
}

.icon-up-big:before {
    content: "\7a"
}

.icon-search:before {
    content: "\41"
}

.icon-menu-2:before {
    content: "\71"
}

.icon-youtube:before {
    content: "\4b"
}

.icon-facebook:before {
    content: "\4d"
}

.icon-linkedin-alt:before {
    content: "\4e"
}

.icon-linkedin:before {
    content: "\4f"
}

.icon-vimeo:before {
    content: "\50"
}

.icon-pinterest:before {
    content: "\62"
}

.icon-menu-3:before {
    content: "\68"
}

.icon-close:before {
    content: "\6b"
}

.icon-menu-4:before {
    content: "\58"
}

.icon-trash:before {
    content: "\34"
}

.icon-menu-5:before {
    content: "\22"
}

.icon-google:before {
    content: "\51"
}

.icon-google-plus:before {
    content: "\24"
}

.icon-outline-instagram:before {
    content: "\27"
}

.icon-outline-linkedin:before {
    content: "\28"
}

.icon-outline-rss:before {
    content: "\29"
}

.icon-outline-facebook:before {
    content: "\2a"
}

.icon-outline-google-plus:before {
    content: "\2f"
}

.icon-outline-twitter:before {
    content: "\3a"
}

.icon-outline-vimeo:before {
    content: "\3b"
}

.icon-outline-pinterest:before {
    content: "\3d"
}

.icon-outline-email:before {
    content: "\42"
}

.icon-youtube-alt:before {
    content: "\61"
}

.icon-mail:before {
    content: "\65"
}

.icon-home:before {
    content: "\6c"
}

.icon-cart:before {
    content: "\6d"
}

.icon-phone:before {
    content: "\6e"
}

.icon-location:before {
    content: "\74"
}

.icon-pdf:before {
    content: "\43"
}

.icon-nine-menu:before {
    content: "\4a"
}

.icon-marker:before {
    content: "\4c"
}

.icon-ruby:before {
    content: "\52"
}

.icon-blog:before {
    content: "\53"
}

.icon-client:before {
    content: "\54"
}

.icon-message:before {
    content: "\55"
}

.icon-n:before {
    content: "\56"
}

.icon-video:before {
    content: "\57"
}

.icon-user:before {
    content: "\5a"
}

.icon-globe:before {
    content: "\30"
}

.icon-outline-youtube:before {
    content: "\31"
}

.icon-external:before {
    content: "\66"
}

.icon-phone-2:before {
    content: "\67"
}

.icon-pending:before {
    content: "\70"
}

.icon-check:before {
    content: "\73"
}

.icon-ticket:before {
    content: "\77"
}

.icon-instagram:before {
    content: "\79"
}

.icon-lock:before {
    content: "\32"
}

.icon-houzz:before {
    content: "\33"
}

.icon-circle-facebook:before {
    content: "\63"
}

.icon-circle-instagram:before {
    content: "\6a"
}

.icon-circle-vimeo:before {
    content: "\44"
}

.icon-circle-twitter:before {
    content: "\45"
}

.icon-circle-google-plus:before {
    content: "\46"
}

.icon-circle-linkedin:before {
    content: "\47"
}

.icon-circle-youtube:before {
    content: "\48"
}

.icon-circle-rss:before {
    content: "\49"
}

.icon-circle-soundcloud:before {
    content: "\59"
}

.icon-circle-pinterest:before {
    content: "\35"
}

.icon-circle-spotify:before {
    content: "\36"
}

.icon-circle-mail:before {
    content: "\75"
}

.icon-tiktok:before {
    content: "\37"
}

.icon-threads:before {
    content: "\39"
}

.icon-circle-threads:before {
    content: "\21"
}

.icon-x:before {
    content: "\23"
}

.icon-circle-x:before {
    content: "\25"
}

.icon-outline-x:before {
    content: "\26"
}
