@import url(https://use.typekit.net/loc2xpy.css);.grid{background-color:#fff;overflow:hidden;position:relative;padding-top:3rem;padding-bottom:3rem}@media (min-width:1200px){.grid{padding-top:4rem;padding-bottom:4rem}}.grid .grid-element-title{text-align:center;text-transform:uppercase}.grid .grid-item{min-height:100%;position:relative;padding-top:30px;padding-bottom:30px}.grid .grid-item .grid-item-title{color:#001eff;font-size:24px;min-height:96px;max-width:70%}@media (min-width:1200px){.grid .grid-item .grid-item-title{font-size:30px;min-height:120px}}.grid .grid-item .grid-item-text{font-size:18px}@media (min-width:1200px){.grid .grid-item .grid-item-text{font-size:24px}}.grid .grid-item hr{border:1px solid #001eff;max-width:20px;opacity:1;margin-bottom:45px}.grid .grid-item .grid-item-bottom-border,.grid .grid-item .grid-item-top-border{height:1px;background-color:#000;position:absolute;left:.75rem;width:calc(100% - 1.5rem)}.grid .grid-item .grid-item-bottom-border{bottom:0}.grid .grid-item .grid-item-top-border{display:none;top:0}.grid .grid-item:nth-child(1) .grid-item-top-border{display:block}@media (min-width:768px){.grid .grid-item:nth-child(2) .grid-item-top-border{display:block}}@media (min-width:1200px){.grid .grid-item:nth-child(3) .grid-item-top-border{display:block}}.grid .grid-gradient{position:absolute;bottom:0;right:0;width:100%;max-height:100%;z-index:1;pointer-events:none;transform-origin:bottom right;-webkit-animation-name:expand-grid;animation-name:expand-grid;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes expand-grid{0%{transform:scale(.7)}50%{transform:scale(1)}100%{transform:scale(.7)}}@keyframes expand-grid{0%{transform:scale(.7)}50%{transform:scale(1)}100%{transform:scale(.7)}}.grid .grid-content{z-index:2;position:relative}