@charset "UTF-8";

a:focus,
button:focus {
    outline: none !important
}

button::-moz-focus-inner {
    border: 0
}

*:focus {
    outline: none
}

input,
button,
select,
textarea {
    outline: none
}

label {
    margin-bottom: 0
}

p {
    margin: 0
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

ul li {
    display: block
}

form {
    margin-bottom: 0
}

address {
    margin-top: 0;
    margin-bottom: 0
}

html p a:hover {
    text-decoration: none
}

body {
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: rgb(21 21 21 / .7);
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: .03em
}

@media (min-width:768px) {
    body {
        font-size: 16px;
        line-height: 1.5
    }
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: 0;
    color: #2c2c2c
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    color: #ebb85e
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
    display: inline-block
}

h1>span.icon,
h2>span.icon,
h3>span.icon,
h4>span.icon,
h5>span.icon {
    display: inline-block;
    margin-right: 5px
}

h1 {
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0
}

@media (min-width:576px) {
    h1 {
        font-size: 32px
    }
}

@media (min-width:768px) {
    h1 {
        font-size: 46px;
        line-height: 1.25
    }
}

@media (min-width:992px) {
    h1 {
        font-size: 54px
    }
}

@media (min-width:1200px) {
    h1 {
        font-size: 58px
    }
}

@media (min-width:1600px) {
    h1 {
        font-size: 64px;
        line-height: 1.25
    }
}

h2 {
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0
}

@media (min-width:576px) {
    h2 {
        font-size: 30px
    }
}

@media (min-width:768px) {
    h2 {
        font-size: 44px
    }
}

@media (min-width:1200px) {
    h2 {
        font-size: 48px;
        line-height: 1.33333
    }
}

h3 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 600
}

@media (min-width:768px) {
    h3 {
        font-size: 30px;
        line-height: 1.4
    }
}

@media (min-width:1200px) {
    h3 {
        font-size: 40px;
        line-height: 1.2
    }
}

h4 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0
}

@media (min-width:1200px) {
    h4 {
        font-size: 24px;
        line-height: 1.33333
    }
}

h5 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .01em
}

@media (min-width:768px) {
    h5 {
        font-size: 20px;
        line-height: 1.4
    }
}

.wow-outer span {
    display: block
}

.wow-outer .wow>span {
    display: inline
}

p [data-toggle='tooltip'] {
    padding-left: .25em;
    padding-right: .25em;
    color: #ebb85e
}

p a {
    color: inherit
}

html .page .text-primary {
    color: #ebb85e
}

.page .text-gray-700 {
    color: #2c2c2c
}

.context-dark .text-gray-700,
.bg-gray-700 .text-gray-700 {
    color: #fff
}

a {
    transition: all 0.3s ease-in-out
}

a,
a:focus,
a:active,
a:hover {
    text-decoration: none
}

a,
a:focus,
a:active {
    color: #ebb85e
}

a:hover {
    color: #e1991c
}

a[href*='tel'],
a[href*='mailto'] {
    white-space: nowrap
}

.link-default,
.link-default:active,
.link-default:focus {
    color: rgb(21 21 21 / .7)
}

.link-default:hover {
    color: #ebb85e
}

.context-dark .link-default,
.bg-gray-700 .link-default {
    color: #aeb1be
}

.context-dark .link-default:hover,
.bg-gray-700 .link-default:hover {
    color: #fff
}

.portfolio-item {
    text-align: center !important;
    background-color: #f4deb0
}

.shift-left {
    transform: translateX(-50px)
}

.shift-right {
    transform: translateX(50px)
}

@media (max-width:992px) {
    .portfolio-item {
        margin: 0 0
    }
}

@media (min-width:992px) {
    .portfolio-item {
        margin: 0 200px
    }
}

.box-1 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    text-align: center
}

html .group {
    margin-bottom: -15px;
    margin-left: -20px
}

html .group:empty {
    margin-bottom: 0;
    margin-left: 0
}

html .group>* {
    display: inline-block;
    margin: 0 0 15px 20px
}

@media (min-width:992px) {
    html .group {
        margin-left: -30px
    }

    html .group>* {
        margin-left: 30px
    }
}

html .group-middle {
    display: table;
    vertical-align: middle
}

html .group-middle>* {
    vertical-align: middle
}

*+.group {
    margin-top: 30px
}

.list-sm>li+li {
    margin-top: 15px
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1
}

.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none
}

.icon-md {
    font-size: 1.5em
}

.icon-lg {
    font-size: 1.875em
}

.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 13px 35px;
    font-size: 14px;
    line-height: 1.25;
    border: 2px solid;
    border-radius: 6px;
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 0.25s cubic-bezier(.2, 1, .3, 1)
}

.button.button-primary,
.button.button-primary:focus {
    color: #fff;
    background-color: #ebb85e;
    border-color: #ebb85e
}

