body,
html {
    height: 100%
}

html {
    -webkit-text-size-adjust: 100%
}

body,
div,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
textarea,
ul {
    margin: 0;
    padding: 0
}

body {
    font-family: Lato, Arial, 'Microsoft YaHei', "Microsoft JhengHei", "Source Han Sans", PingFangHK, "Heiti TC", Verdana, Geneva, sans-serif;
    position: relative;
    font-size: 100%;
    color: #000;
    background-color: #222
}

input {
    font-family: Lato, Arial, 'Microsoft YaHei', "Microsoft JhengHei", "Source Han Sans", PingFangHK, "Heiti TC", Verdana, Geneva, sans-serif !important
}

fieldset,
img {
    border: 0;
    border-style: none
}

ol,
ul {
    list-style: none
}

b,
strong {
    font-weight: bolder
}

div {
    box-sizing: border-box
}

h1 {
    font-size: 2.5em;
    line-height: 1.2em
}

h2 {
    font-size: 2em;
    line-height: 1.3em
}

h3 {
    font-size: 1.4em
}

h4 {
    font-size: 1.125em
}

h1,
h2,
h3,
h4 {
    margin: 0;
    -webkit-font-smoothing: antialiased
}

p {
    font-size: 1em;
    margin: 0 0 10px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}

img {
    max-width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

img.ctrImg {
    margin: auto;
    display: block
}

.en h2 {
    font-size: 1.6em
}

.en h4 {
    font-size: 1.2em
}

.en * {
    letter-spacing: 0 !important
}

.txtOrange {
    color: #e54e26
}

.zh p {
    letter-spacing: 1.5px
}

small {
    font-size: .8em;
    display: block
}

a {
    text-decoration: none
}

::-webkit-input-placeholder {
    color: #dadada
}

::-moz-placeholder {
    color: #dadada
}

:-ms-input-placeholder {
    color: #dadada
}

:-moz-placeholder {
    color: #dadada
}

img.init {
    margin: initial
}

:focus,
button:focus {
    outline: 0
}

.row .row {
    margin-left: 0;
    margin-right: 0
}

/*.noScroll,
.noScroll body,*/
.noScroll2,
.noScroll2 body {
    overflow: hidden;
    height: 100%
}

.left {
    float: left
}

.right {
    float: right
}

.txtCtr {
    text-align: center
}

.hidden {
    display: none !important
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clearfix {
    zoom: 1
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    outline: 0;
    background-color: #fff
}

.active {
    cursor: default
}

span.nobreak {
    white-space: nowrap
}

.sharpBG {
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor
}

#loader p {
    text-align: center;
    font-weight: 700;
    color: #a55068;
    -webkit-animation: pulse 2s ease-in-out infinite;
    animation: pulse 2s ease-in-out infinite
}

.circ-one {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(255, 197, 57, .5882352941176471);
    border-radius: 100%;
    float: left;
    -webkit-animation: load-x 1s cubic-bezier(.445, .1, .55, .9) infinite;
    animation: load-x 1s cubic-bezier(.445, .1, .55, .9) infinite
}

.circ-two {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .71);
    border-radius: 100%;
    float: right;
    -webkit-animation: load-y 1s cubic-bezier(.445, .1, .55, .9) infinite;
    animation: load-y 1s cubic-bezier(.445, .1, .55, .9) infinite
}

.fadein {
    -webkit-animation: fadein .4s cubic-bezier(.455, .030, .515, .955) both;
    animation: fadein .4s cubic-bezier(.455, .030, .515, .955) both
}

