﻿@charset "UTF-8";

img, picture {
    min-height: 1px
}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ :root {
    --blue: #009fdf;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #ff0000;
    --red: #ef3340;
    --orange: #ee5f3d;
    --yellow: #ffb81c;
    --green: #00ab84;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #848484;
    --gray-dark: #595959;
    --deepred: #b31217;
    --grad: rgba(83, 86, 90, 0.9);
    --grad_lg: rgba(83, 86, 90, 0.8);
    --sea: #1f52af;
    --primary: #ef3340;
    --secondary: #ff0000;
    --success: #00ab84;
    --info: #009fdf;
    --warning: #ffb81c;
    --danger: #ef3340;
    --light: #eeecec;
    --dark: #000;
    --gradA: rgba(83, 86, 90, 0.8);
    --gradB: rgba(83, 86, 90, 0.9);
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1400px;
    --breakpoint-xxl: 1920px;
    --font-family-sans-serif: "Roboto", "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "Roboto", "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #202123;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.9375rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #ffb81c;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #cf8e00;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #9f9f9f;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: 0.5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.9375rem;
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 3rem
}

.h2, h2 {
    font-size: 2.625rem
}

.h3, h3 {
    font-size: 1.43rem
}

.h4, h4 {
    font-size: 1.2rem
}

.h5, h5 {
    font-size: 1.1rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: 0.2em;
    background-color: #fcf8e3
}

#evtfootban_pad ul, #fishermen #fish_details ul, #fishermen #fish_details ul#cert, #media_centre .year_menu ul, .list-unstyled, .nav, .nav ul, aside ul {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: 5px
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1.875rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #9f9f9f
}

    .blockquote-footer:before {
        content: "\2014\00A0"
    }

#evtfootban_pad img, #media_centre .thumb img, #media_details article img, #part_contact .contact_img img, .img-fluid, body img, header#mainheader .navbar-brand img {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #b1b8bc;
    border-radius: 1.25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: 0.9375rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #9f9f9f
}

code {
    font-size: 87.5%;
    color: #ff0000;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #202123;
    border-radius: 0.2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #202123
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

#home #heroban .herotxt_wrap, #part_contact .contwrap, #slots_page #slots_details .contwrap, .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    #home #heroban .herotxt_wrap, #part_contact .contwrap, #slots_page #slots_details .contwrap, .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    #home #heroban .herotxt_wrap, #part_contact .contwrap, #slots_page #slots_details .contwrap, .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    #home #heroban .herotxt_wrap, #part_contact .contwrap, #slots_page #slots_details .contwrap, .container {
        max-width: 960px
    }
}

@media (min-width:1400px) {
    #home #heroban .herotxt_wrap, #part_contact .contwrap, #slots_page #slots_details .contwrap, .container {
        max-width: 1366px
    }
}

@media (min-width:1920px) {
    #home #heroban .herotxt_wrap, #part_contact .contwrap, #slots_page #slots_details .contwrap, .container {
        max-width: 1366px
    }
}

#mobile_frame .frame, #mobile_frame_ver .frame, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

#media_centre .year, .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto, form .email, form .name, form .sendandback, form .sendandback .form-group, form .upload {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

#media_centre .year, .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6, form .email, form .name, form .sendandback, form .sendandback .form-group, form .upload {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1400px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5, form .email, form .name, form .sendandback, form .upload {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1, form .name, form .upload {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1920px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1.875rem;
    color: #202123
}

    .table td, .table th {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #d8d8d8
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #d8d8d8
    }

    .table tbody + tbody {
        border-top: 2px solid #d8d8d8
    }

.table-sm td, .table-sm th {
    padding: 0.3rem
}

.table-bordered {
    border: 1px solid #d8d8d8
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #d8d8d8
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    color: #202123;
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #fbc6ca
}

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #f7959c
    }

.table-hover .table-primary:hover {
    background-color: #f9aeb4
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #f9aeb4
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #ffb8b8
}

    .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: #ff7a7a
    }

.table-hover .table-secondary:hover {
    background-color: #ff9f9f
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #ff9f9f
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #b8e7dd
}

    .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #7ad3bf
    }

.table-hover .table-success:hover {
    background-color: #a5e1d4
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #a5e1d4
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #b8e4f6
}

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #7acdee
    }

.table-hover .table-info:hover {
    background-color: #a1dbf3
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #a1dbf3
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffebbf
}

    .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #ffda89
    }

.table-hover .table-warning:hover {
    background-color: #ffe3a6
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe3a6
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #fbc6ca
}

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #f7959c
    }

.table-hover .table-danger:hover {
    background-color: #f9aeb4
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f9aeb4
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fafafa
}

    .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #f6f5f5
    }

.table-hover .table-light:hover {
    background-color: #ededed
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ededed
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #b8b8b8
}

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #7a7a7a
    }

.table-hover .table-dark:hover {
    background-color: #ababab
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #ababab
    }

.table-gradA, .table-gradA > td, .table-gradA > th {
    background-color: rgba(220, 220, 221, 0.944)
}

    .table-gradA tbody + tbody, .table-gradA td, .table-gradA th, .table-gradA thead th {
        border-color: rgba(183, 184, 186, 0.896)
    }

.table-hover .table-gradA:hover {
    background-color: rgba(207, 207, 208, 0.944)
}

    .table-hover .table-gradA:hover > td, .table-hover .table-gradA:hover > th {
        background-color: rgba(207, 207, 208, 0.944)
    }

.table-gradB, .table-gradB > td, .table-gradB > th {
    background-color: rgba(213, 214, 215, 0.972)
}

    .table-gradB tbody + tbody, .table-gradB td, .table-gradB th, .table-gradB thead th {
        border-color: rgba(174, 176, 177, 0.948)
    }

.table-hover .table-gradB:hover {
    background-color: rgba(200, 201, 203, 0.972)
}

    .table-hover .table-gradB:hover > td, .table-hover .table-gradB:hover > th {
        background-color: rgba(200, 201, 203, 0.972)
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #595959;
    border-color: #6c6c6c
}

.table .thead-light th {
    color: #848484;
    background-color: #d8d8d8;
    border-color: #d8d8d8
}

.table-dark {
    color: #fff;
    background-color: #595959
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #6c6c6c
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1399.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

@media (max-width:1919.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xxl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #848484;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ada3a3;
    border-radius: 1.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #848484;
    background-color: #fff;
    border-color: #f8a9af;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #9f9f9f;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #9f9f9f;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #9f9f9f;
    opacity: 1
}

.form-control::placeholder {
    color: #9f9f9f;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #d8d8d8;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #848484;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #202123;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: 0.25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #9f9f9f
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #00ab84
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 171, 132, 0.9);
    border-radius: 1.25rem
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #00ab84;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300ab84' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #00ab84;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 171, 132, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 171, 132, 0.25)
    }

    .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #00ab84;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23595959' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300ab84' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #00ab84;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 171, 132, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 171, 132, 0.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
        display: block
    }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #00ab84
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #00ab84
}

    .custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
        border-color: #00ab84
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #00deab;
    background: #00deab -webkit-gradient(linear, left top, left bottom, from(#26e3b8), to(#00deab)) repeat-x;
    background: #00deab -webkit-linear-gradient(top, #26e3b8, #00deab) repeat-x;
    background: #00deab -o-linear-gradient(top, #26e3b8, #00deab) repeat-x;
    background: #00deab linear-gradient(180deg, #26e3b8, #00deab) repeat-x
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 171, 132, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 171, 132, 0.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #00ab84
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #00ab84
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #00ab84;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 171, 132, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 171, 132, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #ef3340
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(239, 51, 64, 0.9);
    border-radius: 1.25rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #ef3340;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef3340' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ef3340' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #ef3340;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25)
    }

    .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #ef3340;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23595959' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef3340' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ef3340' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #ef3340;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
        display: block
    }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #ef3340
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #ef3340
}

    .custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
        border-color: #ef3340
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #f3626c;
    background: #f3626c -webkit-gradient(linear, left top, left bottom, from(#f57a82), to(#f3626c)) repeat-x;
    background: #f3626c -webkit-linear-gradient(top, #f57a82, #f3626c) repeat-x;
    background: #f3626c -o-linear-gradient(top, #f57a82, #f3626c) repeat-x;
    background: #f3626c linear-gradient(180deg, #f57a82, #f3626c) repeat-x
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #ef3340
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #ef3340
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #ef3340;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #202123;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0 solid transparent;
    padding: 0.75rem 3rem;
    font-size: 1rem;
    line-height: 1.3;
    border-radius: 1.875rem;
    -webkit-transition: background-image 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-image 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-image 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-image 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-image 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #202123;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25)
}

.btn.disabled, .btn:disabled {
    opacity: 0.65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background: #ef3340 -webkit-gradient(linear, left top, left bottom, from(#f1525d), to(#ef3340)) repeat-x;
    background: #ef3340 -webkit-linear-gradient(top, #f1525d, #ef3340) repeat-x;
    background: #ef3340 -o-linear-gradient(top, #f1525d, #ef3340) repeat-x;
    background: #ef3340 linear-gradient(180deg, #f1525d, #ef3340) repeat-x;
    border-color: #ef3340
}

    .btn-primary:hover {
        color: #fff;
        background: #e91221 -webkit-gradient(linear, left top, left bottom, from(#ed3642), to(#e91221)) repeat-x;
        background: #e91221 -webkit-linear-gradient(top, #ed3642, #e91221) repeat-x;
        background: #e91221 -o-linear-gradient(top, #ed3642, #e91221) repeat-x;
        background: #e91221 linear-gradient(180deg, #ed3642, #e91221) repeat-x;
        border-color: #de1120
    }

    .btn-primary.focus, .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 82, 93, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(241, 82, 93, 0.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #ef3340;
        border-color: #ef3340;
        background-image: none
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #de1120;
        background-image: none;
        border-color: #d2101e
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 82, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(241, 82, 93, 0.5)
        }

.btn-secondary {
    color: #fff;
    background: #ff0000 -webkit-gradient(linear, left top, left bottom, from(#ff2626), to(#ff0000)) repeat-x;
    background: #ff0000 -webkit-linear-gradient(top, #ff2626, #ff0000) repeat-x;
    background: #ff0000 -o-linear-gradient(top, #ff2626, #ff0000) repeat-x;
    background: #ff0000 linear-gradient(180deg, #ff2626, #ff0000) repeat-x;
    border-color: #ff0000
}

    .btn-secondary:hover {
        color: #fff;
        background: #d90000 -webkit-gradient(linear, left top, left bottom, from(#de2626), to(#d90000)) repeat-x;
        background: #d90000 -webkit-linear-gradient(top, #de2626, #d90000) repeat-x;
        background: #d90000 -o-linear-gradient(top, #de2626, #d90000) repeat-x;
        background: #d90000 linear-gradient(180deg, #de2626, #d90000) repeat-x;
        border-color: #cc0000
    }

    .btn-secondary.focus, .btn-secondary:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #ff0000;
        border-color: #ff0000;
        background-image: none
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #cc0000;
        background-image: none;
        border-color: #bf0000
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5)
        }

.btn-success {
    color: #fff;
    background: #00ab84 -webkit-gradient(linear, left top, left bottom, from(#26b896), to(#00ab84)) repeat-x;
    background: #00ab84 -webkit-linear-gradient(top, #26b896, #00ab84) repeat-x;
    background: #00ab84 -o-linear-gradient(top, #26b896, #00ab84) repeat-x;
    background: #00ab84 linear-gradient(180deg, #26b896, #00ab84) repeat-x;
    border-color: #00ab84
}

    .btn-success:hover {
        color: #fff;
        background: #008566 -webkit-gradient(linear, left top, left bottom, from(#26977d), to(#008566)) repeat-x;
        background: #008566 -webkit-linear-gradient(top, #26977d, #008566) repeat-x;
        background: #008566 -o-linear-gradient(top, #26977d, #008566) repeat-x;
        background: #008566 linear-gradient(180deg, #26977d, #008566) repeat-x;
        border-color: #00785d
    }

    .btn-success.focus, .btn-success:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 184, 150, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(38, 184, 150, 0.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #00ab84;
        border-color: #00ab84;
        background-image: none
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #00785d;
        background-image: none;
        border-color: #006b53
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 184, 150, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 184, 150, 0.5)
        }

.btn-info {
    color: #fff;
    background: #009fdf -webkit-gradient(linear, left top, left bottom, from(#26ade4), to(#009fdf)) repeat-x;
    background: #009fdf -webkit-linear-gradient(top, #26ade4, #009fdf) repeat-x;
    background: #009fdf -o-linear-gradient(top, #26ade4, #009fdf) repeat-x;
    background: #009fdf linear-gradient(180deg, #26ade4, #009fdf) repeat-x;
    border-color: #009fdf
}

    .btn-info:hover {
        color: #fff;
        background: #0084b9 -webkit-gradient(linear, left top, left bottom, from(#2696c3), to(#0084b9)) repeat-x;
        background: #0084b9 -webkit-linear-gradient(top, #2696c3, #0084b9) repeat-x;
        background: #0084b9 -o-linear-gradient(top, #2696c3, #0084b9) repeat-x;
        background: #0084b9 linear-gradient(180deg, #2696c3, #0084b9) repeat-x;
        border-color: #007bac
    }

    .btn-info.focus, .btn-info:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 173, 228, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(38, 173, 228, 0.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #009fdf;
        border-color: #009fdf;
        background-image: none
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #007bac;
        background-image: none;
        border-color: #00729f
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 173, 228, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 173, 228, 0.5)
        }

.btn-warning {
    color: #202123;
    background: #ffb81c -webkit-gradient(linear, left top, left bottom, from(#ffc33e), to(#ffb81c)) repeat-x;
    background: #ffb81c -webkit-linear-gradient(top, #ffc33e, #ffb81c) repeat-x;
    background: #ffb81c -o-linear-gradient(top, #ffc33e, #ffb81c) repeat-x;
    background: #ffb81c linear-gradient(180deg, #ffc33e, #ffb81c) repeat-x;
    border-color: #ffb81c
}

    .btn-warning:hover {
        color: #202123;
        background: #f5a800 -webkit-gradient(linear, left top, left bottom, from(#f6b526), to(#f5a800)) repeat-x;
        background: #f5a800 -webkit-linear-gradient(top, #f6b526, #f5a800) repeat-x;
        background: #f5a800 -o-linear-gradient(top, #f6b526, #f5a800) repeat-x;
        background: #f5a800 linear-gradient(180deg, #f6b526, #f5a800) repeat-x;
        border-color: #e89f00
    }

    .btn-warning.focus, .btn-warning:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 161, 29, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(222, 161, 29, 0.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #202123;
        background-color: #ffb81c;
        border-color: #ffb81c;
        background-image: none
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #202123;
        background-color: #e89f00;
        background-image: none;
        border-color: #db9700
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 161, 29, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 161, 29, 0.5)
        }

.btn-danger {
    color: #fff;
    background: #ef3340 -webkit-gradient(linear, left top, left bottom, from(#f1525d), to(#ef3340)) repeat-x;
    background: #ef3340 -webkit-linear-gradient(top, #f1525d, #ef3340) repeat-x;
    background: #ef3340 -o-linear-gradient(top, #f1525d, #ef3340) repeat-x;
    background: #ef3340 linear-gradient(180deg, #f1525d, #ef3340) repeat-x;
    border-color: #ef3340
}

    .btn-danger:hover {
        color: #fff;
        background: #e91221 -webkit-gradient(linear, left top, left bottom, from(#ed3642), to(#e91221)) repeat-x;
        background: #e91221 -webkit-linear-gradient(top, #ed3642, #e91221) repeat-x;
        background: #e91221 -o-linear-gradient(top, #ed3642, #e91221) repeat-x;
        background: #e91221 linear-gradient(180deg, #ed3642, #e91221) repeat-x;
        border-color: #de1120
    }

    .btn-danger.focus, .btn-danger:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 82, 93, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(241, 82, 93, 0.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #ef3340;
        border-color: #ef3340;
        background-image: none
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #de1120;
        background-image: none;
        border-color: #d2101e
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 82, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(241, 82, 93, 0.5)
        }

.btn-light {
    color: #202123;
    background: #eeecec -webkit-gradient(linear, left top, left bottom, from(#f1efef), to(#eeecec)) repeat-x;
    background: #eeecec -webkit-linear-gradient(top, #f1efef, #eeecec) repeat-x;
    background: #eeecec -o-linear-gradient(top, #f1efef, #eeecec) repeat-x;
    background: #eeecec linear-gradient(180deg, #f1efef, #eeecec) repeat-x;
    border-color: #eeecec
}

    .btn-light:hover {
        color: #202123;
        background: #dcd8d8 -webkit-gradient(linear, left top, left bottom, from(#e1dede), to(#dcd8d8)) repeat-x;
        background: #dcd8d8 -webkit-linear-gradient(top, #e1dede, #dcd8d8) repeat-x;
        background: #dcd8d8 -o-linear-gradient(top, #e1dede, #dcd8d8) repeat-x;
        background: #dcd8d8 linear-gradient(180deg, #e1dede, #dcd8d8) repeat-x;
        border-color: #d6d1d1
    }

    .btn-light.focus, .btn-light:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 206, 206, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(207, 206, 206, 0.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #202123;
        background-color: #eeecec;
        border-color: #eeecec;
        background-image: none
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #202123;
        background-color: #d6d1d1;
        background-image: none;
        border-color: #d0caca
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 206, 206, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(207, 206, 206, 0.5)
        }

.btn-dark {
    color: #fff;
    background: #000 -webkit-gradient(linear, left top, left bottom, from(#262626), to(#000)) repeat-x;
    background: #000 -webkit-linear-gradient(top, #262626, #000) repeat-x;
    background: #000 -o-linear-gradient(top, #262626, #000) repeat-x;
    background: #000 linear-gradient(180deg, #262626, #000) repeat-x;
    border-color: #000
}

    .btn-dark:hover {
        color: #fff;
        background: black -webkit-gradient(linear, left top, left bottom, from(#262626), to(black)) repeat-x;
        background: black -webkit-linear-gradient(top, #262626, black) repeat-x;
        background: black -o-linear-gradient(top, #262626, black) repeat-x;
        background: black linear-gradient(180deg, #262626, black) repeat-x;
        border-color: black
    }

    .btn-dark.focus, .btn-dark:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #000;
        border-color: #000;
        background-image: none
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: black;
        background-image: none;
        border-color: black
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5)
        }

.btn-gradA {
    color: #fff;
    background: rgba(83, 86, 90, 0.8) -webkit-gradient(linear, left top, left bottom, from(rgba(119, 121, 125, 0.83)), to(rgba(83, 86, 90, 0.8))) repeat-x;
    background: rgba(83, 86, 90, 0.8) -webkit-linear-gradient(top, rgba(119, 121, 125, 0.83), rgba(83, 86, 90, 0.8)) repeat-x;
    background: rgba(83, 86, 90, 0.8) -o-linear-gradient(top, rgba(119, 121, 125, 0.83), rgba(83, 86, 90, 0.8)) repeat-x;
    background: rgba(83, 86, 90, 0.8) linear-gradient(180deg, rgba(119, 121, 125, 0.83), rgba(83, 86, 90, 0.8)) repeat-x;
    border-color: rgba(83, 86, 90, 0.8)
}

    .btn-gradA:hover {
        color: #fff;
        background: rgba(65, 67, 70, 0.8) -webkit-gradient(linear, left top, left bottom, from(rgba(104, 106, 109, 0.83)), to(rgba(65, 67, 70, 0.8))) repeat-x;
        background: rgba(65, 67, 70, 0.8) -webkit-linear-gradient(top, rgba(104, 106, 109, 0.83), rgba(65, 67, 70, 0.8)) repeat-x;
        background: rgba(65, 67, 70, 0.8) -o-linear-gradient(top, rgba(104, 106, 109, 0.83), rgba(65, 67, 70, 0.8)) repeat-x;
        background: rgba(65, 67, 70, 0.8) linear-gradient(180deg, rgba(104, 106, 109, 0.83), rgba(65, 67, 70, 0.8)) repeat-x;
        border-color: rgba(59, 61, 63, 0.8)
    }

    .btn-gradA.focus, .btn-gradA:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 121, 125, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(119, 121, 125, 0.5)
    }

    .btn-gradA.disabled, .btn-gradA:disabled {
        color: #fff;
        background-color: rgba(83, 86, 90, 0.8);
        border-color: rgba(83, 86, 90, 0.8);
        background-image: none
    }

    .btn-gradA:not(:disabled):not(.disabled).active, .btn-gradA:not(:disabled):not(.disabled):active, .show > .btn-gradA.dropdown-toggle {
        color: #fff;
        background-color: rgba(59, 61, 63, 0.8);
        background-image: none;
        border-color: rgba(52, 54, 57, 0.8)
    }

        .btn-gradA:not(:disabled):not(.disabled).active:focus, .btn-gradA:not(:disabled):not(.disabled):active:focus, .show > .btn-gradA.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 121, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(119, 121, 125, 0.5)
        }

.btn-gradB {
    color: #fff;
    background: rgba(83, 86, 90, 0.9) -webkit-gradient(linear, left top, left bottom, from(rgba(114, 116, 119, 0.915)), to(rgba(83, 86, 90, 0.9))) repeat-x;
    background: rgba(83, 86, 90, 0.9) -webkit-linear-gradient(top, rgba(114, 116, 119, 0.915), rgba(83, 86, 90, 0.9)) repeat-x;
    background: rgba(83, 86, 90, 0.9) -o-linear-gradient(top, rgba(114, 116, 119, 0.915), rgba(83, 86, 90, 0.9)) repeat-x;
    background: rgba(83, 86, 90, 0.9) linear-gradient(180deg, rgba(114, 116, 119, 0.915), rgba(83, 86, 90, 0.9)) repeat-x;
    border-color: rgba(83, 86, 90, 0.9)
}

    .btn-gradB:hover {
        color: #fff;
        background: rgba(65, 67, 70, 0.9) -webkit-gradient(linear, left top, left bottom, from(rgba(98, 100, 103, 0.915)), to(rgba(65, 67, 70, 0.9))) repeat-x;
        background: rgba(65, 67, 70, 0.9) -webkit-linear-gradient(top, rgba(98, 100, 103, 0.915), rgba(65, 67, 70, 0.9)) repeat-x;
        background: rgba(65, 67, 70, 0.9) -o-linear-gradient(top, rgba(98, 100, 103, 0.915), rgba(65, 67, 70, 0.9)) repeat-x;
        background: rgba(65, 67, 70, 0.9) linear-gradient(180deg, rgba(98, 100, 103, 0.915), rgba(65, 67, 70, 0.9)) repeat-x;
        border-color: rgba(59, 61, 63, 0.9)
    }

    .btn-gradB.focus, .btn-gradB:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 116, 119, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(114, 116, 119, 0.5)
    }

    .btn-gradB.disabled, .btn-gradB:disabled {
        color: #fff;
        background-color: rgba(83, 86, 90, 0.9);
        border-color: rgba(83, 86, 90, 0.9);
        background-image: none
    }

    .btn-gradB:not(:disabled):not(.disabled).active, .btn-gradB:not(:disabled):not(.disabled):active, .show > .btn-gradB.dropdown-toggle {
        color: #fff;
        background-color: rgba(59, 61, 63, 0.9);
        background-image: none;
        border-color: rgba(52, 54, 57, 0.9)
    }

        .btn-gradB:not(:disabled):not(.disabled).active:focus, .btn-gradB:not(:disabled):not(.disabled):active:focus, .show > .btn-gradB.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 116, 119, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(114, 116, 119, 0.5)
        }

.btn-outline-primary {
    color: #ef3340;
    border-color: #ef3340
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #ef3340;
        border-color: #ef3340
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #ef3340;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #ef3340;
        border-color: #ef3340
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.5)
        }

.btn-outline-secondary {
    color: #ff0000;
    border-color: #ff0000
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #ff0000;
        border-color: #ff0000
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #ff0000;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #ff0000;
        border-color: #ff0000
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5)
        }

.btn-outline-success {
    color: #00ab84;
    border-color: #00ab84
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #00ab84;
        border-color: #00ab84
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 171, 132, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(0, 171, 132, 0.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #00ab84;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #00ab84;
        border-color: #00ab84
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 171, 132, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 171, 132, 0.5)
        }

.btn-outline-info {
    color: #009fdf;
    border-color: #009fdf
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #009fdf;
        border-color: #009fdf
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 159, 223, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(0, 159, 223, 0.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #009fdf;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #009fdf;
        border-color: #009fdf
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 159, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 159, 223, 0.5)
        }

.btn-outline-warning {
    color: #ffb81c;
    border-color: #ffb81c
}

    .btn-outline-warning:hover {
        color: #202123;
        background-color: #ffb81c;
        border-color: #ffb81c
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 28, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 184, 28, 0.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffb81c;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #202123;
        background-color: #ffb81c;
        border-color: #ffb81c
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 28, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 184, 28, 0.5)
        }

.btn-outline-danger {
    color: #ef3340;
    border-color: #ef3340
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #ef3340;
        border-color: #ef3340
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #ef3340;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #ef3340;
        border-color: #ef3340
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.5)
        }

.btn-outline-light {
    color: #eeecec;
    border-color: #eeecec
}

    .btn-outline-light:hover {
        color: #202123;
        background-color: #eeecec;
        border-color: #eeecec
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 236, 236, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(238, 236, 236, 0.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #eeecec;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #202123;
        background-color: #eeecec;
        border-color: #eeecec
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 236, 236, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(238, 236, 236, 0.5)
        }

.btn-outline-dark {
    color: #000;
    border-color: #000
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #000;
        border-color: #000
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #000;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #000;
        border-color: #000
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5)
        }

.btn-outline-gradA {
    color: rgba(83, 86, 90, 0.8);
    border-color: rgba(83, 86, 90, 0.8)
}

    .btn-outline-gradA:hover {
        color: #fff;
        background-color: rgba(83, 86, 90, 0.8);
        border-color: rgba(83, 86, 90, 0.8)
    }

    .btn-outline-gradA.focus, .btn-outline-gradA:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 86, 90, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(83, 86, 90, 0.5)
    }

    .btn-outline-gradA.disabled, .btn-outline-gradA:disabled {
        color: rgba(83, 86, 90, 0.8);
        background-color: transparent
    }

    .btn-outline-gradA:not(:disabled):not(.disabled).active, .btn-outline-gradA:not(:disabled):not(.disabled):active, .show > .btn-outline-gradA.dropdown-toggle {
        color: #fff;
        background-color: rgba(83, 86, 90, 0.8);
        border-color: rgba(83, 86, 90, 0.8)
    }

        .btn-outline-gradA:not(:disabled):not(.disabled).active:focus, .btn-outline-gradA:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-gradA.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 86, 90, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(83, 86, 90, 0.5)
        }

.btn-outline-gradB {
    color: rgba(83, 86, 90, 0.9);
    border-color: rgba(83, 86, 90, 0.9)
}

    .btn-outline-gradB:hover {
        color: #fff;
        background-color: rgba(83, 86, 90, 0.9);
        border-color: rgba(83, 86, 90, 0.9)
    }

    .btn-outline-gradB.focus, .btn-outline-gradB:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 86, 90, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(83, 86, 90, 0.5)
    }

    .btn-outline-gradB.disabled, .btn-outline-gradB:disabled {
        color: rgba(83, 86, 90, 0.9);
        background-color: transparent
    }

    .btn-outline-gradB:not(:disabled):not(.disabled).active, .btn-outline-gradB:not(:disabled):not(.disabled):active, .show > .btn-outline-gradB.dropdown-toggle {
        color: #fff;
        background-color: rgba(83, 86, 90, 0.9);
        border-color: rgba(83, 86, 90, 0.9)
    }

        .btn-outline-gradB:not(:disabled):not(.disabled).active:focus, .btn-outline-gradB:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-gradB.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 86, 90, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(83, 86, 90, 0.5)
        }

.btn-link {
    font-weight: 400;
    color: #ffb81c;
    text-decoration: none
}

    .btn-link:hover {
        color: #cf8e00;
        text-decoration: underline
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #9f9f9f;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: 3.5rem 1.6rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: 1rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 0.5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle:after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent
    }

    .dropdown-toggle:empty:after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #202123;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1.25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1920px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""
}

.dropleft .dropdown-toggle:after {
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: 0.9375rem 0;
    overflow: hidden;
    border-top: 1px solid #d8d8d8
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #202123;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #141416;
        text-decoration: none;
        background: #eeecec -webkit-gradient(linear, left top, left bottom, from(#f1efef), to(#eeecec)) repeat-x;
        background: #eeecec -webkit-linear-gradient(top, #f1efef, #eeecec) repeat-x;
        background: #eeecec -o-linear-gradient(top, #f1efef, #eeecec) repeat-x;
        background: #eeecec linear-gradient(180deg, #f1efef, #eeecec) repeat-x
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background: #ef3340 -webkit-gradient(linear, left top, left bottom, from(#f1525d), to(#ef3340)) repeat-x;
        background: #ef3340 -webkit-linear-gradient(top, #f1525d, #ef3340) repeat-x;
        background: #ef3340 -o-linear-gradient(top, #f1525d, #ef3340) repeat-x;
        background: #ef3340 linear-gradient(180deg, #f1525d, #ef3340) repeat-x
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #9f9f9f;
        pointer-events: none;
        background-color: transparent;
        background-image: none
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #9f9f9f;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #202123
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1
        }

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 2.25rem;
    padding-left: 2.25rem
}

    .dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: 1.2rem;
    padding-left: 1.2rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
            margin-top: 0
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus, .input-group-prepend .btn:focus {
            z-index: 3
        }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #848484;
    text-align: center;
    white-space: nowrap;
    background-color: #d8d8d8;
    border: 1px solid #ada3a3;
    border-radius: 1.25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label:before {
        color: #fff;
        border-color: #ef3340;
        background: #ef3340 -webkit-gradient(linear, left top, left bottom, from(#f1525d), to(#ef3340)) repeat-x;
        background: #ef3340 -webkit-linear-gradient(top, #f1525d, #ef3340) repeat-x;
        background: #ef3340 -o-linear-gradient(top, #f1525d, #ef3340) repeat-x;
        background: #ef3340 linear-gradient(180deg, #f1525d, #ef3340) repeat-x
    }

    .custom-control-input:focus ~ .custom-control-label:before {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
        border-color: #f8a9af
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
        color: #fff;
        background-color: #fcd9db;
        border-color: #fcd9db
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #9f9f9f
    }

        .custom-control-input:disabled ~ .custom-control-label:before {
            background-color: #d8d8d8
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label:before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #848484 solid 1px
    }

    .custom-control-label:after {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50% / 50% 50%
    }

