@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/l/font?kit=If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup6&amp;skey=c89f400061e5d0a8&amp;v=v25) format('woff');
}
.fntWhite {
    color:#fff;
}

.x {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: 0;
    box-sizing: border-box
}

    .x *, .x :after, .x :before {
        box-sizing: inherit
    }

.x-el a[href^="mailto:"]:not(.x-el), .x-el a[href^="tel:"]:not(.x-el) {
    color: inherit;
    font-size: inherit;
    text-decoration: inherit
}

.x-el-article, .x-el-aside, .x-el-details, .x-el-figcaption, .x-el-figure, .x-el-footer, .x-el-header, .x-el-hgroup, .x-el-main, .x-el-menu, .x-el-nav, .x-el-section, .x-el-summary {
    display: block
}

.x-el-audio, .x-el-canvas, .x-el-progress, .x-el-video {
    display: inline-block;
    vertical-align: baseline
}

    .x-el-audio:not([controls]) {
        display: none;
        height: 0
    }

.x-el-template {
    display: none
}

.x-el-a {
    background-color: transparent;
    color: inherit
}

    .x-el-a:active, .x-el-a:hover {
        outline: 0
    }

.x-el-abbr[title] {
    border-bottom: 1px dotted
}

.x-el-b, .x-el-strong {
    font-weight: 700
}

.x-el-dfn {
    font-style: italic
}

.x-el-mark {
    background: #ff0;
    color: #000
}

.x-el-small {
    font-size: 80%
}

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

.x-el-sup {
    top: -.5em
}

.x-el-sub {
    bottom: -.25em
}

.x-el-img {
    vertical-align: middle;
    border: 0
}

.x-el-svg:not(:root) {
    overflow: hidden
}

.x-el-figure {
    margin: 0
}

.x-el-hr {
    box-sizing: content-box;
    height: 0
}

.x-el-pre {
    overflow: auto
}

.x-el-code, .x-el-kbd, .x-el-pre, .x-el-samp {
    font-family: monospace,monospace;
    font-size: 1em
}

.x-el-button, .x-el-input, .x-el-optgroup, .x-el-select, .x-el-textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.x-el-button {
    overflow: visible
}

.x-el-button, .x-el-select {
    text-transform: none
}

.x-el-button, .x-el-input[type=button], .x-el-input[type=reset], .x-el-input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    .x-el-button[disabled], .x-el-input[disabled] {
        cursor: default
    }

    .x-el-button::-moz-focus-inner, .x-el-input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

.x-el-input {
    line-height: normal
}

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

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

    .x-el-input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        .x-el-input[type=search]::-webkit-search-cancel-button, .x-el-input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

.x-el-textarea {
    border: 0
}

.x-el-fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.x-el-legend {
    border: 0;
    padding: 0
}

.x-el-textarea {
    overflow: auto
}

.x-el-optgroup {
    font-weight: 700
}

.x-el-table {
    border-collapse: collapse;
    border-spacing: 0
}

.x-el-td, .x-el-th {
    padding: 0
}

.x {
    -webkit-font-smoothing: antialiased
}

.x-el-hr {
    border: 0
}

.x-el-fieldset, .x-el-input, .x-el-select, .x-el-textarea {
    margin-top: 0;
    margin-bottom: 0
}

    .x-el-fieldset, .x-el-input[type=email], .x-el-input[type=text], .x-el-textarea {
        width: 100%
    }

.x-el-label {
    vertical-align: middle
}

.x-el-input {
    border-style: none;
    padding: .5em;
    vertical-align: middle
}

.x-el-select:not([multiple]) {
    vertical-align: middle
}

.x-el-textarea {
    line-height: 1.75;
    padding: .5em
}

.x-el.d-none {
    display: none !important
}

.sideline-footer {
    margin-top: auto
}

.disable-scroll {
    touch-action: none;
    overflow: hidden;
    position: fixed;
    max-width: 100vw
}