.fadeout {
    -webkit-animation: fadeout .4s cubic-bezier(.455, .030, .515, .955) both;
    animation: fadeout .4s cubic-bezier(.455, .030, .515, .955) both
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeoutW {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    100% {
        visibility: hidden
    }
}

@keyframes fadeoutW {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    100% {
        visibility: hidden
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes load-x {
    0% {
        left: 5px;
        transform: scale(1)
    }

    25% {
        transform: scale(1.5);
        z-index: 2
    }

    50% {
        left: 50px;
        transform: scale(1)
    }

    75% {
        transform: scale(.5);
        z-index: 1
    }

    100% {
        left: 5px;
        transform: scale(1)
    }
}

@keyframes load-y {
    0% {
        right: 5px;
        transform: scale(1)
    }

    25% {
        transform: scale(.5)
    }

    50% {
        right: 50px;
        transform: scale(1);
        z-index: 1
    }

    75% {
        transform: scale(1.5);
        z-index: 2
    }

    100% {
        right: 5px;
        transform: scale(1)
    }
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(-5px)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        transform: translateY(0)
    }

    10% {
        transform: translateY(-5px)
    }
}

.FX {
    -webkit-transition: cubic-bezier(.895, .030, .685, .22) .3s;
    -moz-transition: cubic-bezier(.895, .030, .685, .22) .3s;
    transition: cubic-bezier(.895, .030, .685, .22) .3s
}

.FX-normal {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

@font-face {
    font-family: openrice;
    src: url('../fonts/openrice.eot?vcyzrx');
    src: url('../fonts/openrice.eot?vcyzrx#iefix') format('embedded-opentype'), url('../fonts/openrice.ttf?vcyzrx') format('truetype'), url('../fonts/openrice.woff?vcyzrx') format('woff'), url('../fonts/openrice.svg?vcyzrx#openrice') format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: openrice !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-chevron-right:before {
    content: "\e900"
}

.icon-chevron-left:before {
    content: "\e901"
}

.icon-chevron-down:before {
    content: "\e902"
}

.icon-chevron-up:before {
    content: "\e903"
}

.icon-chevron-right1:before {
    content: "\e904"
}

.icon-chevron-left1:before {
    content: "\e905"
}

.icon-chevron-down1:before {
    content: "\e906"
}

.icon-chevron-up1:before {
    content: "\e907"
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-instagram:before {
    content: "\ea92"
}

.icon-whatsapp:before {
    content: "\ea93"
}

.icon-twitter:before {
    content: "\ea96"
}

.icon-youtube:before {
    content: "\ea9d"
}

.dtDrp {
    display: block
}

.mbDrp {
    display: none
}

.contain1200 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 3% 5%;
}


.txtYellow {
    color: #feda00
}

#bodyWrap {
    max-width: 100%;
    min-width: 1000px;
    display: block;
    margin: auto;
    box-shadow: 0 0 15px 0 #ddd
}

.btnbg {
    transition-property: background, color;
    background-image: linear-gradient(45deg, #ef3e24, #fed533, #fff8e8, #fed533, #ef3e24);
    background-size: 200%;
    background-position: 0 0
}

@media (min-width:769px) {
    .btnbg:hover {
        background-position: 100% 100%
    }
}

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #000;
    background: rgba(0, 0, 0, .8);
    outline: 0 !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: 0 !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: 0 !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    position: relative;
    max-height: 100vh !important
}

.lity-closed .lity-content,
.lity-loading .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 3%;
    top: 2%;
    margin: auto;
    background-color: #000;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 32px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .6);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #fff
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container {
    width: 100%
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 100vh;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.lity-hide {
    display: none
}

.lity-iframe-container:after,
.lity-iframe-container:before {
    display: block;
    content: "";
    width: 80px;
    height: 80px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    opacity: .6;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
    z-index: -1
}

.lity-iframe-container:before {
    background-color: #005f29;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.lity-iframe-container:after {
    background-color: #bf3300
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@media (max-width:768px) {
    .lity-content {
        width: 100%;
        margin: auto;
        height: auto;
        position: relative
    }

    .lity-close {
        position: absolute
    }
}

.fire {
    font-size: 10px;
    filter: blur(.02em);
    -webkit-filter: blur(.02em);
    margin: 3em auto 0 auto;
    width: 7em;
    height: 7em;
    transition-duration: .2s;
    transition-timing-function: ease-out;
    position: absolute;
    transform: none;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.show>.particle,
.unlocked .particle {
    animation: rise 1s ease-in infinite;
    background-image: radial-gradient(#ff5000 20%, rgba(255, 80, 0, 0) 70%);
    border-radius: 50%;
    mix-blend-mode: screen;
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 5em;
    height: 5em
}

.particle:nth-of-type(1) {
    animation-delay: .7667885121s;
    left: calc((100% - 5em) * 0)
}

.particle:nth-of-type(2) {
    animation-delay: .4314109581s;
    left: calc((100% - 5em) * .02)
}

.particle:nth-of-type(3) {
    animation-delay: .9143955654s;
    left: calc((100% - 5em) * .04)
}

.particle:nth-of-type(4) {
    animation-delay: .7688711068s;
    left: calc((100% - 5em) * .06)
}

.particle:nth-of-type(5) {
    animation-delay: .5797755395s;
    left: calc((100% - 5em) * .08)
}

.particle:nth-of-type(6) {
    animation-delay: .8835288208s;
    left: calc((100% - 5em) * .1)
}

.particle:nth-of-type(7) {
    animation-delay: .0194394883s;
    left: calc((100% - 5em) * .12)
}

.particle:nth-of-type(8) {
    animation-delay: .8332120508s;
    left: calc((100% - 5em) * .14)
}

.particle:nth-of-type(9) {
    animation-delay: .9424995631s;
    left: calc((100% - 5em) * .16)
}

.particle:nth-of-type(10) {
    animation-delay: .3047394182s;
    left: calc((100% - 5em) * .18)
}

.particle:nth-of-type(11) {
    animation-delay: .2612504741s;
    left: calc((100% - 5em) * .2)
}

.particle:nth-of-type(12) {
    animation-delay: .7600046395s;
    left: calc((100% - 5em) * .22)
}

.particle:nth-of-type(13) {
    animation-delay: .5877520459s;
    left: calc((100% - 5em) * .24)
}

.particle:nth-of-type(14) {
    animation-delay: .034s;
    left: calc((100% - 5em) * .26)
}

.particle:nth-of-type(15) {
    animation-delay: .381638116s;
    left: calc((100% - 5em) * .28)
}

.particle:nth-of-type(16) {
    animation-delay: .4663185892s;
    left: calc((100% - 5em) * .3)
}

.particle:nth-of-type(17) {
    animation-delay: .2768526698s;
    left: calc((100% - 5em) * .32)
}

.particle:nth-of-type(18) {
    animation-delay: .8712053259s;
    left: calc((100% - 5em) * .34)
}

.particle:nth-of-type(19) {
    animation-delay: .853185074s;
    left: calc((100% - 5em) * .36)
}

.particle:nth-of-type(20) {
    animation-delay: .6456051802s;
    left: calc((100% - 5em) * .38)
}

.particle:nth-of-type(21) {
    animation-delay: .4463345638s;
    left: calc((100% - 5em) * .4)
}

.particle:nth-of-type(22) {
    animation-delay: .1518978348s;
    left: calc((100% - 5em) * .42)
}

.particle:nth-of-type(23) {
    animation-delay: .096s;
    left: calc((100% - 5em) * .44)
}

.particle:nth-of-type(24) {
    animation-delay: .3111806622s;
    left: calc((100% - 5em) * .46)
}

.particle:nth-of-type(25) {
    animation-delay: .037s;
    left: calc((100% - 5em) * .48)
}

.particle:nth-of-type(26) {
    animation-delay: .5539836525s;
    left: calc((100% - 5em) * .5)
}

.particle:nth-of-type(27) {
    animation-delay: .8261367121s;
    left: calc((100% - 5em) * .52)
}

.particle:nth-of-type(28) {
    animation-delay: .7246517155s;
    left: calc((100% - 5em) * .54)
}

.particle:nth-of-type(29) {
    animation-delay: .0319690386s;
    left: calc((100% - 5em) * .56)
}

.particle:nth-of-type(30) {
    animation-delay: .8466870846s;
    left: calc((100% - 5em) * .58)
}

.particle:nth-of-type(31) {
    animation-delay: .4815291732s;
    left: calc((100% - 5em) * .6)
}

.particle:nth-of-type(32) {
    animation-delay: .174255662s;
    left: calc((100% - 5em) * .62)
}

.particle:nth-of-type(33) {
    animation-delay: .3291938078s;
    left: calc((100% - 5em) * .64)
}

.particle:nth-of-type(34) {
    animation-delay: .9407468797s;
    left: calc((100% - 5em) * .66)
}

.particle:nth-of-type(35) {
    animation-delay: .3793405345s;
    left: calc((100% - 5em) * .68)
}

.particle:nth-of-type(36) {
    animation-delay: .1878510918s;
    left: calc((100% - 5em) * .7)
}

.particle:nth-of-type(37) {
    animation-delay: .3429490256s;
    left: calc((100% - 5em) * .72)
}

.particle:nth-of-type(38) {
    animation-delay: .3426395074s;
    left: calc((100% - 5em) * .74)
}

.particle:nth-of-type(39) {
    animation-delay: .94306299s;
    left: calc((100% - 5em) * .76)
}

.particle:nth-of-type(40) {
    animation-delay: .027s;
    left: calc((100% - 5em) * .78)
}

.particle:nth-of-type(41) {
    animation-delay: .8935415112s;
    left: calc((100% - 5em) * .8)
}

.particle:nth-of-type(42) {
    animation-delay: .9769297806s;
    left: calc((100% - 5em) * .82)
}

.particle:nth-of-type(43) {
    animation-delay: .9282807782s;
    left: calc((100% - 5em) * .84)
}

.particle:nth-of-type(44) {
    animation-delay: .058s;
    left: calc((100% - 5em) * .86)
}

.particle:nth-of-type(45) {
    animation-delay: .7300788196s;
    left: calc((100% - 5em) * .88)
}

.particle:nth-of-type(46) {
    animation-delay: .3747061803s;
    left: calc((100% - 5em) * .9)
}

.particle:nth-of-type(47) {
    animation-delay: .6871539928s;
    left: calc((100% - 5em) * .92)
}

.particle:nth-of-type(48) {
    animation-delay: .0539836887s;
    left: calc((100% - 5em) * .94)
}

.particle:nth-of-type(49) {
    animation-delay: .6202439399s;
    left: calc((100% - 5em) * .96)
}

.particle:nth-of-type(50) {
    animation-delay: .0446242261s;
    left: calc((100% - 5em) * .98)
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(0) scale(1)
    }

    25% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateY(-10em) scale(0)
    }
}

header {
    width: 485px;
    height: 70px;
    display: flex;
    z-index: 100;
    background: url('../img/master/userdetail_bg.png');
    box-shadow: 2px 0 5px rgba(0, 0, 0, .2);
    box-shadow: none;
    position: relative;
    padding: 0px 15px;
    justify-content: flex-start;
    align-items: center;
    top: -70px;
    left: 10px;
}

#loginWrapper {
    width: 100%;
}

#loginWrapper .profile {
    display: flex;
    width: 100%;
}

#loginWrapper .profile .logpic {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-left: 20px;
    background-color: #cccccc;
    border-radius: 50%;
    display: none;
}

#loginWrapper.loggedIn .profile .logpic {
    background-position: center bottom
}

#loginWrapper.loggedIn .profile .logpic.gender-0 {
    background: url('../img/master/gender-male.png');
}

#loginWrapper .function {
    width: 300px;
    padding: 10px 20px;
}

#loginWrapper #loginBox {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    width: max-content;
    min-width: 170px;
    line-height: 2.5;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin: auto;
    text-overflow: ellipsis;
    border-right: 2px solid #fff;
    padding: 0 15px;
}

#loginWrapper .logprogress {
    width: max-content;
    margin-left: 25px;
    margin-top: 13px;
}

#loginWrapper .logprogress .logtitle {
    color: #fff;
    font-weight: bold;
    font-size:20px;
}

#loginWrapper .logprogress .logtitle.en {
    color: #fff;
    font-weight: bold;
    font-size:16px;
}

#loginWrapper .logprofile p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
}

#loginWrapper .logprogress .locks {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

#loginWrapper .locks .title {
    color: #fff;
    font-size: 1rem;
    padding-right: 5px;
}

#loginWrapper .locks .lock {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 3px;
    background-color: #fff;
    margin: 0 1px;
    /*background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/icon_user_mission_m.gif) no-repeat right bottom;
    background-size: 3.25rem auto*/
}

#loginWrapper .locks .lock.unlocked {
    background-color: #f4da00;
}


