.video{background-color:#072b45;background-position:center center;background-repeat:no-repeat;background-size:cover;overflow:hidden;height:0;padding-bottom:56.25%;position:relative}.video__container{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:rgba(var(--color-dark-rgb),.3)}.video__container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video__element{width:100%;height:100%;display:none;position:relative;z-index:3;background:#000;border:none}.video__controls{position:relative;z-index:4;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.video__icon{font-size:50px;width:60px;height:60px;border:2px solid #fff;border-radius:100%;display:inline-flex;align-items:center;justify-content:center}@media (min-width:768px){.video__icon{font-size:100px;width:100px;height:100px}.video .video__icon{z-index:10;margin-bottom:30px}}.video__heading{display:none;font-weight:400;color:#fff;font-family:TheSerifOffice-Plain,sans-serif;font-size:30px;line-height:40px;margin-bottom:20px}@media (min-width:1200px){.video__heading{font-size:45px;line-height:55px}}.video__description{display:none;opacity:.7;font-family:TheSerifOffice-Plain,sans-serif;font-size:17px;line-height:27px}@media (min-width:1200px){.video__description{font-size:20px;line-height:30px}}@media (min-width:768px) and (min-width:1200px){.video .video__icon{margin-bottom:50px}}@media (min-width:768px){.video .video__description,.video .video__heading{display:block}}.video--is-playing .video__controls{display:none}.video--is-playing .video__element{display:block}