.button.button-primary:hover,
.button.button-primary:active {
    color: #fff;
    background-color: #a47114;
    border-color: #a47114
}

.button-winona {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.button-winona .content-original,
.button-winona .content-dubbed {
    vertical-align: middle;
    transition: transform 0.3s cubic-bezier(.2, 1, .3, 1), opacity 0.3s cubic-bezier(.2, 1, .3, 1)
}

.button-winona .content-original {
    display: block
}

.button-winona .content-dubbed {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translate3d(0, 0, 0)
}

.button-winona:hover .content-original {
    opacity: 0;
    transform: translate3d(0, -30%, 0)
}

.button-winona:hover .content-dubbed {
    opacity: 1;
    transform: translate3d(0, 0, 0) translateY(-50%)
}

.button-lg {
    padding: 14px 35px;
    font-size: 15px;
    line-height: 1.5
}

@media (min-width:576px) {
    .button-lg {
        font-size: 16px;
        padding-left: 55px;
        padding-right: 55px
    }
}

.rd-form {
    position: relative;
    text-align: left
}

.rd-form .button {
    min-height: 48px
}

*+.rd-form {
    margin-top: 20px
}

input:-webkit-autofill~label,
input:-webkit-autofill~.form-validation {
    color: #000 !important
}

.form-wrap {
    position: relative
}

.form-wrap.has-error .form-input {
    border-color: #dc0000
}

*+.form-wrap {
    margin-top: 24px
}

.form-input {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 11px 19px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #2c2c2c;
    background-color: #fff;
    background-image: none;
    border-radius: 6px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #c5c6cd
}

.form-input:focus {
    outline: 0
}

textarea.form-input {
    height: 150px;
    min-height: 48px;
    max-height: 255px;
    resize: vertical
}

.form-label,
.form-label-outside {
    margin-bottom: 0;
    font-weight: 400
}

.form-label {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #2c2c2c;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: .25s;
    will-change: transform;
    transform: translateY(-50%)
}

.form-label-outside {
    width: 100%;
    padding-right: 150px;
    margin-bottom: 4px;
    font-size: 14px;
    color: #aeb1be;
    cursor: pointer
}

.form-label-outside~.form-validation {
    top: 10px
}

.form-validation {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 11;
    margin-top: 3px;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0;
    color: #dc0000;
    transition: .3s;
    transform: scale3d(1, 1, 1)
}

.form-validation:empty {
    transform: scale3d(1, 0, 1)
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 2000;
    visibility: hidden;
    transform: translate3d(-500px, 0, 0);
    transition: .3s all ease
}

#form-output-global.active {
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

@media (min-width:576px) {
    #form-output-global {
        left: 30px
    }
}

.breadcrumbs-custom {
    position: relative;
    display: flex;
    background-color: #2c2c2c;
    background-position: 20% 20%
}

.breadcrumbs-custom-inner {
    display: flex;
    min-height: inherit;
    width: 100%;
    padding: 50px 0 25px;
    background: rgb(21 21 21 / .56)
}

.breadcrumbs-custom-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.breadcrumbs-custom-container::before {
    content: '';
    display: block
}

.breadcrumbs-custom-path {
    margin-left: -15px;
    margin-right: -15px
}

.breadcrumbs-custom-path>* {
    padding-left: 15px;
    padding-right: 15px
}

.breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: rgb(255 255 255 / .7)
}

.breadcrumbs-custom-path li::after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 51%;
    right: -5px;
    display: inline-block;
    font-size: inherit;
    font-style: normal;
    color: rgb(255 255 255 / .5);
    transform: translate3d(0, -50%, 0)
}

.breadcrumbs-custom-path li:last-child:after {
    display: none
}

.breadcrumbs-custom-path a {
    display: inline;
    vertical-align: middle
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
    color: rgb(255 255 255 / .7)
}

.breadcrumbs-custom-path a:hover {
    color: #fff
}

*+.breadcrumbs-custom-path {
    margin-top: 25px
}

@media (min-width:576px) {
    .breadcrumbs-custom-path {
        margin-left: -30px;
        margin-right: -30px
    }

    .breadcrumbs-custom-path>* {
        padding-left: 30px;
        padding-right: 30px
    }

    *+.breadcrumbs-custom-path {
        margin-top: 30px
    }
}

@media (max-width:992px) {
    .breadcrumbs-custom-inner {
        padding: 180px 0 30px
    }
}

@media (min-width:768px) {
    .breadcrumbs-custom {
        min-height: 23.75vw
    }

    .breadcrumbs-custom-inner {
        padding: 230px 0 30px
    }
}

@media (min-width:992px) {
    .breadcrumbs-custom-inner {
        padding-bottom: 40px
    }
}

@media (min-width:1600px) {
    .breadcrumbs-custom {
        min-height: 456px
    }

    .breadcrumbs-custom-inner {
        padding: 50px 0 40px
    }
}

