html{background: #FFFFFF;}html.Normal,html.Basic.SMPagesViewer,html.SMPagesEditor.SMPagesContentPage,html.SMPagesEditor.SMPagesSystemPage.SMPagesFilenameHeader,html.SMPagesEditor.SMPagesSystemPage.SMPagesFilenameFooter{background-image: url("../../files/images/ovhc.Images/blurredsky.avif");}html.SMPagesCustomHeader div.TPLHeader, html.SMPagesEditor.SMPagesSystemPage.SMPagesFilenameHeader body{border-style: none;border: 1px solid #C28E2F;border: 1px solid rgba(194, 142, 47, 0.52);border-radius: 7px;-moz-box-shadow: 0px 0px 6.5px 6px rgba(194, 142, 47, 0.57);-webkit-box-shadow: 0px 0px 6.5px 6px rgba(194, 142, 47, 0.57);box-shadow: 0px 0px 6.5px 6px rgba(194, 142, 47, 0.57);background: #C28E2F;background: rgba(194, 142, 47, 0.52);font-family: Arial, Helvetica, sans-serif;color: #000000;}html.SMPagesEditor.SMPagesSystemPage.SMPagesFilenameHeader body{outline: none;}html.SMPagesEditor.SMPagesSystemPage.SMPagesFilenameHeader{width: 75%;}div.TPLMenu > ul{margin-top: 2em;border-style: none;border: 1px solid #C28E2F;border: 1px solid rgba(194, 142, 47, 0.52);border-radius: 7px;-moz-box-shadow: 0px 0px 6px 6.5px rgba(194, 142, 47, 0.57);-webkit-box-shadow: 0px 0px 6px 6.5px rgba(194, 142, 47, 0.57);box-shadow: 0px 0px 6px 6.5px rgba(194, 142, 47, 0.57);background: #C28E2F;background: rgba(194, 142, 47, 0.52);}div.TPLMenu > ul > li:hover, div.TPLMenu > ul > li.TPLMenuHover{background: #FFFFFF;background: rgba(255, 255, 255, 0.49);}div.TPLMenu > ul > li > a{font-family: Arial, Helvetica, sans-serif;color: #000000;font-weight: normal;font-style: italic;}div.TPLMenu li ul{background: #C28E2F;background: rgba(194, 142, 47, 0.52);}div.TPLMenu li ul li:hover, div.TPLMenu li ul li.TPLMenuHover{background: #FFFFFF;background: rgba(255, 255, 255, 0.49);}div.TPLMenu li ul li a{font-family: Arial, Helvetica, sans-serif;color: #000000;font-weight: normal;font-style: italic;}div.TPLPage, html.Basic.SMPagesViewer, html.SMPagesEditor.SMPagesContentPage{width: 75%;}html.SMPagesCardLayout div.TPLPage, html.Basic.SMPagesViewer.SMPagesCardLayout, html.SMPagesEditor.SMPagesContentPage.SMPagesCardLayout{width: 900px;}div.TPLContent, html.Basic.SMPagesViewer body, html.SMPagesEditor.SMPagesContentPage body{margin-top: 2em;}html.Basic.SMPagesViewer body, html.SMPagesEditor.SMPagesContentPage body{margin-top: 20px;margin-bottom: 20px;}html.SMPagesCardLayout div.TPLContent, html.Basic.SMPagesViewer.SMPagesCardLayout body, html.SMPagesEditor.SMPagesContentPage.SMPagesCardLayout body{margin: 0px;}html.SMPagesCardLayout div.TPLContent{margin-top: 20px;}html.SMPagesCardLayout div.TPLFooter{margin-bottom: 20px;}div.TPLContent, html.Basic.SMPagesViewer.SMPagesClassicLayout body, html.SMPagesEditor.SMPagesContentPage.SMPagesClassicLayout body{background: #C28E2F;background: rgba(194, 142, 47, 0.52);border-style: none;border: 1px solid #C28E2F;border: 1px solid rgba(194, 142, 47, 0.52);border-radius: 7px;-moz-box-shadow: 0px 0px 6px 6.5px rgba(194, 142, 47, 0.57);-webkit-box-shadow: 0px 0px 6px 6.5px rgba(194, 142, 47, 0.57);box-shadow: 0px 0px 6px 6.5px rgba(194, 142, 47, 0.57);}html.SMPagesCardLayout div.TPLContent{border: none;box-shadow: none;}div.TPLContent, html.Basic.SMPagesViewer.SMPagesClassicLayout body > *, html.SMPagesEditor.SMPagesContentPage.SMPagesClassicLayout body > *{font-family: Arial, Helvetica, sans-serif;font-size: 1.2em;color: #000000;}html.SMPagesEditor.SMPagesContentPage.SMPagesClassicLayout body:before,html.SMPagesEditor.SMPagesContentPage.SMPagesClassicLayout body:after{font-size: 1.2em;}html.SMPagesCardLayout div.TPLContent{font-family: verdana;font-size: 14px;color: #333333;}html.SMPagesCustomFooter div.TPLFooter, html.SMPagesEditor.SMPagesSystemPage.SMPagesFilenameFooter body{margin-top: 2em;padding-left: 0em;padding-right: 0em;border-style: none;border: 1px solid #C28E2F;border: 1px solid rgba(194, 142, 47, 0.52);border-radius: 7px;-moz-box-shadow: 0px 0px 6px 6.5px rgba(194, 142, 47, 0.57);-webkit-box-shadow: 0px 0px 6px 6.5px rgba(194, 142, 47, 0.57);box-shadow: 0px 0px 6px 6.5px rgba(194, 142, 47, 0.57);background: #C28E2F;background: rgba(194, 142, 47, 0.52);}html.SMPagesEditor.SMPagesSystemPage.SMPagesFilenameFooter body{margin-top: 20px;}html.SMPagesCustomFooter div.TPLFooter, html.SMPagesEditor.SMPagesSystemPage.SMPagesFilenameFooter body{color: #000000;}div.TPLLinks{color: #4F5B52;}div.TPLLinks a{color: #4F5B52;}.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}