:root{--background:#fcfcfc;--black:#293241;--grey:#ededf0}*{margin:0;padding:0;border:0;box-sizing:border-box}body{background-color:var(--background);font-size:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;color:var(--black);font-weight:400}strong{font-weight:700}#header{background-color:#e6e6e6;overflow:clip;width:100%;height:50vh;position:relative;display:flex}#header h1{font-family:'Courier New',Courier,monospace;letter-spacing:0;font-size:4em;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#220a58;z-index:10;font-weight:400}.base{width:100%;max-width:880px;margin:0 auto;padding:0 20px}h1{font-size:3em;font-family:'Courier New',Courier,monospace;font-weight:400}h2{font-size:1.5em;margin:0 0 20px 0;padding:0;border-radius:35px;display:inline-block;font-weight:400}h3{margin:1em 0}p{margin:0 0 .75em 0}a{color:#0a57c2;text-decoration:none}code{font-family:'Courier New',Courier,monospace}a:hover{text-decoration:underline}a[href*=mailto]{color:var(--black);text-decoration:none;font-size:1em;padding:20px 10px 10px 10px;display:inline-block}p.alert{background-color:var(--grey);border-radius:30px;padding:20px;margin:0 0 20px 0;display:block}.textbox{background-color:var(--grey);border-radius:24px;padding:20px;margin:0 0 40px 0;display:block}.textbox:first-child{margin:40px 0 40px 0}.textbox p:last-child{margin-bottom:0!important}.card-area{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin:0 0 40px 0}.card{background-position:center center;background-size:cover;background-color:#cecece;display:flex;flex-wrap:nowrap;justify-content:flex-start;box-shadow:0 0 3px 0 #dbdada;border-radius:25px;position:relative;overflow:clip;cursor:pointer;transition:all 150ms ease;transform:scale(1)}.card:hover{transform:scale(1.02)}.card-content{width:100%;display:block;backdrop-filter:blur(10px);background-color:rgba(255,255,255,.8);position:relative}.card img{float:left;width:125px;height:125px;object-fit:cover;border-radius:25px}.card-text{width:calc(100% - 125px);padding:10px;float:left}.card h3{font-size:1.25em;font-weight:700;margin:0 0 5px 0}.card p{line-height:1.2;font-size:1em}.card span{display:inline-block;line-height:16px;padding:2px 7px 2px 2px;background-color:#fff;border:1px solid #e6e6e6;border-radius:11px;font-size:13px;text-transform:uppercase;position:absolute;bottom:-30px;left:135px;transition:bottom 150ms ease}.card:hover span{bottom:10px}.card span:before{background-color:#e6e6e6;color:#a0a0a0;content:"+";font-family:Arial,Helvetica,sans-serif;font-size:16px;display:block;width:16px;height:16px;border-radius:12px;text-align:center;line-height:16px;float:left;margin:0 10px 0 0}.card tag{background-color:#f79b19;font-size:13px;position:absolute;top:10px;right:10px;display:inline-block;padding:3px 5px;font-size:13px;border-radius:11px;text-transform:uppercase;line-height:1;color:#fff}a.download{display:inline-block;line-height:1}.download img{width:auto;height:54px}a.link{color:inherit!important;text-decoration:underline;text-transform:uppercase}@keyframes headerAnmation{from{letter-spacing:-38px}to{letter-spacing:0}}.tags{text-align:center}.tags span{background-color:var(--grey);font-family:'Courier New',Courier,monospace;display:inline-block;padding:5px 10px;margin:0 7px 15px 7px;font-size:.9em;font-weight:100}#popup-card-area{width:100%;height:100%;position:fixed;top:0;left:0;backdrop-filter:blur(4px);background-color:rgba(0,0,0,.2);overflow:auto;padding:5vh 10px;display:none;z-index:100}#popup-card-area.area-visible{display:block}.popup-card{background-color:#f7f7f7;width:100%;max-width:740px;margin:0 auto;border-radius:24px;border:1px solid #dbdada;overflow:auto;position:relative;display:none}.popup-card.card-visible{display:block}.popup-card-header{background-color:var(--grey);width:100%;display:block;float:left;position:relative;overflow:auto}.popup-card-header h3{width:calc(100% - 64px);float:left;padding:24px;margin:0;font-weight:400;font-size:20px}.popup-card-header span{width:24px;height:24px;background-color:#f05e59;border:1px solid #ff6965;border-radius:12px;position:absolute;top:50%;right:20px;transform:translateY(-50%);cursor:pointer}.popup-card-header span:before{background-image:url('icon-close.svg');background-repeat:no-repeat;background-position:center center;background-size:10px;width:100%;height:100%;content:" ";display:block;position:absolute;top:0;left:0;opacity:.5}.popup-card-content{padding:20px;border-top:1px solid #dbdada;width:100%;display:block;float:left;font-size:16px}.popup-card-content p:last-child{margin-bottom:0!important}.popup-card-text{background-color:var(--grey);border-radius:24px;padding:20px}.popup-card-gallery-wrap{position:relative;overflow:hidden}.popup-card-gallery{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding:0 20px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;margin:0 0 20px 0}.popup-card-gallery img{height:400px;width:auto;flex:0 0 auto;object-fit:contain;scroll-snap-align:start;border-radius:18px}.popup-card-gallery-wrap::after,.popup-card-gallery-wrap::before{content:"";position:absolute;top:0;bottom:0;width:32px;z-index:2;pointer-events:none}.popup-card-gallery-wrap::before{left:0;background:linear-gradient(to right,#f7f7f7 0,rgba(255,255,255,0) 100%);opacity:0}.popup-card-gallery-wrap::after{right:0;background:linear-gradient(to left,#f7f7f7 0,rgba(255,255,255,0) 100%);opacity:0}.popup-card-gallery-wrap.fade-left::before{opacity:1}.popup-card-gallery-wrap.fade-right::after{opacity:1}footer{background-color:var(--grey);text-align:center;padding:10px 0;margin:40px auto;display:block;width:100%;border-radius:20px}@media only screen and (max-width:680px){.card-area{grid-template-columns:repeat(1,minmax(0,1fr))}.card span{bottom:10px}}@media only screen and (max-width:436px){.card h3{font-size:1.15em}.card p{line-height:1.15;font-size:.9em}}