.p-accordion__head{display:block;position:relative;background-color:#47a20a;padding:10px 40px 10px 20px;font-weight:normal;border-radius:5px;color:#fff;cursor:pointer;text-decoration:none}.p-accordion__head:link{color:#fff;cursor:pointer;text-decoration:none}.p-accordion__head:visited{color:#fff;cursor:pointer;text-decoration:none}.p-accordion__head:focus{color:#fff;cursor:pointer;text-decoration:none}.p-accordion__head:hover{color:#fff;cursor:pointer;text-decoration:none}.p-accordion__head:active{color:#fff;cursor:pointer;text-decoration:none}.p-accordion__head::after{position:absolute;top:50%;-webkit-transform:translateY(-40%);transform:translateY(-40%);right:20px;content:'';width:10px;height:10px;display:inline-block;background:url("/v3/image/icon/arrow-down-white.svg") no-repeat;-webkit-transition:all 100ms 0s ease;transition:all 100ms 0s ease}.p-accordion__head[aria-expanded="true"]{border-radius:5px 5px 0 0}.p-accordion__head[aria-expanded="true"]::after{top:50%;-webkit-transform:translateY(-60%) rotate(180deg);transform:translateY(-60%) rotate(180deg)}.p-accordion__head[aria-disabled="true"]{pointer-events:none;background-color:#d7dce4}.p-accordion__content{background-color:#f5f5f5;width:100%;font-weight:normal;padding:20px;border-radius:0 0 5px 5px;overflow:hidden}.p-accordion__content[aria-hidden="true"]{-webkit-animation:0.3s ease-in-out forwards close;animation:0.3s ease-in-out forwards close}.p-accordion__content[aria-hidden="false"]{-webkit-animation:0.3s ease-in-out forwards open;animation:0.3s ease-in-out forwards open}.p-accordion__content--white{background-color:#fff;border:1px solid #e5e5e5}@-webkit-keyframes open{0%{display:none;max-height:0;padding:0}1%{display:block;padding:20px}100%{max-height:1000px;padding:20px}}@keyframes open{0%{display:none;max-height:0;padding:0}1%{display:block;padding:20px}100%{max-height:1000px;padding:20px}}@-webkit-keyframes close{0%{display:block;max-height:1000px;padding:20px}99%{display:block;max-height:0;padding:20px}100%{display:none;max-height:0;padding:0}}@keyframes close{0%{display:block;max-height:1000px;padding:20px}99%{display:block;max-height:0;padding:20px}100%{display:none;max-height:0;padding:0}}.p-accordion-white{overflow:hidden;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px}.p-accordion-white__head{display:block;position:relative;padding:15px 20px 10px 40px;font-weight:bold;color:#47a20a;cursor:pointer;text-decoration:none}.p-accordion-white__head:link{color:#47a20a;cursor:pointer;text-decoration:none}.p-accordion-white__head:visited{color:#47a20a;cursor:pointer;text-decoration:none}.p-accordion-white__head:focus{color:#47a20a;cursor:pointer;text-decoration:none}.p-accordion-white__head:hover{color:#47a20a;cursor:pointer;text-decoration:none}.p-accordion-white__head:active{color:#47a20a;cursor:pointer;text-decoration:none}.p-accordion-white__head::after{position:absolute;top:50%;-webkit-transform:translateY(-25%);transform:translateY(-25%);left:20px;content:'';width:10px;height:10px;display:inline-block;background:url("/v3/image/icon/arrow-down-green.svg") no-repeat;-webkit-transition:all 100ms 0s ease;transition:all 100ms 0s ease}.p-accordion-white__head[aria-expanded="true"]::after{top:50%;-webkit-transform:translateY(-60%) rotate(180deg);transform:translateY(-60%) rotate(180deg)}.p-accordion-white__control{-webkit-transition:max-height 0.5s ease-in-out;transition:max-height 0.5s ease-in-out;overflow:hidden}@media screen and (min-width: 768px){.p-accordion-white__control[aria-hidden="false"]{max-height:3000px}.p-accordion-white__control[aria-hidden="true"]{max-height:0}}@media screen and (max-width: 767px){.p-accordion-white__control[aria-hidden="false"]{max-height:3000px}.p-accordion-white__control[aria-hidden="true"]{max-height:0}}@media screen and (min-width: 768px){.p-accordion-white__control__content{padding:10px 40px 40px}}@media screen and (max-width: 767px){.p-accordion-white__control__content{padding:5px 20px 20px}}.store-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;margin-right:auto}@media screen and (min-width: 768px){.store-btns{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:680px}}@media screen and (max-width: 767px){.store-btns{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:none;width:-webkit-fit-content;width:fit-content}}@media screen and (max-width: 767px){.store-btn{max-height:40px;margin:0 10px}}.store-img{height:80px}@media screen and (max-width: 767px){.store-img{height:auto;max-height:40px}}.app-panel{max-width:850px;margin-left:auto;margin-right:auto}@media screen and (max-width: 767px){.app-panel__content{padding:10px}}.app-imgs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;margin-right:auto}@media screen and (max-width: 767px){.app-img{margin:0 10px}}.option-panel{padding:20px 30px 30px;border-top:10px solid #47a20a;border-radius:10px;background:#f4f9e8}.option-panel__content{display:-ms-grid;display:grid}@media screen and (min-width: 768px){.option-panel__content{grid-template-areas:"icon title" "icon text";-ms-grid-columns:1fr 7fr;grid-template-columns:1fr 7fr}}@media screen and (max-width: 767px){.option-panel__content{grid-template-areas:"icon title" "text text";-ms-grid-columns:1fr 3.3fr;grid-template-columns:1fr 3.3fr}}.option-panel__title{grid-area:title}@media screen and (min-width: 768px){.option-panel__title{margin-bottom:10px}}@media screen and (max-width: 767px){.option-panel__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}}.option-panel__icon{grid-area:icon;max-width:100px}.option-panel__text{grid-area:text}@media screen and (max-width: 767px){.option-panel__text{margin-top:5px}}