 body{--margin: 12px;}.margin-left{margin-left: var(--margin) !important;}.padding-left{padding-left: var(--margin) !important;}.margin-right{margin-right: var(--margin) !important;}.padding-right{padding-right: var(--margin) !important;}body{--margin-lvl1: 24px;}.margin-left-lvl1{margin-left: var(--margin-lvl1) !important;}.padding-left-lvl1{padding-left: var(--margin-lvl1) !important;}.margin-right-lvl1{margin-right: var(--margin-lvl1) !important;}.padding-right-lvl1{padding-right: var(--margin-lvl1) !important;}body{--margin-lvl2: 15%;}.margin-left-lvl2{margin-left: var(--margin-lvl2) !important;}.padding-left-lvl2{padding-left: var(--margin-lvl2) !important;}.margin-right-lvl2{margin-right: var(--margin-lvl2) !important;}.padding-right-lvl2{padding-right: var(--margin-lvl2) !important;}body{--margin-lvl3: 25%;}.margin-left-lvl3{margin-left: var(--margin-lvl3) !important;}.padding-left-lvl3{padding-left: var(--margin-lvl3) !important;}.margin-right-lvl3{margin-right: var(--margin-lvl3) !important;}.padding-right-lvl3{padding-right: var(--margin-lvl3) !important;}.default-overlay{-webkit-backdrop-filter: blur(6px);backdrop-filter: blur(6px);background-color: rgba(0,0,0,0.85);position: fixed;top: 0;width: 100%;height: 100%;}.grecaptcha-badge {visibility: hidden;}* {scrollbar-width: auto;scrollbar-color: var(--wp--preset--color--light-low) var(--wp--preset--color--light-max);}*::-webkit-scrollbar-track {background-color: var(--wp--preset--color--light-max);}*::-webkit-scrollbar-thumb {background-color: var(--wp--preset--color--light-low);border: 3px solid var(--wp--preset--color--light-max);}@keyframes spin {from {transform:rotate(0deg);}to {transform:rotate(360deg);}}html, body{min-height: 100vh;min-height: 100dvh;}body > .wrapper{display: flex;flex-direction: column;min-height: 100vh;}body{--var-header-settings-size: 1rem;--var-header-default-size: 1rem;--var-header-settings-height: calc(2.2 * var(--var-header-settings-size));--var-header-default-height: calc(4 * var(--var-header-default-size));--var-header-height: calc(var(--var-header-settings-height) + var(--var-header-default-height));}body > .wrapper > .content{display: flex;flex: 1;flex-direction: column;width: 100%;}body > .wrapper > .content > *{flex-grow: 1;}body > .wrapper > .content > *:first-child{padding-top: var(--var-header-height);}body > .wrapper > .content > .centralize{align-items: center;display: flex;justify-content: center;min-height: calc(100% - var(--var-header-height));width: 100%;}header{background-color: var(--wp--preset--color--light-max-o-9);-webkit-backdrop-filter: blur(5px);-moz-backdrop-filter: blur(5px);backdrop-filter: blur(5px);border-bottom: solid 1px var(--wp--preset--color--light-mid-o-9);color: var(--wp--preset--color--dark-max);position: fixed;top: 0;width: 100%;z-index: 9000;}header a{text-decoration: none;}header ul{list-style-type: none;}.header-loading{transition: margin 200ms;}.header-loading > .bar{background-color: var(--wp--preset--color--dark-max-o-1);height: 1px;width: 100%;}.header-loading > .bar > div{background-color: var(--wp--preset--color--primary);height: 100%;transition: width 100ms;width: 0%;}.header-settings{display: flex;font-size: var(--var-header-settings-size);justify-content: space-between;-webkit-user-select: none;-moz-user-select: none;user-select: none;width: 100%;height: var(--var-header-settings-height);}.header-settings .logo{align-items: center;display: flex;height: 100%;}.header-settings .logo svg, .header-settings .logo img{opacity: .5;transition: opacity .2s;width: auto;vertical-align: middle;}.header-settings .logo:hover svg, .header-settings .logo:hover img{opacity: 1;}.header-settings > ul{align-items: center;display: flex;gap: .2em;list-style-type: none;padding: 0;}.header-settings > ul > li > *{all: unset;align-items: center;background-color: var(--wp--preset--color--light-mid);border-radius: .9em;cursor: pointer;display: flex;gap: .2em;justify-content: center;position: relative;width: 1.8em;height: 1.8em;transition: background-color var(--wp--custom--transition-time), width var(--wp--custom--transition-time);}.header-settings > ul > li > .admin{background-color: #21759B;color: white;}.header-settings > ul > li > .maintenance{background-color: #6FAA3F;color: white;}.header-settings > ul > li > .maintenance.on{background-color: #FF3E25;color: white;animation: maintenance-on-bg 2s linear infinite;}@keyframes maintenance-on-bg {0% {background-color: #FF3E25;}50% {background-color: #F9924B;}100% {background-color: #FF3E25;}}.header-settings > ul li > * > svg{font-size: 1em;opacity: .7;transition: opacity var(--wp--custom--transition-time);}.header-settings > ul > li > .admin > svg{font-size: 1.2em;}.header-settings > ul > li > *:hover > svg{opacity: 1;}.header-settings > ul > li > * > span{display: none;font-size: 1em;opacity: 0;}.header-settings .menu{color: var(--wp--preset--color--dark-max);display: none;opacity: 0;position: absolute;top: 2.6em;transition: opacity var(--wp--custom--transition-time);width: 12em;z-index: 9010;}.header-settings .menu > div{background-color: var(--wp--preset--color--light-max);border: solid 1px var(--wp--preset--color--light-mid);border-radius: var(--wp--custom--border-radius);box-shadow: 0px 2px 6px 1px rgba(0,0,0,.2);position: relative;}.header-settings .menu > div > ul{display: flex;flex-flow: column nowrap;list-style-type: none;padding: 0;}.header-settings .menu > div > ul > li > a{align-items: center;display: flex;font-size: 1em;font-weight: 400;justify-content: center;padding: .6em;text-align: center;transition: background-color var(--wp--custom--transition-time);}.header-settings .menu > div > ul > li > a:hover{background-color: var(--wp--preset--color--light-mid);color: inherit;}.header-settings .menu > div > ul > li:first-child > a{border-radius: 2px 2px 0px 0px;}.header-settings .menu > div > ul > li:last-child > a{border-radius: 0px 0px 2px 2px;}.header-settings .dropdown.active > button{color: var(--wp--preset--color--light-max);background-color: var(--wp--preset--color--dark-max);width: 12em;}.header-settings .dropdown.active > button > svg{opacity: 1;}.header-settings .dropdown.active .menu{display: block;opacity: 1;}.header-settings .dropdown.active .title{display: inline-block;opacity: 1;}.header-default{display: flex;font-size: var(--var-header-default-size);width: 100%;height: var(--var-header-default-height);}.header-default > .show{display: flex;}.header-default > .hide{display: none !important;}.header-default > .logo-symbol{align-items: center;display: flex;justify-content: left;}.header-default > .logo-symbol a{align-items: center;display: flex;height: 3.2em;}.responsive-menu{display: flex;flex: 1;justify-content: center;height: 100%;margin: 0;padding: 0;}.responsive-menu ul{padding: 0;}.responsive-menu > li{display: block;float: left;height: 100%;margin-right: 2em;}.responsive-menu > li:last-child{margin: 0px !important;}.responsive-menu > li:not(.switch) > a{cursor: pointer;display: block;font-size: 1.3em;font-weight: 400;height: 100%;line-height: 3.2em;-webkit-user-select: none;-moz-user-select: none;user-select: none;transition: color var(--wp--custom--transition-time);}.responsive-menu > .switch{align-items: center;cursor: pointer;display: none;height: 100%;margin: 0;padding: 0px .5em;}.responsive-menu > .switch:hover{color: var(--wp--preset--color--primary);}.responsive-menu > .switch svg{height: 60%;transition: color var(--wp--custom--transition-time);width: auto;}.responsive-menu.fullscreen{justify-content: left;}.responsive-menu.fullscreen > .switch{display: flex;}.responsive-menu.fullscreen > li{display: none;}.responsive-menu .sub-menu-container{display: none;position: absolute;padding-top: 0.5em;}.responsive-menu .sub-menu{background-color: var(--wp--preset--color--light-max);border: solid 1px var(--wp--preset--color--light-mid);border-radius: var(--wp--custom--border-radius);box-shadow: 0px 2px 6px 1px rgba(0,0,0,.1);display: none;position: relative;text-align: left;}.responsive-menu .sub-menu > li > a{display: block;font-size: 1.1em;font-weight: 300;padding: 0.5em 1em;transition: color var(--wp--custom--transition-time);}.responsive-menu .sub-menu > li:first-child > a{padding-top: 1em;}.responsive-menu .sub-menu > li:last-child > a{padding-bottom: 1em;}.responsive-menu .menu-item-has-children > a > svg{margin-left: 0.2em;vertical-align: middle;width: 0.8em;height: 0.8em;transform: rotate(0deg);transition: transform 0.15s;}.responsive-menu > li:hover > a, .responsive-menu .sub-menu > li:hover > a{color: var(--wp--preset--color--primary);}.header-default > .button{align-items: center;background-color: var(--wp--preset--color--secondary);border-radius: var(--wp--custom--border-radius);color: #fff;display: flex;height: 3em;margin-top: 0.5em;transition: background var(--wp--custom--transition-time), color var(--wp--custom--transition-time);}.header-default > .button:hover{background-color: var(--wp--preset--color--dark-max);color: var(--wp--preset--color--light-max);}.header-default > .button > span{font-weight: 700;font-size: 1.3em;padding: 1em;text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);}.header-default > .mobile-open{display: flex;font-size: 2.4em;height: 100%;flex: 1;}.header-default > .mobile-open a{align-items: center;cursor: pointer;display: flex;transition: color 0.2s;}.header-default > .mobile-open a:hover{color: var(--wp--preset--color--primary);}.fullscreen-menu{font-size: 1rem;pointer-events: none;position: fixed;top: 0;-webkit-user-select: none;-moz-user-select: none;user-select: none;width: 100%;height: 100%;z-index: 9020;}.fullscreen-menu > .default-overlay{display: none;pointer-events: auto;}.fullscreen-menu > .container{background-color: var(--wp--preset--color--light-max);border-color: var(--wp--preset--color--light-mid);box-shadow: 4px 0px 20px 1px rgba(0,0,0,0.75);display: none;font-size: 100%;height: 100%;width: 30em;pointer-events: auto;position: absolute;}.fullscreen-menu > .container > .header{border-bottom: #000 solid 1px;border-color: inherit;display: flex;height: 3em;line-height: 0;padding: 1em 2em 1em 2em;}.fullscreen-menu > .container .logo{align-items: center;display: flex;height: 3em;flex: 1;}.fullscreen-menu > .container .close{color: var(--wp--preset--color--dark-max);cursor: pointer;transition: color 0.1s;width: 3em;height: 3em;}.fullscreen-menu > .container .close:hover{color: var(--wp--preset--color--primary);}.responsive-menu-fullscreen{border-bottom: #000 solid 2px;border-color: inherit;display: none;height: 100%;list-style-type: none;margin-block: 0;padding: 0;overflow-y: scroll;}.responsive-menu-fullscreen > li{border-bottom: var(--wp--preset--color--light-mid) solid 1px;margin: 0em 2em;}.responsive-menu-fullscreen > li:last-of-type{margin-bottom: 6em;}.responsive-menu-fullscreen > li > a{border-color: inherit;color: var(--wp--preset--color--dark-max);display: block;font-size: 1.5em;font-weight: 400;padding: 1em 0em;text-decoration: none;transition: color 0.1s;}.responsive-menu-fullscreen > li:hover > a{color: var(--wp--preset--color--primary);}.responsive-menu-fullscreen > .menu-item-has-children > a{cursor: pointer;}.responsive-menu-fullscreen > .menu-item-has-children.open{color: var(--wp--preset--color--primary) !important;border-color: var(--wp--preset--color--primary) !important;}.responsive-menu-fullscreen > .menu-item-has-children.open > a{color: var(--wp--preset--color--primary) !important;}.responsive-menu-fullscreen > li > a > svg{float: right;transform: scale(1);transition: transform 0.2s;}.responsive-menu-fullscreen > .open > a > svg{transform: scale(-1);}.responsive-menu-fullscreen .sub-menu{display: none;margin-block: 0;list-style-type: none;padding: 0;}.responsive-menu-fullscreen .sub-menu > li > a{color: var(--wp--preset--color--dark-max);display: block;font-size: 1.2em;font-weight: 300;padding: 0.8em 0em 0.8em 1.2em;text-decoration: none;}.responsive-menu-fullscreen .sub-menu > li:hover > a{color: var(--wp--preset--color--primary);}.search-form{background-color: var(--wp--preset--color--light-mid);border-radius: 0;}.search-form .container{color: var(--wp--preset--color--dark-max);display: flex;gap: var(--wp--preset--spacing--small);justify-content: flex-end;}.search-form form{display: flex;flex-grow: 1;gap: var(--wp--preset--spacing--small);}.search-form input[type="search"]{all: unset;display: flex;flex-grow: 1;font-size: 1.5em;height: 3rem;width: calc(100% - 2em);}.search-form input[type="search"]::placeholder{color: var(--wp--preset--color--dark-max-o-3);}.search-form input[type="search"]::-webkit-search-cancel-button{display: none;}.search-form button[type="submit"], .search-form .close{all: unset;align-items: center !important;cursor: pointer;display: flex;justify-content: center;height: 3rem;width: 2rem;font-size: 1.5em;}.search-form .close{font-size: 2em;}.search-form .tab{display: flex;gap: 2px;text-align: right;}.search-form .tab li{all: unset;display: inline-block;height: 100%;}.search-form .tab button{all: unset;background-color: var(--wp--preset--color--dark-max-o-1);cursor: pointer;font-size: 1.1em;height: 3rem;padding: 0 var(--wp--preset--spacing--small);transition: background var(--wp--custom--transition-time);}.search-form .tab button:hover{background-color: var(--wp--preset--color--dark-max-o-2);}.search-form .tab button.active{background-color: var(--wp--preset--color--dark-max);color: var(--wp--preset--color--light-max);}.search-form .tab li:first-child button{border-top-left-radius: var(--wp--custom--border-radius);border-bottom-left-radius: var(--wp--custom--border-radius);}.search-form .tab li:last-child button{border-top-right-radius: var(--wp--custom--border-radius);border-bottom-right-radius: var(--wp--custom--border-radius);}footer{font-size: 1.2rem;}footer a{text-decoration: none;}footer > .social{margin: 0;padding: 0;text-align: center;}footer > .social li{font-size: 2em;line-height: 0em;margin: 0.5em 0em;display: inline-block;}footer > .social li{padding: 0em 0.4em;}footer > .social li svg{transition: color var(--wp--custom--transition-time);}footer > .social li:hover svg{color: var(--wp--preset--color--primary);}footer > .menu{font-weight: 100;margin: 0.5em 0em;margin-block: 0;text-align: center;}footer > .menu li{padding: 1em 0.2em;display: inline-block;}footer > .menu a{opacity: 0.8;}footer > .menu a:hover{color: inherit;opacity: 1;text-decoration: underline;}footer > .line{height: 1px;opacity: 0.2;}footer > .end{align-items: stretch;display: flex;flex-wrap: wrap;flex-direction: row;}footer > .end a:hover{color: inherit;}footer > .end > *{align-items: center;display: flex;flex: 1;font-weight: 500;height: 3.4em;margin: .4em 0;}footer > .end > span{display: none;height: 1px;opacity: 0.1;}footer > .end > .left{justify-content: left;text-align: left;}footer > .end > .center{font-weight: 800;justify-content: center;text-align: center;}footer > .end > .right{justify-content: right;text-align: right;}footer > .end > * > *{font-size: 1em;white-space: nowrap;}footer > .end > .right img{border-radius: var(--wp--custom--border-radius);height: 100%;margin-left: 0.4em;}footer > .end > .right .after{display: none;}.pop-up{-webkit-backdrop-filter: blur(6px);backdrop-filter: blur(6px);background-color: var(--wp--preset--color--light-max-o-8);border-radius: var(--wp--custom--border-radius);bottom: 0;box-shadow: 0px 2px 6px 1px rgba(0,0,0,.1);color: var(--wp--preset--color--dark-max);display: none;font-size: 1rem;margin: var(--margin);position: fixed;text-align: center;width: calc(100% - var(--margin) - var(--margin));z-index: 9030;}.pop-up .header{color: var(--wp--preset--color--secondary);margin-top: 1em;width: 2.5em;height: 2.5em;}.pop-up p{margin-bottom: 1.4em;padding: 0 var(--margin);}.pop-up a{text-decoration: underline;}.pop-up > button{background: none;border: 2px solid var(--wp--preset--color--dark-max);border-radius: var(--wp--custom--border-radius);cursor: pointer;color: var(--wp--preset--color--dark-max);font-family: inherit;font-size: inherit;font-weight: 700;display: inline-block;margin-bottom: 1em;padding: .75em 1.5em;transition: color var(--wp--custom--transition-time), background var(--wp--custom--transition-time), border-color var(--wp--custom--transition-time);}.pop-up > button:hover{color: var(--wp--preset--color--light-max);background-color: var(--wp--preset--color--dark-max);border-color: var(--wp--preset--color--dark-max);}.content-notice{background-color: var(--wp--preset--color--light-max);border-radius: var(--wp--custom--border-radius);box-shadow: 0px 2px 6px 1px rgba(0,0,0,.1);color: var(--wp--preset--color--dark-max);display: inline-block;font-size: 1rem;padding: var(--wp--preset--spacing--medium);text-align: center;}.content-notice img{width: 100%;max-width: 500px;}.content-notice h1{font-size: var(--wp--preset--font-size--xx-large);font-weight: 900;}.content-notice a{border: solid 2px;border-radius: var(--wp--custom--border-radius);display: inline-block;font-weight: 700;margin-top: var(--wp--preset--spacing--medium);padding: .75em 1.5em;transition: all var(--wp--custom--transition-time);text-decoration: none;}.content-notice a:hover{color: var(--wp--preset--color--light-max);background-color: var(--wp--preset--color--dark-max);border-color: var(--wp--preset--color--dark-max);}@media (max-width: 1024px) {body{--margin-lvl1: 5%;--margin-lvl2: 10%;--margin-lvl3: 15%;}}@media (max-width: 700px) {body{--margin-lvl1: 30px;--margin-lvl2: 40px;--margin-lvl3: 50px;}}@media (max-width: 400px) {body{--margin: 12px;--margin-lvl1: 20px;--margin-lvl2: 20px;--margin-lvl3: 20px;}}@media (max-width: 700px) and (orientation: portrait) {body{--var-header-settings-size: 1.1rem;--var-header-default-size: 0.9rem;}.fullscreen-menu{font-size: 0.8em;}footer > .end{flex-direction: column;}footer > .end > *{flex: auto;}footer > .end > span{display: flex;}footer > .end > .left{justify-content: center;text-align: center;}footer > .end > .right{justify-content: center;text-align: left;margin-bottom: 0.8em;}footer > .end > * > *{font-size: 1.2em;white-space: normal;}footer > .end > .right .before{display: none;}footer > .end > .right img{margin-left: 0;margin-right: 0.4em;}footer > .end > .right .after{display: inline-block;}}@media (max-width: 400px) and (orientation: portrait) {body{--var-header-settings-size: 1rem;--var-header-default-size: 0.8rem;}.fullscreen-menu{font-size: 0.7em;}.fullscreen-menu > .container{width: 100%;}footer{font-size: 0.8rem;}.pop-up{font-size: 0.9rem;}}@media (max-height: 600px) and (orientation: landscape) {body{--var-header-default-size: 0.8rem;}.fullscreen-menu{font-size: 0.6rem;}footer{font-size: 0.8rem;}.pop-up{font-size: 0.75rem;}.notice-content{font-size: 0.8em;}}@media (max-width: 400px) and (orientation: landscape) {footer > .end{flex-direction: column;}footer > .end > *{flex: auto;}footer > .end > span{display: flex;}footer > .end > .left{justify-content: center;text-align: center;}footer > .end > .right{justify-content: center;text-align: left;margin-bottom: 0.8em;}footer > .end > * > *{font-size: 1.2em;white-space: normal;}footer > .end > .right .before{display: none;}footer > .end > .right img{margin-left: 0;margin-right: 0.4em;}footer > .end > .right .after{display: inline-block;}}