.custom-checkbox .custom-control-label:before {
    border-radius: 1.25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #ef3340;
    background: #ef3340 -webkit-gradient(linear, left top, left bottom, from(#f1525d), to(#ef3340)) repeat-x;
    background: #ef3340 -webkit-linear-gradient(top, #f1525d, #ef3340) repeat-x;
    background: #ef3340 -o-linear-gradient(top, #f1525d, #ef3340) repeat-x;
    background: #ef3340 linear-gradient(180deg, #f1525d, #ef3340) repeat-x
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(239, 51, 64, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(239, 51, 64, 0.5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(239, 51, 64, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label:before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: 0.5rem
    }

    .custom-switch .custom-control-label:after {
        top: calc(0.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #848484;
        border-radius: 0.5rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(239, 51, 64, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #848484;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23595959' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ada3a3;
    border-radius: 1.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #f8a9af;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25)
    }

        .custom-select:focus::-ms-value {
            color: #848484;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #9f9f9f;
        background-color: #d8d8d8
    }

    .custom-select::-ms-expand {
        display: none
    }

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #f8a9af;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25)
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #d8d8d8
    }

    .custom-file-input:lang(en) ~ .custom-file-label:after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]:after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #848484;
    background-color: #fff;
    border: 1px solid #ada3a3;
    border-radius: 1.25rem
}

    .custom-file-label:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 0.75rem);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #848484;
        content: "Browse";
        background: #d8d8d8 -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d8d8d8)) repeat-x;
        background: #d8d8d8 -webkit-linear-gradient(top, #dedede, #d8d8d8) repeat-x;
        background: #d8d8d8 -o-linear-gradient(top, #dedede, #d8d8d8) repeat-x;
        background: #d8d8d8 linear-gradient(180deg, #dedede, #d8d8d8) repeat-x;
        border-left: inherit;
        border-radius: 0 1.25rem 1.25rem 0
    }

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: none
    }

        .custom-range:focus::-webkit-slider-thumb {
            -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(239, 51, 64, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(239, 51, 64, 0.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(239, 51, 64, 0.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(239, 51, 64, 0.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background: #ef3340 -webkit-gradient(linear, left top, left bottom, from(#f1525d), to(#ef3340)) repeat-x;
        background: #ef3340 -webkit-linear-gradient(top, #f1525d, #ef3340) repeat-x;
        background: #ef3340 linear-gradient(180deg, #f1525d, #ef3340) repeat-x;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background: #fcd9db -webkit-gradient(linear, left top, left bottom, from(#fcdee0), to(#fcd9db)) repeat-x;
    background: #fcd9db -webkit-linear-gradient(top, #fcdee0, #fcd9db) repeat-x;
    background: #fcd9db linear-gradient(180deg, #fcdee0, #fcd9db) repeat-x
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #b1b8bc;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background: #ef3340 linear-gradient(180deg, #f1525d, #ef3340) repeat-x;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background: #fcd9db linear-gradient(180deg, #fcdee0, #fcd9db) repeat-x
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #b1b8bc;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background: #ef3340 linear-gradient(180deg, #f1525d, #ef3340) repeat-x;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background: #fcd9db linear-gradient(180deg, #fcdee0, #fcd9db) repeat-x
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem
}

.custom-range::-ms-fill-lower {
    background-color: #b1b8bc;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #b1b8bc;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #848484
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #848484
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #848484
}

.custom-control-label:before, .custom-file-label, .custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #9f9f9f;
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: none solid transparent
}

    .nav-tabs .nav-item {
        margin-bottom: -none
    }

    .nav-tabs .nav-link {
        border: none solid transparent;
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: none
        }

        .nav-tabs .nav-link.disabled {
            color: #9f9f9f;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #ef3340;
            background-color: #fff;
            border-color: none
        }

    .nav-tabs .dropdown-menu {
        margin-top: -none;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: 1.25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #ef3340
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.9375rem 1.875rem
}

    #home #heroban .navbar > .herotxt_wrap, #mobile_frame .navbar > .frame, #mobile_frame_ver .navbar > .frame, #part_contact .navbar > .contwrap, #slots_page #slots_details .navbar > .contwrap, .navbar > .container, .navbar > .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1.875rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 1.875rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    #home #heroban .navbar-expand-sm > .herotxt_wrap, #mobile_frame .navbar-expand-sm > .frame, #mobile_frame_ver .navbar-expand-sm > .frame, #part_contact .navbar-expand-sm > .contwrap, #slots_page #slots_details .navbar-expand-sm > .contwrap, .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem
            }

        #home #heroban .navbar-expand-sm > .herotxt_wrap, #mobile_frame .navbar-expand-sm > .frame, #mobile_frame_ver .navbar-expand-sm > .frame, #part_contact .navbar-expand-sm > .contwrap, #slots_page #slots_details .navbar-expand-sm > .contwrap, .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width:767.98px) {
    #home #heroban .navbar-expand-md > .herotxt_wrap, #mobile_frame .navbar-expand-md > .frame, #mobile_frame_ver .navbar-expand-md > .frame, #part_contact .navbar-expand-md > .contwrap, #slots_page #slots_details .navbar-expand-md > .contwrap, .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem
            }

        #home #heroban .navbar-expand-md > .herotxt_wrap, #mobile_frame .navbar-expand-md > .frame, #mobile_frame_ver .navbar-expand-md > .frame, #part_contact .navbar-expand-md > .contwrap, #slots_page #slots_details .navbar-expand-md > .contwrap, .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width:991.98px) {
    #home #heroban .navbar-expand-lg > .herotxt_wrap, #mobile_frame .navbar-expand-lg > .frame, #mobile_frame_ver .navbar-expand-lg > .frame, #part_contact .navbar-expand-lg > .contwrap, #slots_page #slots_details .navbar-expand-lg > .contwrap, .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem
            }

        #home #heroban .navbar-expand-lg > .herotxt_wrap, #mobile_frame .navbar-expand-lg > .frame, #mobile_frame_ver .navbar-expand-lg > .frame, #part_contact .navbar-expand-lg > .contwrap, #slots_page #slots_details .navbar-expand-lg > .contwrap, .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width:1399.98px) {
    #home #heroban .navbar-expand-xl > .herotxt_wrap, #mobile_frame .navbar-expand-xl > .frame, #mobile_frame_ver .navbar-expand-xl > .frame, #part_contact .navbar-expand-xl > .contwrap, #slots_page #slots_details .navbar-expand-xl > .contwrap, .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1400px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem
            }

        #home #heroban .navbar-expand-xl > .herotxt_wrap, #mobile_frame .navbar-expand-xl > .frame, #mobile_frame_ver .navbar-expand-xl > .frame, #part_contact .navbar-expand-xl > .contwrap, #slots_page #slots_details .navbar-expand-xl > .contwrap, .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

@media (max-width:1919.98px) {
    #home #heroban .navbar-expand-xxl > .herotxt_wrap, #mobile_frame .navbar-expand-xxl > .frame, #mobile_frame_ver .navbar-expand-xxl > .frame, #part_contact .navbar-expand-xxl > .contwrap, #slots_page #slots_details .navbar-expand-xxl > .contwrap, .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1920px) {
    .navbar-expand-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xxl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem
            }

        #home #heroban .navbar-expand-xxl > .herotxt_wrap, #mobile_frame .navbar-expand-xxl > .frame, #mobile_frame_ver .navbar-expand-xxl > .frame, #part_contact .navbar-expand-xxl > .contwrap, #slots_page #slots_details .navbar-expand-xxl > .contwrap, .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-xxl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    #home #heroban .navbar-expand > .herotxt_wrap, #mobile_frame .navbar-expand > .frame, #mobile_frame_ver .navbar-expand > .frame, #part_contact .navbar-expand > .contwrap, #slots_page #slots_details .navbar-expand > .contwrap, .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem
        }

    #home #heroban .navbar-expand > .herotxt_wrap, #mobile_frame .navbar-expand > .frame, #mobile_frame_ver .navbar-expand > .frame, #part_contact .navbar-expand > .contwrap, #slots_page #slots_details .navbar-expand > .contwrap, .navbar-expand > .container, .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0, 0, 0, 0.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, 0.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0, 0, 0, 0.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0, 0, 0, 0.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff
        }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1.25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 1.25rem;
        border-bottom-left-radius: 1.25rem
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: 0.75rem
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

    .card-header:first-child {
        border-radius: calc(1.25rem - 1px) calc(1.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(1.25rem - 1px) calc(1.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(1.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(1.25rem - 1px);
    border-top-right-radius: calc(1.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(1.25rem - 1px);
    border-bottom-left-radius: calc(1.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: 0.75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card .card-header {
        margin-bottom: -1px
    }

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #d8d8d8;
    border-radius: 1.25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem
}

    .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #9f9f9f;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #9f9f9f
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 1.25rem
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffb81c;
    background-color: #fff;
    border: 1px solid #b1b8bc
}

    .page-link:hover {
        z-index: 2;
        color: #cf8e00;
        text-decoration: none;
        background-color: #d8d8d8;
        border-color: #b1b8bc
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.25)
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ef3340;
    border-color: #ef3340
}

.page-item.disabled .page-link {
    color: #9f9f9f;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #b1b8bc
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1.25rem;
    -webkit-transition: background-image 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-image 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-image 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-image 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-image 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #ef3340
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #de1120
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #ff0000
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #cc0000
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5)
}

.badge-success {
    color: #fff;
    background-color: #00ab84
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #00785d
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 171, 132, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 171, 132, 0.5)
}

.badge-info {
    color: #fff;
    background-color: #009fdf
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #007bac
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 159, 223, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 223, 0.5)
}

.badge-warning {
    color: #202123;
    background-color: #ffb81c
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #202123;
    background-color: #e89f00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 28, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 184, 28, 0.5)
}

.badge-danger {
    color: #fff;
    background-color: #ef3340
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #de1120
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(239, 51, 64, 0.5)
}

.badge-light {
    color: #202123;
    background-color: #eeecec
}

a.badge-light:focus, a.badge-light:hover {
    color: #202123;
    background-color: #d6d1d1
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 236, 236, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(238, 236, 236, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #000
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: black
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5)
}

.badge-gradA {
    color: #fff;
    background-color: rgba(83, 86, 90, 0.8)
}

a.badge-gradA:focus, a.badge-gradA:hover {
    color: #fff;
    background-color: rgba(59, 61, 63, 0.8)
}

a.badge-gradA.focus, a.badge-gradA:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 86, 90, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(83, 86, 90, 0.5)
}

.badge-gradB {
    color: #fff;
    background-color: rgba(83, 86, 90, 0.9)
}

a.badge-gradB:focus, a.badge-gradB:hover {
    color: #fff;
    background-color: rgba(59, 61, 63, 0.9)
}

a.badge-gradB.focus, a.badge-gradB:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 86, 90, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(83, 86, 90, 0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #d8d8d8;
    border-radius: 0.3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 1.25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #7c1b21;
    background: #fcd6d9 -webkit-gradient(linear, left top, left bottom, from(#fcdcdf), to(#fcd6d9)) repeat-x;
    background: #fcd6d9 -webkit-linear-gradient(top, #fcdcdf, #fcd6d9) repeat-x;
    background: #fcd6d9 -o-linear-gradient(top, #fcdcdf, #fcd6d9) repeat-x;
    background: #fcd6d9 linear-gradient(180deg, #fcdcdf, #fcd6d9) repeat-x;
    border-color: #fbc6ca
}

    .alert-primary hr {
        border-top-color: #f9aeb4
    }

    .alert-primary .alert-link {
        color: #521216
    }

.alert-secondary {
    color: #850000;
    background: #ffcccc -webkit-gradient(linear, left top, left bottom, from(#ffd4d4), to(#ffcccc)) repeat-x;
    background: #ffcccc -webkit-linear-gradient(top, #ffd4d4, #ffcccc) repeat-x;
    background: #ffcccc -o-linear-gradient(top, #ffd4d4, #ffcccc) repeat-x;
    background: #ffcccc linear-gradient(180deg, #ffd4d4, #ffcccc) repeat-x;
    border-color: #ffb8b8
}

    .alert-secondary hr {
        border-top-color: #ff9f9f
    }

    .alert-secondary .alert-link {
        color: #520000
    }

.alert-success {
    color: #005945;
    background: #cceee6 -webkit-gradient(linear, left top, left bottom, from(#d4f1ea), to(#cceee6)) repeat-x;
    background: #cceee6 -webkit-linear-gradient(top, #d4f1ea, #cceee6) repeat-x;
    background: #cceee6 -o-linear-gradient(top, #d4f1ea, #cceee6) repeat-x;
    background: #cceee6 linear-gradient(180deg, #d4f1ea, #cceee6) repeat-x;
    border-color: #b8e7dd
}

    .alert-success hr {
        border-top-color: #a5e1d4
    }

    .alert-success .alert-link {
        color: #00261d
    }

.alert-info {
    color: #005374;
    background: #ccecf9 -webkit-gradient(linear, left top, left bottom, from(#d4effa), to(#ccecf9)) repeat-x;
    background: #ccecf9 -webkit-linear-gradient(top, #d4effa, #ccecf9) repeat-x;
    background: #ccecf9 -o-linear-gradient(top, #d4effa, #ccecf9) repeat-x;
    background: #ccecf9 linear-gradient(180deg, #d4effa, #ccecf9) repeat-x;
    border-color: #b8e4f6
}

    .alert-info hr {
        border-top-color: #a1dbf3
    }

    .alert-info .alert-link {
        color: #002f41
    }

.alert-warning {
    color: #85600f;
    background: #fff1d2 -webkit-gradient(linear, left top, left bottom, from(#fff3d9), to(#fff1d2)) repeat-x;
    background: #fff1d2 -webkit-linear-gradient(top, #fff3d9, #fff1d2) repeat-x;
    background: #fff1d2 -o-linear-gradient(top, #fff3d9, #fff1d2) repeat-x;
    background: #fff1d2 linear-gradient(180deg, #fff3d9, #fff1d2) repeat-x;
    border-color: #ffebbf
}

    .alert-warning hr {
        border-top-color: #ffe3a6
    }

    .alert-warning .alert-link {
        color: #573f0a
    }

.alert-danger {
    color: #7c1b21;
    background: #fcd6d9 -webkit-gradient(linear, left top, left bottom, from(#fcdcdf), to(#fcd6d9)) repeat-x;
    background: #fcd6d9 -webkit-linear-gradient(top, #fcdcdf, #fcd6d9) repeat-x;
    background: #fcd6d9 -o-linear-gradient(top, #fcdcdf, #fcd6d9) repeat-x;
    background: #fcd6d9 linear-gradient(180deg, #fcdcdf, #fcd6d9) repeat-x;
    border-color: #fbc6ca
}

    .alert-danger hr {
        border-top-color: #f9aeb4
    }

    .alert-danger .alert-link {
        color: #521216
    }

.alert-light {
    color: #7c7b7b;
    background: #fcfbfb -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#fcfbfb)) repeat-x;
    background: #fcfbfb -webkit-linear-gradient(top, #fcfcfc, #fcfbfb) repeat-x;
    background: #fcfbfb -o-linear-gradient(top, #fcfcfc, #fcfbfb) repeat-x;
    background: #fcfbfb linear-gradient(180deg, #fcfcfc, #fcfbfb) repeat-x;
    border-color: #fafafa
}

    .alert-light hr {
        border-top-color: #ededed
    }

    .alert-light .alert-link {
        color: #626262
    }

.alert-dark {
    color: black;
    background: #cccccc -webkit-gradient(linear, left top, left bottom, from(#d4d4d4), to(#cccccc)) repeat-x;
    background: #cccccc -webkit-linear-gradient(top, #d4d4d4, #cccccc) repeat-x;
    background: #cccccc -o-linear-gradient(top, #d4d4d4, #cccccc) repeat-x;
    background: #cccccc linear-gradient(180deg, #d4d4d4, #cccccc) repeat-x;
    border-color: #b8b8b8
}

    .alert-dark hr {
        border-top-color: #ababab
    }

    .alert-dark .alert-link {
        color: black
    }

.alert-gradA {
    color: rgba(35, 36, 38, 0.896);
    background: rgba(230, 231, 231, 0.96) -webkit-gradient(linear, left top, left bottom, from(rgba(234, 235, 235, 0.966)), to(rgba(230, 231, 231, 0.96))) repeat-x;
    background: rgba(230, 231, 231, 0.96) -webkit-linear-gradient(top, rgba(234, 235, 235, 0.966), rgba(230, 231, 231, 0.96)) repeat-x;
    background: rgba(230, 231, 231, 0.96) -o-linear-gradient(top, rgba(234, 235, 235, 0.966), rgba(230, 231, 231, 0.96)) repeat-x;
    background: rgba(230, 231, 231, 0.96) linear-gradient(180deg, rgba(234, 235, 235, 0.966), rgba(230, 231, 231, 0.96)) repeat-x;
    border-color: rgba(220, 220, 221, 0.944)
}

    .alert-gradA hr {
        border-top-color: rgba(207, 207, 208, 0.944)
    }

    .alert-gradA .alert-link {
        color: rgba(11, 11, 11, 0.896)
    }

.alert-gradB {
    color: rgba(39, 40, 42, 0.948);
    background: rgba(226, 226, 227, 0.98) -webkit-gradient(linear, left top, left bottom, from(rgba(231, 231, 231, 0.983)), to(rgba(226, 226, 227, 0.98))) repeat-x;
    background: rgba(226, 226, 227, 0.98) -webkit-linear-gradient(top, rgba(231, 231, 231, 0.983), rgba(226, 226, 227, 0.98)) repeat-x;
    background: rgba(226, 226, 227, 0.98) -o-linear-gradient(top, rgba(231, 231, 231, 0.983), rgba(226, 226, 227, 0.98)) repeat-x;
    background: rgba(226, 226, 227, 0.98) linear-gradient(180deg, rgba(231, 231, 231, 0.983), rgba(226, 226, 227, 0.98)) repeat-x;
    border-color: rgba(213, 214, 215, 0.972)
}

    .alert-gradB hr {
        border-top-color: rgba(200, 201, 203, 0.972)
    }

    .alert-gradB .alert-link {
        color: rgba(14, 15, 16, 0.948)
    }

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #d8d8d8;
    border-radius: 1.25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ef3340;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #848484;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        z-index: 1;
        color: #848484;
        text-decoration: none;
        background-color: #eeecec
    }

    .list-group-item-action:active {
        color: #202123;
        background-color: #d8d8d8
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

    .list-group-item:first-child {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 1.25rem;
        border-bottom-left-radius: 1.25rem
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #9f9f9f;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #ef3340;
        border-color: #ef3340
    }

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .list-group-horizontal .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

        .list-group-horizontal .list-group-item:first-child {
            border-top-left-radius: 1.25rem;
            border-bottom-left-radius: 1.25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal .list-group-item:last-child {
            margin-right: 0;
            border-top-right-radius: 1.25rem;
            border-bottom-right-radius: 1.25rem;
            border-bottom-left-radius: 0
        }

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-sm .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-sm .list-group-item:first-child {
                border-top-left-radius: 1.25rem;
                border-bottom-left-radius: 1.25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-sm .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 1.25rem;
                border-bottom-right-radius: 1.25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-md .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-md .list-group-item:first-child {
                border-top-left-radius: 1.25rem;
                border-bottom-left-radius: 1.25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-md .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 1.25rem;
                border-bottom-right-radius: 1.25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-lg .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-lg .list-group-item:first-child {
                border-top-left-radius: 1.25rem;
                border-bottom-left-radius: 1.25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-lg .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 1.25rem;
                border-bottom-right-radius: 1.25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:1400px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-xl .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-xl .list-group-item:first-child {
                border-top-left-radius: 1.25rem;
                border-bottom-left-radius: 1.25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-xl .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 1.25rem;
                border-bottom-right-radius: 1.25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:1920px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-xxl .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-xxl .list-group-item:first-child {
                border-top-left-radius: 1.25rem;
                border-bottom-left-radius: 1.25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-xxl .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 1.25rem;
                border-bottom-right-radius: 1.25rem;
                border-bottom-left-radius: 0
            }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .list-group-flush .list-group-item:last-child {
        margin-bottom: -1px
    }

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #7c1b21;
    background-color: #fbc6ca
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #7c1b21;
        background-color: #f9aeb4
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #7c1b21;
        border-color: #7c1b21
    }

.list-group-item-secondary {
    color: #850000;
    background-color: #ffb8b8
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #850000;
        background-color: #ff9f9f
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #850000;
        border-color: #850000
    }

.list-group-item-success {
    color: #005945;
    background-color: #b8e7dd
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #005945;
        background-color: #a5e1d4
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #005945;
        border-color: #005945
    }

.list-group-item-info {
    color: #005374;
    background-color: #b8e4f6
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #005374;
        background-color: #a1dbf3
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #005374;
        border-color: #005374
    }

.list-group-item-warning {
    color: #85600f;
    background-color: #ffebbf
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #85600f;
        background-color: #ffe3a6
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #85600f;
        border-color: #85600f
    }

.list-group-item-danger {
    color: #7c1b21;
    background-color: #fbc6ca
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #7c1b21;
        background-color: #f9aeb4
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #7c1b21;
        border-color: #7c1b21
    }

.list-group-item-light {
    color: #7c7b7b;
    background-color: #fafafa
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #7c7b7b;
        background-color: #ededed
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #7c7b7b;
        border-color: #7c7b7b
    }

.list-group-item-dark {
    color: black;
    background-color: #b8b8b8
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: black;
        background-color: #ababab
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: black;
        border-color: black
    }

.list-group-item-gradA {
    color: rgba(35, 36, 38, 0.896);
    background-color: rgba(220, 220, 221, 0.944)
}

    .list-group-item-gradA.list-group-item-action:focus, .list-group-item-gradA.list-group-item-action:hover {
        color: rgba(35, 36, 38, 0.896);
        background-color: rgba(207, 207, 208, 0.944)
    }

    .list-group-item-gradA.list-group-item-action.active {
        color: #fff;
        background-color: rgba(35, 36, 38, 0.896);
        border-color: rgba(35, 36, 38, 0.896)
    }

.list-group-item-gradB {
    color: rgba(39, 40, 42, 0.948);
    background-color: rgba(213, 214, 215, 0.972)
}

    .list-group-item-gradB.list-group-item-action:focus, .list-group-item-gradB.list-group-item-action:hover {
        color: rgba(39, 40, 42, 0.948);
        background-color: rgba(200, 201, 203, 0.972)
    }

    .list-group-item-gradB.list-group-item-action.active {
        color: #fff;
        background-color: rgba(39, 40, 42, 0.948);
        border-color: rgba(39, 40, 42, 0.948)
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: .75
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem
}

    .toast:not(:last-child) {
        margin-bottom: 0.75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #9f9f9f;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.toast-body {
    padding: 0.75rem
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered:before {
        display: block;
        height: calc(100vh - 1rem);
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable:before {
            content: none
        }

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: 0.5
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #d8d8d8;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered:before {
            height: calc(100vh - 3.5rem)
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1400px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Roboto", "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: 0.9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem
    }

        .tooltip .arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: 0.4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 0.4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: 0.4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 0.4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 1.25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Roboto", "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem
    }

        .popover .arrow:after, .popover .arrow:before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: 0.5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
        bottom: calc((0.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
            bottom: 0;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
            bottom: 1px;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: 0.5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
            left: 0;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
            left: 1px;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: 0.5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
        top: calc((0.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
            top: 0;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
            top: 1px;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: 0.5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
            right: 0;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
            right: 1px;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #202123
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner:after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s 0.6s opacity;
    -o-transition: 0s 0.6s opacity;
    transition: 0s 0.6s opacity
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9
}

.carousel-control-prev {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.001)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001))
}

.carousel-control-next {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.001)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001))
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        -webkit-transition: opacity 0.6s ease;
        -o-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #ef3340 !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #de1120 !important
}

.bg-secondary {
    background-color: #ff0000 !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #cc0000 !important
}

.bg-success {
    background-color: #00ab84 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #00785d !important
}

.bg-info {
    background-color: #009fdf !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #007bac !important
}

.bg-warning {
    background-color: #ffb81c !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #e89f00 !important
}

.bg-danger {
    background-color: #ef3340 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #de1120 !important
}

.bg-light {
    background-color: #eeecec !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #d6d1d1 !important
}

.bg-dark {
    background-color: #000 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: black !important
}

.bg-gradA {
    background-color: rgba(83, 86, 90, 0.8) !important
}

a.bg-gradA:focus, a.bg-gradA:hover, button.bg-gradA:focus, button.bg-gradA:hover {
    background-color: rgba(59, 61, 63, 0.8) !important
}

.bg-gradB {
    background-color: rgba(83, 86, 90, 0.9) !important
}

a.bg-gradB:focus, a.bg-gradB:hover, button.bg-gradB:focus, button.bg-gradB:hover {
    background-color: rgba(59, 61, 63, 0.9) !important
}

.bg-gradient-primary {
    background: #ef3340 -webkit-gradient(linear, left top, left bottom, from(#f1525d), to(#ef3340)) repeat-x !important;
    background: #ef3340 -webkit-linear-gradient(top, #f1525d, #ef3340) repeat-x !important;
    background: #ef3340 -o-linear-gradient(top, #f1525d, #ef3340) repeat-x !important;
    background: #ef3340 linear-gradient(180deg, #f1525d, #ef3340) repeat-x !important
}

.bg-gradient-secondary {
    background: #ff0000 -webkit-gradient(linear, left top, left bottom, from(#ff2626), to(#ff0000)) repeat-x !important;
    background: #ff0000 -webkit-linear-gradient(top, #ff2626, #ff0000) repeat-x !important;
    background: #ff0000 -o-linear-gradient(top, #ff2626, #ff0000) repeat-x !important;
    background: #ff0000 linear-gradient(180deg, #ff2626, #ff0000) repeat-x !important
}

.bg-gradient-success {
    background: #00ab84 -webkit-gradient(linear, left top, left bottom, from(#26b896), to(#00ab84)) repeat-x !important;
    background: #00ab84 -webkit-linear-gradient(top, #26b896, #00ab84) repeat-x !important;
    background: #00ab84 -o-linear-gradient(top, #26b896, #00ab84) repeat-x !important;
    background: #00ab84 linear-gradient(180deg, #26b896, #00ab84) repeat-x !important
}

.bg-gradient-info {
    background: #009fdf -webkit-gradient(linear, left top, left bottom, from(#26ade4), to(#009fdf)) repeat-x !important;
    background: #009fdf -webkit-linear-gradient(top, #26ade4, #009fdf) repeat-x !important;
    background: #009fdf -o-linear-gradient(top, #26ade4, #009fdf) repeat-x !important;
    background: #009fdf linear-gradient(180deg, #26ade4, #009fdf) repeat-x !important
}

.bg-gradient-warning {
    background: #ffb81c -webkit-gradient(linear, left top, left bottom, from(#ffc33e), to(#ffb81c)) repeat-x !important;
    background: #ffb81c -webkit-linear-gradient(top, #ffc33e, #ffb81c) repeat-x !important;
    background: #ffb81c -o-linear-gradient(top, #ffc33e, #ffb81c) repeat-x !important;
    background: #ffb81c linear-gradient(180deg, #ffc33e, #ffb81c) repeat-x !important
}

.bg-gradient-danger {
    background: #ef3340 -webkit-gradient(linear, left top, left bottom, from(#f1525d), to(#ef3340)) repeat-x !important;
    background: #ef3340 -webkit-linear-gradient(top, #f1525d, #ef3340) repeat-x !important;
    background: #ef3340 -o-linear-gradient(top, #f1525d, #ef3340) repeat-x !important;
    background: #ef3340 linear-gradient(180deg, #f1525d, #ef3340) repeat-x !important
}

.bg-gradient-light {
    background: #eeecec -webkit-gradient(linear, left top, left bottom, from(#f1efef), to(#eeecec)) repeat-x !important;
    background: #eeecec -webkit-linear-gradient(top, #f1efef, #eeecec) repeat-x !important;
    background: #eeecec -o-linear-gradient(top, #f1efef, #eeecec) repeat-x !important;
    background: #eeecec linear-gradient(180deg, #f1efef, #eeecec) repeat-x !important
}

.bg-gradient-dark {
    background: #000 -webkit-gradient(linear, left top, left bottom, from(#262626), to(#000)) repeat-x !important;
    background: #000 -webkit-linear-gradient(top, #262626, #000) repeat-x !important;
    background: #000 -o-linear-gradient(top, #262626, #000) repeat-x !important;
    background: #000 linear-gradient(180deg, #262626, #000) repeat-x !important
}

.bg-gradient-gradA {
    background: rgba(83, 86, 90, 0.8) -webkit-gradient(linear, left top, left bottom, from(rgba(119, 121, 125, 0.83)), to(rgba(83, 86, 90, 0.8))) repeat-x !important;
    background: rgba(83, 86, 90, 0.8) -webkit-linear-gradient(top, rgba(119, 121, 125, 0.83), rgba(83, 86, 90, 0.8)) repeat-x !important;
    background: rgba(83, 86, 90, 0.8) -o-linear-gradient(top, rgba(119, 121, 125, 0.83), rgba(83, 86, 90, 0.8)) repeat-x !important;
    background: rgba(83, 86, 90, 0.8) linear-gradient(180deg, rgba(119, 121, 125, 0.83), rgba(83, 86, 90, 0.8)) repeat-x !important
}

.bg-gradient-gradB {
    background: rgba(83, 86, 90, 0.9) -webkit-gradient(linear, left top, left bottom, from(rgba(114, 116, 119, 0.915)), to(rgba(83, 86, 90, 0.9))) repeat-x !important;
    background: rgba(83, 86, 90, 0.9) -webkit-linear-gradient(top, rgba(114, 116, 119, 0.915), rgba(83, 86, 90, 0.9)) repeat-x !important;
    background: rgba(83, 86, 90, 0.9) -o-linear-gradient(top, rgba(114, 116, 119, 0.915), rgba(83, 86, 90, 0.9)) repeat-x !important;
    background: rgba(83, 86, 90, 0.9) linear-gradient(180deg, rgba(114, 116, 119, 0.915), rgba(83, 86, 90, 0.9)) repeat-x !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #d8d8d8 !important
}

.border-top {
    border-top: 1px solid #d8d8d8 !important
}

.border-right {
    border-right: 1px solid #d8d8d8 !important
}

.border-bottom {
    border-bottom: 1px solid #d8d8d8 !important
}

.border-left {
    border-left: 1px solid #d8d8d8 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #ef3340 !important
}

.border-secondary {
    border-color: #ff0000 !important
}

.border-success {
    border-color: #00ab84 !important
}

.border-info {
    border-color: #009fdf !important
}

.border-warning {
    border-color: #ffb81c !important
}

.border-danger {
    border-color: #ef3340 !important
}

.border-light {
    border-color: #eeecec !important
}

.border-dark {
    border-color: #000 !important
}

.border-gradA {
    border-color: rgba(83, 86, 90, 0.8) !important
}

.border-gradB {
    border-color: rgba(83, 86, 90, 0.9) !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: 0.2rem !important
}

.rounded {
    border-radius: 1.25rem !important
}

.rounded-top {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important
}

.rounded-right {
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important
}

.rounded-left {
    border-top-left-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important
}

.rounded-lg {
    border-radius: 0.3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

#coming #heroban h1:after, #error #heroban h1:after, #evtfootban_pad .evt_ban_dk, #index_gamesec div[id^=gamesec_] h2:after, #index_slider .btn-wrap, #index_slider .swiper-slide h2, #index_slider .swiper-slide h3, #index_slider .swiper-slide h4, #index_slider .swiper-slide h5, #index_slider .swiper-slide h6, #index_slider .swiper-slide p, #media_centre .year_menu ul, #trynow #trybtn_wrap, .d-none, .hero_tabs h1:after {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

#about #heroban, #about .certificates.section, #about .certificates.section h2, #about .ourteam.section, #about .ourteam.section h2, #about .slotgames.section, #about .slotgames.section h2, #coming #heroban #hero_txt, #coming #heroban .contwrap, #coming #heroban h1, #coming #heroban h3, #contact #contact_follow .soclist, #contact #contact_follow ul.soclinks li, #contact #heroban #hero_txt, #error #heroban #hero_txt, #error #heroban .contwrap, #error #heroban h1, #error #heroban h3, #evtfootban_pad, #evtfootban_pad .evt_ban_mo, #fishermen #fish_details ul#cert, #fishermen #fish_details ul#cert li, #fishermen #fish_floor .btn-wrap, #fishermen #fish_floor .swiper-slide, #home #heroban #scrolldwn, #home #heroban .btn_play_wrap, #home #heroban .herotxt_wrap .herotxt_align, #index_gamesec .btn-wrap, #index_gamesec div[id^=gamesec_], #index_gamesec div[id^=gamesec_] > section, #index_slider .swiper-slide, #index_slider .swiper-slide article a, #mainfooter, #mainfooter .footbody, #mainfooter .footbody.edm, #mainfooter .footbody.edm .form-group, #mainfooter .footerCI, #mainfooter .footerCI ul, #mainfooter .footerCI ul#nav-btm, #mainfooter .footerCI ul#nav-btm li, #mainfooter .footerCI ul#nav-btm li.backtotop, #mainfooter .footerCI ul#nav-btm li.langmenu, #mainfooter .footerCI ul#nav-btm li.langmenu .dropdown-item, #mainfooter .foothead, #media_centre .btn-wrap, #media_details .btn-wrap, #media_details article, #messageprompt .modal-body, #mobile_frame .frame, #mobile_frame_ver .frame, #part_contact .contact_img, #part_contact form .btn, #part_contact h2, #slots_page #slot_data ul li, #slots_showcase #heroban #hero_txt, #slots_showcase #slots_list, #slots_showcase #slots_list_wrap > .btn-wrap, #slots_showcase .slot_pos, #slots_showcase .slot_pos li, #slots_showcase .slot_pos li .item_wrap, #slots_showcase .slot_pos li > a, #slots_showcase .slot_pos li > a > span, #trailer .btn_play_wrap, .btn_play, .d-flex, .hero_tabs, .hero_tabs .nav-link, .link-box[data-toggle^=collapse] .link_txt, .nav-container, .nav .collapse li a, .nav .collapse ul, .nav .collapsing li a, .nav .collapsing ul, .nav .langmenu, .nav a, .soclist .soc-link, .soclist ul.soclinks, .soclist ul.soclinks li, aside ul, body h1, body h2, form .captcha, form .upload, header#mainheader .dropdown-menu ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    #trynow #trybtn_wrap, .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    #trynow #trybtn_mo, .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    #index_slider .btn-wrap, .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    #evtfootban_pad .evt_ban_mo, #trynow #trybtn_mo, .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    #index_slider .swiper-slide h2, #index_slider .swiper-slide h3, #index_slider .swiper-slide h4, #index_slider .swiper-slide h5, #index_slider .swiper-slide h6, .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    #evtfootban_pad .evt_ban_dk, #home #heroban #scrolldwn p, #media_centre .year_menu ul, #trynow #trybtn_wrap, .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    #evtfootban_pad .evt_ban_mo, .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    #index_slider .swiper-slide p, .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    #evtfootban_pad .evt_ban_dk, .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1400px) {
    #evtfootban_pad .evt_ban_mo, .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    #evtfootban_pad .evt_ban_dk, .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1920px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

#media_details article .embed, .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    #media_details article .embed:before, .embed-responsive:before {
        display: block;
        content: ""
    }

    #media_details article .embed .embed-responsive-item, #media_details article .embed embed, #media_details article .embed iframe, #media_details article .embed iframe, #media_details article .embed object, #media_details article .embed video, .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

#media_details article .embed:before, .embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

#contact #contact_follow ul.soclinks li, #evtfootban_pad, #evtfootban_pad ul, #fishermen #fish_details ul#cert, #fishermen #fish_floor .btn-wrap, #fishermen #fish_floor .swiper-slide, #hero_sec .nav, #home #heroban .btn_play_wrap, #index_gamesec .btn-wrap, #index_slider .btn-wrap, #mainfooter .footerCI ul, #mainfooter .footerCI ul#nav-btm li.backtotop, #mainfooter .footerCI ul#nav-btm li.langmenu, #mainfooter .footerCI ul#nav-btm li.langmenu .dropdown-item, #mainfooter .foothead, #media_centre .btn-wrap, #media_centre .year_menu ul, #media_details .btn-wrap, #part_contact .contact_form .captcha #CaptchaRefreshBtn, #part_contact form .btn, #slots_page #slot_data ul li, #trailer .btn_play_wrap, .btn_play, .flex-row, .hero_tabs .nav-link, .link-box[data-toggle^=collapse] .link_txt, .nav-container, .nav .collapse li a, .nav .collapsing li a, .nav .langmenu, .nav a, .soclist .soc-link, .soclist ul.soclinks, .soclist ul.soclinks li, form .captcha {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

    #about #heroban, #about .certificates.section, #about .certificates.section h2, #about .ourteam .intro, #about .ourteam.section, #about .ourteam.section h2, #about .slotgames.section, #about .slotgames.section h2, #coming #heroban #hero_txt, #coming #heroban .contwrap, #coming #heroban h1, #coming #heroban h3, #contact #contact_follow .soclist, #contact #contact_follow ul.soclinks, #contact #heroban #hero_txt, #error #heroban #hero_txt, #error #heroban .contwrap, #error #heroban h1, #error #heroban h3, #fishermen #fish_details ul#cert li, #home #heroban #scrolldwn p, #index_gamesec div[id^=gamesec_], #index_gamesec div[id^=gamesec_] > section, #index_slider .swiper-slide, #index_slider .swiper-slide article, #index_slider .swiper-slide article a, #mainfooter, #mainfooter .footbody, #mainfooter .footbody.edm, #mainfooter .footbody.edm .form-group, #mainfooter .footerCI, #mainfooter .footerCI ul#nav-btm, #mainfooter .footerCI ul#nav-btm li.langmenu, #media_details article, #messageprompt .modal-body, #mobile_frame .frame, #mobile_frame_ver .frame, #part_contact .contact_img, #part_contact h2, #services .intro, #slots_showcase #heroban #hero_txt, #slots_showcase #slots_list, #slots_showcase #slots_list_wrap > .btn-wrap, #slots_showcase .slot_pos, #slots_showcase .slot_pos li, #slots_showcase .slot_pos li > a, #slots_showcase .slot_pos li > a > span, .flex-column, .hero_tabs, .nav, .nav .collapse ul, .nav .collapsing ul, body h1, body h2, form .upload {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

#about .ourteam .intro, #coming #heroban #hero_txt, #coming #heroban .contwrap, #contact #contact_follow .soclist, #contact #contact_follow ul.soclinks, #error #heroban #hero_txt, #error #heroban .contwrap, #fishermen #fish_details ul#cert, #fishermen #fish_details ul#cert li, #fishermen #fish_floor .btn-wrap, #fishermen #fish_floor .swiper-slide, #home #heroban #scrolldwn, #home #heroban #scrolldwn p, #home #heroban .btn_play_wrap, #index_gamesec .btn-wrap, #index_gamesec div[id^=gamesec_], #index_gamesec div[id^=gamesec_] > section, #index_slider .btn-wrap, #index_slider .swiper-slide, #index_slider .swiper-slide article, #index_slider .swiper-slide article a, #mainfooter .footerCI ul#nav-btm, #media_centre .btn-wrap, #media_centre .year_menu ul, #media_details .btn-wrap, #part_contact .contact_form .captcha #CaptchaRefreshBtn, #part_contact .contact_img, #services .intro, #slots_page #slot_data ul li, #slots_showcase #slots_list, #slots_showcase #slots_list_wrap > .btn-wrap, #slots_showcase .slot_pos, #slots_showcase .slot_pos li, #slots_showcase .slot_pos li .item_wrap, #slots_showcase .slot_pos li > a, #slots_showcase .slot_pos li > a > span, #trailer .btn_play_wrap, .btn_play, .flex-wrap, .hero_tabs, .hero_tabs .nav-link, .nav, .nav a, .soclist ul.soclinks {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

#contact #heroban #hero_txt, #mainfooter .footbody, #mainfooter .footbody.edm, #mainfooter .footbody.edm .form-group, #slots_showcase #heroban #hero_txt, .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill, aside ul li {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

#contact #contact_follow .soclist, #contact #contact_follow ul.soclinks, #contact #contact_follow ul.soclinks li, #index_slider .swiper-slide#slide_01, #mainfooter .footbody, #media_centre .year_menu ul, #slots_page #slot_data ul li, #slots_showcase #slots_list, #slots_showcase .slot_pos, .justify-content-start, .soclist ul.soclinks li, body h2, form .upload {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

#evtfootban_pad ul, #index_slider .swiper-slide, .justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

    #about #heroban, #about .certificates.section, #about .certificates.section h2, #about .ourteam .intro, #about .ourteam.section, #about .ourteam.section h2, #about .slotgames.section, #about .slotgames.section h2, #coming #heroban #hero_txt, #coming #heroban .controw, #coming #heroban .contwrap, #coming #heroban h1, #coming #heroban h3, #contact #heroban #hero_txt, #error #heroban #hero_txt, #error #heroban .controw, #error #heroban .contwrap, #error #heroban h1, #error #heroban h3, #evtfootban_pad, #fishermen #fish_details ul#cert, #fishermen #fish_details ul#cert li, #fishermen #fish_floor .btn-wrap, #fishermen #fish_floor .swiper-slide, #fishermen .fish_img, #hero_sec .nav, #heroban, #home #heroban #scrolldwn, #home #heroban #scrolldwn p, #home #heroban .btn_play_wrap, #index_gamesec .btn-wrap, #index_gamesec div[id^=gamesec_], #index_gamesec div[id^=gamesec_] > section, #index_slider .btn-wrap, #index_slider .swiper-slide article, #index_slider .swiper-slide article a, #mainfooter, #mainfooter .footerCI ul#nav-btm, #mainfooter .footerCI ul#nav-btm li, #mainfooter .footerCI ul#nav-btm li.backtotop, #mainfooter .footerCI ul#nav-btm li.langmenu, #mainfooter .footerCI ul#nav-btm li.langmenu .dropdown-item, #mainfooter .footerCI ul.soclinks, #mainfooter .foothead, #media_centre .btn-wrap, #media_details .btn-wrap, #media_details article, #media_details article h2, #messageprompt .modal-body, #mobile_frame .frame, #mobile_frame_ver .frame, #part_contact .contact_form .captcha #CaptchaRefreshBtn, #part_contact .contact_img, #part_contact form .btn, #part_contact h2, #services .intro, #slots_features .controw, #slots_showcase #heroban #hero_txt, #slots_showcase #slots_list_wrap > .btn-wrap, #slots_showcase .slot_pos li, #slots_showcase .slot_pos li > a, #slots_showcase .slot_pos li > a > span, #trailer .btn_play_wrap, .btn_play, .hero_tabs, .hero_tabs .nav-link, .justify-content-center, .link-box[data-toggle^=collapse] .link_txt, .nav-container, .nav .collapse li a, .nav .collapse ul, .nav .collapsing li a, .nav .collapsing ul, .nav .langmenu, .nav a, .soclist .soc-link, .soclist ul.soclinks, aside ul, body h1, form .captcha, header#mainheader .dropdown-menu ul, header#mainheader .dropdown-menu ul > li {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

        #home #heroban header#mainheader > .navbar > .herotxt_wrap, #mainfooter .footbody.edm, #mainfooter .footbody.edm .form-group, #mainfooter .footerCI ul, #part_contact .contact_form .captcha, #part_contact header#mainheader > .navbar > .contwrap, #slots_page #slots_details header#mainheader > .navbar > .contwrap, .justify-content-between, .nav, header#mainheader > .navbar > .container {
            -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important
        }

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

#about #heroban, #contact #contact_follow .soclist, #contact #contact_follow ul.soclinks, #fishermen .fish_img, #mainfooter .footbody, #media_centre .year_menu ul, #slots_showcase #slots_list, #slots_showcase .slot_pos, .align-items-start, body h2 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

#about .certificates.section h2, #about .ourteam .intro, #about .ourteam.section h2, #about .slotgames.section h2, #coming #heroban #hero_txt, #coming #heroban .controw, #coming #heroban .contwrap, #coming #heroban h1, #coming #heroban h3, #contact #contact_follow ul.soclinks li, #contact #heroban #hero_txt, #error #heroban #hero_txt, #error #heroban .controw, #error #heroban .contwrap, #error #heroban h1, #error #heroban h3, #evtfootban_pad, #evtfootban_pad ul, #fishermen #fish_details ul#cert, #fishermen #fish_details ul#cert li, #fishermen #fish_floor .btn-wrap, #fishermen #fish_mid h2, #heroban, #home #heroban .herotxt_wrap .herotxt_align, #index_gamesec div[id^=gamesec_] h2, #index_slider .swiper-slide article, #index_slider .swiper-slide article a, #mainfooter, #mainfooter .footbody.edm, #mainfooter .footerCI, #mainfooter .footerCI ul#nav-btm, #mainfooter .footerCI ul#nav-btm li, #mainfooter .footerCI ul#nav-btm li.backtotop, #mainfooter .footerCI ul#nav-btm li.langmenu, #mainfooter .footerCI ul#nav-btm li.langmenu .dropdown-item, #mainfooter .foothead, #media_centre .btn-wrap, #media_details .btn-wrap, #media_details article, #media_details article h2, #messageprompt .modal-body, #mobile_frame .frame, #mobile_frame_ver .frame, #part_contact .contact_form .captcha, #part_contact .contact_form .captcha #CaptchaRefreshBtn, #part_contact .contact_img, #part_contact form .btn, #part_contact h2, #services .intro, #slots_showcase #heroban #hero_txt, #slots_showcase #slots_list_wrap > .btn-wrap, #slots_showcase #slots_list_wrap > h2, #slots_showcase .slot_pos li, #slots_showcase .slot_pos li .item_wrap, .align-items-center, .link-box[data-toggle^=collapse] .link_txt, .nav-container, .nav .collapse li a, .nav .collapse ul, .nav .collapsing li a, .nav .collapsing ul, .nav .langmenu, .soclist .soc-link, .soclist ul.soclinks, .soclist ul.soclinks li, aside ul, body h1, form .captcha img {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

#evtfootban_pad, #evtfootban_pad ul, .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

#about #heroban h1, #about #heroban p, #media_details article h3, .align-self-start, body img {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

#coming #heroban #hero_til, #coming #heroban #hero_txt, #coming #heroban .controw, #error #heroban #hero_til, #error #heroban #hero_txt, #error #heroban .controw, #home #heroban #scrolldwn p:after, #index_slider .swiper-slide article, #index_slider .swiper-slide img, #mainfooter .footbody dl.footmap, #part_contact .contact_form .captcha > *, #trynow .btn_play, .align-self-center, .btn_play, .btn_play:before, .hero_tabs .nav-link:before, .nav .nav-item, aside ul li {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

#slots_showcase .slot_pos, #slots_showcase .slot_pos li, .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    #mainfooter .footbody dl.footmap, .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    #index_slider .swiper-slide, #index_slider .swiper-slide#slide_01, .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    #index_slider .swiper-slide article, .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    #contact #contact_follow .soclist, #home #heroban #scrolldwn, #mainfooter .footbody, #mainfooter .footbody.edm .form-group, #mainfooter .footerCI ul#nav-btm, #slots_showcase #slots_list, #slots_showcase .slot_pos, .flex-md-row, header#mainheader .dropdown-menu ul > li {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    #trynow #trybtn_wrap, .flex-md-column, header#mainheader .dropdown-menu ul {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    #trynow #trybtn_wrap, .flex-md-wrap, header#mainheader .dropdown-menu ul, header#mainheader .dropdown-menu ul > li {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    #contact #heroban #hero_txt, #slots_showcase #heroban #hero_txt, .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    #mainfooter .footbody, .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    #hero_sec .nav, .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .hero_tabs, .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center, .hero_tabs {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    #index_slider .swiper-slide article, #mainfooter .footbody dl.footmap, .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row, .hero_tabs {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    #about #heroban h1, .align-items-lg-start, form .upload {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    #index_slider .swiper-slide article, .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1400px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1920px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1400px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width:1920px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

#home #heroban .herotxt_wrap .herotxt, #mainfooter .footbody .edm_msg, #media_centre .thumb img, .w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

#home #heroban .herotxt_wrap, #home #heroban .herotxt_wrap .herotxt_align, .h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

#contact #heroban #hero_txt h4, #evtfootban_pad, #evtfootban_pad ul, #evtfootban_pad ul li, #home #heroban #scrolldwn p, #media_centre .year_menu ul, #slots_page #slot_data ul, #slots_page #slot_des p, #slots_showcase #heroban #hero_txt h1, #slots_showcase #heroban #hero_txt h4, #slots_showcase .slot_pos, #slots_showcase .slot_pos li .item_wrap p, .m-0 {
    margin: 0 !important
}

    #fishermen #fish_details ul#cert, #mainfooter .foothead a p, #media_centre p.date, #media_details article .media-try, #part_contact form .btn p, #slots_features p, #slots_page #slot_data ul li h6, #slots_page #slot_data ul li p, .mt-0, .my-0, header#mainheader .navbar-brand p {
        margin-top: 0 !important
    }

