document.getElementById("6fb68a88020d3c3f2280a8e201342175").innerHTML=' ';
document.write('');
var w = document.getElementById("6fb68a88020d3c3f2280a8e201342175").parentElement.clientWidth;
var h;
if(w >= 992) {
h = 745;
}
if(w < 992) {
h = 684;
}
if(w < 768) {
h = 860;
}
if(w < 576) {
h = 1069;
}
if(w < 420) {
h = 1069;
}
document.getElementById("iframe-6fb68a88020d3c3f2280a8e201342175").style.width='100%';
document.getElementById("iframe-6fb68a88020d3c3f2280a8e201342175").style.height=(h+100) + 'px';
const iframe = document.getElementById("iframe-6fb68a88020d3c3f2280a8e201342175");
window.addEventListener('message', (e) => {
if(e.data.type && e.data.type === 'resize-iframe') {
iframe.style.height = e.data.payload.height + 'px'
}
}, false)
document.write( '' );