﻿
.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:after {
    content: "";
    clear: both
}

.x-rt ol, .x-rt ul {
    text-align: left
}

.x-rt p {
    margin: 0
}

.x-rt br {
    clear: both
}

.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
    }
}
/*
        Copyright (c) 2010, Sebastian Kosch (sebastian@aldusleaf.org), with Reserved Font Name "Crimson".

        This Font Software is licensed under the SIL Open Font License, Version 1.1.
        This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL

        —————————————————————————————-
        SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
        —————————————————————————————-
        */
/* vietnamese */
@font-face {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJX1C1GA9NQ5LE.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJX1C1GAtNQ5LE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJX1C1GDNNQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
        Digitized data copyright 2010-2011, Google Corporation.

        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at

            http://www.apache.org/licenses/LICENSE-2.0

        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        */
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV0ewJER.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVQewJER.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVwewJER.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVMewJER.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVIewJER.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV8ewJER.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4ewJER.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAewA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV0ewJER.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVQewJER.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVwewJER.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVMewJER.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVIewJER.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV8ewJER.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4ewJER.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV0ewJER.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVQewJER.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVwewJER.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVMewJER.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVIewJER.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV8ewJER.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4ewJER.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAewA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4taVIGxA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4kaVIGxA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4saVIGxA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4jaVIGxA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4iaVIGxA.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4vaVIGxA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVIGxA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVIGxA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIGxA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVIGxA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVIGxA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVIGxA.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIGxA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVIGxA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4taVIGxA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4kaVIGxA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4saVIGxA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4jaVIGxA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4iaVIGxA.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4vaVIGxA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVIGxA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4taVIGxA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4kaVIGxA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4saVIGxA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4jaVIGxA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4iaVIGxA.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4vaVIGxA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4uaVIGxA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
        Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name Source.

        This Font Software is licensed under the SIL Open Font License, Version 1.1.
        This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL

        —————————————————————————————-
        SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
        —————————————————————————————-
        */
/* cyrillic-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwkxduz8A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmxduz8A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlBduz8A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmBduz8A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://img1.wsimg.com/gfonts/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.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: 'Open Sans', arial, sans-serif
}

.x .c1-c {
    font-size: 16px
}

.x .c1-h {
    padding-top: 40px
}

.x .c1-i {
    padding-bottom: 40px
}

.x .c1-j {
    padding: 0px !important
}

.x .c1-k:before {
    content: ""
}

.x .c1-l:before {
    display: table
}

.x .c1-m:before {
    clear: both
}

.x .c1-n:after {
    content: ""
}

.x .c1-o:after {
    display: table
}

.x .c1-p:after {
    clear: both
}

.x .c1-s {
    position: relative
}

.x .c1-t {
    margin-bottom: 32px
}

.x .c1-u {
    text-align: center
}

.x .c1-v {
    padding-top: 16px
}

.x .c1-w {
    padding-bottom: 16px
}

.x .c1-x {
    background-color: rgb(0, 0, 0)
}

.x .c1-y div div {
    color: rgb(255, 255, 255)
}

.x .c1-z {
    margin-left: auto
}

.x .c1-10 {
    margin-right: auto
}

.x .c1-11 {
    padding-left: 24px
}

.x .c1-12 {
    padding-right: 24px
}

.x .c1-13 {
    max-width: 100%
}

.x .c1-14 {
    display: block
}

.x .c1-1c {
    word-wrap: break-word
}

.x .c1-1d {
    overflow-wrap: break-word
}

.x .c1-1e {
    line-height: 1.5
}

.x .c1-1f {
    margin-top: 0
}

.x .c1-1g {
    margin-bottom: 0
}

.x .c1-1h {
    color: rgb(145, 145, 145)
}

.x .c1-1i {
    font-weight: 400
}

.x .c1-1l {
    padding-top: 24px
}

.x .c1-1m {
    padding-bottom: 4px
}

.x .c1-1n {
    margin-top: 4px
}

.x .c1-1s {
    padding-top: 0px !important
}

.x .c1-1t {
    padding-bottom: 0px !important
}

.x .c1-1u {
    display: flex
}

.x .c1-1v {
    box-sizing: border-box
}

.x .c1-1w {
    flex-direction: row
}

.x .c1-1x {
    flex-wrap: wrap
}

.x .c1-1y {
    margin-right: -12px
}

.x .c1-1z {
    margin-left: -12px
}

.x .c1-20 {
    align-items: center
}

.x .c1-21 {
    justify-content: flex-start
}

.x .c1-22 cell {
    flex-basis: auto
}

.x .c1-23 cell {
    flex-grow: 0
}

.x .c1-28 {
    flex-grow: 0
}

.x .c1-29 {
    flex-shrink: 1
}

.x .c1-2a {
    flex-basis: auto
}

.x .c1-2b {
    padding-top: 0
}

.x .c1-2c {
    padding-right: 12px
}

.x .c1-2d {
    padding-bottom: 0
}

.x .c1-2e {
    padding-left: 12px
}

.x .c1-2j {
    letter-spacing: inherit
}

.x .c1-2k {
    text-transform: inherit
}

.x .c1-2l {
    text-decoration: none
}

.x .c1-2m {
    cursor: pointer
}

.x .c1-2n {
    border-top: 0px
}

.x .c1-2o {
    border-right: 0px
}

.x .c1-2p {
    border-bottom: 0px
}

.x .c1-2q {
    border-left: 0px
}

.x .c1-2r {
    color: rgb(27, 27, 27)
}

.x .c1-2s {
    font-weight: inherit
}

.x .c1-2t:hover {
    color: rgb(125, 118, 89)
}

.x .c1-2u:active {
    color: rgb(52, 48, 34)
}

.x .c1-2v {
    color: inherit
}

.x .c1-2w {
    display: inline-block
}

.x .c1-2x {
    vertical-align: top
}

.x .c1-2y {
    padding-top: 6px
}

.x .c1-2z {
    padding-right: 6px
}

.x .c1-30 {
    padding-bottom: 6px
}

.x .c1-31 {
    padding-left: 6px
}

.x .c1-32 {
    display: none
}

.x .c1-34 {
    padding-top: 4px
}

.x .c1-35 {
    justify-content: center
}

.x .c1-36 {
    flex-wrap: nowrap
}

.x .c1-37 {
    flex-grow: 1
}

.x .c1-38 {
    max-width: none
}

.x .c1-39 {
    line-height: 24px
}

.x .c1-3a {
    margin-left: 0
}

.x .c1-3b {
    margin-right: 0
}

.x .c1-3c {
    -webkit-margin-before: 0
}

.x .c1-3d {
    -webkit-margin-after: 0
}

.x .c1-3e {
    -webkit-padding-start: 0
}

.x .c1-3f {
    padding-right: 0
}

.x .c1-3g {
    padding-left: 0
}

.x .c1-3h {
    color: rgb(94, 94, 94)
}

.x .c1-3i {
    margin-bottom: none;
}

.x .c1-3j {
    list-style: none
}

.x .c1-3k {
    padding-left: 32px
}

.x .c1-3l {
    white-space: nowrap
}

.x .c1-3m {
    visibility: hidden
}

.x .c1-3n:first-child {
    margin-left: 0
}

.x .c1-3o:first-child {
    padding-left: 0
}

.x .c1-3p {
    letter-spacing: 0.143em
}

.x .c1-3q {
    text-transform: uppercase
}

.x .c1-3r {
    margin-left: -6px
}

.x .c1-3s {
    margin-right: -6px
}

.x .c1-3t {
    margin-top: -6px
}

.x .c1-3u {
    margin-bottom: -6px
}

.x .c1-3v {
    font-size: 14px
}

.x .c1-3w:hover {
    color: rgb(75, 71, 52)
}

.x .c1-3x:active {
    color: rgb(125, 118, 89)
}

.x .c1-42 {
    border-top: 2px solid
}

.x .c1-43 {
    border-color: rgb(27, 27, 27)
}

.x .c1-44 {
    padding-top: 11px
}

.x .c1-45 {
    margin-top: -11px
}

.x .c1-46 {
    font-weight: 700
}

.x .c1-47 {
    transition: transform .33s ease-in-out
}

.x .c1-48 {
    transform: rotate(0deg)
}

.x .c1-49 {
    vertical-align: middle
}

.x .c1-4a {
    border-radius: 4px
}

.x .c1-4b {
    box-shadow: 0 3px 6px 3px rgba(0,0,0,0.24)
}

.x .c1-4c {
    padding-left: 16px
}

.x .c1-4d {
    padding-right: 16px
}

.x .c1-4e {
    position: absolute
}

.x .c1-4f {
    right: 0px
}

.x .c1-4g {
    top: 32px
}

.x .c1-4h {
    max-height: 45vh
}

.x .c1-4i {
    overflow-y: auto
}

.x .c1-4j {
    z-index: 1003
}

.x .c1-4m {
    text-align: left
}

.x .c1-4n:last-child {
    margin-bottom: 0
}

.x .c1-4o {
    margin-top: 8px
}

.x .c1-4p {
    margin-bottom: 8px
}

.x .c1-4q {
    justify-content: flex-end
}

.x .c1-4r {
    max-width: 30%
}

.x .c1-4s {
    background-color: rgb(22, 22, 22)
}

.x .c1-4t {
    position: fixed
}

.x .c1-4u {
    top: 0px
}

.x .c1-4v {
    height: 100%
}

.x .c1-4w {
    z-index: 10002
}

.x .c1-4x {
    padding-top: 56px
}

.x .c1-4y {
    -webkit-overflow-scrolling: touch
}

.x .c1-4z {
    transform: translateX(-249vw)
}

.x .c1-50 {
    overscroll-behavior: contain
}

.x .c1-51 {
    box-shadow: 0 2px 6px 0px rgba(0,0,0,0.2)
}

.x .c1-52 {
    transition: transform .3s ease-in-out
}

.x .c1-53 {
    overflow: hidden
}

.x .c1-54 {
    flex-direction: column
}

.x .c1-55 {
    color: rgb(247, 247, 247)
}

.x .c1-56 {
    line-height: 1.3em
}

.x .c1-57 {
    font-style: normal
}

.x .c1-58 {
    top: 15px
}

.x .c1-59 {
    right: 15px
}

.x .c1-5a {
    font-size: 28px
}

.x .c1-5b:hover {
    color: rgb(171, 162, 122)
}

.x .c1-5g {
    overflow-x: hidden
}

.x .c1-5h {
    overscroll-behavior: none
}

.x .c1-5i {
    color: rgb(164, 164, 164)
}

.x .c1-5j {
    border-color: rgba(76, 76, 76, 0.5)
}

.x .c1-5k {
    border-bottom-width: 1px
}

.x .c1-5l {
    border-bottom-style: solid
}

.x .c1-5m:last-child {
    border-bottom: 0
}

.x .c1-5n {
    min-width: 200px
}

.x .c1-5o {
    justify-content: space-between
}

.x .c1-5p {
    font-size: 22px
}

.x .c1-5q:hover {
    color: rgb(202, 191, 145)
}

.x .c1-5r:active {
    color: rgb(171, 162, 122)
}

.x .c1-5x {
    margin-top: 16px
}

.x .c1-64 {
    width: auto
}

.x .c1-65 {
    height: auto
}

.x .c1-66 {
    margin-top: initial
}

.x .c1-67 {
    margin-right: initial
}

.x .c1-68 {
    margin-bottom: initial
}

.x .c1-69 {
    margin-left: initial
}

.x .c1-6a {
    padding-right: 40px
}

.x .c1-6b {
    padding-left: 40px
}

.x .c1-6c > div > :not(:last-child) {
    margin-bottom: 16px
}

.x .c1-6f {
    font-family: 'Crimson Text', serif
}

.x .c1-6k {
    display: inline
}

.x .c1-6l {
    color: rgb(171, 162, 122)
}

.x .c1-6m:hover {
    color: rgb(181, 172, 129)
}

.x .c1-6n:active {
    color: rgb(210, 199, 151)
}

.x .c1-6o {
    letter-spacing: 0
}

.x .c1-6p {
    line-height: 1.2
}

.x .c1-6q {
    font-style: normal !important
}

.x .c1-6r {
    font-family: 'Source Sans Pro', arial, sans-serif
}

.x .c1-6s {
    color: rgb(226, 226, 226)
}

.x .c1-6t {
    font-size: 48px
}

.x .c1-6u {
    font-weight: 900
}

.x .c1-6z {
    word-wrap: normal !important
}

.x .c1-70 {
    overflow-wrap: normal !important
}

.x .c1-71 {
    white-space: pre-line
}

.x .c1-72 {
    overflow: visible
}

.x .c1-73 {
    left: 0px
}

.x .c1-78 {
    font-size: 44px
}

.x .c1-7d {
    line-height: 1.25
}

.x .c1-7e {
    font-size: 12px
}

.x .c1-7j {
    background-color: transparent
}

.x .c1-7m {
    flex-basis: 50%
}

.x .c1-7n {
    max-width: 50%
}

.x .c1-7o {
    height: 130px
}

.x .c1-7w {
    transition: transform .5s ease
}

.x .c1-7x {
    text-shadow: none
}

.x .c1-7y {
    background-position: 50% 50%
}

.x .c1-7z {
    background-size: auto, cover
}

.x .c1-80 {
    background-blend-mode: normal
}

.x .c1-81 {
    background-repeat: no-repeat
}

.x .c1-98 {
    margin-bottom: 40px
}

.x .c1-99 {
    line-height: 1.4
}

.x .c1-9c {
    font-size: unset
}

.x .c1-9d {
    font-family: unset
}

.x .c1-9e {
    letter-spacing: unset
}

.x .c1-9f {
    text-transform: unset
}

.x .c1-9g {
    border-color: rgb(22, 22, 22)
}

.x .c1-9h {
    border-bottom-width: 2px
}

.x .c1-9i {
    border-style: solid
}

.x .c1-9j {
    width: 90px
}

.x .c1-9k {
    flex-basis: 0%
}

.x .c1-9r {
    padding-top: 8px
}

.x .c1-9t {
    font-size: inherit !important
}

.x .c1-9u {
    line-height: inherit
}

.x .c1-9v {
    font-style: italic
}

.x .c1-9w {
    text-decoration: line-through
}

.x .c1-9x {
    text-decoration: underline
}

.x .c1-9y {
    margin-left: 0 !important
}

.x .c1-9z {
    border-bottom: 1px solid #bfbfbf
}

.x .c1-a1 {
    flex-basis: 100%
}

.x .c1-a2 {
    margin-bottom: 4px
}

.x .c1-a3 {
    padding-left: 8px
}

.x .c1-a4 {
    padding-right: 8px
}

.x .c1-a5 > :nth-child(2) {
    margin-left: .25em
}

.x .c1-a6 {
    user-select: none
}

.x .c1-a7 {
    color: rgb(125, 118, 89)
}

.x .c1-a8 {
    padding-left: 0px !important
}

.x .c1-ad {
    padding-right: 0px !important
}

.x .c1-ae {
    text-align: right
}

.x .c1-af {
    padding-bottom: 56px
}

.x .c1-ai {
    padding-bottom: 24px
}

.x .c1-aj {
    border-color: rgb(226, 226, 226)
}

.x .c1-ak {
    border-bottom-width: 1px
}

.x .c1-al {
    padding-left: none
}

.x .c1-am {
    padding-right: none
}

.x .c1-an {
    padding-top: none
}

.x .c1-ao {
    row-gap: 0px
}

.x .c1-ap {
    column-gap: 0px
}

.x .c1-aq [data-typography] {
    color: inherit
}

.x .c1-ar {
    margin-bottom: 24px
}

.x .c1-as {
    color: rgb(89, 89, 89)
}

.x .c1-at {
    width: 50px
}

.x .c1-au {
    bottom: 0
}

.x .c1-av {
    right: 0
}

.x .c1-aw {
    z-index: 10003
}

.x .c1-ax {
    background-color: rgba(0, 0, 0, 0.6)
}

.x .c1-b9 {
    box-shadow: 0 4px 12px 0 rgba(117,117,117,0.4)
}

.x .c1-ba {
    max-height: 90vh
}

.x .c1-bb {
    height: max-content
}

.x .c1-bc {
    border-radius: 12px
}

.x .c1-bd {
    max-width: 515px
}

.x .c1-be {
    [object -object]:0px
}

.x .c1-bw {
    padding-bottom: 8px
}

.x .c1-bx {
    z-index: 1
}

.x .c1-by {
    padding-right: 4px
}

.x .c1-bz {
    padding-left: 4px
}

.x .c1-c0 {
    border-radius: 50%
}

.x .c1-c1 {
    height: 22px
}

.x .c1-c2 {
    width: 22px
}

.x .c1-c3 {
    align-self: center
}

.x .c1-c4 > *:not(:last-child) {
    margin-bottom: 0px
}

.x .c1-c8 {
    border-width: 0 !important
}

.x .c1-c9 {
    aspect-ratio: 2.2 / 1
}

.x .c1-ca {
    border-radius: 0px
}

.x .c1-cb > *:not(:last-child) {
    margin-bottom: 16px
}

.x .c1-cc {
    padding-top: 32px
}

.x .c1-cd {
    padding-right: 32px
}

.x .c1-ce {
    padding-bottom: 32px
}

.x .c1-cf {
    transition: all 0.3s
}

.x .c1-cg {
    border-style: none
}

.x .c1-ch {
    display: inline-flex
}

.x .c1-ci {
    min-height: 56px
}

.x .c1-cj {
    border-radius: 48px
}

.x .c1-ck {
    color: rgb(0, 0, 0)
}

.x .c1-cl {
    background-color: rgb(171, 162, 122)
}

.x .c1-cm:hover {
    background-color: rgb(199, 189, 143)
}

@media (max-width: 450px) {
    .x .c1-82 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:450,m")
    }
}

@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 450px) and (min-resolution: 192dpi) {
    .x .c1-83 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:900,m")
    }
}

@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 450px) and (min-resolution: 288dpi) {
    .x .c1-84 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1350,m")
    }
}

@media (min-width: 451px) and (max-width: 767px) {
    .x .c1-85 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:767,m")
    }
}

@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-86 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1534,m")
    }
}

@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-87 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2301,m")
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-88 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1023,m")
    }
}

@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-89 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2046,m")
    }
}

@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-8a {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3069,m")
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .x .c1-8b {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1279,m")
    }
}

@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-8c {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2558,m")
    }
}

@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-8d {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3837,m")
    }
}

@media (min-width: 1280px) and (max-width: 1535px) {
    .x .c1-8e {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1535,m")
    }
}

@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-8f {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3070,m")
    }
}

@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-8g {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:4605,m")
    }
}

@media (min-width: 1536px) and (max-width: 1920px) {
    .x .c1-8h {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1920,m")
    }
}

@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-8i {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/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-8j {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:5760,m")
    }
}

@media (min-width: 1921px) {
    .x .c1-8k {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")
    }
}

@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1921px) and (min-resolution: 192dpi) {
    .x .c1-8l {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")
    }
}

@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1921px) and (min-resolution: 288dpi) {
    .x .c1-8m {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/October%202022.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")
    }
}

@media (max-width: 450px) {
    .x .c1-8n {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:450,m")
    }
}

@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 450px) and (min-resolution: 192dpi) {
    .x .c1-8o {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:900,m")
    }
}

@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 450px) and (min-resolution: 288dpi) {
    .x .c1-8p {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1350,m")
    }
}

@media (min-width: 451px) and (max-width: 767px) {
    .x .c1-8q {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:767,m")
    }
}

@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-8r {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1534,m")
    }
}

@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-8s {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2301,m")
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-8t {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1023,m")
    }
}

@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-8u {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2046,m")
    }
}

@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-8v {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3069,m")
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .x .c1-8w {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1279,m")
    }
}

@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-8x {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2558,m")
    }
}

@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-8y {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3837,m")
    }
}

@media (min-width: 1280px) and (max-width: 1535px) {
    .x .c1-8z {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1535,m")
    }
}

@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-90 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3070,m")
    }
}

@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-91 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:4605,m")
    }
}

@media (min-width: 1536px) and (max-width: 1920px) {
    .x .c1-92 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1920,m")
    }
}

@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-93 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/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-94 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:5760,m")
    }
}

@media (min-width: 1921px) {
    .x .c1-95 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")
    }
}

@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1921px) and (min-resolution: 192dpi) {
    .x .c1-96 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")
    }
}

@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1921px) and (min-resolution: 288dpi) {
    .x .c1-97 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/44b9d171-deb7-482b-bccd-eee195e0ced0/2022%20Flyer_Yin%20Yang%20Yoga%204%20You%5B24595%5D.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")
    }
}

@media (max-width: 767px) {
    .x .c1-q {
        padding-top: 32px
    }
}

@media (max-width: 767px) {
    .x .c1-r {
        padding-bottom: 32px
    }
}

@media (max-width: 767px) {
    .x .c1-1j {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .x .c1-1o {
        padding-top: 24px
    }
}

@media (max-width: 767px) {
    .x .c1-6d {
        padding-left: 8px
    }
}

@media (max-width: 767px) {
    .x .c1-6e {
        padding-right: 8px
    }
}

@media (max-width: 767px) {
    .x .c1-6g {
        width: 100%
    }
}

@media (max-width: 767px) {
    .x .c1-6h {
        display: flex
    }
}

@media (max-width: 767px) {
    .x .c1-6i {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .x .c1-7k {
        padding-top: 0px
    }
}

@media (max-width: 767px) {
    .x .c1-7l {
        padding-bottom: 0px
    }
}

@media (max-width: 767px) {
    .x .c1-9a {
        margin-bottom: 24px
    }
}

@media (max-width: 767px) {
    .x .c1-ag {
        padding-top: none
    }
}

@media (max-width: 767px) {
    .x .c1-ah {
        padding-bottom: none
    }
}

@media (max-width: 767px) {
    .x .c1-bf {
        position: relative
    }
}

@media (max-width: 767px) {
    .x .c1-bg {
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .x .c1-bh {
        background-color: rgb(255, 255, 255)
    }
}

@media (max-width: 767px) {
    .x .c1-bi {
        box-shadow: 0 4px 12px 0 rgba(117,117,117,0.4)
    }
}

@media (max-width: 767px) {
    .x .c1-bj {
        padding-bottom: 16px
    }
}

@media (max-width: 767px) {
    .x .c1-bk {
        max-height: 90vh
    }
}

@media (max-width: 767px) {
    .x .c1-bl {
        width: auto
    }
}

@media (max-width: 767px) {
    .x .c1-bm {
        border-radius: 12px
    }
}

@media (max-width: 767px) {
    .x .c1-bn {
        margin-top: 16px
    }
}

@media (max-width: 767px) {
    .x .c1-bo {
        margin-right: 16px
    }
}

@media (max-width: 767px) {
    .x .c1-bp {
        margin-bottom: 16px
    }
}

@media (max-width: 767px) {
    .x .c1-bq {
        margin-left: 16px
    }
}

@media (max-width: 767px) {
    .x .c1-br {
        max-width: 90vw
    }
}

@media (min-width: 768px) {
    .x .c1-d {
        font-size: 16px
    }
}

@media (min-width: 768px) {
    .x .c1-15 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .x .c1-16 {
        display: flex
    }
}

@media (min-width: 768px) {
    .x .c1-17 {
        align-items: center
    }
}

@media (min-width: 768px) {
    .x .c1-18 {
        justify-content: center
    }
}

@media (min-width: 768px) {
    .x .c1-1k {
        display: inline-block
    }
}

@media (min-width: 768px) {
    .x .c1-1p {
        padding-top: 16px
    }
}

@media (min-width: 768px) {
    .x .c1-24 {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .x .c1-25 {
        margin-right: -24px
    }
}

@media (min-width: 768px) {
    .x .c1-26 {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .x .c1-27 {
        margin-left: -24px
    }
}

@media (min-width: 768px) {
    .x .c1-2f {
        padding-top: 0
    }
}

@media (min-width: 768px) {
    .x .c1-2g {
        padding-right: 24px
    }
}

@media (min-width: 768px) {
    .x .c1-2h {
        padding-bottom: 0
    }
}

@media (min-width: 768px) {
    .x .c1-2i {
        padding-left: 24px
    }
}

@media (min-width: 768px) {
    .x .c1-3y {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-4l {
        right: 0px
    }
}

@media (min-width: 768px) {
    .x .c1-5c {
        font-size: 30px
    }
}

@media (min-width: 768px) {
    .x .c1-5s {
        font-size: 22px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-6j {
        width: 100%
    }
}

@media (min-width: 768px) {
    .x .c1-6v {
        font-size: 72px
    }
}

@media (min-width: 768px) {
    .x .c1-74 {
        font-size: 60px
    }
}

@media (min-width: 768px) {
    .x .c1-79 {
        font-size: 44px
    }
}

@media (min-width: 768px) {
    .x .c1-7f {
        font-size: 12px
    }
}

@media (min-width: 768px) {
    .x .c1-7p {
        height: 200px
    }
}

@media (min-width: 768px) {
    .x .c1-9l {
        margin-left: 8.333333333333332%
    }
}

@media (min-width: 768px) {
    .x .c1-9m {
        flex-basis: 83.33333333333334%
    }
}

@media (min-width: 768px) {
    .x .c1-9n {
        max-width: 83.33333333333334%
    }
}

@media (min-width: 768px) {
    .x .c1-a0 {
        display: none
    }
}

@media (min-width: 768px) {
    .x .c1-a9 {
        flex-basis: 25%
    }
}

@media (min-width: 768px) {
    .x .c1-aa {
        max-width: 25%
    }
}

@media (min-width: 768px) {
    .x .c1-ab {
        flex-basis: 50%
    }
}

@media (min-width: 768px) {
    .x .c1-ac {
        /*max-width: 50%*/
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .x .c1-ay {
        position: absolute
    }
}

