:root {
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray-dark: #343a40;
    --blue: #be2b0b;
    --red: #be2b0b;
    --#fff:#fff;
    --gray: #868e96;
    --primary: #be2b0b;
    --light: #fff;
    --dark: #000;
    --breakpoint-xs: 0;
    --breakpoint-sm: 481px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-sl: 1025px;
    --breakpoint-xl: 1200px;
    --font-family-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)
}

aside, footer, header, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: Montserrat,serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #000;
    text-align: left
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1.125rem
}

address {
    font-style: normal;
    line-height: inherit
}

address, ul {
    margin-bottom: 1rem
}

ul {
    margin-top: 0
}

    ul ul {
        margin-bottom: 0
    }

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 {
    text-decoration: none;
    background-color: transparent
}

    a, a:hover {
        color: #be2b0b
    }

        a:hover {
            text-decoration: underline
        }

        a:not([href]):not([tabindex]), 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 {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, 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
}

[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: 1rem;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit
}

.h1, h1 {
    font-size: 1.625rem
}

.h2, h2 {
    font-size: 1.125rem
}

.h3, h3 {
    font-size: 1.25rem
}

.h4, h4 {
    font-size: 1.375rem
}

.h5, .h6, h5, h6 {
    font-size: 1rem
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1370px
}

@media (min-width:481px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.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
}

.col, .col-12, .col-lg-1, .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-md-1, .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-sl-4, .col-sm-6, .col-sm-12, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-8, .col-xl-9, .col-xl-12 {
    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%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:481px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .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%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .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 {
        -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
    }
}

@media (min-width:1025px) {
    .col-sl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media (min-width:1200px) {
    .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 {
        -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-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-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .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: #000;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #212529;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #212529;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #212529;
    opacity: 1
}

.form-control::placeholder {
    color: #212529;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ebebeb;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #000;
    background-color: #fff
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.btn {
    display: inline-block;
    font-weight: 700;
    color: #000;
    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: 1px solid transparent;
    padding: 8px 1.2rem;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 0;
    -webkit-transition: all .25s;
    -o-transition: .25s all;
    transition: all .25s
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #000;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #be2b0b;
    border-color: #be2b0b
}

    .btn-primary:hover {
        color: #fff;
        background-color: #9a2309;
        border-color: #8e2008
    }

    .btn-primary.focus, .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(200,75,48,.5);
        box-shadow: 0 0 0 0 rgba(200,75,48,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #be2b0b;
        border-color: #be2b0b
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #8e2008;
        border-color: #821d08
    }

        .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 rgba(200,75,48,.5);
            box-shadow: 0 0 0 0 rgba(200,75,48,.5)
        }

.btn-outline-primary {
    color: #be2b0b;
    border-color: #be2b0b
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #be2b0b;
        border-color: #be2b0b
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(190,43,11,.5);
        box-shadow: 0 0 0 0 rgba(190,43,11,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #be2b0b;
        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: #be2b0b;
        border-color: #be2b0b
    }

        .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 rgba(190,43,11,.5);
            box-shadow: 0 0 0 0 rgba(190,43,11,.5)
        }

.btn-outline-light {
    color: #fff;
    border-color: #fff
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #fff;
        border-color: #fff
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        -webkit-box-shadow: 0 0 0 0 hsla(0,0%,100%,.5);
        box-shadow: 0 0 0 0 hsla(0,0%,100%,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #fff;
        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: #212529;
        background-color: #fff;
        border-color: #fff
    }

        .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 hsla(0,0%,100%,.5);
            box-shadow: 0 0 0 0 hsla(0,0%,100%,.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 rgba(0,0,0,.5);
        box-shadow: 0 0 0 0 rgba(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 rgba(0,0,0,.5);
            box-shadow: 0 0 0 0 rgba(0,0,0,.5)
        }

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .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
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle:after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .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: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.15)
}

    .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-menu.show {
        display: block
    }

.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-tabs {
    border-bottom: 1px solid transparent
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .dropdown-menu {
        margin-top: -1px
    }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .4375rem 1rem
}

    .navbar, .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: .29688rem;
    padding-bottom: .29688rem;
    margin-right: 1rem;
    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 .dropdown-menu {
        position: static;
        float: none
    }

.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: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

@media (max-width:1024.98px) {
    .navbar-expand-sl > .container, .navbar-expand-sl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1025px) {
    .navbar-expand-sl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sl, .navbar-expand-sl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal
        }

            .navbar-expand-sl .navbar-nav {
                -ms-flex-direction: row;
                flex-direction: row
            }

                .navbar-expand-sl .navbar-nav .dropdown-menu {
                    position: absolute
                }

            .navbar-expand-sl > .container, .navbar-expand-sl > .container-fluid {
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap
            }

            .navbar-expand-sl .navbar-collapse {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
                -ms-flex-preferred-size: auto;
                flex-basis: auto
            }

            .navbar-expand-sl .navbar-toggler {
                display: none
            }
}

.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,.125)
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .0625rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #be2b0b;
    background-color: #fff;
    border: 1px solid #eaeaea
}

    .page-link:hover {
        z-index: 2;
        color: #be2b0b;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #eaeaea
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(190,43,11,.25);
        box-shadow: 0 0 0 .2rem rgba(190,43,11,.25)
    }

.page-item:first-child .page-link {
    margin-left: 0
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #be2b0b;
    border-color: #be2b0b
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #eaeaea
}

.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
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.bg-primary {
    background-color: #be2b0b !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #8e2008 !important
}

.bg-white {
    background-color: #fff !important
}