.snackbars {
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #ebb85e;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / .15);
    border-radius: 6px;
    font-size: 14px
}

.snackbars .icon-xxs {
    font-size: 18px
}

.snackbars p span:last-child {
    padding-left: 14px
}

.snackbars-left {
    display: inline-block;
    margin-bottom: 0
}

@media (min-width:576px) {
    .snackbars {
        max-width: 540px;
        padding: 12px 15px;
        font-size: 15px
    }
}

.footer-standard h4+* {
    margin-top: 14px
}

.footer-standard h4 {
    font-weight: 600
}

.footer-standard-main {
    padding: 35px 0 15px
}

@media (max-width:575.98px) {
    .footer-standard {
        margin-left: 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .footer-standard {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .footer-standard h4+* {
        margin-top: 25px
    }

    .footer-standard-main {
        padding: 55px 0 20px
    }
}

@media (min-width:1200px) {
    .footer-standard-main {
        padding: 80px 0 50px
    }
}

.footer-standard-aside {
    text-align: center;
    border-top: 2px solid #e1991c;
    padding: 30px;
    width: 100%
}

.counter-minimal {
    position: relative;
    text-align: center;
    color: #151515
}

.counter-minimal-icon {
    font-size: 35px;
    line-height: 1;
    color: #ebb85e
}

.counter-minimal-main {
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0
}

.counter-minimal-main>* {
    display: inline;
    font: inherit
}

.counter-minimal-main span {
    display: inline
}

*+.counter-minimal-title {
    margin-top: 10px
}

*+.counter-minimal-main {
    margin-top: 15px
}

@media (max-width:575.98px) {
    .counter-minimal-title {
        font-size: 16px;
        line-height: 1.4
    }
}

@media (min-width:768px) {
    .counter-minimal-icon {
        font-size: 38px
    }
}

@media (min-width:768px) {
    .counter-minimal-title {
        font-size: 18px
    }

    .counter-minimal-main {
        font-size: 48px
    }
}

@media (min-width:1200px) {
    *+.counter-minimal-main {
        margin-top: 25px
    }

    *+.counter-minimal-title {
        margin-top: 18px
    }

    .counter-minimal-title {
        font-size: 20px
    }
}

.layout-bordered {
    text-align: center
}

.layout-bordered-item {
    border: 0 solid #d3d5db
}

.layout-bordered-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 290px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto
}

.layout-bordered-item-inner>*+* {
    margin-top: 10px
}

@media (max-width:767.98px) {
    .layout-bordered-item {
        padding: 30px 0
    }

    .layout-bordered-item:first-child {
        padding-top: 0
    }

    .layout-bordered-item:last-child {
        padding-bottom: 0
    }

    .layout-bordered-item+.layout-bordered-item {
        border-top-width: 1px
    }
}

@media (min-width:768px) {
    .layout-bordered {
        display: flex
    }

    .layout-bordered-item {
        flex-grow: 1
    }

    .layout-bordered-item-inner>*+* {
        margin-top: 15px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .layout-bordered-item {
        font-size: 15px
    }
}

@media (min-width:768px) {
    .layout-bordered-item {
        flex-basis: 33.333%;
        border-right-width: 1px
    }

    .layout-bordered-item:first-child {
        border-left-width: 1px
    }
}

.layout-navbar-demo {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    background: #e8e9ee
}

.layout-navbar-demo .rd-navbar-fixed .rd-navbar-panel {
    position: relative;
    z-index: 10
}

.layout-navbar-demo .rd-navbar-fixed .rd-navbar-nav-wrap {
    position: absolute;
    z-index: 9
}

.layout-navbar-demo .rd-navbar-fixed .rd-navbar-main-outer,
.layout-navbar-demo .rd-navbar-fixed .rd-navbar-main-element {
    position: static
}

.layout-navbar-demo .rd-navbar-fixed .rd-navbar-search {
    position: static
}

.layout-navbar-demo .rd-navbar-fixed.rd-navbar .rd-search {
    position: absolute;
    z-index: 1
}

@media (min-width:768px) {
    .layout-navbar-demo {
        min-height: 550px
    }
}

.container+.layout-navbar-demo {
    margin-top: 20px
}

.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh
}

.font-weight-exlight {
    font-weight: 200
}

.font-weight-light {
    font-weight: 300
}

*+p {
    margin-top: 16px
}

h3+p,
h3+.p {
    margin-top: 18px
}

h4+p,
h4+.p {
    margin-top: 16px
}

*+h1 {
    margin-top: 15px
}

h3+h1 {
    margin-top: 5px
}

*+h4 {
    margin-top: 15px
}

*+h5 {
    margin-top: 15px
}

p+h2 {
    margin-top: 15px
}

p+p {
    margin-top: 14px
}

img+p {
    margin-top: 15px
}

h3+img {
    margin-top: 42px
}

*+.row {
    margin-top: 30px
}

*+.button,
*+.button-outer {
    margin-top: 25px
}

*+.list-sm {
    margin-top: 25px
}

html *+.offset-top-1 {
    margin-top: 40px
}

h3+.row {
    margin-top: 35px
}

.container+.container {
    margin-top: 35px
}

.container+.section {
    margin-top: 25px
}

.row+.row {
    margin-top: 35px
}

.row+.button-lg {
    margin-top: 30px
}

@media (min-width:768px) {
    *+p {
        margin-top: 20px
    }

    *+.button,
    *+.button-outer {
        margin-top: 34px
    }

    *+.row {
        margin-top: 40px
    }

    .container+.section {
        margin-top: 30px
    }

    .row+.button-lg {
        margin-top: 45px
    }
}

@media (min-width:992px) {
    *+h1 {
        margin-top: 22px
    }

    h3+p,
    h3+.p {
        margin-top: 24px
    }

    h3+.row {
        margin-top: 55px
    }

    html *+.offset-top-1 {
        margin-top: 60px
    }

    .progress-linear+.button {
        margin-top: 55px
    }

    .row+.group {
        margin-top: 45px
    }
}

@media (min-width:1200px) {

    *+.button,
    *+.button-outer {
        margin-top: 40px
    }

    *+.rd-form {
        margin-top: 40px
    }

    h3+p,
    h3+.p {
        margin-top: 30px
    }

    html *+.offset-top-1 {
        margin-top: 70px
    }

    .container+.container {
        margin-top: 60px
    }

    .row+.row {
        margin-top: 60px
    }
}

@media (min-width:1600px) {
    h3+.row {
        margin-top: 75px
    }

    html *+.offset-top-1 {
        margin-top: 144px
    }

    .row+.button-lg {
        margin-top: 70px
    }
}

.row-10 {
    margin-bottom: -10px
}

.row-10:empty {
    margin-bottom: 0
}

.row-10>* {
    margin-bottom: 10px
}

.row-30 {
    margin-bottom: -30px
}

.row-30:empty {
    margin-bottom: 0
}

.row-30>* {
    margin-bottom: 30px
}

.row-50 {
    margin-bottom: -50px
}

.row-50:empty {
    margin-bottom: 0
}

.row-50>* {
    margin-bottom: 50px
}

.section-sm {
    padding: 35px 0
}

.section-lg {
    padding: 50px 0
}

@media (min-width:768px) {
    .section-sm {
        padding: 45px 0
    }

    .section-lg {
        padding: 72px 0
    }
}

@media (min-width:1200px) {
    .section-sm {
        padding: 60px 0
    }
}

@media (min-width:1600px) {
    .section-lg {
        padding: 120px 0
    }
}

.section-overlap {
    position: relative;
    padding: 40px 0
}

.section-overlap .row {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-end
}

.section-overlap [class*='col'] {
    flex-basis: auto
}

.section-overlap *+[class*='col'] {
    margin-top: 10px
}

.section-overlap *+.col-offset-1 {
    margin-top: 20px
}

.section-overlap-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.section-overlap-image:before {
    position: absolute;
    content: '';
    background: url(../images/transition.webp) no-repeat right;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.section-overlap-content {
    top: 40px;
    position: relative;
    z-index: 1
}

@media (max-width:767.98px) {
    .section-overlap-content .container {
        padding: 20px 15px;
        background: linear-gradient(to right, rgb(255 255 255 / .9), rgb(255 255 255 / .8))
    }

    .section-overlap-content .container>* {
        max-width: 380px
    }
}

@media (max-width:767.98px) and (min-width:576px) {
    .section-overlap-content .container {
        padding: 40px 50px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-overlap-image::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to left, rgb(245 246 250 / .4), #fff0)
    }
}

@media (min-width:768px) {
    .section-overlap {
        padding: 75px 0
    }

    .section-overlap *+[class*='col'] {
        margin-top: 20px
    }

    .section-overlap *+.col-offset-1 {
        margin-top: 40px
    }

    .section-overlap-image {
        background-position: 80% 50%;
        width: calc(50% - 60px + 35px)
    }
}

@media (min-width:992px) {
    .section-overlap {
        padding: 100px 0
    }

    .section-overlap-image {
        width: calc(50% - -80px - 45px)
    }

    .ie-10 .section-overlap .col-lg-7,
    .ie-11 .section-overlap .col-lg-7 {
        max-width: 64%
    }
}

@media (min-width:1200px) {
    .section-overlap-image {
        width: calc(50% - -100px - 15px)
    }
}

@media (min-width:1600px) {
    .section-overlap {
        padding: 140px 0
    }
}

.section-title {
    position: relative;
    padding: 8px 0;
    z-index: 1
}

.section-title:before {
    position: absolute;
    content: url(../images/title-bg.webp);
    top: 50%;
    left: 50%;
    height: 57px;
    transform: translate(-50%, -50%);
    z-index: -1
}

.context-dark,
.bg-gray-700,
.context-dark h1,
.bg-gray-700 h1,
.context-dark h2,
.bg-gray-700 h2,
.context-dark h3,
.bg-gray-700 h3,
.context-dark h4,
.bg-gray-700 h4,
.context-dark h5,
.bg-gray-700 h5 {
    color: #fff
}

.context-dark p a,
.bg-gray-700 p a {
    color: inherit
}

.context-dark .button-primary:hover,
.bg-gray-700 .button-primary:hover {
    background: #eec275;
    border-color: #eec275
}

.bg-gray-700 {
    color: #aeb1be;
    background-color: #2c2c2c
}

.bg-gray-700 a {
    color: inherit
}

.bg-gray-700 a:hover {
    color: #fff
}

.bg-gray-700 p a:hover {
    color: #fff
}

.bg-gray-700.footer-standard {
    color: rgb(255 255 255 / .5)
}

.bg-gray-700.footer-standard a {
    color: inherit
}

.bg-gray-700.footer-standard a:hover {
    color: #fff
}

[class*='bg-'] {
    background-size: cover;
    background-position: center center
}

.object-inline {
    white-space: nowrap
}

.object-inline>* {
    display: inline-block;
    min-width: 20px;
    vertical-align: top;
    white-space: normal
}

.object-inline.wow span {
    display: inline-block
}

.object-inline>*+* {
    margin-left: 11px
}

.wow-outer .object-inline span {
    display: inline-block
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1
}

.animated.infinite {
    animation-iteration-count: infinite
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes scaleInY {
    0% {
        top: 0;
        bottom: 100%
    }

    50% {
        transform: scale3d(1, 1, 1)
    }

    100% {
        top: 100%;
        bottom: auto;
        transform: scale3d(1, 0, 1)
    }
}

@keyframes scaleFadeIn {
    0% {
        height: 0
    }

    100% {
        height: 100%
    }
}

.wow-outer {
    position: relative;
    overflow: hidden
}

@keyframes scaleInVertical {
    0% {
        transform: scale3d(1, 0, 1)
    }

    100% {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeSlideInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -50%, 0);
        visibility: visible
    }

    10% {
        opacity: 1
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeSlideInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
        visibility: visible
    }

    10% {
        opacity: 1
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.fadeSlideInUp {
    animation-name: fadeSlideInUp
}

.wow {
    backface-visibility: hidden
}

.page-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    padding: 20px;
    width: 100%;
    min-height: 100vh;
    text-align: center
}

.page-404-gif-player {
    width: 400px;
    height: 400px;
    max-width: 80%;
    margin-bottom: 20px
}

.page-404-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%
}

@media (max-width:991px) {
    .page-404-gif-player {
        width: 300px;
        height: 300px
    }
}

@media (max-width:540px) {
    .page-404-gif-player {
        width: 200px;
        height: 200px
    }
}

.author-image {
    transition: 0.3s ease;
    will-change: filter;
    width: 225px;
    height: 81px;
}
.author-image:hover {
    filter: grayscale(100%) sepia(100%) hue-rotate(130deg) saturate(700%) brightness(85%) contrast(105%);
    -webkit-filter: grayscale(100%) sepia(100%) hue-rotate(130deg) saturate(700%) brightness(85%) contrast(105%);
    width: 233px;
    height: 84px;
}


.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: .1s all ease;
    pointer-events: none;
    backface-visibility: hidden
}

.preloader::before,
.preloader::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    transition: .1s linear;
    transform: translateY(0);
    pointer-events: none
}