#navigationBar .navGroup .menu__list {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#navigationBar .navGroup .menu__list .menu__item {
    position: relative;
    width: 20%;
}

#navigationBar .navGroup .menu__list .menu__item .end,
#navigationBar .navGroup .menu__list .menu__item .soon {
    font-size: .7rem;
    font-weight: 600;
    border-radius: 3px;
    display: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .3rem .4rem;
    line-height: 1rem;
    width: 2.5rem
}

#navigationBar .navGroup .menu__list .menu__item .soon {
    background-color: #feda00;
    color: #000
}

#navigationBar .navGroup .menu__list .menu__item .end {
    background-color: #db0c00;
    color: #fff
}

.en #navigationBar .navGroup .menu__list .menu__item .end,
.en #navigationBar .navGroup .menu__list .menu__item .soon {
    width: 3rem
}

#votingPage #navigationBar .navGroup .menu__list .menu__item .end,
#votingPage #navigationBar .navGroup .menu__list .menu__item .soon {
    width: 4rem
}

#votingPage.en #navigationBar .navGroup .menu__list .menu__item .end,
#votingPage.en #navigationBar .navGroup .menu__list .menu__item .soon {
    width: 3rem
}

#navigationBar .navGroup .menu__list .menu__item.end .end,
#navigationBar .navGroup .menu__list .menu__item.soon .soon {
    display: inline-block
}

#navigationBar .navGroup .menu__list .menu__item .icoImg {
    display: block;
    margin: auto
}

#navigationBar .navGroup .menu__list .menu__item .icoImg.cuisine {
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/btn_sidebar_cuisine.png) no-repeat center;
    background-size: contain;
    width: 8rem;
    height: 8rem
}

.en #navigationBar .navGroup .menu__list .menu__item .icoImg.cuisine {
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/en/btn_sidebar_cuisine_en.png) no-repeat center;
    background-size: contain
}

#navigationBar .navGroup .menu__list .menu__item .icoImg.district {
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/btn_sidebar_district.png) no-repeat center;
    background-size: contain;
    width: 8rem;
    height: 8rem
}

.en #navigationBar .navGroup .menu__list .menu__item .icoImg.district {
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/en/btn_sidebar_district_en.png) no-repeat center;
    background-size: contain
}

#navigationBar .navGroup .menu__list .menu__item.soon .icoImg.district {
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/btn_sidebar_soon.png) no-repeat center;
    background-size: contain
}

.en #navigationBar .navGroup .menu__list .menu__item.soon .icoImg.district {
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/en/btn_sidebar_soon_en.png) no-repeat center;
    background-size: contain
}

#navigationBar .navGroup .menu__list .menu__item .icoImg.finalist {
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/btn_sidebar_finalist.png) no-repeat left center;
    background-size: contain;
    width: 8rem;
    height: 2.6rem
}

.en #navigationBar .navGroup .menu__list .menu__item .icoImg.finalist {
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/en/btn_sidebar_finalist_en.png) no-repeat left center;
    background-size: contain
}

#navigationBar .navGroup .menu__list .menu__item .icoImg.about {
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/btn_sidebar_about.png) no-repeat left center;
    background-size: contain;
    width: 8rem;
    height: 2.6rem
}

.en #navigationBar .navGroup .menu__list .menu__item .icoImg.about {
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/en/btn_sidebar_about_en.png) no-repeat left center;
    background-size: contain
}


#banner {
    width: 100%;
    height: 940px;
    background-image: url('../img/banner.jpg');
    background-position: center;
    background-color: #e3e3e3;
    background-size: cover;
    position: relative;
}
#banner .menu{
    display: flex; 
    justify-content: flex-end;
    position: relative;
    top: 40px;
}
#banner .menu .item{
    width: max-content;
    padding: 15px 20px 0px 20px;
    transition: 0.5s ease-in-out;
    height:45px;
} 
#banner .menu .item:nth-child(1):hover, #banner .menu .item:nth-child(2):hover{
    border-bottom: 3px solid #fff;
    font-size: 18px;
    color: #ffd590;
    transition: 0.5s ease-in-out;
}
#banner .menu .item a{
    color: #fff;
    font-weight: bold;
}
#banner .openrice-logo {
    width: 157px;
    height: 45px;
    display: block;
    margin: auto;
    position: absolute;
    left: 40px;
    top: 40px;
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/openrice-logo-white.png) no-repeat center center;
    background-size: contain;
    z-index: 111;
}
#banner .c {
    display: flex;
    align-items: center;
    justify-content: center;
    height:50px;
    width:50px;
    position: relative;
    top: -15px;
  }
  #banner .c .dd {
    z-index:1;
    position:relative;
    display: inline-block;
  }
  #banner .c .dd-a {
   width: 30px;
    height: 30px;
    z-index: 9999;
    background: url('../img/home/language.png');
    background-size: 100%;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
  }
  #banner .c .dd input:after {
    content:"";
    width:100%;
    height:2px;
    position:absolute;
    display:block;
    background:#f8b953;
    bottom:0;
    left:0;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition-duration: 0.2s;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: bottom left;
    -webkit-transition-duration: 0.2s;
  }
  #banner .c .dd input {
    top:0;
    opacity:0;
    display:block;
    padding:0;
    margin:0;
    border:0;
    position:absolute;
    height:100%;
    width:100%;
  }
  #banner .c .dd input:hover {
    cursor:pointer;
  }
  #banner .c .dd input:hover ~ .dd-a {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  }
  #banner .c .dd input:checked:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
  }
  #banner .c .dd input:checked ~ .dd-c {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  #banner .c .dd-a span {
    color:#C63D0F;
  }
  #banner .c .dd-c{
    display:block;
    position: absolute;
    background:rgba(0,0,0,0.75);
    height:auto;
    left: -8px;
    top: 38px;
    border-radius: 5px;
    transform: scaleY(0);
    transform-origin: top left;
    transition-duration: 0.2s;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top left;
    -webkit-transition-duration: 0.2s;
  }
  #banner .c .dd-c ul {
    margin:0;
    padding:0;
    list-style-type: none;
  }
  #banner .c .dd-c li {
    margin-bottom:5px;
    word-break: keep-all;
    white-space:nowrap;
    display:block;
    position:relative;
   margin: 0px;
  }
  #banner .c a {
    display:block;
    position:relative;
    text-decoration: none;
    padding:5px;
    width: 50px;
    font-size: 14px;
    color:#ffd302;
    text-align:center;
  }
  #banner .c a:before {
    z-index:0;
    content:"";
    position:absolute;
    display:block;
    height:100%;
    width:100%;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    transform-origin:top left;
    -webkit-transform-origin:top left;
    background:#333;
    top:0;
    left:0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
  }
  #banner .c a span {
    display:block;
    position:relative;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  #banner .c a:hover:before {
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
  }
  #banner .c a:hover span {
    color:white;
  }
#intro {
    width: 100%;
    height: auto;
    min-height: 400px;
    background-image: url('../img/home/intro.jpg');
    background-position: center;
    background-color: #e3e3e3;
    position: relative;
    padding: 50px;
}

#intro .txt .title {
    width: 495px;
    height: 60px;
    background: url('../img/home/intro_title.png');
    margin: auto;
}
#intro .txt .title.en {
    background: url('../img/home/en_intro_title.png') !important;
}

#intro .txt {
    width: 90%;
    height: 330px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#intro .txt h2 {
    margin: 20px auto;
    font-size: 30px;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 0%, #FFF4C1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

#intro .txt h3 {
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
}

#prize {
    width: 100%;
    height: auto;
    min-height: 1000px;
    background-image: url('../img/home/prize_bg.jpg');
    background-position: center;
    background-color: #e3e3e3;
    position: relative;
    padding: 50px;
}

#prize .title{
    width: 533px;
    height: 60px;
    background: url('../img/home/prize_title.png');
    margin: 20px auto;
    /*margin-bottom: 100px;*/
}

#prize h3{
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
}

#prize .title.en {
    /*background: url('../img/home/en_prize_title.png') !important;*/
    background: url('../img/home/en_luckydraw_title.png') !important;

}
#prize .content {
    width: 60%;
    margin: auto;
}

#prize .content .txt {
    display: flex;
    width: 80%;
    height: auto;
    gap: 15px;
    margin: 25px auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

