:root{--color-sky: #f2c33d;--color-field: #3e9cbe;--color-street: #f17c37;--color-grey: #81716e;--color-error: rgb(199, 10, 10);--color-success: rgb(101, 199, 10)}.row{max-width:1224px;margin:0 auto;position:relative;z-index:5}.row:after{content:"";display:table;clear:both}.row [class^=col-]{float:left;flex:1}@media screen and (max-width: 800px){.col-s-0{width:0%!important}}@media screen and (min-width: 800px){.col-0{width:0%}}@media screen and (max-width: 800px){.col-s-1{width:8.3333333333%!important}}@media screen and (min-width: 800px){.col-1{width:8.3333333333%}}@media screen and (max-width: 800px){.col-s-2{width:16.6666666667%!important}}@media screen and (min-width: 800px){.col-2{width:16.6666666667%}}@media screen and (max-width: 800px){.col-s-3{width:25%!important}}@media screen and (min-width: 800px){.col-3{width:25%}}@media screen and (max-width: 800px){.col-s-4{width:33.3333333333%!important}}@media screen and (min-width: 800px){.col-4{width:33.3333333333%}}@media screen and (max-width: 800px){.col-s-5{width:41.6666666667%!important}}@media screen and (min-width: 800px){.col-5{width:41.6666666667%}}@media screen and (max-width: 800px){.col-s-6{width:50%!important}}@media screen and (min-width: 800px){.col-6{width:50%}}@media screen and (max-width: 800px){.col-s-7{width:58.3333333333%!important}}@media screen and (min-width: 800px){.col-7{width:58.3333333333%}}@media screen and (max-width: 800px){.col-s-8{width:66.6666666667%!important}}@media screen and (min-width: 800px){.col-8{width:66.6666666667%}}@media screen and (max-width: 800px){.col-s-9{width:75%!important}}@media screen and (min-width: 800px){.col-9{width:75%}}@media screen and (max-width: 800px){.col-s-10{width:83.3333333333%!important}}@media screen and (min-width: 800px){.col-10{width:83.3333333333%}}@media screen and (max-width: 800px){.col-s-11{width:91.6666666667%!important}}@media screen and (min-width: 800px){.col-11{width:91.6666666667%}}@media screen and (max-width: 800px){.col-s-12{width:100%!important}}@media screen and (min-width: 800px){.col-12{width:100%}}*{box-sizing:border-box;transition:all .12s}html,body{background:white;margin:0;font-size:16px;line-height:20px;font-family:PT Sans Caption,sans-serif;display:flex;min-height:100vh;flex-flow:column wrap}header{width:100%;height:110px;margin-top:40px}@media screen and (max-width: 800px){header{height:50px}}.wrapper{width:100%;margin:0 auto;max-width:1224px}.sky{background:url(/assets/hills_left.png) 0% 100% no-repeat,var(--color-sky);width:100%;height:330px;position:relative;padding:0 20px}.sky.small{background:var(--color-sky);height:200px}@media screen and (max-width: 800px){.sky{height:33vw;background-size:60%}.sky .fixed-mobile-size{width:50vw}.sky .fixed-mobile-size.big{width:60vw!important}.sky.small{height:18vw}.sky.small .fixed-mobile-size{width:30vw}.sky.small .fixed-mobile-size.big{width:40vw!important}}.sky .hills-right img{position:absolute;right:0;bottom:0;z-index:2}.sky .buildings-left img{position:absolute;left:5%;bottom:0;z-index:2}.sky .buildings-right img{position:absolute;right:5%;bottom:0;z-index:2}.sky .letter-header{max-width:800px;width:100%;position:relative;z-index:10;bottom:0;margin:0 auto;top:60%}@media screen and (max-width: 800px){.sky .letter-header{top:calc(60% - 32px)}}.sky .letter-header h1{margin-top:0;margin-bottom:8px;background:black;color:#fff;border-radius:4px;font-weight:700;font-size:1.4rem;line-height:1.7rem;padding:14px}.content{background:url(/assets/logo_black@0.5x.png) 50% 99% no-repeat,linear-gradient(to bottom,var(--color-field) 0%,var(--color-field) 459px,var(--color-street) 459px,var(--color-street) 100%);width:100%;overflow:hidden;position:relative;z-index:5;padding:20px 20px 260px}.content:before{content:"";display:block;background:var(--color-street);width:100%;height:460px;margin:0 auto;-webkit-clip-path:polygon(50% 0,100% 100%,0 100%);clip-path:polygon(50% 0,100% 100%,0 100%);position:absolute;top:0;left:0;overflow:hidden;z-index:1}.content:after{content:"";display:block;border-left:6px dashed rgba(255,255,255,.3);height:300px;position:absolute;left:50%;margin-left:-3px;top:-70px;transform:perspective(40px) rotateX(15deg) rotateY(0) rotate(0);z-index:2}section{text-align:justify;color:#000;font-size:1rem;margin:0 auto;width:100%;max-width:800px;position:relative;z-index:10}section.white-framed{background:rgba(255,255,255,.9);color:#000;border-radius:4px;padding:10px 20px;font-size:1rem;line-height:1.4rem;border:1px solid black;opacity:1}section:last-child{margin-top:20px}section.button{text-align:center}section button{padding:6px 20px;cursor:pointer;border-radius:4px;border:2px solid rgba(0,0,0,.7);font-size:1.4rem;background:var(--color-field);color:#fff}section button:hover{background:var(--color-sky);color:#000}section a{color:var(--color-street);font-weight:700}section a:hover{color:var(--color-field)}.pull-left{float:left}.pull-left:after{clear:both}.pull-right{float:right}.pull-right:after{clear:both}.top-space-xl{margin-top:20px}.top-space-xxl{margin-top:40px}.flip{transform:scaleX(-1)}.soft-edges{border-radius:4px}.align-right{text-align:right}.align-center{text-align:center}.hide-desktop{display:none!important}@media screen and (max-width: 800px){.hide-mobile{display:none!important}.hide-desktop{display:block!important}}