.preloader::before {
    top: 0;
    bottom: 50%;
    background: #fff
}

.preloader::after {
    top: 50%;
    bottom: 0;
    background: #f5f6fa
}

.preloader.loaded::before,
.preloader.loaded::after {
    transition: .1s linear
}

.preloader.loaded::before {
    transform: translateY(-100%)
}

.preloader.loaded::after {
    transform: translateY(100%)
}

.preloader.loaded .preloader-logo,
.preloader.loaded .preloader-body {
    opacity: 0;
    visibility: hidden;
    transition: 0s
}

.preloader-logo,
.preloader-body {
    transition: 0s .1s
}

.preloader-logo {
    position: relative;
    z-index: 10;
    transform: translate3d(0, -50%, 0);
    padding: 40px
}

.preloader-body {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center
}

#loadingProgressG {
    width: 100vw;
    height: 5px;
    overflow: hidden;
    background: #e8e9ee;
    border-radius: 6px;
    margin: auto
}

.loadingProgressG {
    background: #ebb85e;
    margin-top: 0;
    margin-left: -100vw;
    animation-name: bounce_loadingProgressG;
    animation-duration: 0.5s;
    width: 100vw;
    height: 5px
}

@keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100vw
    }

    100% {
        margin-left: 100vw
    }
}