#prize .content .txt .icon2 img {
    width: 100%;
}

#prize .content .txt .icon2 img.b1 {
    display: block;
}

#prize .content .txt .icon2 img.b2 {
    display: none;
}

#prize .content .txt img {
    width: 100%;
}

#prize .content .txt .icon {
    width: 266px;
}

#prize .content .txt .icon img {
    width: 100%;
}

#prize .content .txt .icon2 {
    width: 600px;
}

#prize .content .txt .icon3 {
    width: 380px;
    margin: 10px auto;
    text-align: center;
}

#prize .content .txt .icon4 {
    width: 386px;
    margin-left: 20px;
}

#prize .content .txt .icon4 img {
    width: 100%;
}

#prize .content .txt .icon3 img {
    width: 230px;
    margin: auto;
}

#prize .content .txt .tt {
    width: 100%;
    margin-left: 10px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Lato';
}

#prize .content .txt .tt b {
    color: #fff3be;
}

#prize .content .txt .tt span {
    font-size: 14px;
    margin-top: 10px;
}

#profile {
    width: 100%;
    height: auto;
    background-image: url('../img/home/profile_bg.jpg');
    background-position: center;
    background-color: #e3e3e3;
    position: relative;
    /*padding: 50px 0 0 0;*/
    overflow: hidden;
}

#profile:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(0) translateX(-50%) translateY(-50%);
    transform-origin: 0 0;
    width: 500%;
    height: 500%;
    background: url('../img/home/profile_bg.jpg');
    background-size: 38%;
    background-position: center;
    content: '';
    animation: rotation 20s infinite linear;
}

@keyframes rotation {
    to {
        transform: rotate(360deg) translateX(-50%) translateY(-50%);
    }
}

#profile .title {
    width: 700px;
    height: 250px;
    background: url('../img/home/profile_title.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 20px auto;
    position: relative;
    z-index: 2;
}
#profile .title.en {
    background: url('../img/home/en_profile_title.png') !important;
    background-size: 100% !important;
    background-repeat: no-repeat;
    height: 240px;
}
#profile .content {
    width: max-content;
    margin: auto;
}

#profile .content .txt {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    padding: 0 20% 2% 20%;
    line-height: 1.8;
}

#profile .content .btn {
    display: flex;
    width: 100%;
    height: auto;
    gap: 15px;
    margin: 25px auto;
    justify-content: center;
    align-items: center;
}

#profile .content .btn .button {
    width: 270px;
    height: 75px;
}

#profile .content .map-wrapper {
    display: grid;
    align-content: center;
    overflow: hidden;
    height: 1120px;
    width: 1300px;
}

#profile .vote {
    position: absolute;
    z-index: 2;
    bottom: 180px;
    right: 0;
    height: 300px;
    width: 550px;
}

#profile .content .map {
    width: 1210px;
    height: 883px;
    background: url('../img/home/profile_map.png');
    position: relative;
    margin: auto;

}

#profile .content .map .ico {
    width: 255px;
    height: 315px;
    position: absolute;

}

#profile .content .map .p1 {
    background: url(../img/home/profile_p2.gif);
    left: 192px;
    top: 14px;
    transition: all 0.4s ease-in-out;
    animation: animate 4.2s infinite;
    width: 181px;
    height: 227px;
    background-size: cover;
}
#profile .content .map .p1.en {
    background: url(../img/home/en_profile_p2.gif);
    background-size: 100%;
}
#profile .content .map .p2 {
    background: url('../img/home/profile_p4.gif');
    left: 700px;
    top: -110px;
    transition: all 0.4s ease-in-out;
    animation: animate 4.2s infinite;
}
#profile .content .map .p2.en {
    background: url(../img/home/en_profile_p4.gif);
    background-size: 100%;
}
#profile .content .map .votenow {
    width: 270px;
    height: 98px;
    position: absolute;
    left: 420px;
    top: -100px;
    background: url(../img/home/btn_vote.png);
    background-size: 100%;
    transition: all 1s ease-in-out;
    animation: animate 3.2s infinite;
}
#profile .content .map .votenow.en{
    background: url(../img/home/en_btn_vote.png);
    background-size: 100%;
}
#profile .content .map .p2:before {
    width: 270px;
    height: 103px;
    content: '';
    position: absolute;
    left: -270px;
    /*background: url('../img/home/btn_vote.png');*/
    background-size: 100%;
    transition: all 1s ease-in-out;
    animation: animate 5.2s infinite;
}

#profile .content .map .p2.en:before{
    /*background: url(../img/home/en_btn_vote.png);*/
    background-size: 100%;
}
#profile .content .map .p3 {
    background: url(../img/home/profile_p3.gif);
    left: 160px;
    top: 360px;
    transition: all 0.4s ease-in-out;
    animation: animate 6.2s infinite;
    width: 250px;
    height: 310px;
    background-size: 100%;
}
#profile .content .map .p3.en {
    background: url(../img/home/en_profile_p3.gif);
    background-size: 100%;
}
#profile .content .map .p4 {
    background: url(../img/home/profile_p1.gif);
    left: 1010px;
    top: 270px;
    transition: all 0.4s ease-in-out;
    animation: animate 6.2s infinite;
    width: 200px;
    height: 247px;
    background-size: 100%;
}
#profile .content .map .p4.en {
    background: url(../img/home/en_profile_p1.gif);
    background-size: 100%;
}
@keyframes animate {
    0% {
        transform: translatey(0px);
        transform: scale(1);
    }

    30% {
        transform: scale(.9);
    }

    60% {
        transform: translatey(-20px);
        transform: scale(1.1);
    }

    100% {
        transform: translatey(0px);
        transform: scale(1);
    }
}


#profile #lightbox-mission {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: 200px;
    margin: auto;
    background: #ac0301;
    opacity: 1;
    z-index: 99;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

#profile #lightbox-mission .open {
    width: 30px;
    height: 30px;
    background: url('../img/home/button_expand.png');
    background-size: 100%;
    position: absolute;
    right: 5px;
    display: block;
}

#profile #lightbox-mission .close {
    width: 40px;
    height: 40px;
    background: url('../img/home/button_down.png');
    background-size: 100%;
    position: absolute;
    right: 25px;
    display: block;
}

#profile #lightbox-mission .close.Openicon {
    width: 40px;
    height: 40px;
    background: url('../img/home/button_expand.png');
    background-size: 100%;
    position: absolute;
    right: 25px;
    display: block;
}

#profile #lightbox-mission .close.hidden,
#profile #lightbox-mission .open.hidden {
    display: none;

    transition: all .7s;
}

#profile #lightbox-mission .inner.hidden {
    opacity: 0;
    height: 0;
    transition: all .7s;
}

#profile #lightbox-mission .close-mission {
    position: absolute;
    z-index: 1;
    top: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer
}

#profile #lightbox-mission .close-mission:after,
#profile #lightbox-mission .close-mission:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}

#profile #lightbox-mission .close-mission:before {
    transform: rotate(45deg)
}

#profile #lightbox-mission .close-mission:after {
    transform: rotate(-45deg)
}

#profile #lightbox-mission .inner {
    width: 90%;
    margin: auto;
    transform: scale(.6) translateY(-20%);
    opacity: 1;
    -webkit-transition: all .3s .2s ease-in-out;
    -moz-transition: all .3s .2s ease-in-out;
    transition: all .3s .2s ease-in-out;
}

#profile #lightbox-mission.show .inner {
    opacity: 1
}

#mission-status .badges {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -85px;
}

#mission-status .badges .badge {
    vertical-align: bottom;
    width: 25%;
    height: 235px;
    position: relative;
    background: url(../img/master/badge_lock.png) no-repeat 0 bottom;
}
#mission-status .en .badge {
    background: url(../img/master/en_badge_lock.png) no-repeat 0 bottom;
}
#mission-status .badges .badge.b1 {
    background-size: 400%;
    background-position: 34% bottom;
}

#mission-status .badges .badge.b2 {
    background-position: 0 bottom;
    background-size: 400%;
}

#mission-status .badges .badge.b3 {
    background-position: 67% bottom;
    background-size: 400%;
}

#mission-status .badges .badge.b4 {
    background-position: 100% bottom;
    background-size: 400%;
}

