﻿html{line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{height:0;box-sizing:content-box;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{max-width:100%;padding:0;white-space:normal;color:inherit;box-sizing:border-box;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{padding:0;box-sizing:border-box}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{height:100%}body{height:100%;min-height:100vh;min-height:-webkit-fill-available;min-height:-moz-available;min-height:stretch;font-family:arial,"Microsoft JhengHei",sans-serif;background-color:#f9f2ec}.container{width:100%;min-height:100%;background-image:url(../assets/images/web_bg.png);background-attachment:fixed;overflow:hidden;display:flex;flex-direction:column;align-items:center;position:relative;cursor:default;background-repeat:no-repeat;background-size:cover;background-position:center}.content{width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.gotop{width:2.75rem;height:2.75rem;background-color:#dd5d2c;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M328-400q-9%200-14.5-6t-5.5-14q0-2%206-14l145-145q5-5%2010-7t11-2q6%200%2011%202t10%207l145%20145q3%203%204.5%206.5t1.5%207.5q0%208-5.5%2014t-14.5%206H328Z%22%20%2F%3E%3C%2Fsvg%3E");border-radius:50%;opacity:0;position:fixed;right:2.5%;bottom:6%;z-index:1040;transition:.3s background-color;cursor:pointer;background-repeat:no-repeat;background-size:contain;background-position:center}.gotop:hover{background-color:#bd4a1f}.demoAlert{max-width:95%;padding:.5rem;margin:1rem;background-color:#f2e6d9;border:.0625rem solid #82582c;border-radius:.5rem;box-shadow:2px 2px 2px rgba(0,0,0,.05);box-sizing:border-box;align-self:flex-start}.demoAlert>legend{padding:.25rem .5rem;color:#f9f2ec;background-color:#82582c;border-radius:.5rem;box-sizing:border-box}.header{width:100%;padding:.75rem 1.5rem;background-color:hsla(0,0%,100%,0);box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;position:relative;z-index:1010}@media(max-width: 1200px){.header{padding:.75rem}}.nav{display:flex;flex-grow:1;justify-content:flex-end;align-items:center}@media(max-width: 1200px){.nav{width:100%;margin-top:.75rem;background-color:#e6cfb7;border-radius:.5rem;display:none}}.nav__item{position:relative}.nav__item:hover .nav__text{color:#dd5d2c}@media(max-width: 1200px){.nav__item:hover .nav__text{color:#5b3e1f}}@media(max-width: 1200px){.nav__item{border-bottom:.0625rem solid #f2e6d9;border-radius:0;box-sizing:border-box}}.nav__text{padding:1rem;font-weight:bold;text-decoration:none;white-space:nowrap;color:#5b3e1f;box-sizing:border-box;transition:.3s color;font-size:clamp(1.25rem,0.390625vw + 1.109375rem,1.5rem);letter-spacing:clamp(.0625rem,0.09765625vw + 0.02734375rem,.125rem);line-height:clamp(1.5rem,0.9375vw + 1.1625rem,2.1rem)}@media(max-width: 1200px){.nav__text{text-align:center;color:#5b3e1f}}.nav__link{cursor:pointer;width:100%;height:100%;position:absolute;top:0;right:0;z-index:1}.nav__dropdown{min-width:15rem;background-color:#f2e6d9;border-radius:.5rem;box-shadow:2px 2px 2px rgba(0,0,0,.05);overflow:hidden;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%, 0)}@media(max-width: 1200px){.nav__dropdown{width:100%;background-color:#f2e6d9;border-radius:0;box-shadow:none;position:static;transform:translate(0, 0)}}.nav__dropdown__item{box-sizing:border-box;display:block;position:relative;transition:.3s background-color}.nav__dropdown__item:hover{background-color:#82582c}@media(max-width: 1200px){.nav__dropdown__item:hover{background-color:#f2e6d9}}.nav__dropdown__item:hover .nav__dropdown__text{color:#fff}@media(max-width: 1200px){.nav__dropdown__item:hover .nav__dropdown__text{color:#5b3e1f}}.nav__dropdown__text{padding:1rem;text-align:center;white-space:nowrap;color:#392713;box-sizing:border-box;transition:.3s color;font-size:clamp(1.125rem,0.1953125vw + 1.0546875rem,1.25rem);line-height:clamp(1.35rem,0.625vw + 1.125rem,1.75rem)}@media(max-width: 1200px){.nav__dropdown__text{color:#5b3e1f}}.nav__dropdown__link{width:100%;height:100%;position:absolute;top:0;right:0;z-index:1}.nav__share{display:flex;flex-direction:row;justify-content:center;align-items:center}.nav__share__item{width:2.75rem;height:2.75rem;margin:.5rem;flex-shrink:0;position:relative}.nav__share__item:hover .nav__share__icon{opacity:.5}.nav__share__icon{width:100%;height:100%;border-radius:50%;box-sizing:border-box;transition:.3s opacity;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center}.nav__share__icon::before{content:"";display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.nav__share__icon--fb{background-color:#39aed8}.nav__share__icon--fb::before{width:60%;padding-bottom:60%;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3C%21--%21%20Font%20Awesome%20Free%206.4.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20%28Icons%3A%20CC%20BY%204.0%2C%20Fonts%3A%20SIL%20OFL%201.1%2C%20Code%3A%20MIT%20License%29%20Copyright%202023%20Fonticons%2C%20Inc.%20--%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M279.14%20288l14.22-92.66h-88.91v-60.13c0-25.35%2012.42-50.06%2052.24-50.06h40.42V6.26S260.43%200%20225.36%200c-73.22%200-121.08%2044.38-121.08%20124.72v70.62H22.89V288h81.39v224h100.17V288z%22%2F%3E%3C%2Fsvg%3E")}.nav__share__icon--line{background-color:#61ab4f}.nav__share__icon--line::before{width:60%;padding-bottom:60%;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M253.21%2C250.67c1-0.29%2C1.96-0.54%2C2.77-0.71c2.45%2C2.99%2C4.83%2C6.03%2C7.16%2C9.15%20c17.14%2C23.17%2C34.96%2C45.79%2C50.95%2C69.66c9.07%2C13.54%2C19.47%2C19.98%2C35.4%2C17.34c0.27-0.05%2C0.69%2C0%2C0.93-0.05%20c14.02-0.07%2C15.79-1.69%2C15.79-15.69c0-46.35%2C0-92.8%2C0-139.18c0-25.76-0.15-25.86-26.5-25.44c-13.85%2C0.2-17.16%2C3.41-17.21%2C17.32%20c-0.17%2C23.05%2C0%2C46.08-0.17%2C69.15c0%2C3.06-0.32%2C6.15-0.66%2C9.22c-4.49-2.77-7.09-6.02-9.64-9.32c-17.36-23.39-35.48-46.23-51.76-70.33%20c-8.83-13.14-19.22-17.58-34.3-16.24c-13.26%2C1.23-16.45%2C3.58-16.45%2C17.07c-0.15%2C45.21-0.03%2C90.38-0.03%2C135.56%20c-0.12%2C30.35-2.43%2C28%2C28.93%2C27.85c11.4-0.1%2C14.64-3.4%2C14.66-14.82c0.22-23.65%2C0.07-47.33%2C0.12-70.92%20C253.21%2C257.05%2C253.21%2C253.84%2C253.21%2C250.67z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M389.85%2C254.94c0%2C23.91-0.1%2C47.93%2C0%2C71.86c0%2C16.67%2C2.53%2C19.25%2C18.68%2C19.25c29.1%2C0.05%2C58.28%2C0.05%2C87.41%2C0%20c14.25%2C0%2C15.84-1.68%2C15.91-15.46c0.12-4.28%2C0.12-8.51%2C0-12.75c-0.07-13.1-2.21-15.48-15.28-15.58c-17.61-0.04-35.16%2C0.1-52.71-0.07%20c-3.04-0.06-8.31-1.3-8.73-2.89c-1.23-5.42-1.81-11.51-0.32-16.8c0.61-2.15%2C6.96-3.65%2C10.79-3.65c17.95-0.42%2C35.8-0.22%2C53.62-0.22%20c8.51%2C0%2C13.12-3.73%2C12.75-12.74c-0.32-5.77%2C0-11.56-0.12-17.37c-0.17-11.54-2.35-13.58-14.07-13.66%20c-17.95-0.1-35.8-0.49-53.65%2C0.15c-10.69%2C0.34-10.47-5.96-10.69-13.51c-0.22-8.02%2C1.67-12.5%2C11.03-12.11%20c13.95%2C0.54%2C27.93%2C0.06%2C41.83%2C0.06c25.7%2C0%2C25.7%2C0%2C25.67-25.79c-0.2-14.75-3.09-17.81-17.51-17.87c-29.13-0.18-58.26-0.18-87.41%2C0%20c-13.73%2C0.06-17.16%2C3.35-17.21%2C17.22C389.75%2C207%2C389.85%2C230.96%2C389.85%2C254.94z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0.03%2C256.97c0%2C23.71%2C0%2C47.42%2C0%2C71.04c0.1%2C16.01%2C1.99%2C18.03%2C17.7%2C18.03c25.47%2C0.05%2C50.93%2C0%2C76.45%2C0.05%20c30.5%2C0%2C28%2C2.35%2C27.93-29.04c-0.12-11.34-3.43-14.62-14.78-14.72c-17.29-0.11-34.57-0.32-51.86%2C0.02%20c-8.61%2C0.3-11.82-2.72-11.74-11.47c0.42-33.41%2C0.12-66.76%2C0.12-100.18c0-24.54-0.76-25.28-25.74-24.97%20c-14.88%2C0.16-17.97%2C3.3-18.07%2C18.45C-0.04%2C208.45%2C0.03%2C232.68%2C0.03%2C256.97z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M185.96%2C256.36c0-22.41%2C0-44.8%2C0-67.28c0-23.24-0.27-23.49-23.93-23.35c-17.29%2C0.05-19.88%2C2.61-19.88%2C20.23%20c0%2C43.57%2C0%2C87.24%2C0%2C130.84c0%2C29.67%2C0%2C29.67%2C29.35%2C29.25c12.31-0.15%2C14.37-2.05%2C14.37-14.27%20C186.03%2C306.65%2C185.96%2C281.54%2C185.96%2C256.36z%22%2F%3E%3C%2Fsvg%3E")}.nav--init{height:3.125rem;opacity:0;overflow:hidden}.logo{width:70%;max-width:21.875rem}.logo::before{content:"";width:100%;padding-bottom:15.8469945355%;background-image:url(../assets/images/logo.png);display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.ham{width:12%;max-width:3.5rem;display:block;position:relative;z-index:1;cursor:pointer}.ham::before{padding-bottom:100%;content:"";width:100%;display:block}.ham>span{width:60%;height:.1875rem;background-color:#5b3e1f;border-radius:624.9375rem;position:absolute;right:50%;transform:translate(50%, -50%);transition:.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) transform,.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) opacity,.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) top}.ham>span:nth-child(1){top:35%}.ham>span:nth-child(2){top:50%}.ham>span:nth-child(3){top:65%}.ham.active>span{background-color:#dd5d2c}.ham.active>span:nth-child(1){top:50%;transform:translate(50%, -50%) rotate(-135deg)}.ham.active>span:nth-child(2){opacity:0}.ham.active>span:nth-child(3){top:50%;transform:translate(50%, -50%) rotate(135deg)}.footer{width:100%;padding:.25rem 1.5rem;margin-top:auto;background-color:hsla(0,0%,100%,0);box-sizing:border-box;flex-wrap:wrap;position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:clamp(.875rem,0.1953125vw + 0.8046875rem,1rem);line-height:clamp(1.05rem,0.546875vw + 0.853125rem,1.4rem)}.footer__copyRight{margin:.25rem;font-weight:bold;color:#5b3e1f}.footer__link{margin:.25rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.footer__link>a{margin:0 .125rem;text-decoration:none;color:#5b3e1f;opacity:.7;display:block}.footer__ad{padding:.125rem .25rem;margin:.125rem .25rem;white-space:nowrap;color:#5b3e1f;border:.0625rem solid #5b3e1f;box-sizing:border-box}.footer__ad::before{content:"廣告"}.editor{width:100%;text-align:justify;color:#373d44;box-sizing:border-box;overflow-wrap:break-word;display:flex;flex-direction:column;gap:.5rem}.editor a{word-break:break-all;color:#039be5;text-decoration:none}.editor a:hover{text-decoration:underline}.editor img{width:100%;max-width:100%;height:auto;margin-right:auto;margin-left:auto;display:block}.editor ul,.editor ol{padding-right:1rem;box-sizing:border-box}.editor__info{width:100%;display:flex;flex-direction:column;gap:.5rem}.editor__info__item{width:100%;display:flex;flex-direction:column;gap:.25rem}.editor__info__label{width:100%;font-weight:bold;color:#5b3e1f;font-size:clamp(1.125rem,0.1953125vw + 1.0546875rem,1.25rem);line-height:clamp(1.35rem,0.625vw + 1.125rem,1.75rem)}.editor__info__value{width:100%;min-height:3.375rem;padding:.75rem;color:#5b3e1f;background-color:#fffbf8;border:.125rem solid #c18648;border-radius:.5rem;box-sizing:border-box;font-size:clamp(1rem,0.1953125vw + 0.9296875rem,1.125rem);line-height:clamp(1.2rem,0.5859375vw + 0.9890625rem,1.575rem)}.editor--h1,.editor--h2,.editor--h3{font-weight:bold}.editor--h1{font-size:clamp(1.5rem,0.78125vw + 1.21875rem,2rem);letter-spacing:clamp(.0625rem,0.09765625vw + 0.02734375rem,.125rem);line-height:clamp(1.8rem,1.5625vw + 1.2375rem,2.8rem)}.editor--h2{font-size:clamp(1.375rem,0.5859375vw + 1.1640625rem,1.75rem);letter-spacing:clamp(.0625rem,0.09765625vw + 0.02734375rem,.125rem);line-height:clamp(1.65rem,1.25vw + 1.2rem,2.45rem)}.editor--h3{font-size:clamp(1.25rem,0.390625vw + 1.109375rem,1.5rem);letter-spacing:clamp(.0625rem,0.09765625vw + 0.02734375rem,.125rem);line-height:clamp(1.5rem,0.9375vw + 1.1625rem,2.1rem)}.editor--h4{font-size:clamp(1.125rem,0.1953125vw + 1.0546875rem,1.25rem);line-height:clamp(1.35rem,0.625vw + 1.125rem,1.75rem)}.editor--p{font-size:clamp(1rem,0.1953125vw + 0.9296875rem,1.125rem);line-height:clamp(1.2rem,0.5859375vw + 0.9890625rem,1.575rem)}.editor--danger{color:#c00}.editor--center{text-align:center}.editor--bold{font-weight:bold}.editor--pointer{cursor:pointer}.btnGroup{width:100%;display:flex;flex-wrap:wrap;justify-content:center}.btnGroup--social>.btn{min-width:12.5rem}.btn{padding:clamp(.5rem,0.1953125vw + 0.4296875rem,.625rem) clamp(.75rem,1.171875vw + 0.328125rem,1.5rem);margin:.25rem;font-weight:bold;text-decoration:none;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-shrink:0;align-items:stretch;transition:.3s background-color,.3s color;cursor:pointer}.btn:focus{outline:none}.btn{font-size:clamp(1.125rem,0.390625vw + 0.984375rem,1.375rem);letter-spacing:clamp(.0625rem,0.09765625vw + 0.02734375rem,.125rem);line-height:clamp(1.35rem,0.8984375vw + 1.0265625rem,1.925rem)}.btn--primary{color:#fff;background-color:#82582c;border:2px solid #5b3e1f;border-radius:.5rem}.btn--primary:hover{color:#fff;background-color:#5b3e1f}@media(max-width: 1200px){.btn--primary:hover{color:#fff;background-color:#82582c}}.btn--secondary{color:#fff;background-color:#1d6990;border:2px solid #144a66;border-radius:.5rem}.btn--secondary:hover{color:#fff;background-color:#144a66}@media(max-width: 1200px){.btn--secondary:hover{color:#fff;background-color:#1d6990}}.btn--cancel{color:#fff;background-color:#778592;border:2px solid #626e7a;border-radius:.5rem}.btn--cancel:hover{color:#fff;background-color:#626e7a}@media(max-width: 1200px){.btn--cancel:hover{color:#fff;background-color:#778592}}.btn--fb{color:#fff;background-color:#39aed8;border:2px solid shade-color(#39aed8, 20%);border-radius:.5rem}.btn--fb:hover{color:#fff;background-color:shade-color(#39aed8, 20%)}@media(max-width: 1200px){.btn--fb:hover{color:#fff;background-color:#39aed8}}.btn--line{color:#fff;background-color:#61ab4f;border:2px solid shade-color(#61ab4f, 20%);border-radius:.5rem}.btn--line:hover{color:#fff;background-color:shade-color(#61ab4f, 20%)}@media(max-width: 1200px){.btn--line:hover{color:#fff;background-color:#61ab4f}}.btn--loading{text-indent:1000%;white-space:nowrap;overflow:hidden;position:relative}.btn--loading::after{content:"";width:1.875rem;height:1.875rem;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M480-80q-82%200-155-31.5t-127.5-86Q143-252%20111.5-325T80-480q0-83%2031.5-155.5t86-127Q252-817%20325-848.5T480-880q17%200%2028.5%2011.5T520-840q0%2017-11.5%2028.5T480-800q-133%200-226.5%2093.5T160-480q0%20133%2093.5%20226.5T480-160q133%200%20226.5-93.5T800-480q0-17%2011.5-28.5T840-520q17%200%2028.5%2011.5T880-480q0%2082-31.5%20155t-86%20127.5q-54.5%2054.5-127%2086T480-80Z%22%20%2F%3E%3C%2Fsvg%3E");position:absolute;top:50%;right:50%;transform:translate(50%, -50%) rotate(0deg);animation:loading-btn-circle .8s linear infinite;background-repeat:no-repeat;background-size:contain;background-position:center}.btn--arrow-right::after{content:"";width:1.75rem;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M420-308q-8%200-14-5.5t-6-14.5v-304q0-9%206-14.5t14-5.5q2%200%2014%206l145%20145q5%205%207%2010t2%2011q0%206-2%2011t-7%2010L434-314q-3%203-6.5%204.5T420-308Z%22%20%2F%3E%3C%2Fsvg%3E");display:block;flex-shrink:0;transition:.3s transform,.3s background-image;margin-left:0;background-repeat:no-repeat;background-size:contain;background-position:center}.btn--arrow-right:hover::after{background-image:""}@media(max-width: 1200px){.btn--arrow-right:hover::after{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M420-308q-8%200-14-5.5t-6-14.5v-304q0-9%206-14.5t14-5.5q2%200%2014%206l145%20145q5%205%207%2010t2%2011q0%206-2%2011t-7%2010L434-314q-3%203-6.5%204.5T420-308Z%22%20%2F%3E%3C%2Fsvg%3E")}}.btn--arrow-outward::after{content:"";width:1.5rem;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M640-624%20284-268q-11%2011-28%2011t-28-11q-11-11-11-28t11-28l356-356H280q-17%200-28.5-11.5T240-720q0-17%2011.5-28.5T280-760h400q17%200%2028.5%2011.5T720-720v400q0%2017-11.5%2028.5T680-280q-17%200-28.5-11.5T640-320v-304Z%22%20%2F%3E%3C%2Fsvg%3E");display:block;flex-shrink:0;transition:.3s transform,.3s background-image;margin-left:0;background-repeat:no-repeat;background-size:contain;background-position:center}.btn--arrow-outward:hover::after{background-image:""}@media(max-width: 1200px){.btn--arrow-outward:hover::after{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M640-624%20284-268q-11%2011-28%2011t-28-11q-11-11-11-28t11-28l356-356H280q-17%200-28.5-11.5T240-720q0-17%2011.5-28.5T280-760h400q17%200%2028.5%2011.5T720-720v400q0%2017-11.5%2028.5T680-280q-17%200-28.5-11.5T640-320v-304Z%22%20%2F%3E%3C%2Fsvg%3E")}}.btn--sync::after{content:"";width:1.5rem;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M240-478q0%2045%2017%2087.5t53%2078.5l10%2010v-58q0-17%2011.5-28.5T360-400q17%200%2028.5%2011.5T400-360v160q0%2017-11.5%2028.5T360-160H200q-17%200-28.5-11.5T160-200q0-17%2011.5-28.5T200-240h70l-16-14q-52-46-73-105t-21-119q0-94%2048-170.5T337-766q14-8%2029.5-1t20.5%2023q5%2015-.5%2030T367-691q-58%2032-92.5%2088.5T240-478Zm480-4q0-45-17-87.5T650-648l-10-10v58q0%2017-11.5%2028.5T600-560q-17%200-28.5-11.5T560-600v-160q0-17%2011.5-28.5T600-800h160q17%200%2028.5%2011.5T800-760q0%2017-11.5%2028.5T760-720h-70l16%2014q49%2049%2071.5%20106.5T800-482q0%2094-48%20170.5T623-194q-14%208-29.5%201T573-216q-5-15%20.5-30t19.5-23q58-32%2092.5-88.5T720-482Z%22%20%2F%3E%3C%2Fsvg%3E");display:block;flex-shrink:0;transition:.3s transform,.3s background-image;margin-left:.25rem;background-repeat:no-repeat;background-size:contain;background-position:center}.btn--sync:hover::after{background-image:""}@media(max-width: 1200px){.btn--sync:hover::after{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M240-478q0%2045%2017%2087.5t53%2078.5l10%2010v-58q0-17%2011.5-28.5T360-400q17%200%2028.5%2011.5T400-360v160q0%2017-11.5%2028.5T360-160H200q-17%200-28.5-11.5T160-200q0-17%2011.5-28.5T200-240h70l-16-14q-52-46-73-105t-21-119q0-94%2048-170.5T337-766q14-8%2029.5-1t20.5%2023q5%2015-.5%2030T367-691q-58%2032-92.5%2088.5T240-478Zm480-4q0-45-17-87.5T650-648l-10-10v58q0%2017-11.5%2028.5T600-560q-17%200-28.5-11.5T560-600v-160q0-17%2011.5-28.5T600-800h160q17%200%2028.5%2011.5T800-760q0%2017-11.5%2028.5T760-720h-70l16%2014q49%2049%2071.5%20106.5T800-482q0%2094-48%20170.5T623-194q-14%208-29.5%201T573-216q-5-15%20.5-30t19.5-23q58-32%2092.5-88.5T720-482Z%22%20%2F%3E%3C%2Fsvg%3E")}}.btn--sync:hover::after{transform:rotateZ(180deg)}@media(max-width: 1200px){.btn--sync:hover::after{transform:rotateZ(0deg)}}.btn--login::after{content:"";width:1.5rem;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M520-120q-17%200-28.5-11.5T480-160q0-17%2011.5-28.5T520-200h240v-560H520q-17%200-28.5-11.5T480-800q0-17%2011.5-28.5T520-840h240q33%200%2056.5%2023.5T840-760v560q0%2033-23.5%2056.5T760-120H520Zm-73-320H160q-17%200-28.5-11.5T120-480q0-17%2011.5-28.5T160-520h287l-75-75q-11-11-11-27t11-28q11-12%2028-12.5t29%2011.5l143%20143q12%2012%2012%2028t-12%2028L429-309q-12%2012-28.5%2011.5T372-310q-11-12-10.5-28.5T373-366l74-74Z%22%20%2F%3E%3C%2Fsvg%3E");display:block;flex-shrink:0;transition:.3s transform,.3s background-image;margin-left:0;background-repeat:no-repeat;background-size:contain;background-position:center}.btn--login:hover::after{background-image:""}@media(max-width: 1200px){.btn--login:hover::after{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M520-120q-17%200-28.5-11.5T480-160q0-17%2011.5-28.5T520-200h240v-560H520q-17%200-28.5-11.5T480-800q0-17%2011.5-28.5T520-840h240q33%200%2056.5%2023.5T840-760v560q0%2033-23.5%2056.5T760-120H520Zm-73-320H160q-17%200-28.5-11.5T120-480q0-17%2011.5-28.5T160-520h287l-75-75q-11-11-11-27t11-28q11-12%2028-12.5t29%2011.5l143%20143q12%2012%2012%2028t-12%2028L429-309q-12%2012-28.5%2011.5T372-310q-11-12-10.5-28.5T373-366l74-74Z%22%20%2F%3E%3C%2Fsvg%3E")}}.btn--logout::after{content:"";width:1.5rem;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M200-120q-33%200-56.5-23.5T120-200v-560q0-33%2023.5-56.5T200-840h240q17%200%2028.5%2011.5T480-800q0%2017-11.5%2028.5T440-760H200v560h240q17%200%2028.5%2011.5T480-160q0%2017-11.5%2028.5T440-120H200Zm487-320H400q-17%200-28.5-11.5T360-480q0-17%2011.5-28.5T400-520h287l-75-75q-11-11-11-27t11-28q11-12%2028-12.5t29%2011.5l143%20143q12%2012%2012%2028t-12%2028L669-309q-12%2012-28.5%2011.5T612-310q-11-12-10.5-28.5T613-366l74-74Z%22%20%2F%3E%3C%2Fsvg%3E");display:block;flex-shrink:0;transition:.3s transform,.3s background-image;margin-left:.25rem;background-repeat:no-repeat;background-size:contain;background-position:center}.btn--logout:hover::after{background-image:""}@media(max-width: 1200px){.btn--logout:hover::after{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M200-120q-33%200-56.5-23.5T120-200v-560q0-33%2023.5-56.5T200-840h240q17%200%2028.5%2011.5T480-800q0%2017-11.5%2028.5T440-760H200v560h240q17%200%2028.5%2011.5T480-160q0%2017-11.5%2028.5T440-120H200Zm487-320H400q-17%200-28.5-11.5T360-480q0-17%2011.5-28.5T400-520h287l-75-75q-11-11-11-27t11-28q11-12%2028-12.5t29%2011.5l143%20143q12%2012%2012%2028t-12%2028L669-309q-12%2012-28.5%2011.5T612-310q-11-12-10.5-28.5T613-366l74-74Z%22%20%2F%3E%3C%2Fsvg%3E")}}@keyframes loading-btn-circle{to{transform:translate(50%, -50%) rotate(360deg)}}.loading{display:none;position:fixed;inset:0 0 0 0;z-index:1050;pointer-events:all}.loading__body{width:2.75rem;height:2.75rem;margin:auto;background-color:rgba(0,0,0,.8);border-radius:50%;position:relative;pointer-events:none}.loading__body::after{content:"";width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M480-80q-82%200-155-31.5t-127.5-86Q143-252%20111.5-325T80-480q0-83%2031.5-155.5t86-127Q252-817%20325-848.5T480-880q17%200%2028.5%2011.5T520-840q0%2017-11.5%2028.5T480-800q-133%200-226.5%2093.5T160-480q0%20133%2093.5%20226.5T480-160q133%200%20226.5-93.5T800-480q0-17%2011.5-28.5T840-520q17%200%2028.5%2011.5T880-480q0%2082-31.5%20155t-86%20127.5q-54.5%2054.5-127%2086T480-80Z%22%20%2F%3E%3C%2Fsvg%3E");position:absolute;top:50%;right:50%;transform:translate(50%, -50%) rotate(0deg);animation:loading-basic-circle .6s ease-in-out infinite;background-repeat:no-repeat;background-size:contain;background-position:center}@keyframes loading-basic-circle{to{transform:translate(50%, -50%) rotate(360deg)}}.alertMsg{padding:2.5%;word-break:break-all;background-color:rgba(0,0,0,.8);box-sizing:border-box;opacity:0;overflow:hidden auto;display:none;flex-direction:column;position:fixed;inset:0 0 0 0;z-index:1050}.alertMsg.active{opacity:1;display:flex}.alertMsg__body{width:100%;max-width:45rem;padding:clamp(1.5rem,4vw,2rem);margin:auto;background-color:#fff;border-radius:.5rem;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;align-items:center}.alertMsg__page{width:100%;max-width:30rem;padding:1.5rem;margin:auto;background-color:#fff;border-radius:1.5rem;box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;align-items:center}.alertMsg__content{width:100%;display:flex;flex-direction:column;gap:.5rem;align-items:center}.alertMsg__icon{width:3.75rem;height:3.75rem;border-radius:50%;background-repeat:no-repeat;background-size:contain;background-position:center}.alertMsg__icon--danger{background-color:#c00;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22m480-424%20116%20116q11%2011%2028%2011t28-11q11-11%2011-28t-11-28L536-480l116-116q11-11%2011-28t-11-28q-11-11-28-11t-28%2011L480-536%20364-652q-11-11-28-11t-28%2011q-11%2011-11%2028t11%2028l116%20116-116%20116q-11%2011-11%2028t11%2028q11%2011%2028%2011t28-11l116-116Zm0%20344q-83%200-156-31.5T197-197q-54-54-85.5-127T80-480q0-83%2031.5-156T197-763q54-54%20127-85.5T480-880q83%200%20156%2031.5T763-763q54%2054%2085.5%20127T880-480q0%2083-31.5%20156T763-197q-54%2054-127%2085.5T480-80Zm0-80q134%200%20227-93t93-227q0-134-93-227t-227-93q-134%200-227%2093t-93%20227q0%20134%2093%20227t227%2093Zm0-320Z%22%20%2F%3E%3C%2Fsvg%3E")}.alertMsg__icon--warning{background-color:#fbc02d;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M480-280q17%200%2028.5-11.5T520-320q0-17-11.5-28.5T480-360q-17%200-28.5%2011.5T440-320q0%2017%2011.5%2028.5T480-280Zm0-160q17%200%2028.5-11.5T520-480v-160q0-17-11.5-28.5T480-680q-17%200-28.5%2011.5T440-640v160q0%2017%2011.5%2028.5T480-440Zm0%20360q-83%200-156-31.5T197-197q-54-54-85.5-127T80-480q0-83%2031.5-156T197-763q54-54%20127-85.5T480-880q83%200%20156%2031.5T763-763q54%2054%2085.5%20127T880-480q0%2083-31.5%20156T763-197q-54%2054-127%2085.5T480-80Zm0-80q134%200%20227-93t93-227q0-134-93-227t-227-93q-134%200-227%2093t-93%20227q0%20134%2093%20227t227%2093Zm0-320Z%22%20%2F%3E%3C%2Fsvg%3E")}.alertMsg__icon--question{background-color:#d5ad83;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M478-240q21%200%2035.5-14.5T528-290q0-21-14.5-35.5T478-340q-21%200-35.5%2014.5T428-290q0%2021%2014.5%2035.5T478-240Zm2%20160q-83%200-156-31.5T197-197q-54-54-85.5-127T80-480q0-83%2031.5-156T197-763q54-54%20127-85.5T480-880q83%200%20156%2031.5T763-763q54%2054%2085.5%20127T880-480q0%2083-31.5%20156T763-197q-54%2054-127%2085.5T480-80Zm0-80q134%200%20227-93t93-227q0-134-93-227t-227-93q-134%200-227%2093t-93%20227q0%20134%2093%20227t227%2093Zm0-320Zm4-172q25%200%2043.5%2016t18.5%2040q0%2022-13.5%2039T502-525q-23%2020-40.5%2044T444-427q0%2014%2010.5%2023.5T479-394q15%200%2025.5-10t13.5-25q4-21%2018-37.5t30-31.5q23-22%2039.5-48t16.5-58q0-51-41.5-83.5T484-720q-38%200-72.5%2016T359-655q-7%2012-4.5%2025.5T368-609q14%208%2029%205t25-17q11-15%2027.5-23t34.5-8Z%22%20%2F%3E%3C%2Fsvg%3E")}.alertMsg__icon--completed{background-color:#7cb342;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22m424-408-86-86q-11-11-28-11t-28%2011q-11%2011-11%2028t11%2028l114%20114q12%2012%2028%2012t28-12l226-226q11-11%2011-28t-11-28q-11-11-28-11t-28%2011L424-408Zm56%20328q-83%200-156-31.5T197-197q-54-54-85.5-127T80-480q0-83%2031.5-156T197-763q54-54%20127-85.5T480-880q83%200%20156%2031.5T763-763q54%2054%2085.5%20127T880-480q0%2083-31.5%20156T763-197q-54%2054-127%2085.5T480-80Zm0-80q134%200%20227-93t93-227q0-134-93-227t-227-93q-134%200-227%2093t-93%20227q0%20134%2093%20227t227%2093Zm0-320Z%22%20%2F%3E%3C%2Fsvg%3E")}.alertMsg__title{font-weight:bold;text-align:center;color:#22262a;font-size:clamp(1.25rem,0.390625vw + 1.109375rem,1.5rem);letter-spacing:clamp(.0625rem,0.09765625vw + 0.02734375rem,.125rem);line-height:clamp(1.5rem,0.9375vw + 1.1625rem,2.1rem)}.alertMsg__text{margin:auto;text-align:justify;word-break:break-all;color:#22262a;font-size:clamp(1rem,0.1953125vw + 0.9296875rem,1.125rem);line-height:clamp(1.2rem,0.5859375vw + 0.9890625rem,1.575rem)}.alertMsg--on{width:100%;height:100%;overflow:hidden}.carousel{width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:none;position:relative}.carousel .swiper{border-radius:.5rem;box-shadow:2px 2px 2px rgba(0,0,0,.05)}.carousel img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:.5rem;box-sizing:border-box;display:block;cursor:pointer}.carousel__desc{width:100%;padding:.5rem 1rem;font-weight:bold;color:#373d44;box-sizing:border-box;position:absolute;bottom:0;left:0;font-size:clamp(1rem,0.1953125vw + 0.9296875rem,1.125rem);line-height:clamp(1.2rem,0.5859375vw + 0.9890625rem,1.575rem)}.carousel__pagination>span{background:#373d44}.carousel__pagination>span.swiper-pagination-bullet-active{background:#dd5d2c}.carousel--compact{max-width:45rem}.gallery{background-color:rgba(0,0,0,.8);opacity:0;position:fixed;inset:0 0 0 0;z-index:1040;transition:.3s opacity}.gallery.active{opacity:1}.gallery__panel{width:100%;height:3.25rem;padding:.25rem .5rem;background-color:rgba(0,0,0,.4);box-sizing:border-box;display:flex;flex-shrink:0;gap:.25rem;justify-content:flex-end;position:absolute;top:0;left:0;z-index:1040}.gallery__panel__close{width:2.75rem;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M480-424%20284-228q-11%2011-28%2011t-28-11q-11-11-11-28t11-28l196-196-196-196q-11-11-11-28t11-28q11-11%2028-11t28%2011l196%20196%20196-196q11-11%2028-11t28%2011q11%2011%2011%2028t-11%2028L536-480l196%20196q11%2011%2011%2028t-11%2028q-11%2011-28%2011t-28-11L480-424Z%22%20%2F%3E%3C%2Fsvg%3E");cursor:pointer;background-repeat:no-repeat;background-size:75%;background-position:center}.gallery__panel__zoom{width:2.75rem;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M340-540h-40q-17%200-28.5-11.5T260-580q0-17%2011.5-28.5T300-620h40v-40q0-17%2011.5-28.5T380-700q17%200%2028.5%2011.5T420-660v40h40q17%200%2028.5%2011.5T500-580q0%2017-11.5%2028.5T460-540h-40v40q0%2017-11.5%2028.5T380-460q-17%200-28.5-11.5T340-500v-40Zm40%20220q-109%200-184.5-75.5T120-580q0-109%2075.5-184.5T380-840q109%200%20184.5%2075.5T640-580q0%2044-14%2083t-38%2069l224%20224q11%2011%2011%2028t-11%2028q-11%2011-28%2011t-28-11L532-372q-30%2024-69%2038t-83%2014Zm0-80q75%200%20127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75%200-127.5%2052.5T200-580q0%2075%2052.5%20127.5T380-400Z%22%20%2F%3E%3C%2Fsvg%3E");cursor:pointer;background-repeat:no-repeat;background-size:75%;background-position:center}.gallery__panel__zoom.out{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M320-540q-17%200-28.5-11.5T280-580q0-17%2011.5-28.5T320-620h120q17%200%2028.5%2011.5T480-580q0%2017-11.5%2028.5T440-540H320Zm60%20220q-109%200-184.5-75.5T120-580q0-109%2075.5-184.5T380-840q109%200%20184.5%2075.5T640-580q0%2044-14%2083t-38%2069l224%20224q11%2011%2011%2028t-11%2028q-11%2011-28%2011t-28-11L532-372q-30%2024-69%2038t-83%2014Zm0-80q75%200%20127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75%200-127.5%2052.5T200-580q0%2075%2052.5%20127.5T380-400Z%22%20%2F%3E%3C%2Fsvg%3E")}.gallery .swiper-slide{display:flex}.gallery .swiper-zoom-container{width:100%;height:100%;margin:auto;display:flex}.gallery .swiper-button-prev::after,.gallery .swiper-button-next::after{content:"";width:100%;height:100%;display:block;background-repeat:no-repeat;background-size:100%;background-position:center}.gallery .swiper-button-prev>svg,.gallery .swiper-button-next>svg{display:none}.gallery .swiper-button-prev::after{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22m432-480%20156%20156q11%2011%2011%2028t-11%2028q-11%2011-28%2011t-28-11L348-452q-6-6-8.5-13t-2.5-15q0-8%202.5-15t8.5-13l184-184q11-11%2028-11t28%2011q11%2011%2011%2028t-11%2028L432-480Z%22%20%2F%3E%3C%2Fsvg%3E")}.gallery .swiper-button-next::after{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M504-480%20348-636q-11-11-11-28t11-28q11-11%2028-11t28%2011l184%20184q6%206%208.5%2013t2.5%2015q0%208-2.5%2015t-8.5%2013L404-268q-11%2011-28%2011t-28-11q-11-11-11-28t11-28l156-156Z%22%20%2F%3E%3C%2Fsvg%3E")}.gallery .main{width:100%;height:100%;transform:scale(0.5)}.gallery .main img{max-width:100%;max-height:100%;margin:auto;-o-object-fit:contain;object-fit:contain;display:block;cursor:grab}.gallery .thumbs{width:100%;height:6.25rem;padding:.5rem;background-color:rgba(0,0,0,.4);box-sizing:border-box;position:absolute;bottom:0;left:0;z-index:1040;transform:translateY(100%);transition:.3s transform}.gallery .thumbs.active{transform:translateY(0%)}.gallery .thumbs__main{width:100%;height:100%}.gallery .thumbs__main .swiper-slide{width:auto;border:.125rem solid hsla(0,0%,100%,0);border-radius:.5rem;box-sizing:border-box;overflow:hidden}.gallery .thumbs__main .swiper-slide.active{border-color:#fff}.gallery .thumbs__main img{width:auto;height:100%;-o-object-fit:contain;object-fit:contain;display:block;cursor:pointer}.gallery .thumbs__ctrl{width:2.75rem;height:2.75rem;background-color:rgba(0,0,0,.4);background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M280-420q25%200%2042.5-17.5T340-480q0-25-17.5-42.5T280-540q-25%200-42.5%2017.5T220-480q0%2025%2017.5%2042.5T280-420Zm200%200q25%200%2042.5-17.5T540-480q0-25-17.5-42.5T480-540q-25%200-42.5%2017.5T420-480q0%2025%2017.5%2042.5T480-420Zm200%200q25%200%2042.5-17.5T740-480q0-25-17.5-42.5T680-540q-25%200-42.5%2017.5T620-480q0%2025%2017.5%2042.5T680-420ZM480-80q-83%200-156-31.5T197-197q-54-54-85.5-127T80-480q0-83%2031.5-156T197-763q54-54%20127-85.5T480-880q83%200%20156%2031.5T763-763q54%2054%2085.5%20127T880-480q0%2083-31.5%20156T763-197q-54%2054-127%2085.5T480-80Zm0-80q134%200%20227-93t93-227q0-134-93-227t-227-93q-134%200-227%2093t-93%20227q0%20134%2093%20227t227%2093Zm0-320Z%22%20%2F%3E%3C%2Fsvg%3E");border-radius:.5rem .5rem 0 0;position:absolute;right:2rem;bottom:100%;cursor:pointer;background-repeat:no-repeat;background-size:75%;background-position:center}.scene{width:100%;display:flex;flex-grow:1;position:relative}.scene__bg{position:fixed;inset:0 0 0 0;pointer-events:none}.scene__stage{margin:auto;position:relative}.scene__stage__deco1{width:17.0260223048%;position:absolute;top:74.1558441558%;left:17.0260223048%}.scene__stage__deco1::before{padding-bottom:75.1091703057%;background-image:url(../assets/images/hero_deco_1.png);content:"";width:100%;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.scene__stage__deco2{width:6.468401487%;position:absolute;top:74.2857142857%;left:68.624535316%}.scene__stage__deco2::before{padding-bottom:190.8045977011%;background-image:url(../assets/images/hero_deco_2.png);content:"";width:100%;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.scene__stage__deco3{width:39.8513011152%;position:absolute;top:17.4025974026%;left:-24.0148698885%}.scene__stage__deco3::before{padding-bottom:158.2089552239%;background-image:url(../assets/images/hero_deco_3.png);content:"";width:100%;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.scene__stage__deco4{width:51.5241635688%;position:absolute;top:21.5584415584%;left:77.3234200743%}.scene__stage__deco4::before{padding-bottom:119.9134199134%;background-image:url(../assets/images/hero_deco_4.png);content:"";width:100%;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.scene__stage__title{width:84.4609665428%;position:absolute;top:5.3246753247%;left:7.8066914498%}.scene__stage__title::before{padding-bottom:60.5633802817%;background-image:url(../assets/images/hero_title.png);content:"";width:100%;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.scene__stage__btn{width:26.9144981413%;position:absolute;top:77.9220779221%;left:36.5799256506%}.scene__stage__btn::before{padding-bottom:33.7016574586%;background-image:url(../assets/images/hero_btn.png);content:"";width:100%;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.portrait .scene__stage__deco1{width:28.4330985915%;position:absolute;top:67.0253164557%;left:24.735915493%}.portrait .scene__stage__deco1::before{padding-bottom:75.2321981424%;background-image:url(../assets/images/hero_deco_1.png);content:"";width:100%;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.portrait .scene__stage__deco2{width:13.1161971831%;position:absolute;top:65.6329113924%;left:55.5457746479%}.portrait .scene__stage__deco2::before{padding-bottom:189.932885906%;background-image:url(../assets/images/hero_deco_2.png);content:"";width:100%;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.portrait .scene__stage__deco3{width:65.6690140845%;position:absolute;top:40.8860759494%;left:-39.9647887324%}.portrait .scene__stage__deco3::before{padding-bottom:158.1769436997%;background-image:url(../assets/images/hero_deco_3.png);content:"";width:100%;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.portrait .scene__stage__deco4{width:81.426056338%;position:absolute;top:44.6202531646%;left:59.1549295775%}.portrait .scene__stage__deco4::before{padding-bottom:119.8918918919%;background-image:url(../assets/images/hero_deco_4.png);content:"";width:100%;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.portrait .scene__stage__title{width:100%;position:absolute;top:2.8481012658%;left:0%}.portrait .scene__stage__title::before{padding-bottom:60.5633802817%;background-image:url(../assets/images/hero_title.png);content:"";width:100%;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.portrait .scene__stage__btn{width:54.0492957746%;position:absolute;top:50.6962025316%;left:22.9753521127%}.portrait .scene__stage__btn::before{padding-bottom:33.5504885993%;background-image:url(../assets/images/hero_btn.png);content:"";width:100%;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.home-promo{display:none}.maintenance{overflow:hidden auto;display:flex;flex-direction:column;gap:1rem;position:fixed;inset:0 0 0 0}.maintenance__body{width:95%;max-width:20rem;padding:1rem;margin:auto;background-color:#fbc02d;border:.125rem solid #000;border-radius:.5rem;box-shadow:2px 2px 2px rgba(0,0,0,.05);box-sizing:border-box;display:flex;flex-direction:column}.maintenance__content{width:100%;display:flex;flex-direction:column;gap:.5rem}.maintenance__content a{color:#039be5;text-decoration:none}.maintenance__content a:hover{text-decoration:underline}.maintenance__content img{width:100%;height:100%;margin:auto;-o-object-fit:contain;object-fit:contain;display:block;cursor:pointer}.maintenance__text{width:100%;font-size:1.75rem;font-weight:bold;text-align:justify;color:#000;overflow-wrap:break-word;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;justify-content:center;cursor:default}.maintenance__text::before{content:"";width:1.75rem;margin:0 .25rem;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M109-120q-11%200-20-5.5T75-140q-5-9-5.5-19.5T75-180l370-640q6-10%2015.5-15t19.5-5q10%200%2019.5%205t15.5%2015l370%20640q6%2010%205.5%2020.5T885-140q-5%209-14%2014.5t-20%205.5H109Zm69-80h604L480-720%20178-200Zm302-40q17%200%2028.5-11.5T520-280q0-17-11.5-28.5T480-320q-17%200-28.5%2011.5T440-280q0%2017%2011.5%2028.5T480-240Zm0-120q17%200%2028.5-11.5T520-400v-120q0-17-11.5-28.5T480-560q-17%200-28.5%2011.5T440-520v120q0%2017%2011.5%2028.5T480-360Zm0-100Z%22%20%2F%3E%3C%2Fsvg%3E");display:block;flex-shrink:0;background-repeat:no-repeat;background-size:contain;background-position:center}.end{cursor:not-allowed}
