.reference-tile{height:100%;min-height:20vh;background-color:#f5f5f5;}@media screen and (max-width:599px){.reference-tile{min-height:22vh;}}.reference-tile__card{display:flex;flex-direction:column;align-items:center;height:100%;background-color:var(--opencloud-bg);transition:0.2s ease-in-out;position:relative;justify-content:center;}.reference-tile--withcontent:hover .reference-tile__card{background-color:#fff;cursor:pointer;}.reference-tile__arrow{transform:rotate(0deg);transition:0.2s ease-in-out;position:absolute;bottom:20px;}@media screen and (max-width:599px){.reference-tile__arrow{bottom:10px;}}.reference-tile__arrow-poly{fill:var(--petrol);}.reference-tile--open .reference-tile__arrow{transform:rotate(180deg);}.reference-tile__body{position:relative;margin-top:15px;margin-bottom:15px;}@media (min-width:1025px){.reference-tile__body{margin-top:30px;margin-bottom:30px;}}.reference-tile__close{position:absolute;top:0;right:0;width:22px;height:22px;cursor:pointer;}.reference-tile__close:before,.reference-tile__close:after{position:absolute;top:10px;content:'';display:block;width:22px;height:2px;background-color:var(--petrol);transition:0.3s ease-in-out;transform:rotate(45deg);}.reference-tile__close:after{transform:rotate(-45deg);}.reference-tile--open .reference-tile__card{background-color:#fff;}