@media (min-width: 768px) {
    .x .c1-az {
        transform: none
    }
}

@media (min-width: 768px) {
    .x .c1-b0 {
        max-width: 600px
    }
}

@media (min-width: 768px) {
    .x .c1-b1 {
        margin-top: 24px
    }
}

@media (min-width: 768px) {
    .x .c1-b2 {
        margin-bottom: 24px
    }
}

@media (min-width: 768px) {
    .x .c1-b3 {
        margin-left: auto
    }
}

@media (min-width: 768px) {
    .x .c1-b4 {
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .x .c1-b5 {
        pointer-events: none
    }
}

@media (min-width: 768px) {
    .x .c1-b6:before {
        display: block
    }
}

@media (min-width: 768px) {
    .x .c1-b7:before {
        height: 90vh
    }
}

@media (min-width: 768px) {
    .x .c1-b8:before {
        content: ""
    }
}

@media (min-width: 768px) {
    .x .c1-bs {
        pointer-events: auto
    }
}

@media (min-width: 768px) {
    .x .c1-bt {
        border-radius: 12px
    }
}

@media (min-width: 768px) {
    .x .c1-bu {
        max-width: 515px
    }
}

@media (min-width: 768px) {
    .x .c1-c5 {
        padding-left: 0px
    }
}

@media (min-width: 768px) {
    .x .c1-c6 {
        padding-right: 0px
    }
}

@media (min-width: 768px) {
    .x .c1-co {
        width: auto
    }
}

@media (min-width: 1024px) {
    .x .c1-e {
        font-size: 16px
    }
}

@media (min-width: 1024px) {
    .x .c1-19 {
        width: 984px
    }
}

@media (min-width: 1024px) {
    .x .c1-1q {
        display: none
    }
}

@media (min-width: 1024px) {
    .x .c1-1r {
        padding-top: 8px
    }
}

@media (min-width: 1024px) {
    .x .c1-33 {
        display: inherit
    }
}

@media (min-width: 1024px) {
    .x .c1-3z {
        font-size: 14px
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .x .c1-4k {
        right: 0px
    }
}

@media (min-width: 1024px) {
    .x .c1-5d {
        font-size: 30px
    }
}

@media (min-width: 1024px) {
    .x .c1-5t {
        min-width: 300px
    }
}

@media (min-width: 1024px) {
    .x .c1-5u {
        font-size: 22px
    }
}

@media (min-width: 1024px) {
    .x .c1-5y {
        margin-top: 56px
    }
}

@media (min-width: 1024px) {
    .x .c1-5z {
        margin-bottom: 32px
    }
}

@media (min-width: 1024px) {
    .x .c1-60 {
        padding-left: 24px
    }
}

@media (min-width: 1024px) {
    .x .c1-61 {
        padding-right: 24px
    }
}

@media (min-width: 1024px) {
    .x .c1-62 {
        max-width: none
    }
}

@media (min-width: 1024px) {
    .x .c1-63 {
        min-width: 350px
    }
}

@media (min-width: 1024px) {
    .x .c1-6w {
        font-size: 72px
    }
}

@media (min-width: 1024px) {
    .x .c1-75 {
        font-size: 60px
    }
}

@media (min-width: 1024px) {
    .x .c1-7a {
        font-size: 44px
    }
}

@media (min-width: 1024px) {
    .x .c1-7g {
        font-size: 12px
    }
}

@media (min-width: 1024px) {
    .x .c1-7q {
        height: 300px
    }
}

@media (min-width: 1024px) {
    .x .c1-7r:hover .dim {
        background-color: rgba(255, 255, 255, .1)
    }
}

@media (min-width: 1024px) {
    .x .c1-7s:hover .image {
        transform: scale(1.05)
    }
}

@media (min-width: 1024px) {
    .x .c1-7t {
        background-color: rgba(0, 0, 0, .1)
    }
}

@media (min-width: 1024px) {
    .x .c1-7u {
        transition: background-color .5s ease
    }
}

@media (min-width: 1024px) {
    .x .c1-7v {
        z-index: 1
    }
}

@media (min-width: 1024px) {
    .x .c1-9b {
        margin-bottom: 0px
    }
}

@media (min-width: 1024px) {
    .x .c1-9o {
        margin-left: 16.666666666666664%
    }
}

@media (min-width: 1024px) {
    .x .c1-9p {
        flex-basis: 66.66666666666666%
    }
}

@media (min-width: 1024px) {
    .x .c1-9q {
        max-width: 66.66666666666666%
    }
}

@media (min-width: 1024px) {
    .x .c1-9s {
        padding-top: 16px
    }
}

@media (min-width: 1024px) {
    .x .c1-bv {
        max-width: 515px
    }
}

@media (min-width: 1024px) {
    .x .c1-c7 {
        height: 235px
    }
}

@media (min-width: 1024px) {
    .x .c1-cn:hover {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5)
    }
}

@media (min-width: 1280px) {
    .x .c1-f {
        font-size: 16px
    }
}

@media (min-width: 1280px) {
    .x .c1-1a {
        width: 1160px
    }
}

@media (min-width: 1280px) {
    .x .c1-40 {
        font-size: 14px
    }
}

@media (min-width: 1280px) {
    .x .c1-5e {
        font-size: 32px
    }
}

@media (min-width: 1280px) {
    .x .c1-5v {
        font-size: 22px
    }
}

@media (min-width: 1280px) {
    .x .c1-6x {
        font-size: 88px
    }
}

@media (min-width: 1280px) {
    .x .c1-76 {
        font-size: 64px
    }
}

@media (min-width: 1280px) {
    .x .c1-7b {
        font-size: 44px
    }
}

@media (min-width: 1280px) {
    .x .c1-7h {
        font-size: 12px
    }
}

@media (min-width: 1536px) {
    .x .c1-g {
        font-size: 18px
    }
}

@media (min-width: 1536px) {
    .x .c1-1b {
        width: 1280px
    }
}

@media (min-width: 1536px) {
    .x .c1-41 {
        font-size: 16px
    }
}

@media (min-width: 1536px) {
    .x .c1-5f {
        font-size: 36px
    }
}

@media (min-width: 1536px) {
    .x .c1-5w {
        font-size: 24px
    }
}

@media (min-width: 1536px) {
    .x .c1-6y {
        font-size: 96px
    }
}

@media (min-width: 1536px) {
    .x .c1-77 {
        font-size: 72px
    }
}

@media (min-width: 1536px) {
    .x .c1-7c {
        font-size: 48px
    }
}

@media (min-width: 1536px) {
    .x .c1-7i {
        font-size: 14px
    }
}

.page-inner {
    background-color: rgb(255, 255, 255);
    min-height: 100vh;
}
