.cc-window {
  -webkit-backdrop-filter: blur(10px);
  align-items: center;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  left: 0;
  padding: 1.25em;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

@media (max-width: 35em) {
  .cc-window {
    font-size: 0.75rem;
  }
}

.cc-message p {
  display: block;
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 390px) {
  .cc-message p {
    line-height: 1.8;
  }
}

.cc-message p span {
  display: block;
  font-size: clamp(1.25rem, 6vw, 1.6rem);
  font-weight: 300;
  margin-bottom: 0.6em;
  font-family: 'Raleway', sans-serif;
}

.cc-wrapper {
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  max-width: 37.5em;
  padding: 2.5em;
}

@media (max-width: 390px) {
  .cc-wrapper {
    padding: 2em;
  }
}

.cc-link {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.5);
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.5);
}

.cc-compliance {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0.7em -1em -0.5em;
}

@media (max-width: 560px) {
  .cc-compliance {
    flex-wrap: wrap;
  }
}

@supports (display: grid) {
  .cc-compliance {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    gap: 1em 2.5em;
    justify-content: unset;
    margin: 1.2em 0 0 0;
  }
}

.cc-invisible,
.cc-revoke {
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.cc-btn {
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  max-width: 17rem;
  padding: 0.5em 1em;
}

@media (max-width: 560px) {
  .cc-btn {
    max-width: 100%;
  }
}

@supports (display: grid) {
  .cc-btn {
    max-width: 100%;
    padding: 0;
  }
}

.cc-btn a {
  background-color: #393939;
  color: #fff;
  padding: 8px 13px;
  display: block;
  border-radius: 3px;
  letter-spacing: 5px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background-color 0.4s cubic-bezier(0, 0, 0, 1), color 0.4s cubic-bezier(0, 0, 0, 1);
}

@media (hover: hover) {
  .cc-allow a:hover, .cc-deny a:hover {
    background-color: #C59E5B;
  }
  
  .cc-link:hover {
  	color: #C59E5B;
  }
}

.dvc-iframe, .dvc-youtube {
	position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.dvc-iframe iframe, .dvc-youtube iframe{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.dvc-iframe .external-script-placeholder, .dvc-youtube .external-script-placeholder {
	position: absolute;
	width: 100%;	
}

.dvc-iframe .external-script-placeholder{
	padding: 3.125rem;
}

.dvc-youtube .external-script-placeholder {
	padding: 1.25rem;
}

.invisible {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/*.external-script-placeholder .ce_text {
	max-width: 1200px;
    margin: 0 auto;
}*/

.external-script-placeholder[data-hidden="true"] {
        display: none;
    }

.external-script-placeholder[data-hidden="false"] {
        display: block;
}

.external-script-placeholder {
  padding: 1.25rem;
  background-color: #eee;
  height: 100%;
  min-height: 22rem;
}

.googlemaps {
	height:100%;
    min-height: 22rem;
}

.dvc-youtube {
	font-size: 14px !important;
}

@media (max-width: 1280px) {
	.dvc-youtube {
		font-size: 10px !important;
		line-height: 2;
	}
	
	.dvc-youtube .external-script-placeholder {
		min-height: 10rem;
	}
}

@media (max-width: 896px) {
	.googlemaps, .dvc-iframe {
		font-size: 13px !important;
	}
	
	.dvc-iframe {
		padding-bottom: 100%;
	}
}

@media (max-width: 560px) {
	.dvc-iframe .external-script-placeholder {
		padding: 1.25rem;
	}
	
	.dvc-youtube .external-script-placeholder {
		line-height: 1.9;
	}
	
	.dvc-youtube .external-script-placeholder p {
		margin-bottom: 10px;
	}
}