#mainfooter ol, #mainfooter ul, .mr-0, .mx-0, .nav .collapse ul, .nav .collapsing ul {
    margin-right: 0 !important
}

#fishermen #fish_details ul#cert, #mainfooter .foothead a p, #media_details article .media-try, #part_contact form .btn p, #slots_page #slot_data ul li h6, #slots_page #slot_data ul li p, .mb-0, .my-0, .soclist ul.soclinks, header#mainheader .navbar-brand p {
    margin-bottom: 0 !important
}

#mainfooter ol, #mainfooter ul, .ml-0, .mx-0, .nav .collapse ul, .nav .collapsing ul {
    margin-left: 0 !important
}

.m-1 {
    margin: 0.46875rem !important
}

#fishermen #fish_mid .fish_img p:last-of-type, #mainfooter .footbody .edm_msg, .mt-1, .my-1 {
    margin-top: 0.46875rem !important
}

.mr-1, .mx-1 {
    margin-right: 0.46875rem !important
}

#mainfooter .footbody .edm_msg, .mb-1, .my-1 {
    margin-bottom: 0.46875rem !important
}

.ml-1, .mx-1 {
    margin-left: 0.46875rem !important
}

.m-2 {
    margin: 0.9375rem !important
}

.mt-2, .my-2 {
    margin-top: 0.9375rem !important
}

#fishermen #fish_details ul#cert li, #part_contact .contact_form .captcha > :first-child, .mr-2, .mx-2 {
    margin-right: 0.9375rem !important
}

#fishermen #fish_mid .fish_img p, #mainfooter .footbody.edm .btn.btn-edm, #mainfooter .footbody.edm .form-group, #mainfooter .footbody.edm input[type=text], .mb-2, .my-2 {
    margin-bottom: 0.9375rem !important
}

#fishermen #fish_details ul#cert li, .ml-2, .mx-2 {
    margin-left: 0.9375rem !important
}

.m-3 {
    margin: 1.875rem !important
}

#contact #contact_follow ul.soclinks p, .mt-3, .my-3, .soclist ul.soclinks p {
    margin-top: 1.875rem !important
}

.mr-3, .mx-3 {
    margin-right: 1.875rem !important
}

#contact #contact_follow ul.soclinks p, #media_centre p.date, #media_details article img, .mb-3, .my-3, .soclist ul.soclinks p {
    margin-bottom: 1.875rem !important
}

.ml-3, .mx-3 {
    margin-left: 1.875rem !important
}

.m-4 {
    margin: 2.8125rem !important
}

.mt-4, .my-4 {
    margin-top: 2.8125rem !important
}

.mr-4, .mx-4 {
    margin-right: 2.8125rem !important
}

.mb-4, .my-4 {
    margin-bottom: 2.8125rem !important
}

.ml-4, .mx-4 {
    margin-left: 2.8125rem !important
}

.m-5 {
    margin: 5.625rem !important
}

.mt-5, .my-5 {
    margin-top: 5.625rem !important
}

.mr-5, .mx-5 {
    margin-right: 5.625rem !important
}

.mb-5, .my-5 {
    margin-bottom: 5.625rem !important
}

.ml-5, .mx-5 {
    margin-left: 5.625rem !important
}

#evtfootban_pad, #evtfootban_pad .evt_ban_mo li, #fishermen #fish_details ul#cert, #home #heroban #scrolldwn p, #part_contact .contact_form .captcha .form-control, #part_contact form .btn p, #slots_showcase #heroban #hero_txt h1, #slots_showcase .slot_pos, .nav, .p-0 {
    padding: 0 !important
}

#about #heroban, #mainfooter .foothead a, .pt-0, .py-0, header#mainheader > .navbar {
    padding-top: 0 !important
}

    #evtfootban_pad .contwrap, #evtfootban_pad ul, #home #heroban header#mainheader > .navbar > .herotxt_wrap, #index_slider .swiper-container, #mainfooter ol, #mainfooter ul, #part_contact header#mainheader > .navbar > .contwrap, #slots_page #slots_details header#mainheader > .navbar > .contwrap, .hero_tabs .nav-tabs .nav-item, .pr-0, .px-0, header#mainheader > .navbar > .container {
        padding-right: 0 !important
    }

#about #heroban, #mainfooter .foothead a, #media_centre h4.feed_topic, .pb-0, .py-0, header#mainheader > .navbar {
    padding-bottom: 0 !important
}

    #evtfootban_pad .contwrap, #evtfootban_pad ul, #home #heroban header#mainheader > .navbar > .herotxt_wrap, #index_slider .swiper-container, #mainfooter ol, #mainfooter ul, #part_contact header#mainheader > .navbar > .contwrap, #slots_page #slots_details header#mainheader > .navbar > .contwrap, .hero_tabs .nav-tabs .nav-item, .pl-0, .px-0, header#mainheader > .navbar > .container {
        padding-left: 0 !important
    }

.p-1 {
    padding: 0.46875rem !important
}

.pt-1, .py-1 {
    padding-top: 0.46875rem !important
}

.pr-1, .px-1 {
    padding-right: 0.46875rem !important
}

.pb-1, .py-1 {
    padding-bottom: 0.46875rem !important
}

.pl-1, .px-1 {
    padding-left: 0.46875rem !important
}

.p-2 {
    padding: 0.9375rem !important
}

#media_details article .media-try, .nav .collapse#productlist, .nav .collapsing#productlist, .pt-2, .py-2 {
    padding-top: 0.9375rem !important
}

.pr-2, .px-2, .soclist ul.soclinks p, aside ul li {
    padding-right: 0.9375rem !important
}

#media_details article .media-try, #trynow #trybtn_mo, .pb-2, .py-2 {
    padding-bottom: 0.9375rem !important
}

#contact #contact_follow ul.soclinks p, .pl-2, .px-2, .soclist ul.soclinks p, aside ul li {
    padding-left: 0.9375rem !important
}

#about .cert-icon, #evtfootban_pad .evt_ban_dk li, .p-3 {
    padding: 1.875rem !important
}

#media_centre .feed, #media_centre h4.feed_topic, #media_details article, #slots_features, #slots_features h4, #slots_page #slot_data ul li h6, #slots_page #slot_data ul li p, #trynow #trybtn_mo, .navbar-brand, .pt-3, .py-3 {
    padding-top: 1.875rem !important
}

    #contact #contact_follow ul.soclinks p, #fishermen #fish_details .fish_img h3, #fishermen #fish_floor .fish_img h3, #fishermen #fish_mid .fish_img h3, #media_centre .feed, #media_centre h4.feed_topic, #media_details article .media-try a:before, #slots_page #slot_data ul li, .pr-3, .px-3 {
        padding-right: 1.875rem !important
    }

        #fishermen #fish_floor .swiper-container, #media_centre .feed, #media_centre .year, #media_details article, #slots_features, #slots_page #slot_data ul li h6, #slots_page #slot_data ul li p, .navbar-brand, .pb-3, .py-3 {
            padding-bottom: 1.875rem !important
        }

            #fishermen #fish_details .fish_img h3, #fishermen #fish_floor .fish_img h3, #fishermen #fish_mid .fish_img h3, #media_centre .feed, #media_centre h4.feed_topic, #media_centre p.date, #media_details article .media-try a:after, #slots_page #slot_data ul li, .pl-3, .px-3 {
                padding-left: 1.875rem !important
            }

.p-4 {
    padding: 2.8125rem !important
}

.pt-4, .py-4 {
    padding-top: 2.8125rem !important
}

#slots_features p, #trynow #trybtn_mo, .pr-4, .px-4 {
    padding-right: 2.8125rem !important
}

.pb-4, .py-4 {
    padding-bottom: 2.8125rem !important
}

#slots_features p, #trynow #trybtn_mo, .pl-4, .px-4 {
    padding-left: 2.8125rem !important
}

.p-5 {
    padding: 5.625rem !important
}

#about .certificates.section, #about .ourteam.section, #about .slotgames.section, #fishermen #fish_floor .swiper-container, #index_gamesec div[id^=gamesec_] > section, #media_details .media_content, #part_contact .contact_form, #slots_page #slot_data, #slots_page #slot_des, .nav .langmenu, .pt-5, .py-5 {
    padding-top: 5.625rem !important
}

.pr-5, .px-5 {
    padding-right: 5.625rem !important
}

#about .certificates.section, #about .ourteam.section, #about .slotgames.section, #fishermen #fish_floor .swiper-container, #index_gamesec div[id^=gamesec_] > section, #media_centre .btn-wrap, #part_contact .contact_form, #slots_page #slot_data, #slots_page #slot_des, #trailer, .pb-5, .py-5, .sect_til {
    padding-bottom: 5.625rem !important
}

.pl-5, .px-5 {
    padding-left: 5.625rem !important
}

.m-n1 {
    margin: -0.46875rem !important
}

.mt-n1, .my-n1 {
    margin-top: -0.46875rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -0.46875rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -0.46875rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -0.46875rem !important
}

.m-n2 {
    margin: -0.9375rem !important
}

.mt-n2, .my-n2 {
    margin-top: -0.9375rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -0.9375rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -0.9375rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -0.9375rem !important
}

.m-n3 {
    margin: -1.875rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1.875rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1.875rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1.875rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1.875rem !important
}

.m-n4 {
    margin: -2.8125rem !important
}

.mt-n4, .my-n4 {
    margin-top: -2.8125rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -2.8125rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -2.8125rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -2.8125rem !important
}

.m-n5 {
    margin: -5.625rem !important
}

.mt-n5, .my-n5 {
    margin-top: -5.625rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -5.625rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -5.625rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -5.625rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

#fishermen #fish_details ul#cert img, .mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

#fishermen #fish_details ul#cert img, .ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 0.46875rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 0.46875rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.46875rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.46875rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.46875rem !important
    }

    .m-sm-2 {
        margin: 0.9375rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 0.9375rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.9375rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.9375rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.9375rem !important
    }

    .m-sm-3 {
        margin: 1.875rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1.875rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1.875rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1.875rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1.875rem !important
    }

    .m-sm-4 {
        margin: 2.8125rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 2.8125rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 2.8125rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 2.8125rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 2.8125rem !important
    }

    .m-sm-5 {
        margin: 5.625rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 5.625rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 5.625rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 5.625rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 5.625rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 0.46875rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 0.46875rem !important
    }

    .hero_tabs .nav-tabs .nav-item, .pr-sm-1, .px-sm-1 {
        padding-right: 0.46875rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.46875rem !important
    }

    .hero_tabs .nav-tabs .nav-item, .pl-sm-1, .px-sm-1 {
        padding-left: 0.46875rem !important
    }

    .p-sm-2 {
        padding: 0.9375rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 0.9375rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 0.9375rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.9375rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 0.9375rem !important
    }

    .p-sm-3 {
        padding: 1.875rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1.875rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1.875rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1.875rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1.875rem !important
    }

    .p-sm-4 {
        padding: 2.8125rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 2.8125rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 2.8125rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 2.8125rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 2.8125rem !important
    }

    .p-sm-5 {
        padding: 5.625rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 5.625rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 5.625rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 5.625rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 5.625rem !important
    }

    .m-sm-n1 {
        margin: -0.46875rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.46875rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.46875rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.46875rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.46875rem !important
    }

    .m-sm-n2 {
        margin: -0.9375rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.9375rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.9375rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.9375rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.9375rem !important
    }

    .m-sm-n3 {
        margin: -1.875rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1.875rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1.875rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1.875rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1.875rem !important
    }

    .m-sm-n4 {
        margin: -2.8125rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -2.8125rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -2.8125rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -2.8125rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -2.8125rem !important
    }

    .m-sm-n5 {
        margin: -5.625rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -5.625rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -5.625rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -5.625rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -5.625rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    #fishermen #fish_details ul#cert, .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: 0.46875rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.46875rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.46875rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.46875rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.46875rem !important
    }

    .m-md-2 {
        margin: 0.9375rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.9375rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.9375rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.9375rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.9375rem !important
    }

    .m-md-3 {
        margin: 1.875rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1.875rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1.875rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1.875rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1.875rem !important
    }

    .m-md-4 {
        margin: 2.8125rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 2.8125rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 2.8125rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 2.8125rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 2.8125rem !important
    }

    .m-md-5 {
        margin: 5.625rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 5.625rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 5.625rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 5.625rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 5.625rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 0.46875rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: 0.46875rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: 0.46875rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 0.46875rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: 0.46875rem !important
    }

    .p-md-2 {
        padding: 0.9375rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: 0.9375rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: 0.9375rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.9375rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.9375rem !important
    }

    .p-md-3 {
        padding: 1.875rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1.875rem !important
    }

    #fishermen #fish_details #fish_des, .hero_tabs .nav-tabs .nav-item, .pr-md-3, .px-md-3 {
        padding-right: 1.875rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1.875rem !important
    }

    #fishermen #fish_details #fish_des, .hero_tabs .nav-tabs .nav-item, .pl-md-3, .px-md-3 {
        padding-left: 1.875rem !important
    }

    #about .cert-icon, .p-md-4 {
        padding: 2.8125rem !important
    }

    #about .ourteam .intro h3, #services .intro h3, .pt-md-4, .py-md-4 {
        padding-top: 2.8125rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 2.8125rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 2.8125rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 2.8125rem !important
    }

    .p-md-5 {
        padding: 5.625rem !important
    }

    #fishermen #fish_details, #fishermen #fish_floor, #fishermen #fish_mid, #media_centre .feed, #media_details article, #slots_features, .pt-md-5, .py-md-5 {
        padding-top: 5.625rem !important
    }

        #about .ourteam .intro h3, #about .ourteam .intro p, #fishermen #fish_details .fish_img h3, #fishermen #fish_floor .fish_img h3, #fishermen #fish_mid .fish_img h3, #services .intro h3, #services .intro p, .pr-md-5, .px-md-5 {
            padding-right: 5.625rem !important
        }

        #fishermen #fish_details, #fishermen #fish_details #fish_des, #fishermen #fish_details ul#cert, #fishermen #fish_floor, #fishermen #fish_mid, #media_centre .feed, #media_centre .year, #media_details article, #slots_features, .pb-md-5, .py-md-5 {
            padding-bottom: 5.625rem !important
        }

            #about .ourteam .intro h3, #about .ourteam .intro p, #fishermen #fish_details .fish_img h3, #fishermen #fish_floor .fish_img h3, #fishermen #fish_mid .fish_img h3, #services .intro h3, #services .intro p, .pl-md-5, .px-md-5 {
                padding-left: 5.625rem !important
            }

    .m-md-n1 {
        margin: -0.46875rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -0.46875rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.46875rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.46875rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.46875rem !important
    }

    .m-md-n2 {
        margin: -0.9375rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -0.9375rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.9375rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.9375rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.9375rem !important
    }

    .m-md-n3 {
        margin: -1.875rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1.875rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1.875rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1.875rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1.875rem !important
    }

    .m-md-n4 {
        margin: -2.8125rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -2.8125rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -2.8125rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -2.8125rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -2.8125rem !important
    }

    .m-md-n5 {
        margin: -5.625rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -5.625rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -5.625rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -5.625rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -5.625rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 0.46875rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.46875rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.46875rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.46875rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.46875rem !important
    }

    .m-lg-2 {
        margin: 0.9375rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.9375rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.9375rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.9375rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.9375rem !important
    }

    .m-lg-3 {
        margin: 1.875rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1.875rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1.875rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1.875rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1.875rem !important
    }

    .m-lg-4 {
        margin: 2.8125rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 2.8125rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 2.8125rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 2.8125rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 2.8125rem !important
    }

    .m-lg-5 {
        margin: 5.625rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 5.625rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 5.625rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 5.625rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 5.625rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    #about #heroban, .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 0.46875rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.46875rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.46875rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.46875rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.46875rem !important
    }

    .p-lg-2 {
        padding: 0.9375rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.9375rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.9375rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.9375rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.9375rem !important
    }

    .p-lg-3 {
        padding: 1.875rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1.875rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1.875rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1.875rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1.875rem !important
    }

    .p-lg-4 {
        padding: 2.8125rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 2.8125rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 2.8125rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 2.8125rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 2.8125rem !important
    }

    .p-lg-5 {
        padding: 5.625rem !important
    }

    #about #heroban, .pt-lg-5, .py-lg-5 {
        padding-top: 5.625rem !important
    }

    #index_gamesec #gamesec_slot, .pr-lg-5, .px-lg-5 {
        padding-right: 5.625rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 5.625rem !important
    }

    #index_gamesec #gamesec_fish, .pl-lg-5, .px-lg-5 {
        padding-left: 5.625rem !important
    }

    .m-lg-n1 {
        margin: -0.46875rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.46875rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.46875rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.46875rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.46875rem !important
    }

    .m-lg-n2 {
        margin: -0.9375rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.9375rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.9375rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.9375rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.9375rem !important
    }

    .m-lg-n3 {
        margin: -1.875rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1.875rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1.875rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1.875rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1.875rem !important
    }

    .m-lg-n4 {
        margin: -2.8125rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -2.8125rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -2.8125rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -2.8125rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -2.8125rem !important
    }

    .m-lg-n5 {
        margin: -5.625rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -5.625rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -5.625rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -5.625rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -5.625rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1400px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 0.46875rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.46875rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.46875rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.46875rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.46875rem !important
    }

    .m-xl-2 {
        margin: 0.9375rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.9375rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.9375rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.9375rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.9375rem !important
    }

    .m-xl-3 {
        margin: 1.875rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1.875rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1.875rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1.875rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1.875rem !important
    }

    .m-xl-4 {
        margin: 2.8125rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 2.8125rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 2.8125rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 2.8125rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 2.8125rem !important
    }

    .m-xl-5 {
        margin: 5.625rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 5.625rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 5.625rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 5.625rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 5.625rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: 0.46875rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 0.46875rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.46875rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.46875rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.46875rem !important
    }

    .p-xl-2 {
        padding: 0.9375rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 0.9375rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.9375rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.9375rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.9375rem !important
    }

    .p-xl-3 {
        padding: 1.875rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1.875rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1.875rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1.875rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1.875rem !important
    }

    .p-xl-4 {
        padding: 2.8125rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 2.8125rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 2.8125rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 2.8125rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 2.8125rem !important
    }

    .p-xl-5 {
        padding: 5.625rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 5.625rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 5.625rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 5.625rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 5.625rem !important
    }

    .m-xl-n1 {
        margin: -0.46875rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.46875rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.46875rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.46875rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.46875rem !important
    }

    .m-xl-n2 {
        margin: -0.9375rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.9375rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.9375rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.9375rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.9375rem !important
    }

    .m-xl-n3 {
        margin: -1.875rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1.875rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1.875rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1.875rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1.875rem !important
    }

    .m-xl-n4 {
        margin: -2.8125rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -2.8125rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -2.8125rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -2.8125rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -2.8125rem !important
    }

    .m-xl-n5 {
        margin: -5.625rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -5.625rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -5.625rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -5.625rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -5.625rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1920px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: 0.46875rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: 0.46875rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: 0.46875rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: 0.46875rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: 0.46875rem !important
    }

    .m-xxl-2 {
        margin: 0.9375rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: 0.9375rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: 0.9375rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: 0.9375rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: 0.9375rem !important
    }

    .m-xxl-3 {
        margin: 1.875rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1.875rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1.875rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1.875rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1.875rem !important
    }

    .m-xxl-4 {
        margin: 2.8125rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 2.8125rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 2.8125rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 2.8125rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 2.8125rem !important
    }

    .m-xxl-5 {
        margin: 5.625rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 5.625rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 5.625rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 5.625rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 5.625rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: 0.46875rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: 0.46875rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: 0.46875rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: 0.46875rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: 0.46875rem !important
    }

    .p-xxl-2 {
        padding: 0.9375rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: 0.9375rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: 0.9375rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: 0.9375rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: 0.9375rem !important
    }

    .p-xxl-3 {
        padding: 1.875rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1.875rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1.875rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1.875rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1.875rem !important
    }

    .p-xxl-4 {
        padding: 2.8125rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 2.8125rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 2.8125rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 2.8125rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 2.8125rem !important
    }

    .p-xxl-5 {
        padding: 5.625rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 5.625rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 5.625rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 5.625rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 5.625rem !important
    }

    .m-xxl-n1 {
        margin: -0.46875rem !important
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -0.46875rem !important
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -0.46875rem !important
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -0.46875rem !important
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -0.46875rem !important
    }

    .m-xxl-n2 {
        margin: -0.9375rem !important
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -0.9375rem !important
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -0.9375rem !important
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -0.9375rem !important
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -0.9375rem !important
    }

    .m-xxl-n3 {
        margin: -1.875rem !important
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1.875rem !important
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1.875rem !important
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1.875rem !important
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1.875rem !important
    }

    .m-xxl-n4 {
        margin: -2.8125rem !important
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -2.8125rem !important
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -2.8125rem !important
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -2.8125rem !important
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -2.8125rem !important
    }

    .m-xxl-n5 {
        margin: -5.625rem !important
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -5.625rem !important
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -5.625rem !important
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -5.625rem !important
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -5.625rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

#home #heroban .herotxt_wrap .herotxt_align, .text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1920px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #ef3340 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #c6101c !important
}

