/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */html{color:#222;font-size:1em;line-height:1.4;overflow:hidden}::-moz-selection{background:#fff;text-shadow:none}::selection{background:#fff;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.hidden,[hidden]{display:none !important}.visually-hidden{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.visually-hidden.focusable:active,.visually-hidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}.invisible{visibility:hidden}.clearfix::before,.clearfix::after{content:"";display:table}.clearfix::after{clear:both}@media print{*,*::before,*::after{background:#fff !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]::after{content:" (" attr(href) ")"}abbr[title]::after{content:" (" attr(title) ")"}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #999;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.icon{width:2rem;height:2rem;display:inline-block;fill:currentColor}html,body{height:100%}body>footer{position:sticky;top:100vh}footer{padding:2rem 0;background:#e6e6fa}footer ul{list-style:none;padding:0;display:flex;justify-content:center}footer ul li{margin:0 auto}header{padding:2rem 0;background:#e6e6fa}header .logo{width:calc(41.6666666667% - 1.4166666667rem);float:left;margin-left:1rem}header .logo .img-container img{max-width:150px;height:auto}header .desktop-navigation{width:calc(58.3333333333% - 1.5833333333rem);float:left;margin-left:1rem;text-align:right}@media screen and (max-width: 799px){header .desktop-navigation{display:none}}header .desktop-navigation ul{list-style:none;padding-top:2rem;margin:0}header .desktop-navigation li{margin-left:1rem;display:inline-block}header .mobile-navigation .nav-button{position:absolute;right:1rem;z-index:9999}@media screen and (min-width: 800px){header .mobile-navigation{display:none}}:focus:not(:focus-visible){outline:none}a{text-decoration:underline;transition:color .3s ease-in-out;color:inherit}a:hover{color:#eb7400}.desktop-navigation a,.navigation-mobile a{text-decoration:none}.desktop-navigation a.active,.navigation-mobile a.active{color:#eb7400}footer a.active{color:#eb7400;text-decoration:none}.wrapper{margin-left:auto;margin-right:auto;max-width:1400px}.wrapper::after{clear:both;content:"";display:block}.content{width:calc(100% - 2rem);float:left;margin-left:1rem}html,body{background:#222 !important;margin:0}html{-webkit-hyphens:auto;hyphens:auto;line-height:1.4;font-family:"Iowan Old Style","Palatino Linotype","URW Palladio L",P052,serif;font-weight:300;-webkit-marquee-increment:0vw}h1,h2,h3,h4,h5,h6{word-break:break-all;-webkit-hyphens:auto;hyphens:auto;font-weight:300 !important}ul{padding:0 0 0 1.25rem}h1{margin-top:4rem;margin-bottom:2rem;letter-spacing:3px}h2{margin-top:3rem;margin-bottom:1rem}h3{margin-top:3rem;margin-bottom:1rem}h4{margin-top:3rem;margin-bottom:1rem}h1+h2,h2+h3,h3+h4,h1+p,h2+p,h3+p,h4+p{margin-top:1rem;margin-bottom:1rem}img{width:100%;max-width:100%;height:auto}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:10px 8px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:rgba(0,0,0,0);border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#000}.hamburger-box{width:25px;height:15px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-0.5px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:25px;height:1px;background-color:#000;border-radius:2;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-7px}.hamburger-inner::after{bottom:-7px}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::before,.hamburger--boring .hamburger-inner::after{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background:#fff}.fixit{overflow-y:hidden;margin:0;padding:0}.overlay{position:fixed;background:#000;top:0;left:0;width:100%;height:0;opacity:0;visibility:hidden;transition:opacity .25s,visibility .15s,height .25s;overflow-y:auto;overflow-x:hidden;z-index:1498}.overlay .legal{opacity:0}.overlay.open{opacity:1;visibility:visible;height:100%;backface-visibility:hidden}.overlay.open .mobile-menu>li{animation:fadeInHeight .3s ease-in forwards;animation-delay:.15s;color:#fff}.overlay.open .mobile-menu>li:nth-of-type(2){animation-delay:.25s}.overlay.open .mobile-menu>li:nth-of-type(3){animation-delay:.3s}.overlay.open .mobile-menu>li:nth-of-type(4){animation-delay:.35s}.overlay.open .mobile-menu>li:nth-of-type(5){animation-delay:.4s}.overlay.open .mobile-menu>li:nth-of-type(6){animation-delay:.45s}.overlay.open .mobile-menu>li:nth-of-type(7){animation-delay:.5s}.overlay.open .legal{animation:fadeIn .3s ease-in forwards;animation-delay:.5s}.overlay nav{position:absolute;text-align:left;margin:0 0 0 2rem;height:90%;top:1.25rem;z-index:1499}.overlay .top{margin-bottom:4rem}.overlay .top ul{list-style:none;padding:0;margin:0}.overlay .top li{display:inline-block}.overlay .top li:not(:last-of-type){margin-right:2rem}.overlay .top li a{color:#fff}.overlay .top li a:hover{color:#eb7400}.overlay ul.mobile-menu{list-style:none;padding:0;margin:0 0 0 0;display:block;position:relative;font-size:1.5rem}@media screen and (min-width: 800px){.overlay ul.mobile-menu{font-size:2rem}}.overlay ul.mobile-menu li{display:block;margin:3vh 0;position:relative;opacity:0}.overlay ul li>a.active:not(.icon-only){position:relative}.overlay ul li>a.active:not(.icon-only)::after{content:"";position:absolute;width:100%;bottom:-0.25rem;height:2px;background:#eb7400;left:0}.overlay .legal{margin:4rem 0 1rem}.overlay .legal ul{list-style:none;color:#fff;padding:0}.overlay .legal li{display:block;margin-top:.5rem;margin-bottom:.5rem;margin-left:0}@keyframes fadeInHeight{0%{opacity:0;height:0}100%{opacity:1;height:100%}}@keyframes fadeInWidth{0%{opacity:0;width:0}100%{opacity:1;width:100%}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeinall{0%{opacity:1}97%{opacity:0}98%{opacity:0;transform:translateY(0)}99%{opacity:0;transform:translateY(-100%)}100%{opacity:0;z-index:-1}}#loader{opacity:.95;position:fixed;width:105vw;height:105vh;left:-2.5vw;top:-2.5vh;transform:translateY(0);background-color:#111;z-index:999;animation-fill-mode:forwards;animation:fadeinall 1s normal both;animation-delay:.3s}.form-container{background:#fff;border:3px solid #fff !important}.form-container:focus-within{background:#e6e6e6;border:3px solid #eb7400 !important}@supports(-webkit-appearance: none) or (-moz-appearance: none){.cf input[type=checkbox],.cf input[type=radio]{--active: #275EFE;--active-inner: #fff;--focus: 2px rgba(39, 94, 254, .3);--border: #BBC1E1;--border-hover: #275EFE;--background: #fff;--disabled: #F6F8FF;--disabled-inner: #E1E6F9;-webkit-appearance:none;-moz-appearance:none;height:1.5rem;outline:inherit;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--bc, var(--border));background:var(--b, var(--background));transition:background .3s,border-color .3s,box-shadow .2s}.cf input[type=checkbox]:after,.cf input[type=radio]:after{content:"";display:block;left:0;top:0;position:absolute;transition:transform var(--d-t, 0.3s) var(--d-t-e, ease),opacity var(--d-o, 0.2s)}.cf input[type=checkbox]:checked,.cf input[type=radio]:checked{--b: var(--active);--bc: var(--active);--d-o: .3s;--d-t: .6s;--d-t-e: cubic-bezier(.2, .85, .32, 1.2)}.cf input[type=checkbox]:disabled,.cf input[type=radio]:disabled{--b: var(--disabled);cursor:not-allowed;opacity:.9}.cf input[type=checkbox]:disabled:checked,.cf input[type=radio]:disabled:checked{--b: var(--disabled-inner);--bc: var(--border)}.cf input[type=checkbox]:disabled+label,.cf input[type=radio]:disabled+label{cursor:not-allowed}.cf input[type=checkbox]:hover:not(:checked):not(:disabled),.cf input[type=radio]:hover:not(:checked):not(:disabled){--bc: var(--border-hover)}.cf input[type=checkbox]:focus,.cf input[type=radio]:focus{box-shadow:0 0 0 var(--focus)}.cf input[type=checkbox]:not(.switch),.cf input[type=radio]:not(.switch){width:1.45rem}.cf input[type=checkbox]:not(.switch):after,.cf input[type=radio]:not(.switch):after{opacity:var(--o, 0)}.cf input[type=checkbox]:not(.switch):checked,.cf input[type=radio]:not(.switch):checked{--o: 1}.cf input[type=checkbox]+label,.cf input[type=radio]+label{font-size:.9rem;line-height:1.4;display:inline-block;vertical-align:top;cursor:pointer;margin-left:.5rem}.cf input[type=checkbox]:not(.switch){border-radius:7px}.cf input[type=checkbox]:not(.switch):after{width:.25rem;height:.5rem;border:2px solid var(--active-inner);border-top:0;border-left:0;left:.45rem;top:.3rem;transform:rotate(var(--r, 20deg))}.cf input[type=checkbox]:not(.switch):checked{--r: 43deg}.cf input[type=checkbox].switch{width:38px;border-radius:11px}.cf input[type=checkbox].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab, var(--border));transform:translateX(var(--x, 0))}.cf input[type=checkbox].switch:checked{--ab: var(--active-inner);--x: 17px}.cf input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6}.cf input[type=radio]{border-radius:50%}.cf input[type=radio]:after{width:19px;height:19px;border-radius:50%;background:var(--active-inner);opacity:0;transform:scale(var(--s, 0.7))}.cf input[type=radio]:checked{--s: .5}}form fieldset{overflow-x:hidden}form .name,form .email,form .phone,form .message,form .middlename,form .legal,form .button{margin:.75rem 0 2.05rem}form label{display:block;padding:.15rem 0 .15rem .15rem;font-size:80%}form input:not([type=checkbox]),form textarea{width:100%}form input,form textarea{padding:.5rem;background:#fff;border:none;box-shadow:none;border-bottom:1px solid #c8c8c8;transition:border .3s ease-in-out;color:inherit;position:relative}form input:focus,form textarea:focus{outline:inherit;border-bottom:1px solid #eb7400}form .middlename{display:inline-flex;align-items:center}form .middlename label,form .middlename input{margin:.5rem 1rem .5rem 0;text-align:right}form .middlename input{width:3.25rem;text-align:center}form textarea{line-height:1.4}form .legal{display:inline-flex;align-items:center}form .legal label{margin-left:.5rem;margin-top:auto;margin-bottom:auto}form button{margin-top:1.5rem;width:100%;padding:1rem 3rem;background:rgba(0,0,0,0);color:#ccc;letter-spacing:1px;cursor:pointer;transition:all .3s ease-in-out}form button:enabled{border:1px solid #eb7400;color:#eb7400}form button:enabled:hover{border:1px solid #eb7400;color:#fff;background:#eb7400}form button:disabled{color:rgba(150,150,150,.4);cursor:not-allowed;border:1px solid rgba(150,150,150,.8) !important}form .requiredfield{padding-left:.25rem;position:relative;top:-0.1rem}#alert{padding:1rem 0 3rem;text-align:center}.container-success h3{margin:0}.submitted{display:none;text-align:center}.svg-box{display:inline-block;position:relative;width:150px}.green-stroke{stroke:#eb7400}.circular circle.path{stroke-dasharray:330;stroke-dashoffset:0;stroke-linecap:round;opacity:1;animation:.8s draw-circle ease-out}.checkmark{stroke-width:3.25;stroke-linecap:round;position:absolute;top:56px;left:49px;width:52px;height:40px}.checkmark path{animation:1s draw-check ease-out}@keyframes draw-circle{0%{stroke-dasharray:0,330;stroke-dashoffset:0;opacity:0}80%{stroke-dasharray:330,330;stroke-dashoffset:0;opacity:1}100%{opacity:1}}@keyframes draw-check{0%{stroke-dasharray:49,80;stroke-dashoffset:48;opacity:0}50%{stroke-dasharray:49,80;stroke-dashoffset:48;opacity:1}100%{stroke-dasharray:130,80;stroke-dashoffset:48}}.cd-top{display:inline-block;position:fixed;bottom:1rem;right:1rem;width:1.5rem;height:1.5rem;z-index:1;overflow:hidden;visibility:hidden;opacity:0;transition:opacity .3s ease-out,visibility 0s .3s,scale .3s ease-in-out}@media screen and (min-width: 800px){.cd-top{bottom:1rem;right:1rem;width:2rem;height:2rem}}.cd-top svg{color:#fff;fill:#eb7400;height:1.5rem;width:1.5rem}@media screen and (min-width: 800px){.cd-top svg{width:2rem;height:2rem}}.cd-top.cd-fade-out,.cd-top.cd-is-visible{transition:opacity .3s 0s,visibility 0s 0s,scale .3s ease-in-out}.cd-top.cd-is-visible{visibility:visible;opacity:1}.cd-top.cd-fade-out{opacity:.8}.cd-top:hover{opacity:1;transform:scale(1.1);transition:all .3s ease-in-out}.page-home .video-container::after{content:"";background:rgba(0,0,0,.6);left:0;top:0;position:fixed;width:100%;height:100%}.page-home video{z-index:0;left:50%;top:50%;transform:translate(-50%, -50%);position:fixed;width:100vw;height:100vh;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:blur(2px);animation:blurry 5s infinite alternate;animation-delay:1.5s}.page-home .heading{position:absolute;top:calc(80% + 2vw);left:50%;transform:translate(-50%);z-index:2}.page-home .links{opacity:0;animation:fadeinsmooth 3s forwards ease;animation-delay:3s;position:absolute;top:1rem;right:1rem;z-index:4}.page-home .links ul{list-style:none;display:flex;justify-content:space-around;padding:0;margin:0}.page-home .links img{width:1rem;height:auto;transition:all .3s ease-in-out}@media screen and (min-width: 800px){.page-home .links img{width:1.25rem}}.page-home .links img:hover{transform:scale(1.1)}.page-home h1{font-family:"Iowan Old Style","Palatino Linotype","URW Palladio L",P052,serif;font-weight:300;color:#dcdcdc;font-size:.75rem;letter-spacing:3px;transition:all ease-in-out .25s;margin-top:0;margin-bottom:.75rem;opacity:0;text-shadow:1px 1px 0 #000;animation:fadein 3s both ease;animation-delay:2s}@media screen and (min-width: 800px){.page-home h1{font-size:1rem;margin-bottom:1rem}}@keyframes fadeinsmooth{0%{opacity:0;filter:blur(25px)}80%{opacity:.6;filter:blur(0)}100%{opacity:1}}@keyframes fadein{0%{opacity:0;text-transform:none}75%{opacity:1;text-transform:uppercase}76%{text-transform:none}78%{opacity:1;text-transform:uppercase}80%{opacity:.2;text-transform:none}84%{opacity:1;text-transform:uppercase}86%{opacity:.2}88%{opacity:1;text-transform:none}90%{opacity:.1}92%{opacity:1}94%{opacity:.2}96%{opacity:.1}98%{opacity:1}100%{opacity:.9}}@keyframes blurry{0%{filter:blur(0)}25%{filter:blur(2px)}27%{filter:blur(3px)}29%{filter:blur(4px)}31%{filter:blur(2px)}33%{filter:blur(0)}66%{filter:blur(0)}68%{filter:blur(2px)}70%{filter:blur(4px)}72%{filter:blur(2px)}74%{filter:blur(4px)}76%{filter:blur(2px)}78%{filter:blur(0)}97%{filter:blur(4px)}98%{filter:blur(0)}99%{filter:blur(2px)}100%{filter:blur(1px)}}.page-secret{font-family:"Iowan Old Style","Palatino Linotype","URW Palladio L",P052,serif;font-weight:300;color:#dcdcdc;background:url("../video/screenshot.png") !important;background-size:cover !important;background-position:center;background-repeat:no-repeat !important}.page-secret .video{width:90vw;margin-left:auto;margin-right:auto;margin-bottom:.5rem;margin-top:1rem}@media screen and (min-width: 800px){.page-secret .video{display:flex;height:90vh}}.page-secret .video iframe{width:100%;aspect-ratio:16/10}.page-secret .txt{text-align:center;font-weight:400;margin-bottom:1rem}.page-secret .txt p{margin:0;padding:.25rem 0}.page-secret .txt a{font-size:.75rem;padding:.35rem calc(.75rem - 3px) .35rem .75rem;background:rgba(0,0,0,.6);color:#fcfcfc;letter-spacing:3px;line-height:1;text-decoration:none;text-shadow:1px 1px 0 #000}@media screen and (min-width: 800px){.page-secret .txt a{font-size:.9rem;margin-bottom:.25rem;transition:all .35s ease-in-out}}.page-secret .txt a:hover{padding:.35rem calc(1.5rem - 3px) .35rem 1.5rem;color:#fff;background:rgba(0,0,0,.9)}.page-secret h1{text-align:center;text-shadow:1px 1px 0 #000;padding:.35rem calc(.5rem - 3px) .35rem .5rem;font-size:.75rem;letter-spacing:3px;transition:all ease-in-out .25s;margin-top:0;margin-bottom:0;margin-left:auto;margin-right:auto;background:rgba(0,0,0,.7);padding:.35rem calc(.75rem - 3px) .35rem .75rem;display:inline-block}@media screen and (min-width: 800px){.page-secret h1{font-size:1rem;margin-bottom:.25rem}}.page-new-home{background:url("../video/screenshot.png") !important;background-size:cover !important;background-position:center;background-repeat:no-repeat !important}.page-new-home h1,.page-new-home h2{font-weight:300;color:#fcfcfc}.page-new-home .video{width:90vw;margin-left:auto;margin-right:auto;margin-bottom:.5rem;margin-top:1rem}@media screen and (min-width: 800px){.page-new-home .video{display:flex;height:50vh}}.page-new-home .video iframe{width:100%;aspect-ratio:16/10}.page-new-home .txt{text-align:center;font-weight:400;margin-bottom:1rem}.page-new-home .txt p span{display:inline-block;padding:.35rem calc(.75rem - 3px) .35rem .75rem;background:rgba(0,0,0,.9);box-shadow:1px 1px 10px -5px rgba(0,0,0,.9);color:#fcfcfc}.page-new-home .txt.live p{margin-bottom:2rem}.page-new-home .txt.live p span{margin:.25rem 0}.page-new-home .txt a{padding:.35rem calc(.75rem - 3px) .35rem .75rem;background:rgba(0,0,0,.9);color:#fcfcfc;letter-spacing:3px;line-height:1;text-decoration:none;text-shadow:1px 1px 0 #000}@media screen and (min-width: 800px){.page-new-home .txt a{margin-bottom:.25rem;transition:all .35s ease-in-out}}.page-new-home .txt a:hover{padding:.35rem calc(1.5rem - 3px) .35rem 1.5rem;color:#fff;background:rgba(0,0,0,.9)}.page-new-home h1{text-align:center;text-shadow:1px 1px 0 #000;padding:.35rem calc(.5rem - 3px) .35rem .5rem;letter-spacing:3px;transition:all ease-in-out .25s;margin-top:2rem;margin-bottom:0;margin-left:auto;margin-right:auto;background:rgba(0,0,0,.9);box-shadow:1px 1px 10px -5px rgba(0,0,0,.9);padding:.35rem calc(.75rem - 3px) .35rem .75rem;display:inline-block;font-size:2rem !important}@media screen and (min-width: 800px){.page-new-home h1{font-size:2.75rem !important;margin-bottom:.25rem}}.page-new-home h2{text-shadow:1px 1px 0 #000;background:rgba(0,0,0,.9);box-shadow:1px 1px 10px -5px rgba(0,0,0,.9);padding:.35rem calc(.5rem - 3px) .35rem .5rem;letter-spacing:3px;transition:all ease-in-out .25s;display:inline-block;margin-top:1rem;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:1.65rem !important}@media screen and (min-width: 800px){.page-new-home h2{font-size:2.25rem !important}}.page-new-home h2 a{text-decoration:none;box-shadow:1px 1px 10px -5px rgba(0,0,0,.9)}@media screen and (min-width: 800px){.page-new-home h2 a{transition:all .35s ease-in-out}}.page-new-home h2 a:hover{padding:.35rem calc(1.5rem - 3px) .35rem 1.5rem;color:#fff;background:rgba(0,0,0,.9)}.page-new-home .txt-2{display:flex;flex-wrap:wrap;flex-direction:column}@media screen and (min-width: 800px){.page-new-home .txt-2{flex-wrap:no-wrap;margin:2rem auto;max-width:800px;flex-direction:row}}.page-new-home .txt-2 .txt-section{box-sizing:border-box;padding:0 1rem;min-width:300px;width:100%;max-width:350px;margin:0 auto;text-shadow:1px 1px 0 #000}@media screen and (min-width: 800px){.page-new-home .txt-2 .txt-section.right{text-align:right}}.page-new-home .txt-2 .txt-section.left{margin-left:0}.page-new-home .txt-2 .txt-section.center{margin-left:auto;margin-right:auto;text-align:center}.page-new-home .txt-2 .txt-section p{color:#fcfcfc;background:rgba(0,0,0,.9);padding:.35rem calc(.5rem - 3px) .35rem .5rem;box-shadow:1px 1px 10px -5px rgba(0,0,0,.9)}.page-new-home .img-container{max-width:908px;margin:2rem auto;display:flex}.page-new-home .img-container div{width:88%;margin:3% auto;box-shadow:1px 1px 10px -5px rgba(0,0,0,.9)}@media screen and (min-width: 800px){.page-new-home .img-container div{width:44%}}.page-new-home .further{margin-top:2rem;padding:1.25rem 0;position:relative;bottom:-2rem;background:#000;width:100%;max-width:375px;margin-left:auto;margin-right:auto;box-shadow:1px 1px 10px -5px rgba(0,0,0,.9)}.page-new-home .further ul{list-style:none;padding:0;display:flex;margin:0 auto;max-width:370px}.page-new-home .further li{margin:auto}.page-new-home .further li svg{width:2rem;height:2rem;fill:hsla(0,0%,100%,.9);transition:fill .25s ease-in-out}.page-new-home .further li a:hover svg{fill:#fff;transform:scale(1.05)}.page-new-home .further .legal{margin-top:2rem;font-size:.7rem}.page-new-home .rtg .txt-section:nth-of-type(1){order:2}@media screen and (min-width: 800px){.page-new-home .rtg .txt-section:nth-of-type(1){order:1}}.page-new-home .rtg .txt-section:nth-of-type(2){order:1}@media screen and (min-width: 800px){.page-new-home .rtg .txt-section:nth-of-type(2){order:2}}.page-contact .form-container{transition:border .25s ease-in-out}.page-components .css-grid{padding:3rem 0 6rem}.page-components .css-grid .container{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));grid-column-gap:6.125%}.page-imda{scroll-behavior:smooth;color:#fcfcfc}.page-imda main{margin-bottom:4rem}.page-imda .content{max-width:800px}@media screen and (min-width: 800px){.page-imda .twocol{display:flex}.page-imda .twocol .left,.page-imda .twocol .right{width:46%}}.page-imda .txt{text-align:center;margin-bottom:1rem}.page-imda .txt p{margin:0;padding:.25rem 0}.error404 *{line-height:1.2;margin:0}.error404 main{color:#000;display:table;font-family:"Iowan Old Style","Palatino Linotype","URW Palladio L",P052,serif;height:100vh;text-align:center;width:100%;background:#fff}.error404 .wrapper{display:table-cell;vertical-align:middle}.error404 h1{font-size:1.5em;font-weight:700;padding:0 2rem 2rem 2rem;margin:0 auto 2rem}.error404 span{display:block;margin:1rem auto;font-size:calc(4rem + 8vw)}@media only screen and (max-width: 280px){.error404 body,.error404 p{width:95%}.error404 h1{font-size:1em;margin:0}}.error404 .btn{text-transform:uppercase;letter-spacing:1px;padding:1rem 2rem;color:#eb7400;background:#fff;transition:all .25s ease-in-out}.error404 .btn:hover{background:#eb7400;color:#fff}html,body{width:100%;overflow-x:hidden}@media screen and (min-width: 800px){.until-tablet{display:none}}@media screen and (max-width: 799px){.tablet-up{display:none}}body.page-secret{overflow-y:scroll;margin:0}
