.hero{position:relative;height:100vh;margin-bottom:65px;overflow:hidden}.hero .container,.hero .row{height:100%}.hero__section-left{position:absolute;top:0;width:100vw;height:100vh;padding-top:175px;background-color:var(--color-white);-webkit-transform:translate(-100vw);transform:translate(-100vw);z-index:2;overflow-x:hidden}@media (min-width:1200px){.hero__section-left{padding-top:35vh}}.hero__section-left .hero__content-title{color:var(--color-red)}.hero__section-left .hero__content-title span{color:var(--color-gray)}.hero__content-title-left{-webkit-transform:translate(98vw);transform:translate(98vw)}.hero__section-right{position:absolute;top:0;left:0;width:100vw;height:100vh;padding-top:175px;background:var(--color-black) url(../../../img/Casey.svg) no-repeat 50%;background-size:cover}@media (min-width:1200px){.hero__section-right{padding-top:35vh}}.hero__img{position:absolute;right:-15%;bottom:0;max-width:75%}@media (min-width:768px){.hero__img{bottom:-10vh;max-width:60vw}}@media (min-width:992px){.hero__img{right:-10%}}@media (min-width:1200px){.hero__img{right:-5%;bottom:-15vh;max-width:none;max-height:100vh}}@media only screen and (min-width:1700px){.hero__img{right:0;bottom:-10vh}}@media (min-width:1200px){.hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding-bottom:50px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.hero__content-title{color:var(--color-white);font-weight:var(--font-weight-700);font-size:var(--font-size-95);line-height:1.1;text-transform:uppercase}@media (min-width:768px){.hero__content-title{font-size:var(--font-size-145)}}.hero__content-title span{display:inline;color:var(--color-red)}.hero__content-text{margin-top:10px;padding-right:100px;color:var(--color-white);font-weight:var(--font-weight-500);font-size:var(--font-size-14);font-family:var(--font-family-alternate);line-height:24px;letter-spacing:-.005em}@media (min-width:768px){.hero__content-text{margin-top:30px}}@media (min-width:992px){.hero__content-text{padding-right:200px;font-size:var(--font-size-18);line-height:31.5px}}@media (min-width:1200px){.hero__content-text{max-width:510px;padding-right:0}}.hero__content-footer{margin-top:10px;-webkit-transform:translate(100vw);transform:translate(100vw)}@media (min-width:768px){.hero__content-footer{margin-top:30px}}@media (min-width:1200px){.hero__content-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.hero__content-list{margin-bottom:0;padding-left:0;list-style:none;padding-right:100px}.hero__content-list-item{margin-bottom:5px}@media (min-width:992px){.hero__content-list-item{margin-bottom:10px}}.hero__content-list-item:last-child{margin-bottom:0}.hero__content-list-link{display:inline-block;color:var(--color-red);font-weight:var(--font-weight-600);font-size:var(--font-size-18);line-height:1;letter-spacing:-.025em}@media (min-width:992px){.hero__content-list-link{font-size:var(--font-size-36)}}.hero__content-list-link:focus,.hero__content-list-link:hover{color:var(--color-cranberry);text-decoration:none}.hero__content-contact{display:inline-block;margin-top:25px;color:var(--color-red);font-weight:var(--font-weight-500);font-size:var(--font-size-18);font-family:var(--font-family-alternate);line-height:1;letter-spacing:-.005em;text-decoration:underline}.hero__content-contact:focus,.hero__content-contact:hover{color:var(--color-cranberry);text-decoration:none}