.text-secondary {
    color: #ff0000 !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #b30000 !important
}

.text-success {
    color: #00ab84 !important
}

a.text-success:focus, a.text-success:hover {
    color: #005f49 !important
}

.text-info {
    color: #009fdf !important
}

a.text-info:focus, a.text-info:hover {
    color: #006893 !important
}

.text-warning {
    color: #ffb81c !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #cf8e00 !important
}

.text-danger {
    color: #ef3340 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #c6101c !important
}

.text-light {
    color: #eeecec !important
}

a.text-light:focus, a.text-light:hover {
    color: #cac4c4 !important
}

.text-dark {
    color: #000 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: black !important
}

.text-gradA {
    color: rgba(83, 86, 90, 0.8) !important
}

a.text-gradA:focus, a.text-gradA:hover {
    color: rgba(46, 48, 50, 0.8) !important
}

.text-gradB {
    color: rgba(83, 86, 90, 0.9) !important
}

a.text-gradB:focus, a.text-gradB:hover {
    color: rgba(46, 48, 50, 0.9) !important
}

.text-body {
    color: #202123 !important
}

.text-muted {
    color: #9f9f9f !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #848484;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    #home #heroban .herotxt_wrap, #part_contact .contwrap, #slots_page #slots_details .contwrap, .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #b1b8bc !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #d8d8d8
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #d8d8d8
    }
}

@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/comfortaa/v27/comfortaa-v27-latin-regular.eot");
    src: local(""), url("../fonts/comfortaa/v27/comfortaa-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa/v27/comfortaa-v27-latin-regular.woff2") format("woff2"), url("../fonts/comfortaa/v27/comfortaa-v27-latin-regular.woff") format("woff"), url("../fonts/comfortaa/v27/comfortaa-v27-latin-regular.ttf") format("truetype"), url("../fonts/comfortaa/v27/comfortaa-v27-latin-regular.svg#Comfortaa") format("svg")
}

@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/comfortaa/v27/comfortaa-v27-latin-700.eot");
    src: local(""), url("../fonts/comfortaa/v27/comfortaa-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa/v27/comfortaa-v27-latin-700.woff2") format("woff2"), url("../fonts/comfortaa/v27/comfortaa-v27-latin-700.woff") format("woff"), url("../fonts/comfortaa/v27/comfortaa-v27-latin-700.ttf") format("truetype"), url("../fonts/comfortaa/v27/comfortaa-v27-latin-700.svg#Comfortaa") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto/v20/roboto-v20-latin-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto/v20/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/v20/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto/v20/roboto-v20-latin-regular.woff") format("woff"), url("../fonts/roboto/v20/roboto-v20-latin-regular.ttf") format("truetype"), url("../fonts/roboto/v20/roboto-v20-latin-regular.svg#Roboto") format("svg")
}

#mainfooter .footerCI ul#nav-btm li.backtotop i, #mainfooter .footerCI ul#nav-btm li.langmenu i, .fa, .fab, .fal, .far, .fas, .nav .langmenu i, .soc-link.facebook-f, .soc-link.skype, .soc-link.telegram-plane, .soc-link.twitter, .soc-link.weibo, .soc-link.weixin, .soc-link.youtube {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

#mainfooter .footerCI ul#nav-btm li.backtotop i.fa-pull-left, #mainfooter .footerCI ul#nav-btm li.langmenu i.fa-pull-left, .fa-pull-left.soc-link.facebook-f, .fa-pull-left.soc-link.skype, .fa-pull-left.soc-link.telegram-plane, .fa-pull-left.soc-link.twitter, .fa-pull-left.soc-link.weibo, .fa-pull-left.soc-link.weixin, .fa-pull-left.soc-link.youtube, .fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left, .nav .langmenu i.fa-pull-left {
    margin-right: .3em
}

#mainfooter .footerCI ul#nav-btm li.backtotop i.fa-pull-right, #mainfooter .footerCI ul#nav-btm li.langmenu i.fa-pull-right, .fa-pull-right.soc-link.facebook-f, .fa-pull-right.soc-link.skype, .fa-pull-right.soc-link.telegram-plane, .fa-pull-right.soc-link.twitter, .fa-pull-right.soc-link.weibo, .fa-pull-right.soc-link.weixin, .fa-pull-right.soc-link.youtube, .fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right, .nav .langmenu i.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

#mainfooter .footerCI ul#nav-btm li.langmenu i:before, .fa-caret-down:before, .nav .langmenu i:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

#mainfooter .footerCI ul#nav-btm li.backtotop i:before, .fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before, .soc-link.facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before, .soc-link.skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before, .soc-link.telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before, .soc-link.twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before, .soc-link.weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before, .soc-link.weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before, .soc-link.youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.fa-linkedin-in:before, .soc-link.linkedin-in:before {
    content: "\f0e1"
}

.fa-instagram:before, .soc-link.instagram:before {
    content: "\f16d"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/webfonts/fa-brands-400.eot");
    src: url("../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg")
}

.fab, .soc-link.facebook-f, .soc-link.instagram, .soc-link.linkedin-in, .soc-link.skype, .soc-link.telegram-plane, .soc-link.twitter, .soc-link.weibo, .soc-link.weixin, .soc-link.youtube {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/webfonts/fa-regular-400.eot");
    src: url("../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/webfonts/fa-solid-900.eot");
    src: url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

#mainfooter .footerCI ul#nav-btm li.backtotop i, #mainfooter .footerCI ul#nav-btm li.langmenu i, .fa, .fas, .nav .langmenu i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */ @-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0)
    }

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

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        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);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0)
    }

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

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

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

.bounce {
    -webkit-animation-name: bounce;
    -webkit-transform-origin: center bottom;
    animation-name: bounce;
    -ms-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-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: headShake;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

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

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

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

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

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

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

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

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

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

@-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.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

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

@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.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

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

.jello {
    -webkit-animation-name: jello;
    -webkit-transform-origin: center;
    animation-name: jello;
    -ms-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-duration: 1.3s;
    -webkit-animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 1.3s;
    animation-name: heartBeat;
    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% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        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% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        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 {
        -webkit-transform: scaleX(1);
        opacity: 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% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        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% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        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 {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-duration: .75s;
    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% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        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% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        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% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        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% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        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% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        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% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        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% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        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% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        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% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        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% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 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% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

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

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

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

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 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% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        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 {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

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

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    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);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

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

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }

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

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }

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

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }

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

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }

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

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }

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

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }

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

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }

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

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }

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

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }

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

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

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

@keyframes rollOut {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0)
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0)
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)
    }

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

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)
    }

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

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

@-webkit-keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)
    }

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

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)
    }

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

.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 {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    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) {
    .animated {
        -webkit-animation: unset !important;
        -webkit-transition: none !important;
        animation: unset !important;
        -o-transition: none !important;
        transition: none !important
    }
}

/*! Lity - v3.0.0-dev - 2018-07-09
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */ .lity-active, .lity-active body {
    overflow: hidden
}

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

    .lity.lity-opened {
        opacity: 1
    }

    .lity.lity-closed {
        opacity: 0
    }

    .lity * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

    .lity-wrap:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.lity-closed .lity-content, .lity-loading .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.lity-close, .lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .lity-close::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .lity-close:active {
        top: 1px
    }

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

    .lity-iframe-container iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000
    }

.lity-hide {
    display: none
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        -o-transition-property: transform,height;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: .2s top,.2s -webkit-transform;
            -o-transition: .2s top,.2s -webkit-transform;
            transition: .2s top,.2s -webkit-transform;
            -o-transition: .2s transform,.2s top;
            -webkit-transition: .2s transform,.2s top;
            transition: .2s transform,.2s top;
            -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
            -o-transition: .2s transform,.2s top,.2s -webkit-transform;
            transition: .2s transform,.2s top,.2s -webkit-transform
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: .2s left,.2s -webkit-transform;
        -o-transition: .2s left,.2s -webkit-transform;
        transition: .2s left,.2s -webkit-transform;
        -o-transition: .2s transform,.2s left;
        -webkit-transition: .2s transform,.2s left;
        transition: .2s transform,.2s left;
        -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
        -o-transition: .2s transform,.2s left,.2s -webkit-transform;
        transition: .2s transform,.2s left,.2s -webkit-transform
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right;
    -webkit-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right,.2s -webkit-transform;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

header#mainheader {
}

@media (min-width:768px) {
    header#mainheader > .navbar {
        padding-left: 0;
        padding-right: 0
    }
}

#home #heroban header#mainheader > .navbar > .herotxt_wrap, #part_contact header#mainheader > .navbar > .contwrap, #slots_page #slots_details header#mainheader > .navbar > .contwrap, header#mainheader > .navbar > .container {
    position: relative
}

header#mainheader.stickynav {
    background-color: rgba(0, 0, 0, 0.45)
}

    header#mainheader.stickynav .navbar-brand p {
        font-size: 1.5rem
    }

.sc header#mainheader.stickynav .navbar-brand p {
    font-family: "Roboto", "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

header#mainheader.stickynav #logo {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

header#mainheader .navbar-brand {
}

    header#mainheader .navbar-brand p {
        position: relative;
        opacity: 0;
        font-size: 2rem;
        -webkit-transition: all 350ms linear;
        -o-transition: all 350ms linear;
        transition: all 350ms linear
    }

        header#mainheader .navbar-brand p:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 28.57143%
        }

        header#mainheader .navbar-brand p > :first-child {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0
        }

header#mainheader .dropdown-menu {
    background: none;
    border: none;
    border-radius: 0
}

    header#mainheader .dropdown-menu > h2 {
        font-size: 0.95rem
    }

    header#mainheader .dropdown-menu ul {
        padding-left: 0;
        list-style: none
    }

@media (min-width:768px) {
    header#mainheader .dropdown-menu ul > li {
        height: 3.5625rem
    }
}

header#mainheader .dropdown-menu a {
    text-align: center;
    font-size: 1rem;
    color: #202123;
    font-size: 0.95rem
}

@media (max-width:991.98px) {
    header#mainheader .dropdown-menu a {
        font-size: 0.8rem
    }
}

.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand #logo {
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear
    }

        .navbar-brand #logo svg {
            width: 10rem
        }

    .navbar-brand .logo_simple {
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        fill: #fff
    }

#fishermen .navbar-brand .logo_simple {
    fill: #000
}

#fishermen .stickynav .navbar-brand .logo_simple {
    fill: #fff
}

.navbar-brand .logo_p {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    fill: #ef3340
}

[data-light^=off] .navbar-brand .logo_p {
    fill: #fff
}

.stickynav .navbar-brand .logo_p {
    fill: #ef3340
}

.navbar-brand .logo_l {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    fill: #ffb81c
}

[data-light^=off] .navbar-brand .logo_l {
    fill: #fff
}

.stickynav .navbar-brand .logo_l {
    fill: #ffb81c
}

.navbar-brand .logo_a {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    fill: #00ab84
}

[data-light^=off] .navbar-brand .logo_a {
    fill: #fff
}

.stickynav .navbar-brand .logo_a {
    fill: #00ab84
}

.navbar-brand .logo_y {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    fill: #009fdf
}

[data-light^=off] .navbar-brand .logo_y {
    fill: #fff
}

.stickynav .navbar-brand .logo_y {
    fill: #009fdf
}

.navbar-brand #logo_gp {
    -webkit-transform-origin: 21px 23px;
    -ms-transform-origin: 21px 23px;
    transform-origin: 21px 23px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    fill: #ef3340
}

[data-light^=off] .navbar-brand #logo_gp {
    fill: #fff
}

.stickynav .navbar-brand #logo_gp {
    fill: #ef3340
}

.nav-trigger {
    position: absolute;
    z-index: 4;
    right: 0;
    height: 44px;
    width: 44px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    color: transparent;
    white-space: nowrap;
    text-indent: 100%
}

.stickynav .nav-trigger {
    height: 35.2px;
    width: 35.2px
}

.nav-trigger span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s
}

    .nav-trigger span, .nav-trigger span:after, .nav-trigger span:before {
        position: absolute;
        height: 3px;
        width: 36px;
        border-radius: 3px;
        background: #fff
    }

.stickynav .nav-trigger span, .stickynav .nav-trigger span:after, .stickynav .nav-trigger span:before {
    height: 2.4px;
    width: 28.8px
}

#fishermen .nav-trigger span, #fishermen .nav-trigger span:after, #fishermen .nav-trigger span:before {
    background: #202123
}

#fishermen .stickynav .nav-trigger span, #fishermen .stickynav .nav-trigger span:after, #fishermen .stickynav .nav-trigger span:before {
    background: #fff
}

.nav-trigger span:after, .nav-trigger span:before {
    content: "";
    top: 0;
    left: 0;
    -webkit-transition: background 0.15s, -webkit-transform 0.2s;
    transition: background 0.15s, -webkit-transform 0.2s;
    -o-transition: background 0.15s, transform 0.2s;
    transition: background 0.15s, transform 0.2s;
    transition: background 0.15s, transform 0.2s, -webkit-transform 0.2s
}

.nav-trigger span:before {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px)
}

.stickynav .nav-trigger span:before {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px)
}

.nav-trigger span:after {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px)
}

.stickynav .nav-trigger span:after {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px)
}

.nav-trigger:hover span, .nav-trigger:hover span:after, .nav-trigger:hover span:before {
    background: #fff
}

.nav-open .topnav .nav-trigger span {
    opacity: 0
}

.nav-open .nav-trigger {
    position: fixed;
    z-index: 4;
    right: 40px
}

    .nav-open .nav-trigger span {
        background: transparent
    }

        .nav-open .nav-trigger span:after, .nav-open .nav-trigger span:before {
            background: #202123
        }

        .nav-open .nav-trigger span:before {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .nav-open .nav-trigger span:after {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

.overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c1d21;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s
}

.nav-open .overlay {
    opacity: 0.6;
    visibility: visible
}

.nav-container {
    position: fixed;
    z-index: 1031;
    top: 0;
    right: 0;
    height: 100%;
    width: 90%;
    max-width: 460px;
    padding: 2rem 3.5rem;
    background-color: rgba(238, 238, 238, 0.8);
    overflow: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
    -o-transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
    transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
    transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1), -webkit-transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1)
}

@media (max-width:991.98px) {
    .nav-container {
        padding: 1.5rem 2.5rem
    }
}

.nav-container .nav-trigger {
    z-index: 1031;
    top: 1.5rem
}

#fishermen .nav-container .nav-trigger span {
    background: transparent
}

.nav-container .nav-trigger.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.nav-container .nav-trigger.active:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.nav-open .nav-container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nav {
    min-height: 70vh
}

@media (max-width:991.98px) {
    .nav {
        min-height: 80vh
    }
}

.hero_tabs .nav {
    min-height: 1vh
}

.nav .nav-item {
    line-height: 1
}

    .nav .nav-item .card-header {
        background: transparent;
        border-bottom: none
    }

        .nav .nav-item .card-header:first-child {
            border-radius: 0
        }

.nav a {
    text-decoration: none;
    color: #202123;
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive;
    -webkit-transition: font-size 0.3s linear;
    -o-transition: font-size 0.3s linear;
    transition: font-size 0.3s linear;
    font-size: 1.1rem
}

.sc .nav a {
    font-family: "Roboto", "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

@media (min-width:768px) {
    .nav a {
        font-size: 1.3rem
    }

        .nav a.langmenu {
            font-size: 1rem
        }

        .nav a.lang-item, .nav a.tog-item {
            font-size: 0.9rem
        }
}

.nav .collapse li, .nav .collapsing li {
    line-height: 2.2
}

@media (max-width:991.98px) {
    .sc .nav .collapse li, .sc .nav .collapsing li, .tc .nav .collapse li, .tc .nav .collapsing li {
        line-height: 2.4
    }
}

.nav .collapse li a, .nav .collapsing li a {
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0, 1) 0.2s;
    -o-transition: all 0.2s cubic-bezier(0.2, 0, 0, 1) 0.2s;
    transition: all 0.2s cubic-bezier(0.2, 0, 0, 1) 0.2s
}

    .nav .collapse li a:before, .nav .collapsing li a:before {
        width: 0.1rem;
        height: 0.1rem;
        -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0, 1) 0.2s;
        -o-transition: all 0.2s cubic-bezier(0.2, 0, 0, 1) 0.2s;
        transition: all 0.2s cubic-bezier(0.2, 0, 0, 1) 0.2s;
        content: "";
        display: block;
        opacity: 0;
        background-size: contain;
        background-position: 0 50%;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.82 42.06' preserveAspectRatio='xMinYMin meet'%3e%3cg data-name='Layer 2'%3e%3cpath d='M1.5 1.5l18.32 18.32a1.71 1.71 0 0 1 0 2.42L1.5 40.56' fill='none' stroke='%23ef3340' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3e%3c/g%3e%3c/svg%3e")
    }

    .nav .collapse li a:hover, .nav .collapsing li a:hover {
        color: #ef3340;
        font-weight: bold
    }

        .nav .collapse li a:hover:before, .nav .collapsing li a:hover:before {
            width: 1rem;
            height: 0.6rem;
            opacity: 1
        }

.nav .langmenu i {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    font-size: 0.8rem;
    text-align: center;
    color: #ef3340;
    margin-left: 0.8rem
}

.nav .langmenu b {
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.9rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3e%3cpath d='M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm193.2 152h-82.5c-9-44.4-24.1-82.2-43.2-109.1 55 18.2 100.2 57.9 125.7 109.1zM336 256c0 22.9-1.6 44.2-4.3 64H164.3c-2.7-19.8-4.3-41.1-4.3-64s1.6-44.2 4.3-64h167.4c2.7 19.8 4.3 41.1 4.3 64zM248 40c26.9 0 61.4 44.1 78.1 120H169.9C186.6 84.1 221.1 40 248 40zm-67.5 10.9c-19 26.8-34.2 64.6-43.2 109.1H54.8c25.5-51.2 70.7-90.9 125.7-109.1zM32 256c0-22.3 3.4-43.8 9.7-64h90.5c-2.6 20.5-4.2 41.8-4.2 64s1.5 43.5 4.2 64H41.7c-6.3-20.2-9.7-41.7-9.7-64zm22.8 96h82.5c9 44.4 24.1 82.2 43.2 109.1-55-18.2-100.2-57.9-125.7-109.1zM248 472c-26.9 0-61.4-44.1-78.1-120h156.2c-16.7 75.9-51.2 120-78.1 120zm67.5-10.9c19-26.8 34.2-64.6 43.2-109.1h82.5c-25.5 51.2-70.7 90.9-125.7 109.1zM363.8 320c2.6-20.5 4.2-41.8 4.2-64s-1.5-43.5-4.2-64h90.5c6.3 20.2 9.7 41.7 9.7 64s-3.4 43.8-9.7 64h-90.5z' fill='%23ef3340'/%3e%3c/svg%3e")
}

.link-box {
    padding: 0.7rem 2rem;
    border: 3px solid transparent;
    position: relative;
    cursor: pointer
}

    .link-box .link_txt {
        -webkit-transform: translate3d(0, 0.23333rem, 0);
        transform: translate3d(0, 0.23333rem, 0);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
        transition: -webkit-transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
        -o-transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
        transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
        transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s
    }

    .link-box[data-toggle^=collapse] .link_txt:after {
        width: 0.9rem;
        height: 0.9rem;
        -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0, 1) 0.2s;
        -o-transition: all 0.2s cubic-bezier(0.2, 0, 0, 1) 0.2s;
        transition: all 0.2s cubic-bezier(0.2, 0, 0, 1) 0.2s;
        margin-left: 0.5rem;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        content: "";
        display: block;
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.82 42.06' preserveAspectRatio='xMinYMin meet'%3e%3cg data-name='Layer 2'%3e%3cpath d='M20.32 1.5L2 19.82a1.71 1.71 0 0 0 0 2.42l18.32 18.32' fill='none' stroke='%23ef3340' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' /%3e%3c/g%3e%3c/svg%3e")
    }

    .link-box[data-toggle^=collapse] .link_txt:hover:after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .link-box[aria-expanded=true] .link_txt:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .link-box:after {
        position: absolute;
        content: "";
        bottom: -3px;
        left: 2rem;
        right: 2rem;
        height: 3px;
        background: #848484;
        -webkit-transition: right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s;
        transition: right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s;
        -o-transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
        transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
        transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s;
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left
    }

    .link-box .line {
        position: absolute
    }

        .link-box .line.-left, .link-box .line.-right {
            width: 3px;
            bottom: -3px;
            top: -3px;
            -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1)
        }

        .link-box .line.-bottom, .link-box .line.-top {
            height: 3px;
            left: -3px;
            right: -3px;
            -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1)
        }

        .link-box .line.-right {
            background: #ffb81c;
            right: -3px;
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
            transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
            -o-transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
            transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
            transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s, -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
            -webkit-transform-origin: top;
            -ms-transform-origin: top;
            transform-origin: top
        }

        .link-box .line.-top {
            background: #00ab84;
            top: -3px;
            -webkit-transition: -webkit-transform 0.08s linear 0.43s;
            transition: -webkit-transform 0.08s linear 0.43s;
            -o-transition: transform 0.08s linear 0.43s;
            transition: transform 0.08s linear 0.43s;
            transition: transform 0.08s linear 0.43s, -webkit-transform 0.08s linear 0.43s;
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left
        }

        .link-box .line.-left {
            background: #009fdf;
            left: -3px;
            -webkit-transition: -webkit-transform 0.08s linear 0.51s;
            transition: -webkit-transform 0.08s linear 0.51s;
            -o-transition: transform 0.08s linear 0.51s;
            transition: transform 0.08s linear 0.51s;
            transition: transform 0.08s linear 0.51s, -webkit-transform 0.08s linear 0.51s;
            -webkit-transform-origin: bottom;
            -ms-transform-origin: bottom;
            transform-origin: bottom
        }

        .link-box .line.-bottom {
            background: #ef3340;
            bottom: -3px;
            -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
            transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
            -o-transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
            transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
            transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01), -webkit-transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
            -webkit-transform-origin: right;
            -ms-transform-origin: right;
            transform-origin: right
        }

    .link-box:active .link_txt, .link-box:hover .link_txt {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
        transition: -webkit-transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
        -o-transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
        transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
        transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s
    }

    .link-box:active:after, .link-box:hover:after {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        right: -3px;
        left: -3px;
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transition: right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s, -webkit-transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s;
        transition: right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s, -webkit-transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s;
        -o-transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
        transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
        transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s, -webkit-transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s
    }

    .link-box:active .line, .link-box:hover .line {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

        .link-box:active .line.-right, .link-box:hover .line.-right {
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
            transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
            -o-transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
            transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
            transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s, -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
            -webkit-transform-origin: bottom;
            -ms-transform-origin: bottom;
            transform-origin: bottom
        }

        .link-box:active .line.-top, .link-box:hover .line.-top {
            -webkit-transition: -webkit-transform 0.08s linear 0.4s;
            transition: -webkit-transform 0.08s linear 0.4s;
            -o-transition: transform 0.08s linear 0.4s;
            transition: transform 0.08s linear 0.4s;
            transition: transform 0.08s linear 0.4s, -webkit-transform 0.08s linear 0.4s;
            -webkit-transform-origin: right;
            -ms-transform-origin: right;
            transform-origin: right
        }

        .link-box:active .line.-left, .link-box:hover .line.-left {
            -webkit-transition: -webkit-transform 0.08s linear 0.48s;
            transition: -webkit-transform 0.08s linear 0.48s;
            -o-transition: transform 0.08s linear 0.48s;
            transition: transform 0.08s linear 0.48s;
            transition: transform 0.08s linear 0.48s, -webkit-transform 0.08s linear 0.48s;
            -webkit-transform-origin: top;
            -ms-transform-origin: top;
            transform-origin: top
        }

        .link-box:active .line.-bottom, .link-box:hover .line.-bottom {
            -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
            transition: -webkit-transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
            -o-transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
            transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
            transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s, -webkit-transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left
        }

@-webkit-keyframes hamdash {
    0% {
        stroke-dashoffset: 64
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes hamdash {
    0% {
        stroke-dashoffset: 64
    }

    to {
        stroke-dashoffset: 0
    }
}

#home {
}

    #home video::-webkit-media-controls {
        display: none !important
    }

    #home #heroban {
        position: relative;
        width: 100%;
        overflow: hidden
    }

@media (min-width:992px) {
    #home #heroban {
        height: 100vh;
        min-height: 10rem
    }
}

@media screen and (max-width:991px) {
    #home #heroban {
        padding-top: calc((540 / 960) * 100%)
    }
}

@media screen and (max-width:991px) and (orientation:portrait) {
    #home #heroban {
        padding-top: calc((960 / 540) * 100%)
    }
}

@media (min-width:1400px) {
    #home #heroban {
        background-attachment: fixed;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center
    }
}

@media screen and (max-width:991px) and (orientation:portrait) {
    #home #heroban #bg-video {
        display: none
    }
}

@media screen and (min-width:992px) {
    #home #heroban #bg-video-mo {
        display: none
    }
}

@media screen and (max-width:991px) and (orientation:landscape) {
    #home #heroban #bg-video-mo {
        display: none
    }
}

#home #heroban #bg-video, #home #heroban #bg-video-mo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media (min-width:992px) {
    #home #heroban #bg-video, #home #heroban #bg-video-mo {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto
    }
}

.no-sizes #home #heroban #bg-video, .no-sizes #home #heroban #bg-video-mo {
    height: 100vh;
    top: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

#home #heroban .herotxt_wrap {
    position: relative;
    z-index: 2
}

    #home #heroban .herotxt_wrap .herotxt h1 {
        color: #fff;
        font-size: 3.25rem
    }

@media (min-width:768px) and (max-width:1399.98px) {
    #home #heroban .herotxt_wrap .herotxt h1 {
        font-size: 5.5rem
    }
}

@media (min-width:1400px) {
    #home #heroban .herotxt_wrap .herotxt h1 {
        font-size: 7.5rem
    }

    .sc#home #heroban .herotxt_wrap .herotxt h1, .tc#home #heroban .herotxt_wrap .herotxt h1 {
        font-size: 5.5rem
    }
}

#home #heroban .herotxt_wrap .herotxt h1:after {
    display: none
}

@media (min-width:768px) {
    #home #heroban .herotxt_wrap .herotxt h1 br {
        display: none
    }
}

#home #heroban .herotxt_wrap .herotxt p {
    color: #fff;
    font-size: 1.43rem;
    font-weight: 300
}

#home #heroban .videooverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 1
}

#home #heroban .btn_play_wrap:hover .btn_play {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

#home #heroban .btn_play_wrap .btn_play {
    opacity: 0.85;
    background-color: #fff;
    width: 6.5rem;
    height: 6.5rem
}

    #home #heroban .btn_play_wrap .btn_play:before {
        margin-left: 0.8rem;
        width: 3.5em;
        height: 3.5rem;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 98.6 111.3' preserveAspectRatio='xMinYMin meet'%3e%3cpath d='M27.2 28v9.2l16-9.2v-9.2L12.6 1.1C7-2.1 0 1.9 0 8.4v72.1l59.1-34.1 16 9.2L40 75.9 16 89.7v-9.2L0 89.8v13.4c.2 6.3 7.1 10.1 12.5 6.9l81.8-47.2c5.6-3.2 5.6-11.3 0-14.5L75 37.2 59 28 16 52.9V21.5L27.2 28z' fill='%23ef3340'/%3e%3c/svg%3e")
    }

#home #heroban #scrolldwn {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 15vh;
    width: 100%
}

    #home #heroban #scrolldwn p {
        color: #ef3340;
        font-weight: bold;
        text-align: center
    }

        #home #heroban #scrolldwn p:after {
            display: block;
            content: "";
            width: 2.5rem;
            height: 2.5rem;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.1 21.8' preserveAspectRatio='xMinYMin meet'%3e%3cpath d='M40.6 1.5L22.2 19.8c-.7.7-1.8.7-2.4 0L1.5 1.5' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3e%3c/svg%3e")
        }

.videojs-background-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    -webkit-transform: translateY(100);
    -ms-transform: translateY(100);
    transform: translateY(100);
    left: 0;
    z-index: -998
}

#index_slider .swiper-slide:hover .btn {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

#index_slider.novid {
    padding-top: 93px
}

#index_slider .swiper-container {
    margin-left: 0;
    z-index: 0
}

@media (max-width:991.98px) {
    #index_slider .swiper-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0
    }
}

#index_slider .swiper-slide {
    background-size: cover;
    background-position: 50% 50%;
    min-height: 50vh
}

    #index_slider .swiper-slide.novid {
        min-height: calc(50vh -93px)
    }

@media (min-width:992px) {
    #index_slider .swiper-slide {
        background-position: 50% 35%;
        min-height: 85vh
    }

        #index_slider .swiper-slide.novid {
            min-height: calc(85vh -93px)
        }
}

@media (min-width:1400px) {
    #index_slider .swiper-slide {
        background-position: 50% 35%;
        min-height: 100vh
    }

        #index_slider .swiper-slide.novid {
            min-height: calc(100vh -93px)
        }
}

#index_slider .swiper-slide:hover .btn-default {
    color: #fff;
    border: none;
    background-color: #ff0000;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    background-color: #dc2f3b
}

#index_slider .swiper-slide a {
    text-decoration: none
}

#index_slider .swiper-slide article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (max-width:767.98px) {
    #index_slider .swiper-slide article {
        padding-bottom: 0.5rem
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    #index_slider .swiper-slide article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

@media (min-width:992px) {
    #index_slider .swiper-slide article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        margin-left: 41.66667%
    }
}

#index_slider .swiper-slide h2, #index_slider .swiper-slide h3, #index_slider .swiper-slide h4, #index_slider .swiper-slide h5, #index_slider .swiper-slide h6, #index_slider .swiper-slide p {
    text-shadow: 0 3px 3px #000;
    color: #fff;
    text-align: center
}

    #index_slider .swiper-slide h2:after {
        display: none
    }

@media (max-width:767.98px) {
    #index_slider .swiper-slide#slide_01 article {
        padding-bottom: 0.5rem
    }

        #index_slider .swiper-slide#slide_01 article img {
            max-width: 70%
        }
}

@media (min-width:576px) and (max-width:991.98px) {
    #index_slider .swiper-slide#slide_01 article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        margin-left: 50%
    }

        #index_slider .swiper-slide#slide_01 article img {
            max-width: 80%
        }
}

@media (min-width:992px) {
    #index_slider .swiper-slide#slide_01 article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        margin-left: 50%
    }

        #index_slider .swiper-slide#slide_01 article img {
            max-width: 70%
        }
}

#index_gamesec div[id^=gamesec_] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 60vh;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:991.98px) {
    #index_gamesec div[id^=gamesec_] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 40vh
    }
}

#index_gamesec div[id^=gamesec_] > section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:992px) {
    #index_gamesec div[id^=gamesec_] > section {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

#index_gamesec div[id^=gamesec_] h2 {
    text-shadow: 0 3px 3px #000;
    text-align: center;
    color: #fff;
    font-size: 2.625rem;
    line-height: 1.1
}

#index_gamesec div[id^=gamesec_] p {
    text-align: center;
    color: #d8d8d8;
    text-shadow: 0 3px 3px #000
}

#index_gamesec #gamesec_slot {
    background-image: url(../img/index/slot_bg_mo.jpg);
    background-position: 50% 50%
}

@media (min-width:992px) {
    #index_gamesec #gamesec_slot {
        background-image: url(../img/index/slot_bg.jpg);
        background-position: 100% 50%
    }
}

@media (min-width:992px) {
    #index_gamesec #gamesec_slot > section {
        margin-left: 50%
    }
}

#index_gamesec #gamesec_fish {
    background-image: url(../img/index/fish_bg_mo.jpg);
    background-position: 100% 50%;
    background-position: 50% 50%
}

@media (min-width:992px) {
    #index_gamesec #gamesec_fish {
        background-image: url(../img/index/fish_bg.jpg);
        background-position: 100% 50%
    }
}

.show {
    opacity: 1
}

#heroban {
    padding: 8rem 0 0
}

@media (min-width:992px) {
    #heroban {
        padding: 6rem 0 3rem
    }
}

#heroban #hero_txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%;
    padding: 5.125rem 0 0
}

@media (min-width:992px) {
    #heroban #hero_txt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%;
        padding: 8rem 0 3rem
    }
}

#heroban p {
    color: #fff;
    text-align: center
}

#contact #heroban, #slots_showcase #heroban {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

    #contact #heroban .controw, #slots_showcase #heroban .controw {
        background-position: 30% 100%;
        background-repeat: no-repeat
    }

@media (max-width:1399.98px) {
    #contact #heroban .controw, #slots_showcase #heroban .controw {
        background-size: contain
    }
}

@media (min-width:1400px) {
    #contact #heroban .controw, #slots_showcase #heroban .controw {
        background-position: 38% 100%;
        background-repeat: no-repeat;
        background-size: contain
    }
}

#contact #heroban #hero_txt, #slots_showcase #heroban #hero_txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%;
    padding: 2rem 0
}

@media (min-width:992px) {
    #contact #heroban #hero_txt, #slots_showcase #heroban #hero_txt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        margin-left: 58.33333%;
        padding: 3rem 0
    }
}