#mission-status .badges .badge.b5 {
    background-position: 100% bottom;
    background-size: 400%;
    cursor: pointer
}


#mission-status .badges .badge.unlocked {
    background: url(../img/master/badge_unlock.png) no-repeat 0 bottom;
    background-size: 400%
}

#mission-status .badges .badge.unlocked:after {
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/icon_fire_animation_m.gif) no-repeat center bottom;
    background-size: 100% auto
}
#mission-status .en .badge.unlocked {
    background: url(../img/master/en_badge_unlock.png) no-repeat 0 bottom;
    background-size: 400%
}

#mission-status .badges .badge.b1.unlocked {
    background-position: 34% bottom;
}

#mission-status .badges .badge.b2.unlocked {
    background-position: 0 bottom
}

#mission-status .badges .badge.b3.unlocked {
    background-position: 67% bottom;
}

#mission-status .badges .badge.b4.unlocked {
    background-position: 100% bottom;
}

#mission-status .badges .badge.b5.unlocked {
    background-position: 100% bottom
}

#mission-status .dates {
    margin-top: 1.5rem;
    padding: 0 1.5%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#mission-status .dates>span {
    color: #001f3b;
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: center;
    opacity: .4;
    padding: .2em .8em .3em;
    font-weight: 800;
    border-radius: .3em;
    background-color: #fff;
    min-width: 18%;
    display: none
}

#target {
    width: 100%;
    height: auto;
    min-height: 940px;
    background-image: url('../img/home/target_bg.jpg');
    background-position: center;
    background-color: #e3e3e3;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}
@media (min-width: 0) and (max-width: 768px) {
    #target {
        background-image: url(../img/home/target_bg_m.jpg);
        background-color: #e3e3e3;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 630px;
    }
}

#target .content {
    width: 100%;
    margin: auto;
    display: flex;
    position: absolute;
    bottom: 25%;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
    gap: 10px;
    left: 0;
    right: 0;
    height: auto;
}

#target .content .box {
    width: 28%;
    height: 320px;
    margin: auto;
    background-repeat: no-repeat;
}

#target .content .b1 {
    background-image: url('../img/home/target_01.png');
    background-size: 100%;
}

#target .content .b2 {
    background-image: url('../img/home/target_02.png');
    background-size: 100%;
}

#target .content .b3 {
    background-image: url('../img/home/target_03.png');
    background-size: 100%;
}
#target.en .content .b1 {
    background-image: url('../img/home/en_target_01.png');
    background-size: 100%;
}

#target.en .content .b2 {
    background-image: url('../img/home/en_target_02.png');
    background-size: 100%;
}

#target.en .content .b3 {
    background-image: url('../img/home/en_target_03.png');
    background-size: 100%;
}

#video {
    width: 100%;
    height: auto;
    min-height: 800px;
    background: url('../img/home/video.jpg');
    background-position: center;
    position: relative;
}

#video .content {
    width: 80%;
    /*height: max-content;*/
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
#video .content .logo {
    width: 300px;
    height: 120px;
    overflow: hidden;
    margin: auto;
}
#video .content .logo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#video .content  iframe {
    width: 60% !important;
    height: 416px !important;
    margin: 40px auto;
    border: 0;
    overflow: hidden;
}
.footerWrap {
    background-color: #000;
    color: #b3b3b3;
    position: relative;
    padding: 30px 0;
    /*top:-110px;*/
}

.footerCR .footTopTxt {
    letter-spacing: 1px
}

.en .footerCR .footerTopTxt {
    letter-spacing: 0
}

.footerCR .footTopTxt small {
    color: #ccc;
    font-size: 12px;
    line-height: 1.5;
    display: block;
    letter-spacing: .8px;
    color: #fff
}

.footerCR>span {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle
}

.footerTC {
    text-align: right
}

#mHeaderFoot a,
.footerTC>a {
    color: #fff;
    font-size: 12px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle
}

#mHeaderFoot .footerSocials,
.footerTC .footerSocials {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #5d5d5d;
    font-weight: 300;
    padding: 7px;
    font-size: 14px
}

footer .tcBtn {
    padding: 3px 7px 5px;
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    font-size: 10px;
}

#mHeaderFoot .langbtn,
.footerTC .langbtn {
    margin-left: 25px;
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/icon_lang_m.png) no-repeat center center;
    background-size: contain;
    width: 44px;
    height: 25px;
    position: relative
}

#mHeaderFoot .langbtn:before,
.footerTC .langbtn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: -15px;
    width: 0;
    border-left: 1px dashed #5d5d5d
}

@media (min-width:769px) {
    .footerTop .row {
        padding: 15px 0
    }
}

@media (min-width:1500px) {
    .contain1200 {
        max-width: 100%
    }

    .footTopTxt small {
        font-size: 15px
    }

    .footerTop>.contain1200>.row>.columns.medium-6:first-child {
        -ms-flex: 0 0 45%;
        -webkit-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }

    .footerTop>.contain1200>.row>.columns.medium-6:last-child {
        -ms-flex: 0 0 55%;
        -webkit-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%
    }
}

@media (max-width:768px) {
    body {
        min-width: 320px;
        cursor: pointer;
        font-size: 14px
    }

    h1 {
        font-size: 1.9em
    }

    h2 {
        font-size: 1.375em
    }

    h3 {
        font-size: 1em
    }

    p {
        font-size: .85em;
        line-height: 1.7
    }

    .zh h1,
    .zh h2,
    .zh h3,
    .zh h4 {
        letter-spacing: 0;
        
    }
    #intro .txt h2{font-size: 25px; margin: 5px auto; }

    .zh p {
        letter-spacing: 1px
    }

    #bodyWrap,
    #sponsorRow,
    footer {
        min-width: 320px
    }

    #bodyWrap {
        margin-left: 0;
        -webkit-transition: margin-left .3s;
        -moz-transition: margin-left .3s;
        transition: margin-left .3s;
        position: relative;
        box-shadow: none
    }

    #bodyWrap:after {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .5);
        opacity: 0;
        z-index: -1;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s
    }

    /*.noScroll #bodyWrap {
        /*margin-left: -85vw;
        -webkit-transition: margin-left .3s;
        -moz-transition: margin-left .3s;
        transition: margin-left .3s
    }
    */

    /*
    .noScroll #bodyWrap:after {
        opacity: 1;
        z-index: 199
    }
   */
   
    .footTopNavs {
        background-color: #333;
        padding: 20px 0 0
    }

    .footTopNavs .menu__list .menu__item {
        border-bottom: 1px solid #626262;
        position: relative
    }

    .footTopNavs .menu__list .menu__item .end,
    .footTopNavs .menu__list .menu__item .soon {
        font-size: .9rem;
        font-weight: 600;
        background-color: #bf3300;
        border-radius: 3px;
        display: none;
        position: absolute;
        top: .5rem;
        right: 1rem;
        padding: 0 1rem;
        line-height: 2;
        color: #fff
    }

    .footTopNavs .menu__list .menu__item .soon {
        background-color: #bf3300;
        color: #fff
    }

    .footTopNavs .menu__list .menu__item .end {
        background-color: #fed404;
        color: #000
    }

    .footTopNavs .menu__list .menu__item.end .end,
    .footTopNavs .menu__list .menu__item.soon .soon {
        display: inline-block
    }

    .footTopNavs .menu__list .menu__item.cityof {
        padding: 1rem
    }

    .footTopNavs .menu__list .menu__item .icoImg {
        display: block;
        margin: auto
    }

    .footTopNavs .menu__list .menu__item .icoImg.cuisine {
        background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/btn_footer_cuisine_m.png) no-repeat center center;
        background-size: contain;
        width: calc(100% - 3rem);
        height: auto;
        padding-bottom: 30%
    }

    .en .footTopNavs .menu__list .menu__item .icoImg.cuisine {
        background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/en/btn_footer_cuisine_m_en.png) no-repeat center center;
        background-size: contain
    }

    .footTopNavs .menu__list .menu__item .icoImg.district {
        background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/btn_footer_district_m.png) no-repeat center center;
        background-size: contain;
        width: calc(100% - 3rem);
        height: auto;
        padding-bottom: 30%
    }

    .en .footTopNavs .menu__list .menu__item .icoImg.district {
        background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/en/btn_footer_district_m_en.png) no-repeat center center;
        background-size: contain
    }

    .footTopNavs .menu__list .menu__item.soon .icoImg.district {
        background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/btn_footer_soon_m.png) no-repeat center center;
        background-size: contain
    }

    .en .footTopNavs .menu__list .menu__item.soon .icoImg.district {
        background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/en/btn_footer_soon_m_en.png) no-repeat center center;
        background-size: contain
    }

    .footTopNavs .menu__list .menu__item .icoImg.about {
        background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/btn_footer_about_m.png) no-repeat left center;
        background-size: contain;
        width: calc(100% - 7rem);
        height: auto;
        padding-bottom: 25%
    }

    .en .footTopNavs .menu__list .menu__item .icoImg.about {
        background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/en/btn_footer_about_m_en.png) no-repeat left center;
        background-size: contain
    }

    .footTopNavs .menu__list .menu__item .icoImg.finalist {
        background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/btn_footer_finalist_m.png) no-repeat left center;
        background-size: contain;
        width: calc(100% - 7rem);
        height: auto;
        padding-bottom: 25%
    }

    .en .footTopNavs .menu__list .menu__item .icoImg.finalist {
        background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/en/btn_footer_finalist_m_en.png) no-repeat left center;
        background-size: contain
    }

    body:not(#votingPage) .footTopNavs .menu__list .menu__item .icoImg.finalist:after {
        content: '';
        display: block;
        width: .5rem;
        height: .5rem;
        position: absolute;
        right: 3.5rem;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: red;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        border-radius: 50%;
        animation: pulse 1s infinite
    }

    .footerWrap {
        padding: 2rem 0
    }

    .footTopTxt {
        padding: 15px 20px;
        /*background-color: #333;*/
        color: #fff;
        line-height: 1.5
    }

    .footTopTxt small {
        font-size: .9em
    }

    .footTopTxt span.txtYellow {
        display: block;
        margin-bottom: .5em
    }

    .footerWrap .footerTop,
    .footerWrap .footerTop .contain1200 {
        padding: 0
    }

    .footerWrap .footerTop {
        padding-top: 25px
    }

    #backtopBtn {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -20px;
        width: 41px;
        height: 41px;
        background: url(https://www.openrice.com/info/global/img/backtopArr.png) no-repeat center center;
        background-color: #fff;
        cursor: pointer;
        z-index: 10;
        border: 1px solid #b7b7b7;
        border-radius: 50%;
    }
}