.border-0 {
    border: 0 !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width:481px) {
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width:1025px) {
    .d-sl-none {
        display: none !important
    }

    .d-sl-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive:before {
        display: block;
        content: ""
    }

    .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-16by9:before {
    padding-top: 56.25%
}

.flex-column {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

@media (min-width:768px) {
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

@media (min-width:992px) {
    .flex-lg-column {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !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
    }

    .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
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
}

@media (min-width:1025px) {
    .justify-content-sl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
}

@media (min-width:1200px) {
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.m-0 {
    margin: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.p-0 {
    padding: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.p-2 {
    padding: .5rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mx-auto {
    margin-right: auto !important
}

.mx-auto {
    margin-left: auto !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:768px) {
    .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:1025px) {
    .text-sl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-center {
        text-align: center !important
    }
}

.text-uppercase {
    text-transform: uppercase !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.text-white {
    color: #fff !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.header {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6, .text-white a:not(.btn.arrow):not(.btn):not(.btn-ani):not(.close-header-top), .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
    color: inherit
}

    .text-white a:not(.btn.arrow):not(.btn):not(.btn-ani):not(.close-header-top):hover {
        color: #be2b0b
    }

.last-mb-none > :last-child {
    margin-bottom: 0
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit
}

    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
        color: #be2b0b
    }

.footer a {
    color: inherit
}

    .footer a:hover {
        color: #be2b0b
    }

@font-face {
    font-family: icomoon;
    src: url(/skins/v_company_4.0/fonts/icomoon_d1b344c3.eot);
    src: url(/skins/v_company_4.0/fonts/icomoon_d1b344c3.eot#iefix) format("embedded-opentype"),url(/skins/v_company_4.0/fonts/icomoon_18e83a0d.ttf) format("truetype"),url(/skins/v_company_4.0/fonts/icomoon_248ba440.woff) format("woff"),url(/wp-content/themes/converge/dist/fonts/icomoon_342240dd.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.icomoon {
    font-family: icomoon,sans-serif !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-play:before {
    content: "\E919"
}

.icon-select-dropdown:before {
    content: "\E916"
}

.icon-facebook:before {
    content: "\EA90"
}

.icon-twitter:before {
    content: "\E91A"
}

.icon-youtube:before {
    content: "\EA9E"
}

.icon-linkedin2:before {
    content: "\EACA"
}

.icon-circle-arrow:before {
    content: "\E915";
    color: #bd2b0b
}

.icon-arrow-next1:before {
    content: "\E911"
}

.icon-arrow-prev:before {
    content: "\E912"
}

.icon-icon-scroll-down:before {
    content: "\E910"
}

.icon-search:before {
    content: "\E905"
}

.icon-arrow:before {
    content: "\E90E"
}

.icon-arrow-next:before {
    content: "\E909"
}

.icon-cancel:before {
    content: "\E908"
}

.icon-close:before {
    content: "\E91F"
}

.icon-chevron-right:before {
    content: "\E90A"
}

.icon-chevron-left:before {
    content: "\E90B"
}

.icon-chevron-down:before {
    content: "\E90C"
}

.icon-chevron-up:before {
    content: "\E90D"
}

*, :active, :focus, button, button:active, button:focus, input, input:active, input:focus, option {
    outline: none !important;
    outline: 0 !important
}

html {
    margin: 0 auto;
    background-color: #000
}

body {
    background-color: #fff
}

body, html {
    overflow-x: hidden
}

.contact-us, .global-locations {
    background-color: #151515
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-style: normal;
    font-weight: inherit;
    -webkit-text-decoration: None;
    text-decoration: None
}

    h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:focus, h5 a:hover, h6 a:focus, h6 a:hover {
        text-decoration: none
    }

.h1, .h2-style-h1, h1 {
    line-height: 1.15385
}

.h2, h2 {
    line-height: 1.16667;
    letter-spacing: 2px;
    font-weight: 700
}

.h3, .p-style-h3 p, h3 {
    line-height: 1.6;
    margin-bottom: 1.5625rem
}

.p-style-h3 p {
    font-weight: 300
}

.style-h2 .h3, .style-h2 h3 {
    line-height: 1.16667;
    margin-bottom: 1.125rem
}

.h3-regular .h3, .h3-regular h3 {
    font-weight: 400
}

.h3-regular-v2 .h3, .h3-regular-v2 h1, .h3-regular-v2 h3 {
    line-height: 1.45455;
    font-size: 1.375rem
}

.h3-regular-v2 h1 {
    font-weight: 400
}

.h4, h4 {
    line-height: 1.72727;
    font-weight: 700
}

.h3-same-h5 h3, .h5, h5 {
    font-weight: 400;
    line-height: 1.5625;
    margin-bottom: 14px;
    font-size: 1rem
}

.h3-bold .h3, .h3-bold h3, .h5-bold .h5, .h5-bold h5 {
    font-weight: 700
}

.h4-regular .h4, .h4-regular h4 {
    font-weight: 400;
    line-height: 1.45455
}

.h4-semi .h4, .h4-semi h4 {
    font-weight: 600;
    line-height: 1.45455
}

.h6, h6 {
    font-weight: 700;
    line-height: 1.75
}

ul {
    padding-left: 28px
}

    ul li {
        margin-bottom: 10px
    }

img {
    max-width: 100%
}

label {
    margin-bottom: 0
}

b, strong {
    font-weight: 700
}

a, a:hover {
    -webkit-transition: all .25s;
    -o-transition: .25s all;
    transition: all .25s
}

table thead {
    background: #be2b0b;
    color: #fff
}

table td, table th {
    border: 1px solid #9c9c9c;
    padding: 10px 15px
}

.tag-big h2 {
    font-size: 3.75rem;
    font-weight: 100;
    line-height: .9;
    letter-spacing: -.75px
}

li + h1, li + h2, li + h3, li + h4, li + h5, li + h6, p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6 {
    margin-top: 30px
}

@media (max-width:767px) {
    h3 {
        line-height: 1.25
    }
}

.space-0 {
    height: 0
}

.space-10 {
    height: 10px
}

.space-20 {
    height: 20px
}

.space-30 {
    height: 30px
}

.space-40 {
    height: 40px
}

.space-50 {
    height: 50px
}

.space-55 {
    height: 55px
}

.space-60 {
    height: 60px
}

.space-70 {
    height: 70px
}

.space-80 {
    height: 80px
}

.space-90 {
    height: 90px
}

.space-100 {
    height: 100px
}

.space-110 {
    height: 110px
}

.space-120 {
    height: 120px
}

.space-130 {
    height: 130px
}

.space-140 {
    height: 140px
}

.space-150 {
    height: 150px
}

.space-160 {
    height: 160px
}

.space-170 {
    height: 170px
}

.space-180 {
    height: 180px
}

.space-190 {
    height: 190px
}

.space-200 {
    height: 200px
}

.space-210 {
    height: 210px
}

.space-220 {
    height: 220px
}

.space-230 {
    height: 230px
}

.space-240 {
    height: 240px
}

.space-250 {
    height: 250px
}

.space-260 {
    height: 260px
}

.space-270 {
    height: 270px
}

.space-280 {
    height: 280px
}

.space-290 {
    height: 290px
}

.space-300 {
    height: 300px
}

.wrapper {
    position: relative;
    width: 100%
}

.main-content {
    padding-top: 60px
}

.touch * {
    cursor: pointer
}

.bg-none {
    background: none
}

.alignleft {
    float: left;
    margin-right: 20px
}

.alignright {
    float: right;
    margin-left: 20px
}

.bg {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.bg-bottom-center {
    background-position: bottom !important
}

.bg-bottom-right {
    background-position: 100% 100% !important
}

.bg-bottom-left {
    background-position: 0 100% !important
}

.bg-center {
    background-position: 50% !important
}

.bg-top-left {
    background-position: 0 0 !important
}

.bg-top-right {
    background-position: 100% 0 !important
}

.bg-gray {
    background-color: #adb5bd
}

.bg-d8 {
    background-color: #d8d8d8
}

.bg-gray-300 {
    background: #eaeaea
}

.bg-15 {
    background-color: #151515
}

.ps-as {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

    .ps-as.bg {
        z-index: -1
    }

        .ps-as.bg + div:not(.bg) {
            z-index: 2
        }

.ie10 a.ps-as {
    background: #fff;
    opacity: 0
}

.ps-rv {
    position: relative
}

.d-lg-table, .d-table {
    table-layout: fixed
}

.text-red {
    background-color: #be2b0b;
    padding: 3px 5px 5px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    line-height: 1.3
}

.no-bg {
    background: none !important
}

.text-center ul {
    padding-left: 0
}

    .text-center ul li {
        list-style-position: inside
    }

.bg-black {
    background-color: #000
}

.color-white {
    color: #fff
}

.color-p-53 p {
    color: #535353
}

.compliance .group-btn-inline > * a {
    white-space: normal
}

.container {
    padding: 0 20px
}

.home {
    background: #151515;
    color: #fff
}

.heading {
    margin-bottom: 24px
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 27px 0 16px
}

.plus {
    position: absolute;
    top: 22px;
    left: -32px;
    width: 20px;
    height: 20px
}

    .plus:after, .plus:before {
        content: "";
        background: #be2b0b;
        display: block;
        -webkit-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out
    }

    .plus:before {
        width: 100%;
        height: 2px
    }

    .plus:after {
        width: 2px;
        height: 100%;
        position: absolute;
        top: -50%;
        left: 50%;
        margin: 1px 0 0 -1px
    }

.style-ul ul {
    list-style: none
}

    .style-ul ul li {
        color: #535353;
        position: relative
    }

        .style-ul ul li:after, .style-ul ul li:before {
            content: "";
            display: block;
            position: absolute;
            border-radius: 50%
        }

        .style-ul ul li:after {
            width: 8px;
            height: 8px;
            background: #bd2b0b;
            top: 9px;
            left: -24px
        }

        .style-ul ul li:before {
            width: 16px;
            height: 16px;
            border: 1px solid #bd2b0b;
            top: 5px;
            left: -28px
        }

.style-ul .social li:after, .style-ul .social li:before {
    content: none
}

.arrow-down {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 1.3125rem
}

.pointer {
    cursor: pointer
}

.drop-cus-v2 .nav-tab-mb a {
    font-size: 1rem
}

.drop-cus-v2 .nav-tab-mb.is-active a {
    border: none
}

.arrow-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #000;
    font-size: 1.125rem
}

    .arrow-text .arrow {
        display: inline-block;
        width: 29px;
        height: 29px;
        margin-right: 15px;
        border-width: 3px;
        pointer-events: none
    }

        .arrow-text .arrow .icon-arrow {
            top: -4px;
            left: -5px;
            font-size: .875rem
        }

.line {
    width: 92px;
    height: 3px
}

#ip-search-desktop::-ms-clear, input[type=search]::-ms-clear, input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

section .container {
    position: relative;
    z-index: 2
}

html .country-selector.weglot-dropdown {
    background: transparent
}

    html .country-selector.weglot-dropdown input:checked ~ .wgcurrent:after {
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 17px
    }

    html .country-selector.weglot-dropdown .wgcurrent {
        border: none;
        cursor: pointer
    }

        html .country-selector.weglot-dropdown .wgcurrent:after {
            content: "\E90F";
            font-family: icomoon;
            font-size: .5rem;
            color: #be2b0b;
            font-weight: 400;
            font-style: normal;
            top: 13px;
            -webkit-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
            right: 0
        }

    html .country-selector.weglot-dropdown .wglanguage-name {
        font-size: 14px;
        font-weight: 700;
        padding-left: 0;
        padding-right: 26px
    }

    html .country-selector.weglot-dropdown ul {
        border: none
    }

        html .country-selector.weglot-dropdown ul a {
            font-size: 14px;
            color: #212529;
            font-weight: 700
        }

            html .country-selector.weglot-dropdown ul a:hover {
                color: #fff;
                background-color: #be2b0b
            }

@media (max-width:991px) {
    .drop-get-h {
        overflow: hidden;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

        .drop-get-h:not(.is-active) {
            height: 0 !important
        }

    .arrow-text .arrow {
        width: 32px;
        height: 32px
    }

        .arrow-text .arrow .icon-arrow {
            -webkit-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            top: 7px;
            left: 7px;
            font-size: 1rem
        }
}

@media (max-width:767px) {
    .text-red {
        display: initial;
        background: transparent;
        padding: 0
    }

    html .country-selector.weglot-dropdown .wgcurrent:after {
        top: 15px;
        border-left: 7px solid transparent;
        border-color: transparent;
        border-right: 7px solid transparent;
        border-top: 8px solid #fff;
        content: "";
        background-image: none
    }

    html .country-selector.weglot-dropdown input:checked ~ .wgcurrent:after {
        top: 15px
    }

    html .country-selector.weglot-dropdown .wglanguage-name, html .country-selector.weglot-dropdown ul a {
        font-size: 16px;
        font-weight: 400
    }
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

    .form-control:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px transparent inset;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        -o-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s
    }

textarea.form-control {
    height: 291px;
    resize: none
}

.field-textarea {
    padding: 20px 0
}

.msg-input {
    border: 1px solid transparent
}

    .msg-input.error {
        border-color: #be2b0b
    }

label {
    margin-bottom: 2px;
    font-size: 1rem
}

    label sup {
        left: 2px;
        top: -2px
    }

.btn-search {
    position: absolute;
    top: 52%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: no-repeat;
    padding: 15px
}

.item-search {
    margin-bottom: 10px
}

    .item-search h2 {
        margin-bottom: 0
    }

.form-search-list-post {
    border: 1px solid #000;
    border-radius: 50px;
    overflow: hidden;
    max-width: 500px;
    padding-right: 50px
}

    .form-search-list-post input {
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .form-search-list-post input:-webkit-autofill {
            -webkit-text-fill-color: #000 !important
        }

.page-link {
    margin-left: 0;
    width: 40px;
    text-align: center
}

    .page-link span {
        position: relative;
        top: 2px;
        left: -1px
    }

    .page-link:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .page-link.btn-custom {
        padding-top: 7px;
        padding-bottom: 9px
    }

.title-search {
    line-height: 1.2;
    font-weight: 600
}

.btn {
    min-width: 174px;
    font-size: .875rem
}

.btn-primary {
    text-transform: uppercase;
    border-width: 0
}

    .btn-primary:hover {
        background: #fff;
        color: #be2b0b
    }

.btn-ani {
    position: relative;
    cursor: pointer;
    border: 3px solid transparent;
    padding: 14px 15px;
    letter-spacing: .04px;
    min-width: auto;
    font-size: 1rem
}

    .btn-ani .text {
        display: block;
        -webkit-transition: -webkit-transform .4s cubic-bezier(.2,0,0,1) .4s;
        transition: -webkit-transform .4s cubic-bezier(.2,0,0,1) .4s;
        -o-transition: -o-transform .4s cubic-bezier(.2,0,0,1) .4s;
        transition: transform .4s cubic-bezier(.2,0,0,1) .4s;
        transition: transform .4s cubic-bezier(.2,0,0,1) .4s,-webkit-transform .4s cubic-bezier(.2,0,0,1) .4s,-o-transform .4s cubic-bezier(.2,0,0,1) .4s
    }

    .btn-ani:after {
        right: .875rem;
        bottom: -4px;
        left: .875rem;
        content: "";
        height: 3px;
        -webkit-transition: right .2s cubic-bezier(.04,.48,0,1) .6s,left .4s cubic-bezier(.04,.48,0,1) .6s,-webkit-transform .8s cubic-bezier(1,0,.37,1) .2s;
        transition: right .2s cubic-bezier(.04,.48,0,1) .6s,left .4s cubic-bezier(.04,.48,0,1) .6s,-webkit-transform .8s cubic-bezier(1,0,.37,1) .2s;
        -o-transition: right .2s cubic-bezier(.04,.48,0,1) .6s,left .4s cubic-bezier(.04,.48,0,1) .6s,-o-transform .8s cubic-bezier(1,0,.37,1) .2s;
        transition: transform .8s cubic-bezier(1,0,.37,1) .2s,right .2s cubic-bezier(.04,.48,0,1) .6s,left .4s cubic-bezier(.04,.48,0,1) .6s;
        transition: transform .8s cubic-bezier(1,0,.37,1) .2s,right .2s cubic-bezier(.04,.48,0,1) .6s,left .4s cubic-bezier(.04,.48,0,1) .6s,-webkit-transform .8s cubic-bezier(1,0,.37,1) .2s,-o-transform .8s cubic-bezier(1,0,.37,1) .2s;
        -webkit-transform-origin: left;
        -o-transform-origin: left;
        transform-origin: left
    }

    .btn-ani:after, .line-btn {
        position: absolute;
        background: #be2b0b
    }

        .line-btn.-left, .line-btn.-right {
            width: 3px;
            bottom: -4px;
            top: -3px;
            -webkit-transform: scaleY(0);
            transform: scaleY(0)
        }

        .line-btn.-bottom, .line-btn.-top {
            height: 3px;
            left: -4px;
            right: -4px;
            -webkit-transform: scaleX(0);
            transform: scaleX(0)
        }

        .line-btn.-right {
            right: -4px;
            -webkit-transition: -webkit-transform .05s cubic-bezier(1,0,.65,1.01) .13s;
            transition: -webkit-transform .05s cubic-bezier(1,0,.65,1.01) .13s;
            -o-transition: -o-transform .05s cubic-bezier(1,0,.65,1.01) .13s;
            transition: transform .05s cubic-bezier(1,0,.65,1.01) .13s;
            transition: transform .05s cubic-bezier(1,0,.65,1.01) .13s,-webkit-transform .05s cubic-bezier(1,0,.65,1.01) .13s,-o-transform .05s cubic-bezier(1,0,.65,1.01) .13s;
            -webkit-transform-origin: top;
            -o-transform-origin: top;
            transform-origin: top
        }

        .line-btn.-top {
            top: -3px;
            -webkit-transition: -webkit-transform .05s linear .33s;
            transition: -webkit-transform .05s linear .33s;
            -o-transition: -o-transform .05s linear .33s;
            transition: transform .05s linear .33s;
            transition: transform .05s linear .33s,-webkit-transform .05s linear .33s,-o-transform .05s linear .33s;
            -webkit-transform-origin: left;
            -o-transform-origin: left;
            transform-origin: left
        }

        .line-btn.-left {
            left: -4px;
            -webkit-transition: -webkit-transform .05s linear .41s;
            transition: -webkit-transform .05s linear .41s;
            -o-transition: -o-transform .05s linear .41s;
            transition: transform .05s linear .41s;
            transition: transform .05s linear .41s,-webkit-transform .05s linear .41s,-o-transform .05s linear .41s;
            -webkit-transform-origin: bottom;
            -o-transform-origin: bottom;
            transform-origin: bottom
        }

        .line-btn.-bottom {
            bottom: -4px;
            -webkit-transition: -webkit-transform .2s cubic-bezier(1,0,.65,1.01);
            transition: -webkit-transform .2s cubic-bezier(1,0,.65,1.01);
            -o-transition: -o-transform .2s cubic-bezier(1,0,.65,1.01);
            transition: transform .2s cubic-bezier(1,0,.65,1.01);
            transition: transform .2s cubic-bezier(1,0,.65,1.01),-webkit-transform .2s cubic-bezier(1,0,.65,1.01),-o-transform .2s cubic-bezier(1,0,.65,1.01);
            -webkit-transform-origin: right;
            -o-transform-origin: right;
            transform-origin: right
        }

.btn-outline-dark, .btn-white, .btn-white:active, .btn-white:hover {
    color: #fff
}

.arrow-circle {
    width: 22px;
    height: 22px;
    border-radius: 50px;
    border: 2px solid #be2b0b;
    font-size: .5625rem;
    display: block;
    color: #be2b0b
}

    .arrow-circle:focus, .arrow-circle:hover {
        border-color: #000;
        color: #000
    }

    .arrow-circle .icomoon {
        width: 10px;
        height: 9px
    }

.arrow-cir-white {
    color: #fff;
    border-color: #fff
}

    .arrow-cir-white + .text-more span {
        background: #fff;
        color: #be2b0b
    }

.arrow {
    text-decoration: none !important;
    display: block;
    position: relative
}

    .arrow .icomoon, .arrows .icomoon {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto
    }

.arrow-small {
    padding: 3px 0 0 1px
}

    .arrow-small .icomoon {
        position: relative
    }

.arrow-square {
    width: 40px;
    height: 40px;
    background: #be2b0b;
    font-size: .8125rem;
    color: #fff
}

    .arrow-square .icomoon {
        width: 13px;
        height: 12px
    }

    .arrow-square.arrow-prev {
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .arrow-square.slick-prev {
        -webkit-transform: rotate(180deg) translateY(50%);
        -o-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%)
    }

.arrow-squa-white:focus, .arrow-squa-white:hover {
    background: #fff;
    color: #000
}

.arrow-large {
    width: 32px;
    height: 32px;
    font-size: .8125rem;
    padding: 0;
    border-width: 3px;
    background: #fff
}

    .arrow-large .icomoon {
        width: 13px;
        height: 12px
    }

.btn-more {
    position: relative;
    display: inline-block;
    min-width: 32px
}

    .btn-more .ps-as.focus-show {
        bottom: -2px
    }

    .btn-more span {
        color: inherit
    }

    .btn-more .arrow {
        position: absolute;
        top: -1px;
        left: 0;
        -webkit-transition: all .25s;
        -o-transition: .25s all;
        transition: all .25s
    }

    .btn-more .arrow-cir-white {
        border-color: #fff;
        color: #fff;
        background: #be2b0b
    }

.text-more {
    overflow: hidden;
    width: 0;
    -webkit-transition: all .25s;
    -o-transition: .25s all;
    transition: all .25s;
    margin-left: 1px
}

    .text-more span {
        font-size: 1rem;
        color: #fff;
        font-weight: 700;
        font-style: normal;
        padding: 3px 22px 3px 39px;
        display: block;
        background: #be2b0b;
        border-radius: 20.5px;
        letter-spacing: .04px;
        white-space: nowrap
    }

.bg-e1 {
    background-color: #e1e1e1
}

@media (max-width:1024px) {
    .btn-ani {
        padding: 13px 0;
        border-left-width: 0;
        border-right-width: 0
    }

        .btn-ani:after {
            left: 0;
            right: 0
        }

    .btn-more .arrow {
        position: relative
    }

    .text-more {
        display: none
    }

    .btn, .btn:hover {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

@media (max-width:767px) {
    .btn-ani {
        padding: 13px 0 7px
    }
}

@media (max-width:480px) {
    .btn-ani {
        padding: 13px 0 14px
    }
}

.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    position: relative;
    color: inherit;
    font-size: inherit;
    background-color: transparent;
    font-weight: 700
}

    .dropdown-toggle .caret-c8 {
        position: absolute;
        top: 16px;
        right: 17px;
        z-index: 1;
        font-size: .5rem;
        margin-top: 2px;
        color: #7f7f7f;
        font-weight: 700
    }

    .dropdown-toggle .filter-option {
        padding-right: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dropdown-toggle .cls-italic {
        font-style: italic
    }

    .dropdown-toggle:after {
        display: none
    }

    .dropdown-toggle:hover, .dropdown-toggle[aria-expanded=true] {
        color: inherit
    }

    .dropdown-toggle:focus:before {
        content: "";
        display: block;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        position: absolute;
        top: -2px;
        left: -2px;
        border: 1px solid #000
    }

.select-c8 {
    display: none
}

.dropdown-select-c8 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
    padding: 0 !important;
    height: auto !important;
    border-radius: 0
}

    .dropdown-select-c8.dropdown .caret-c8 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .dropdown-select-c8.dropdown .caret-c8:before {
            display: block
        }

    .dropdown-select-c8.show .caret-c8 {
        -webkit-transform: rotate(180deg) translateY(50%);
        -o-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%);
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center
    }

    .dropdown-select-c8.focus li a:focus {
        color: inherit
    }

    .dropdown-select-c8 .dropdown-menu {
        border-radius: 0;
        float: none;
        width: 100%;
        padding: 0;
        color: inherit;
        font-size: 1em;
        margin: 0;
        border: 0 solid transparent;
        border-top: none;
        max-height: 187px;
        overflow-y: auto;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
        box-shadow: 0 1px 3px rgba(0,0,0,.2)
    }

    .dropdown-select-c8 ul {
        padding: 0;
        list-style: none;
        margin: 0
    }

    .dropdown-select-c8 li {
        margin: 0;
        padding: 0;
        border-top: 1px solid hsla(0,0%,50%,.3);
        color: #000
    }

        .dropdown-select-c8 li:first-child {
            border-top: none
        }

        .dropdown-select-c8 li.focus, .dropdown-select-c8 li.selected, .dropdown-select-c8 li:focus, .dropdown-select-c8 li:hover {
            color: #be2b0b
        }

        .dropdown-select-c8 li.disabled {
            cursor: not-allowed;
            pointer-events: none;
            opacity: .8
        }

            .dropdown-select-c8 li.disabled a {
                cursor: not-allowed;
                background-color: #ebebeb;
                color: #212529
            }

        .dropdown-select-c8 li a {
            color: inherit;
            display: block;
            padding: .9375rem 1.25rem;
            text-decoration: none !important
        }

            .dropdown-select-c8 li a:focus {
                color: #be2b0b
            }

@media (max-width:767px) {
    .dropdown-select-c8 .form-control {
        padding: 20px
    }
}

@media (min-width:768px) {
    .dropdown-select-c8 .dropdown-toggle {
        padding-top: 30px;
        height: 75px;
        line-height: 40px
    }

    .dropdown-select-c8 .dropdown {
        position: absolute;
        top: 0;
        left: 0
    }

    .dropdown-select-c8 .select-c8 {
        display: block;
        visibility: hidden;
        opacity: 1
    }
}

.box-featured {
    z-index: 1;
    padding: 16px 0 0 16px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff
}

    .box-featured h3 {
        margin-bottom: 20px
    }

    .box-featured.version-black {
        border-color: #000
    }

.box-featured-col {
    margin-bottom: 42px
}

.box-has-image h3 {
    margin-bottom: 7px
}

.box-has-image .bg {
    z-index: -2
}

    .box-has-image .bg:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(28%,hsla(0,0%,41%,.59)),color-stop(98%,#000));
        background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,0),hsla(0,0%,41%,.59) 28%,#000 98%);
        background-image: -o-linear-gradient(top,hsla(0,0%,100%,0),hsla(0,0%,41%,.59) 28%,#000 98%);
        background-image: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,41%,.59) 28%,#000 98%);
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: .3s all;
        transition: all .3s
    }

.box-has-image.box-featured-white {
    color: #fff
}

.box-has-image .box-featured-inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #e2e2e2;
    opacity: 0
}

.box-featured-white {
    border-color: #000
}

@media (max-width:767px) {
    .box-featured {
        padding: 35px 30px;
        min-height: 255px
    }

        .box-featured:not(.box-has-image) {
            margin-left: 32px
        }

    .box-has-image {
        border: none;
        padding: 0;
        margin-bottom: -10px
    }

        .box-has-image .box-featured-inner {
            padding: 19px 60px 31px 30px;
            min-height: 335px
        }
}

.box-has-image .arrow-circle {
    border-color: #fff;
    color: #fff
}

.compliance {
    position: fixed;
    bottom: 0;
    background-color: hsla(0,0%,88%,.8);
    width: 100%;
    z-index: 33333;
    padding: 30px 0 20px;
    color: #000;
    -webkit-transition: all .4s;
    -o-transition: .4s all;
    transition: all .4s;
    max-height: 100vh
}

    .compliance .btn-arrow {
        color: #000;
        font-weight: 600
    }

        .compliance .btn-arrow:hover {
            text-decoration: none;
            color: #be2b0b
        }

    .compliance.close {
        -webkit-transform: translateY(110%);
        -o-transform: translateY(110%);
        transform: translateY(110%)
    }

    .compliance .btn {
        padding: 12px 20px;
        font-size: 1rem;
        line-height: 1.2;
        text-transform: uppercase
    }

    .compliance .btn-primary {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .compliance .content-hidden {
        max-height: 0;
        -webkit-transition: all .5s;
        -o-transition: .5s all;
        transition: all .5s;
        overflow: hidden;
        font-size: .875rem
    }

        .compliance .content-hidden.open {
            margin-top: 15px;
            max-height: 1000px
        }

    .compliance .icon-chevron-down, .compliance .icon-chevron-right {
        position: relative
    }

        .compliance .icon-chevron-down:before, .compliance .icon-chevron-right:before {
            font-weight: 700;
            position: absolute;
            top: 2px;
            left: 2px
        }

.inner-container {
    width: 87%
}

@media screen and (min-width:992px) {
    .compliance-content p {
        margin-bottom: 0
    }
}

@media (max-width:480px) {
    .compliance {
        padding: 30px 0
    }

    .group-btn-inline {
        text-align: center
    }
}

@media (min-width:481px) {
    .group-btn-inline {
        margin: 0 -5px
    }

        .group-btn-inline > * {
            margin-bottom: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding: 0 5px
        }

            .group-btn-inline > * a {
                width: 100%;
                white-space: nowrap;
                text-transform: capitalize
            }
}

@media screen and (min-width:992px) and (max-width:1150px) {
    .compliance .btn-primary {
        margin-left: 20px
    }
}

@media screen and (min-width:992px) and (max-width:1010px) {
    .compliance .btn-primary {
        margin-left: 30px
    }
}

@media screen and (min-width:1200px) and (max-width:1500px) {
    .compliance .btn-primary {
        margin-left: 20px
    }
}

@media screen and (min-width:1200px) and (max-width:1366px) {
    .compliance .btn-primary {
        margin-left: 30px
    }
}

.footer {
    padding-top: 60px;
    background-color: #000;
    color: #fff
}

    .footer a:hover {
        opacity: 1;
        color: #fff;
        text-decoration: none
    }

.footer-top {
    z-index: 1
}

.f-circle {
    display: none
}

.col-f-mn {
    margin-top: 55px
}

.logo-footer {
    max-width: 191px;
    margin: 0 auto
}

    .logo-footer img {
        width: 100%
    }

.footer-copyright {
    margin-top: 30px;
    font-size: .75rem;
    font-weight: 400;
    font-style: normal;
    padding: 24px 0 45px
}

    .footer-copyright ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .footer-copyright li {
        display: inline-block
    }

        .footer-copyright li:after {
            content: "|";
            margin-left: 4px;
            margin-right: 1px;
            opacity: .5
        }

        .footer-copyright li:last-child:after {
            content: none
        }

        .footer-copyright li:first-child {
            opacity: .5
        }

            .footer-copyright li:first-child:after {
                opacity: 1
            }

    .footer-copyright a {
        opacity: .5
    }

.f-menu-par > a {
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    line-height: 2.27778;
    margin-bottom: 0
}

.footer-cta {
    margin-top: 41px
}

.follow-us p {
    font-weight: 600;
    line-height: 1.875;
    margin-bottom: 5px
}

.follow-us li {
    margin-bottom: 0
}

.cta-f-cont {
    margin-top: 35px
}

    .cta-f-cont a {
        text-transform: uppercase;
        min-width: 192px;
        font-size: 1rem;
        padding: 12px
    }

.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    border-bottom: 1px solid #9c9c9c
}

    .header.pin-header {
        position: fixed;
        -webkit-box-shadow: 2px 9px 18px -6px rgba(0,0,0,.22);
        box-shadow: 2px 9px 18px -6px rgba(0,0,0,.22)
    }

.home.has-banner .header {
    background-color: transparent
}

.home.has-banner .pin-header {
    background: #000
}

.header-top {
    font-size: .875rem;
    letter-spacing: .2px;
    padding: 9px 0;
    -webkit-transition: all .3s;
    -o-transition: .3s all;
    transition: all .3s;
    color: #fff
}

    .header-top .close-header-top:hover {
        color: #000;
        text-decoration: none !important
    }

.header-top-content a {
    color: inherit !important
}

.close-header-top {
    font-size: 1.25rem;
    line-height: 1;
    margin-left: 10px;
    color: #fff;
    cursor: pointer
}

.header-logo {
    width: 100%;
    max-width: 133px;
    padding: 0
}

.menu-top {
    font-size: .875rem;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    padding: 22px 15px 21px
}

    .menu-top .lang {
        font-weight: 700;
        margin-left: 47px
    }

        .menu-top .lang a {
            color: inherit;
            text-decoration: none
        }

        .menu-top .lang em {
            font-size: .5rem;
            color: #be2b0b;
            font-weight: 400;
            font-style: normal;
            position: relative;
            top: -2px;
            left: 0;
            margin-left: 5px
        }

        .menu-top .lang:hover .dropdown-menu {
            display: block
        }

    .menu-top .dropdown-menu {
        min-width: auto;
        width: 100%;
        font-size: medium;
        color: #000
    }

    .menu-top .s-icon-search {
        text-decoration: none
    }

.menu-bot {
    border-top: 1px solid #9c9c9c;
    background-color: #fff;
}

    .menu-bot .weglot_choice {
        position: absolute;
        display: block !important;
        width: 50px;
        height: 50px;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        opacity: 0
    }

.header-mobile, .menu-top {
    position: relative
}

.l-m-top li {
    display: inline-block;
    margin-bottom: 0
}

    .l-m-top li:after {
        content: "|";
        margin-left: 9px;
        margin-right: 4px
    }

    .l-m-top li:last-child:after {
        content: none
    }

.l-m-top a {
    color: inherit
}

.s-icon-search {
    color: #fff;
    width: 51px;
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1.25rem;
    padding: 8px 16px
}

    .s-icon-search:hover {
        color: #be2b0b
    }

.action-search .msg-input {
    border-radius: 25px
}

.action-search .form-control {
    font-size: .875rem;
    color: #fff;
    font-weight: 600;
    font-style: normal;
    background: transparent;
    height: 43px;
    border: 0;
    padding-right: 50px
}

    .action-search .form-control::-webkit-input-placeholder {
        color: #fff
    }

    .action-search .form-control::-moz-placeholder {
        color: #fff
    }

    .action-search .form-control::-ms-input-placeholder {
        color: #fff
    }

    .action-search .form-control::placeholder {
        color: #fff
    }

    .action-search .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .action-search .form-control:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px transparent inset;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        -o-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s;
        -webkit-text-fill-color: #fff !important
    }

.action-search .frm-search {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden
}

.safari .action-search input {
    padding-top: 2px
}

.m-btn-contact .btn {
    margin: 0 auto
}

@media (max-width:1024px) {
    .header .navbar {
        display: block
    }

    .header-mobile {
        margin-right: -15px;
        margin-left: -15px
    }

        .header-mobile:before {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: -500px;
            width: 1000%;
            height: 1px
        }

        .header-mobile .col-mb-4, .header-mobile .col-mb-8 {
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px
        }

        .header-mobile .col-mb-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%
        }

        .header-mobile .col-mb-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            text-align: right
        }

    html.is-open-menu, html.is-open-menu body {
        overflow: hidden;
        height: 100%
    }

        html.is-open-menu body {
            position: absolute;
            top: 0;
            right: 0;
            left: 0
        }

        html.is-open-menu .header {
            position: fixed;
            top: 0;
            height: 100%;
            border-bottom-color: transparent
        }

        html.is-open-menu .header-mobile:before {
            background-color: #9c9c9c
        }

        html.is-open-menu nav {
            height: 100vh;
            padding: 0 0 0 49px
        }

        html.is-open-menu .main-menu {
            height: calc(100vh - 140px);
            width: 100%;
            overflow-y: scroll
        }

    .home.has-banner .header {
        background: #000
    }

    .action-search .msg-input {
        background: #000;
        border: 2px solid hsla(0,0%,59%,.25)
    }

    .action-search .form-control {
        font-weight: 500
    }

    .main-menu .action-search, .main-menu .l-m-top, .main-menu .lang, .main-menu .m-btn-contact {
        margin-top: 22px
    }

    .main-menu .lang {
        display: inline-block
    }

    .main-menu .l-m-top li {
        display: block
    }

        .main-menu .l-m-top li:after {
            content: none
        }

    .main-menu .l-m-top a {
        font-weight: 600;
        padding-bottom: 13px;
        border-bottom: 2px solid #be2b0b
    }

    .menu-bot .header-mobile {
        padding: 15px 45px 15px 0
    }

    .m-btn-contact .btn {
        min-width: 0;
        max-width: 150px
    }
}

@media (max-width:991px) {
    .menu-bot .header-mobile {
        padding-right: 35px
    }
}

@media (max-width:767px) {
    .lang em {
        font-size: .4375rem !important
    }

    .menu-bot .header-mobile {
        padding: 7px 32px 7px 28px
    }

    .menu-bot .container {
        padding: 0
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .header, .header.pin-header {
        position: absolute
    }
}

img.b-loaded {
    -webkit-animation: opacity 1s;
    -o-animation: opacity 1s;
    animation: opacity 1s
}

img.lazy:not(.b-loaded) {
    margin: 0 auto;
    opacity: 0;
    display: block;
    width: auto !important
}

@-webkit-keyframes opacity {
    to {
        opacity: 1
    }
}

@-o-keyframes opacity {
    to {
        opacity: 1
    }
}

@keyframes opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.loadding-page {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: #000
}

.wapper-loading {
    position: absolute;
    width: 200px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.loader {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    .loader div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: #be2b0b;
        -webkit-animation: go .8s ease infinite alternate;
        -o-animation: go .8s infinite alternate ease;
        animation: go .8s ease infinite alternate;
        -webkit-box-shadow: 0 0 20px #be2b0b;
        box-shadow: 0 0 20px #be2b0b
    }

        .loader div:first-child {
            -webkit-animation-delay: -.72s;
            -o-animation-delay: -.72s;
            animation-delay: -.72s
        }

        .loader div:nth-child(2) {
            -webkit-animation-delay: -.64s;
            -o-animation-delay: -.64s;
            animation-delay: -.64s
        }

        .loader div:nth-child(3) {
            -webkit-animation-delay: -.56s;
            -o-animation-delay: -.56s;
            animation-delay: -.56s
        }

        .loader div:nth-child(4) {
            -webkit-animation-delay: -.48s;
            -o-animation-delay: -.48s;
            animation-delay: -.48s
        }

        .loader div:nth-child(5) {
            -webkit-animation-delay: -.4s;
            -o-animation-delay: -.4s;
            animation-delay: -.4s
        }

        .loader div:nth-child(6) {
            -webkit-animation-delay: -.32s;
            -o-animation-delay: -.32s;
            animation-delay: -.32s
        }

        .loader div:nth-child(7) {
            -webkit-animation-delay: -.24s;
            -o-animation-delay: -.24s;
            animation-delay: -.24s
        }

        .loader div:nth-child(8) {
            -webkit-animation-delay: -.16s;
            -o-animation-delay: -.16s;
            animation-delay: -.16s
        }

        .loader div:nth-child(9) {
            -webkit-animation-delay: -.08s;
            -o-animation-delay: -.08s;
            animation-delay: -.08s
        }

        .loader div:nth-child(10) {
            -webkit-animation-delay: 0s;
            -o-animation-delay: 0s;
            animation-delay: 0s
        }

@-webkit-keyframes go {
    to {
        background: transparent;
        -webkit-box-flex: 10;
        flex: 10;
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent
    }
}

@-o-keyframes go {
    to {
        background: transparent;
        flex: 10;
        box-shadow: 0 0 0 transparent
    }
}

@keyframes go {
    to {
        background: transparent;
        -webkit-box-flex: 10;
        -ms-flex: 10;
        flex: 10;
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent
    }
}

.hide-loader {
    display: none
}

@media (max-width:767px) {
    .loadding-page {
        display: none
    }
}

.main-menu ul {
    list-style: none
}

.main-menu-ul {
    padding: 10px 0 1.5em
}

    .main-menu-ul ul {
        padding-left: 0
    }

    .main-menu-ul > li > a {
        padding: 15px 0
    }

    .main-menu-ul li {
        margin: 0;
        position: relative;
        color: #fff;
        line-height: 1.2em
    }

        .main-menu-ul li a {
            display: block;
            color: inherit;
            text-decoration: none
        }

.main-menu-dropdown {
    padding: 0;
    font-size: 1em;
    font-weight: 500
}

    .main-menu-dropdown .nav-item-arrows {
        top: -5px
    }

    .main-menu-dropdown ul li {
        color: #fff
    }

    .main-menu-dropdown ul a {
        padding: 10px 35px
    }

    .main-menu-dropdown li, .main-menu-dropdown li li {
        text-transform: none
    }

    .main-menu-dropdown:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background-color: #2a2a2a
    }

.hamburger-menu {
    padding: 0;
    margin-top: 8px;
    cursor: pointer;
    outline: none !important
}

    .hamburger-menu .icon-bar {
        display: block;
        width: 30px;
        height: 3px;
        background: #be2b0b;
        position: relative;
        margin-left: auto
    }

        .hamburger-menu .icon-bar + .icon-bar {
            margin-top: 7px
        }

    .hamburger-menu.is-open-menu .icon-bar:first-child {
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        top: 1px;
        left: 10px
    }

    .hamburger-menu.is-open-menu .icon-bar:nth-child(2) {
        opacity: 0
    }

    .hamburger-menu.is-open-menu .icon-bar:nth-child(3) {
        -webkit-transform: rotate(-46deg);
        -o-transform: rotate(-46deg);
        transform: rotate(-46deg);
        -webkit-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        top: 2px;
        left: 8px
    }

.navbar-collapse {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit
}

.nav-item-arrows {
    position: absolute;
    top: 5px;
    right: 25px;
    z-index: 1;
    color: inherit;
    font-size: 1em;
    padding: 16px 20px;
    cursor: pointer
}

@media (max-width:1024px) {
    .is-open-child > .nav-item-arrows {
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center
    }

        .is-open-child > .nav-item-arrows.arrows-lv1 .icomoon:before {
            bottom: 5px
        }

    .main-menu-dropdown {
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        padding: 16px 0
    }

        .main-menu-dropdown li {
            line-height: 1.56
        }

        .main-menu-dropdown .active {
            color: #be2b0b
        }

    .menu-bot .main-menu-dropdown .container {
        padding: 0
    }

    .menu-bot .action-search {
        padding: 0 45px 0 35px
    }

    .main-menu, .navbar {
        overflow: hidden
    }

    .main-menu {
        max-height: 0;
        visibility: hidden;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        display: block;
        width: 100%;
        padding: 0
    }

        .main-menu.is-open-menu {
            max-height: 2000px;
            visibility: visible;
            overflow: visible;
            -webkit-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
            z-index: 20;
            padding-bottom: 42px
        }

        .main-menu .arrows-lv1 .icomoon, .main-menu .dropdown .icomoon {
            position: relative;
            font-family: inherit !important;
            display: inline-block;
            top: 0;
            border-left: 7px solid transparent;
            border-color: transparent;
            border-right: 7px solid transparent;
            border-top: 8px solid #fff;
            -webkit-transition: right .25s;
            -o-transition: right .25s;
            transition: right .25s
        }

            .main-menu .arrows-lv1 .icomoon:before, .main-menu .dropdown .icomoon:before {
                content: none
            }

        .main-menu .dropdown .icomoon {
            border-left-width: 6px;
            border-right-width: 6px;
            top: -1px;
            margin-left: 2px
        }

    .main-menu-ul {
        width: 100%;
        padding-bottom: 0
    }

        .main-menu-ul > li {
            position: relative
        }

            .main-menu-ul > li > a {
                font-size: 1.25rem;
                line-height: 1.6;
                font-weight: 500;
                padding: 13px 45px 13px 0;
                margin: 0 45px 0 35px;
                border-bottom: 1px solid #be2b0b
            }

            .main-menu-ul > li.active {
                color: #be2b0b
            }

        .main-menu-ul .main-menu-dropdown {
            position: relative
        }

        .main-menu-ul > .is-open-child {
            color: #be2b0b
        }

            .main-menu-ul > .is-open-child > a {
                border-color: transparent
            }

            .main-menu-ul > .is-open-child .arrows-lv1 .icomoon {
                border-top-color: #be2b0b
            }

        .main-menu-ul .l-m-top li {
            margin-bottom: 20px
        }

            .main-menu-ul .l-m-top li:last-child {
                margin-bottom: 0
            }

        .main-menu-ul .l-m-top a {
            display: inline-block
        }

    .dropdown-menu {
        background: transparent
    }

    .menu-item br {
        display: none
    }

    .sub-menu-cover .row {
        margin: 0
    }

    .sub-menu-cover .col-sl-4 {
        padding: 0
    }
}

@media (max-width:991px) {
    .main-menu-ul > li > a {
        margin: 0 35px
    }

    .nav-item-arrows {
        right: 20px
    }

    .menu-bot .action-search {
        padding: 0 35px
    }
}

@media (max-width:767px) {
    .main-menu-ul > li > a {
        margin: 0 32px 0 28px
    }

    .main-menu-dropdown ul a {
        padding: 10px 28px
    }

    .menu-bot .action-search {
        padding: 0 28px
    }

    .nav-item-arrows {
        right: 15px
    }
}

.row-65 {
    margin-right: -30px;
    margin-left: -30px
}

    .row-65 > * {
        padding-right: 30px;
        padding-left: 30px
    }

.social ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.social li {
    display: inline-block;
    padding: 0 19px 0 0;
    line-height: 20px !important;
    vertical-align: top
}

    .social li a {
        display: block;
        padding: 0;
        font-size: 1.5625rem;
        color: #be2b0b;
        text-align: center;
        text-decoration: none
    }

        .social li a, .social li a:hover {
            -webkit-transition: all .25s;
            -o-transition: .25s all;
            transition: all .25s
        }

            .social li a:hover {
                color: #000
            }

    .social li:last-child {
        padding-right: 0
    }

.social label {
    font-weight: 300
}

.social-border li {
    padding-right: 4px
}

    .social-border li a {
        width: 44px;
        height: 44px;
        border: 1px solid #be2b0b;
        border-radius: 50%;
        padding: 12px 0;
        font-size: .875rem;
        color: #fff
    }

        .social-border li a:hover {
            background-color: #be2b0b;
            color: #fff
        }

.text-white .social a:hover {
    color: #fff !important;
    text-decoration: none !important
}

.social-red li {
    color: #be2b0b;
    padding: 0 15px 0 0
}

    .social-red li a {
        font-size: 1.375rem
    }

.social-red .icon-linkedin2:before {
    content: "\E914"
}

.event-col-body {
    color: #535353;
    padding: 18px 17px 28px
}

.evel-row {
    margin-bottom: 12px
}

.event-col-head {
    padding: 19px 20px 0
}

    .event-col-head > :nth-last-child(2), .event-col-head h3 {
        margin-bottom: 0
    }

    .event-col-head h5 {
        margin-bottom: 3px
    }

    .event-col-head.bg-gray {
        background-color: #e1e1e1
    }

        .event-col-head.bg-gray h3 {
            color: #000
        }

    .event-col-head.bg-black h3 {
        color: #fff
    }

@media (max-width:991px) {
    .mod-evt-sche .container {
        padding: 0 33px
    }

    .event-col-head h3 {
        margin-bottom: 0;
        font-size: 2.625rem;
        font-weight: 100;
        font-style: normal
    }

    .event-col-head h5 {
        font-size: 1.375rem;
        line-height: 1.45455;
        font-weight: 600
    }

    .inner-body-evt {
        padding: 0 10px;
        background-color: #000
    }

        .inner-body-evt.is-active {
            padding: 10px
        }

    .event-col-body {
        background-color: #fff
    }

    .bg-gray + .inner-body-evt {
        background-color: #e1e1e1
    }

    .arrow-down {
        color: #bd2b0b;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: .4s all ease-in-out;
        transition: all .4s ease-in-out;
        position: relative;
        left: -2px;
        top: -2px
    }

    .is-active .arrow-down {
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 0;
        left: 0
    }

    .col-block-evnt {
        margin-bottom: 22px
    }

    .evel-row .col {
        max-width: 100%;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%
    }
}

.mod-404 {
    margin: 30px 0
}

    .mod-404 .btn-custom {
        margin-top: 30px
    }

.error404 #main-content {
    padding-top: 0 !important
}

.error404 #header {
    position: static
}

.error404 #footer {
    margin: 0 !important
}

.bg-bnr-fea {
    height: 165px;
    position: relative;
    display: none
}

    .bg-bnr-fea:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(189,43,11,.65)
    }

.show-img .bg-bnr-fea {
    display: block
}

.bnr-f-left {
    padding: 0
}

.mod-b-featured h2 {
    margin-bottom: 20px !important
}

.mod-b-featured h6 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #fff
}

.mod-b-featured .d-table {
    padding: 31px 0 125px
}

.mod-b-featured .slick-prev {
    display: none !important
}

.mod-b-featured .slick-dots {
    bottom: 75px;
    height: 11px;
    z-index: 1
}

.mod-banner.mod-b-featured .d-table {
    height: auto
}

.mod-banner.mod-b-featured .d-table-cell {
    padding: 0
}

.i-s-b-feature {
    display: none
}

    .i-s-b-feature:first-child {
        display: block
    }

.arr-bnr-feat .arrow-next {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    right: 28px;
    top: 145px
}

.slick-initialized .i-s-b-feature {
    display: block !important
}

@media (min-width:481px) {
    .bg-bnr-fea {
        height: 265px
    }

    .arr-bnr-feat .arrow-next {
        top: 245px
    }
}

@media (max-width:991px) {
    .mod-banner .icomoon {
        width: unset
    }
}

.l-box-home {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    margin: 0
}

.i-b-home {
    margin-bottom: 3px;
    padding: 10px 25px 10px 20px
}

    .i-b-home:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #be2b0b;
        width: 1000%
    }

    .i-b-home p {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 0
    }

    .i-b-home .btn-more {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        right: -13px;
        bottom: -1px;
        margin: auto;
        min-width: auto
    }

.scroll-down {
    position: absolute;
    bottom: 257px;
    left: 15px;
    display: none;
    cursor: pointer
}

@media (max-width:767px) {
    .l-box-home {
        margin-left: -20px
    }

    .i-b-home a.ps-as {
        width: 150%
    }

    .i-b-home .arrow-circle {
        width: 100%;
        height: 100%;
        font-size: .75rem;
        border-width: 2px
    }

        .i-b-home .arrow-circle .icomoon {
            width: 12px;
            height: 12px
        }

    .i-b-home .btn-more {
        width: 28px;
        height: 28px
    }
}

@media (max-width:991px) {
    .i-b-home a {
        right: -65px
    }
}

.mod-banner > .container {
    padding-left: 20px
}

.mod-banner .d-table-cell {
    padding: 60px 0 230px
}

.mod-banner .h2-style-h1, .mod-banner h1 {
    margin-bottom: 26px
}

    .mod-banner .h2-style-h1 span, .mod-banner h1 span {
        display: inline-block
    }

.mod-banner .h2-style-h1 {
    font-size: 1.625rem;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0
}

.mod-banner h2 {
    margin-bottom: 11px;
    text-transform: uppercase
}

.mod-banner a:not(.btn) {
    text-decoration: underline
}

.mod-banner .bg-banner {
    z-index: 0
}

.mod-banner.bg-white {
    border-bottom: 1px solid #9c9c9c
}

.mod-banner.bg-black:after, .mod-banner.has-over-bnr:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 46px;
    left: 0;
    background-color: #9c9c9c
}

.mod-ban-home .d-table {
    height: 617px
}

.mod-ban-home .d-table-cell {
    padding-bottom: 200px
}

.mod-ban-home.bg-black:after {
    bottom: 0
}

.mod-ban-home h1 {
    margin-bottom: 17px
}

.mod-ban-home .bnr-img {
    bottom: 75px;
    right: -69px
}

.bnr-img {
    top: auto;
    width: 377px;
    right: -164px;
    left: auto;
    bottom: -10px
}

    .bnr-img img {
        width: 100%
    }

.has-over-bnr {
    background: #000
}

    .has-over-bnr .bg-banner {
        opacity: .4
    }

    .has-over-bnr.mod-f-bnr .bg-banner {
        opacity: 1
    }

        .has-over-bnr.mod-f-bnr .bg-banner:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: hsla(0,0%,8%,.81)
        }

