.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;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
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: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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);
  width: 100%;
  z-index: 1;
}
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-popupcloser {
  z-index: 2147483647 !important;
}
.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;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#058678;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E > .row .container { background-color: transparent; background-image: none; }#abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E > .row .container > .video-iframe-container { display: none; }#abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E > .row > .video-iframe-container { display: none; }#abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E > .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); }#abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E > .row .container { border-width: 0; border-radius: 0; }#abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E > .row .container { font-size:14px;font-family:arial;height:796px;width:1200px;position:relative;display:block; }#HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb { position:relative;display:block; }#HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb { background-color: transparent; background-image: none; }#HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb > .row .container > .video-iframe-container { display: none; }#HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb > .row > .video-iframe-container { display: none; }#HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb > .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); }#HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb { border-width: 0; border-radius: 0; }#HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb > .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:562px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Vt3XG6M1ZPOUUhmfi0CE15ZQTphB0eQf { position:absolute;display:block;z-index:15012;background-color:#058678;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:237px;width:200px;top:68px;left:105px;display:block; }
#EKcgsdIkORJBgMSqhpInIrvHw3fX9Hx7 { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8e06866-f587-4fa3-b8b5-a64cffabc769/MarkSchwitzerlett.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:340px;width:340px;top:94px;left:129px;display:block; }#EKcgsdIkORJBgMSqhpInIrvHw3fX9Hx7.adaptive-delivery-prevent-bg, #EKcgsdIkORJBgMSqhpInIrvHw3fX9Hx7.lazyload, #EKcgsdIkORJBgMSqhpInIrvHw3fX9Hx7.lazyloading { background-image: none; }
#dNaJsETonMTccCredBEyov31Ne8WCEkH { position:absolute;display:block;z-index:15011;background-color:#058678;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:20px;height:237px;width:200px;top:222px;left:295px;display:block; }
#TLIRnNAVNSOUVIR4VLrRZx8c4oIwnTUZ { color:#000000;display:block;width:497.998px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:111px;left:651px;height:312px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BwMm41may9RAo4e0EIlTTreCTgKgna9e { color:#000000;display:block;width:262px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:469px;left:887.984375px;height:39px;display:block; }
#NnPL1RhMqmCSdu6APXqQ0hN9oD0n3SwB { color:#000000;display:block;width:437.998px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:68px;left:683px;height:32.5px;font-style:normal;display:block; }
#qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ > .row .container { background-color: transparent; background-image: none; }#qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ > .row .container > .video-iframe-container { display: none; }#qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ > .row > .video-iframe-container { display: none; }#qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ > .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); }#qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ > .row .container { border-width: 0; border-radius: 0; }#qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { background-color: transparent; background-image: none; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container > .video-iframe-container { display: none; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row > .video-iframe-container { display: none; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .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); }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { border-width: 0; border-radius: 0; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#Twp3bq7TdoNEKgnTDdA0nO4C24Ahf9oL { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:31px;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:30px;left:0px;height:40.2969px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6 > .row .container { background-color: transparent; background-image: none; }#zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6 > .row .container > .video-iframe-container { display: none; }#zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6 > .row > .video-iframe-container { display: none; }#zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6 > .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); }#zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6 > .row .container { border-width: 0; border-radius: 0; }#zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6 > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz > .row .container { background-color: transparent; background-image: none; }#aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz > .row .container > .video-iframe-container { display: none; }#aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz > .row > .video-iframe-container { display: none; }#aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz > .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); }#aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz > .row .container { border-width: 0; border-radius: 0; }#aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz > .row .container { font-size:14px;font-family:arial;height:236px;width:1200px;position:relative;display:block; }#a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve > .row .container { background-color: transparent; background-image: none; }#a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve > .row .container > .video-iframe-container { display: none; }#a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve > .row > .video-iframe-container { display: none; }#a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve > .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); }#a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve > .row .container { border-width: 0; border-radius: 0; }#a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX > .row .container { background-color: transparent; background-image: none; }#pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX > .row .container > .video-iframe-container { display: none; }#pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX > .row > .video-iframe-container { display: none; }#pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX > .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); }#pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX > .row .container { border-width: 0; border-radius: 0; }#pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row .container { background-color: transparent; background-image: none; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row .container > .video-iframe-container { display: none; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row > .video-iframe-container { display: none; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .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); }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row .container { border-width: 0; border-radius: 0; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD > .row .container { background-color: transparent; background-image: none; }#DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD > .row .container > .video-iframe-container { display: none; }#DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD > .row > .video-iframe-container { display: none; }#DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD > .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); }#DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD > .row .container { border-width: 0; border-radius: 0; }#DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { background-color: transparent; background-image: none; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container > .video-iframe-container { display: none; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row > .video-iframe-container { display: none; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .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); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { border-width: 0; border-radius: 0; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { font-size:14px;font-family:arial;height:339px;width:1200px;position:relative;display:block; }#MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.4);background-image:none;border-top:2px solid #f07e0f;border-left:2px solid #f07e0f;border-right:2px solid #f07e0f;border-bottom:2px solid #f07e0f;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:51px;width:51px;top:42px;left:273px;display:block; }
#IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { color:#000000;display:block;width:55px;position:absolute;font-family:bitter;font-size:24px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:54px;left:272px;height:31.1979px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fon0sGofzdUlCJJfvLHGMihibgvnP28M { position:absolute;display:block;z-index:15000;background-color:#feae03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #f07e0f;border-left:5px solid #f07e0f;border-right:5px solid #f07e0f;border-bottom:5px solid #f07e0f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:149px;width:375px;top:109px;left:112px;display:block; }
#pLwalovwXHSLAz3V6C4DGlnUd9golK9E { color:#000000;display:block;width:373px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:136.6875px;left:115.9921875px;height:93.5859px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.4);background-image:none;border-top:2px solid #f07e0f;border-left:2px solid #f07e0f;border-right:2px solid #f07e0f;border-bottom:2px solid #f07e0f;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:51px;width:51px;top:40.015441894531px;left:872.52311706543px;display:block; }
#VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { color:#000000;display:block;width:55px;position:absolute;font-family:bitter;font-size:24px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:51.898162841797px;left:872.49223327637px;height:31.1979px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { color:#000000;display:block;width:340.992px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:120.984375px;left:733.4765625px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { position:absolute;display:block;z-index:15001;background-color:#feae03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #f07e0f;border-left:5px solid #f07e0f;border-right:5px solid #f07e0f;border-bottom:5px solid #f07e0f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:149px;width:375px;top:109px;left:712px;display:block; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:197px;left:875px; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; }#FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM > .row .container { background-color: transparent; background-image: none; }#FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM > .row .container > .video-iframe-container { display: none; }#FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM > .row > .video-iframe-container { display: none; }#FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM > .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); }#FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM > .row .container { border-width: 0; border-radius: 0; }#FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p > .row .container { background-color: transparent; background-image: none; }#CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p > .row .container > .video-iframe-container { display: none; }#CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p > .row > .video-iframe-container { display: none; }#CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p > .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); }#CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p > .row .container { border-width: 0; border-radius: 0; }#CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p > .row .container { font-size:14px;font-family:arial;height:551px;width:1200px;position:relative;display:block; }#oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3 > .row .container { background-color: transparent; background-image: none; }#oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3 > .row .container > .video-iframe-container { display: none; }#oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3 > .row > .video-iframe-container { display: none; }#oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3 > .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); }#oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3 > .row .container { border-width: 0; border-radius: 0; }#oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3 > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E { display:block; }#abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb { display:block; }#HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vt3XG6M1ZPOUUhmfi0CE15ZQTphB0eQf { top:68px;left:0px;width:200px;height:237px;display:block; }
 }@media only screen and (max-width: 763px) { #EKcgsdIkORJBgMSqhpInIrvHw3fX9Hx7 { top:94px;left:20px;width:340px;height:340px;display:block; }
 }@media only screen and (max-width: 763px) { #dNaJsETonMTccCredBEyov31Ne8WCEkH { top:222px;left:182px;width:200px;height:237px;display:block; }
 }@media only screen and (max-width: 763px) { #TLIRnNAVNSOUVIR4VLrRZx8c4oIwnTUZ { top:111px;left:267px;width:497px;height:312px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BwMm41may9RAo4e0EIlTTreCTgKgna9e { top:469px;left:502px;width:262px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #NnPL1RhMqmCSdu6APXqQ0hN9oD0n3SwB { top:68px;left:327px;width:437px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ { display:block; }#qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF { display:block; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twp3bq7TdoNEKgnTDdA0nO4C24Ahf9oL { top:30px;left:0px;width:764px;height:40px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6 { display:block; }#zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz { display:block; }#aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve { display:block; }#a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX { display:block; }#pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG6deJEdxi9vdaayi7MgcqZT1E0498Qo { display:block; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD { display:block; }#DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 { display:block; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { top:42px;left:164px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { top:54px;left:163px;width:55px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fon0sGofzdUlCJJfvLHGMihibgvnP28M { top:109px;left:3px;width:375px;height:149px;display:block; }
 }@media only screen and (max-width: 763px) { #pLwalovwXHSLAz3V6C4DGlnUd9golK9E { top:136px;left:6.9921875px;width:372px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { top:40px;left:545.52311706543px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { top:51px;left:545.49223327637px;width:55px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { top:120px;left:406.4765625px;width:340px;height:62px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { top:109px;left:385px;width:375px;height:149px;display:block; }
 }@media only screen and (max-width: 763px) { #os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { top:197px;left:548px;width:50px;height:50px;display:block; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM { display:block; }#FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p { display:block; }#CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3 { display:block; }#oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E { display:block; }#abp0DcIn2Hf9XbzZkUUDLsr2vwlqn18E > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb { display:block; }#HvoBaLAbPSiPTToZsRlsNOhFPttfJQUb > .row .container { width:320px;height:865px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vt3XG6M1ZPOUUhmfi0CE15ZQTphB0eQf { width:156px;height:185px;top:37.984375px;left:16.71875px;display:block; }
 }@media only screen and (max-width: 763px) { #EKcgsdIkORJBgMSqhpInIrvHw3fX9Hx7 { width:256.992px;height:256.992px;top:59.984375px;left:31.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #dNaJsETonMTccCredBEyov31Ne8WCEkH { width:200px;height:175px;top:163.984375px;left:104.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #TLIRnNAVNSOUVIR4VLrRZx8c4oIwnTUZ { width:285px;height:332.75px;top:445.859375px;left:17.484375px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BwMm41may9RAo4e0EIlTTreCTgKgna9e { width:225px;height:32.5px;top:810.859375px;left:47.5px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NnPL1RhMqmCSdu6APXqQ0hN9oD0n3SwB { width:291px;height:65px;top:363.90625px;left:14.484375px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ { display:block; }#qSTWgGnxtANpBPsZOTpOyN3tv0UygzlZ > .row .container { width:320px;height:108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF { display:block; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twp3bq7TdoNEKgnTDdA0nO4C24Ahf9oL { width:318px;height:78px;top:6px;left:-0.0234375px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6 { display:block; }#zMd9CcKsv8OAOIH7fTl4JbhhatQxBus6 > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz { display:block; }#aQd6qf9s9K1DtDb3Mv8p1Wg5EpyyITsz > .row .container { width:320px;height:701px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve { display:block; }#a6EQT9AUoMqxMHiMiUKs2wTNiFmTcTve > .row .container { width:320px;height:712px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX { display:block; }#pOgtTKwA7oLtAcM5zgf58kuZQBAqu8KX > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG6deJEdxi9vdaayi7MgcqZT1E0498Qo { display:block; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row .container { width:320px;height:39px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD { display:block; }#DFx9dTqOGHvOPlKwCZLcnLeMmoNORuoD > .row .container { width:320px;height:108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 { display:block; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { width:45px;height:45px;top:21px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { width:55px;height:23.3984px;top:34px;left:133px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fon0sGofzdUlCJJfvLHGMihibgvnP28M { width:299px;height:93px;top:79px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #pLwalovwXHSLAz3V6C4DGlnUd9golK9E { width:300px;height:70.1953px;top:93.99609375px;left:12px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { width:45px;height:45px;top:204px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { width:55px;height:23.3984px;top:217px;left:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { width:261px;height:46.7969px;top:273.99609375px;left:29.484375px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { width:299px;height:130px;top:259.9921875px;left:6.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { display:flex;width:38px;height:38px;top:333.99609375px;left:137.99609375px; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM { display:block; }#FEKSgPxsOBOP9tAZNm7QQLwq9FLs8XHM > .row .container { width:320px;height:111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p { display:block; }#CLW0cQnPqS7ltKXEe2PlP5iOf2Mc489p > .row .container { width:320px;height:705px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3 { display:block; }#oTKMOk5TPi5vRJOHUTmvVLzgU4JJPES3 > .row .container { width:320px;height:108px;position:relative;display:block; } }