@import"https://fonts.googleapis.com/css2?family=Bai+Jamjuree&family=Nunito+Sans:opsz@6..12&family=Roboto&display=swap";:root{--color-orange-red: #FF692A;--color-deep-peach: #FFC3AA;--color-raisin-black: #222223;--color-davy-grey: #535354;--color-crayola: #2F3846;--color-space-cadet: #183153;--color-maastricht-blue: #001C40;--color-primary: #3B71CA;--color-secondary: #9FA6B2;--color-success: #14A44D;--color-danger: #DC4C64;--color-warning: #E4A11B;--color-info: #54B4D3;--color-light: #FBFBFB;--color-dark: #332D2D;--font-Roboto: "Roboto", sans-serif;--font-BaiJamjuree: "Bai Jamjuree", sans-serif;--font-NunitoSans: "Nunito Sans", sans-serif;--bg-image: url(/assets/pattern_h-D1MyyeG7.png)}*{font-family:var(--font-NunitoSans);font-size:14px;font-style:normal;font-weight:400;font-display:swap;line-height:normal;letter-spacing:1.25px}html,body{width:100%;height:100vh;display:flex;flex-direction:column}header{width:100%;margin-bottom:auto}main{width:100%;flex-grow:1}footer{width:100%;margin-top:auto}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background-color:var(--color-davy-grey);border-radius:6px}::-webkit-scrollbar-thumb:hover{background-color:var(--color-warning)}.checkbox{border:2px solid var(--color-davy-grey)}.checkbox:hover{accent-color:var(--color-crayola)}.checkbox:checked{accent-color:var(--color-crayola);border:2px solid var(--color-davy-grey)}.body-image{background:var(--bg-image);background-repeat:no-repeat;background-position:center;background-size:cover}input::placeholder{font-size:12px}.font-Roboto{font-family:var(--font-Roboto)}.font-NunitoSans{font-family:var(--font-NunitoSans)}.font-BaiJamjuree{font-family:var(--font-BaiJamjuree)}.center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dark-mode{background-color:#384859;color:#fff}.card-radius{border-radius:5px}.card-shadow{box-shadow:5px 5px 10px #00000080}.nav-shadow{background-color:#0000}.nav-shadow:hover{box-shadow:0 0 20px -7px #000,10px 0 13px -7px red,5px 5px 15px 5px #0000;-moz-box-shadow:0px 0px 20px -7px #000000,10px 0px 13px -7px #FF0000,5px 5px 15px 5px rgba(0,0,0,0);-webkit-box-shadow:0px 0px 20px -7px #000000,10px 0px 13px -7px #FF0000,5px 5px 15px 5px rgba(0,0,0,0)}.text-art{text-shadow:#474747 3px 5px 2px;color:#fff}.navtab{color:#fff;text-align:left;transition:.25s}.navtab:hover{color:#fff;text-align:center;background-color:var(--color-crayola);transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2)}.hover-scale{transition:.25s;-moz-transition:.25s;-webkit-transition:.25s}.hover-scale:hover{transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2)}.hover-rotate{transition:.25s;-moz-transition:.25s;-webkit-transition:.25s}.hover-rotate:hover{transform:rotate(3deg);-moz-transform:rotate(3deg);-webkit-transform:rotate(3deg)}.hover-border{color:#0009;transition:.25s;-moz-transition:.25s;-webkit-transition:.25s;border:2px solid rgba(0,0,0,.6)}.hover-border:hover{color:var(--color-orange-red);transform:scale(1.075);-moz-transform:scale(1.075);-webkit-transform:scale(1.075);border:2px solid var(--color-orange-red)}.hover-justify{justify-content:left}.hover-justify:hover{justify-content:center}.hover-text-color{color:#fff}.hover-text-color:hover{color:gold}.transition{transition:.25s}.transition:hover{transform:scale(1)}.transition-all{transition:all .25s}.rotate{transform:rotate(0)}.rotate:hover{animation:myAnim 1s linear 0s infinite normal none}@keyframes myAnim{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.shake{transform:rotate(0)}.shake:hover{animation:myShake 3s linear 0s infinite normal none}@keyframes myShake{0%,to{transform:translate(0)}10%,30%,50%,70%{transform:translate(-5px)}20%,40%,60%{transform:translate(5px)}80%{transform:translate(4px)}90%{transform:translate(-4px)}}.hide{display:none}.show:hover+.hide{display:block}.index-0{z-index:0}.index-1{z-index:1}.index-2{z-index:2}.index-3{z-index:3}.index-4{z-index:4}.aspect-ratio-11{aspect-ratio:1/1}.aspect-ratio-32{aspect-ratio:3/2}.aspect-ratio-23{aspect-ratio:2/3}.aspect-ratio-43{aspect-ratio:4/3}.aspect-ratio-34{aspect-ratio:3/4}.aspect-ratio-53{aspect-ratio:5/3}.aspect-ratio-35{aspect-ratio:3/5}.aspect-ratio-169{aspect-ratio:16/9}.aspect-ratio-916{aspect-ratio:9/16}.aspect-ratio-auto{aspect-ratio:auto}.img-fill{object-fit:fill;object-position:center}.img-cover{object-fit:cover;object-position:center}.img-contain{object-fit:contain;object-position:center}.img-none{object-fit:none;object-position:center}.head-text{font-style:normal;font-weight:bolder;text-align:center;color:#fff;font-size:clamp(1rem,.3rem + 3.938vw,4.5rem)}.font-tag{font-size:12px;font-size-adjust:.5}.fitcontent{width:fit-content;height:fit-content}.fitwidth{width:fit-content}.fitheight{height:fit-content}.stretch{height:stretch;min-height:480px;max-height:stretch}.bar-box{width:100%;margin:auto;padding:5px}.bar-linear-1{--deg: 0deg;--start: #FFC3AA;--center: var(--color-orange-red);--end: #FFC3AA;width:100%;background:var(--start);background:linear-gradient(var(--deg),var(--start) 0%,var(--center) 50%,var(--end) 100%);background:-moz-linear-gradient(var(--deg),var(--start) 0%,var(--center) 50%,var(--end) 100%);background:-webkit-linear-gradient(var(--deg),var(--start) 0%,var(--center) 50%,var(--end) 100%)}.bar-linear-2,.bar-linear-3{--deg: 0deg;--start: #FFFFFF;--center: var(--color-orange-red);--end: #FFFFFF;width:100%;background:var(--start);background:linear-gradient(var(--deg),var(--start) 0%,var(--center) 50%,var(--end) 100%);background:-moz-linear-gradient(var(--deg),var(--start) 0%,var(--center) 50%,var(--end) 100%);background:-webkit-linear-gradient(var(--deg),var(--start) 0%,var(--center) 50%,var(--end) 100%)}.bar-radial{--start: #FFC3AA;--center: #ff692a;--end: #FFC3AA;width:100%;margin:auto;background:var(--start);background:radial-gradient(circle,var(--center) 0%,var(--center) 50%,var(--end) 100%);background:-moz-radial-gradient(circle,var(--center) 0%,var(--center) 50%,var(--end) 100%);background:-webkit-radial-gradient(circle,var(--center) 0%,var(--center) 50%,var(--end) 100%)}.flot-left{float:left}.flot-right{float:right}.flot-inline-start{float:inline-start}.flot-inline-end{float:inline-end}.btn-navyblue{color:#fff;background:#190081;text-decoration:none}.btn-navyblue:hover{color:#fff;background:#30f;text-decoration:none}.btn-rosered{color:#fff;background:#c4155d;text-decoration:none}.btn-rosered:hover{color:#fff;background:#ee5d9a;text-decoration:none}.btn-orangered{color:#fff;background:#ff692a;text-decoration:none}.btn-orangered:hover{color:#fff;background:#ff824d;text-decoration:none}:root{--color-orange-red: #FF692A;--color-deep-peach: #FFC3AA;--color-raisin-black: #222223;--color-davy-grey: #535354;--color-crayola: #2F3846;--color-space-cadet: #183153;--color-maastricht-blue: #001C40;--color-primary: #3B71CA;--color-secondary: #9FA6B2;--color-success: #14A44D;--color-danger: #DC4C64;--color-warning: #E4A11B;--color-info: #54B4D3;--color-light: #FBFBFB;--color-dark: #332D2D;--font-Roboto: "Roboto", sans-serif;--font-BaiJamjuree: "Bai Jamjuree", sans-serif;--font-NunitoSans: "Nunito Sans", sans-serif;--bg-image: url(/assets/pattern_h-D1MyyeG7.png)}.text-wheat{color:wheat!important}.bg-wheat{background-color:wheat!important}.border-wheat{border-color:wheat!important}.text-wheat-90{color:#fcf5e9!important}.bg-wheat-90{background-color:#fcf5e9!important}.border-wheat-90{border-color:#fcf5e9!important}.text-wheat-80{color:#f3d8a5!important}.bg-wheat-80{background-color:#f3d8a5!important}.border-wheat-80{border-color:#f3d8a5!important}.text-wheat-40{color:#b47b18!important}.bg-wheat-40{background-color:#b47b18!important}.border-wheat-40{border-color:#b47b18!important}.text-navyblue{color:#190081!important}.bg-navyblue{background-color:#190081!important}.border-navyblue{border-color:#190081!important}.text-bluecola{color:#0082d4!important}.bg-bluecola{background-color:#0082d4!important}.border-bluecola{border-color:#0082d4!important}.text-bluecola{color:purple!important}.bg-bluecola{background-color:purple!important}.border-bluecola{border-color:purple!important}.text-lavender{color:#b66dff!important}.bg-lavender{background-color:#b66dff!important}.border-lavender{border-color:#b66dff!important}.text-bluemunsell{color:#0095a8!important}.bg-bluemunsell{background-color:#0095a8!important}.border-bluemunsell{border-color:#0095a8!important}.text-antiflashwhite{color:#f0f0f5!important}.bg-antiflashwhite{background-color:#f0f0f5!important}.border-antiflashwhite{border-color:#f0f0f5!important}.text-platinum{color:#e0e0eb!important}.bg-platinum{background-color:#e0e0eb!important}.border-platinum{border-color:#e0e0eb!important}.text-white-95{color:#f2f2f2!important}.bg-white-95{background-color:#f2f2f2!important}.border-white-95{border-color:#f2f2f2!important}.text-languidlavender{color:#d0d0e1!important}.bg-languidlavender{background-color:#d0d0e1!important}.border-languidlavender{border-color:#d0d0e1!important}.text-midnightblue{color:#021e37!important}.bg-midnightblue{background-color:#021e37!important}.border-midnightblue{border-color:#021e37!important}.text-rosered{color:#c4155d!important}.bg-rosered{background-color:#c4155d!important}.border-rosered{border-color:#c4155d!important}.text-purple-90{color:#ffe6ff!important}.bg-purple-90{background-color:#ffe6ff!important}.border-purple-90{border-color:#ffe6ff!important}.text-crayola{color:var(--color-crayola)!important}.bg-crayola{background-color:var(--color-crayola)!important}.border-crayola{border-color:var(--color-crayola)!important}.text-davy-grey{color:var(--color-davy-grey)!important}.bg-davy-grey{background-color:var(--color-davy-grey)!important}.border-davy-grey{border-color:var(--color-davy-grey)!important}.text-deep-peach{color:var(--color-deep-peach)!important}.bg-deep-peach{background-color:var(--color-deep-peach)!important}.border-deep-peach{border-color:var(--color-deep-peach)!important}.text-maastricht-blue{color:var(--color-maastricht-blue)!important}.bg-maastricht-blue{background-color:var(--color-maastricht-blue)!important}.border-maastricht-blue{border-color:var(--color-maastricht-blue)!important}.text-orange-red{color:var(--color-orange-red)!important}.bg-orange-red{background-color:var(--color-orange-red)!important}.border-orange-red{border-color:var(--color-orange-red)!important}.text-raisin-black{color:var(--color-raisin-black)!important}.bg-raisin-black{background-color:var(--color-raisin-black)!important}.border-raisin-black{border-color:var(--color-raisin-black)!important}.text-space-cadet{color:var(--color-space-cadet)!important}.bg-space-cadet{background-color:var(--color-space-cadet)!important}.border-space-cadet{border-color:var(--color-space-cadet)!important}.cursor-alias{cursor:alias}.cursor-all-scroll{cursor:all-scroll}.cursor-auto{cursor:auto}.cursor-cell{cursor:cell}.cursor-col-resize{cursor:col-resize}.cursor-context-menu{cursor:context-menu}.cursor-copy{cursor:copy}.cursor-crosshair{cursor:crosshair}.cursor-default{cursor:default}.cursor-e-resize{cursor:e-resize}.cursor-ew-resize{cursor:ew-resize}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-help{cursor:help}.cursor-move{cursor:move}.cursor-n-resize{cursor:n-resize}.cursor-ne-resize{cursor:ne-resize}.cursor-nesw-resize{cursor:nesw-resize}.cursor-ns-resize{cursor:ns-resize}.cursor-nw-resize{cursor:nw-resize}.cursor-nwse-resize{cursor:nwse-resize}.cursor-no-drop{cursor:no-drop}.cursor-none{cursor:none}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-progress{cursor:progress}.cursor-row-resize{cursor:row-resize}.cursor-s-resize{cursor:s-resize}.cursor-se-resize{cursor:se-resize}.cursor-sw-resize{cursor:sw-resize}.cursor-text{cursor:text}.cursor-url{cursor:url(myBall.cur),auto}.cursor-w-resize{cursor:w-resize}.cursor-wait{cursor:wait}.cursor-zoom-in{cursor:zoom-in}.cursor-zoom-out{cursor:zoom-out}.fs-08{font-size:8px}.fs-10{font-size:10px}.fs-12{font-size:12px}.fs-14{font-size:14px}.fs-16{font-size:16px}.fs-18{font-size:18px}.fs-20{font-size:20px}.fs-22{font-size:22px}.fs-24{font-size:24px}.fs-26{font-size:26px}.fs-28{font-size:28px}.fs-30{font-size:30px}.fs-32{font-size:32px}.fs-34{font-size:34px}.fs-36{font-size:36px}.fs-38{font-size:38px}.fs-40{font-size:40px}.fs-42{font-size:42px}.fs-44{font-size:44px}.fs-46{font-size:46px}.fs-48{font-size:48px}.fs-50{font-size:50px}.fs-52{font-size:52px}.fs-54{font-size:54px}.fs-56,.fs-58{font-size:56px}.fs-60{font-size:60px}.fs-62{font-size:62px}.fs-64{font-size:64px}.fs-66{font-size:66px}.fs-68{font-size:68px}.fs-70{font-size:70px}.fw-100{font-weight:100}.fw-200{font-weight:200}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.fw-900{font-weight:900}.responsive-title{font-size:3.2rem}.responsive-subtitle{font-size:2rem}.responsive-body{font-size:1.6rem}.responsive-subbody{font-size:1.4rem}.responsive-text{font-size:1.2rem}.responsive-subtext{font-size:1rem}.responsive-img-big{width:220px;height:220px}.responsive-img-mid{width:120px;height:120px}.responsive-img-sml{width:80px;height:80px}@media only screen and (min-device-width: 220px) and (max-device-width: 320px){.responsive-title{font-size:38px}.responsive-subtitle{font-size:20px}.responsive-body{font-size:14px}.responsive-subbody{font-size:12px}.responsive-text{font-size:10px}.responsive-subtext{font-size:8px}.responsive-img-big{width:110px;height:110px}.responsive-img-mid{width:60px;height:60px}.responsive-img-sml{width:30px;height:30px}}@media only screen and (min-device-width: 321px) and (max-device-width: 420px){.responsive-title{font-size:42px}.responsive-subtitle{font-size:24px}.responsive-body{font-size:14px}.responsive-subbody{font-size:12px}.responsive-text{font-size:10px}.responsive-subtext{font-size:8px}.responsive-img-big{width:130px;height:130px}.responsive-img-mid{width:60px;height:60px}.responsive-img-sml{width:40px;height:40px}}@media only screen and (min-device-width: 421px) and (max-device-width: 600px){.responsive-title{font-size:44px}.responsive-subtitle{font-size:26px}.responsive-body{font-size:14px}.responsive-subbody{font-size:12px}.responsive-text{font-size:10px}.responsive-subtext{font-size:8px}.responsive-img-big{width:150px;height:150px}.responsive-img-mid{width:80px;height:80px}.responsive-img-sml{width:50px;height:50px}}@media only screen and (min-device-width: 601px) and (max-device-width: 768px){.responsive-title{font-size:46px}.responsive-subtitle{font-size:28px}.responsive-body{font-size:16px}.responsive-subbody{font-size:14px}.responsive-text{font-size:12px}.responsive-subtext{font-size:10px}.responsive-img-big{width:140px;height:140px}.responsive-img-mid{width:100px;height:100px}.responsive-img-sml{width:60px;height:60px}}@media only screen and (min-device-width: 769px) and (max-device-width: 992px){.responsive-title{font-size:48px}.responsive-subtitle{font-size:28px}.responsive-body{font-size:16px}.responsive-subbody{font-size:14px}.responsive-text{font-size:12px}.responsive-subtext{font-size:10px}.responsive-img-big{width:140px;height:140px}.responsive-img-mid{width:100px;height:100px}.responsive-img-sml{width:60px;height:60px}}@media only screen and (min-device-width: 993px) and (max-device-width: 1200px){.responsive-title{font-size:48px}.responsive-subtitle{font-size:25px}.responsive-body{font-size:11px}.responsive-subbody{font-size:10px}.responsive-text{font-size:9px}.responsive-subtext{font-size:8px}.responsive-img-big{width:180px;height:180px}.responsive-img-mid{width:120px;height:120px}.responsive-img-sml{width:80px;height:80px}}@media only screen and (min-device-width: 1201px){.responsive-title{font-size:50px}.responsive-subtitle{font-size:25px}.responsive-body{font-size:14px}.responsive-subbody{font-size:12px}.responsive-text{font-size:11px}.responsive-subtext{font-size:10px}.responsive-img-big{width:200px;height:200px}.responsive-img-mid{width:120px;height:120px}.responsive-img-sml{width:80px;height:80px}}.skeleton{background-color:#eee;background-image:linear-gradient(90deg,#eee,#fff,#eee);background-size:100px 100%;background-repeat:no-repeat;border-radius:4px;display:inline-block;line-height:1;width:100%;height:50px;margin:auto;animation:skeleton-animation 1.5s ease-in-out infinite}@keyframes skeleton-animation{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}