.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    color: #fff;
    background: #ebb85e;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: transform 0.45s ease-in-out, background 0.3s cubic-bezier(.2, 1, .3, 1);
    transform: translate3d(0, 100px, 0)
}

.ui-to-top::before,
.ui-to-top::after {
    content: '\f239';
    font-family: 'Material Design Icons';
    font-size: 20px;
    line-height: 48px;
    vertical-align: middle;
    transition: transform 0.3s cubic-bezier(.2, 1, .3, 1), opacity 0.3s cubic-bezier(.2, 1, .3, 1)
}

.ui-to-top::before {
    display: block
}

.ui-to-top::after {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translate3d(0, 0, 0)
}

.ui-to-top:hover::before {
    opacity: 0;
    transform: translate3d(0, -30%, 0)
}

.ui-to-top:hover::after {
    opacity: 1;
    transform: translate3d(0, 0, 0) translateY(-50%)
}

.ui-to-top:hover {
    color: #fff;
    background: #eec275;
    text-decoration: none
}

.ui-to-top:focus {
    color: #fff
}

.ui-to-top.active {
    transform: translate3d(0, 0, 0)
}

html.mobile .ui-to-top {
    display: none !important
}

@media (min-width:576px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px
    }
}

@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

.rd-navbar-wrap,
.rd-navbar,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-fixed .rd-navbar-nav-wrap {
    transition: 0.35s all cubic-bezier(.65, .05, .36, 1)
}

