.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: static;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gIErCkaTkqMqy2yg0oBLaX0VPk8vxQsd { position:fixed;z-index:199999;top:0;bottom:auto;left:0;right:0;display:block; }#gIErCkaTkqMqy2yg0oBLaX0VPk8vxQsd { background-color: transparent; background-image: none; }#gIErCkaTkqMqy2yg0oBLaX0VPk8vxQsd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gIErCkaTkqMqy2yg0oBLaX0VPk8vxQsd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gIErCkaTkqMqy2yg0oBLaX0VPk8vxQsd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gIErCkaTkqMqy2yg0oBLaX0VPk8vxQsd > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gIErCkaTkqMqy2yg0oBLaX0VPk8vxQsd { border-width: 0; border-radius: 0; }#gIErCkaTkqMqy2yg0oBLaX0VPk8vxQsd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#pmdvwzUVPgTRd938JM4oO9VJoxOcw62H { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51px;width:256px;top:21.946022033691px;left:677.01429382879px;overflow:hidden;display:block; }
#pyNngxhxEiEGtsdmLimOtK1DDtwbq5MQ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:87px;width:90px;top:4.9857954978943px;left:435px;overflow:hidden;display:block; }
#UMEIWR9Vle9HCaaQgteS7zquuIZnOGdm { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:85px;width:225px;top:7.4999995231628px;left:29.957366943359px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0.8);background-image:url(https://images.assets-landingi.com/FV9cbz70/kollazs_tamas.jpg);background-position:bottom center;background-repeat:repeat-y;background-attachment:fixed;background-size:contain;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:725px;width:960px;overflow:visible;position:relative;display:block; }#MCmxZTfgPxemgZWOeSSwqWtXL0yZtdkJ { color:#000000;display:block;width:597px;position:absolute;font-family:harddog2;font-size:48px;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:127.98295593262px;left:37.90625px;height:115px;font-style:normal;display:block; }
#AvpQ9tdW3Kvg8BFicRN8TPiBPI0DwzCG { color:#000000;display:block;width:428px;position:absolute;font-family:harddog2;font-size:21px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:272.94033813477px;left:24.84375px;height:82px;display:block; }
#EzRxTRdnJSRtvxBXvmi9JlC0X7QFTBN7 { background-color:#0043fa;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:harddog2;font-size:23px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:257px;height:55px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:128.98295593262px;left:672.98291015625px;display:block; }
#hagIlUUkG6bPUt5Kl4W0ZfUfPQZaELes { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#vhT9Bkq22O7MnugB5xb4DSa6nCGhFAbv { background-color:#0043fa;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:harddog2;font-size:24px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:255px;height:55px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:198.98863220215px;left:672.98291015625px;display:block; }
#a01NXt7w0UlWlMPPniJzdh89trbJTo9d { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#tvuM9J7qlGI2AdyitBoytWsF4JS551q1 { background-color:#ff0000;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:harddog2;font-size:43px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:358px;height:75px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:626.88916015625px;left:300.99432373047px;display:block; }
#tIMMn2e6HlKKKSdDTyDxLeEr6n8p68Ph { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#Xmyon8CsDEuZc8JVKcKFETg85bia9Ppd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:295px;width:446px;top:286.88067626953px;left:484.95733642578px;display:block; }
#cBX9bcPH87vBUkVe0T7FvAbS1firDRxE { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0.95);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1478px;width:960px;top:6.9886360168457px;left:0;display:block; }
#bAX7SVCyXnAXUoirkVW6dqDx6HVC2pdE { color:#000000;display:block;width:420px;position:absolute;font-family:harddog2;font-size:21px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:369.91192626953px;left:24.84375px;height:82px;display:block; }
#uKW6s50hpDmU0yZZTizSbWpELnHD3N57 { color:#000000;display:block;width:95px;position:absolute;font-family:harddog2;font-size:22px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:479.90054321289px;left:25.326690673828px;height:28px;font-style:normal;display:block; }
#W4ZsbzEpLLWcGtAPuQai53NwUdRTPDKW { color:#000000;display:block;width:327px;position:absolute;font-family:harddog2;font-size:22px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:510.89489746094px;left:25.326690673828px;height:28px;font-style:normal;display:block; }
#VsS4760KVZ4LH89mwTwGNNkzagQLHAIg { color:#000000;display:block;width:235px;position:absolute;font-family:harddog2;font-size:18px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:542.89202880859px;left:24.84375px;height:46px;font-style:normal;display:block; }
#wupQauWvDCJHcD4l0gatEaQsm7EdaAk2 { color:#000000;display:block;width:235px;position:absolute;font-family:harddog2;font-size:18px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:483.40054321289px;left:120.29827880859px;height:23px;font-style:normal;display:block; }
#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.8);background-image:url(https://images.assets-landingi.com/FV9cbz70/kollazs_tamas.jpg);background-position:bottom center;background-repeat:repeat-y;background-attachment:fixed;background-size:contain;position:relative;display:block; }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row .container { background-color: transparent; background-image: none; }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row .container { border-width: 0; border-radius: 0; }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row .container { font-size:14px;font-family:arial;height:760px;width:960px;position:relative;display:block; }#vByyGUn1JpoS56ESS6LXCOK9Nx5STMF4 { color:#000000;display:block;width:384px;position:absolute;font-family:harddog2;font-size:55px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:8.9488677978516px;left:287.28692626953px;height:71px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HatfysK9878Zri5q3AzwSW88O3uZIyfI { color:#000000;display:block;width:897px;position:absolute;font-family:harddog2;font-size:18px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:144.98858642578px;left:30.823852539062px;height:478px;font-style:normal;display:block; }
#nlNBDPNBC9MS0oObnd0EBl3sa12rPpZ8 { background-color:#ff0000;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:harddog2;font-size:42px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:358px;height:75px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:659.98010253906px;left:300.3125px;display:block; }
#Mbn1BV39yqqD5VrTS9zL4X6O0vfWeVLL { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#JFJJdVbAO1uK45rn8VtVoTOAFqbyCy4T { color:#000000;display:block;width:453px;position:absolute;font-family:harddog2;font-size:27px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:88.948883056641px;left:82.798278808594px;height:35px;font-style:normal;display:block; }
@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #gIErCkaTkqMqy2yg0oBLaX0VPk8vxQsd { display:block; }#gIErCkaTkqMqy2yg0oBLaX0VPk8vxQsd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pmdvwzUVPgTRd938JM4oO9VJoxOcw62H { width:256px;height:51px;top:21px;left:482px;display:block; }
 }@media only screen and (max-width: 959px) { #pyNngxhxEiEGtsdmLimOtK1DDtwbq5MQ { width:90px;height:87px;top:4px;left:337px;display:block; }
 }@media only screen and (max-width: 959px) { #UMEIWR9Vle9HCaaQgteS7zquuIZnOGdm { width:225px;height:85px;top:7px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0.95);background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:764px;height:674px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MCmxZTfgPxemgZWOeSSwqWtXL0yZtdkJ { width:432px;height:95px;top:105.95454406738px;left:165.98011398315px;font-size:40px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #AvpQ9tdW3Kvg8BFicRN8TPiBPI0DwzCG { width:290px;height:91px;top:213.95169067383px;left:15px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #EzRxTRdnJSRtvxBXvmi9JlC0X7QFTBN7 { width:257px;height:55px;top:128px;left:507px;display:none; }
 }@media only screen and (max-width: 959px) { #hagIlUUkG6bPUt5Kl4W0ZfUfPQZaELes { display:block; }
 }@media only screen and (max-width: 959px) { #vhT9Bkq22O7MnugB5xb4DSa6nCGhFAbv { width:255px;height:55px;top:198px;left:509px;display:none; }
 }@media only screen and (max-width: 959px) { #a01NXt7w0UlWlMPPniJzdh89trbJTo9d { display:block; }
 }@media only screen and (max-width: 959px) { #tvuM9J7qlGI2AdyitBoytWsF4JS551q1 { width:358px;height:75px;top:570.98010253906px;left:202.99715805054px;display:block; }
 }@media only screen and (max-width: 959px) { #tIMMn2e6HlKKKSdDTyDxLeEr6n8p68Ph { display:block; }
 }@media only screen and (max-width: 959px) { #Xmyon8CsDEuZc8JVKcKFETg85bia9Ppd { width:406px;height:268px;top:232.47158813477px;left:346.17896652222px;display:block; }
 }@media only screen and (max-width: 959px) { #cBX9bcPH87vBUkVe0T7FvAbS1firDRxE { width:764px;height:1478px;top:6px;left:0;display:none; }
 }@media only screen and (max-width: 959px) { #bAX7SVCyXnAXUoirkVW6dqDx6HVC2pdE { width:289px;height:91px;top:320.98294067383px;left:15px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #uKW6s50hpDmU0yZZTizSbWpELnHD3N57 { width:95px;height:28px;top:426px;left:15px;display:block; }
 }@media only screen and (max-width: 959px) { #W4ZsbzEpLLWcGtAPuQai53NwUdRTPDKW { width:307px;height:28px;top:457px;left:15px;display:block; }
 }@media only screen and (max-width: 959px) { #VsS4760KVZ4LH89mwTwGNNkzagQLHAIg { width:235px;height:46px;top:489px;left:15px;display:block; }
 }@media only screen and (max-width: 959px) { #wupQauWvDCJHcD4l0gatEaQsm7EdaAk2 { width:166px;height:24px;top:431px;left:125px;display:block; }
 }@media only screen and (max-width: 959px) { #LbJv689uIukU1GdpULyMQ8IPhfT6IiJT { background-color:rgba(0,0,0,0.95);background-image:none;display:block; }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row .container { background-color: transparent; background-image: none; }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row .container { width:764px;height:691px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vByyGUn1JpoS56ESS6LXCOK9Nx5STMF4 { width:384px;height:71px;top:1.9744262695312px;left:195.98011398315px;display:block; }
 }@media only screen and (max-width: 959px) { #HatfysK9878Zri5q3AzwSW88O3uZIyfI { width:752px;height:440px;top:118.99145507812px;left:10.994318008423px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #nlNBDPNBC9MS0oObnd0EBl3sa12rPpZ8 { width:358px;height:75px;top:589.98010253906px;left:201.99146652222px;display:block; }
 }@media only screen and (max-width: 959px) { #Mbn1BV39yqqD5VrTS9zL4X6O0vfWeVLL { display:block; }
 }@media only screen and (max-width: 959px) { #JFJJdVbAO1uK45rn8VtVoTOAFqbyCy4T { width:453px;height:35px;top:72.954528808594px;left:35.994316101074px;display:block; }
 }@media only screen and (max-width: 763px) { body { display:block; }
 }@media only screen and (max-width: 763px) { #gIErCkaTkqMqy2yg0oBLaX0VPk8vxQsd { position:fixed;z-index:199999;top:0;bottom:auto;left:0;right:0;display:block; }#gIErCkaTkqMqy2yg0oBLaX0VPk8vxQsd > .row .container { width:320px;height:63px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmdvwzUVPgTRd938JM4oO9VJoxOcw62H { width:108px;height:21px;top:16.448863983154px;left:205.99999332428px;display:block; }
 }@media only screen and (max-width: 763px) { #pyNngxhxEiEGtsdmLimOtK1DDtwbq5MQ { width:59px;height:55px;top:0;left:129.48862552643px;display:block; }
 }@media only screen and (max-width: 763px) { #UMEIWR9Vle9HCaaQgteS7zquuIZnOGdm { width:91px;height:34px;top:10.474431037903px;left:12.965909004211px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0.95);background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:688px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCmxZTfgPxemgZWOeSSwqWtXL0yZtdkJ { width:320px;height:69px;top:72.991477966309px;left:0;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #AvpQ9tdW3Kvg8BFicRN8TPiBPI0DwzCG { width:305px;height:58px;top:150.98863220215px;left:6.9886350631714px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #EzRxTRdnJSRtvxBXvmi9JlC0X7QFTBN7 { width:189px;height:45px;top:532.86929702759px;left:65.497155189514px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #hagIlUUkG6bPUt5Kl4W0ZfUfPQZaELes { display:block; }
 }@media only screen and (max-width: 763px) { #vhT9Bkq22O7MnugB5xb4DSa6nCGhFAbv { width:193px;height:44px;top:442.95453262329px;left:72.997155189514px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #a01NXt7w0UlWlMPPniJzdh89trbJTo9d { display:block; }
 }@media only screen and (max-width: 763px) { #tvuM9J7qlGI2AdyitBoytWsF4JS551q1 { width:291px;height:55px;top:405.96588134766px;left:14.474431037903px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #tIMMn2e6HlKKKSdDTyDxLeEr6n8p68Ph { display:block; }
 }@media only screen and (max-width: 763px) { #Xmyon8CsDEuZc8JVKcKFETg85bia9Ppd { height:193px;width:288px;top:483.9772644043px;left:14.985795021057px;display:block; }
 }@media only screen and (max-width: 763px) { #cBX9bcPH87vBUkVe0T7FvAbS1firDRxE { width:320px;height:1505px;top:10px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #bAX7SVCyXnAXUoirkVW6dqDx6HVC2pdE { width:298px;height:57px;top:217.99147033691px;left:10.994317054749px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uKW6s50hpDmU0yZZTizSbWpELnHD3N57 { width:95px;height:25px;top:280.98861694336px;left:29.999997138977px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #W4ZsbzEpLLWcGtAPuQai53NwUdRTPDKW { width:290px;height:25px;top:307.99145507812px;left:14.999999046326px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VsS4760KVZ4LH89mwTwGNNkzagQLHAIg { width:235px;height:40px;top:341.99716186523px;left:41.988633155823px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wupQauWvDCJHcD4l0gatEaQsm7EdaAk2 { width:154px;height:20px;top:285.98861694336px;left:122.99715518951px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LbJv689uIukU1GdpULyMQ8IPhfT6IiJT { background-color:rgba(0,0,0,0.95);background-image:none;display:block; }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row .container { background-color: transparent; background-image: none; }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LbJv689uIukU1GdpULyMQ8IPhfT6IiJT > .row .container { width:320px;height:948px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vByyGUn1JpoS56ESS6LXCOK9Nx5STMF4 { width:320px;height:50px;top:9.9886474609375px;left:0;text-align:center;text-align-last:center;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #HatfysK9878Zri5q3AzwSW88O3uZIyfI { width:299px;height:763px;top:91.963073730469px;left:9.4744310379028px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nlNBDPNBC9MS0oObnd0EBl3sa12rPpZ8 { width:282px;height:55px;top:872.95739746094px;left:18.991477012634px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Mbn1BV39yqqD5VrTS9zL4X6O0vfWeVLL { display:block; }
 }@media only screen and (max-width: 763px) { #JFJJdVbAO1uK45rn8VtVoTOAFqbyCy4T { width:320px;height:25px;top:56.991516113281px;left:0;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }