@charset "Shift_JIS";

@media (max-width:767px) {
    .hover-after {
        display: none !important
    }
}

@media (min-width:768px) {
    .hover-target {
        position: relative
    }

    .hover-target .hover-before {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out
    }

    .hover-target .hover-after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out
    }

    .hover-target:hover .hover-before {
        opacity: 0
    }

    .hover-target:hover .hover-after {
        opacity: 1
    }
}

@media (max-width:767px) {
    .display-pc {
        display: none !important
    }
}

@media (min-width:768px) {
    .display-sp {
        display: none !important
    }
}

@media (min-width:1081px) {
    html {
        font-size: 0.7142857142857143vw
    }
}

@media (min-width:768px) and (max-width:1080px) {
    html {
        font-size: 7.7px
    }
}

@media (max-width:767px) {
    html {
        font-size: 2.666666666666667vw
    }
}

html *:not(footer):not(header) -reset-styles:*,
html *:not(footer):not(header)::before,
html *:not(footer):not(header)::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html *:not(footer):not(header) html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

html *:not(footer):not(header) body {
    margin: 0
}

html *:not(footer):not(header) main {
    display: block
}

html *:not(footer):not(header) p,
html *:not(footer):not(header) table,
html *:not(footer):not(header) blockquote,
html *:not(footer):not(header) address,
html *:not(footer):not(header) pre,
html *:not(footer):not(header) iframe,
html *:not(footer):not(header) form,
html *:not(footer):not(header) figure,
html *:not(footer):not(header) dl {
    margin: 0
}

html *:not(footer):not(header) h1,
html *:not(footer):not(header) h2,
html *:not(footer):not(header) h3,
html *:not(footer):not(header) h4,
html *:not(footer):not(header) h5,
html *:not(footer):not(header) h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

html *:not(footer):not(header) ul,
html *:not(footer):not(header) ol {
    margin: 0;
    padding: 0;
    list-style: none
}

html *:not(footer):not(header) dt {
    font-weight: bold
}

html *:not(footer):not(header) dd {
    margin-left: 0
}

html *:not(footer):not(header) hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
}

html *:not(footer):not(header) pre {
    font-family: monospace, monospace;
    font-size: inherit
}

html *:not(footer):not(header) address {
    font-style: inherit
}

html *:not(footer):not(header) a {
    background-color: transparent;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit
}

html *:not(footer):not(header) abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

html *:not(footer):not(header) b,
html *:not(footer):not(header) strong {
    font-weight: bolder
}

html *:not(footer):not(header) code,
html *:not(footer):not(header) kbd,
html *:not(footer):not(header) samp {
    font-family: monospace, monospace;
    font-size: inherit
}

html *:not(footer):not(header) small {
    font-size: 80%
}

html *:not(footer):not(header) sub,
html *:not(footer):not(header) sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

html *:not(footer):not(header) sub {
    bottom: -0.25em
}

html *:not(footer):not(header) sup {
    top: -0.5em
}

html *:not(footer):not(header) svg,
html *:not(footer):not(header) img,
html *:not(footer):not(header) embed,
html *:not(footer):not(header) object,
html *:not(footer):not(header) iframe {
    vertical-align: bottom
}

html *:not(footer):not(header) button,
html *:not(footer):not(header) input,
html *:not(footer):not(header) optgroup,
html *:not(footer):not(header) select,
html *:not(footer):not(header) textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit
}

html *:not(footer):not(header) [type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    appearance: checkbox
}

html *:not(footer):not(header) [type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -ms-appearance: radio;
    appearance: radio
}

html *:not(footer):not(header) button,
html *:not(footer):not(header) [type="button"],
html *:not(footer):not(header) [type="reset"],
html *:not(footer):not(header) [type="submit"] {
    cursor: pointer
}

html *:not(footer):not(header) button:disabled,
html *:not(footer):not(header) [type="button"]:disabled,
html *:not(footer):not(header) [type="reset"]:disabled,
html *:not(footer):not(header) [type="submit"]:disabled {
    cursor: default
}

html *:not(footer):not(header):-moz-focusring {
    outline: auto
}

html *:not(footer):not(header) select:disabled {
    opacity: inherit
}

html *:not(footer):not(header) option {
    padding: 0
}

html *:not(footer):not(header) fieldset {
    margin: 0;
    padding: 0;
    min-width: 0
}

html *:not(footer):not(header) legend {
    padding: 0
}

html *:not(footer):not(header) progress {
    vertical-align: baseline
}

html *:not(footer):not(header) textarea {
    overflow: auto
}

html *:not(footer):not(header) [type="number"]::-webkit-inner-spin-button,
html *:not(footer):not(header) [type="number"]::-webkit-outer-spin-button {
    height: auto
}

html *:not(footer):not(header) [type="search"] {
    outline-offset: -2px
}

html *:not(footer):not(header) [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

html *:not(footer):not(header)::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html *:not(footer):not(header) label[for] {
    cursor: pointer
}

html *:not(footer):not(header) details {
    display: block
}

html *:not(footer):not(header) summary {
    display: -webkit-box;
    display: -webkit-list-item;
    display: -ms-list-itembox;
    display: list-item
}

html *:not(footer):not(header) [contenteditable]:focus {
    outline: auto
}

html *:not(footer):not(header) table {
    border-color: inherit;
    border-collapse: collapse
}

html *:not(footer):not(header) caption {
    text-align: left
}

html *:not(footer):not(header) td,
html *:not(footer):not(header) th {
    vertical-align: top;
    padding: 0
}

html *:not(footer):not(header) th {
    text-align: left;
    font-weight: bold
}

html *:not(footer):not(header) * {
    letter-spacing: 0;
    box-sizing: border-box
}

body {
    width: 100%
}

#mainContents {
    font-family: "'Noto Sans JP'", sans-serif;
    font-weight: 500;
    color: #011B6A
}

@media (min-width:768px) {
    #mainContents {
        min-width: 1080px
    }
}

#mainContents img {
    display: block;
    width: 100%
}

.rich-6k85e8 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--100svh);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1
}

.rich-22q2c7 {
    position: absolute;
    background: url("/rich/assets/images/common/img-rion.png") no-repeat top left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-background-position: top left
}

@media (min-width:768px) {
    .rich-22q2c7 {
        width: 50.7rem;
        height: 40.3rem
    }
}

@media (max-width:767px) {
    .rich-22q2c7 {
        width: 24.6rem;
        height: 19.6rem
    }
}

@media (min-width:768px) {
    .rich-22q2c7:nth-child(1) {
        right: -25.4rem;
        top: 1rem
    }
}

@media (max-width:767px) {
    .rich-22q2c7:nth-child(1) {
        right: -12.3rem;
        top: 2.5rem
    }
}

@media (min-width:768px) {
    .rich-22q2c7:nth-child(2) {
        left: -25.3rem;
        top: 34.2rem
    }
}

@media (max-width:767px) {
    .rich-22q2c7:nth-child(2) {
        left: -12.3rem;
        top: 19.6rem
    }
}

@media (min-width:768px) {
    .rich-22q2c7:nth-child(3) {
        right: 21.9rem;
        bottom: -20rem
    }
}

@media (max-width:767px) {
    .rich-22q2c7:nth-child(3) {
        right: -16rem;
        top: 37rem
    }
}

@media (min-width:768px) {
    .rich-22q2c7:nth-child(4) {
        display: none
    }
}

@media (max-width:767px) {
    .rich-22q2c7:nth-child(4) {
        top: 69rem;
        right: 2rem
    }
}

.rich-8ccyb0 {
    position: relative
}

