.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}section[itemscope][itemtype="https://schema.org/FAQPage"] {
margin-top: 17px;
padding: 17px 5px 0 5px;
border-top: 1px solid #eee;
}
section[itemscope][itemtype="https://schema.org/FAQPage"] > h2 {
margin-bottom: 17px;
}
section[itemscope][itemtype="https://schema.org/FAQPage"] div[itemscope][itemprop="mainEntity"][itemtype="https://schema.org/Question"] {
margin-top: 1rem;
}
section[itemscope][itemtype="https://schema.org/FAQPage"] div[itemscope][itemprop="mainEntity"][itemtype="https://schema.org/Question"] h3 {
width: 100%;
padding: 1.2rem 1.4rem;
background: #fff;
border: none;
border-radius: .5rem;
box-shadow: 0 0 0 1px #e2e2e2;
font-size: 1rem;
font-weight: 700;
cursor: pointer;
position: relative;
transition: background .2s, box-shadow .2s;
}
section[itemscope][itemtype="https://schema.org/FAQPage"] div[itemscope][itemprop="mainEntity"][itemtype="https://schema.org/Question"] h3:hover {
background: #f7f7f7;
box-shadow: 0 0 0 2px #ddd;
}
section[itemscope][itemtype="https://schema.org/FAQPage"] div[itemscope][itemprop="mainEntity"][itemtype="https://schema.org/Question"] h3::after {
content: '';
position: absolute;
right: 1.4rem;
top: 50%;
width: 1.2rem;
height: 2px;
background: #222;
transform: translateY(-50%);
}
section[itemscope][itemtype="https://schema.org/FAQPage"] div[itemscope][itemprop="mainEntity"][itemtype="https://schema.org/Question"] h3::before {
content: '';
position: absolute;
right: 1.4rem;
top: 50%;
width: 1.2rem;
height: 2px;
background: #222;
transform: translateY(-50%) rotate(90deg);
transition: transform .2s;
}
section[itemscope][itemtype="https://schema.org/FAQPage"] div[itemscope][itemprop="mainEntity"][itemtype="https://schema.org/Question"].open h3::before {
transform: translateY(-50%) rotate(0deg);
}
section[itemscope][itemtype="https://schema.org/FAQPage"] div[itemscope][itemprop="acceptedAnswer"][itemtype="https://schema.org/Answer"] {
overflow: hidden;
max-height: 0;
transition: max-height .3s ease, padding .3s ease;
}
section[itemscope][itemtype="https://schema.org/FAQPage"] div[itemscope][itemprop="mainEntity"][itemtype="https://schema.org/Question"].open div[itemscope][itemprop="acceptedAnswer"][itemtype="https://schema.org/Answer"] {
padding: 1rem 1.4rem;
max-height: 1000px;
}
section[itemscope][itemtype="https://schema.org/FAQPage"] div[itemscope][itemprop="acceptedAnswer"][itemtype="https://schema.org/Answer"] p {
margin: .6rem 0;
line-height: 1.5;
}