@charset "UTF-8";
/* CSS Document */

h5, .h5 {
	
	color: red;
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden; /* Ensure no horizontal overflow */
}

.video-container2 {
    position: relative;
    width: 100%; /* Full width of the parent container */
    padding-top: 56.25%; /* Maintain a 16:9 aspect ratio */
    overflow: hidden;
}

.video-container2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensure no cropping, entire video is visible */
    background-color: black; /* Add a black background for letterboxing */
}

.block-form-5 .form-control {
			--cnvs-input-btn-border-color: transparent;
			--cnvs-input-focus-box-shadow: none;
		}

.cookie-notice {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #222;
  color: #fff;
  z-index: 9999;
  display: none;
  font-size: 0.875rem;
}

.cookie-notice a {
  color: #fff;
  text-decoration: underline;
}

.cookie-notice button {
  background-color: #007bff;
  border: none;
  color: #fff;
  padding: 6px 12px;
  font-size: 0.75rem;
  border-radius: 3px;
}