.rd-navbar {
    display: none
}

.rd-navbar {
    display: none;
    background: #fff
}

.rd-nav-link {
    font: 400 16px/20px "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #2c2c2c;
    padding: 1px 6px;
    background-color: #fff0;
    border: none;
    display: none
}

.rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease
}

.rd-navbar-toggle span::after,
.rd-navbar-toggle span::before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    transition: .3s all ease
}

.rd-navbar-toggle span::after {
    top: 6px
}

.rd-navbar-toggle span::after,
.rd-navbar-toggle span::before,
.rd-navbar-toggle span {
    width: 24px;
    height: 2px;
    background-color: #2c2c2c;
    backface-visibility: hidden;
    border-radius: 5
}

.rd-navbar-toggle.active span {
    background: #fff0;
    transition: .01s
}

.rd-navbar-toggle.active span::before,
.rd-navbar-toggle.active span::after {
    transform-origin: 50% 50%;
    top: 0
}

.rd-navbar-toggle.active span::before {
    transform: rotate(45deg)
}

.rd-navbar-toggle.active span::after {
    transform: rotate(-45deg)
}

.rd-navbar-brand a {
    display: block
}

.rd-navbar-search {
    position: relative;
    display: inline-flex
}

.rd-navbar-search .form-input {
    padding-right: 50px
}

.context-dark .rd-navbar-toggle,
.bg-gray-700 .rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
    display: none
}

.context-dark .rd-navbar-toggle span,
.bg-gray-700 .rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease
}

.context-dark .rd-navbar-toggle span::after,
.bg-gray-700 .rd-navbar-toggle span::after,
.context-dark .rd-navbar-toggle span::before,
.bg-gray-700 .rd-navbar-toggle span::before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    transition: .3s all ease
}

.context-dark .rd-navbar-toggle span::after,
.bg-gray-700 .rd-navbar-toggle span::after {
    top: 6px
}

.context-dark .rd-navbar-toggle span::after,
.bg-gray-700 .rd-navbar-toggle span::after,
.context-dark .rd-navbar-toggle span::before,
.bg-gray-700 .rd-navbar-toggle span::before,
.context-dark .rd-navbar-toggle span,
.bg-gray-700 .rd-navbar-toggle span {
    width: 24px;
    height: 2px;
    background-color: #fff;
    backface-visibility: hidden;
    border-radius: 5
}

.context-dark .rd-navbar-toggle.active span,
.bg-gray-700 .rd-navbar-toggle.active span {
    background: #fff0;
    transition: .01s
}

.context-dark .rd-navbar-toggle.active span::before,
.bg-gray-700 .rd-navbar-toggle.active span::before,
.context-dark .rd-navbar-toggle.active span::after,
.bg-gray-700 .rd-navbar-toggle.active span::after {
    transform-origin: 50% 50%;
    top: 0
}

.context-dark .rd-navbar-toggle.active span::before,
.bg-gray-700 .rd-navbar-toggle.active span::before {
    transform: rotate(45deg)
}

.context-dark .rd-navbar-toggle.active span::after,
.bg-gray-700 .rd-navbar-toggle.active span::after {
    transform: rotate(-45deg)
}