@media (max-width:640px) {
    .footerCR {
        border: none;
        margin-bottom: 0;
        width: 100%;
        text-align: center
    }

    .footerCR>span {
        font-size: 10px;
        display: inline-block;
        vertical-align: top;
        margin: auto;
        text-align: center
    }

    .mRowDrop {
        display: block
    }

    .footerTC {
        width: 100%;
        margin: 10px auto 20px;
        text-align: center
    }

    .footerTC .footerSocials {
        font-size: 16px;
        padding: 10px !important
    }

    footer .tcBtn {
        font-size: 10px;
        width: 90px;
        border-radius: 0;
        margin: 6px auto;
        display: block;
    }

    .en footer .tcBtn {
        width: 130px
    }
}

@media (max-width:480px) {
    .contain1200 {
        padding: 0
    }
}

@media (max-width:360px) {
    .footTopTxt p {
        font-size: 12px
    }

    .footerCR>span {
        font-size: 9px
    }
}

@media only screen and (device-width :375px) and (device-height :812px) and (-webkit-device-pixel-ratio :3) {
    #indexPage .mMenuFoot {
        height: 240px
    }
}


#mission-status .dates>span.phase,
.phase1 #mission-status .dates>span.phase1,
.phase2 #mission-status .dates>span.phase2 {
    display: inline-block
}

#mission-status .dates>span:not(.phase) {
    width: 19%
}

#mission-status .dates>span:not(.phase1):not(.phase2) {
    width: 58%
}

#mission-status .dates>span:not(.inactive) {
    background-color: #ffd54a;
    opacity: 1
}

#votingPage #reward-totals>.row {
    padding-right: 13%;
    position: relative
}

#reward-totals .prizeBtn {
    position: absolute;
    top: calc(1% + 1px);
    right: .2%;
    width: 12.4%;
    height: calc(100% - 2% - 2px);
    background: #c8a827;
    background: linear-gradient(0deg, #cfa600 10%, #f7e084 80%, #edbd00 98%);
    border-top-right-radius: .85rem;
    border-bottom-right-radius: .85rem
}

#reward-totals .prizeBtn:before {
    content: '';
    display: block;
    position: absolute;
    width: 60%;
    padding-bottom: 60%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/btn_prize_m.png) no-repeat center center;
    background-size: 100%
}

.en #reward-totals .prizeBtn:before {
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/en/btn_prize_m.png) no-repeat center center;
    background-size: 100%
}

#reward-totals .prizeBtn:after {
    content: '';
    display: block;
    width: 1px;
    height: 104%;
    background-color: #ffd54a;
    position: absolute;
    top: -2%;
    right: 102%
}

#reward-totals>.row {
    border: 1px solid #ffd54a;
    border-radius: 1rem;
    padding: 1.25rem 1rem 2rem 1rem
}

#reward-totals .earned-wrap {
    position: relative;
    padding-left: 25%
}

#reward-totals .earned-wrap .coinImg {
    position: absolute;
    width: 23%;
    padding-bottom: 23%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/icon_coin_ani.gif) no-repeat center;
    background-size: contain
}

#reward-totals .earned-wrap .txt {
    color: #ffd54a;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

.en #reward-totals .earned-wrap .txt {
    font-size: 2.6rem
}

#reward-totals .earned-wrap .txt span {
    font-size: .8em;
    display: inline-block;
    margin-top: .05em;
    vertical-align: top
}

#votingPage #reward-totals .earned-wrap .txt {
    font-size: 2.5rem
}

#reward-totals .earned-wrap .txt small {
    font-size: .5em
}

#reward-totals .earned-wrap .ancBtn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 15%;
    background: #c89a00;
    background: linear-gradient(0deg, #c89a00 0, #ffe385 100%);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

#reward-totals .earned-wrap .ancBtn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/btn_prize_m.png) no-repeat center center;
    background-size: auto 85%
}

#reward-progress {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0 6rem 0 2rem
}

#reward-progress .stage {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
}

#reward-progress .stage .progress-line {
    position: absolute;
    width: calc(100% - 1rem);
    left: .5rem;
    top: 56%;
    height: .5rem;
    background-color: #000;
    transform: translateY(-.25rem);
    z-index: 0
}

#reward-progress .stage .progress-line>span {
    display: block;
    height: 100%;
    background: #ffd54a;
    width: 100% !important
}

#reward-progress.fill-1 .stage1 .progress-line>span {
    width: 25%
}

#reward-progress.fill-2 .stage1 .progress-line>span {
    width: 50%
}

#reward-progress.fill-3 .stage1 .progress-line>span {
    width: 75%
}

#reward-progress.fill-4 .stage1 .progress-line>span {
    width: 100%
}

#reward-progress.fill-5 .stage1 .progress-line>span,
#reward-progress.fill-5 .stage2 .progress-line>span {
    width: 100%
}

#reward-progress.fill-6 .stage1 .progress-line>span,
#reward-progress.fill-6 .stage2 .progress-line>span,
#reward-progress.fill-6 .stage3 .progress-line>span {
    width: 100%
}

#reward-progress .stage .stage-info {
    position: relative;
    transform: translateX(50%);
    z-index: 1
}

#reward-progress .stage .stage-info>span {
    display: block;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
    line-height: 1
}

#reward-progress .stage .stage-info>span>span {
    font-size: .8em;
    display: inline-block
}

#reward-progress .stage .stage-info .counter {
    font-size: 1.25rem;
    color: #fff
}

#reward-progress .stage .stage-info .counter:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 1.2em;
    height: 2em;
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/icon_fire_animation_m.gif) no-repeat center bottom;
    background-size: 100% auto;
    margin-bottom: -.3em;
    margin-left: -.4em
}

#reward-progress .stage .stage-info .dot {
    margin: 1rem auto
}

