table.flippable {
    position: relative;
    display: flex;
    vertical-align: top;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden
}

table.flippable tr {
    display: flex;
    flex-direction: column;
    min-width: min-content;
    flex-shrink: 0
}

table.flippable td,
table.flippable th {
    display: block;
    padding: 5px 20px;
    border: 1px solid #000
}

table.flippable thead {
    display: flex;
    flex-shrink: 0;
    min-width: min-content
}

table.flippable tbody {
    position: relative;
    display: flex;
    width: 60%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

@media (min-width:800px) {
    table.flippable {
        display: table;
        overflow: auto
    }

    table.flippable thead {
        display: table-header-group
    }

    table.flippable tbody {
        display: table-row-group
    }

    table.flippable tr {
        display: table-row
    }

    table.flippable td,
    table.flippable th {
        display: table-cell
    }
}

.list-menu:hover>.hyperlink-effect:hover:after {
    display: none
}

a.hyperlink-effect.underline-animation:after {
    height: 0
}

a.hyperlink-effect.underline-animation:hover {
    text-decoration: underline
}

a.hyperlink-effect.underline-animation:visited {
    text-decoration: underline
}

.scroll-top {
    position: fixed;
    bottom: 0;
    right: 10px;
    height: 37px;
    width: 37px;
    background: rgba(153, 153, 153, .4);
    transition: all .2s ease-in-out;
    cursor: pointer;
    opacity: 0;
    z-index: 99
}

@media (min-width:768px) {
    .scroll-top {
        right: 21px
    }
}

.scroll-top.show {
    opacity: 1
}

.scroll-top:after {
    content: '';
    position: absolute;
    height: 16px;
    width: 27px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2147483699
}

.loader-overlay-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(51, 51, 51, .8)
}

.loader-overlay-icon svg {
    height: 150px;
    width: 150px;
    fill: #4287d6
}

.vue-modal-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, .8);
    z-index: 2147483699;
    overflow-y: auto
}

.vue-modal-overlay.centered {
    display: flex;
    justify-content: center;
    align-items: center
}

.vue-modal-overlay.centered .vue-modal {
    margin: auto
}

.vue-modal {
    position: relative;
    width: 90vw;
    max-width: 740px;
    margin: 30px auto;
    background: #fff;
    overflow-x: hidden
}

.vue-modal__close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 48px;
    background: #e81c21;
    padding: 14px 0;
    cursor: pointer;
    z-index: 2
}

.vue-modal__close-btn img {
    height: auto;
    max-width: 100%;
    border: 0
}

.vue-modal__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.vue-modal__content.pad-large {
    padding: 100px 50px
}

@media (min-width:600px) {
    .vue-modal__content.pad-large {
        padding: 150px 100px
    }
}

.vue-modal__content.pad-med {
    padding: 25px 20px
}

@media (min-width:600px) {
    .vue-modal__content.pad-med {
        padding: 55px 20px 40px 20px
    }
}

.vue-modal__content.pad-med section {
    padding: 0
}

.vue-modal__content>svg {
    width: 40px;
    height: 40px;
    margin-bottom: 20px
}

.vue-modal__content .head {
    padding: 0 10px
}

.vue-modal__content h4 {
    margin-bottom: 16px;
    color: #000;
    font-size: 30px;
    letter-spacing: 0
}

.vue-modal__content p {
    color: #000
}

#drift-widget-container {
    position: static !important;
    z-index: 2 !important
}

#drift-widget-container iframe#drift-widget.drift-widget-slider,
#drift-widget-container iframe#drift-widget.drift-widget-welcome-online {
    z-index: 99 !important
}

#drift-widget-container iframe#drift-widget.drift-widget-sidebar-half-height {
    z-index: 100 !important
}

.onetrust-pc-dark-filter {
    display: none !important
}

.click-animate,
.move-up {
    visibility: hidden;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -ms-animation-name: none;
    animation-name: none;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

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

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes scaling {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

.ie9 .move-up {
    visibility: visible;
    opacity: 0;
    transform: none;
    bottom: -300px
}

.ie9 .move-right {
    visibility: visible;
    opacity: 0;
    transform: none;
    left: -300px
}

.ie9 .move-left {
    visibility: visible;
    opacity: 0;
    transform: none;
    right: -300px;
    left: auto
}