#contact #heroban #hero_txt h4, #slots_showcase #heroban #hero_txt h4 {
    padding: 0 0 1.3rem;
    color: #fff;
    text-shadow: 0 3px 3px #000
}

@media (max-width:1399.98px) {
    #contact #heroban #hero_txt h4, #slots_showcase #heroban #hero_txt h4 {
        text-align: center
    }
}

@media (max-width:991.98px) {
    #slots_showcase #heroban {
        padding-top: 3rem
    }
}

@media (min-width:992px) {
    #slots_showcase #heroban {
        padding: 0
    }
}

#slots_showcase #heroban #hero_txt h1 {
    width: 100%;
    height: 14.375rem;
    text-indent: -999rem;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width:991.98px) {
    #slots_showcase #heroban #hero_txt h1 {
        width: 100%;
        height: 7rem
    }
}

#slots_showcase #heroban #hero_txt h1:after {
    display: none
}

.swiper-container {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (max-width:991.98px) {
    .swiper-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%
    }
}

.swiper-container img {
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear
}

@media (max-width:575.98px) {
    #index_slider .swiper-container img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.swiper-container .swiper-slide:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width:575.98px) {
    #index_slider .swiper-container .swiper-slide:hover img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@media (min-width:576px) and (max-width:1399.98px) {
    #index_slider .swiper-container .swiper-slide:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.swiper-container .swiper-pagination {
    bottom: 5vh
}

@media (max-width:991.98px) {
    .swiper-container .swiper-pagination {
        bottom: 0.5rem
    }
}

.swiper-container .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background-color: #848484;
    opacity: 1
}

.swiper-container .swiper-pagination-bullet-active {
    background-color: #ef3340
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    width: 1.56rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 30;
    content: "";
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer
}

@media (min-width:768px) {
    .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
        width: 3.125rem
    }
}

.swiper-container .swiper-button-prev {
    left: 5%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.5 26' preserveAspectRatio='xMinYMin meet'%3e%3cpath d='M.4 12.3L21.5 0v1.8L2.4 13l19.1 11.2V26L.4 13.7c-.3-.1-.4-.4-.4-.7 0-.3.1-.5.4-.7z' opacity='.75' fill='%23fff'/%3e%3c/svg%3e")
}

@media (min-width:768px) {
    .swiper-container .swiper-button-prev {
        left: 10%
    }
}

.swiper-container .swiper-button-next {
    right: 5%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.5 26' preserveAspectRatio='xMinYMin meet'%3e%3cpath d='M21.1 12.3L0 0v1.8L19.1 13 0 24.2V26l21.1-12.3c.2-.1.4-.4.4-.7 0-.3-.2-.5-.4-.7z' opacity='.75' fill='%23fff'/%3e%3c/svg%3e")
}

@media (min-width:768px) {
    .swiper-container .swiper-button-next {
        right: 10%
    }
}

@media (min-width:1400px) {
    #hero_sec .contwrap {
        max-width: 1366px
    }
}

#hero_sec .hero_tabs, #hero_sec .tab-content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    #hero_sec ul.nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hero_tabs {
    padding-top: 10vh
}

@media (max-width:767.98px) {
    .hero_tabs {
        padding-top: 9vh
    }
}

@media (max-width:991.98px) {
    .hero_tabs {
        padding-bottom: 1.875rem
    }
}

.hero_tabs h1 {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain
}

@media (min-width:768px) {
    .hero_tabs h1 {
        min-width: 33vw
    }
}

.hero_tabs h1 span {
    position: relative;
    opacity: 0;
    -webkit-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
    font-size: 2rem;
    line-height: 1
}

    .hero_tabs h1 span:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 40%
    }

    .hero_tabs h1 span > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

@media (min-width:768px) {
    .hero_tabs h1 span {
        position: relative;
        font-size: 4rem
    }

        .hero_tabs h1 span:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 20%
        }

        .hero_tabs h1 span > :first-child {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0
        }

    .sc .hero_tabs h1 span {
        font-size: 6.5rem
    }

    .tc .hero_tabs h1 span {
        font-size: 6.5rem
    }
}

.hero_tabs .nav-tabs {
    border-bottom: none
}

    .hero_tabs .nav-tabs .nav-item {
        border-right: 1px solid #fff
    }

#fishermen .hero_tabs .nav-tabs .nav-item {
    border-right: 1px solid #595959
}

    #fishermen .hero_tabs .nav-tabs .nav-item:last-of-type {
        border-right: none
    }

.hero_tabs .nav-tabs .nav-item:last-of-type {
    border-right: none
}

.hero_tabs .nav-link {
    background-color: #595959;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: none;
    -webkit-transition: background 350ms linear;
    -o-transition: background 350ms linear;
    transition: background 350ms linear
}

@media (max-width:991.98px) {
    .hero_tabs .nav-link {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.hero_tabs .nav-link.active, .hero_tabs .nav-link:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e52d27), color-stop(87%, rgba(179, 18, 23, 0.9)));
    background-image: -webkit-linear-gradient(top, #e52d27 0%, rgba(179, 18, 23, 0.9) 87%);
    background-image: -o-linear-gradient(top, #e52d27 0%, rgba(179, 18, 23, 0.9) 87%);
    background-image: linear-gradient(to bottom, #e52d27 0%, rgba(179, 18, 23, 0.9) 87%);
    background-repeat: repeat-x;
    background-color: #595959
}

.hero_tabs .nav-link:before {
    width: 2rem;
    height: 2rem;
    content: "";
    display: block;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain
}

.hero_tabs .nav-link#video-tab:before {
    margin-top: -0.125rem;
    margin-left: 0.5rem;
    width: 2.25rem;
    height: 2.25rem;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 98.6 111.3' preserveAspectRatio='xMinYMin meet'%3e%3cpath d='M27.2 28v9.2l16-9.2v-9.2L12.6 1.1C7-2.1 0 1.9 0 8.4v72.1l59.1-34.1 16 9.2L40 75.9 16 89.7v-9.2L0 89.8v13.4c.2 6.3 7.1 10.1 12.5 6.9l81.8-47.2c5.6-3.2 5.6-11.3 0-14.5L75 37.2 59 28 16 52.9V21.5L27.2 28z' fill='%23fff'/%3e%3c/svg%3e")
}

.hero_tabs .nav-link#desktop-tab:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 26' preserveAspectRatio='xMinYMin meet'%3e%3cg data-name='Layer 2'%3e%3cpath d='M26.17 0H1.83A1.87 1.87 0 0 0 0 1.91v18.18A1.87 1.87 0 0 0 1.83 22h10.61a3.23 3.23 0 0 0-.44 0v2a3.23 3.23 0 0 0 .44 0H8v2h12v-2h-4.44a3.23 3.23 0 0 0 .44 0v-2a3.23 3.23 0 0 0-.44 0h10.61A1.87 1.87 0 0 0 28 20.09V1.91A1.87 1.87 0 0 0 26.17 0zM26 20H2V2h24z' fill='%23fff' data-name='Layer 1'/%3e%3c/g%3e%3c/svg%3e")
}

.hero_tabs .nav-link#mobile-tab:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' preserveAspectRatio='xMinYMin meet'%3e%3cg data-name='Layer 2'%3e%3cpath d='M14.12 0H1.88A1.87 1.87 0 0 0 0 1.83v22.34A1.87 1.87 0 0 0 1.88 26h12.24A1.87 1.87 0 0 0 16 24.17V1.83A1.87 1.87 0 0 0 14.12 0zM9.5 5h-3a1 1 0 0 1 0-2h3a1 1 0 0 1 0 2z' fill='%23fff' data-name='Layer 1'/%3e%3c/g%3e%3c/svg%3e")
}

.hero_tabs .nav-link#mobilehori-tab:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16' preserveAspectRatio='xMinYMin meet'%3e%3cg data-name='Layer 2'%3e%3cpath d='M0 1.88v12.24A1.87 1.87 0 0 0 1.83 16h22.34A1.87 1.87 0 0 0 26 14.12V1.88A1.87 1.87 0 0 0 24.17 0H1.83A1.87 1.87 0 0 0 0 1.88zM5 6.5v3a1 1 0 0 1-2 0v-3a1 1 0 0 1 2 0z' fill='%23fff' data-name='Layer 1'/%3e%3c/g%3e%3c/svg%3e")
}

#trailer {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    #trailer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%
    }
}

#trailer .trailer_scn {
    margin: 0 auto;
    position: relative;
    max-width: 970px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: contain
}

    #trailer .trailer_scn:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.17978%
    }

    #trailer .trailer_scn > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

@media (max-width:1399.98px) {
    #trailer .trailer_scn {
        background-size: contain
    }
}

#trailer .btn_play_wrap {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55)
}

    #trailer .btn_play_wrap:hover .btn_play {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

.btn_play {
    background-color: rgba(239, 51, 64, 0.6);
    border-radius: 50%;
    border: none;
    width: 6rem;
    height: 6rem;
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear
}

@media (max-width:991.98px) {
    .btn_play {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.btn_play:before {
    margin-left: 0.4rem;
    width: 3.25rem;
    height: 3.25rem;
    content: "";
    display: block;
    border: none;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 98.6 111.3' preserveAspectRatio='xMinYMin meet'%3e%3cpath d='M27.2 28v9.2l16-9.2v-9.2L12.6 1.1C7-2.1 0 1.9 0 8.4v72.1l59.1-34.1 16 9.2L40 75.9 16 89.7v-9.2L0 89.8v13.4c.2 6.3 7.1 10.1 12.5 6.9l81.8-47.2c5.6-3.2 5.6-11.3 0-14.5L75 37.2 59 28 16 52.9V21.5L27.2 28z' fill='%23fff'/%3e%3c/svg%3e")
}

.sect_til {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%
}

@media (min-width:992px) {
    .sect_til {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%
    }
}

#coming #heroban, #error #heroban {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%
}

@media (min-width:992px) {
    #coming #heroban, #error #heroban {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0
    }
}

#coming #heroban .contwrap, #error #heroban .contwrap {
    min-height: 50vh
}

@media (min-width:992px) {
    #coming #heroban .contwrap, #error #heroban .contwrap {
        min-height: 90vh
    }
}

@media (max-width:1399.98px) {
    #coming #heroban .contwrap, #error #heroban .contwrap {
        padding: 5.125rem 0
    }
}

#coming #heroban #hero_til, #coming #heroban #hero_txt, #error #heroban #hero_til, #error #heroban #hero_txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 0
}

@media (min-width:992px) {
    #coming #heroban #hero_til, #coming #heroban #hero_txt, #error #heroban #hero_til, #error #heroban #hero_txt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0
    }
}

@media (max-width:1399.98px) {
    #coming #heroban #hero_txt, #error #heroban #hero_txt {
        padding: 0
    }
}

@media (min-width:992px) {
    #coming #heroban #hero_txt, #error #heroban #hero_txt {
        padding: 0 0 3rem
    }
}

#coming #heroban h1, #error #heroban h1 {
    color: #fff;
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive;
    line-height: 1.1;
    font-weight: 400;
    font-size: 4.5rem
}

@media (max-width:991.98px) {
    #coming #heroban h1, #error #heroban h1 {
        font-size: 3rem;
        text-align: center
    }
}

#coming #heroban h3, #error #heroban h3 {
    color: #fff;
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    font-size: 2.625rem
}

@media (min-width:992px) {
    #coming #heroban h3, #error #heroban h3 {
        text-align: left
    }
}

@media (max-width:1399.98px) {
    #coming #heroban h3, #error #heroban h3 {
        font-size: 1.3125rem
    }
}

#coming #heroban h3:after, #error #heroban h3:after {
    width: 60px;
    height: 6px;
    padding: 0.8rem 0;
    display: block;
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8'%3e%3crect data-name='head_deco' width='80' height='8' rx='4' ry='4' fill='%23ef3340'/%3e%3c/svg%3e");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

#coming #heroban p, #error #heroban p {
    text-align: center
}

#media_centre .contwrap {
    max-width: 1366px
}

#media_centre p.date {
    text-align: left;
    color: #ada3a3
}

#media_centre .year_menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (max-width:1399.98px) {
    #media_centre .year_menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%
    }
}

#media_centre .year_menu ul {
    font-family: "Roboto", "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 0 0 1rem
}

#media_centre .year_menu li {
    font-size: 1.5rem;
    padding: 0.625rem 1.3rem
}

    #media_centre .year_menu li a {
        color: #fff;
        text-decoration: none
    }

        #media_centre .year_menu li a:after, #media_centre .year_menu li a:before {
            content: "";
            display: block;
            top: calc(85% + 5px);
            width: 0;
            right: 0;
            height: 3px
        }

        #media_centre .year_menu li a:hover:after, #media_centre .year_menu li a:hover:before {
            width: 100%
        }

        #media_centre .year_menu li a:after {
            -webkit-transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
            -o-transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
            transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
            background: #ef3340
        }

#media_centre .feed {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 0.1875rem #ef3340 solid
}

@media (max-width:1399.98px) {
    #media_centre .feed {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%
    }
}

#media_centre .feed a {
    color: white;
    text-decoration: none
}

@media (min-width:1400px) {
    #media_centre .year {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:768px) and (max-width:1399.98px) {
    #media_centre .year {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    #media_centre .year {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

#media_centre .year:hover * {
    -webkit-transition: all 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    -o-transition: all 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    transition: all 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83)
}

#media_centre .year:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 3px #ef3340;
    box-shadow: 0 3px #ef3340
}

#media_centre .year:hover p {
    background-color: #ef3340;
    color: #fff
}

#media_centre h4.feed_topic {
    font-size: 1.5rem;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#media_details .contwrap {
    max-width: 1366px
}

#media_details article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%
}

@media (min-width:992px) {
    #media_details article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%
    }
}

#media_details article h3, #media_details article h4, #media_details article h5, #media_details article h6 {
    color: #ef3340;
    line-height: 1.3
}

#media_details article h3 {
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive;
    font-size: 2.625rem
}

    #media_details article h3 span {
        display: block;
        font-size: 1.2rem
    }

#media_details article p {
    color: #fff
}

#media_details article .media-try {
    font-size: "Roboto", "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

    #media_details article .media-try a {
        color: #fff
    }

        #media_details article .media-try a:after, #media_details article .media-try a:before {
            display: inline-block;
            color: #ef3340
        }

        #media_details article .media-try a:before {
            content: ">>"
        }

        #media_details article .media-try a:after {
            content: "<<"
        }

        #media_details article .media-try a:hover {
            text-decoration: underline
        }

#services .grad {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(32, 33, 35, 0.6)), to(rgba(239, 51, 64, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(32, 33, 35, 0.6) 50%, rgba(239, 51, 64, 0.4) 100%);
    background-image: -o-linear-gradient(top, rgba(32, 33, 35, 0.6) 50%, rgba(239, 51, 64, 0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(32, 33, 35, 0.6) 50%, rgba(239, 51, 64, 0.4) 100%);
    background-repeat: repeat-x
}

@media (min-width:768px) {
    #services .grad {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 33, 35, 0)), color-stop(50%, rgba(32, 33, 35, 0.6)), to(rgba(239, 51, 64, 0.5))), url("../img/service/bg.jpg");
        background-image: -webkit-linear-gradient(top, rgba(32, 33, 35, 0) 0%, rgba(32, 33, 35, 0.6) 50%, rgba(239, 51, 64, 0.5) 100%), url("../img/service/bg.jpg");
        background-image: -o-linear-gradient(top, rgba(32, 33, 35, 0) 0%, rgba(32, 33, 35, 0.6) 50%, rgba(239, 51, 64, 0.5) 100%), url("../img/service/bg.jpg");
        background-image: linear-gradient(180deg, rgba(32, 33, 35, 0) 0%, rgba(32, 33, 35, 0.6) 50%, rgba(239, 51, 64, 0.5) 100%), url("../img/service/bg.jpg");
        background-position: 50% 100%, 50% 50%;
        background-repeat: no-repeat, no-repeat;
        background-size: 100%, cover
    }
}

#services .contwrap {
    max-width: 1366px
}

@media (max-width:767.98px) {
    #services #heroban {
        padding-bottom: 2.8125rem
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    #services #heroban {
        padding-bottom: 1.875rem
    }
}

#services .intro {
    padding-bottom: 3.75rem;
    text-align: center
}

@media (max-width:575.98px) {
    #services .intro {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%
    }
}

@media (min-width:576px) and (max-width:768px) {
    #services .intro {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 5.625rem
    }
}

@media (min-width:768px) and (max-width:1399.98px) {
    #services .intro {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 5.625rem
    }
}

@media (min-width:1400px) {
    #services .intro {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-bottom: 9.375rem
    }
}

#services .intro figure {
    width: 100%;
    height: 10vh
}

    #services .intro figure[class^=service_icon_] {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain
    }

    #services .intro figure.service_icon_01 {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 113.33 124.14' preserveAspectRatio='xMinYMin meet'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eservice-01%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpath class='cls-1' d='M79.37,74.66l.53,1.9a9.24,9.24,0,1,1-17.78,0l.52-1.9-13.26,0-.13-46.4H6.88A6.89,6.89,0,0,0,0,35.22V74.74H0v42.52a6.89,6.89,0,0,0,6.88,6.88h82a6.94,6.94,0,0,0,1.38-.14l.09,0a8.29,8.29,0,0,0,.85-.25l.34-.13c.24-.1.47-.22.7-.34l.45-.28.24-.18a6,6,0,0,0,.77-.65l.09-.09a7,7,0,0,0,.78-1v0a6.79,6.79,0,0,0,1.2-3.83V74.61ZM3,35.22a3.88,3.88,0,0,1,3.88-3.88H46.25l.13,43.28-9.46,0A12.28,12.28,0,0,0,24.76,61.05h0A12.25,12.25,0,0,0,12.52,73.29a11.28,11.28,0,0,0,.09,1.42L3,74.74Zm0,82V77.74l13.41,0-.2-.7-.34-1.2A9.23,9.23,0,1,1,34,73.29a9.16,9.16,0,0,1-.33,2.45l-.53,1.9h0l13.26,0,.12,43.52H6.88A3.88,3.88,0,0,1,3,117.26Zm46.52,3.88L49.4,79.83V77.74l9.47,0a12.23,12.23,0,1,0,24.39,1.35,13.52,13.52,0,0,0-.08-1.42l9.63,0V78.9l0,38.35a3.9,3.9,0,0,1-3.89,3.89Z'/%3e%3cpath class='cls-1' d='M112.73,18.94a6.78,6.78,0,0,0-3.82-3.63L69.13,0,52.67,43.1l-1.22,3.17,11.66,4.46c-.2.4-.39.81-.55,1.23A12.26,12.26,0,0,0,74,68.6a12.29,12.29,0,0,0,5-1.06,12.14,12.14,0,0,0,6.45-6.79,13.46,13.46,0,0,0,.44-1.36L97.6,63.88,112.87,24.2A6.81,6.81,0,0,0,112.73,18.94Zm-2.66,4.19L95.88,60,83.35,55.24l-.18,2a9.23,9.23,0,1,1-16.62-6.33l1.18-1.59L55.34,44.54,70.86,3.88l37,14.23a3.9,3.9,0,0,1,2.23,5Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
    }

    #services .intro figure.service_icon_02 {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 105.5 110.91' preserveAspectRatio='xMinYMin meet'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eservice-02%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpath class='cls-1' d='M98,36.16H11.69C8.3,36.16,3.49,35,3.05,33c0-.24,0-.48,0-.72a.5.5,0,0,1,0-.13,1.51,1.51,0,0,1,.18-.36,2.18,2.18,0,0,1,.26-.36q.17-.18.36-.36c.14-.13.29-.24.44-.36l.25-.18.08-.06.11-.08q.29-.17.57-.3L5.51,30l.26-.12.4-.19.75-.37L79.32,3.16a1.79,1.79,0,0,1,1.74.13A3.29,3.29,0,0,1,82.12,6V31.66h3V6A6.16,6.16,0,0,0,82.79.83,4.82,4.82,0,0,0,78.3.33L8.81,25.43l-.19.07h0l-2.81,1-.21.1c-.23.12-.46.24-.7.35l-.73.34a8.66,8.66,0,0,0-.91.47L2.86,28l-.32.24a8.06,8.06,0,0,0-.64.52,7.23,7.23,0,0,0-.61.63,5.34,5.34,0,0,0-.56.74,5.36,5.36,0,0,0-.44.9,3,3,0,0,0-.12.4,2.21,2.21,0,0,0-.08.37h0v.07a4.51,4.51,0,0,0-.07.73,4.36,4.36,0,0,0,0,.51.64.64,0,0,1,0,.07c0,2.36,0,4.64,0,6.44v63.75a7.5,7.5,0,0,0,7.5,7.5H46.27v-3H7.5a4.5,4.5,0,0,1-4.5-4.5V39.66C3,38.9,3,38,3,37.13a19.5,19.5,0,0,0,8.68,2H98a4.51,4.51,0,0,1,4.5,4.5v7.9h3v-7.9A7.51,7.51,0,0,0,98,36.16Z'/%3e%3cpath class='cls-1' d='M102.5,56.07l-48.26.12H50.63l0,13.93A13.26,13.26,0,0,0,49,70,13.47,13.47,0,1,0,49,97a14.55,14.55,0,0,0,1.75-.11l0,11.07h0v3H98a7.5,7.5,0,0,0,7.5-7.5V56h-3Zm0,47.34a4.5,4.5,0,0,1-4.5,4.5H53.76l0-14.89-1.9.54a10.47,10.47,0,1,1-.06-20.16l1.9.53,0-14.73,48.87-.13Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
    }

    #services .intro figure.service_icon_03 {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110.46 110.46' preserveAspectRatio='xMinYMin meet'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eservice-03%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpath class='cls-1' d='M110.35,58.49c0-.15,0-.3,0-.45.05-.88.07-1.76.07-2.65,0,0,0-.11,0-.16h0c0-.94,0-1.88-.08-2.81,0-.12,0-.23,0-.34,0-.83-.11-1.66-.19-2.48v0A55.26,55.26,0,0,0,60.92.29h-.06C60.05.2,59.23.14,58.41.1L58,.07C57.11,0,56.17,0,55.23,0h0c-.94,0-1.88,0-2.81.07l-.34,0c-.83,0-1.66.1-2.48.19h0A55.23,55.23,0,0,0,.3,49.48a.5.5,0,0,1,0,.12Q.18,50.79.1,52c0,.15,0,.3,0,.45C0,53.3,0,54.18,0,55.07v.16H0c0,.94,0,1.87.07,2.81l0,.34c0,.83.1,1.65.19,2.47v0a55.21,55.21,0,0,0,49.25,49.26h.05c.82.08,1.64.14,2.46.19l.36,0c.94.05,1.87.08,2.82.08h0c.94,0,1.87,0,2.81-.08l.33,0c.83,0,1.66-.11,2.48-.19h0A55.23,55.23,0,0,0,110.15,61a.51.51,0,0,0,0-.13C110.25,60.07,110.31,59.28,110.35,58.49Zm-2.9-3.1c0,.83,0,1.67-.06,2.5,0,.14,0,.28,0,.42,0,.75-.1,1.5-.17,2.24a.5.5,0,0,0,0,.12,51.78,51.78,0,0,1-4.85,17.13L89.2,69.46a36.56,36.56,0,0,0,2.65-10.41V59h0c0-.53.09-1,.12-1.58a2.46,2.46,0,0,1,0-.28v0c0-.56,0-1.12,0-1.68,0-.06,0-.12,0-.19h0c0-.06,0-.13,0-.19,0-.56,0-1.12,0-1.68v0a2.46,2.46,0,0,1,0-.28c0-.53-.07-1-.12-1.58h0V51.4a36.61,36.61,0,0,0-3.18-11.6L102,31.93a51.74,51.74,0,0,1,5.23,17.94v0c.07.78.13,1.56.17,2.35l0,.31c0,.88.06,1.77.07,2.66C107.46,55.28,107.45,55.33,107.45,55.39Zm-46.89,51.8c-.78.07-1.57.13-2.36.17l-.31,0c-.88,0-1.77.07-2.66.07s-1.78,0-2.67-.07l-.35,0c-.78,0-1.55-.1-2.31-.17h-.07A51.86,51.86,0,0,1,31.92,102l7.87-13.28A36.67,36.67,0,0,0,51.4,91.85h.07c.53.06,1.06.1,1.59.13l.27,0h0c.59,0,1.18,0,1.77,0h.11c.63,0,1.25,0,1.87,0l.29,0c.53,0,1.06-.07,1.59-.13h.08a36.68,36.68,0,0,0,11.6-3.18L78.54,102a51.91,51.91,0,0,1-18,5.23ZM3.27,60.56c-.08-.78-.13-1.56-.18-2.35,0-.11,0-.21,0-.32C3,57,3,56.12,3,55.23v-.16c0-.84,0-1.67.07-2.5,0-.14,0-.28,0-.42,0-.75.09-1.5.17-2.24,0,0,0-.08,0-.12A51.67,51.67,0,0,1,8.14,32.65L21.27,41c-.14.33-.27.67-.4,1l-.22.57h0c-.14.38-.27.76-.39,1.15-.06.19-.13.37-.19.56h0c-.12.36-.21.73-.32,1.1l-.18.64h0c-.09.34-.16.69-.24,1s-.12.49-.17.73h0c-.07.35-.13.7-.19,1.06s-.1.49-.14.75h0c0,.35-.09.71-.13,1.07s-.07.51-.1.77h0c0,.34-.05.68-.08,1s-.05.56-.06.84h0c0,.31,0,.62,0,.93v0c0,.3,0,.6,0,.9h0c0,.63,0,1.25.05,1.87v0a2.45,2.45,0,0,0,0,.27q0,.8.12,1.59h0s0,.05,0,.08a36.17,36.17,0,0,0,2.65,10.4L8.14,77.8A51.71,51.71,0,0,1,3.27,60.59ZM49.9,3.27c.77-.08,1.56-.13,2.35-.18l.31,0C53.44,3,54.33,3,55.23,3s1.78,0,2.66.07l.36,0c.77.05,1.54.1,2.3.18h.07A51.89,51.89,0,0,1,77.81,8.14L69.47,21.26a36.58,36.58,0,0,0-10.4-2.65H59q-.79-.08-1.59-.12l-.29,0c-.62,0-1.24-.05-1.87-.05h0l-.79,0-1.1,0c-.26,0-.52,0-.78.06s-.73,0-1.08.08l-.88.11-1,.12-.81.15c-.33.06-.67.11-1,.18s-.78.18-1.17.27l-.6.14c-.47.12-.92.25-1.38.39l-.37.11c-.5.15-1,.32-1.48.5l-.23.08c-.45.16-.89.34-1.34.53l-.33.13h0l-1.11.5L31.92,8.51A51.81,51.81,0,0,1,49.87,3.27ZM36.4,23.6l-.25.15c-1,.58-1.89,1.21-2.79,1.88l-.15.1q-.66.49-1.29,1l-.1.08c-.43.35-.85.72-1.26,1.09l-.08.07c-.36.33-.72.68-1.08,1l-.2.19c-.74.74-1.44,1.52-2.12,2.32l-.25.29q-.41.49-.78,1l-.32.4c-.3.41-.59.82-.87,1.24-.05.07-.11.14-.15.21-.26.37-.5.76-.74,1.14l-.22.35c-.22.36-.43.73-.64,1.1l-.25.44-.3.58L9.53,30a52.6,52.6,0,0,1,19.75-20l7.85,13.25ZM29.2,81.27a36.93,36.93,0,0,0,7.92,6l-7.84,13.23a52.53,52.53,0,0,1-19.75-20l13-8.27A37,37,0,0,0,29.2,81.27ZM54.38,89c-.3,0-.59,0-.88,0l-.24,0-.75,0-.73-.06h0l-1.28-.17-.38,0c-.54-.08-1.07-.17-1.6-.28h-.06c-1.09-.23-2.16-.5-3.21-.83h0A33.92,33.92,0,0,1,25.66,71.61a2.54,2.54,0,0,1-.16-.28c-.23-.42-.45-.84-.66-1.27l-.09-.18c-.17-.36-.33-.72-.49-1.08l-.19-.42c-.12-.3-.24-.6-.35-.9s-.18-.42-.26-.64-.16-.5-.25-.74-.19-.55-.28-.83l-.18-.64c-.09-.32-.19-.64-.28-1L22.32,63c-.08-.32-.16-.63-.22-.95s-.1-.53-.14-.79-.12-.58-.16-.87-.07-.52-.1-.78-.09-.61-.12-.91,0-.43,0-.65-.05-.62-.07-.94a.71.71,0,0,0,0-.14c0-.22,0-.45,0-.68s0-.69,0-1,0-.57,0-.86,0-.59,0-.88l.06-.72,0-.37c0-.21,0-.42,0-.63s0-.25.05-.38c.05-.44.1-.87.17-1.29v0a.43.43,0,0,0,0,0c.08-.54.18-1.08.29-1.61a.36.36,0,0,1,0-.1q.16-.78.36-1.53a.14.14,0,0,1,0-.07c.13-.52.27-1,.43-1.54v0A34,34,0,0,1,45.18,22.93h0a31.47,31.47,0,0,1,3.21-.83h.06c.53-.11,1.06-.21,1.6-.29l.38-.05,1.31-.17.74,0,1-.08.89,0,.85,0c.58,0,1.15,0,1.72,0l.2,0,.76.06.77,0a33.92,33.92,0,0,1,27,18.91l0,.09c.2.41.39.83.57,1.25a2.56,2.56,0,0,1,.11.24c.18.41.34.83.49,1.25l.12.29c.13.35.24.71.36,1.07.06.16.12.33.17.5s.18.61.26.91.14.46.2.69.13.55.19.83.13.54.19.81.08.47.12.71.13.63.18.95,0,.38.07.56c0,.35.09.7.13,1,0,0,0,.06,0,.09,0,.23,0,.47,0,.7s0,.48.06.72a3,3,0,0,1,0,.31c0,.29,0,.59,0,.89s0,.48,0,.72c0,0,0,.07,0,.11,0,.35,0,.69,0,1s0,.46,0,.68c0,0,0,.1,0,.14,0,.32,0,.63-.07.94s0,.43,0,.65c0,.38-.09.75-.14,1.13,0,.18,0,.37-.07.56-.07.42-.15.84-.23,1.25,0,.14,0,.28-.07.41-.09.44-.2.88-.31,1.31a3,3,0,0,1-.07.32c-.11.45-.24.89-.38,1.32,0,.1,0,.19-.08.29-.14.46-.3.92-.46,1.38a1.46,1.46,0,0,0-.07.19c-.15.42-.32.83-.49,1.24,0,.09-.07.2-.11.29-.21.48-.42.95-.64,1.41a.36.36,0,0,0,0,.09c-.22.44-.44.88-.67,1.31l-.08.15c-.24.44-.49.87-.75,1.3l-.06.12c-.26.42-.53.83-.81,1.25l-.08.12q-.9,1.34-1.92,2.58l0,0c-.27.33-.56.65-.84,1-.08.08-.15.17-.23.26-.3.34-.62.66-.94,1l-.18.2c-.3.3-.62.6-.94.89l-.23.23-1.08.93-.15.13c-.35.29-.71.56-1.06.84a1.84,1.84,0,0,0-.22.17l-1.13.8-.19.14c-.42.28-.85.56-1.29.82l-.09.06-1.17.68-.24.14-1,.53c-.14.07-.28.15-.42.21-.37.18-.75.35-1.13.51l-.37.17c-.39.17-.78.32-1.18.47l-.35.14c-.95.34-1.92.65-2.9.91l-.28.08-1.23.28-.4.1c-.4.08-.8.14-1.21.21l-.46.08c-.41.07-.82.11-1.23.16l-.41,0h0l-1.25.1h-.22L57,89c-.33,0-.67,0-1,0h-.71Zm26.89-7.76a37.13,37.13,0,0,0,6.64-9.06l13,8.27a52.53,52.53,0,0,1-19.75,20L73.33,87.29A37.09,37.09,0,0,0,81.27,81.26Zm0-52.06a36.84,36.84,0,0,0-9.06-6.65l8.27-13a52.6,52.6,0,0,1,20,19.75L87.29,37.13A36.74,36.74,0,0,0,81.27,29.2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
    }

    #services .intro figure.service_icon_04 {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94.48 110.48' preserveAspectRatio='xMinYMin meet'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bopacity:0.9;%7d.cls-2%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eservice-04%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg class='cls-1'%3e%3cpath class='cls-2' d='M87,0H17a7.47,7.47,0,0,0-7,5h3.32A4.48,4.48,0,0,1,17,3H87a4.51,4.51,0,0,1,4.5,4.5v86a4.5,4.5,0,0,1-2,3.73A5.83,5.83,0,0,1,88,100.92a7.5,7.5,0,0,0,6.46-7.42V7.5A7.5,7.5,0,0,0,87,0Z'/%3e%3c/g%3e%3cg class='cls-1'%3e%3cpath class='cls-2' d='M77.5,110.48H7.5A7.5,7.5,0,0,1,0,103V17a7.51,7.51,0,0,1,7.5-7.5h70A7.51,7.51,0,0,1,85,17v86A7.5,7.5,0,0,1,77.5,110.48Zm-70-98A4.51,4.51,0,0,0,3,17v86a4.5,4.5,0,0,0,4.5,4.5h70A4.5,4.5,0,0,0,82,103V17a4.51,4.51,0,0,0-4.5-4.5Z'/%3e%3c/g%3e%3cpath class='cls-2' d='M29.82,95.26a2.15,2.15,0,0,1-.7-.12l-10.63-4a2,2,0,1,1,1.39-3.75l9,3.35L37.75,75A2,2,0,0,1,40,74l12.79,3L64.19,61.08a2,2,0,1,1,3.25,2.33l-12.22,17a2,2,0,0,1-2.09.78l-12.62-3-8.95,16A2,2,0,0,1,29.82,95.26Z'/%3e%3cpath class='cls-2' d='M42.5,27.21A13.39,13.39,0,1,1,29.11,40.6,13.41,13.41,0,0,1,42.5,27.21m0-3A16.39,16.39,0,1,0,58.89,40.6,16.39,16.39,0,0,0,42.5,24.21Z'/%3e%3cpolygon class='cls-2' points='57.37 42.1 41 42.1 41 25.52 44 25.52 44 39.1 57.37 39.1 57.37 42.1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
    }

    #services .intro figure.service_icon_05 {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 126.96 101.04' preserveAspectRatio='xMinYMin meet'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eservice-05%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpath class='cls-1' d='M13,53.12c0,.43,0,.86.08,1.28s.07.85.11,1.28c0,.16,0,.31,0,.47l.06.47c.05.46.11.93.18,1.39l0,.19a49.76,49.76,0,0,0,7.13,19.16l-.62-.12.62.13s0,0,0,0c1.24.24,2.56.43,4,.57h0a46.85,46.85,0,0,1-5.63-10.52H44.21c.42,3,.95,5.92,1.59,8.64.08.38.17.75.26,1.12.25,1,.51,2,.79,2.93-.27-1-.53-1.94-.77-2.94,1-.14,2-.3,2.94-.47h0a87.53,87.53,0,0,1-1.8-9.27H79.74a.13.13,0,0,1,0,.06h0l.11,0,0,0h0l3-1.35,3.52-1.65H83.14a126.13,126.13,0,0,0,.75-13.91c0-.46,0-.93,0-1.39,0-.78,0-1.55,0-2.31,0-.51,0-1,0-1.53,0-.72-.07-1.43-.11-2.14s-.1-1.61-.16-2.41c-.1-1.4-.23-2.77-.38-4.12h25.78a48,48,0,0,1,1.34,5.5c.07.39.14.78.19,1.18s.14.89.19,1.34c.09.74.17,1.49.22,2.24,0,.32,0,.65.06,1h0c.16-.15.31-.3.46-.46.69-.7,1.34-1.39,1.94-2.08l.37-.41h0c0-.31-.07-.62-.11-.93s-.08-.62-.13-.93a1.13,1.13,0,0,0,0-.18,49.87,49.87,0,0,0-7.11-19.17h0A51.12,51.12,0,0,0,94.63,10.74h0A49.38,49.38,0,0,0,77.22,1.9c-1-.28-1.93-.52-2.91-.73-.5-.12-1-.22-1.51-.31S71.72.66,71.17.58L71,.55C70.21.44,69.43.34,68.65.26L67.37.15c-.43,0-.85-.06-1.28-.08S65.35,0,65,0s-1,0-1.49,0h-.32c-.38,0-.75,0-1.12,0-.79,0-1.57.05-2.34.11h-.1L58.33.26c-.79.08-1.57.17-2.34.29a1.13,1.13,0,0,0-.18,0c-.63.1-1.27.2-1.89.33-1.26.23-2.5.52-3.72.86q-.83.22-1.65.48a50.59,50.59,0,0,0-34.2,36.48h0c-.32,1.35-.59,2.72-.79,4.1s-.34,2.53-.43,3.8c-.07.85-.11,1.71-.13,2.58,0,.43,0,.87,0,1.3s0,1,0,1.49S13,52.75,13,53.12Zm5,11.3a46,46,0,0,1-1.34-5.5c-.14-.78-.26-1.56-.36-2.36a.77.77,0,0,1,0-.15c-.09-.74-.16-1.49-.22-2.24,0-.32-.05-.64-.06-1a4.93,4.93,0,0,1,0-.55c0-.71,0-1.42,0-2.13v0c0-.75,0-1.51.06-2.26,0-.14,0-.28,0-.43,0-.31,0-.61.06-.92q.09-1.2.24-2.4c0-.39.1-.79.17-1.18s.12-.79.19-1.18a48,48,0,0,1,1.34-5.5H43.83a126.26,126.26,0,0,0-.75,13.91c0,.47,0,.94,0,1.41,0,.75,0,1.5,0,2.24,0,.53,0,1.06,0,1.59,0,.72.07,1.43.11,2.13s.1,1.61.16,2.41c.1,1.4.23,2.77.38,4.12Zm28.81,0c-.13-1.09-.24-2.19-.34-3.31s-.17-2.27-.24-3.42c0-.79-.08-1.57-.11-2.37s-.05-1.43-.06-2.16c0-.38,0-.77,0-1.16s0-1,0-1.48a121.37,121.37,0,0,1,.77-13.91H80.12c.08.69.16,1.39.22,2.1,0,.13,0,.26,0,.4.05.63.11,1.26.16,1.9s.11,1.55.15,2.33.08,1.57.11,2.37,0,1.44.06,2.17c0,.39,0,.78,0,1.17s0,1,0,1.46a124.18,124.18,0,0,1-.75,13.79.5.5,0,0,1,0,.12ZM74.29,4.24c.69.16,1.38.33,2.07.53s1.19.35,1.78.54,1,.34,1.53.52a47.32,47.32,0,0,1,10,5.05h0a47.83,47.83,0,0,1,12.58,12.19,47.13,47.13,0,0,1,5.63,10.53H82.76q-.63-4.55-1.59-8.63c-.08-.38-.17-.76-.26-1.13-.24-.94-.48-1.86-.74-2.76a1.54,1.54,0,0,1,0-.17c-.19-.66-.39-1.3-.59-1.94s-.37-1.14-.56-1.69-.47-1.33-.72-2L78,14.64c-.23-.57-.46-1.12-.7-1.66-.09-.22-.19-.44-.29-.65h0a29.16,29.16,0,0,0-5.71-8.68l.62.1C72.7,3.88,73.5,4.05,74.29,4.24ZM63.46,3h.44a6.52,6.52,0,0,1,1.61.34,6,6,0,0,1,.75.32C69,5,71.62,8.15,73.92,12.86v0c0,.09.08.18.13.27.49,1,1,2.09,1.39,3.24.12.3.23.61.35.93a66.55,66.55,0,0,1,2.12,7,88.22,88.22,0,0,1,1.8,9.28H47.23a.13.13,0,0,1,0-.06h0a83.49,83.49,0,0,1,3.2-14.15h0a46.32,46.32,0,0,1,4.2-9.44c.23-.39.47-.76.72-1.12C57.78,5.24,60.46,3.2,63.09,3ZM52,4.4c1-.26,2-.48,3.07-.66a1.86,1.86,0,0,1,.34-.06l.33-.05a22.11,22.11,0,0,0-2.5,3q-.44.6-.84,1.26A50.29,50.29,0,0,0,46.9,20.72h0a92.29,92.29,0,0,0-2.69,12.88H19.08A47.73,47.73,0,0,1,49.21,5.19C50.13,4.9,51.06,4.64,52,4.4Z'/%3e%3cpath class='cls-1' d='M109.81,64.42h-.89c-.08.27-.16.55-.26.82-.23.73-.49,1.46-.77,2.18A47.73,47.73,0,0,1,77,96.07c-.46.15-.92.27-1.38.39s-1,.25-1.44.36l-1.16.25c-.25.06-.49.11-.74.15l-.62.11-.47.08c3.49-3.45,6.47-9.18,8.67-16.49l.18-.61h0l-.56.22h0l-3,1.1-.1,0,.1,0c-.38,1.15-.78,2.24-1.19,3.28L69.37,95l-.57.56a13.62,13.62,0,0,1-1.32,1.06l-.44.29-.39.23a5.69,5.69,0,0,1-.79.38,8.29,8.29,0,0,1-.79.28,5.53,5.53,0,0,1-.79.16l-.4,0h-.8a6.38,6.38,0,0,1-1.57-.33l-.5-.19a7.59,7.59,0,0,1-.81-.4c-.2-.12-.41-.24-.61-.38a9.19,9.19,0,0,1-.92-.69,18.5,18.5,0,0,1-2-2c-.22-.26-.43-.54-.65-.83s-.38-.52-.57-.8-.43-.64-.64-1h0c-.3-.48-.59-1-.88-1.5s-.6-1.12-.89-1.72c-1,.2-2,.38-3,.55l-.3-.65c.09.22.19.44.29.65A29.56,29.56,0,0,0,55.7,97.4l-.62-.1c-.81-.14-1.61-.31-2.41-.5s-1.58-.38-2.36-.61q-.87-.25-1.74-.54c-.5-.16-1-.34-1.5-.52a47.56,47.56,0,0,1-9.77-5h0c-1.65.1-3.27.15-4.86.16h0a49.36,49.36,0,0,0,14,7.73l1.27.44c.77.26,1.55.5,2.33.71.49.14,1,.27,1.46.38.93.24,1.87.44,2.81.61.54.11,1.08.2,1.63.28a1.13,1.13,0,0,0,.18,0c.78.12,1.55.21,2.34.29l1.28.11h.1c.78.06,1.56.1,2.34.11.47,0,.94,0,1.42,0h0c.5,0,1,0,1.49,0s.74,0,1.11,0c.81,0,1.62-.1,2.42-.18l1.24-.14c1.32-.16,2.62-.37,3.91-.64.73-.15,1.45-.31,2.17-.49l.27-.07,1.35-.37,1.34-.41.77-.26.38-.13q.84-.28,1.65-.6c.71-.27,1.41-.56,2.11-.87l.75-.33c.93-.42,1.84-.88,2.74-1.35l.15-.09a46.78,46.78,0,0,0,4.24-2.56c.33-.21.65-.44,1-.67l.39-.27.17-.12c.45-.33.89-.66,1.33-1l.89-.7.41-.34.15-.12c.29-.25.58-.49.86-.75l.85-.76.92-.86c.23-.22.47-.43.69-.65s.33-.35.5-.53c.44-.45.87-.9,1.29-1.37.72-.79,1.4-1.6,2.06-2.43a49.62,49.62,0,0,0,9.56-19.6h0C111.7,63,110.77,63.73,109.81,64.42Z'/%3e%3cpath class='cls-1' d='M80.07,80.3h0l.92-.37C80.69,80.07,80.38,80.19,80.07,80.3Z'/%3e%3cpath class='cls-1' d='M112.63,62.3c0-.13.06-.26.08-.39,0,.13-.07.26-.09.39Z'/%3e%3cpath class='cls-1' d='M125.18,26.42a15.58,15.58,0,0,0-3.1-3.82c-.32-.29-.66-.58-1-.86a30.26,30.26,0,0,0-12.42-5.29c-.6-.13-1.21-.25-1.83-.35-.87-.16-1.77-.3-2.69-.41q1.44,1.65,2.7,3.41A33.86,33.86,0,0,1,115.88,22,23.83,23.83,0,0,1,118,23.19l.64.45c.31.23.62.47.91.71s.57.5.83.75a12.52,12.52,0,0,1,2.18,2.8c1.69,3,1.84,6.47.44,10.38a26.33,26.33,0,0,1-3,5.84l-.65.94c-.77,1.07-1.63,2.14-2.57,3.21-.35.4-.7.79-1.07,1.18a70,70,0,0,1-8.54,7.62c-2,1.51-4.11,3-21.7,12.8l-1.2.55h0L76.8,73.54c-31.09,12-62,12.42-71.2,1.33q-.45-.56-.84-1.14l-.36-.6c-1.69-3-1.83-6.47-.44-10.38A31.45,31.45,0,0,1,10,53c0-.31,0-.61,0-.91,0-.51,0-1,0-1.55s0-1,0-1.44c0-.15,0-.3,0-.44h0c-.41.42-.8.84-1.19,1.25s-.76.84-1.12,1.26S7,52,6.64,52.41s-.67.84-1,1.25-.62.84-.91,1.26-.56.83-.83,1.25l-.39.62A28.3,28.3,0,0,0,1.89,59.9c-.28.61-.53,1.23-.75,1.84-1.71,4.77-1.49,9.1.65,12.87a15.77,15.77,0,0,0,3.1,3.82c.42.38.86.74,1.32,1.09s1,.69,1.48,1,.86.51,1.31.76c.19.11.39.21.58.3a33.45,33.45,0,0,0,7.2,2.62l.42.11c.65.16,1.32.3,2,.44l1.15.21c.78.13,1.57.25,2.37.35a72,72,0,0,0,9.06.54c13.35,0,29.59-3.16,46.09-9.53A137.45,137.45,0,0,0,100.77,65c1.22-.76,2.41-1.53,3.56-2.3A83,83,0,0,0,117,52.38l.9-.94a36.46,36.46,0,0,0,8-12.15C127.54,34.52,127.32,30.19,125.18,26.42Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
    }

    #services .intro figure.service_icon_06 {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 99.38 111.53' preserveAspectRatio='xMinYMin meet'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eservice-06%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpath class='cls-1' d='M86.31,42.49v-6A36.58,36.58,0,0,0,49.82,0,36.52,36.52,0,0,0,13.34,36.48v6A15.82,15.82,0,0,0,0,58.05v4.1A15.83,15.83,0,0,0,15.82,78h3.82a5.5,5.5,0,0,0,5.5-5.5V47.73a5.5,5.5,0,0,0-5.5-5.5h-3.3V36.48a33.49,33.49,0,0,1,67,0v5.75H79.74a5.51,5.51,0,0,0-5.5,5.5V72.46a5.51,5.51,0,0,0,5.5,5.5h2.7a33.73,33.73,0,0,1-19.35,23.16,6.64,6.64,0,0,0-6.23-4.36H42.79a6.65,6.65,0,0,0-6.65,6.65v1.47a6.65,6.65,0,0,0,6.65,6.65H56.86a6.65,6.65,0,0,0,6.65-6.65v-.68a36.75,36.75,0,0,0,22-26.37A15.83,15.83,0,0,0,99.38,62.15v-4.1A15.81,15.81,0,0,0,86.31,42.49ZM22.14,47.73V72.46a2.5,2.5,0,0,1-2.5,2.5H15.82A12.83,12.83,0,0,1,3,62.15v-4.1A12.83,12.83,0,0,1,15.82,45.23h3.82A2.5,2.5,0,0,1,22.14,47.73Zm38.37,57.15a3.66,3.66,0,0,1-3.65,3.65H42.79a3.66,3.66,0,0,1-3.65-3.65v-1.47a3.66,3.66,0,0,1,3.65-3.65H56.86a3.66,3.66,0,0,1,3.65,3.65ZM96.38,62.15A12.82,12.82,0,0,1,83.57,75H79.74a2.5,2.5,0,0,1-2.5-2.5V47.73a2.5,2.5,0,0,1,2.5-2.5h3.83A12.82,12.82,0,0,1,96.38,58.05Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
    }