#reward-progress .stage .stage-info .dot:before,
#reward-progress .stage1:before,
#reward-progress .stage3 .stage-info .dot:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 .1rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url(https://static6.orstatic.com/info/awards2022/assets/img/master/icon_timeline_m.png) no-repeat center;
    background-size: 300% 200%
}

#reward-progress .stage1:before {
    position: absolute;
    top: 56%;
    left: 0;
    transform: translate(-.75rem, -.75rem);
    background-position: 1% 0;
    margin: 0;
    z-index: 1
}

#reward-progress .stage .stage-info .dot:before {
    background-position: 51% 99%
}

#reward-progress .stage3 .stage-info .dot:after {
    background-position: 101% 99%
}

#reward-progress[class^=fill] .stage1:before {
    background-position: 1% 0
}

#reward-progress.fill-4 .stage1 .stage-info .dot:before,
#reward-progress.fill-5 .stage:nth-child(-n+2) .stage-info .dot:before,
#reward-progress.fill-6 .stage .stage-info .dot:before {
    background-position: 51% 0
}

#reward-progress.fill-6 .stage3 .stage-info .dot:after {
    background-position: 101% 0
}

#reward-progress .stage .stage-info .reward-txt {
    font-size: 1.2rem;
    color: #aaa
}

#reward-progress .stage .stage-info small {
    font-size: .8em;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: .15em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
    color: #aaa
}

#reward-progress.fill-4 .stage1 .stage-info .reward-txt,
#reward-progress.fill-5 .stage:nth-child(-n+2) .stage-info .reward-txt,
#reward-progress.fill-6 .stage .stage-info .reward-txt,
#reward-progress.fill-6 .stage3 .stage-info small {
    color: #ffd54a
}

#reward-progress .stage .stage-info .dot:before {
    background-position: 51% 0 !important
}

#reward-progress .stage .stage-info .dot:after {
    background-position: 101% 0 !important
}

#reward-progress .stage .stage-info .reward-txt,
#reward-progress .stage .stage-info small {
    color: #ffd54a !important
}



@media (min-width:1500px) {
    #reward-totals .earned-wrap .txt {
        font-size: 3.5rem
    }

    .en #reward-totals .earned-wrap .txt {
        font-size: 3.2rem
    }
}

#infoform-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgba(51, 51, 51, .5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .1s
}

#infoform-modal.is-open {
    height: 100%;
    overflow-y: scroll;
    background: rgba(51, 51, 51, .85)
}

#infoform-modal .modal-container {
    display: flex;
    max-width: 52rem;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition-duration: .3s;
    transform: translateY(100px) scale(.4)
}

#infoform-modal.is-open .modal-container {
    opacity: 1;
    transition-duration: .6s;
    pointer-events: auto;
    transform: translateY(0) scale(1)
}

#infoform-modal .modal-left {
    padding: 3.5rem 3rem 1.5rem;
    background: #fff;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    transition-duration: .5s;
    transform: translateY(80px);
    opacity: 0
}

#infoform-modal.is-open .modal-left {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .1s
}

#infoform-modal .modal-title {
    font-size: 1.3rem;
    margin: 0;
    font-weight: 400;
    color: #55311c
}

#infoform-modal .modal-desc {
    font-size: .8rem;
    margin: .5rem 0 1rem 0
}

#infoform-modal .input-block {
    margin-bottom: 20px
}

#infoform-modal .box {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: .3s
}

#infoform-modal .input-label {
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .7px;
    color: #000;
    transition: .3s
}

#infoform-modal .box input,
#infoform-modal .box textarea {
    outline: 0;
    border: 0;
    padding: 7px 0 0;
    font-size: .85rem
}

#infoform-modal .box input::-moz-placeholder,
#infoform-modal .box textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

#infoform-modal .box input:-ms-input-placeholder,
#infoform-modal .box textarea:-ms-input-placeholder {
    color: #ccc;
    opacity: 1
}

#infoform-modal .box input::placeholder,
#infoform-modal .box textarea::placeholder {
    color: #ccc;
    opacity: 1
}

#infoform-modal .box:focus-within {
    border-color: #c70000cc
}

#infoform-modal .box:focus-within .input-label {
    color: #c70000cc
}

#infoform-modal .input-block small {
    font-size: .7rem;
    color: #000;
    padding: 2px 10px 0
}

#infoform-modal .input-block small.formErrorNote {
    color: #c2272e
}

#infoform-modal .btns {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#infoform-modal .btns .close-modal {
    color: rgba(51, 51, 51, .6);
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline
}

#infoform-modal .signup-p {
    color: rgba(51, 51, 51, .6);
    font-size: 14px;
    text-align: center;
    margin-top: 2rem
}

#infoform-modal .signup-p a {
    color: rgba(51, 51, 51, .6);
    text-decoration: underline
}

#infoform-modal .modal-right {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 0;
    transition: .3s;
    overflow: hidden;
    position: relative
}

#infoform-modal .modal-right img {
    width: 100%;
    height: 100%;
    transform: scale(2);
    -o-object-fit: cover;
    object-fit: cover;
    transition-duration: 1.2s
}

#infoform-modal.is-open .modal-right img {
    transform: scale(1)
}

#infoform-modal .modal-right .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: table;
    font-size: 18px
}

#infoform-modal .modal-right .text .wrap {
    display: table-cell;
    text-align: center;
    padding: 3.1em 2em 0
}

#infoform-modal .modal-right .text h1 {
    color: #ffd54a;
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 auto .65em;
    letter-spacing: .1em
}

#infoform-modal .modal-right .text h3 {
    color: #ffd54a;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 auto .65em
}

#infoform-modal .modal-right .text p {
    color: #fff;
    font-size: .9em;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1em
}

#infoform-modal .close-button {
    outline: 0;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 32px;
    height: 32px;
    border: 0;
    background: 0;
    padding: 0;
    cursor: pointer
}

@media (max-width:750px) {
    #infoform-modal .modal-container {
        width: 100%;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        border-radius: 0;
        height: 100vh;
        overflow-y: scroll
    }

    #infoform-modal .modal-left,
    #infoform-modal .modal-right {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    #infoform-modal .modal-left {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    #infoform-modal .modal-right {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    #infoform-modal .modal-right img {
        position: absolute;
        z-index: -1
    }

    #infoform-modal .modal-right .text {
        position: relative;
        padding: 2em 0;
        font-size: 1em
    }
}

@media (max-width:500px) {
    #infoform-modal .modal-left {
        padding: 3rem 1.5rem 1.5rem
    }

    #infoform-modal .modal-right .text .wrap {
        padding: 0 3em
    }

    #infoform-modal .close-button {
        top: 3rem
    }

    #infoform-modal .modal-right .text {
        padding: 4em 0 18em;
        font-size: 1.2rem
    }

    #infoform-modal .modal-right .text p {
        font-size: .8em;
        line-height: 1.5
    }
}

@media (max-width:320px) {
    #infoform-modal .close-button {
        top: 1rem
    }

    #infoform-modal .modal-right .text {
        padding: 3em 0 18em;
        font-size: 1rem
    }
}

#infoform-modal .btns .submitwrap {
    position: relative
}

#infoform-modal .btns #submitInfoBtn {
    padding: 0;
    outline: 0;
    color: #cc1919;
    border-radius: 40px;
    background: #fff;
    transition: .3s;
    cursor: pointer;
    font-size: 1.15rem;
    border: 3px solid #cc1919;
    width: 6rem;
    text-align: center;
    height: 3rem;
    font-weight: 600
}

#infoform-modal .btns #submitInfoBtn:active,
#infoform-modal .btns #submitInfoBtn:hover {
    background: #cc1919;
    color: #fff
}

#infoform-modal .btns #submitInfoBtn:disabled {
    cursor: not-allowed
}

#infoform-modal .btns .submitwrap.loader #submitInfoBtn {
    font-size: 0;
    background: #fff;
    cursor: wait;
    border: none
}

#infoform-modal .btns .submitwrap:after,
#infoform-modal .btns .submitwrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 40px;
    z-index: -1;
    opacity: 0;
    transition: .3s
}

#infoform-modal .btns .submitwrap:before {
    border: 3px solid #bbb;
    width: 100%;
    height: 100%
}

#infoform-modal .btns .submitwrap:after {
    border: 3px solid #cc1919
}