.rd-navbar-static {
    display: block
}

.rd-navbar-static .rd-nav-item {
    display: inline-block
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #ebb85e;
    background: #fff0
}

.rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-left: 35px
}

.rd-navbar-static .rd-nav-link {
    position: relative;
    display: inline-block;
    color: #151515;
    transition: .25s
}

.rd-navbar-static .rd-nav-link:hover {
    color: #ebb85e
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
    visibility: visible;
    opacity: 1
}

.rd-navbar-static .rd-navbar-search .rd-search {
    margin-top: 40px
}

.rd-navbar-static .rd-navbar-search .form-input {
    padding-right: 19px
}

.rd-navbar-static .rd-search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 370px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 20px;
    z-index: 2
}

.rd-navbar-static *+.rd-navbar-search {
    margin-left: 38px
}

@media (min-width:768px) {
    .rd-navbar-static .rd-nav-item+.rd-nav-item {
        margin-left: 45px
    }
}

.rd-navbar-fixed {
    display: block;
    width: 100%
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block
}

.rd-navbar-fixed .rd-navbar-brand {
    position: relative;
    margin-left: 6px;
    font-size: 0;
    line-height: 0;
    text-align: left
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 180px;
    max-height: 58px;
    width: auto;
    height: auto
}

.rd-navbar-fixed .rd-navbar-panel {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    height: 86px;
    padding: 8px
}

.rd-navbar-fixed .nav-icon {
    position: fixed
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    left: 0;
    top: -15px;
    bottom: -56px;
    z-index: 1079;
    width: 270px;
    padding: 112px 0 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 34px;
    transform: translateX(-110%)
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
    width: 4px
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
    background: #f6e0b9;
    border: none;
    border-radius: 0;
    opacity: .2
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
    background: #ebb85e;
    border: none;
    border-radius: 0
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    transform: translateX(0)
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    margin: 15px 0;
    height: auto;
    text-align: left
}

.rd-navbar-fixed .rd-nav-item {
    text-align: left
}

.rd-navbar-fixed .rd-nav-item+.rd-nav-item {
    margin-top: 4px
}

.rd-navbar-fixed .rd-nav-link {
    display: block;
    padding: 14px 56px 14px 18px
}

.rd-navbar-fixed .rd-navbar-main-outer,
.rd-navbar-fixed .rd-navbar-main-element {
    position: absolute;
    float: left;
    width: 100%
}

.rd-navbar-fixed .rd-navbar-search .nav-icon {
    position: fixed;
    right: 15px;
    top: 9px;
    z-index: 1080;
    transition: .3s
}

.rd-navbar-fixed .rd-navbar-search .form-input {
    padding-right: 60px
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
    opacity: 1;
    visibility: visible;
    transform: none
}