.bnr-box-reg h5 {
    margin-bottom: 0
}

.form-banner-internal {
    position: absolute;
    top: -47px;
    right: -5px;
    left: -5px;
    z-index: 2;
    background: #d9d9d9
}

.headline-form {
    background-color: #bd2b0b;
    padding: 11px 20px
}

    .headline-form h6 {
        line-height: 1.5625
    }

    .headline-form .plus {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        left: auto;
        width: 16px;
        height: 16px;
        margin: auto;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: .4s ease-in-out all;
        transition: all .4s ease-in-out
    }

        .headline-form .plus:after, .headline-form .plus:before {
            background-color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            margin: 0
        }

    .headline-form.is-active .plus {
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

        .headline-form.is-active .plus:after {
            opacity: 1
        }

@media (max-width:1024px) {
    .mod-banner.bg-black:after, .mod-banner.has-over-bnr:after {
        height: 1px
    }
}

@media (max-width:991px) {
    .bnr-box-reg {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 51px;
        z-index: 3;
        padding: 26px 20px 29px
    }

        .bnr-box-reg h5 {
            font-size: 1.25rem;
            line-height: 1.6
        }

        .bnr-box-reg.evt-box-red {
            padding-right: 60px
        }

    .btn-mr-evt {
        position: absolute;
        top: 28px;
        right: 20px;
        z-index: 1
    }
}

.bnr-left {
    z-index: 2
}

@media (max-width:767px) {
    .mod-banner.bg-black:after, .mod-banner.has-over-bnr:after {
        background-color: #4e4e4e
    }

    .mod-banner > .container {
        z-index: 2
    }

    .mod-f-bnr .d-table {
        height: auto
    }

    .mod-ban-home .d-table-cell {
        padding-top: 46px
    }

    .mod-ban-home h1 {
        font-weight: 100
    }

    .bnr-box-reg {
        left: 0
    }

    .opt-2 {
        bottom: -70px;
        right: -100px
    }
}

.box-block {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    padding: 25px 25px 30px
}

    .box-block .line {
        margin: 10px 0 20px
    }

    .box-block .title-block h4 {
        font-size: 1.75rem
    }

.title-block h4 {
    line-height: 1.25
}

.block-hover {
    padding: 20px
}

.b-one-col, .block-col {
    margin-bottom: 40px
}

    .b-one-col .ps-as, .block-col .ps-as {
        z-index: 2
    }

.btn-block {
    margin-top: 30px;
    width: auto
}

.box-block-inner, .btn-block {
    z-index: 1
}

.cont-block {
    color: #535353
}

.heading-block, .option-one-col .block-col:last-child {
    margin-bottom: 0
}

.block-image {
    max-width: 290px;
    margin: 0 auto;
    -webkit-box-shadow: -30px 50px 25px rgba(0,0,0,.15);
    box-shadow: -30px 50px 25px rgba(0,0,0,.15)
}

    .block-image:before {
        content: "";
        display: block;
        padding-bottom: 100%
    }

@media (max-width:767px) {
    .heading-block h3 {
        font-size: 1.375rem;
        line-height: 1.45455
    }

    .title-block h4 {
        font-size: 1.375rem !important;
        font-weight: 600
    }
}

.wrap-r-pin iframe {
    width: 100% !important;
    max-width: 560px;
    display: block;
    border: none
}

.col-l-body h3 {
    margin-bottom: 25px
}

.col-l-body p {
    color: #535353
}

.box-gray {
    background-color: #eaeaea;
    padding: 35px 30px 30px
}

    .box-gray h5 {
        margin-bottom: 35px
    }

.share-bd {
    padding-bottom: 25px
}

    .share-bd h5 {
        margin-bottom: 5px;
        margin-right: 32px
    }

.link-view-all {
    border-bottom: 1px solid #979797;
    padding-bottom: 20px;
    margin-bottom: 28px
}

.wrap-bd-r {
    margin-top: 15px;
    padding-top: 35px;
    padding-left: 35px
}

    .wrap-bd-r h5 {
        font-weight: 700
    }

    .wrap-bd-r:before {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        bottom: -1px;
        left: 0;
        z-index: 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000
    }

    .wrap-bd-r > * {
        position: relative;
        z-index: 2
    }

    .wrap-bd-r .btn-ani {
        min-width: 130px
    }

@media (max-width:991px) {
    .box-gray .btn-ani {
        font-size: .875rem
    }
}

.mod-contact {
    margin-top: 64px
}

    .mod-contact .container-fluid {
        padding: 0
    }

.grid-layout-col {
    width: 100%
}

@media (max-width:991px) {
    .mod-contact .intro-container {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .mod-contact h1 {
        margin-bottom: 10px
    }

    .mod-contact h3 {
        font-size: 1.625rem;
        line-height: 1.15385;
        margin-bottom: 45px
    }

    .contact-l {
        margin-bottom: 14px
    }

        .contact-l > :nth-last-child(2) {
            margin-bottom: 0
        }
}

.mod-content h2 {
    font-weight: 400;
    letter-spacing: 0
}

.mod-content p {
    color: #535353
}

.mod-content .style-content a:not(.btn) {
    text-decoration: none
}

    .mod-content .style-content a:not(.btn):hover {
        text-decoration: underline
    }

.not-line .line-intro {
    display: none
}

@media (max-width:991px) {
    .mod-content .wrap-cont {
        max-width: 100%;
        margin-top: 50px
    }

    .not-line .intro-container {
        padding-left: 0
    }
}

.mod-event-l .container {
    z-index: 1
}

.event-bg03 {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

    .event-bg03:before {
        content: "";
        display: block;
        padding-bottom: 80%
    }

.event-inner {
    margin-bottom: 18px
}

.event-item {
    margin-bottom: 35px
}

    .event-item h5 {
        margin-bottom: 1px
    }

    .event-item p {
        color: #535353;
        margin-bottom: 14px
    }

.box-evt {
    padding-bottom: 16px;
    border-bottom: 1px solid #979797
}

.tab-box .tab-content {
    margin-top: 40px
}

.nav-tab-box a {
    font-size: 1.375rem;
    color: #000;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 1.45455;
    display: block
}

.nav-tab-mb a {
    font-weight: 600;
    display: inline-block;
    padding: 0 29px 2px 0;
    border-bottom: 3px solid transparent
}

.nav-tab-mb .icomoon {
    position: absolute;
    top: 2px;
    right: 8px;
    width: 26px;
    height: 26px;
    font-size: 1.5rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: .4s ease-in-out all;
    transition: all .4s ease-in-out;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-tab-mb.is-active a {
    border-bottom: 3px solid #c4c4c4
}

.nav-tab-mb.is-active .icomoon {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.show-more {
    margin-top: 19px
}

.loadding-item {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden
}

    .loadding-item.is-show {
        position: static;
        opacity: 1;
        visibility: visible
    }

@media (max-width:991px) {
    .mod-event-l .drop-get-h {
        padding-bottom: 15px
    }

    .nav-tabs {
        padding: 21px 0
    }

        .nav-tabs .nav-item {
            display: block;
            margin-bottom: 15px
        }

            .nav-tabs .nav-item:last-child {
                margin-bottom: 0
            }

        .nav-tabs .active {
            display: none
        }

    .nav-tab-box {
        border-bottom: 2px solid #000
    }

    .drop-cus-v2.nav-tab-box {
        border-width: 1px
    }

    .drop-cus-v2 .nav-tabs {
        padding: 0 0 32px
    }

    .drop-cus-v2 .nav-item {
        font-size: 1rem;
        margin-bottom: 2px
    }

    .nav-tab-mb.is-active a {
        border-bottom: none
    }
}

@media (max-width:767px) {
    .mod-event-l .intro-container {
        padding-left: 0
    }

    .mod-event-l .line-intro {
        display: none
    }
}

.mod-f-cta .d-table {
    padding: 152px 0 76px
}

.home .mod-f-cta {
    background-color: hsla(0,0%,100%,.2)
}

    .home .mod-f-cta .f-cta-btn a {
        border-color: #fff;
        color: #fff
    }

        .home .mod-f-cta .f-cta-btn a:hover {
            background-color: #fff;
            color: #000
        }

    .home .mod-f-cta .f-cta-btn:first-child a {
        border-color: #be2b0b
    }

        .home .mod-f-cta .f-cta-btn:first-child a:hover {
            color: #fff;
            background-color: #be2b0b
        }

.f-cta-btn {
    margin-bottom: 30px
}

    .f-cta-btn a {
        font-size: 1.125rem;
        font-weight: 600;
        font-style: normal;
        min-width: auto;
        width: 100%;
        padding: 18px 15px;
        border-width: 2px;
        letter-spacing: .5px;
        max-width: 307px;
        margin: 0 auto;
        display: block
    }

.cta-left h4 {
    font-size: 1.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.35714
}

.cta-right {
    margin-top: 39px
}

.f-earth {
    position: absolute;
    top: -114px;
    left: -48px;
    z-index: 1;
    width: 299px
}

    .f-earth img {
        width: 100%
    }

.mod-featured-resources .heading {
    margin-bottom: 14px
}

.mod-featured-resources .box-featured-inner:before {
    background: #be2b0b;
    opacity: .75
}

@media (max-width:767px) {
    .fea-l-col {
        margin-bottom: 42px
    }

        .fea-l-col:last-child {
            margin-bottom: 0
        }
}

.f-icon {
    width: 76.1%
}

.img-logo-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 93%
}

.mod-f-call .heading {
    margin-bottom: 34px
}

.f-call-right p {
    margin-bottom: 27px
}

@media (max-width:991px) {
    .f-call-right {
        margin-top: 30px
    }

    .img-logo-form {
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

.mod-f-bnr {
    -webkit-transition: margin-bottom .4s ease-in-out;
    -o-transition: .4s margin-bottom ease-in-out;
    transition: margin-bottom .4s ease-in-out
}

    .mod-f-bnr:not(.is-active) {
        margin-bottom: 0 !important
    }

.has-form + .mod-content {
    padding: 37px 0 0;
    background: #fff;
    position: relative;
    z-index: 1
}

.box-form-intern {
    color: #535353
}

    .box-form-intern .set-height-js {
        padding: 14px 15px 45px
    }

.mod-full-width-banner {
    position: relative;
    padding: 0 10px 67px
}

    .mod-full-width-banner h4 {
        margin-bottom: 23px
    }

    .mod-full-width-banner p {
        margin-bottom: 26px
    }

    .mod-full-width-banner:before {
        content: "";
        position: absolute;
        top: 76px;
        right: 0;
        bottom: 0;
        left: 0;
        background: #eaeaea
    }

    .mod-full-width-banner.not-image {
        padding: 67px 10px
    }

        .mod-full-width-banner.not-image:before {
            top: 0
        }

.w-banner-image:before {
    content: "";
    display: block;
    padding-bottom: 66%
}

@media (max-width:991px) {
    .w-banner-image {
        margin-bottom: 37px;
        -webkit-box-shadow: -10px 13px 4px 0 rgba(0,0,0,.17);
        box-shadow: -10px 13px 4px 0 rgba(0,0,0,.17)
    }

    .w-banner-content {
        margin: 0 10px
    }
}

.mod-gal-img {
    margin-top: 50px
}

.gal-thumb {
    padding-bottom: 65%
}

.ls-gal-img .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    color: #fff
}

    .ls-gal-img .slick-arrow.slick-disabled {
        background: #dedede;
        color: #a8a8a8
    }

.ls-gal-img .arrow-prev {
    right: 50px
}

.mod-intro p {
    font-weight: 400
}

.mod-intro .style-ul li:before {
    top: 8px
}

.mod-intro .style-ul li:after {
    top: 12px
}

.mod-intro li, .mod-intro p {
    margin-bottom: 20px
}

    .mod-intro li ul {
        margin-top: 20px
    }

.mod-intro a {
    color: inherit
}

.style-content a {
    text-decoration: underline
}

    .style-content .btn, .style-content a:hover {
        text-decoration: none
    }

.style-content h1 a:hover, .style-content h2 a:hover, .style-content h3 a:hover, .style-content h4 a:hover, .style-content h5 a:hover, .style-content h6 a:hover {
    text-decoration: underline
}

body:not(.home) .mod-intro .text-red {
    color: #fff
}

.intro-container {
    padding-left: 52px
}

.line-intro:after, .line-intro:before {
    content: "";
    background-color: #9c9c9c;
    position: absolute
}

.line-intro:before {
    right: 100%;
    top: 15px;
    width: 100%;
    height: .5px;
    margin-right: -30px
}

.ie10 .line-intro:after, .ie11 .line-intro:after {
    width: 1px
}

.ie10 .line-intro:before, .ie11 .line-intro:before {
    height: 1px
}

@media (max-width:991px) {
    .intro-text {
        margin-top: 35px
    }

    .mod-intro p {
        font-size: 1.625rem;
        line-height: 1.80769
    }

    .mod-intro .intro-img .line-intro {
        left: -85px
    }

    .mod-intro .line-intro:before {
        height: 1px
    }

    .mod-intro .line-intro:after {
        width: 1px
    }
}

@media (max-width:767px) {
    .mod-intro p {
        font-size: 1.125rem;
        line-height: 1.77778
    }

    .intro-img img {
        max-width: 231px
    }

    .has-image .line-intro:before {
        top: 43px
    }

    .style-content a {
        overflow-wrap: break-word
    }
}

.mod-list-certs {
    z-index: 2
}

    .mod-list-certs .heading {
        margin-bottom: 28px
    }

    .mod-list-certs .active .flip-card {
        border-color: #bd2b0b
    }

        .mod-list-certs .active .flip-card .front-card {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg)
        }

        .mod-list-certs .active .flip-card .back-card {
            -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg)
        }

.certs-card {
    -webkit-perspective: 500px;
    perspective: 500px
}

    .certs-card.hovering .flip-card, .certs-card:hover .flip-card {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
        transition: transform .5s,-webkit-transform .5s,-o-transform .5s
    }

.flip-card {
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: -o-transform .6s;
    transition: transform .6s;
    transition: transform .6s,-webkit-transform .6s,-o-transform .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.card-inn {
    padding: 22px 18px 28px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.front-card {
    background-color: #fff;
    border: 1px solid #be2b0b
}

.back-card {
    background-color: #f1f1f1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    min-height: 415px;
    border: 1px solid #bd2b0b;
    z-index: 3;
    position: relative
}

.certs-col {
    margin-bottom: 20px
}

.card-bg {
    top: auto;
    left: 12%;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.flip-bg {
    width: 551px;
    height: 382px;
    top: 122px;
    -webkit-transform: scale(.79);
    -o-transform: scale(.79);
    transform: scale(.79);
    -webkit-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left
}

.front-logo {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    margin: 0 auto;
    z-index: 2
}

.certs-link {
    font-weight: 600
}

    .certs-link p {
        font-weight: 400
    }

    .certs-link a {
        color: #000;
        padding-left: 30px
    }

        .certs-link a:hover {
            color: #bd2b0b;
            text-decoration: none
        }

    .certs-link .icomoon {
        font-weight: inherit;
        color: #bd2b0b;
        margin-right: 10px;
        position: absolute;
        top: 2px;
        left: 0;
        z-index: 1
    }

.certs-card-v2 .front-card {
    background-color: #bd2b0b;
    color: #fff
}

.certs-card-v2 .flip-card {
    border-color: transparent
}

.certs-card-v2 .back-card {
    background-color: #fff
}

.certs-card-v2 .front-logo img {
    -webkit-box-shadow: -12px 12px 2px 0 rgba(0,0,0,.15);
    box-shadow: -12px 12px 2px 0 rgba(0,0,0,.15)
}

.edge .front-logo img {
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}

@media (max-width:767px) {
    .front-logo img {
        max-height: 240px
    }
}

.mod-list-insights {
    overflow: hidden
}

    .mod-list-insights .box-featured {
        border-width: 3px;
        padding-bottom: 45px
    }

        .mod-list-insights .box-featured h6 {
            font-weight: 400;
            margin-bottom: 0;
            color: #535353
        }

        .mod-list-insights .box-featured h3 {
            line-height: 1.45;
            margin-top: -1px
        }

        .mod-list-insights .box-featured .arrow-circle {
            width: 32px;
            height: 32px;
            border-width: 3px;
            margin-bottom: 8px
        }

            .mod-list-insights .box-featured .arrow-circle .icomoon {
                font-size: 1rem;
                top: 2px
            }

        .mod-list-insights .box-featured .date {
            font-size: 1rem;
            color: #535353
        }

    .mod-list-insights .drop-cus-v2 {
        margin-bottom: 18px
    }

.fea-of {
    margin-bottom: 35px
}

.col-l-li {
    margin-bottom: 32px
}

    .col-l-li h1, .col-l-li h3 {
        margin-bottom: 18px
    }

.item-list-insi {
    margin-bottom: 50px
}

.more-insign {
    margin-top: -20px
}

.loading-content {
    opacity: .7
}

@media (max-width:767px) {
    .mod-list-insights .box-featured {
        margin-left: 0
    }
}

.mod-list-subpage {
    position: relative;
    z-index: 1
}

    .mod-list-subpage h4 {
        font-weight: 400
    }

.subpage-content {
    padding-left: 27px;
    margin-bottom: 15px
}

    .subpage-content .bg {
        margin-bottom: 25px
    }

        .subpage-content .bg:before {
            content: "";
            display: block;
            padding-bottom: 48.5%
        }

.subpage-item {
    margin-bottom: 34px
}

.icon-subpage {
    position: relative;
    width: 18px;
    height: 18px
}

    .icon-subpage:after, .icon-subpage:before {
        content: "";
        background: #bd2b0b;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .icon-subpage:before {
        width: 2px;
        height: 100%
    }

    .icon-subpage:after {
        width: 100%;
        height: 2px
    }

@media (max-width:991px) {
    .subpage-content {
        display: none
    }

    .mod-list-subpage .heading {
        margin-bottom: 37px
    }

    .subpage-heading-mb {
        padding-left: 27px;
        position: relative
    }

        .subpage-heading-mb.active-mb .icon-subpage:before {
            display: none
        }

        .subpage-heading-mb .icon-subpage {
            position: absolute;
            left: -32px;
            top: 21px
        }

        .subpage-heading-mb h4 {
            font-weight: 600;
            padding-bottom: 5px;
            position: relative
        }

            .subpage-heading-mb h4:before {
                content: "";
                position: absolute;
                right: -200px;
                bottom: 0;
                left: 0;
                border-bottom: 1px solid #bd2b0b
            }
}

@media (max-width:767px) {
    .mod-list-subpage .heading {
        margin-bottom: 50px
    }

    .subpage-heading-mb .icon-subpage {
        top: 9px
    }
}

.mod-lr-img-video .popup-is-open {
    z-index: 10
}

.mod-lr-img-video h3 {
    font-size: .9375rem;
    line-height: 1.13333;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative
}

    .mod-lr-img-video h3:after {
        content: "";
        width: 92px;
        height: 2px;
        background-color: #be2b0b;
        position: absolute;
        left: 0;
        bottom: 0
    }

.mod-lr-img-video .btn {
    margin-top: 30px;
    color: inherit
}

    .mod-lr-img-video .btn:hover {
        color: #fff
    }

.mod-lr-img-video .t-col-graphic-lr {
    position: absolute;
    top: 11px;
    right: 99%;
    width: 500px;
    height: 100%;
    margin-right: 0
}

.lr-img .bg:before {
    content: "";
    display: block;
    padding-bottom: 56.1%
}

.lr-img a {
    text-decoration: none
}

    .lr-img a:hover {
        background-color: rgba(190,43,11,.49)
    }

    .lr-img a .icomoon {
        color: #fff;
        font-size: 56px
    }

@media (max-width:991px) {
    .lr-img {
        margin-bottom: 30px
    }

    .mod-lr-img-video .t-col-g-d-lr {
        position: absolute;
        right: 0;
        bottom: 37px
    }
}

.mod-photo-gallery h3 {
    line-height: 1.53
}

.photo-gallery-item {
    overflow: hidden
}

.photo-img:before {
    content: "";
    display: block
}

.list-photo-gallery .slick-arrow {
    display: none !important
}

.control-photo-arrow {
    position: absolute;
    right: 61px;
    bottom: 0
}

    .control-photo-arrow .arrow-next {
        margin-left: 11px
    }

    .control-photo-arrow .arrow.disable {
        background: #dedede;
        color: #a8a8a8
    }

.photo-text {
    padding: 21px 18px 42px 0
}

    .photo-text h3 {
        font-weight: 400
    }

@media (max-width:991px) {
    .control-photo-arrow {
        -webkit-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%)
    }

    .photo-img {
        margin: 0 -20px
    }

        .photo-img:before {
            padding-bottom: 66.8%
        }

    .photo-text {
        border-bottom: 1px solid;
        border-right: 1px solid
    }
}

@media (max-width:767px) {
    .photo-text h3 {
        font-size: 1.125rem;
        line-height: 1.8;
        margin-bottom: 18px
    }

    .control-photo-arrow .arrow {
        width: 39px;
        height: 39px
    }

        .control-photo-arrow .arrow .icomoon {
            font-size: .8125rem
        }
}

.mod-related-post {
    margin-top: 40px
}

    .mod-related-post .box-featured {
        margin-left: 0
    }

        .mod-related-post .box-featured .arrow-circle {
            margin-bottom: 0
        }

        .mod-related-post .box-featured .btn-more {
            margin-bottom: 20px
        }

.title-re-post {
    margin-bottom: 38px
}

@media (max-width:991px) {
    .mod-related-post .box-featured {
        border-width: 1px;
        padding: 40px 33px;
        min-height: 200px
    }

        .mod-related-post .box-featured .box-featured-inner > p:first-child {
            margin-bottom: 12px
        }

    .item-related-post {
        margin-bottom: 30px
    }
}

.mod-related-resources .heading {
    margin-bottom: 48px
}

.mod-related-resources .h5-dt {
    font-size: 1.375rem;
    line-height: 1.27273;
    margin-bottom: 18px
}

.sponsors-item {
    height: 44px;
    padding: 0 20px
}

    .sponsors-item img {
        max-height: 100%
    }

    .sponsors-item a {
        height: 44px
    }

.col-sponsors {
    margin: 20px 0
}

.mod-sponsors .slick-initialized {
    margin: 0
}

.mod-sponsors .heading {
    margin-bottom: 13px
}

.slick-initialized .col-sponsors {
    margin: 0
}

@media (max-width:767px) {
    .mod-sponsors .container {
        padding: 0 32px
    }
}

.mod-text-block .d-table {
    padding: 93px 0 98px
}

.mod-text-block ul {
    margin-bottom: 30px
}

.t-block-r {
    margin-top: 41px
}

.line-t-block {
    position: absolute;
    top: -95px;
    right: -252px;
    width: 465px;
    height: 383px
}

    .line-t-block img.lazy {
        width: 100% !important
    }

@media (max-width:991px) {
    .mod-text-block .container {
        padding: 0 40px
    }
}

.two-col-item {
    margin-bottom: 67px
}

.t-col-graphic {
    position: absolute;
    top: 0;
    right: 100%;
    width: 1000px;
    height: 100%;
    margin-right: -30px
}

.has-graphic {
    padding: 0 0 40px 60px;
    margin-top: 60px
}

    .has-graphic .graphic-i {
        display: block
    }

    .has-graphic .two-col-item {
        margin-bottom: 93px
    }

        .has-graphic .two-col-item:last-child {
            margin-bottom: 0
        }

.graphic-i {
    position: absolute;
    top: -58px;
    left: -82px;
    display: none;
    width: 164px
}

.mod-workshop {
    padding-top: 65px;
    padding-bottom: 90px
}

    .mod-workshop a, .mod-workshop h5 {
        font-weight: 700
    }

.col-l-ws h3, .title-workshop {
    margin-bottom: 30px
}

.col-l-ws h3 {
    font-weight: 700
}

.col-l-ws img {
    margin-bottom: 19px;
    width: 100%
}

.list-item-l {
    margin-top: 16px
}

.item-l-ws {
    margin-bottom: 27px
}

.list-r-ws {
    margin-top: 18px
}

    .list-r-ws h3 {
        margin-bottom: 7px;
        font-weight: 400
    }

.item-r-ws {
    margin-bottom: 28px
}

    .item-r-ws h6 {
        margin-top: 23px
    }

.title-l-worshop {
    margin-bottom: 30px
}

    .title-l-worshop h3 {
        font-weight: 700
    }

.img-icons {
    margin-bottom: 47px
}

    .img-icons img {
        max-width: 134px;
        height: 97px
    }

.slider-speaker .img-icons {
    max-width: 190px;
    width: 100%;
    margin: 0 auto 23px
}

    .slider-speaker .img-icons:before {
        content: "";
        display: block;
        padding-bottom: 100%
    }

.slider-speaker .slick-next {
    right: 40px
}

.slider-speaker .slick-prev {
    left: 40px
}

.slider-speaker .item-icons {
    padding-top: 40px
}

.slider-speaker .slick-arrow {
    color: #ddd
}

.slick-slide .item-icons {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.item-icons {
    margin-bottom: 37px;
    color: #535353
}

.desc-icons {
    margin-bottom: 29px
}

.list-icons {
    margin-top: 50px
}

.inner-icons {
    -webkit-box-shadow: 0 2px 45px 0 rgba(0,0,0,.13);
    box-shadow: 0 2px 45px 0 rgba(0,0,0,.13);
    padding: 44px 20px
}

@media (max-width:991px) {
    .mod-icons .row {
        margin: 0 -20px
    }
}

@media (max-width:767px) {
    .mod-icons .row {
        margin: 0 -32px
    }

    .item-icons, .mod-icons .container {
        padding: 0 32px
    }

    .list-i-slide {
        margin-top: 0
    }

    .slider-speaker .cont-icons {
        padding: 0 15px
    }
}
