.hero{width:100%;display:flex;background-color:#fff;position:relative}.hero>a{width:100%}@media screen and (max-width:1440px){.hero{font-size:1.05vw}}@media screen and (max-width:768px){.hero{flex-wrap:wrap;font-size:inherit;text-align:center;flex-direction:column-reverse}}.hero .text{z-index:2;position:absolute;top:20%}.hero .text.left{left:5%}.hero .text.right{right:5%;text-align:right}.hero .text.right .content{margin-left:25%}.hero .text.center{left:45%;transform:translateX(-25%);text-align:center}@media screen and (max-width:768px){.hero .text{width:100%;padding:3em 0 4em 0}}.hero .text .content{max-width:540px}@media screen and (max-width:768px){.hero .text .content{width:80%;margin:0 auto}}.hero .text em{font-style:normal}.hero .text p{font-size:1.5em;line-height:1.5em;margin-top:1.5em;font-family:"Gotham Book",sans-serif}@media screen and (max-width:768px){.hero .text p{font-size:1.25em}}.hero .text .heading p{margin-top:0;font-size:3em;line-height:1.25em;font-weight:500;font-family:Gotham,sans-serif}@media screen and (max-width:768px){.hero .text .heading p{font-size:2em}}.hero .text .links{margin-top:1.5em}.hero .text .links .btn{border:1px solid #1a1818;font-size:14px;padding:10px 20%;font-weight:700;text-transform:uppercase;background-color:transparent;color:#1a1818;width:-moz-fit-content;width:fit-content}@media (max-width:768px){.hero .text .links .btn{margin:auto}}.hero .text .links .btn:hover{text-decoration:none;background-color:#1a1818;color:#fff}.hero .image{width:100%}.hero .image img{width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;min-height:100%;max-height:45vh;height:100%}.hero .image.mobile-img{display:none}@media (max-width:768px){.hero .image.mobile-img{display:initial}.hero .image.desktop-img{display:none}}