@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;700&display=swap);@import url(https://use.typekit.net/qsh8umy.css);.agent-grid{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.agent-grid .grid-wrap{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:50px}.agent-grid .grid-wrap .item{height:50vh;min-height:300px;position:relative}.agent-grid .grid-wrap .item .bg-image{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.agent-grid .grid-wrap .item .bg-image img{-o-object-position:center top;object-position:center top}.agent-grid .grid-wrap .item .video{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;overflow:hidden;background:rgba(0,0,0,.9)}.agent-grid .grid-wrap .item .video iframe{cursor:pointer;width:100%;height:100%;border:0}.agent-grid .grid-wrap .item .overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;transition-duration:.3s;-webkit-transform:scale(0);transform:scale(0);background:rgba(38,38,38,.8)}.agent-grid .grid-wrap .item .overlay.active{-webkit-transform:scale(1);transform:scale(1)}.agent-grid .grid-wrap .item .overlay .content{position:absolute;top:50%;left:30px;right:30px;text-align:center;color:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.agent-grid .grid-wrap .item .overlay .content h2{font-size:17px;margin:0 0 15px}.agent-grid .grid-wrap .item .overlay .content p{line-height:1.7}.agent-grid .grid-wrap .item .overlay .content a{color:#fff;transition-duration:.3s;display:inline-block}.agent-grid .grid-wrap .item .overlay .content a.tel{margin-top:15px}.agent-grid .grid-wrap .item .overlay .content a.tel img{width:15px;margin-right:7px}.agent-grid .grid-wrap .item .overlay .content a:hover{color:#ff5100}@media only screen and (min-width:1025px){.agent-grid .grid-wrap .item .overlay .agent-tel{display:none}}@media only screen and (max-width:1024px){.agent-grid .grid-wrap{display:grid;grid-template-columns:1fr 1fr}.agent-grid .grid-wrap .item{height:auto;min-height:auto}.agent-grid .grid-wrap .item .bg-image{position:relative;top:auto;bottom:auto;height:45vh}.agent-grid .grid-wrap .item .overlay{position:relative;background:none;-webkit-transform:scale(1);transform:scale(1);padding-top:30px}.agent-grid .grid-wrap .item .overlay .agent-tel{display:block;position:absolute;top:-25px;width:50px;height:50px;right:30px}.agent-grid .grid-wrap .item .overlay .content{position:relative;color:#262626;text-align:left;left:0;right:0;top:auto;-webkit-transform:translateY(0);transform:translateY(0)}.agent-grid .grid-wrap .item .overlay .content a{color:#262626}}@media only screen and (max-width:576px){.agent-grid .grid-wrap{display:grid;grid-template-columns:1fr}}