#services .intro h3, #services .intro p {
    color: #fff
}

#fishermen .contwrap {
    max-width: 1366px
}

#fishermen h1 {
    background-image: url(../img/fishermen/logo_en.png)
}

#fishermen.tc h1 {
    min-width: 40vw;
    background-image: url(../img/fishermen/logo_tc.png)
}

#fishermen.sc h1 {
    min-width: 40vw;
    background-image: url(../img/fishermen/logo_sc.png)
}

#fishermen #hero_sec {
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/fishermen/mo/header_bg.jpg)
}

@media (min-width:768px) {
    #fishermen #hero_sec {
        background-image: url(../img/fishermen/header_bg.jpg)
    }
}

#fishermen .fish_img {
    text-align: center
}

    #fishermen .fish_img img {
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear
    }

        #fishermen .fish_img img:hover {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05)
        }

#fishermen #fish_details, #fishermen #fish_floor, #fishermen #fish_mid {
    padding-top: 2.8125rem;
    padding-bottom: 5.625rem
}

#fishermen #fish_floor, #fishermen #fish_mid {
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover
}

#fishermen #fish_details {
    background: #1f52af
}

    #fishermen #fish_details h2, #fishermen #fish_details h3, #fishermen #fish_details h4, #fishermen #fish_details h5, #fishermen #fish_details h6, #fishermen #fish_details li, #fishermen #fish_details p {
        color: #fff
    }

    #fishermen #fish_details #fish_des, #fishermen #fish_details ul#cert {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%
    }

@media (min-width:768px) {
    #fishermen #fish_details #fish_des, #fishermen #fish_details ul#cert {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 0
    }
}

#fishermen #fish_details ul#cert li {
    width: 163px;
    height: 163px;
    border: 1px solid #fff;
    border-radius: 50%
}

@media (max-width:991.98px) {
    #fishermen #fish_details ul#cert li {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85)
    }
}

#fishermen #fish_details .fish_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%
}

@media (min-width:768px) {
    #fishermen #fish_details .fish_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-left: 0
    }
}

#fishermen #fish_mid {
    background-image: url(../img/fishermen/mo/bg_mid.jpg)
}

@media (min-width:768px) {
    #fishermen #fish_mid {
        background-image: url(../img/fishermen/bg_mid.jpg)
    }
}

#fishermen #fish_mid h2 {
    text-align: center;
    color: #595959
}

    #fishermen #fish_mid h2:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8'%3e%3crect data-name='head_deco' width='80' height='8' rx='4' ry='4' fill='%23ef3340'/%3e%3c/svg%3e")
    }

#fishermen #fish_mid .fish_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%
}

@media (min-width:768px) {
    #fishermen #fish_mid .fish_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 0
    }
}

#fishermen #fish_mid .fish_img p {
    padding-left: 12.5%;
    padding-right: 12.5%
}

@media (min-width:768px) {
    #fishermen #fish_mid .fish_img p {
        padding-left: 25%;
        padding-right: 25%
    }
}

#fishermen #fish_mid .fish_img h3 {
    color: #ef3340;
    font-size: 2.625rem;
    line-height: 1
}

#fishermen #fish_floor {
    background-image: url(../img/fishermen/mo/bg_floor.jpg)
}

@media (min-width:768px) {
    #fishermen #fish_floor {
        background-image: url(../img/fishermen/bg_floor.jpg)
    }
}

#fishermen #fish_floor h2 {
    color: #fff
}

#fishermen #fish_floor .swiper-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0
}

    #fishermen #fish_floor .swiper-container .swiper-button-next, #fishermen #fish_floor .swiper-container .swiper-button-prev {
        top: 10%
    }

@media (min-width:768px) {
    #fishermen #fish_floor .swiper-container .swiper-button-next, #fishermen #fish_floor .swiper-container .swiper-button-prev {
        top: 5%
    }
}

#fishermen #fish_floor .swiper-slide img {
    height: auto;
    width: 100%
}

#fishermen #fish_floor h3, #fishermen #fish_floor p {
    color: #fff;
    text-align: center
}

#fishermen #fish_floor .contwrap > p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%
}

#fishermen #fish_floor .fish_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%
}

@media (min-width:768px) {
    #fishermen #fish_floor .fish_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-left: 0
    }
}

#fishermen #fish_floor .fish_img p {
    padding-left: 12.5%;
    padding-right: 12.5%
}

#fishermen #fish_floor .fish_img h3 {
    line-height: 1.3
}

#contact #heroban {
    background-image: url(../img/contact/header_bg.jpg)
}

@media (max-width:991.98px) {
    #contact #heroban {
        padding-top: 5rem
    }
}

@media (min-width:992px) {
    #contact #heroban {
        padding-bottom: 0
    }
}

@media (min-width:992px) {
    #contact #heroban #hero_txt h1, #contact #heroban #hero_txt p {
        text-align: right
    }

        #contact #heroban #hero_txt h1:after {
            -ms-flex-item-align: end;
            align-self: flex-end
        }
}

@media (min-width:576px) {
    #contact #heroban #hero_txt p {
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-top: 0;
        margin-bottom: 0
    }
}

#contact .contwrap {
    max-width: 1366px
}

#contact #contact_follow {
    background-image: url(../img/contact/bg_mid.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0 0
}

@media (min-width:992px) {
    #contact #contact_follow {
        padding: 4rem 0
    }
}

#contact #contact_follow h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 3rem;
    color: #fff;
    padding-left: 1.875rem
}

@media (max-width:991.98px) {
    #contact #contact_follow h2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%
    }
}

#contact #contact_follow h2:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8'%3e%3crect data-name='head_deco' width='80' height='8' rx='4' ry='4' fill='%23ef3340'/%3e%3c/svg%3e")
}
#contact #contact_follow .soclist {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:992px) {
    #contact #contact_follow .soclist {
        padding-left: 1.875rem
    }
}

@media (max-width:991.98px) {
    #contact #contact_follow .soclist {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        margin-left: 8.3333333333%
    }
}

#contact #contact_follow ul.soclinks {
}

    #contact #contact_follow ul.soclinks p {
        color: #fff
    }


#about #heroban {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 35vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/aboutus/header_BG_mo.jpg)
}

@media (min-width:992px) {
    #about #heroban {
        min-height: 80vh
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    #about #heroban {
        background-image: url(../img/aboutus/header_BG_dk.jpg)
    }
}

@media (min-width:992px) {
    #about #heroban {
        background-image: url(../img/aboutus/header_char.png), url(../img/aboutus/header_BG_lg.jpg);
        background-position: 40vw 10vh, 50% 50%;
        background-repeat: no-repeat, no-repeat;
        background-size: contain, cover
    }
}

#about #heroban h1, #about #heroban p {
    text-align: left
}

    #about #heroban h1:after {
        display: none
    }

#about #hero_txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%;
    padding: 5.125rem 0 0
}

@media (min-width:992px) {
    #about #hero_txt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-left: 8.33333%;
        padding: 3rem 0
    }
}

#about .contwrap {
    max-width: 1366px
}

#about .certificates, #about .ourteam, #about .slotgames {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

    #about .certificates.section, #about .ourteam.section, #about .slotgames.section {
        min-height: 35vh
    }

@media (min-width:992px) {
    #about .certificates.section, #about .ourteam.section, #about .slotgames.section {
        min-height: 80vh
    }
}

#about .certificates.section h2, #about .ourteam.section h2, #about .slotgames.section h2 {
    color: #fff;
    line-height: 1.3;
    font-weight: 400;
    font-size: 3rem
}

@media (max-width:991.98px) {
    #about .certificates.section h2, #about .ourteam.section h2, #about .slotgames.section h2 {
        font-size: 1.5rem
    }
}

#about .certificates.section h2:after, #about .ourteam.section h2:after, #about .slotgames.section h2:after {
    width: 60px;
    height: 6px;
    padding: 0.8rem 0;
    display: block;
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8'%3e%3crect data-name='head_deco' width='80' height='8' rx='4' ry='4' fill='%23ef3340'/%3e%3c/svg%3e");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

#about .certificates.section h3, #about .certificates.section p, #about .ourteam.section h3, #about .ourteam.section p, #about .slotgames.section h3, #about .slotgames.section p {
    color: #fff;
    text-align: center
}

#about .ourteam {
    background-image: url(../img/aboutus/bg_ourteam_lg.jpg)
}

    #about .ourteam .intro {
        padding-bottom: 3.75rem;
        text-align: center
    }

@media (max-width:575.98px) {
    #about .ourteam .intro {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%
    }
}

@media (min-width:576px) and (max-width:768px) {
    #about .ourteam .intro {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 5.625rem
    }
}

@media (min-width:768px) and (max-width:1399.98px) {
    #about .ourteam .intro {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 5.625rem
    }
}

@media (min-width:992px) {
    #about .ourteam .intro {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-bottom: 5.625rem
    }
}

#about .ourteam .intro figure {
    width: 100%;
    height: 10vh
}

    #about .ourteam .intro figure[class^=ourteam_icon] {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain
    }

    #about .ourteam .intro figure.ourteam_icon_01 {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100.72 107.01' preserveAspectRatio='xMinYMin meet'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23fff%7d%3c/style%3e%3c/defs%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpath class='cls-1' d='M17 3h70a4.51 4.51 0 0 1 4.5 4.5V66a20.79 20.79 0 0 1 3 1.81V7.5A7.51 7.51 0 0 0 87 0H17a7.51 7.51 0 0 0-7.08 5h3.32A4.51 4.51 0 0 1 17 3z'/%3e%3cpath class='cls-1' d='M7.5 100.49A4.5 4.5 0 0 1 3 96V17a4.5 4.5 0 0 1 4.5-4.5h70A4.51 4.51 0 0 1 82 17v46.52a22.75 22.75 0 0 1 3 .34V17a7.52 7.52 0 0 0-7.5-7.5h-70A7.51 7.51 0 0 0 0 17v79a7.5 7.5 0 0 0 7.5 7.5h56.29a22.75 22.75 0 0 1-2.45-3z'/%3e%3cpath class='cls-1' d='M62.43 28.49h-42a2 2 0 1 0 0 4h42a2 2 0 1 0 0-4zm0 12h-42a2 2 0 0 0 0 4h42a2 2 0 1 0 0-4zm0 12h-42a2 2 0 0 0 0 4h42a2 2 0 1 0 0-4zm32.05 20.19a18.89 18.89 0 0 0-3-2.34 19.24 19.24 0 0 0-2-1.11A19.62 19.62 0 0 0 85 67.68a18.51 18.51 0 0 0-3-.4h-1.16A19.89 19.89 0 0 0 61.33 91a19.06 19.06 0 0 0 .85 3 17.56 17.56 0 0 0 .82 2 20.16 20.16 0 0 0 3.08 4.5 20.39 20.39 0 0 0 3.43 3 19.87 19.87 0 0 0 24.97-30.82zM80.84 104a17 17 0 0 1-4.18-.52A17.07 17.07 0 0 1 66.47 96a14.51 14.51 0 0 1-1-2 15.6 15.6 0 0 1-1-3 16.46 16.46 0 0 1-.47-3.87 16.91 16.91 0 0 1 16.84-16.89H82a16.47 16.47 0 0 1 3 .48 16.25 16.25 0 0 1 4.5 1.88 15.29 15.29 0 0 1 2 1.39 16.94 16.94 0 0 1 6.24 13.1A16.9 16.9 0 0 1 80.84 104z'/%3e%3cpath class='cls-1' d='M90.36 78.36L78.28 90.73 75 87a1.7 1.7 0 0 0-2.67 2.06l3.9 6.59a2.06 2.06 0 0 0 3.48 0C80.33 94.85 92 80.22 92 80.22c1.44-1.65-.41-3.09-1.64-1.86z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
    }

    #about .ourteam .intro figure.ourteam_icon_02 {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93.26 106.76' preserveAspectRatio='xMinYMin meet'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23fff%7d%3c/style%3e%3c/defs%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpath class='cls-1' d='M46.63 106.76a1.45 1.45 0 0 1-.76-.21c-4.48-2.64-8.58-5-12.54-7.19C12.54 87.64 0 80.57 0 62V15.22a1.5 1.5 0 0 1 1.5-1.5c17 0 28.15-.65 44.2-13.39a1.48 1.48 0 0 1 1.86 0c16 12.74 27.25 13.39 44.2 13.39a1.5 1.5 0 0 1 1.5 1.5V62c0 18.6-12.55 25.67-33.33 37.39-4 2.24-8.07 4.55-12.54 7.19a1.48 1.48 0 0 1-.76.18zM3 16.72V62c0 16.82 11.29 23.19 31.8 34.75 3.75 2.11 7.63 4.3 11.83 6.77 4.2-2.47 8.07-4.66 11.83-6.77C79 85.19 90.26 78.82 90.26 62V16.72c-16.45 0-27.78-1-43.63-13.31C30.77 15.7 19.45 16.67 3 16.72z'/%3e%3cpath class='cls-1' d='M35.65 48.45l6.13 6.94 22.59-23.12c2.29-2.31 5.75.39 3.06 3.47 0 0-21.82 27.35-23 28.9-2.67 3.08-5.35 1.54-6.5 0l-7.25-12.33c-1.92-3.47 2.32-6.17 4.97-3.86z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
    }

    #about .ourteam .intro figure.ourteam_icon_03 {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.24 98.98' preserveAspectRatio='xMinYMin meet'%3e%3cg data-name='Layer 2'%3e%3cpath d='M115.23 35.61v-.07-.08-.28-.06a.19.19 0 0 0 0-.08v-.06a.6.6 0 0 0-.06-.11v-.09l-11.39-19.4a1.85 1.85 0 0 0-.25-.32c-.16-.15-.46-.44-24.25-14.82A1.5 1.5 0 0 0 78.5 0H36.73a1.41 1.41 0 0 0-.73.23C15 12.91 12.28 14.63 11.82 15l-.07.06a1.54 1.54 0 0 0-.25.32L.2 34.73v.09a.39.39 0 0 0-.06.11v.35a.57.57 0 0 0 0 .13v.08c0 .03 0 0 0 0v.07a1.19 1.19 0 0 0 0 .26v.07c0 .02 0 0 0 0v.05a.36.36 0 0 0 0 .09.91.91 0 0 0 .09.17l.06.08.06.09 56.09 62a1.55 1.55 0 0 0 .27.24h.05a1.51 1.51 0 0 0 .29.13h.05a1.24 1.24 0 0 0 .37.06 1.13 1.13 0 0 0 .36-.06.29.29 0 0 0 .1 0 1.28 1.28 0 0 0 .29-.13h.06a1.27 1.27 0 0 0 .28-.24l56.12-62 .06-.09.06-.07.09-.18v-.14-.07a2.38 2.38 0 0 0 .34-.21zM13.44 17.94l25.09 8.39-3.27 21.09L3.67 34.74zm88.36 0l9.77 16.8L80 47.42l-3.26-21.1 9.46-3.16zM57.45 48H38.21l3.28-21.19h32.25L77 48H57.45zm.17 3h18.85L57.62 93.76 38.76 51zm-22.29-.34l3.88 8.78 13.28 30.14L7 39.3zM37.15 3h40.93C85 7.19 94.47 12.93 99 15.7l-13.8 4.62-10.39 3.47H40.45l-24.2-8.08C20.77 12.93 30.22 7.2 37.15 3zM79.9 50.68l28.36-11.38-45.52 50.28z' fill='%23fff' data-name='Layer 1'/%3e%3c/g%3e%3c/svg%3e")
    }

    #about .ourteam .intro figure.ourteam_icon_04 {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 109.84 98.67' preserveAspectRatio='xMinYMin meet'%3e%3cg data-name='Layer 2'%3e%3cpath d='M109.84 33.05a33.36 33.36 0 0 0-9.72-23.32A33 33 0 0 0 76.68 0a32.46 32.46 0 0 0-21.39 7.93l-.72-.54-.41-.31a33.59 33.59 0 0 0-44.32 2.7A33.89 33.89 0 0 0 0 33.65 33.25 33.25 0 0 0 9.83 57.3l38.89 38.89a8.46 8.46 0 0 0 6 2.48 8.14 8.14 0 0 0 5.85-2.48l.06-.06a8.64 8.64 0 0 0 2.26-5.85 9.71 9.71 0 0 0-.07-1.28A7.53 7.53 0 0 0 70 86.89 8.64 8.64 0 0 0 72.38 81a8.52 8.52 0 0 0-.08-1.24 6.9 6.9 0 0 0 1.13.09 8.5 8.5 0 0 0 5.86-2.27l.16-.16a8.26 8.26 0 0 0 2.35-5.9 9.28 9.28 0 0 0-.08-1 7 7 0 0 0 1 .07 8.46 8.46 0 0 0 5.86-2.27l.17-.17a8.22 8.22 0 0 0 2.5-6.15c0-.28 0-.56-.06-.83a6.34 6.34 0 0 0 .75.07H92a8.37 8.37 0 0 0 5.57-2.38c.4-.38 1.08-1.07 2.43-2.41a33 33 0 0 0 9.84-23.4zM86.75 65.83l-.1.11a5.49 5.49 0 0 1-3.84 1.49 5.91 5.91 0 0 1-3.91-1.65L59.72 46.6a.94.94 0 0 0-.72-.33 1.42 1.42 0 0 0-.94.41l-.08.08a1.31 1.31 0 0 0-.42.85 1.15 1.15 0 0 0 .42.85l19.29 19.29a5.28 5.28 0 0 1 .11 7.46l-.11.11a5.49 5.49 0 0 1-3.84 1.49 5 5 0 0 1-3.54-1.63L50.71 56a1.32 1.32 0 0 0-1-.41 1.36 1.36 0 0 0-1 .47l-.07.08a1.07 1.07 0 0 0 0 1.7l19.25 19.29A5.44 5.44 0 0 1 69.38 81a5.6 5.6 0 0 1-1.49 3.84 4.54 4.54 0 0 1-3.3 1.43 5.64 5.64 0 0 1-3.86-1.68l-.11-.11-19.28-19.32a1 1 0 0 0-.76-.39 2.09 2.09 0 0 0-1.27.67l-.08.07a1.37 1.37 0 0 0-.43.86 1.19 1.19 0 0 0 .43.85L58.41 86.4a5.44 5.44 0 0 1 1.49 3.83 5.6 5.6 0 0 1-1.49 3.84 5.21 5.21 0 0 1-3.73 1.6 5.42 5.42 0 0 1-3.84-1.6L12 55.18a30.17 30.17 0 0 1-9-21.53A30.49 30.49 0 0 1 33.57 3a30.43 30.43 0 0 1 18.77 6.46l.42.32-.42.43c-2.14 2.13-20.68 20.67-23.77 23.87-2.13 2.13-1.92 5 .54 7.46a11.42 11.42 0 0 0 8.1 3.3 12.15 12.15 0 0 0 8.52-3.62l6.82-7.66c1.45-1.81 2.35-2.68 3.3-2.68a4.22 4.22 0 0 1 2.52 1.43l.19.17.35.33.13.12.26.24.08.08 1.78 1.64.26.24.47.43.48.44.47.44.52.48.52.48.51.47 1.07 1 1.1 1 1.13 1 .36.33.78.73.58.53.58.54.07.06 1.1 1 .57.52.6.56.08.07 1.1 1 .12.11 1 1 .58.54.58.53.57.53.57.52.59.55.52.48.54.5.55.51.55.51.51.46 1 1 .48.44.49.46h.06l.87.81.44.4.47.44.41.37.41.38.37.35.38.35.6.55.08.08.57.52a5.24 5.24 0 0 1-.07 7.23zm8.72-9A5.31 5.31 0 0 1 92 58.28a2.53 2.53 0 0 1-1.81-.7c-.33-.33-.68-.66-1-1-.11-.13-.23-.26-.35-.38l-25.7-23.57-.58-.53-.84-.78-.66-.61-.63-.59-.19-.12-.64-.59-.6-.57-1.09-1-.56-.49a3.69 3.69 0 0 0-.53-.43 2.11 2.11 0 0 0-.43-.2 1.79 1.79 0 0 0-.51-.07 2.07 2.07 0 0 0-.5.06 2.81 2.81 0 0 0-1.43.85l-2.42 2.53-.12.13-9.61 10.1a6.37 6.37 0 0 1-4.09 1.35 8.86 8.86 0 0 1-6-2.38c-.74-.84-1.33-2-.53-3.08l24.3-24.36a30 30 0 0 1 42.52 0 30.4 30.4 0 0 1 8.84 21.2 30 30 0 0 1-9 21.31z' fill='%23fff' data-name='Layer 1'/%3e%3c/g%3e%3c/svg%3e")
    }

    #about .ourteam .intro figure.ourteam_icon_05 {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 119.5' preserveAspectRatio='xMinYMin meet'%3e%3cstyle%3e.st1%7bfill:none;stroke:%23fff;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10%7d%3c/style%3e%3cpath d='M30.9 76.5c-7-6.4-11.3-15.5-11.3-25.7C19.6 31.6 35.2 16 54.5 16s34.9 15.6 34.9 34.8c0 11.8-5.9 22.3-14.9 28.6' fill='none' stroke='%23fff' stroke-width='3' stroke-miterlimit='10'/%3e%3cpath class='st1' d='M30.8 76.4c4.8 4.3 10 8.1 10 15.3m-.6 4.2l26.5-7c.5-.1.8-.5.8-1 .2-5.5 3.5-5.9 7.2-8.7m-35.5 25.1c.5 0 28.4-7.5 28.4-7.5m-28.4 15.1c.5 0 28.4-7.5 28.4-7.5m-21.9 11.1s3.4 2.5 7.8 2.5c5 0 8.6-3.8 8.6-3.8m-12.4-29c0-.3.1-14.6-4.9-25.7-.3-.7.2-1.6 1-1.5 2.1.1 6 3 7.8 5.9'/%3e%3cpath class='st1' d='M57.4 85.2c0-.3-.1-14.6 4.9-25.7.3-.7-.2-1.6-1-1.5-2.1.1-6 3-7.8 5.9m1.2-62.4l-.1 6.2M8.7 46.5l-7.2-.1m107 .1l-6.2-.1M92.1 14.6l-6.9 5.7m-62.9-.7l-6.4-5m79.5 68.2L90 77.5m-72.8.1l-6.7 5.2'/%3e%3c/svg%3e")
    }

    #about .ourteam .intro figure.ourteam_icon_06 {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115 122.8' preserveAspectRatio='xMinYMin meet'%3e%3cstyle%3e.st0%7bfill:%23fff%7d%3c/style%3e%3cpath class='st0' d='M62.8 58.5c-.3 0-.6-.1-.9-.3-.7-.5-.8-1.4-.3-2.1L76 36.6l-13.7-.2c-.8 0-1.5-.7-1.5-1.5l.5-28.7-26.1 35.7 14.4 2.3c.7.1 1.2.7 1.3 1.4l.2 8.6c0 .8-.6 1.5-1.5 1.5-.8 0-1.5-.6-1.5-1.5l-.3-7.2-15.6-2.5c-.5-.1-1-.4-1.1-.9-.2-.5-.1-1 .2-1.5L61.7.6c.4-.5 1.1-.7 1.7-.5.6.2 1 .8 1 1.4l-.6 31.9 15.1.3c.6 0 1.1.3 1.3.8.2.5.2 1.1-.1 1.6L64 57.9c-.3.4-.7.6-1.2.6z'/%3e%3cpath class='st0' d='M57.3 122.8c-.2 0-.4 0-.6-.1l-41.1-19.1c-.5-.2-.8-.7-.9-1.3l-1.9-27c-.1-.8.6-1.5 1.4-1.6.8-.1 1.5.6 1.6 1.4l1.8 26.1 39.7 18.4 39.2-18.5 1.8-25.4c.1-.8.8-1.4 1.6-1.4.8.1 1.4.8 1.4 1.6l-1.9 26.3c0 .5-.4 1-.9 1.2l-40.6 19.2c-.2.2-.4.2-.6.2zm-.5-53.3c-.2 0-.4 0-.6-.1l-5.4-2.2-4.2-1.8-32.9-13.5c-.5-.2-.9-.7-.9-1.3 0-.6.3-1.1.8-1.4l11.9-5.9c.7-.4 1.6-.1 2 .7.4.7.1 1.6-.7 2l-8.9 4.4 29.8 12.2 4.2 1.8 4.8 2 38.8-16.8L82.4 45c-.8-.3-1.2-1.1-.9-1.9.3-.8 1.1-1.2 1.9-.9l16.7 5.9c.6.2 1 .7 1 1.4 0 .6-.3 1.2-.9 1.4L57.4 69.4c-.2.1-.4.1-.6.1z'/%3e%3cpath class='st0' d='M56.8 69.5c-.2 0-.4 0-.6-.1L14.3 52c-.8.1-1.5-.7-1.5-1.5v-.1c0-.8.7-1.5 1.5-1.5h.1c.2 0 .4 0 .6.1l41.8 17.4L99.1 48c.8-.3 1.6 0 2 .8.3.8 0 1.6-.8 2L57.4 69.4c-.2.1-.4.1-.6.1z'/%3e%3cpath class='st0' d='M57.3 122.8c-.8 0-1.5-.7-1.5-1.5 0-.6-.3-34.3-.4-47.8L45.8 90c-.4.7-1.2.9-1.9.6L.9 70.8c-.4-.2-.7-.5-.8-1-.1-.4 0-.9.2-1.2l12.8-19c.5-.7 1.4-.9 2.1-.4.7.5.9 1.4.4 2.1L3.7 68.8l40.2 18.5 11.6-20c.1-.2.2-.3.4-.4.1 0 .1-.1.2-.1.3-.1.5-.2.8-.2h.3c.3.1.7.3.9.6l13.2 20.4 40-20.8-12.8-16.5c-.5-.7-.4-1.6.3-2.1s1.6-.4 2.1.3l13.8 17.9c.3.4.4.8.3 1.2-.1.4-.4.8-.8 1L71.4 90.9c-.7.4-1.5.1-2-.5L58.3 73.2c.1 13.3.5 47.5.5 48.1 0 .8-.7 1.5-1.5 1.5z'/%3e%3c/svg%3e")
    }