@-webkit-keyframes loaderscale {
    0% {
        transform: scale(1);
        opacity: 1
    }

    45% {
        transform: scale(.1);
        opacity: .7
    }

    80% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes loaderscale {
    0% {
        transform: scale(1);
        opacity: 1
    }

    45% {
        transform: scale(.1);
        opacity: .7
    }

    80% {
        transform: scale(1);
        opacity: 1
    }
}

.x-loader svg {
    display: inline-block
}

    .x-loader svg:first-child {
        -webkit-animation: loaderscale .75s cubic-bezier(.2,.68,.18,1.08) -.24s infinite;
        animation: loaderscale .75s cubic-bezier(.2,.68,.18,1.08) -.24s infinite
    }

    .x-loader svg:nth-child(2) {
        -webkit-animation: loaderscale .75s cubic-bezier(.2,.68,.18,1.08) -.12s infinite;
        animation: loaderscale .75s cubic-bezier(.2,.68,.18,1.08) -.12s infinite
    }

    .x-loader svg:nth-child(3) {
        -webkit-animation: loaderscale .75s cubic-bezier(.2,.68,.18,1.08) 0s infinite;
        animation: loaderscale .75s cubic-bezier(.2,.68,.18,1.08) 0s infinite
    }

.x-icon > svg {
    transition: transform .33s ease-in-out
}

    .x-icon > svg.rotate-90 {
        transform: rotate(-90deg)
    }

    .x-icon > svg.rotate90 {
        transform: rotate(90deg)
    }

    .x-icon > svg.rotate-180 {
        transform: rotate(-180deg)
    }

    .x-icon > svg.rotate180 {
        transform: rotate(180deg)
    }

.x-rt ol, .x-rt ul {
    text-align: left
}

.x-rt p {
    margin: 0
}

.mte-inline-block {
    display: inline-block
}

@media only screen and (min-device-width:1025px) {
    :root select, _::-webkit-full-page-media, _:future {
        font-family: sans-serif !important
    }
}
@keyframes opacity-bounce {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    60% {
        transform: translateY(-20%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.gd-ad-flex-parent {
    animation-name: opacity-bounce;
    animation-duration: 800ms;
    animation-delay: 400ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    opacity: 0;
}
    .grecaptcha-badge

{
    visibility: hidden;
}

.x .c1-1 {
    letter-spacing: normal
}

.x .c1-2 {
    text-transform: none
}

.x .c1-3 {
    background-color: rgb(255, 255, 255)
}

.x .c1-4 {
    width: 100%
}

.x .c1-5 > div {
    position: relative
}

.x .c1-6 > div {
    overflow: hidden
}

.x .c1-7 > div {
    margin-top: auto
}

.x .c1-8 > div {
    margin-right: auto
}

.x .c1-9 > div {
    margin-bottom: auto
}

.x .c1-a > div {
    margin-left: auto
}

.x .c1-b {
    font-family: Arial, Georgia, serif
}

.x .c1-c {
    font-size: 16px
}

.x .c1-h {
    background-color: #0262d8;
}

.x .c1-i {
    padding-top: 56px
}

.x .c1-j {
    padding-bottom: 56px
}

.x .c1-k {
    padding: 0px !important
}

.x .c1-n {
    display: block
}

.x .c1-p {
    position: relative
}

.x .c1-q {
    padding-top: 24px
}

.x .c1-r {
    padding-bottom: 24px
}

.x .c1-s {
    padding-left: 24px
}

.x .c1-t {
    padding-right: 24px
}

.x .c1-u {
    z-index: auto
}

.x .c1-z {
    align-items: center
}

.x .c1-10 {
    flex-wrap: nowrap
}

.x .c1-11 {
    display: flex
}

.x .c1-12 {
    margin-top: 0px
}

.x .c1-13 {
    margin-right: 0px
}

.x .c1-14 {
    margin-bottom: 0px
}

.x .c1-15 {
    margin-left: 0px
}

.x .c1-16 {
    [object -object]:0px
}

.x .c1-18 {
    width: 0px
}

.x .c1-19 {
    padding-right: 0px
}

.x .c1-1a {
    padding-left: 0px
}

.x .c1-1b {
    text-align: center
}

.x .c1-1c {
    justify-content: center
}

.x .c1-1d {
    overflow-wrap: break-word
}

.x .c1-1e {
    padding-left: 8px
}

.x .c1-1f {
    padding-right: 8px
}

.x .c1-1g {
    display: inline-block
}

.x .c1-1h {
    font-family: 'Dancing Script', serif, system-ui
}

.x .c1-1l {
    letter-spacing: inherit
}

.x .c1-1m {
    text-transform: inherit
}

.x .c1-1n {
    text-decoration: none
}

.x .c1-1o {
    word-wrap: break-word
}

.x .c1-1p {
    display: inline
}

.x .c1-1q {
    cursor: pointer
}

.x .c1-1r {
    border-top: 0px
}

.x .c1-1s {
    border-right: 0px
}

.x .c1-1t {
    border-bottom: 0px
}

.x .c1-1u {
    border-left: 0px
}

.x .c1-1v {
    max-width: 100%
}

.x .c1-1w {
    color: #0262d8;
}

.x .c1-1x {
    font-weight: inherit
}

.x .c1-1y:hover {
    color: rgb(115, 20, 147)
}

.x .c1-1z:active {
    color: rgb(81, 11, 104)
}

.x .c1-20 {
    letter-spacing: 0
}

.x .c1-21 {
    line-height: 1.2
}

.x .c1-22 {
    font-family: Arial, Georgia, serif, system-ui
}

.x .c1-23 {
    font-size: 40px
}

.x .c1-24 {
    font-weight: 400
}

.x .c1-29 {
    word-wrap: normal !important
}

.x .c1-2a {
    overflow-wrap: normal !important
}

.x .c1-2b {
    display: none
}

.x .c1-2c {
    visibility: hidden
}

.x .c1-2d {
    position: absolute
}

.x .c1-2e {
    width: auto
}

.x .c1-2f {
    overflow: visible
}

.x .c1-2g {
    left: 0px
}

.x .c1-2h {
    font-size: 35px
}

.x .c1-2m {
    font-size: 27px
}

.x .c1-2r {
    justify-content: flex-end
}

.x .c1-2s {
    margin-left: auto
}

.x .c1-2t {
    margin-right: auto
}

.x .c1-2u {
    box-sizing: border-box
}

.x .c1-2v {
    flex-direction: row
}

.x .c1-2w {
    padding-top: 0px
}

.x .c1-2x {
    padding-bottom: 0px
}

.x .c1-2z {
    flex-grow: 1
}

.x .c1-30 {
    flex-shrink: 1
}

.x .c1-31 {
    flex-basis: 0%
}

.x .c1-32 {
    justify-content: flex-start
}

.x .c1-35 {
    line-height: 24px
}

.x .c1-36 {
    z-index: 1
}

.x .c1-3a {
    vertical-align: top
}

.x .c1-3b {
    padding-left: 32px
}

.x .c1-3c {
    white-space: nowrap
}

.x .c1-3d:first-child {
    padding-left: 0
}

.x .c1-3e {
    letter-spacing: 0.063em
}

.x .c1-3f {
    text-transform: uppercase
}

.x .c1-3g {
    color: rgb(27, 27, 27)
}

.x .c1-3h {
    font-weight: 700
}

.x .c1-3i:active {
    color: rgb(128, 23, 163)
}

.x .c1-3j {
    color: inherit
}

.x .c1-3k {
    transition: transform .33s ease-in-out
}

.x .c1-3l {
    transform: rotate(0deg)
}

.x .c1-3m {
    vertical-align: middle
}

.x .c1-3n {
    min-height: 350px
}

.x .c1-3r {
    overflow: hidden
}

.x .c1-3s {
    align-self: stretch
}

.x .c1-3t {
    align-items: stretch
}

.x .c1-3u {
    justify-content: stretch
}

.x .c1-3w {
    min-height: 300px
}

.x .c1-3x {
    height: 100%
}

.x .c1-3y {
    background-position: center
}

.x .c1-3z {
    background-size: auto, cover
}

.x .c1-40 {
    background-blend-mode: normal
}

.x .c1-41 {
    background-repeat: no-repeat
}

.x .c1-42 {
    text-shadow: none
}

.x .c1-4p {
    flex-wrap: wrap
}

.x .c1-4t {
    flex-basis: 100%
}

.x .c1-4u {
    flex-direction: column
}

.x .c1-4v alignItems {
    align-items: center
}

.x .c1-53 {
    padding-top: 32px
}

.x .c1-54 {
    padding-bottom: 32px
}

.x .c1-55 > :nth-child(n) {
    margin-bottom: 8px
}

.x .c1-56 > :last-child {
    margin-bottom: 0 !important
}

.x .c1-5a {
    width: inherit
}

.x .c1-5b {
    white-space: pre-line
}

.x .c1-5c {
    font-size: 32px
}

.x .c1-5d {
    color: #FFF;
}

.x .c1-5df {
    color: #000;
}

.x .c1-5g {
    font-size: 28px
}

.x .c1-5l {
    font-size: 22px
}

.x .c1-5q {
    line-height: 1.5
}

.x .c1-5r {
    margin-top: 16px
}

.x .c1-5s > p {
    margin-top: 0
}

.x .c1-5t > p {
    margin-right: 0
}

.x .c1-5u > p {
    margin-bottom: 0
}

.x .c1-5v > p {
    margin-left: 0
}

.x .c1-5w {
    color: rgb(243, 242, 243)
}

.x .c1-5x {
    font-size: inherit !important
}

.x .c1-5y {
    line-height: inherit
}

.x .c1-5z {
    font-style: italic
}

.x .c1-60 {
    text-decoration: line-through
}

.x .c1-61 {
    text-decoration: underline
}

.x .c1-62 {
    margin-right: -12px
}

.x .c1-63 {
    margin-bottom: -24px
}

.x .c1-64 {
    margin-left: -12px
}

.x .c1-69 {
    padding-right: 12px
}

.x .c1-6a {
    padding-left: 12px
}

.x .c1-6h > * {
    max-width: 100%
}

.x .c1-6i > :nth-child(n) {
    margin-bottom: 24px
}

.x .c1-6l {
    order: -1
}

.x .c1-6m {
    aspect-ratio: 1.5011961722488039 / 1
}

.x .c1-6n {
    border-radius: 50%
}

.x .c1-6o {
    object-fit: cover
}

.x .c1-6q > :nth-child(n) {
    margin-bottom: 0px
}

.x .c1-6s {
    line-height: 1.25
}

.x .c1-6t {
    top: 0px
}

.x .c1-6v {
    margin-bottom: 24px
}

.x .c1-6y > p > ol {
    text-align: left
}

.x .c1-6z > p > ol {
    display: block
}

.x .c1-70 > p > ol {
    padding-left: 1.3em
}

.x .c1-71 > p > ol {
    margin-left: 16px
}

.x .c1-72 > p > ol {
    margin-right: 16px
}

.x .c1-73 > p > ol {
    margin-top: auto
}

.x .c1-74 > p > ol {
    margin-bottom: auto
}

.x .c1-75 > p > ul {
    text-align: left
}

.x .c1-76 > p > ul {
    display: block
}

.x .c1-77 > p > ul {
    padding-left: 1.3em
}

.x .c1-78 > p > ul {
    margin-left: 16px
}

.x .c1-79 > p > ul {
    margin-right: 16px
}

.x .c1-7a > p > ul {
    margin-top: auto
}

.x .c1-7b > p > ul {
    margin-bottom: auto
}

.x .c1-7c > ul {
    text-align: left
}

.x .c1-7d > ul {
    display: block
}

.x .c1-7e > ul {
    padding-left: 1.3em
}

.x .c1-7f > ul {
    margin-left: 16px
}

.x .c1-7g > ul {
    margin-right: 16px
}

.x .c1-7h > ul {
    margin-top: auto
}

.x .c1-7i > ul {
    margin-bottom: auto
}

.x .c1-7j > ol {
    text-align: left
}

.x .c1-7k > ol {
    display: block
}

.x .c1-7l > ol {
    padding-left: 1.3em
}

.x .c1-7m > ol {
    margin-left: 16px
}

.x .c1-7n > ol {
    margin-right: 16px
}

.x .c1-7o > ol {
    margin-top: auto
}

.x .c1-7p > ol {
    margin-bottom: auto
}

.x .c1-7q {
    color: rgb(94, 94, 94)
}

.x .c1-7r {
    aspect-ratio: 1.3333333333333333 / 1
}

.x .c1-7t {
    aspect-ratio: 1.5 / 1
}

.x .c1-7v {
    line-height: 1.4
}

.x .c1-7w {
    margin-bottom: 40px
}

.x .c1-7x {
    font-size: unset
}

.x .c1-7y {
    font-family: unset
}

.x .c1-7z {
    letter-spacing: unset
}

.x .c1-80 {
    text-transform: unset
}

.x .c1-86 {
    background-color1: #0af799;
}

.x .c1-87 {
    border-color: rgb(255, 255, 255)
}

.x .c1-88 {
    border-top-width: 0px
}

.x .c1-89 {
    border-right-width: 0px
}

.x .c1-8a {
    border-bottom-width: 4px
}

.x .c1-8b {
    border-left-width: 0px
}

.x .c1-8c {
    padding-left: 16px
}

.x .c1-8d {
    padding-right: 16px
}

.x .c1-8e {
    padding-top: 23px
}

.x .c1-8f {
    padding-bottom: 7px
}

.x .c1-8g {
    border-radius: 0
}

.x .c1-8h {
    border-style: solid
}

.x .c1-8i {
    color: #000;
}

.x .c1-8j {
    font-size: 14px
}

.x .c1-8k::placeholder {
    color: inherit
}

.x .c1-8l:focus {
    outline: none
}

.x .c1-8m:focus {
    box-shadow: inset 0 0 0 1px currentColor
}

.x .c1-8n:focus + label {
    font-size: 12px
}

.x .c1-8o:focus + label {
    top: 8px
}

.x .c1-8p:focus + label {
    color: rgb(255, 255, 255)
}

.x .c1-8q:not([value=""]) + label {
    font-size: 12px
}

.x .c1-8r:not([value=""]) + label {
    top: 8px
}

.x .c1-8s:not([value=""]) + label {
    color: rgb(255, 255, 255)
}

.x .c1-8t::-webkit-input-placeholder {
    color: inherit
}

.x .c1-8z {
    top: 30%
}

.x .c1-90 {
    left: 15px
}

.x .c1-91 {
    transition: all .15s ease
}

.x .c1-92 {
    pointer-events: none
}

.x .c1-93 {
    padding-top: 16px
}

.x .c1-94 {
    padding-bottom: 11px
}

.x .c1-95 {
    resize: vertical
}

.x .c1-96 {
    border-style: none
}

.x .c1-97 {
    display: inline-flex
}

.x .c1-98 {
    padding-right: 32px
}

.x .c1-99 {
    padding-top: 8px
}

.x .c1-9a {
    padding-bottom: 8px
}

.x .c1-9b {
    min-height: 56px
}

.x .c1-9c {
    color: rgb(48, 48, 48)
}

.x .c1-9d:hover {
    background-color: rgb(255, 255, 255)
}

.x .c1-9f {
    padding-bottom: 16px
}

.x .c1-9g {
    font-size: 12px
}

.x .c1-9l:hover {
    color: rgb(198, 198, 198)
}

.x .c1-9m:active {
    color: rgb(255, 255, 255)
}

.x .c1-9n {
    margin-top: 40px
}

.x .c1-9o {
    color: rgb(238, 236, 238)
}

.x .c1-9s {
    aspect-ratio: 1 / 1
}

.x .c1-9t {
    object-fit: contain
}

.x .c1-9u {
    max-height: 100%
}

.x .c1-aa {
    background-color: rgb(0, 0, 0)
}

.x .c1-ab {
    flex-grow: 3
}

.x .c1-ae {
    color: rgb(145, 145, 145)
}

.x .c1-ag {
    margin-top: 24px
}

.x .c1-aj {
    color: #0262d8;
}

.x .c1-ak:hover {
    color: #549af2;
}

.x .c1-al:active {
    color: #0262d8;
}

.x .c1-am {
    position: fixed
}

.x .c1-an {
    right: 0px
}

.x .c1-ao {
    z-index: 10000
}

.x .c1-ap {
    height: auto
}

.x .c1-aq {
    text-align: left
}

.x .c1-ar {
    overflow-y: auto
}

.x .c1-as {
    transition: all 1s ease-in
}

.x .c1-at {
    box-shadow: 0 2px 6px 0px rgba(0,0,0,0.3)
}

.x .c1-au {
    contain: content
}

.x .c1-av {
    bottom: -500px
}

.x .c1-b3 {
    max-height: 300px
}

.x .c1-b5 {
    justify-content: space-between
}

.x .c1-b6 {
    margin-bottom: 4px
}

.x .c1-b7 {
    word-break: break-word
}

.x .c1-b8 {
    flex-basis: 50%
}

.x .c1-b9 {
    padding-top: 4px
}

.x .c1-ba {
    padding-bottom: 4px
}

.x .c1-bb {
    min-height: 40px
}

.x .c1-bc:nth-child(2) {
    margin-left: 24px
}

.x .c1-bd {
    right: 24px
}

.x .c1-be {
    bottom: 24px
}

.x .c1-bf {
    z-index: 9999
}

.x .c1-bg {
    width: 65px
}

.x .c1-bh {
    height: 65px
}

@media (max-width: 450px) {
    .x .c1-43 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("images/background.jpg")
    }
}

@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 450px) and (min-resolution: 192dpi) {
    .x .c1-44 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("images/background.jpg")
    }
}

@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 450px) and (min-resolution: 288dpi) {
    .x .c1-45 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("images/background.jpg")
    }
}