.rd-navbar-fixed .rd-navbar-panel {
    color: #2c2c2c;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .05);
    background: #fff
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    color: #fff;
    background: #fff;
    border-right: 1px solid #e8e9ee;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .05)
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link {
    color: #fff;
    background: #ebb85e
}

.rd-navbar-fixed .rd-nav-link {
    color: #2c2c2c
}

.context-dark .rd-navbar-fixed .rd-navbar-panel,
.bg-gray-700 .rd-navbar-fixed .rd-navbar-panel {
    background: #2c2c2c
}

.context-dark .rd-navbar-fixed .rd-navbar-nav-wrap,
.bg-gray-700 .rd-navbar-fixed .rd-navbar-nav-wrap {
    border-right-color: #2c2c2c;
    background: #272727
}

.context-dark .rd-navbar-fixed .rd-nav-link,
.bg-gray-700 .rd-navbar-fixed .rd-nav-link {
    color: #fff
}

.rd-navbar-minimal.rd-navbar-static {
    border-bottom: 1px solid #fff0
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1170px;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-main-element {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 450px
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px
}

@media (min-width:768px) {
    .rd-navbar-minimal.rd-navbar-static .rd-navbar-main {
        padding-top: 15px
    }
}

.rd-navbar-minimal.rd-navbar-fixed .rd-navbar-search .form-input {
    border-width: 1px 0 1px 0;
    border-radius: 0
}

.rd-navbar-minimal .nav-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ebb85e
}

.rd-navbar-minimal .nav-icon:hover {
    background: #eec275
}

.context-dark .rd-navbar-minimal .rd-nav-link,
.bg-gray-700 .rd-navbar-minimal .rd-nav-link {
    color: #fff
}

.context-dark .rd-navbar-minimal.rd-navbar-static,
.bg-gray-700 .rd-navbar-minimal.rd-navbar-static {
    background-color: #fff0
}

.context-dark .rd-navbar-minimal.rd-navbar-static .rd-nav-item.active .rd-nav-link,
.bg-gray-700 .rd-navbar-minimal.rd-navbar-static .rd-nav-item.active .rd-nav-link,
.context-dark .rd-navbar-minimal.rd-navbar-static .rd-nav-link:hover,
.bg-gray-700 .rd-navbar-minimal.rd-navbar-static .rd-nav-link:hover {
    color: #f6e0b9
}

.card-group-custom {
    margin-bottom: 0
}

.card-group-custom .card-header+.collapse>.card-body {
    border-top: 0
}

.card-group-custom .card+.card {
    margin-top: 0
}

.card-title {
    margin-bottom: 0
}

.card-header {
    background-color: #fff0
}

.card-custom {
    display: block;
    margin: 0;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left
}

.card-custom a {
    display: block
}

.card-custom .card-header {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-custom .card-body {
    padding: 0;
    border: 0
}

*+.card-group-custom {
    margin-top: 30px
}

@media (min-width:768px) {
    *+.card-group-custom {
        margin-top: 40px
    }
}

.card-corporate {
    border-top: 1px solid #e8e9ee;
    text-align: left
}

.card-corporate:last-child {
    border-bottom: 1px solid #e8e9ee
}

.card-corporate .card-title a {
    position: relative;
    z-index: 1;
    padding: 15px 40px 15px 70px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #151515;
    transition: 1.3s all ease
}

.card-corporate .card-title a[aria-expanded='true'],
.card-corporate .card-title a:hover {
    color: #ebb85e
}

.card-corporate .card-title a .card-arrow {
    transition: .33s
}

.card-corporate .card-title a.collapsed {
    color: #151515;
    border-bottom-width: 0
}

.card-corporate .card-title a.collapsed .card-arrow::before {
    opacity: 1
}

.card-corporate .card-title a.collapsed .card-arrow::after {
    opacity: 0
}

.card-corporate .card-arrow {
    position: absolute;
    top: 16px;
    left: 13px;
    z-index: 2;
    width: 20px;
    height: 20px;
    color: #ebb85e;
    transition: .33s all ease;
    text-align: center
}

.card-corporate .card-arrow::before,
.card-corporate .card-arrow::after {
    position: absolute;
    z-index: 4;
    font-family: 'Material Design Icons';
    font-size: 24px;
    line-height: 1;
    transition: .22s
}

.card-corporate .card-arrow::before {
    content: '\f505';
    opacity: 0
}

.card-corporate .card-arrow::after {
    content: '\f466';
    opacity: 1
}

.card-corporate .card-body {
    padding: 2px 44px 25px 70px
}

@media (max-width:767.98px) {
    .card-corporate .card-arrow {
        left: 0
    }

    .card-corporate .card-title a,
    .card-corporate .card-body {
        padding-left: 50px
    }
}

@media (min-width:768px) {
    .card-corporate .card-title a {
        font-size: 20px;
        line-height: 1.4
    }

    .card-corporate .card-arrow {
        top: 18px
    }
}

.tooltip {
    font-size: 16px;
    line-height: 1.2
}

.progress-linear {
    position: relative;
    text-align: left
}

.progress-linear .progress-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px;
    color: #151515
}

.progress-linear .progress-header>* {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px
}

.progress-linear .progress-bar-linear-wrap {
    height: 2px;
    background: #f5f6fa
}

.progress-linear .progress-bar-linear {
    width: 0;
    height: inherit;
    background: #ebb85e;
    transition: .5s all ease-in-out
}

.progress-linear .progress-bar-linear.progress-red {
    background: #f43749
}

.progress-linear .progress-bar-linear.progress-blue {
    background: #3963c3
}

.progress-linear .progress-bar-linear.progress-green {
    background: #39c3a4
}

.progress-linear .progress-value {
    color: rgb(21 21 21 / .7)
}

.progress-linear .progress-value::after {
    content: '\0025'
}

*+.progress-linear {
    margin-top: 25px
}

*+.progress-linear-outer {
    margin-top: 25px
}

*+.progress-bar-linear-wrap {
    margin-top: 10px
}

.progress-linear+.progress-linear {
    margin-top: 20px
}

.progress-linear-outer+.progress-linear-outer {
    margin-top: 20px
}

@media (min-width:768px) {
    *+.progress-linear {
        margin-top: 40px
    }

    *+.progress-linear-outer {
        margin-top: 40px
    }
}

@media (min-width:1200px) {
    .progress-linear+.progress-linear {
        margin-top: 34px
    }

    .progress-linear-outer+.progress-linear-outer {
        margin-top: 34px
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font: 400 46px/50px 'FontAwesome';
    color: #aeb1be
}

.owl-prev:hover,
.owl-next:hover {
    color: #ebb85e
}

.owl-prev {
    left: 0
}

.owl-prev::before {
    content: '\f104'
}

.owl-next {
    right: 0
}

.owl-next::before {
    content: '\f105'
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: #fff0
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-slide img {
    display: block
}