#about .slotgames {
    background-image: url(../img/aboutus/bg_slotgame_lg.jpg)
}

#about .certificates {
    background-image: url(../img/aboutus/bg_certificates_lg.jpg)
}

#about .cert-icon {
    border: 1px solid #ef3340;
    border-radius: 100%;
    padding: 1rem;
    max-width: 100%;
    height: auto
}

@media (min-width:576px) and (max-width:991.98px) {
    #about .cert-icon {
        max-width: 90%
    }
}

@media (min-width:992px) {
    #about .cert-icon {
        max-width: 80%
    }
}

#mobile_frame {
    background: transparent
}

    #mobile_frame .frame {
        background-image: url(../img/svg/trial.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        padding: 5vh 12%
    }

@media (min-width:992px) {
    #mobile_frame .frame {
        padding: 4vh 15vh 4vh 13vh
    }
}

#mobile_frame_ver {
    background: transparent
}

    #mobile_frame_ver .frame {
        background-image: url(../img/svg/trial-02.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        padding: 12vh 5% 15vh
    }

@media (min-width:768px) {
    #mobile_frame_ver .frame {
        padding: 15vh 3vh 13vh
    }
}

body {
    font-family: "Roboto", "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #202123
}

    body.sc {
        font-family: "Roboto", "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
    }

    body p {
        line-height: 1.5;
        font-size: 0.875rem;
        color: #595959
    }

@media (min-width:576px) {
    body p {
        font-size: 1rem;
        margin-top: 1.875rem;
        margin-bottom: 1.875rem
    }
}

body h1 {
    color: #fff;
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive;
    line-height: 1.3;
    font-weight: 400;
    font-size: 3.75rem
}

body.sc h1 {
    font-family: "Roboto", "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

body.sc h1, body.tc h1 {
    font-size: 3rem
}

@media (max-width:991.98px) {
    body.sc h1, body.tc h1 {
        font-size: 1.2rem
    }
}

@media (max-width:991.98px) {
    body h1 {
        font-size: 1.5rem
    }
}

body h1:after {
    width: 60px;
    height: 6px;
    padding: 0.8rem 0;
    display: block;
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8'%3e%3crect data-name='head_deco' width='80' height='8' rx='4' ry='4' fill='%23ef3340'/%3e%3c/svg%3e");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

body h2 {
    color: #ef3340;
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive;
    line-height: 1.3;
    font-weight: 400
}

body.sc h2 {
    font-family: "Roboto", "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

@media (max-width:991.98px) {
    body h2 {
        font-size: 1.3125rem
    }
}

body h2:after {
    width: 60px;
    height: 6px;
    padding: 0.8rem 0;
    display: block;
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8'%3e%3crect data-name='head_deco' width='80' height='8' rx='4' ry='4' fill='%23fff'/%3e%3c/svg%3e");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

body h3 {
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive;
    font-size: 1.43rem
}

body.sc h3 {
    font-family: "Roboto", "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

@media (max-width:991.98px) {
    body h3 {
        font-size: 1.144rem
    }
}

body h4 {
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive
}

body.sc h4 {
    font-family: "Roboto", "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

body h5 {
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive
}

body.sc h5 {
    font-family: "Roboto", "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

body h6 {
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive
}

body.sc h6 {
    font-family: "Roboto", "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

body.no-sizes img {
    max-width: 50vw
}

#evtfootban_pad body img, #media_centre .thumb body img, #media_details article body img, #part_contact .contact_img body img, body #evtfootban_pad img, body #media_centre .thumb img, body #media_details article img, body #part_contact .contact_img img, body .img-fluid, body header#mainheader .navbar-brand img, body img, header#mainheader .navbar-brand body img {
    max-height: 100%
}

body .btn-wrap {
    overflow: hidden;
    padding-top: 6px;
    padding-bottom: 6px
}

body .btn {
    padding: 0.75rem 3rem;
    font-size: 1rem;
    line-height: 1.3;
    border-radius: 1.875rem
}

@media (max-width:767.98px) {
    body .btn {
        padding: 0.6rem 2.4rem;
        font-size: 0.8rem;
        line-height: 1.04;
        border-radius: 1.875rem
    }
}

body .btn.btn-default {
    color: #fff;
    background-color: #ef3340;
    border: none;
    letter-spacing: 0.1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

@media (min-width:576px) {
    body .btn.btn-default {
        min-width: 12rem
    }
}

body .btn.btn-default:hover {
    color: #fff;
    border: none;
    background-color: #ff0000;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

body .btn.btn-line {
    color: #ef3340;
    border: 1px solid #ef3340;
    letter-spacing: 0.1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

@media (min-width:576px) {
    body .btn.btn-line {
        min-width: 12rem
    }
}

body .btn.btn-line:hover {
    color: #fff;
    border: 1px solid transparent;
    background-color: #ef3340;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

body .btn.btn-wht {
    color: #fff;
    border: 1px solid #fff;
    letter-spacing: 0.1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

@media (min-width:576px) {
    body .btn.btn-wht {
        min-width: 12rem
    }
}

body .btn.btn-wht:hover {
    color: #fff;
    border: 1px solid transparent;
    background-color: #f0434f;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

body .btn.btn-slot {
    color: #fff;
    border: none;
    letter-spacing: 0.1rem;
    background-color: #ef3340;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

@media (min-width:576px) {
    body .btn.btn-slot {
        min-width: 12rem
    }
}

body .btn.btn-slot:hover {
    color: #fff;
    border: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ef3340), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #ef3340 0%, #ff0000 100%);
    background-image: -o-linear-gradient(top, #ef3340 0%, #ff0000 100%);
    background-image: linear-gradient(to bottom, #ef3340 0%, #ff0000 100%);
    background-repeat: repeat-x;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

body .btn.btn-try {
    color: #fff;
    border: 1px solid #fff;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.3;
    border-radius: 1.875rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

@media (min-width:576px) {
    body .btn.btn-try {
        min-width: 8rem
    }
}

body .btn.btn-try:hover {
    color: #fff;
    border: none;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    background: #ef3340
}

body .btn.btn-edm {
    color: #fff;
    letter-spacing: 0.1rem;
    background-color: #ef3340;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

@media (min-width:576px) {
    body .btn.btn-edm {
        padding: 0.375rem 0.75rem;
        min-width: 8rem
    }
}

body .btn.btn-edm:hover {
    color: #fff;
    border: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ef3340), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #ef3340 0%, #ff0000 100%);
    background-image: -o-linear-gradient(top, #ef3340 0%, #ff0000 100%);
    background-image: linear-gradient(to bottom, #ef3340 0%, #ff0000 100%);
    background-repeat: repeat-x;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

@media (min-width:576px) {
    body .btn.btn-edm:hover {
        -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px)
    }
}

body a.hovereff {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #202123;
    padding-bottom: 0.35rem;
    position: relative;
    text-decoration: none;
    letter-spacing: 0;
    display: inline-block;
    text-decoration: none
}

@media (prefers-reduced-motion:reduce) {
    body a.hovereff {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

body a.hovereff:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    margin: 0;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    -o-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0
}

body a.hovereff:active, body a.hovereff:hover {
    letter-spacing: 1px;
    color: #ef3340
}

    body a.hovereff:active:after, body a.hovereff:hover:after {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-color: #ef3340;
        -webkit-transition: width 350ms ease-in-out;
        -o-transition: width 350ms ease-in-out;
        transition: width 350ms ease-in-out;
        width: 3rem
    }

@media (max-width:991.98px) {
    .lity-close, .lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited {
        font-size: 4rem;
        width: 1.5rem;
        height: 1.5rem;
        top: 1.5rem;
        right: 1.5rem
    }
}

.jarallax {
    position: relative;
    z-index: 0
}

    .jarallax > .jarallax-img {
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover;";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

.main {
    clear: both
}

    .main .wayfadein_el {
        visibility: hidden
    }

        .main .wayfadein_el.show {
            visibility: visible
        }

    .main .swiper-container-autoheight .swiper-slide {
        text-align: center
    }

.contwrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.controw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

aside ul {
    margin: 0;
    padding: 0
}

    aside ul li {
        margin: 0
    }

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute
    }

.head_deco {
    fill: #ef3340
}

#trynow {
    position: fixed;
    left: -4rem;
    bottom: 50vh
}

@media (min-width:768px) {
    #trynow {
        left: 1vw;
        bottom: 12vh;
        z-index: 1000
    }
}

#trynow a {
    text-decoration: none
}

#trynow h3 {
    color: #fff;
    text-align: center;
    font-family: "Roboto", "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
    text-shadow: 0px 3px 5px rgba(31, 27, 27, 0.74)
}

#trynow #trybtn, #trynow #trybtn_wrap {
    -webkit-transition: width 250ms linear, height 250ms linear;
    -o-transition: width 250ms linear, height 250ms linear;
    transition: width 250ms linear, height 250ms linear
}

@media (min-width:768px) {
    #trynow #trybtn, #trynow #trybtn_wrap {
        width: 18.28125rem;
        height: 16.25rem
    }
}

#trynow #trybtn_wrap {
    cursor: pointer;
    background-image: url(../img/try_en.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 100%
}

@media (min-width:768px) {
    #trynow #trybtn_wrap {
        padding-top: 3rem;
        padding-right: 2.6rem
    }
}

.tc #trynow #trybtn_wrap {
    background-image: url(../img/try_tc.png)
}

.sc #trynow #trybtn_wrap {
    background-image: url(../img/try_sc.png)
}

#trynow #trybtn_wrap h3 {
    font-weight: bold
}

@media (max-width:991.98px) {
    #trynow #trybtn_wrap h3 {
        font-size: 1.43rem
    }
}

#trynow .btn_play {
    -webkit-transition: -webkit-transform 250ms linear;
    transition: -webkit-transform 250ms linear;
    -o-transition: transform 250ms linear;
    transition: transform 250ms linear;
    transition: transform 250ms linear, -webkit-transform 250ms linear;
    margin-left: 0.1rem;
    background-color: transparent;
    width: 3.5rem;
    height: 3.5rem
}

@media (max-width:991.98px) {
    #trynow .btn_play {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

#trynow .btn_play:before {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-filter: drop-shadow(0px 3px 4.56px rgba(31, 27, 27, 0.74));
    filter: drop-shadow(0px 3px 4.56px rgba(31, 27, 27, 0.74))
}

#trynow #trybtn_mo {
    background-color: rgba(239, 51, 64, 0.7);
    border-radius: 1rem 1rem 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#part_contact {
    background-image: url("../img/contact/bg_contact.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media (min-width:992px) {
    #part_contact {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 51, 64, 0.7)), to(rgba(239, 51, 64, 0.7))), url("../img/contact/bg_contact.jpg");
        background-image: -webkit-linear-gradient(bottom, rgba(239, 51, 64, 0.7) 0%, rgba(239, 51, 64, 0.7) 100%), url("../img/contact/bg_contact.jpg");
        background-image: -o-linear-gradient(bottom, rgba(239, 51, 64, 0.7) 0%, rgba(239, 51, 64, 0.7) 100%), url("../img/contact/bg_contact.jpg");
        background-image: linear-gradient(0deg, rgba(239, 51, 64, 0.7) 0%, rgba(239, 51, 64, 0.7) 100%), url("../img/contact/bg_contact.jpg");
        background-position: 100% 50%, 50% 50%;
        background-repeat: no-repeat, no-repeat;
        background-size: 50% 100%, cover
    }
}

@media (max-width:991.98px) {
    #part_contact .contwrap {
        max-width: 100%
    }
}

#part_contact .contact_form, #part_contact .contact_img {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width:991.98px) {
    #part_contact .contact_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%
    }
}

@media (min-width:992px) {
    #part_contact .contact_img {
        padding-right: 0;
        background-image: url(../img/contact/contact_red.svg);
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: contain
    }

    .no-cssresize #part_contact .contact_img, .no-sizes #part_contact .contact_img {
        padding-right: 0;
        background: none
    }
}

.no-cssresize #part_contact .contact_img img, .no-sizes #part_contact .contact_img img {
    max-width: 50vw
}

@media (max-width:991.98px) {
    #part_contact .contact_img img {
        display: none
    }
}

@media (max-width:991.98px) {
    #part_contact .contact_form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:991.98px) {
    #part_contact .contact_form {
        background-color: #bc3943
    }
}

#part_contact .contact_form .captcha > * {
    height: 1.8rem
}

#part_contact .contact_form .captcha .form-control {
    line-height: 1.8;
    text-align: center
}

    #part_contact .contact_form .captcha .form-control::-webkit-input-placeholder {
        color: #b1b8bc
    }

    #part_contact .contact_form .captcha .form-control:-ms-input-placeholder {
        color: #b1b8bc
    }

    #part_contact .contact_form .captcha .form-control::-ms-input-placeholder {
        color: #b1b8bc
    }

    #part_contact .contact_form .captcha .form-control::placeholder {
        color: #b1b8bc
    }

    #part_contact .contact_form .captcha .form-control:hover::-webkit-input-placeholder {
        color: #b1b8bc
    }

    #part_contact .contact_form .captcha .form-control:hover:-ms-input-placeholder {
        color: #b1b8bc
    }

    #part_contact .contact_form .captcha .form-control:hover::-ms-input-placeholder {
        color: #b1b8bc
    }

    #part_contact .contact_form .captcha .form-control:hover::placeholder {
        color: #b1b8bc
    }

#part_contact .contact_form .captcha #CaptchaImage {
    height: 1.8rem
}

#part_contact .contact_form .captcha #CaptchaRefreshBtn {
    background: transparent;
    color: #fff;
    width: 1.8rem;
    height: 1.8rem;
    cursor: pointer
}

    #part_contact .contact_form .captcha #CaptchaRefreshBtn i {
        display: block;
        width: 1.8rem;
        height: 1.8rem;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52' preserveAspectRatio='xMinYMin meet'%3e%3cstyle%3e .st0%7bfill:none;stroke:%23fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10%7d %3c/style%3e%3cpath class='st0' d='M38.7 20.6l2.9-7.8c.1-.3.6-.6 1-.5l7.8 2.8M13.3 31.4l-2.9 7.8c-.1.3-.6.6-1 .5l-7.8-2.8'/%3e%3cpath class='st0' d='M31.8 6.1c-8.5-2.5-18 .8-23.1 8.6s-4.2 17.8 1.5 24.6M41.9 12.7c5.7 6.8 6.6 16.8 1.5 24.6s-14.5 11.1-23.1 8.6'/%3e%3c/svg%3e");
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #part_contact .contact_form .captcha #CaptchaRefreshBtn:hover i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

#part_contact .contact_form .soclist {
}

#part_contact h2 {
    text-align: center;
    padding-bottom: 1.875rem;
    color: #fff;
    font-size: 2.625rem;
    line-height: 1.1
}

@media (min-width:768px) {
    #part_contact h2 {
        font-size: 3rem
    }
}

#part_contact h2:after {
    width: 80px;
    height: 8px;
    display: block;
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8'%3e%3crect data-name='head_deco' width='80' height='8' rx='4' ry='4' fill='%23fff'/%3e%3c/svg%3e");
    background-position: 50% 50%;
    background-repeat: no-repeat
}

#part_contact form {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%
}

@media (min-width:768px) {
    #part_contact form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%
    }
}

#part_contact form .btn.btn-default {
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

@media (min-width:576px) {
    #part_contact form .btn.btn-default {
        min-width: 12rem
    }
}

#part_contact form .btn.btn-default:hover {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 86, 90, 0.8)), to(rgba(83, 86, 90, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(83, 86, 90, 0.8) 0%, rgba(83, 86, 90, 0.9) 100%);
    background-image: -o-linear-gradient(top, rgba(83, 86, 90, 0.8) 0%, rgba(83, 86, 90, 0.9) 100%);
    background-image: linear-gradient(to bottom, rgba(83, 86, 90, 0.8) 0%, rgba(83, 86, 90, 0.9) 100%);
    background-repeat: repeat-x;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    border: 1px solid #ef3340
}

#part_contact form .btn p {
    margin-left: 0;
    margin-right: 0.8rem;
    color: #fff;
    font-size: 1.375rem
}

#part_contact form .alert[data-alert^=success] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eeecec));
    background-image: -webkit-linear-gradient(top, #fff 0%, #eeecec 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #eeecec 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #eeecec 100%);
    background-repeat: repeat-x
}

@-webkit-keyframes bouncingup {
}

@keyframes bouncingup {
}

@keyframes bouncingup {
    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, -8px, 0);
        transform: translate3d(0, -8px, 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, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }

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

@-webkit-keyframes bgptshdw {
    0% {
        background-position: 135% 120%
    }

    to {
        background-position: 135% 75%
    }
}

@keyframes bgptshdw {
    0% {
        background-position: 135% 120%
    }

    to {
        background-position: 135% 75%
    }
}

@media (min-width:1400px) {
    #slots_showcase .contwrap {
        max-width: 1366px
    }
}

#slots_showcase #slots_list_wrap {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 1.875rem;
    padding-bottom: 3.75rem
}

    #slots_showcase #slots_list_wrap .contwrap {
        padding-bottom: 2.8125rem
    }

    #slots_showcase #slots_list_wrap > h2, #slots_showcase #slots_list_wrap > p {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%;
        color: #fff
    }

@media (min-width:1400px) {
    #slots_showcase #slots_list_wrap > h2, #slots_showcase #slots_list_wrap > p {
        text-align: center
    }
}

#slots_showcase #slots_list_wrap > h2 {
    text-align: center
}

    #slots_showcase #slots_list_wrap > h2:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8'%3e%3crect data-name='head_deco' width='80' height='8' rx='4' ry='4' fill='%23ef3340'/%3e%3c/svg%3e")
    }

#slots_showcase #slots_list .slots_list_item a:hover {
    text-decoration: none
}

@media (max-width:1399.98px) {
    #slots_showcase #slots_list {
        width: 100%
    }
}

#slots_showcase .slot_pos {
    list-style: none
}

@media (max-width:1399.98px) {
    #slots_showcase .slot_pos {
        width: 100%
    }
}

.no-cssresize #slots_showcase .slot_pos, .no-sizes #slots_showcase .slot_pos {
    max-width: 100%
}

#slots_showcase .slot_pos li {
    width: calc(100% - 8px);
    margin: 4px;
    overflow: hidden;
    text-align: center;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    position: relative;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%
}

@media (min-width:768px) {
    #slots_showcase .slot_pos li {
        background-size: cover
    }
}

#slots_showcase .slot_pos li a {
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

#slots_showcase .slot_pos li:hover a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    background-repeat: repeat-x
}

    #slots_showcase .slot_pos li:hover a h3 {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

#slots_showcase .slot_pos li .item_wrap {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain
}

.no-cssresize #slots_showcase .slot_pos li .item_wrap, .no-sizes #slots_showcase .slot_pos li .item_wrap {
    max-width: 99.9999%
}

#slots_showcase .slot_pos li .item_wrap .btn, #slots_showcase .slot_pos li .item_wrap h3, #slots_showcase .slot_pos li .item_wrap p {
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

#slots_showcase .slot_pos li .item_wrap .btn {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none
}

@media (max-width:575.98px) {
    #slots_showcase .slot_pos li .item_wrap .btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

#slots_showcase .slot_pos li .item_wrap p {
    padding: 0 1rem 1rem;
    width: 100%;
    height: 1%;
    opacity: 0;
    color: #fff;
    font-size: 1rem;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

.no-cssresize #slots_showcase .slot_pos li .item_wrap p, .no-sizes #slots_showcase .slot_pos li .item_wrap p {
    max-width: 85%
}

#slots_showcase .slot_pos li .item_wrap h3 {
    position: relative;
    width: 100%;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    text-indent: -100vw;
    margin-bottom: 0;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain
}

    #slots_showcase .slot_pos li .item_wrap h3:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 39.13894%
    }

    #slots_showcase .slot_pos li .item_wrap h3 > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

@media (max-width:575.98px) {
    #slots_showcase .slot_pos li .item_wrap h3 {
        display: none
    }
}

#slots_showcase .slot_pos li > a {
    height: 100%;
    width: 100%;
    position: relative
}

    #slots_showcase .slot_pos li > a:hover {
        text-decoration: none
    }

        #slots_showcase .slot_pos li > a:hover .item_wrap {
            background-image: none
        }

            #slots_showcase .slot_pos li > a:hover .item_wrap .btn {
                opacity: 1;
                height: auto;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                border: none;
                background: #ef3340
            }

            #slots_showcase .slot_pos li > a:hover .item_wrap p {
                opacity: 1;
                height: auto;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0)
            }

            #slots_showcase .slot_pos li > a:hover .item_wrap h3 {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1)
            }

@media (max-width:575.98px) {
    #slots_showcase .slot_pos li > a:hover .item_wrap h3 {
        display: none
    }
}

#slots_showcase .slot_pos li > a > span {
    color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    line-height: 1;
    font-size: 0.75rem;
    position: absolute;
    top: 0.8rem;
    left: 1rem
}

@media (min-width:576px) and (max-width:991.98px) {
    #slots_showcase .slot_pos li > a > span {
        top: 1.5rem;
        left: 2rem
    }
}

@media (max-width:575.98px) {
    #slots_showcase .slot_pos li > a > span {
        top: 0.5rem;
        left: 0.5rem
    }
}

#slots_showcase .slot_pos li > a > span.tag_new {
    background-color: #ef3340
}

#slots_showcase .slot_pos li > a > span.tag_hot {
    background-color: #ffb81c
}

#slots_showcase .slot_pos li > a > span.tag_coming {
    background-color: #20c997
}

@media (min-width:992px) {
    #slots_showcase .slot_pos li[data-pos="4"] {
        width: calc(100% - 8px)
    }

        #slots_showcase .slot_pos li[data-pos="4"] > a {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end
        }

        #slots_showcase .slot_pos li[data-pos="4"] + a {
            position: relative
        }

            #slots_showcase .slot_pos li[data-pos="4"] + a:before {
                display: block;
                content: "";
                width: 100%;
                padding-top: 85.78947%
            }

            #slots_showcase .slot_pos li[data-pos="4"] + a > :first-child {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0
            }

        #slots_showcase .slot_pos li[data-pos="4"] .item_wrap {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
            height: 100%;
            -webkit-transition: all 350ms ease-in-out;
            -o-transition: all 350ms ease-in-out;
            transition: all 350ms ease-in-out;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        #slots_showcase .slot_pos li[data-pos="4"] h3 {
            -webkit-transform: translateY(85%);
            -ms-transform: translateY(85%);
            transform: translateY(85%)
        }

    .no-cssresize #slots_showcase .slot_pos li[data-pos="4"] h3, .no-sizes #slots_showcase .slot_pos li[data-pos="4"] h3 {
        -webkit-transform: translateY(60%);
        -ms-transform: translateY(60%);
        transform: translateY(60%)
    }

    #slots_showcase .slot_pos li[data-pos="2"] {
        width: calc(100% - 8px)
    }

        #slots_showcase .slot_pos li[data-pos="2"] > a {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end
        }

        #slots_showcase .slot_pos li[data-pos="2"] + a {
            position: relative
        }

            #slots_showcase .slot_pos li[data-pos="2"] + a:before {
                display: block;
                content: "";
                width: 100%;
                padding-top: 42.36842%
            }

            #slots_showcase .slot_pos li[data-pos="2"] + a > :first-child {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0
            }

        #slots_showcase .slot_pos li[data-pos="2"] .item_wrap {
            padding-top: 1.875rem;
            padding-bottom: 1.875rem;
            padding-left: 0.9375rem;
            width: 60%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        #slots_showcase .slot_pos li[data-pos="2"] h3 {
            width: 100%;
            -webkit-transform: translateY(15%);
            -ms-transform: translateY(15%);
            transform: translateY(15%)
        }

        #slots_showcase .slot_pos li[data-pos="2"] p {
            display: none
        }

    #slots_showcase .slot_pos li[data-pos="1"] {
        width: calc(50% - 8px)
    }

    .no-cssresize #slots_showcase .slot_pos li[data-pos="1"], .no-sizes #slots_showcase .slot_pos li[data-pos="1"] {
        width: calc(50% - 10px)
    }

    #slots_showcase .slot_pos li[data-pos="1"] > a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #slots_showcase .slot_pos li[data-pos="1"] + a {
        position: relative
    }

        #slots_showcase .slot_pos li[data-pos="1"] + a:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 96.1194%
        }

        #slots_showcase .slot_pos li[data-pos="1"] + a > :first-child {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0
        }

    #slots_showcase .slot_pos li[data-pos="1"] .item_wrap {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #slots_showcase .slot_pos li[data-pos="1"] h3 {
        -webkit-transform: translateY(80%);
        -ms-transform: translateY(80%);
        transform: translateY(80%)
    }

    #slots_showcase .slot_pos li[data-pos="1"] p {
        display: none
    }
}

@media (max-width:991.98px) {
    #slots_showcase .slot_pos li[data-pos="1"], #slots_showcase .slot_pos li[data-pos="2"], #slots_showcase .slot_pos li[data-pos="4"] {
        width: calc(100% - 8px);
        overflow: hidden
    }

        #slots_showcase .slot_pos li[data-pos="1"] > a, #slots_showcase .slot_pos li[data-pos="2"] > a, #slots_showcase .slot_pos li[data-pos="4"] > a {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            position: relative
        }

            #slots_showcase .slot_pos li[data-pos="1"] > a:before, #slots_showcase .slot_pos li[data-pos="2"] > a:before, #slots_showcase .slot_pos li[data-pos="4"] > a:before {
                display: block;
                content: "";
                width: 100%;
                padding-top: 42.36842%
            }

            #slots_showcase .slot_pos li[data-pos="1"] > a > :first-child, #slots_showcase .slot_pos li[data-pos="2"] > a > :first-child, #slots_showcase .slot_pos li[data-pos="4"] > a > :first-child {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0
            }

        #slots_showcase .slot_pos li[data-pos="1"] + a, #slots_showcase .slot_pos li[data-pos="2"] + a, #slots_showcase .slot_pos li[data-pos="4"] + a {
            width: 100%
        }

        #slots_showcase .slot_pos li[data-pos="1"] .item_wrap, #slots_showcase .slot_pos li[data-pos="2"] .item_wrap, #slots_showcase .slot_pos li[data-pos="4"] .item_wrap {
            width: 100%;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0
        }

        #slots_showcase .slot_pos li[data-pos="1"] h3, #slots_showcase .slot_pos li[data-pos="2"] h3, #slots_showcase .slot_pos li[data-pos="4"] h3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
            width: 60%;
            padding-top: 0.8rem;
            padding-bottom: 0.8rem
        }

        #slots_showcase .slot_pos li[data-pos="1"] p, #slots_showcase .slot_pos li[data-pos="2"] p, #slots_showcase .slot_pos li[data-pos="4"] p {
            display: none
        }

        #slots_showcase .slot_pos li[data-pos="1"] .btn, #slots_showcase .slot_pos li[data-pos="2"] .btn, #slots_showcase .slot_pos li[data-pos="4"] .btn {
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }
}