@media (min-width: 451px) and (max-width: 767px) {
    .x .c1-46 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("images/background.jpg")
    }
}

@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 451px) and (max-width: 767px) and (min-resolution: 192dpi) {
    .x .c1-47 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("images/background.jpg")
    }
}

@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 451px) and (max-width: 767px) and (min-resolution: 288dpi) {
    .x .c1-48 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("himages/background.jpg")
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-49 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("images/background.jpg")
    }
}

@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (max-width: 1023px) and (min-resolution: 192dpi) {
    .x .c1-4a {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("images/background.jpg")
    }
}

@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 768px) and (max-width: 1023px) and (min-resolution: 288dpi) {
    .x .c1-4b {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("http://img1.wsimg.com/isteam/stock/5zRBGyn/:/rs=w:3069,m")
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .x .c1-4c {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("images/background.jpg")
    }
}

@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 192dpi) {
    .x .c1-4d {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("images/background.jpg")
    }
}

@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 288dpi) {
    .x .c1-4e {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("images/background.jpg")
    }
}

@media (min-width: 1280px) and (max-width: 1535px) {
    .x .c1-4f {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("images/background.jpg")
    }
}

@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 192dpi) {
    .x .c1-4g {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("images/background.jpg")
    }
}

@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 288dpi) {
    .x .c1-4h {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("images/background.jpg")
    }
}