#infoform-modal .btns .submitwrap.loader:before,
#infoform-modal .btns .submitwrap.loading:after {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    z-index: 1;
    opacity: 1
}

#infoform-modal .btns .submitwrap.success #submitInfoBtn {
    background: #cc1919;
    font-size: 0
}

#infoform-modal .btns .submitwrap .tick {
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    z-index: -1
}

#infoform-modal .btns .submitwrap .tick:after,
#infoform-modal .btns .submitwrap .tick:before {
    content: "";
    display: block;
    background: #fff
}

#infoform-modal .btns .submitwrap .tick:before {
    width: .8rem;
    height: .3rem;
    transform: rotate(38deg);
    border-radius: 10px 0 15px 10px;
    float: left;
    margin-top: 1.25rem;
    margin-left: .15rem
}

#infoform-modal .btns .submitwrap .tick:after {
    width: 1.5rem;
    height: .3rem;
    transform: rotate(129deg);
    border-radius: 10px 0 0 10px;
    margin-top: .8rem;
    margin-left: .5rem
}

@-webkit-keyframes showSuccess {
    from {
        transform: scale(.8);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes showSuccess {
    from {
        transform: scale(.8);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

#infoform-modal .btns .submitwrap.success .tick {
    -webkit-animation: showSuccessTick .4s .1s forwards ease-in;
    animation: showSuccessTick .4s .1s forwards ease-in;
    opacity: 1;
    z-index: 3
}

#infoform-modal .btns .submitwrap.loading[data-percent="0"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 50% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 50% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="1"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 54.16666666% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 54.16666666% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="2"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 58.33333332% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 58.33333332% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="3"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 62.49999998% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 62.49999998% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="4"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 66.66666664% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 66.66666664% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="5"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 70.8333333% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 70.8333333% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="6"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 74.99999996% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 74.99999996% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="7"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 79.16666662% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 79.16666662% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="8"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 83.33333328% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 83.33333328% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="9"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 87.49999994% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 87.49999994% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="10"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 91.6666666% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 91.6666666% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="11"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 95.83333326% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 95.83333326% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="12"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 99.99999992% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 99.99999992% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="13"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="14"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 4.16666666%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 4.16666666%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="15"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 8.33333332%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 8.33333332%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="16"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 12.49999998%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 12.49999998%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="17"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 16.66666664%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 16.66666664%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="18"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 20.8333333%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 20.8333333%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="19"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 24.99999996%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 24.99999996%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="20"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 29.16666662%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 29.16666662%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="21"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 33.33333328%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 33.33333328%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="22"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 37.49999994%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 37.49999994%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="23"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 41.6666666%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 41.6666666%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="24"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 45.83333326%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 45.83333326%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="25"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 49.99999992%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 49.99999992%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="26"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="27"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 54.16666666%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 54.16666666%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="28"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 58.33333332%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 58.33333332%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="29"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 62.49999998%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 62.49999998%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="30"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 66.66666664%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 66.66666664%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="31"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 70.8333333%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 70.8333333%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="32"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 74.99999996%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 74.99999996%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="33"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 79.16666662%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 79.16666662%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="34"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 83.33333328%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 83.33333328%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="35"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 87.49999994%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 87.49999994%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="36"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 91.6666666%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 91.6666666%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="37"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 95.83333326%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 95.83333326%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="38"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 99.99999992%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 99.99999992%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="39"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 100% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 100% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="40"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 95.83333334% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 95.83333334% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="41"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 91.66666668% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 91.66666668% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="42"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 87.50000002% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 87.50000002% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="43"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 83.33333336% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 83.33333336% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="44"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 79.1666667% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 79.1666667% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="45"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 75.00000004% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 75.00000004% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="46"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 70.83333338% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 70.83333338% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="47"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 66.66666672% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 66.66666672% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="48"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 62.50000006% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 62.50000006% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="49"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 58.3333334% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 58.3333334% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="50"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 54.16666674% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 54.16666674% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="51"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 50.00000008% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 50.00000008% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="52"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 50% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 50% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="53"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 45.83333334% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 45.83333334% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="54"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 41.66666668% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 41.66666668% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="55"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 37.50000002% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 37.50000002% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="56"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 33.33333336% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 33.33333336% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="57"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 29.1666667% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 29.1666667% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="58"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 25.00000004% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 25.00000004% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="59"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 20.83333338% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 20.83333338% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="60"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 16.66666672% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 16.66666672% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="61"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 12.50000006% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 12.50000006% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="62"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 8.3333334% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 8.3333334% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="63"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 4.16666674% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 4.16666674% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="64"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 8.0000006619% 100%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 8.0000006619% 100%, 50% 50%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="65"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 100%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 100%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="66"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 95.83333334%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 95.83333334%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="67"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 91.66666668%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 91.66666668%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="68"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 87.50000002%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 87.50000002%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="69"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 83.33333336%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 83.33333336%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="70"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 79.1666667%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 79.1666667%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="71"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 75.00000004%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 75.00000004%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="72"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 70.83333338%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 70.83333338%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="73"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 66.66666672%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 66.66666672%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="74"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 62.50000006%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 62.50000006%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="75"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 58.3333334%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 58.3333334%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="76"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 54.16666674%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 54.16666674%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="77"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50.00000008%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50.00000008%, 50% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="78"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 50%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="79"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 45.83333334%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 45.83333334%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="80"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 41.66666668%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 41.66666668%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="81"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 37.50000002%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 37.50000002%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="82"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 33.33333336%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 33.33333336%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="83"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 29.1666667%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 29.1666667%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="84"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 25.00000004%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 25.00000004%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="85"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 20.83333338%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 20.83333338%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="86"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 16.66666672%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 16.66666672%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="87"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 12.50000006%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 12.50000006%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="88"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 8.3333334%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 8.3333334%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="89"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 4.16666674%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 4.16666674%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="90"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 8.0000006619%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 8.0000006619%, 50% 50%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="91"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 0% 0%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 0% 0%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="92"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 5.55555555% 0%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 5.55555555% 0%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="93"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 11.1111111% 0%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 11.1111111% 0%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="94"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 16.66666665% 0%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 16.66666665% 0%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="95"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 22.2222222% 0%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 22.2222222% 0%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="96"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 27.77777775% 0%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 27.77777775% 0%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="97"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 33.3333333% 0%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 33.3333333% 0%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="98"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 38.88888885% 0%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 38.88888885% 0%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="99"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 44.4444444% 0%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 44.4444444% 0%)
}

#infoform-modal .btns .submitwrap.loading[data-percent="100"]:after {
    -webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 49.99999995% 0%);
    clip-path: polygon(50% 50%, 50% 0, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 50%, 0% 0%, 49.99999995% 0%)
}

@media screen and (min-width:1024px) and (max-height:650px) {
    #infoform-modal.is-open .modal-container {
        transform: translateY(0) scale(.8)
    }
}




.button-83 {font-size: 1.5rem; appearance: button; background-color: transparent; background-image: linear-gradient(to bottom, #fff, #f8eedb); border: 0 solid #e5e7eb; border-radius: .5rem; box-sizing: border-box; color: #482307; column-gap: 1rem; cursor: pointer; display: flex; font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-weight: 700; line-height: 24px; margin: 10px auto; outline: 2px solid transparent; padding: 1rem 7.5rem; text-align: center; text-transform: none; transition: all .1s cubic-bezier(.4, 0, .2, 1); user-select: none; -webkit-user-select: none; touch-action: manipulation; box-shadow: -6px 8px 10px rgba(81,41,10,0.1),0px 2px 2px rgba(81,41,10,0.2); } .button-83:active { background-color: #f3f4f6; box-shadow: -1px 2px 5px rgba(81,41,10,0.15),0px 1px 1px rgba(81,41,10,0.15); transform: translateY(0.125rem); } .button-83:focus { box-shadow: rgba(72, 35, 7, .46) 0 0 0 4px, -6px 8px 10px rgba(81,41,10,0.1), 0px 2px 2px rgba(81,41,10,0.2);}

@media (min-width: 0px) and (max-width: 440px){
    .button-83 {font-size: 1.2rem;padding: 0.5rem 7.5rem;}  
}


.prestige-content img{max-width: 50%;margin: auto;}