@media (max-width:575.98px) {
    #slots_showcase .slot_pos li[data-pos="1"], #slots_showcase .slot_pos li[data-pos="2"], #slots_showcase .slot_pos li[data-pos="4"] {
        width: calc(100% - 8px)
    }

        #slots_showcase .slot_pos li[data-pos="1"] > a, #slots_showcase .slot_pos li[data-pos="2"] > a, #slots_showcase .slot_pos li[data-pos="4"] > a {
            position: relative
        }

            #slots_showcase .slot_pos li[data-pos="1"] > a:before, #slots_showcase .slot_pos li[data-pos="2"] > a:before, #slots_showcase .slot_pos li[data-pos="4"] > a:before {
                display: block;
                content: "";
                width: 100%;
                padding-top: 40.42553%
            }

            #slots_showcase .slot_pos li[data-pos="1"] > a > :first-child, #slots_showcase .slot_pos li[data-pos="2"] > a > :first-child, #slots_showcase .slot_pos li[data-pos="4"] > a > :first-child {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0
            }

        #slots_showcase .slot_pos li[data-pos="1"] + a, #slots_showcase .slot_pos li[data-pos="2"] + a, #slots_showcase .slot_pos li[data-pos="4"] + a {
            width: 100%
        }

    .no-cssresize #slots_showcase .slot_pos li[data-pos="1"] + a, .no-cssresize #slots_showcase .slot_pos li[data-pos="2"] + a, .no-cssresize #slots_showcase .slot_pos li[data-pos="4"] + a, .no-sizes #slots_showcase .slot_pos li[data-pos="1"] + a, .no-sizes #slots_showcase .slot_pos li[data-pos="2"] + a, .no-sizes #slots_showcase .slot_pos li[data-pos="4"] + a {
        max-width: 85%
    }

    #slots_showcase .slot_pos li[data-pos="1"] .item_wrap, #slots_showcase .slot_pos li[data-pos="2"] .item_wrap, #slots_showcase .slot_pos li[data-pos="4"] .item_wrap {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    #slots_showcase .slot_pos li[data-pos="1"] h3, #slots_showcase .slot_pos li[data-pos="1"] p, #slots_showcase .slot_pos li[data-pos="2"] h3, #slots_showcase .slot_pos li[data-pos="2"] p, #slots_showcase .slot_pos li[data-pos="4"] h3, #slots_showcase .slot_pos li[data-pos="4"] p {
        display: none
    }

    #slots_showcase .slot_pos li[data-pos="1"] .btn, #slots_showcase .slot_pos li[data-pos="2"] .btn, #slots_showcase .slot_pos li[data-pos="4"] .btn {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    #slots_showcase .slot_pos {
        width: 50%
    }

        #slots_showcase .slot_pos.full {
            width: 100%
        }

            #slots_showcase .slot_pos.full li[data-pos="1"] {
                width: calc(25% - 8px)
            }

    .no-cssresize #slots_showcase .slot_pos.full li[data-pos="1"], .no-sizes #slots_showcase .slot_pos.full li[data-pos="1"] {
        width: calc(25% - 9px)
    }

    #slots_showcase .slot_pos.full li[data-pos="1"] .item_wrap {
        padding-top: 20%;
        padding-bottom: 20%
    }

    #slots_showcase .slot_pos.full li[data-pos="2"] {
        width: calc(50% - 8px)
    }

        #slots_showcase .slot_pos.full li[data-pos="2"] .item_wrap {
            padding-top: 10%;
            padding-bottom: 10%
        }

    #slots_showcase .slot_pos.half li[data-pos="1"] .item_wrap {
        padding-top: 20%;
        padding-bottom: 20%
    }

    #slots_showcase .slot_pos.half li[data-pos="2"] .item_wrap {
        padding-top: 8%;
        padding-bottom: 8%
    }
}

#slots_page {
    background-color: #000
}

    #slots_page .main {
        background-position: 50% 0%;
        background-repeat: no-repeat
    }

@media (min-width:1400px) {
    #slots_page .main {
        background-size: contain
    }
}

@media (min-width:992px) {
    #slots_page .hero_tabs h1 {
        background-position: 0 50%
    }
}

#slots_page #slots_details {
    background-color: rgba(179, 18, 23, 0.7)
}

    #slots_page #slots_details .contwrap {
        max-width: 1366px
    }

#slots_page #slot_des {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

@media (max-width:767.98px) {
    #slots_page #slot_des {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%
    }
}

@media (max-width:1399.98px) {
    #slots_page #slot_des {
        padding-left: 1.875rem
    }
}

#slots_page #slot_des h2, #slots_page #slot_des p {
    color: #fff
}

#slots_page #slot_des p {
    padding: 0 0 1.5rem
}

#slots_page #slot_data {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 8.33333%
}

@media (max-width:767.98px) {
    #slots_page #slot_data {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%
    }
}

@media (max-width:991.98px) {
    #slots_page #slot_data ul {
        padding-left: 0
    }
}

#slots_page #slot_data ul li:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.25)
}

#slots_page #slot_data ul li h6, #slots_page #slot_data ul li p {
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    font-weight: bold
}

#slots_page.sc #slot_data ul li h6, #slots_page.sc #slot_data ul li p, #slots_page.tc #slot_data ul li h6, #slots_page.tc #slot_data ul li p {
    font-weight: 400
}

#slots_page #slot_data ul li h6 {
    width: 40%;
    font-family: "Roboto", "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

#slots_page.sc #slot_data ul li h6 {
    font-family: "Roboto", "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

#slots_page #slot_data ul li p {
    width: 59%;
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive
}

#slots_page.sc #slot_data ul li p {
    font-family: "Roboto", "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

#slots_features h2 {
    color: #fff
}

    #slots_features h2:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8'%3e%3crect data-name='head_deco' width='80' height='8' rx='4' ry='4' fill='%23ef3340'/%3e%3c/svg%3e")
    }

#slots_features h4 {
    color: #fff
}

#slots_features p {
    color: #fff
}

#slots_features .contwrap {
    max-width: 1366px
}

form .form-control {
    background-color: #fff;
    border-radius: 1.25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 0
}

    form .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0
    }

        form .form-control:focus::-webkit-input-placeholder {
            opacity: 0
        }

        form .form-control:focus:-ms-input-placeholder {
            opacity: 0
        }

        form .form-control:focus::-ms-input-placeholder {
            opacity: 0
        }

        form .form-control:focus::placeholder {
            opacity: 0
        }

    form .form-control:hover::-webkit-input-placeholder {
        color: #ef3340
    }

    form .form-control:hover:-ms-input-placeholder {
        color: #ef3340
    }

    form .form-control:hover::-ms-input-placeholder {
        color: #ef3340
    }

    form .form-control:hover::placeholder {
        color: #ef3340
    }

form label {
    display: block;
    color: #fff;
    font-size: 0.875rem;
    text-align: left;
    padding-left: 1.25rem
}

form .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer
}

    form .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0
    }

    form .upload-btn-wrapper .btn-upload {
        border: 1px solid #848484;
        color: #848484;
        background-color: white;
        letter-spacing: 0.1rem;
        padding: 1rem 3rem;
        font-size: 1rem;
        line-height: 1.3;
        border-radius: 6rem;
        cursor: pointer
    }

    form .upload-btn-wrapper label {
        padding-top: 1rem
    }

form .captcha img {
    margin: 0 auto
}

form .alert {
    text-align: center;
    border-radius: 1.875rem
}

    form .alert[data-alert^=success] {
        color: #00ab84;
        background: #ccecf9 -webkit-gradient(linear, left top, left bottom, from(#d4effa), to(#ccecf9)) repeat-x;
        background: #ccecf9 -webkit-linear-gradient(top, #d4effa, #ccecf9) repeat-x;
        background: #ccecf9 -o-linear-gradient(top, #d4effa, #ccecf9) repeat-x;
        background: #ccecf9 linear-gradient(180deg, #d4effa, #ccecf9) repeat-x;
        border-color: #b8e7dd
    }

        form .alert[data-alert^=success] hr {
            border-top-color: #a5e1d4
        }

        form .alert[data-alert^=success] .alert-link {
            color: #00785d
        }

    form .alert[data-alert^=fail] {
        color: #ef3340;
        background: #fcd6d9 -webkit-gradient(linear, left top, left bottom, from(#fcdcdf), to(#fcd6d9)) repeat-x;
        background: #fcd6d9 -webkit-linear-gradient(top, #fcdcdf, #fcd6d9) repeat-x;
        background: #fcd6d9 -o-linear-gradient(top, #fcdcdf, #fcd6d9) repeat-x;
        background: #fcd6d9 linear-gradient(180deg, #fcdcdf, #fcd6d9) repeat-x;
        border-color: #f5858c;
        color: #ef3340
    }

        form .alert[data-alert^=fail] hr {
            border-top-color: #f36d76
        }

        form .alert[data-alert^=fail] .alert-link {
            color: #de1120
        }

form .btn {
    display: block;
    margin: 1.875rem auto 0
}

.applyform form .btn {
    margin-top: 0
}

form .upload label {
    padding-top: 0.5rem
}

@media (min-width:992px) {
    form .upload label {
        text-align: left
    }
}

@media (min-width:992px) {
    form .sendandback .form-group {
        padding-left: 0
    }
}

@media (max-width:767.98px) {
    form .sendandback .btn, form .sendandback .btn.btn-default {
        min-width: 12rem
    }
}

@media (min-width:1400px) {
    form .sendandback .btn, form .sendandback .btn.btn-default {
        min-width: 10rem
    }
}

@media (min-width:992px) and (max-width:1919.98px) {
    form .sendandback .btn, form .sendandback .btn.btn-default {
        min-width: 6rem;
        padding: 1rem 3rem
    }
}

form .backtoinfo {
    background-color: #eeecec
}

#CompanyWebsite-error, #Email-error, #Message-error, #Name-error {
    color: #202123;
    margin-top: 0.5rem
}

#messageprompt .modal-content {
    border-radius: 0
}

#messageprompt .modal-body {
    padding: 10vh 5vw
}

    #messageprompt .modal-body h5 {
        text-align: center;
        line-height: 2rem;
        padding-bottom: 5vh
    }

body #messageprompt .modal-body .btn-default, body #messageprompt .modal-body .btn-default:hover {
    color: #ef3340;
    background-color: #eeecec;
    background-image: none
}

#messageprompt .modal-footer {
    border-top: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#pgfooter {
    background-color: #202123;
    padding-top: 2.5rem;
    padding-bottom: 4.5rem
}

@media (min-width:992px) {
    #pgfooter {
        padding-top: 3.5rem;
        padding-bottom: 4.5rem
    }
}

#mainfooter {
    color: #848484
}

    #mainfooter a {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #848484
    }

@media (prefers-reduced-motion:reduce) {
    #mainfooter a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

#mainfooter a.soc-link {
    color: #fff
}

#mainfooter a:hover {
    text-decoration: none
}

#mainfooter ol, #mainfooter ul {
    padding-left: 0;
    list-style: none
}

#mainfooter .foothead {
    padding-bottom: 1.5rem
}

    #mainfooter .foothead a {
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205.8 60.9' preserveAspectRatio='xMinYMin meet'%3e%3cpath d='M73.6 24.1v-2.7c0-1.2-.6-1.8-1.8-1.8h-.6c-1.2 0-1.7.6-1.7 1.8v5c0 .6.1.9.3 1.1.2.2.6.5 1.1.8l3.8 2.1c.8.5 1.4.9 1.8 1.1.4.3.6.6.8 1 .2.4.3 1.1.3 2.2v6.5c0 3.4-1.6 5.1-4.9 5.1h-2.5c-3.2 0-4.9-1.9-4.9-5.6v-1.5h4.1v1.6c0 1.2.6 1.8 1.8 1.8h.8c1.1 0 1.6-.6 1.6-1.8v-5.2c0-.6-.1-.9-.3-1.1-.2-.2-.6-.5-1.1-.8l-3.8-2.2c-.8-.5-1.5-.8-1.8-1.1-.4-.3-.7-.7-.8-1.2-.2-.5-.3-1.1-.3-1.9v-6.2c0-3.5 1.6-5.2 4.9-5.2h2.5c3.2 0 4.9 1.7 4.9 5.2v3h-4.2zM81 46.3V16h4.1v30.4H81v-.1zm16.2-12.5L101 16h4.5v30.4h-4.1l.4-19.9-3 14.4h-3.1l-3-14.4.3 19.8h-4.1V16h4.5l3.8 17.8zm12-17.8h7.4c3.3 0 4.9 1.7 4.9 5.2v9c0 3.4-1.6 5.2-4.9 5.2h-3.4v11h-4.1l.1-30.4zm4.1 15.7h2.6c1.1 0 1.6-.6 1.6-1.8v-8.5c0-1.2-.6-1.8-1.8-1.8h-2.4v12.1zm21.1 14.6h-9.6V16h4.1v26.7h5.6v3.6h-.1zm2.3 0V16h10.1v3.7h-6v9.2h5.3v3.7h-5.3v10.1h6v3.7h-10.1v-.1z' fill='%23fff'%3e%3c/path%3e%3cpath d='M51.6 26.5L41 20.4l-8.7-5L8.7 28.9V11.8l6.1 3.5v5l8.7-5v-5L6.9.6C3.8-1.1 0 1.1 0 4.6v39.5l32.3-18.7 8.7 5-19.1 11.1-13.2 7.6v-5l-8.7 5v7.3c.1 3.4 3.9 5.5 6.9 3.8l44.8-25.8c3-1.7 3-6.2-.1-7.9z' fill='%23ef3340'%3e%3c/path%3e%3cpath d='M150.6 16h7.4c3.3 0 4.9 1.7 4.9 5.2v9c0 3.4-1.6 5.2-4.9 5.2h-3.4v11h-4.1V16h.1zm4 15.7h2.6c1.1 0 1.6-.6 1.6-1.8v-8.5c0-1.2-.6-1.8-1.8-1.8h-2.4v12.1z' fill='%23ef3340'%3e%3c/path%3e%3cpath d='M175.7 46.3h-9.6V16h4.1v26.7h5.6v3.6h-.1z' fill='%23ffb81c'%3e%3c/path%3e%3cpath d='M181.9 46.3h-4.1V21.2c0-3.5 1.6-5.2 4.9-5.2h3c3.2 0 4.9 1.7 4.9 5.2v25.2h-4.1V35.2h-4.7v11.1h.1zm4.7-14.8V21.4c0-1-.8-1.8-1.8-1.8h-1.1c-1 0-1.8.8-1.8 1.8v10.1h4.7z' fill='%2300ab84'%3e%3c/path%3e%3cpath class='logo_y' d='M200.9 46.3h-4.1V35.2l-5-19.2h4l3 13.2h.1l2.7-13.2h4l-4.9 19.2v11.1h.2z' fill='%23009fdf'%3e%3c/path%3e%3c/svg%3e");
        background-size: contain
    }

        #mainfooter .foothead a p {
            position: relative;
            opacity: 0;
            font-size: 2rem;
            -webkit-transition: all 350ms linear;
            -o-transition: all 350ms linear;
            transition: all 350ms linear
        }

            #mainfooter .foothead a p:before {
                display: block;
                content: "";
                width: 100%;
                padding-top: 28.57143%
            }

            #mainfooter .foothead a p > :first-child {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0
            }

#mainfooter .footbody {
    padding-bottom: 1.875rem
}

@media (min-width:992px) {
    #mainfooter .footbody {
        padding-bottom: 2.0625rem
    }
}

#mainfooter .footbody dl.footmap {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    letter-spacing: 1px
}

@media (min-width:768px) {
    #mainfooter .footbody dl.footmap {
        padding-right: 1.875rem
    }
}

#mainfooter .footbody dl.footmap dt {
    color: #ef3340;
    font-weight: 400;
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive;
    font-size: 1rem;
    text-align: center;
    padding: 1rem
}

.sc #mainfooter .footbody dl.footmap dt {
    font-family: "Roboto", "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

@media (min-width:768px) {
    #mainfooter .footbody dl.footmap dt {
        padding-bottom: 0.7333rem
    }
}

#mainfooter .footbody dl.footmap dt.hide {
    color: #202123
}

@media (max-width:991.98px) {
    #mainfooter .footbody dl.footmap dt.hide {
        display: none
    }
}

#mainfooter .footbody dl.footmap dt a {
    color: #ef3340
}

#mainfooter .footbody dl.footmap dd {
    color: #848484;
    font-weight: 400;
    font-size: 0.75rem;
    position: relative;
    text-align: center;
    line-height: 0.75rem
}

.sc #mainfooter .footbody dl.footmap dd, .tc #mainfooter .footbody dl.footmap dd {
    font-size: 0.85rem
}

#mainfooter .footbody dl.footmap dd a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #848484;
    padding-bottom: 0.25rem;
    position: relative;
    text-decoration: none;
    letter-spacing: 0;
    display: block;
    text-decoration: none
}

@media (prefers-reduced-motion:reduce) {
    #mainfooter .footbody dl.footmap dd a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

#mainfooter .footbody dl.footmap dd a:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -0.2rem;
    content: " ";
    display: block;
    margin: 0;
    position: relative;
    -webkit-transition: width 350ms ease-in-out;
    -o-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 0
}

#mainfooter .footbody dl.footmap dd a:active, #mainfooter .footbody dl.footmap dd a:hover {
    color: #fff
}

    #mainfooter .footbody dl.footmap dd a:active:after, #mainfooter .footbody dl.footmap dd a:hover:after {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-color: #ef3340;
        width: 100%
    }

#mainfooter .footbody.edm .form-control {
    width: auto
}

#mainfooter .footbody.edm .btn.btn-edm, #mainfooter .footbody.edm input[type=text] {
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    font-size: 0.8rem;
    border-radius: 1.25rem
}

#mainfooter .footbody.edm .btn.btn-edm, #mainfooter .footbody.edm label {
    padding: 0.375rem 0.75rem
}

#mainfooter .footbody.edm label {
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive;
    line-height: 1.5;
    padding: 0.375rem 0.75rem
}

@media (max-width:767.98px) {
    #mainfooter .footbody.edm label {
        text-align: center
    }
}

#mainfooter .footbody.edm input[type=text] {
    padding: 0.375rem 0.75rem 0.375rem 1.75rem;
    border: 1px solid #dc2f3b
}

@media (min-width:768px) {
    #mainfooter .footbody.edm input[type=text] {
        padding-right: 8rem
    }
}

@media (max-width:767.98px) {
    #mainfooter .footbody.edm input[type=text] {
        min-width: 65vw
    }
}

@media (min-width:768px) {
    #mainfooter .footbody.edm .btn.btn-edm {
        margin-left: -8rem
    }
}

@media (max-width:767.98px) {
    #mainfooter .footbody.edm .btn.btn-edm {
        padding: 0.375rem 2.75rem;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

#mainfooter .footbody .edm_msg {
    color: #fff;
    text-align: center
}

#mainfooter .footerCI {
    padding-bottom: 1.875rem
}

@media (min-width:992px) {
    #mainfooter .footerCI {
        padding-bottom: 3rem
    }
}

@media (max-width:767.98px) {
    #mainfooter .footerCI.controw {
        padding-left: 15px;
        padding-right: 15px
    }
}

#mainfooter .footerCI ul {
}

@media (max-width:767.98px) {
    #mainfooter .footerCI ul {
        padding-left: 0.4375rem;
        padding-right: 15px
    }
}

#mainfooter .footerCI ul li {
    padding-left: 0.5rem;
    font-size: 1.3rem
}

    #mainfooter .footerCI ul li span {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #ef3340;
        letter-spacing: 0;
        background-color: rgba(0, 0, 0, 0);
        background-size: 0% 0%
    }

@media (prefers-reduced-motion:reduce) {
    #mainfooter .footerCI ul li span {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

#mainfooter .footerCI ul li:active span, #mainfooter .footerCI ul li:hover span {
    color: #fff;
    letter-spacing: 1px;
    background-color: #ef3340;
    background-size: 100% 100%
}

#mainfooter .footerCI ul#nav-btm {
    border-radius: 2rem
}

@media (min-width:768px) {
    #mainfooter .footerCI ul#nav-btm {
        background: #ef3340
    }
}

#mainfooter .footerCI ul#nav-btm li {
    font-size: 0.7rem;
    border-radius: 2rem
}

.sc #mainfooter .footerCI ul#nav-btm li, .tc #mainfooter .footerCI ul#nav-btm li {
    font-size: 0.85rem
}

#mainfooter .footerCI ul#nav-btm li.backtotop, #mainfooter .footerCI ul#nav-btm li.langmenu {
    line-height: 1rem
}

    #mainfooter .footerCI ul#nav-btm li.backtotop i, #mainfooter .footerCI ul#nav-btm li.langmenu i {
        width: 0.5rem;
        height: 0.5rem;
        display: inline-block;
        font-size: 0.8rem;
        text-align: center
    }

#mainfooter .footerCI ul#nav-btm li.backtotop {
    font-family: "Comfortaa", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", cursive;
    padding-right: 1.7rem;
    padding-left: 1.7rem;
    font-size: 0.7rem
}

@media (max-width:767.98px) {
    #mainfooter .footerCI ul#nav-btm li.backtotop {
        padding-bottom: 1.3rem;
        padding-top: 1.3rem
    }
}

@media (min-width:768px) {
    #mainfooter .footerCI ul#nav-btm li.backtotop {
        padding-right: 0.8rem;
        padding-left: 1.3rem
    }
}

.sc #mainfooter .footerCI ul#nav-btm li.backtotop, .tc #mainfooter .footerCI ul#nav-btm li.backtotop {
    font-size: 0.8rem
}

#mainfooter .footerCI ul#nav-btm li.backtotop a {
    color: #fff;
    cursor: pointer
}

@media (max-width:767.98px) {
    #mainfooter .footerCI ul#nav-btm li.backtotop a {
        color: #ef3340
    }
}

#mainfooter .footerCI ul#nav-btm li.backtotop a i {
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

#mainfooter .footerCI ul#nav-btm li.backtotop a:hover i {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

#mainfooter .footerCI ul#nav-btm li.backtotop i {
    color: #fff;
    margin-right: 0.8rem
}

@media (max-width:767.98px) {
    #mainfooter .footerCI ul#nav-btm li.backtotop i {
        color: #ef3340
    }
}

#mainfooter .footerCI ul#nav-btm li.langmenu {
    background: #fff;
    border: 1px solid #ef3340;
    border-radius: 2rem;
    font-size: 0.75rem
}

.sc #mainfooter .footerCI ul#nav-btm li.langmenu, .tc #mainfooter .footerCI ul#nav-btm li.langmenu {
    font-size: 0.8rem
}

#mainfooter .footerCI ul#nav-btm li.langmenu:after {
    display: none
}

#mainfooter .footerCI ul#nav-btm li.langmenu b {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.8rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3e%3cpath d='M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm193.2 152h-82.5c-9-44.4-24.1-82.2-43.2-109.1 55 18.2 100.2 57.9 125.7 109.1zM336 256c0 22.9-1.6 44.2-4.3 64H164.3c-2.7-19.8-4.3-41.1-4.3-64s1.6-44.2 4.3-64h167.4c2.7 19.8 4.3 41.1 4.3 64zM248 40c26.9 0 61.4 44.1 78.1 120H169.9C186.6 84.1 221.1 40 248 40zm-67.5 10.9c-19 26.8-34.2 64.6-43.2 109.1H54.8c25.5-51.2 70.7-90.9 125.7-109.1zM32 256c0-22.3 3.4-43.8 9.7-64h90.5c-2.6 20.5-4.2 41.8-4.2 64s1.5 43.5 4.2 64H41.7c-6.3-20.2-9.7-41.7-9.7-64zm22.8 96h82.5c9 44.4 24.1 82.2 43.2 109.1-55-18.2-100.2-57.9-125.7-109.1zM248 472c-26.9 0-61.4-44.1-78.1-120h156.2c-16.7 75.9-51.2 120-78.1 120zm67.5-10.9c19-26.8 34.2-64.6 43.2-109.1h82.5c-25.5 51.2-70.7 90.9-125.7 109.1zM363.8 320c2.6-20.5 4.2-41.8 4.2-64s-1.5-43.5-4.2-64h90.5c6.3 20.2 9.7 41.7 9.7 64s-3.4 43.8-9.7 64h-90.5z' fill='%23ef3340'/%3e%3c/svg%3e")
}

#mainfooter .footerCI ul#nav-btm li.langmenu i {
    color: #ef3340;
    margin-left: 0.8rem
}

#mainfooter .footerCI ul#nav-btm li.langmenu .dropdown-toggle:after {
    display: none
}

#mainfooter .footerCI ul#nav-btm li.langmenu .dropdown-menu {
    border: none;
    min-width: 1rem;
    width: calc(100% - 0.5rem)
}

#mainfooter .footerCI ul#nav-btm li.langmenu .dropdown-item {
    font-size: 0.75rem
}

    #mainfooter .footerCI ul#nav-btm li.langmenu .dropdown-item:focus, #mainfooter .footerCI ul#nav-btm li.langmenu .dropdown-item:hover {
        background: none
    }

#mainfooter .footerCI h4 {
    font-size: 1rem
}

#mainfooter .footerCI p {
    color: #848484;
    font-weight: 300;
    font-size: 0.75rem
}

.sc #mainfooter .footerCI p {
    font-family: "Roboto", "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}
/* -------------------------------------------------- 
// 	SECTION - .soclist 
-------------------------------------------------- */

#part_contact .soclist {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%
}

@media (min-width:768px) {
    #part_contact .soclist {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 16.6666666667%
    }
}

.soclist {
    padding-bottom: 1.875rem
}

    .soclist ul.soclinks {
    }

        .soclist ul.soclinks li {
            padding-right: 0.25rem;
            padding-left: 0.25rem
        }

@media (max-width:1399.98px) {
    .soclist ul.soclinks li {
        padding-bottom: 0.6rem
    }
}

@media (max-width:991.98px) {
    .soclist ul.soclinks li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

        .soclist ul.soclinks li.msg {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 21%;
            flex: 0 0 21%
        }
}

.soclist ul.soclinks p {
    color: #fff
}

.soclist ul.soclinks a {
    color: #fff
}

    .soclist ul.soclinks a:hover {
        text-decoration: none
    }

/* -------------------------------------------------- 
// 	SECTION - soc links
-------------------------------------------------- */

.soc-link {
    width: 3rem;
    height: 3rem;
    font-size: 1.4625rem;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

@media (min-width:992px) {
    .soc-link {
        width: 2rem;
        height: 2rem;
        font-size: 1.125rem
    }
}

.soc-link:hover {
    text-decoration: none
}

.envelope {
    background-color: #ef3340
}

    .envelope:before {
        content: "";
        display: inline-block;
        width: 1.469rem;
        height: 1.469rem;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='icon_envo' data-name='icon_envo' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.04 29.55' preserveAspectRatio='xMinYMin meet'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M2.15 2l16.11 13.11a2 2 0 0 0 2.52 0L36.89 2'/%3e%3crect class='cls-1' x='1.5' y='1.5' width='36.04' height='26.55' rx='2'/%3e%3c/svg%3e");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain
    }

@media (min-width:992px) {
    .envelope:before {
        width: 1.13rem;
        height: 1.13rem
    }
}

.home {
    background-color: #ef3340
}

    .home:before {
        content: "";
        display: inline-block;
        width: 1.469rem;
        height: 1.469rem;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' preserveAspectRatio='xMinYMin meet'%3e%3cpath d='M7 2L2 6.4V12h4V9h2v3h4V6.3L7 2z' fill='%23fffdfd'/%3e%3c/svg%3e");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain
    }

@media (min-width:768px) {
    .home:before {
        width: 1.13rem;
        height: 1.13rem
    }
}

.lineapp {
    background-color: #06c755
}

    .lineapp:before {
        content: "";
        display: inline-block;
        width: 2.2rem;
        height: 2.2rem;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3e%3cpath d='M159.9 64C101 64 53.1 102.9 53.1 150.7c0 42.8 38 78.7 89.3 85.5 3.5.8 8.2 2.3 9.4 5.3 1.1 2.7.7 6.9.3 9.7 0 0-1.2 7.5-1.5 9.1-.5 2.7-2.2 10.6 9.2 5.8 11.4-4.8 61.5-36.2 83.9-62 15.5-17 22.9-34.2 22.9-53.3.1-47.9-47.8-86.8-106.7-86.8zm-37.7 112.3c0 1.1-.9 2-2 2v-.1h-30c-1.1 0-2-.9-2-2v-46.5c0-1.1.9-2 2-2h7.6c1.1 0 2 .9 2 2v37h20.4c1.1 0 2 .9 2 2v7.6zm18.1-.1c0 1.1-.9 2-2 2h-7.6c-1.1 0-2-.9-2-2v-46.6c0-1.1.9-2 2-2h7.6c1.1 0 2 .9 2 2v46.6zm51.5-.1c0 1.1-.9 2-2 2h-7.5c-.2 0-.4 0-.5-.1h-.5l-.1-.1c-.2-.1-.4-.3-.5-.5l-21.3-28.8v28c0 1.1-.9 2-2 2h-7.6c-1.1 0-2-.9-2-2V130c0-1.1.9-2 2-2H158.3l.1.1h.1l.1.1h.1l.1.1.1.1.2.2 21.3 28.8v-27.7c0-1.1.9-2 2-2H190.1c1.1 0 2 .9 2 2v46.4zm41.4-38.7c0 1.1-.9 2-2 2h-20.4v7.9h20.4c1.1 0 2 .9 2 2v7.6c0 1.1-.9 2-2 2h-20.4v7.9h20.4c1.1 0 2 .9 2 2v7.6c0 1.1-.9 2-2 2v-.1h-30c-1.1 0-2-.9-2-2v-46.4c0-1.1.9-2 2-2h30c1.1 0 2 .9 2 2v7.5z' fill='%23fff'/%3e%3c/svg%3e");
        background-position: 45% 50%;
        background-repeat: no-repeat;
        background-size: contain
    }

@media (min-width:992px) {
    .lineapp:before {
        width: 1.7rem;
        height: 1.7rem
    }
}

.soc-link.linkedin-in {
    background-color: #2867b2
}

.soc-link.youku {
    background-color: #fff
}

.soc-link.facebook-f {
    background-color: #3b5998
}

.soc-link.skype {
    background-color: #00aff0
}

.soc-link.weibo {
    background-color: #e6162d
}

.soc-link.twitter {
    background-color: #1da1f2
}

.soc-link.weixin {
    background-color: #47b133
}

.soc-link.youtube {
    background-color: #ff0000
}

@media (max-width:1399.98px) {
    .soc-link.youtube {
        padding-bottom: 0.1rem
    }
}

.soc-link.telegram-plane {
    background-color: #0088cc
}

@media (max-width:1399.98px) {
    .soc-link.telegram-plane {
        padding-right: 0.1rem
    }
}

.soc-link.envelope {
    background-color: #ffb81c
}

.soc-link.instagram {
    background: url(../img/contact/instagram_BG.JPG) 50% 50% no-repeat;
    background-size: cover;
    padding-right: 0.1rem
}


@-webkit-keyframes turnup {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes turnup {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

#evtfootban_pad {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #5f2d91
}

    #evtfootban_pad img {
        margin: 0 auto
    }

@media (min-width:576px) {
    #evtfootban_pad .contwrap {
        max-width: 540px
    }
}

@media (min-width:768px) {
    #evtfootban_pad .contwrap {
        max-width: 720px
    }
}

@media (min-width:992px) {
    #evtfootban_pad .contwrap {
        max-width: 960px
    }
}

@media (min-width:1400px) {
    #evtfootban_pad .contwrap {
        max-width: 1366px
    }
}

@media (min-width:1920px) {
    #evtfootban_pad .contwrap {
        max-width: 1366px
    }
}

#evtfootban_pad .evtlink {
    color: #fff;
    padding: 1.3rem 3.5rem;
    border: 2px solid #fff;
    text-decoration: none;
    -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    background: transparent
}

@media (max-width:991.98px) {
    #evtfootban_pad .evtlink {
        padding: 1.3rem 1.5rem
    }
}

#evtfootban_pad .evtlink:hover {
    background: #fff
}

    #evtfootban_pad .evtlink:hover span {
        color: #5f2d91
    }

#evtfootban_pad .evtlink span {
    color: #fff;
    font-size: 1rem
}

@media (max-width:767.98px) {
    #evtfootban_pad .evtlink span {
        font-size: 1.5rem
    }
}

#evtfootban_pad ul {
    width: 100%
}

@media (min-width:1400px) {
    #evtfootban_pad ul {
        max-width: 1366px
    }
}

@media screen and (max-width:768px) and (orientation:landscape) {
    #evtfootban_pad ul img {
        max-width: 60%
    }
}

#evtfootban_pad .evt_ban_mo {
}

#evtfootban_pad .evt_ban_dk {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    #evtfootban_pad .evt_ban_dk {
        height: 117px
    }
}

@media (min-width:768px) and (max-width:1399.98px) {
    #evtfootban_pad .evt_ban_dk {
        background-position: 60% 50%
    }
}