@media (min-width: 1536px) and (max-width: 1920px) {
    .x .c1-4i {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("images/background.jpg")
    }
}

@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 192dpi) {
    .x .c1-4j {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("http://img1.wsimg.com/isteam/stock/5zRBGyn/:/rs=w:3840,m")
    }
}

@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 288dpi) {
    .x .c1-4k {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("http://img1.wsimg.com/isteam/stock/5zRBGyn/:/rs=w:5760,m")
    }
}

@media (min-width: 1921px) {
    .x .c1-4l {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("http://img1.wsimg.com/isteam/stock/5zRBGyn/:/rs=w:100%25")
    }
}

@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1921px) and (min-resolution: 192dpi) {
    .x .c1-4m {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("http://img1.wsimg.com/isteam/stock/5zRBGyn/:/rs=w:100%25")
    }
}

@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1921px) and (min-resolution: 288dpi) {
    .x .c1-4n {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("http://img1.wsimg.com/isteam/stock/5zRBGyn/:/rs=w:100%25")
    }
}

@media (max-width: 767px) {
    .x .c1-l {
        padding-top: 40px
    }
}

@media (max-width: 767px) {
    .x .c1-m {
        padding-bottom: 40px
    }
}

@media (max-width: 767px) {
    .x .c1-1i {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .x .c1-1j {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .x .c1-37 {
        width: 100%
    }
}

@media (max-width: 767px) {
    .x .c1-38 {
        display: flex
    }
}

@media (max-width: 767px) {
    .x .c1-3o {
        min-height: auto
    }
}

@media (max-width: 767px) {
    .x .c1-3p {
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .x .c1-6j > :nth-child(n) {
        margin-bottom: 24px
    }
}

@media (max-width: 767px) {
    .x .c1-6k > :last-child {
        margin-bottom: 0 !important
    }
}

@media (max-width: 767px) {
    .x .c1-6p {
        height: calc((100vw - 48px)/1.5011961722488039)
    }
}

@media (max-width: 767px) {
    .x .c1-7s {
        height: calc((100vw - 48px)/1.3333333333333333)
    }
}

@media (max-width: 767px) {
    .x .c1-7u {
        height: calc((100vw - 48px)/1.5)
    }
}

@media (max-width: 767px) {
    .x .c1-8u {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .x .c1-9p {
        height: 80px
    }
}

@media (max-width: 767px) {
    .x .c1-9q {
        padding-left: 16px
    }
}

@media (max-width: 767px) {
    .x .c1-9r {
        padding-right: 16px
    }
}

@media (max-width: 767px) {
    .x .c1-9v {
        height: calc((100vw - 48px)/1)
    }
}

@media (max-width: 767px) {
    .x .c1-9w {
        max-width: 224px
    }
}

@media (max-width: 767px) {
    .x .c1-9x {
        display: block
    }
}

@media (max-width: 767px) {
    .x .c1-9y {
        max-height: 80px
    }
}

@media (max-width: 767px) {
    .x .c1-9z {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .x .c1-a0 {
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .x .c1-a1 {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .x .c1-a2 {
        margin-left: auto
    }
}

@media (max-width: 767px) {
    .x .c1-a8 .carousel-viewport {
        max-width: 80%
    }
}

@media (min-width: 768px) {
    .x .c1-d {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-1k {
        width: auto
    }
}

@media (min-width: 768px) {
    .x .c1-25 {
        font-size: 47px
    }
}

@media (min-width: 768px) {
    .x .c1-2i {
        font-size: 38px
    }
}

@media (min-width: 768px) {
    .x .c1-2n {
        font-size: 27px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-39 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .x .c1-4z {
        width: 100%
    }
}

@media (min-width: 768px) {
    .x .c1-5h {
        font-size: 30px
    }
}

@media (min-width: 768px) {
    .x .c1-5m {
        font-size: 22px
    }
}

@media (min-width: 768px) {
    .x .c1-65 {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .x .c1-66 {
        margin-right: -24px
    }
}

@media (min-width: 768px) {
    .x .c1-67 {
        margin-bottom: -48px
    }
}

@media (min-width: 768px) {
    .x .c1-68 {
        margin-left: -24px
    }
}

@media (min-width: 768px) {
    .x .c1-6b {
        flex-basis: 50%
    }
}

@media (min-width: 768px) {
    .x .c1-6c {
        max-width: 50%
    }
}

@media (min-width: 768px) {
    .x .c1-6d {
        padding-top: 0
    }
}

@media (min-width: 768px) {
    .x .c1-6e {
        padding-right: 24px
    }
}

@media (min-width: 768px) {
    .x .c1-6f {
        padding-bottom: 48px
    }
}

@media (min-width: 768px) {
    .x .c1-6g {
        padding-left: 24px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-6r {
        display: block
    }
}

@media (min-width: 768px) {
    .x .c1-6u {
        position: absolute
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-6x {
        position: relative
    }
}

@media (min-width: 768px) {
    .x .c1-81 {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .x .c1-82 {
        margin-left: 8.333333333333332%
    }
}

@media (min-width: 768px) {
    .x .c1-83 {
        flex-basis: 83.33333333333334%
    }
}

@media (min-width: 768px) {
    .x .c1-84 {
        max-width: 83.33333333333334%
    }
}

@media (min-width: 768px) {
    .x .c1-85 {
        padding-bottom: 0
    }
}

@media (min-width: 768px) {
    .x .c1-8v {
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .x .c1-9e {
        width: auto
    }
}

@media (min-width: 768px) {
    .x .c1-9h {
        font-size: 12px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-a3 {
        max-height: 80px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-a4 {
        margin-top: 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-a5 {
        margin-right: auto
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-a6 {
        margin-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-a7 {
        margin-left: auto
    }
}

@media (min-width: 768px) {
    .x .c1-aw {
        width: 400px
    }
}

@media (min-width: 768px) {
    .x .c1-ax {
        max-height: 500px
    }
}

@media (min-width: 768px) {
    .x .c1-ay {
        border-radius: 7px
    }
}

@media (min-width: 768px) {
    .x .c1-az {
        margin-top: 24px
    }
}

@media (min-width: 768px) {
    .x .c1-b0 {
        margin-right: 24px
    }
}

@media (min-width: 768px) {
    .x .c1-b1 {
        margin-bottom: 24px
    }
}

@media (min-width: 768px) {
    .x .c1-b2 {
        margin-left: 24px
    }
}

@media (min-width: 768px) {
    .x .c1-b4 {
        max-height: 200px
    }
}

@media (min-width: 1024px) {
    .x .c1-e {
        font-size: 16px
    }
}

@media (min-width: 1024px) {
    .x .c1-o {
        display: block
    }
}

@media (min-width: 1024px) {
    .x .c1-v {
        padding-top: 16px
    }
}

@media (min-width: 1024px) {
    .x .c1-w {
        padding-bottom: 16px
    }
}

@media (min-width: 1024px) {
    .x .c1-x {
        padding-left: 16px
    }
}

@media (min-width: 1024px) {
    .x .c1-y {
        padding-right: 16px
    }
}

@media (min-width: 1024px) {
    .x .c1-17 {
        display: none
    }
}

@media (min-width: 1024px) {
    .x .c1-26 {
        font-size: 47px
    }
}

@media (min-width: 1024px) {
    .x .c1-2j {
        font-size: 38px
    }
}

@media (min-width: 1024px) {
    .x .c1-2o {
        font-size: 27px
    }
}

@media (min-width: 1024px) {
    .x .c1-2y {
        display: flex
    }
}

@media (min-width: 1024px) {
    .x .c1-33 {
        flex-basis: 33.33333333333333%
    }
}

@media (min-width: 1024px) {
    .x .c1-34 {
        max-width: 33.33333333333333%
    }
}

@media (min-width: 1024px) {
    .x .c1-3q {
        flex-direction: row
    }
}

@media (min-width: 1024px) {
    .x .c1-3v {
        width: 50%
    }
}

@media (min-width: 1024px) {
    .x .c1-4o {
        min-height: 60vh
    }
}

@media (min-width: 1024px) {
    .x .c1-4q {
        min-height: inherit
    }
}

@media (min-width: 1024px) {
    .x .c1-4r {
        flex-grow: 1
    }
}

@media (min-width: 1024px) {
    .x .c1-4s {
        padding-top: 0px
    }
}

@media (min-width: 1024px) {
    .x .c1-4w {
        margin-left: 16.666666666666664%
    }
}

@media (min-width: 1024px) {
    .x .c1-4x {
        flex-basis: 66.66666666666666%
    }
}

@media (min-width: 1024px) {
    .x .c1-4y {
        max-width: 66.66666666666666%
    }
}

@media (min-width: 1024px) {
    .x .c1-50 {
        width: 984px
    }
}

@media (min-width: 1024px) {
    .x .c1-57 {
        padding-top: 72px
    }
}

@media (min-width: 1024px) {
    .x .c1-58 {
        padding-bottom: 72px
    }
}

@media (min-width: 1024px) {
    .x .c1-59 {
        text-align: center
    }
}

@media (min-width: 1024px) {
    .x .c1-5i {
        font-size: 30px
    }
}

@media (min-width: 1024px) {
    .x .c1-5n {
        font-size: 22px
    }
}

@media (min-width: 1024px) {
    .x .c1-6w {
        position: relative
    }
}

@media (min-width: 1024px) {
    .x .c1-8w {
        font-size: 14px
    }
}

@media (min-width: 1024px) {
    .x .c1-9i {
        font-size: 12px
    }
}

@media (min-width: 1024px) {
    .x .c1-a9 .carousel-viewport {
        max-width: 90%
    }
}

@media (min-width: 1024px) {
    .x .c1-ac {
        flex-basis: 0%
    }
}

@media (min-width: 1024px) {
    .x .c1-ad {
        max-width: none
    }
}

@media (min-width: 1024px) {
    .x .c1-af {
        text-align: left
    }
}

@media (min-width: 1024px) {
    .x .c1-ah {
        text-align: right
    }
}

@media (min-width: 1024px) {
    .x .c1-ai {
        margin-top: 0
    }
}

@media (min-width: 1024px) {
    .x .c1-bi {
        z-index: 9999
    }
}

@media (min-width: 1280px) {
    .x .c1-f {
        font-size: 16px
    }
}

@media (min-width: 1280px) {
    .x .c1-27 {
        font-size: 55px
    }
}

@media (min-width: 1280px) {
    .x .c1-2k {
        font-size: 40px
    }
}

@media (min-width: 1280px) {
    .x .c1-2p {
        font-size: 27px
    }
}

@media (min-width: 1280px) {
    .x .c1-51 {
        width: 1160px
    }
}

@media (min-width: 1280px) {
    .x .c1-5e {
        font-size: 44px
    }
}

@media (min-width: 1280px) {
    .x .c1-5j {
        font-size: 32px
    }
}

@media (min-width: 1280px) {
    .x .c1-5o {
        font-size: 22px
    }
}

@media (min-width: 1280px) {
    .x .c1-8x {
        font-size: 16px
    }
}

@media (min-width: 1280px) {
    .x .c1-9j {
        font-size: 12px
    }
}

@media (min-width: 1536px) {
    .x .c1-g {
        font-size: 18px
    }
}

@media (min-width: 1536px) {
    .x .c1-28 {
        font-size: 60px
    }
}

@media (min-width: 1536px) {
    .x .c1-2l {
        font-size: 45px
    }
}

@media (min-width: 1536px) {
    .x .c1-2q {
        font-size: 30px
    }
}

@media (min-width: 1536px) {
    .x .c1-52 {
        width: 1280px
    }
}

@media (min-width: 1536px) {
    .x .c1-5f {
        font-size: 48px
    }
}

@media (min-width: 1536px) {
    .x .c1-5k {
        font-size: 36px
    }
}

@media (min-width: 1536px) {
    .x .c1-5p {
        font-size: 24px
    }
}

@media (min-width: 1536px) {
    .x .c1-8y {
        font-size: 16px
    }
}

@media (min-width: 1536px) {
    .x .c1-9k {
        font-size: 14px
    }
}


.carousel {
    text-align: center;
    position: relative;
    opacity: 0;
    margin: 0 auto;
    transition: opacity 0.5s;
}

    .carousel .carousel-container-inner {
        margin: 0 auto;
        position: relative;
    }

    .carousel .carousel-viewport {
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
    }

    .carousel .carousel-arrow-default {
        border: 3px solid !important;
        border-radius: 50%;
        color: rgba(255, 255, 255, 0.9);
        height: 32px;
        width: 32px;
        font-weight: 900;
        background: rgba(0, 0, 0, 0.15);
    }

    .carousel .carousel-arrow {
        position: absolute;
        z-index: 1;
        bottom: 23px;
        padding: 0;
        cursor: pointer;
        border: none;
    }

        .carousel .carousel-arrow:focus {
            outline: none;
        }

        .carousel .carousel-arrow:before {
            font-size: 19px;
            display: block;
            margin-top: -2px;
        }

        .carousel .carousel-arrow:disabled {
            cursor: not-allowed;
            opacity: 0.5;
        }

    .carousel .carousel-left-arrow {
        left: 23px;
    }

    .carousel .carousel-right-arrow {
        right: 23px;
    }

    .carousel .carousel-left-arrow.carousel-arrow-default:before {
        content: '<';
        padding-right: 2px;
    }

    .carousel .carousel-right-arrow.carousel-arrow-default:before {
        content: '>';
        padding-left: 2px;
    }

    .carousel .carousel-track {
        list-style: none;
        padding: 0;
        margin: 0;
        touch-action: pan-y pinch-zoom;
    }

        .carousel .carousel-track .carousel-slide {
            display: inline-block;
            opacity: 0.7;
            transition: opacity 0.5s ease-in-out;
        }

            .carousel .carousel-track .carousel-slide > * {
                display: block;
                white-space: normal;
            }

            .carousel .carousel-track .carousel-slide.carousel-slide-loading {
                background: rgba(204, 204, 204, 0.7);
            }

            .carousel .carousel-track .carousel-slide.carousel-slide-fade {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                opacity: 0;
            }

            .carousel .carousel-track .carousel-slide.carousel-slide-selected {
                opacity: 1;
                z-index: 1;
            }

    .carousel.loaded {
        opacity: 1;
    }

    .carousel .carousel-dots {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px;
        text-align: center;
    }

        .carousel .carousel-dots li {
            display: inline-block;
        }

        .carousel .carousel-dots button {
            border: 0;
            background: transparent;
            font-size: 1.1em;
            cursor: pointer;
            color: #CCC;
            padding-left: 6px;
            padding-right: 6px;
        }

            .carousel .carousel-dots button.selected {
                color: black;
            }

            .carousel .carousel-dots button:focus {
                outline: none;
            }

[dir="rtl"] .carousel .carousel-viewport {
    text-align: right;
}

[dir="rtl"] .carousel .carousel-left-arrow {
    left: unset;
    right: 23px;
}

[dir="rtl"] .carousel .carousel-right-arrow {
    right: unset;
    left: 23px;
}

[dir="rtl"] .carousel .carousel-left-arrow.carousel-arrow-default:before {
    padding-left: 2px;
    padding-right: unset;
}

[dir="rtl"] .carousel .carousel-right-arrow.carousel-arrow-default:before {
    padding-right: 2px;
    padding-left: unset;
}

.page-inner {
    background-color: rgb(0, 0, 0);
    min-height: 100vh;
}