@media (max-width:767px) {
    .rich-8ccyb0 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.rich-18nyidt {
    overflow: hidden
}

@media (max-width:767px) {
    .rich-18nyidt {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.rich-bjn8wh {
    position: relative
}

.rich-1i3hqvz {
    position: absolute
}

@media (min-width:768px) {
    .rich-1i3hqvz {
        top: 3rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 116rem
    }
}

@media (max-width:767px) {
    .rich-1i3hqvz {
        top: 3rem;
        left: 2rem;
        width: 33.5rem
    }
}

.rich-1fewnv2 {
    position: absolute
}

@media (min-width:768px) {
    .rich-1fewnv2 {
        top: 17.1rem;
        left: 18.2rem;
        width: 7.9rem
    }
}

@media (max-width:767px) {
    .rich-1fewnv2 {
        top: 13.3rem;
        left: 1.4rem;
        width: 1.4rem
    }
}

.rich-16yd7rt {
    position: absolute
}

@media (min-width:768px) {
    .rich-16yd7rt {
        top: 19.7rem;
        right: 21.5rem;
        width: 4.4rem
    }
}

@media (max-width:767px) {
    .rich-16yd7rt {
        top: 16.7rem;
        right: 1.4rem;
        width: 1.4rem
    }
}

.rich-1y6j1uk {
    position: absolute;
    bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    color: #fff
}

@media (min-width:768px) {
    .rich-1y6j1uk {
        right: 1rem
    }
}

@media (max-width:767px) {
    .rich-1y6j1uk {
        left: 1rem
    }
}

.rich-rtgasx {
    background-color: #011B6A
}

@media (max-width:767px) {
    .rich-rtgasx {
        position: relative;
        margin-top: -1px;
        padding-top: 1.3rem;
        padding-bottom: 1.3rem
    }
}

.rich-dh8ns4 {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .rich-dh8ns4 {
        width: 69.481rem;
        padding-top: 2rem
    }
}

@media (max-width:767px) {
    .rich-dh8ns4 {
        width: 26.6rem
    }
}

@media (min-width:768px) {
    .rich-r1jyq0 {
        width: 100%;
        height: 2px;
        margin-top: 2rem;
        margin-right: auto;
        margin-left: auto;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #e5e5e5 12.81%, #eaeaea 25.12%, #c7c7c7 40.39%, #ededed 52.22%, #c3c3c3 66.5%, #e6e6e6 82.76%, rgba(255, 255, 255, 0) 100%)
    }
}

@media (max-width:767px) {
    .rich-r1jyq0 {
        display: none
    }
}

.rich-c8oncg {
    position: -webkit-sticky;
    position: sticky;
    z-index: 999
}

@media (min-width:768px) {
    .rich-c8oncg {
        top: 0
    }
}

@media (max-width:767px) {
    .rich-c8oncg {
        top: 1.3rem;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:768px) {
    .rich-1inv9w5 {
        position: relative;
        width: 100%;
        background: #011B6A
    }
}

@media (min-width:768px) {
    .rich-bgx3m2 {
        display: none
    }
}

@media (max-width:767px) {
    .rich-bgx3m2 {
        position: absolute;
        top: 0.7rem;
        right: 2rem;
        width: 2.4rem;
        height: 2.4rem;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        z-index: 5
    }

    .rich-bgx3m2 span {
        position: absolute;
        display: block;
        width: 2.4rem;
        height: 2px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #011B6A;
        -webkit-transition: top 0.3s ease-out, -webkit-transform 0.3s ease-out;
        transition: top 0.3s ease-out, transform 0.3s ease-out
    }

    .rich-bgx3m2 span:nth-child(1) {
        top: 0.6rem
    }

    .is-open .rich-bgx3m2 span:nth-child(1) {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .rich-bgx3m2 span:nth-child(2) {
        bottom: 0.6rem
    }

    .is-open .rich-bgx3m2 span:nth-child(2) {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }
}

@media (min-width:768px) {
    .rich-1axnmjs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        padding-top: 1.1rem;
        padding-bottom: 1.1rem
    }
}

@media (max-width:767px) {
    .rich-1axnmjs {
        position: fixed;
        top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        row-gap: 4.3rem;
        width: 17.7rem;
        height: var(--100svh);
        padding-left: 3.8rem;
        background-color: #fff;
        -webkit-transition: right 0.3s ease-out;
        transition: right 0.3s ease-out
    }

    .is-close .rich-1axnmjs {
        right: -17.7rem
    }

    .is-open .rich-1axnmjs {
        right: 0
    }
}

.rich-13wdtgt {
    border: none;
    display: inline-grid;
    place-content: center
}

@media (min-width:768px) {
    .rich-13wdtgt {
        height: 1.6rem;
        padding-right: 5.8rem;
        padding-left: 5.8rem;
        color: #fff
    }

    .rich-13wdtgt+.rich-13wdtgt {
        border-left: 2px solid #fff
    }
}

@media (max-width:767px) {
    .rich-13wdtgt {
        color: #011B6A
    }
}

@media (min-width:768px) {
    .rich-vx6k5w {
        height: 1.258rem
    }
}

@media (max-width:767px) {
    .rich-vx6k5w {
        height: 1.258rem
    }
}

.rich-vx6k5w img {
    width: auto;
    height: 100%
}

.rich-16osv26 {
    width: 100%;
    overflow: hidden
}

@media (max-width:767px) {
    .rich-16osv26 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

.rich-p7olx9 {
    position: relative
}

@media (min-width:768px) {
    .rich-p7olx9 {
        width: 50.65rem;
        height: 9.08rem
    }
}

@media (max-width:767px) {
    .rich-p7olx9 {
        width: 17.835rem;
        height: 3.8609999999999998rem
    }
}

.rich-ba9pr9 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:768px) {
    .rich-ba9pr9 {
        width: 50.65rem
    }
}

@media (max-width:767px) {
    .rich-ba9pr9 {
        width: 20rem
    }
}

.rich-ba9pr9 div {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.rich-14qyhtn {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #e5e5e5 12.81%, #eaeaea 25.12%, #c7c7c7 40.39%, #ededed 52.22%, #c3c3c3 66.5%, #e6e6e6 82.76%, rgba(255, 255, 255, 0) 100%)
}

@media (min-width:768px) {
    .rich-1olbimc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 10.4rem;
        column-gap: 10.4rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 5rem
    }
}

@media (max-width:767px) {
    .rich-1olbimc {
        margin-top: 2rem
    }
}

.rich-jjve3t {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
}

.rich-jjve3t.animate {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

@media (min-width:768px) {
    .rich-1rskht4 {
        width: 60.6rem;
        margin-bottom: 4rem
    }
}

@media (max-width:767px) {
    .rich-1rskht4 {
        width: 33.5rem;
        margin-bottom: 3rem;
        margin-left: 2rem
    }
}

@media (min-width:768px) {
    .rich-hlmrdd {
        font-size: 1.8rem;
        line-height: 1.6
    }
}

@media (max-width:767px) {
    .rich-hlmrdd {
        width: 33.5rem;
        margin-right: auto;
        margin-left: auto;
        font-size: 1.4rem;
        line-height: 1.5999999999999999;
        white-space: nowrap
    }
}

.rich-hlmrdd+.rich-hlmrdd {
    margin-top: 2rem
}

.rich-j8kh3f:not(.pc):not(.sp):after {
    content: "\A";
    white-space: pre
}

@media (min-width:768px) {
    .rich-j8kh3f.pc:after {
        content: "\A";
        white-space: pre
    }
}

@media (max-width:767px) {
    .rich-j8kh3f.sp:after {
        content: "\A";
        white-space: pre
    }
}

@media (min-width:768px) {
    .rich-151hrqq {
        width: 60.6rem;
        margin-top: 4rem;
        margin-left: 0
    }
}

@media (max-width:767px) {
    .rich-151hrqq {
        width: 33.5rem;
        margin-top: 3rem;
        margin-left: 2rem
    }
}

.rich-1l1ojxl {
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    .rich-1l1ojxl {
        width: 25rem
    }
}

@media (max-width:767px) {
    .rich-1l1ojxl {
        width: 15.5rem;
        margin-top: 6rem;
        margin-right: auto;
        margin-left: auto
    }
}

.rich-1dgchjx {
    position: absolute;
    z-index: 1
}

@media (min-width:768px) {
    .rich-1dgchjx {
        top: 28rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width:767px) {
    .rich-1dgchjx {
        top: 19rem;
        left: 0
    }
}

.rich-1shw269 {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg)
}

@media (min-width:768px) {
    .rich-1shw269 {
        width: 80.135rem
    }
}

@media (max-width:767px) {
    .rich-1shw269 {
        width: 37.5rem
    }
}

@media (min-width:768px) {
    .rich-16cl7al {
        position: relative;
        margin-top: 0.7rem
    }
}

@media (max-width:767px) {
    .rich-16cl7al {
        margin-top: 8rem
    }
}

.rich-e3d6ep {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2
}

.is-right .rich-e3d6ep {
    background: linear-gradient(80deg, rgba(255, 255, 255, 0) 0%, #e5e5e5 12.81%, #eaeaea 25.12%, #c7c7c7 40.39%, #ededed 52.22%, #c3c3c3 66.5%, #e6e6e6 82.76%, rgba(255, 255, 255, 0) 100%)
}

@media (min-width:768px) {
    .is-right .rich-e3d6ep {
        -webkit-clip-path: polygon(0% calc(100% - 10px), 100% 0%, 100% 10px, 0% 100%);
        clip-path: polygon(0% calc(100% - 10px), 100% 0%, 100% 10px, 0% 100%)
    }
}

@media (max-width:767px) {
    .is-right .rich-e3d6ep {
        -webkit-clip-path: polygon(0% calc(100% - 8px), 100% 0%, 100% 8px, 0% 100%);
        clip-path: polygon(0% calc(100% - 8px), 100% 0%, 100% 8px, 0% 100%)
    }
}

.is-left .rich-e3d6ep {
    background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, #e5e5e5 12.81%, #eaeaea 25.12%, #c7c7c7 40.39%, #ededed 52.22%, #c3c3c3 66.5%, #e6e6e6 82.76%, rgba(255, 255, 255, 0) 100%)
}

@media (min-width:768px) {
    .is-left .rich-e3d6ep {
        -webkit-clip-path: polygon(0% 0%, 100% calc(100% - 10px), 100% 100%, 0% 10px);
        clip-path: polygon(0% 0%, 100% calc(100% - 10px), 100% 100%, 0% 10px)
    }
}

@media (max-width:767px) {
    .is-left .rich-e3d6ep {
        -webkit-clip-path: polygon(0% 0%, 100% calc(100% - 8px), 100% 100%, 0% 8px);
        clip-path: polygon(0% 0%, 100% calc(100% - 8px), 100% 100%, 0% 8px)
    }
}

@media (min-width:768px) {
    .rich-e3d6ep {
        width: 139.998rem;
        height: 26.186rem;
        -webkit-transform: translate(-50%, -21%);
        -moz-transform: translate(-50%, -21%);
        -ms-transform: translate(-50%, -21%);
        transform: translate(-50%, -21%)
    }
}

@media (max-width:767px) {
    .rich-e3d6ep {
        -webkit-transform: translate(-50%, -32%);
        -moz-transform: translate(-50%, -32%);
        -ms-transform: translate(-50%, -32%);
        transform: translate(-50%, -32%);
        width: 36.4rem;
        height: 10.5rem
    }
}

@media (min-width:768px) {
    .rich-1b91rae {
        padding-top: 15rem;
        padding-bottom: 15rem;
        background: linear-gradient(135deg, #a4621f 0%, #fcd25b 19.7%, #fdf7bf 33.76%, #f9f596 50%, #fcf9cd 62.53%, #fcf299 73.73%, #f9bc3c 86.21%, #feed18 100%)
    }

    .is-right .rich-1b91rae {
        -webkit-clip-path: polygon(0% 15rem, 100% 0%, 100% calc(100% - 15rem), 0% 100%);
        clip-path: polygon(0% 15rem, 100% 0%, 100% calc(100% - 15rem), 0% 100%)
    }

    .is-left .rich-1b91rae {
        -webkit-clip-path: polygon(0% 0, 100% 15rem, 100% 100%, 0% calc(100% - 15rem));
        clip-path: polygon(0% 0, 100% 15rem, 100% 100%, 0% calc(100% - 15rem))
    }
}

@media (max-width:767px) {
    .rich-1b91rae {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .is-right .rich-1b91rae {
        background: linear-gradient(#a4621f 0%, #fcd25b 19.7%, #fdf7bf 33.76%, #f9f596 50%, #fcf9cd 62.53%, #fcf299 73.73%, #f9bc3c 86.21%, #feed18 100%);
        -webkit-clip-path: polygon(0% 4rem, 100% 0%, 100% calc(100% - 4rem), 0% 100%);
        clip-path: polygon(0% 4rem, 100% 0%, 100% calc(100% - 4rem), 0% 100%)
    }

    .is-left .rich-1b91rae {
        background: linear-gradient(135deg, #a4621f 0%, #fcd25b 19.7%, #fdf7bf 33.76%, #f9f596 50%, #fcf9cd 62.53%, #fcf299 73.73%, #f9bc3c 86.21%, #feed18 100%);
        -webkit-clip-path: polygon(0% 0, 100% 4rem, 100% 100%, 0% calc(100% - 4rem));
        clip-path: polygon(0% 0, 100% 4rem, 100% 100%, 0% calc(100% - 4rem))
    }
}

@media (min-width:768px) {
    .rich-if3rur {
        margin-top: 10rem;
        margin-bottom: 10rem
    }
}

@media (max-width:767px) {
    .rich-if3rur {
        margin-top: 8rem;
        margin-bottom: 8rem
    }
}

.rich-1n3tjeu {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .rich-1n3tjeu {
        width: 46.3rem
    }
}

@media (max-width:767px) {
    .rich-1n3tjeu {
        width: 25.8rem
    }
}

.rich-15ffb8v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:768px) {
    .rich-15ffb8v {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-column-gap: 5rem;
        column-gap: 5rem;
        margin-top: 6.5rem
    }
}

@media (max-width:767px) {
    .rich-15ffb8v {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 5.5rem;
        margin-top: 3rem
    }
}

.rich-i38kcj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.rich-hioirf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .rich-hioirf {
        -webkit-column-gap: 2.8rem;
        column-gap: 2.8rem
    }
}

@media (max-width:767px) {
    .rich-hioirf {
        -webkit-column-gap: 2.4rem;
        column-gap: 2.4rem
    }
}

.rich-1awkpy8 {
    display: inline-block
}

@media (min-width:768px) {
    .rich-1awkpy8 {
        height: 8.533rem
    }
}

@media (max-width:767px) {
    .rich-1awkpy8 {
        height: 7.941rem
    }
}

.rich-1awkpy8 img {
    width: initial;
    height: 100%
}

.rich-18as8ys {
    font-weight: 700
}

@media (min-width:768px) {
    .rich-18as8ys {
        font-size: 2.8rem;
        line-height: 1.1428571428571428
    }
}

@media (max-width:767px) {
    .rich-18as8ys {
        font-size: 2.4rem;
        line-height: 1.5999999999999999
    }
}

.rich-hr7fyi {
    font-weight: 700
}

@media (min-width:768px) {
    .rich-hr7fyi {
        font-size: 1.8rem;
        line-height: 1.6666666666666667
    }
}

@media (max-width:767px) {
    .rich-hr7fyi {
        font-size: 1.6rem;
        line-height: 1.6
    }
}

.rich-1g9fs5v {
    display: inline-block;
    background: url("/rich/assets/images/about/img-wheat-decoration.svg") no-repeat top left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-background-position: top left
}

@media (min-width:768px) {
    .rich-1g9fs5v {
        margin-top: 3.4rem;
        padding: 5rem 3rem
    }
}

@media (max-width:767px) {
    .rich-1g9fs5v {
        margin-top: 2.8rem;
        padding: 3.3rem 1.5rem
    }
}

@media (min-width:768px) {
    .rich-2e3u5p {
        width: 30.3rem
    }
}

@media (max-width:767px) {
    .rich-2e3u5p {
        width: 26.7rem
    }
}

.rich-rhe9gc {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .rich-rhe9gc {
        width: 5.657rem;
        margin-top: 3rem
    }
}

@media (max-width:767px) {
    .rich-rhe9gc {
        width: 5.657rem;
        margin-top: 5.5rem
    }
}

.rich-13ouamu {
    margin-top: 3rem;
    font-weight: 700;
    text-align: center
}

@media (min-width:768px) {
    .rich-13ouamu {
        font-size: 3.2rem;
        line-height: 1
    }
}

@media (max-width:767px) {
    .rich-13ouamu {
        font-size: 2.4rem;
        line-height: 1.4000000000000001
    }
}

.rich-ep85b6 {
    font-size: 1.2rem;
    line-height: 2.6666666666666665;
    font-weight: 700;
    text-align: center
}

@media (min-width:768px) {
    .rich-ep85b6 {
        margin-top: 1rem
    }
}

@media (max-width:767px) {
    .rich-ep85b6 {
        margin-top: 2rem
    }
}

.rich-fcmjy4 {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2
}

.is-right .rich-fcmjy4 {
    background: linear-gradient(80deg, rgba(255, 255, 255, 0) 0%, #e5e5e5 12.81%, #eaeaea 25.12%, #c7c7c7 40.39%, #ededed 52.22%, #c3c3c3 66.5%, #e6e6e6 82.76%, rgba(255, 255, 255, 0) 100%)
}

@media (min-width:768px) {
    .is-right .rich-fcmjy4 {
        -webkit-clip-path: polygon(0% calc(100% - 10px), 100% 0%, 100% 10px, 0% 100%);
        clip-path: polygon(0% calc(100% - 10px), 100% 0%, 100% 10px, 0% 100%)
    }
}

@media (max-width:767px) {
    .is-right .rich-fcmjy4 {
        -webkit-clip-path: polygon(0% calc(100% - 8px), 100% 0%, 100% 8px, 0% 100%);
        clip-path: polygon(0% calc(100% - 8px), 100% 0%, 100% 8px, 0% 100%)
    }
}

.is-left .rich-fcmjy4 {
    background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, #e5e5e5 12.81%, #eaeaea 25.12%, #c7c7c7 40.39%, #ededed 52.22%, #c3c3c3 66.5%, #e6e6e6 82.76%, rgba(255, 255, 255, 0) 100%)
}

@media (min-width:768px) {
    .is-left .rich-fcmjy4 {
        -webkit-clip-path: polygon(0% 0%, 100% calc(100% - 10px), 100% 100%, 0% 10px);
        clip-path: polygon(0% 0%, 100% calc(100% - 10px), 100% 100%, 0% 10px)
    }
}

@media (max-width:767px) {
    .is-left .rich-fcmjy4 {
        -webkit-clip-path: polygon(0% 0%, 100% calc(100% - 8px), 100% 100%, 0% 8px);
        clip-path: polygon(0% 0%, 100% calc(100% - 8px), 100% 100%, 0% 8px)
    }
}

@media (min-width:768px) {
    .rich-fcmjy4 {
        -webkit-transform: translate(-50%, 21%);
        -moz-transform: translate(-50%, 21%);
        -ms-transform: translate(-50%, 21%);
        transform: translate(-50%, 21%);
        width: 139.998rem;
        height: 26.186rem
    }
}

@media (max-width:767px) {
    .rich-fcmjy4 {
        -webkit-transform: translate(-50%, 28%);
        -moz-transform: translate(-50%, 28%);
        -ms-transform: translate(-50%, 28%);
        transform: translate(-50%, 28%);
        width: 36.4rem;
        height: 10.5rem
    }
}

@media (min-width:768px) {
    .rich-165ybw5 {
        margin-top: 6.3rem
    }
}

@media (max-width:767px) {
    .rich-165ybw5 {
        margin-top: 8rem
    }
}

.rich-1807ude {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .rich-1807ude {
        width: 50.05rem
    }
}

@media (max-width:767px) {
    .rich-1807ude {
        width: 24.3rem
    }
}

.rich-14y0rt8 {
    position: relative
}

@media (min-width:768px) {
    .rich-14y0rt8 {
        width: 226.8rem;
        margin-top: 6rem;
        margin-left: 32.3rem
    }
}

@media (max-width:767px) {
    .rich-14y0rt8 {
        width: 94.101rem;
        margin-top: 3rem;
        margin-left: 3.1rem
    }
}

.rich-rijk98 {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d
}

.rich-nd98ff {
    border: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease
}

.swiper-slide-active .rich-nd98ff {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (min-width:768px) {
    .swiper-slide-prev .rich-nd98ff {
        -webkit-transform: scale(0.75) translateX(6rem);
        -moz-transform: scale(0.75) translateX(6rem);
        -ms-transform: scale(0.75) translateX(6rem);
        transform: scale(0.75) translateX(6rem)
    }
}

@media (max-width:767px) {
    .swiper-slide-prev .rich-nd98ff {
        -webkit-transform: scale(0.75) translateX(2rem);
        -moz-transform: scale(0.75) translateX(2rem);
        -ms-transform: scale(0.75) translateX(2rem);
        transform: scale(0.75) translateX(2rem)
    }
}

@media (min-width:768px) {
    .swiper-slide-next .rich-nd98ff {
        -webkit-transform: scale(0.75) translateX(-6rem);
        -moz-transform: scale(0.75) translateX(-6rem);
        -ms-transform: scale(0.75) translateX(-6rem);
        transform: scale(0.75) translateX(-6rem)
    }
}

@media (max-width:767px) {
    .swiper-slide-next .rich-nd98ff {
        -webkit-transform: scale(0.75) translateX(-2rem);
        -moz-transform: scale(0.75) translateX(-2rem);
        -ms-transform: scale(0.75) translateX(-2rem);
        transform: scale(0.75) translateX(-2rem)
    }
}

@media (min-width:768px) {
    .rich-nd98ff {
        width: 75.6rem
    }
}

@media (max-width:767px) {
    .rich-nd98ff {
        width: 31.367rem
    }
}

.rich-639qbn {
    position: relative
}

@media (min-width:768px) {
    .rich-639qbn {
        width: 100%;
        overflow: hidden
    }

    .rich-639qbn img {
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease
    }

    .rich-639qbn:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@media (max-width:767px) {
    .rich-639qbn {
        width: 100%
    }
}

.rich-1hu03ut {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8rem
}

.rich-71bx6f {
    font-weight: 700
}

@media (min-width:768px) {
    .rich-71bx6f {
        margin-top: 2rem;
        font-size: 2.4rem;
        line-height: 1.5999999999999999
    }
}

@media (max-width:767px) {
    .rich-71bx6f {
        margin-top: 1rem;
        font-size: 1.4rem;
        line-height: 1.5999999999999999
    }
}

@media (min-width:768px) {
    .rich-6gwfkt {
        font-size: 1.8rem
    }
}

@media (max-width:767px) {
    .rich-6gwfkt {
        font-size: 1.4rem
    }
}

.rich-10pmxc8 {
    position: absolute;
    border: none;
    border-radius: 50%;
    z-index: 10;
    background-color: #161F6E
}

@media (min-width:768px) {
    .rich-10pmxc8 {
        top: 18rem;
        width: 6rem;
        height: 6rem;
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease
    }

    .rich-10pmxc8:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (max-width:767px) {
    .rich-10pmxc8 {
        top: 6.8rem;
        width: 4rem;
        height: 4rem
    }
}

.rich-10pmxc8:after {
    content: "";
    position: absolute;
    top: 50%;
    background: url("/rich/assets/images/common/img-gold-arrow.svg") no-repeat top left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-background-position: top left;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

@media (min-width:768px) {
    .rich-10pmxc8:after {
        width: 1.202rem;
        height: 2.121rem
    }
}

@media (max-width:767px) {
    .rich-10pmxc8:after {
        width: 0.849rem;
        height: 1.4140000000000001rem
    }
}

@media (min-width:768px) {
    .rich-10pmxc8 {
        left: -3.3rem
    }
}

@media (max-width:767px) {
    .rich-10pmxc8 {
        left: -1.2rem
    }
}

@media (min-width:768px) {
    .rich-10pmxc8:after {
        left: 2.3rem
    }
}

@media (max-width:767px) {
    .rich-10pmxc8:after {
        left: 1.5rem
    }
}

.rich-1a0k7xq {
    position: absolute;
    border: none;
    border-radius: 50%;
    z-index: 10;
    background-color: #161F6E
}

@media (min-width:768px) {
    .rich-1a0k7xq {
        top: 18rem;
        width: 6rem;
        height: 6rem;
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease
    }

    .rich-1a0k7xq:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (max-width:767px) {
    .rich-1a0k7xq {
        top: 6.8rem;
        width: 4rem;
        height: 4rem
    }
}

.rich-1a0k7xq:after {
    content: "";
    position: absolute;
    top: 50%;
    background: url("/rich/assets/images/common/img-gold-arrow.svg") no-repeat top left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-background-position: top left;
    -webkit-transform: translate(0%, -50%) scale(-1, 1);
    -moz-transform: translate(0%, -50%) scale(-1, 1);
    -ms-transform: translate(0%, -50%) scale(-1, 1);
    transform: translate(0%, -50%) scale(-1, 1)
}

@media (min-width:768px) {
    .rich-1a0k7xq:after {
        width: 1.202rem;
        height: 2.121rem
    }
}

@media (max-width:767px) {
    .rich-1a0k7xq:after {
        width: 0.849rem;
        height: 1.4140000000000001rem
    }
}

@media (min-width:768px) {
    .rich-1a0k7xq {
        left: 72.7rem
    }
}

@media (max-width:767px) {
    .rich-1a0k7xq {
        left: 29rem
    }
}

@media (min-width:768px) {
    .rich-1a0k7xq:after {
        right: 2.3rem
    }
}

@media (max-width:767px) {
    .rich-1a0k7xq:after {
        right: 1.5rem
    }
}

.rich-1orah7y {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    display: none
}

@media (min-width:768px) {
    .rich-1orah7y {
        height: 100vh
    }
}

@media (max-width:767px) {
    .rich-1orah7y {
        height: var(--100svh)
    }
}

.rich-1orah7y.is-before-open {
    opacity: 0;
    display: block
}

.rich-1orah7y.is-open {
    opacity: 1;
    display: block
}

.rich-1orah7y.is-close {
    opacity: 0;
    display: block
}

.rich-vggczk {
    position: absolute;
    border: none
}

@media (min-width:768px) {
    .rich-vggczk {
        top: calc(50% - 32rem);
        left: calc(50% + 45rem);
        width: 2.9699999999999998rem
    }
}

@media (max-width:767px) {
    .rich-vggczk {
        top: calc(50% - 12rem);
        left: calc(50% + 14rem);
        width: 1.8379999999999999rem
    }
}

.rich-86240d {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0
}

@media (min-width:768px) {
    .rich-86240d {
        width: 95.8rem;
        padding-top: 53.8875rem
    }
}

@media (max-width:767px) {
    .rich-86240d {
        width: 31.367rem;
        padding-top: 17.6439375rem
    }
}

.rich-86240d iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.rich-1s6msok {
    margin-top: 12rem
}

.rich-1b8r9en {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .rich-1b8r9en {
        width: 31.6rem;
        margin-bottom: 6rem
    }
}

@media (max-width:767px) {
    .rich-1b8r9en {
        width: 16.271rem;
        margin-bottom: 3rem
    }
}

@media (min-width:768px) {
    .rich-1lg05hl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 5.2rem;
        column-gap: 5.2rem
    }
}

@media (min-width:768px) {
    .rich-1rls0yy {
        width: 25.1rem
    }
}

@media (max-width:767px) {
    .rich-1rls0yy {
        width: 20rem;
        margin-right: auto;
        margin-left: auto
    }
}

.rich-do10y1 {
    font-weight: 700
}

@media (min-width:768px) {
    .rich-do10y1 {
        font-size: 3.2rem;
        line-height: 1
    }
}

@media (max-width:767px) {
    .rich-do10y1 {
        margin-top: 3rem;
        margin-left: 2rem;
        font-size: 2.4rem;
        line-height: 1.5999999999999999
    }
}

.rich-f78ic4 {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.6666666666666667;
    font-weight: 700
}

@media (max-width:767px) {
    .rich-f78ic4 {
        margin-left: 2rem
    }
}

.rich-e4nqu6 {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.5999999999999999
}

@media (min-width:768px) {
    .rich-e4nqu6 {
        width: 85.7rem
    }
}

@media (max-width:767px) {
    .rich-e4nqu6 {
        width: 33.5rem;
        margin-right: auto;
        margin-left: auto
    }
}

.rich-mn2cy2 {
    height: 2px;
    margin: 6rem auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #e5e5e5 12.81%, #eaeaea 25.12%, #c7c7c7 40.39%, #ededed 52.22%, #c3c3c3 66.5%, #e6e6e6 82.76%, rgba(255, 255, 255, 0) 100%)
}

@media (min-width:768px) {
    .rich-mn2cy2 {
        width: 116rem
    }
}

@media (max-width:767px) {
    .rich-mn2cy2 {
        width: 33.5rem
    }
}

@media (min-width:768px) {
    .rich-13emyee {
        margin-top: 12rem;
        margin-bottom: 12rem
    }
}

@media (max-width:767px) {
    .rich-13emyee {
        margin-top: 8rem;
        margin-bottom: 8rem
    }
}

.rich-1cy96xi {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .rich-1cy96xi {
        width: 51.9rem
    }
}

@media (max-width:767px) {
    .rich-1cy96xi {
        width: 26.557rem
    }
}

@media (min-width:768px) {
    .rich-13n8wbj {
        margin-top: 6rem
    }
}

@media (max-width:767px) {
    .rich-13n8wbj {
        margin-top: 3rem
    }
}

.rich-17gx4xc {
    font-weight: 700;
    text-align: center
}

@media (min-width:768px) {
    .rich-17gx4xc {
        margin-bottom: 19rem;
        font-size: 2.4rem;
        line-height: 1.25
    }
}

@media (max-width:767px) {
    .rich-17gx4xc {
        margin-bottom: 4rem;
        font-size: 2rem;
        line-height: 2
    }
}

.rich-q43vyz {
    position: relative
}

@media (min-width:768px) {
    .rich-q43vyz {
        margin-top: 3rem;
        /*padding-bottom: 12rem*/
    }
}

@media (max-width:767px) {
    .rich-q43vyz {
        margin-top: 6rem;
        /*padding-bottom: 8rem*/
    }
}

.rich-d10ez5 {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .rich-d10ez5 {
        width: 48.71rem
    }
}

@media (max-width:767px) {
    .rich-d10ez5 {
        width: 24.256999999999998rem
    }
}

.rich-eyxqj6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .rich-eyxqj6 {
        -webkit-column-gap: 0.9rem;
        column-gap: 0.9rem;
        width: 45.553rem;
        margin-top: 6rem
    }
}

@media (max-width:767px) {
    .rich-eyxqj6 {
        -webkit-column-gap: -0.8333rem;
        column-gap: -0.8333rem;
        width: 24.351rem;
        margin-top: 3.1rem
    }
}

@media (min-width:768px) {
    .rich-7rdh4n {
        width: 21.695rem
    }
}

@media (max-width:767px) {
    .rich-7rdh4n {
        width: 12.241rem
    }
}

@media (min-width:768px) {
    .rich-1yn8lju {
        width: 22.953rem
    }
}

@media (max-width:767px) {
    .rich-1yn8lju {
        width: 12.950999999999999rem
    }
}

.rich-197hmhg {
    width: 100%;
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.6666666666666667;
    font-weight: 700;
    text-align: center
}

.rich-1q6bk1 {
    display: block;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .rich-1q6bk1 {
        width: 35.2rem;
        margin-top: 3rem
    }
}

@media (max-width:767px) {
    .rich-1q6bk1 {
        width: 33.5rem;
        margin-top: 3rem
    }
}

.rich-15rowd5 {
    position: absolute;
    bottom: 0
}

@media (min-width:768px) {
    .rich-15rowd5 {
        left: -1.6rem;
        width: 55.814rem;
        height: 10.959999999999999rem;
        background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, #e5e5e5 12.81%, #eaeaea 25.12%, #c7c7c7 40.39%, #ededed 52.22%, #c3c3c3 66.5%, #e6e6e6 82.76%, rgba(255, 255, 255, 0) 100%);
        -webkit-clip-path: polygon(0% 0%, 100% calc(100% - 10px), 100% 100%, 0% 10px);
        clip-path: polygon(0% 0%, 100% calc(100% - 10px), 100% 100%, 0% 10px)
    }
}

@media (max-width:767px) {
    .rich-15rowd5 {
        left: 0;
        width: 19.835rem;
        height: 4.261rem;
        background: linear-gradient(117deg, rgba(255, 255, 255, 0) 0%, #e5e5e5 12.81%, #eaeaea 25.12%, #c7c7c7 40.39%, #ededed 52.22%, #c3c3c3 66.5%, #e6e6e6 82.76%, rgba(255, 255, 255, 0) 100%);
        -webkit-clip-path: polygon(0% 0%, 100% calc(100% - 8px), 100% 100%, 0% 8px);
        clip-path: polygon(0% 0%, 100% calc(100% - 8px), 100% 100%, 0% 8px)
    }
}