.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-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;
  }
}
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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5H1N0c39/pattern.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .row > .video-iframe-container { display: none; }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .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); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/612d44b7-4b6d-46fa-8367-438fcd8ef28c/DSCF7998.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.adaptive-delivery-prevent-bg, #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.lazyload, #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.lazyloading { background-image: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { background-color: transparent; background-image: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container > .video-iframe-container { display: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container { display: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .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); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { border-width: 0; border-radius: 0; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { width:960px;height:782px;font-size:14px;font-family:arial;position:relative;display:block; }#b7Vbh8Ru43HHwSo3uuTTZpieuMy2siAp { color:#000000;display:block;width:241px;position:absolute;font-family:ubuntu;font-size:72px;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:83px;left:651.5px;height:158.375px;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;text-align:right;text-align-last:right;display:block; }
#SZZgSvc9niW4QaqpVH47J2SSTx9vchLH { color:#000000;display:block;width:261px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:258px;left:632.5px;height:61.5938px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-form-header {  }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-regular-label { height:auto;display:block;font-family:"titillium web";font-size:14px;font-weight:bold;color:#f2f9ff;width:200px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-text { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:200px;box-sizing:border-box;height:41px;color:#ffffff;font-size:6px;overflow:hidden;font-family:ubuntu; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-text {padding-top: 0; padding-bottom: 0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-textarea { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:200px;box-sizing:border-box;height:70px;color:#ffffff;font-size:6px;overflow:hidden;font-family:ubuntu; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-select { background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.35);border-right:2px solid rgba(242,249,255,0.35);border-bottom:2px solid rgba(242,249,255,0.35);border-left:2px solid rgba(242,249,255,0.35);padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:200px;box-sizing:border-box;height:41px;font-family:"titillium web";color:#ffffff;font-size:13px;overflow:hidden; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-select {padding-top: 0; padding-bottom: 0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-button { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-left:2px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:19px;font-weight:400;color:#f2f9ff;width:200px;height:55px;font-family:ubuntu;overflow:hidden;font-style:normal; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA [class*="-text"]:-moz-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:13px; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA [class*="-text"]::-moz-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:13px; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA [class*="-text"]:-ms-input-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:13px; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA [class*="-text"]::-webkit-input-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:13px; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"titillium web";font-size:12px;font-weight:400;color:#f2f9ff;vertical-align:top;width:180px;overflow:hidden;font-style:normal; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:16px;height:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"titillium web";font-size:12px;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-container:first-of-type{padding-top:0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-container:last-of-type{padding-bottom:0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA  { background-color:#bacbc0;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:200px;height:auto;border-top:6px solid #ffffff;border-left:6px solid #ffffff;border-right:6px solid #ffffff;border-bottom:6px solid #ffffff;left:651.484375px;top:350.984375px;z-index:15002;position:absolute; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:200px; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-info-text { display:block;height:auto;font-family:"titillium web";font-size:12px;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA {display:block;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA { background-color:#bacbc0;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:200px;height:auto;border-top:6px solid #ffffff;border-left:6px solid #ffffff;border-right:6px solid #ffffff;border-bottom:6px solid #ffffff;left:651.484375px;top:350.984375px;z-index:15002;position:absolute; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #o7fSZFKnrBxgHVObgm6Asr5T0v7Hxn4K { position:relative; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #XmTgGO2RlqKOan1e8RxXfh3n6nZmDPeb { position:relative;display:block; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #LTFQVq65k27cp0WTdFyFMHkS1Q6NSVIk { position:relative; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #ItaeWim3NWCDaZ3BWpk4S24FOMITZgKo { position:relative; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #xncIgPvswbszCEn2rI541CxJWv250QSp { position:relative; }
#HZFQU6evk2kmT6DSKuedH8VTITZOO14f { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:8px solid #bacbc0;border-left:8px solid #bacbc0;border-right:8px solid #bacbc0;border-bottom:8px solid #bacbc0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:580px;width:745px;top:45px;left:168px;display:block; }
#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container { background-color: transparent; background-image: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container > .video-iframe-container { display: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container { display: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .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); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container { border-width: 0; border-radius: 0; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container { font-size:14px;font-family:arial;height:600px;width:960px;position:relative;display:block; }#TQdMTqpWEm3uTyH1pbuxtMn9AK3dyDbh { color:#000201;display:block;width:387px;position:absolute;font-family:ubuntu;font-size:72px;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:51px;left:26px;height:158.375px;font-style:normal;display:block; }
#AeuDWSXh8uchMcqCWVVJTTZrcESi88Km { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:4px solid #bacbc0;border-left:4px solid #bacbc0;border-right:4px solid #bacbc0;border-bottom:4px solid #bacbc0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:186px;width:582px;top:33px;left:0px;display:block; }
#tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 { color:#ffffff;display:block;width:269.994px;position:absolute;font-family:ubuntu;font-size:29px;font-weight:300;z-index:15001;line-height:2.3;letter-spacing:0;top:301.99657058716px;left:64.988418579102px;height:;font-style:normal;display:block; }#tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 li:before{  }
#dBEubDqRZJT6A7K6vzcT2WXsVgZs0phX { position:absolute;display:block;z-index:14998;background-color:#bacbc0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:6px solid #ffffff;border-left:6px solid #ffffff;border-right:6px solid #ffffff;border-bottom:6px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:308px;width:336px;top:247px;left:26px;display:block; }
#tsiLyXaoMX6o9uO89nQUo500eZqFG9XJ { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:410px;width:547px;top:102.99479198456px;left:338px;overflow:hidden;display:block; }
#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp { position:relative;display:block; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp { background-color: transparent; background-image: none; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container > .video-iframe-container { display: none; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row > .video-iframe-container { display: none; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .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); }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp { border-width: 0; border-radius: 0; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .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; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bacbc0;background-image:none;font-size:14px;font-family:arial;height:90px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZTKirwOce8pihkN5RIU75T5fOXSe49vX { color:#ffffff;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:50px;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:3px 1px 36px rgba(186,203,192,0.5);top:15px;left:0px;height:60px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ { position:relative;display:block; }#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ { background-color: transparent; background-image: none; }#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ > .row .container > .video-iframe-container { display: none; }#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ > .row > .video-iframe-container { display: none; }#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ > .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); }#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ { border-width: 0; border-radius: 0; }#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:345px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iripR0bao024UUDXwZKW1T9139cbTkQh { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #bacbc0;border-left:4px solid #bacbc0;border-right:4px solid #bacbc0;border-bottom:4px solid #bacbc0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:110px;width:110px;top:0px;left:101px;display:block; }
#VG8IfcakKANTZE3431Bc5EOEBhLm8mFz { box-sizing:content-box;color:#000201;font-size:60px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:16px;left:117px;display:block; }
#LipHIABkmqCldvmOtd5TEOVTvknoVzPz { color:#bacbc0;display:block;width:260px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:140px;left:30px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZMW9p4DwEWmI3EOJdGSb1grhshznwoVA { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #bacbc0;border-left:4px solid #bacbc0;border-right:4px solid #bacbc0;border-bottom:4px solid #bacbc0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:110px;width:110px;top:0px;left:421px;display:block; }
#oHl9InNsz6t1p5Dtw01DDlITuxQ1GKLL { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #bacbc0;border-left:4px solid #bacbc0;border-right:4px solid #bacbc0;border-bottom:4px solid #bacbc0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:110px;width:110px;top:0px;left:741px;display:block; }
#G8ugFpuTD73AJcaVN5hKRcPGOB5wMlhf { color:#bacbc0;display:block;width:260px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:140px;left:350px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5SiLVnXvCu5fZFCyXv5XGiZQHTExnkb { color:#bacbc0;display:block;width:260px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:140px;left:670px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VV7NzLDRWN9ptDplKIJ7llLtZ8EJ97IJ { box-sizing:content-box;color:#000201;font-size:60px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:16px;left:757px;display:block; }
#dMQs0kiSZh3IABAxMHNJ8ZNu63ddBmJm { box-sizing:content-box;color:#000201;font-size:60px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:16px;left:437px;display:block; }
#yIgUSPAnM8790RAs2sSF5siczsWpvfGH { box-sizing:content-box;color:#000201;font-size:60px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:16px;left:757px;display:block; }
#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container { background-color: transparent; background-image: none; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container > .video-iframe-container { display: none; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row > .video-iframe-container { display: none; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .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); }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container { border-width: 0; border-radius: 0; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container { font-size:14px;font-family:arial;height:894px;width:960px;position:relative;display:block; }#MsKs42bySww7Zt9CknWE4sB0WQrJ7HTL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:284px;width:379px;top:0px;left:0px;overflow:hidden;display:block; }
#CKaCNTXylwPUfsankbrAQTaZfgwUdaaf { position:absolute;display:block;z-index:14987;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:284px;width:378px;top:293px;left:0px;overflow:hidden;display:block; }
#TUCMnLdoyaXGmwPr1LWzU6s2AgndQ1l7 { color:#bacbc0;display:block;width:433px;position:absolute;font-family:ubuntu;font-size:62px;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:62px;left:471px;height:186px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Hws8L7vTrMF7LEh00mv2Wnu401XuSF2g { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:4px solid #000201;border-left:4px solid #000201;border-right:4px solid #000201;border-bottom:4px solid #000201;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:156px;width:716px;top:42px;left:202px;display:block; }
#sAooNTDEk0eLoQGuZynibnv7RwAW0Fob { color:#000000;display:block;width:491px;position:absolute;font-family:ubuntu;font-size:21px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:237.6875px;left:442px;height:300.266px;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;text-align:center;text-align-last:center;display:block; }
#nSMxDJO8A6mBoKvDktn67p4iQgiZxNrM { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:283px;width:377px;top:592.98031616211px;left:0px;overflow:hidden;display:block; }
#JSdD8WyuEpHgMeWKVvcDrnicMdZZiIlm { position:absolute;display:block;z-index:14989;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:281px;width:374px;top:593.47232055664px;left:455.98384094238px;overflow:hidden;display:block; }
#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa { border-top:10px solid #bacbc0;border-left:10px solid #bacbc0;border-right:10px solid #bacbc0;border-bottom:10px solid #bacbc0;background-color:#bacbc0;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; }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row .container { background-color: transparent; background-image: none; }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row .container > .video-iframe-container { display: none; }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row > .video-iframe-container { display: none; }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .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); }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row .container { border-width: 0; border-radius: 0; }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row .container { font-size:14px;font-family:arial;height:444px;width:960px;position:relative;display:block; }#xT0eVZyubGstd2FTimC17AaXqgXWiDH2 { position:absolute;display:block;z-index:15003;border-top:6px solid #ffffff;border-left:6px solid #ffffff;border-right:6px solid #ffffff;border-bottom:6px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:249px;width:225px;top:44.3125px;left:111.109375px;overflow:hidden;display:block; }
#BgTeHX4VzXE9dvuDCllWH7VPopXqZnAA { color:#000000;display:block;width:411px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:129px;left:448.5px;height:155.9375px;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;text-align:right;text-align-last:right;display:block; }
#Z1FvPWxOsnZ9LEwTck0wWKXoeeHGoPg9 { color:#000000;display:block;width:449px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:21.317710876465px;left:409.5px;height:77px;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;text-align:right;text-align-last:right;display:block; }
#brxMGp1qRHvqs0JLz02rsSsa1uckq7XX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40px;width:160px;top:362px;left:149.609375px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt { display:block; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7Vbh8Ru43HHwSo3uuTTZpieuMy2siAp { width:320px;height:171px;top:112px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #SZZgSvc9niW4QaqpVH47J2SSTx9vchLH { width:320px;height:60px;top:305px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-regular-label { display:block; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-checkbox-label { width:180px; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA  { width:220px;height:auto; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA {display:block;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA { width:220px;height:auto; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #o7fSZFKnrBxgHVObgm6Asr5T0v7Hxn4K {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #XmTgGO2RlqKOan1e8RxXfh3n6nZmDPeb { display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #LTFQVq65k27cp0WTdFyFMHkS1Q6NSVIk {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #ItaeWim3NWCDaZ3BWpk4S24FOMITZgKo {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #xncIgPvswbszCEn2rI541CxJWv250QSp {  }
 }@media only screen and (max-width: 763px) { #HZFQU6evk2kmT6DSKuedH8VTITZOO14f { width:572px;height:552px;top:70px;left:184px;display:block; }
 }@media only screen and (max-width: 763px) { #VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq { display:block; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq { background-color: transparent; background-image: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container > .video-iframe-container { display: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container { display: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .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); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container { width:764px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container.adaptive-delivery-prevent-bg, #VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container.lazyload, #VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #TQdMTqpWEm3uTyH1pbuxtMn9AK3dyDbh { width:312px;height:88px;top:130px;left:30px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #AeuDWSXh8uchMcqCWVVJTTZrcESi88Km { width:460px;height:152px;top:94px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 { width:310px;height:125px;top:293px;left:31px;font-size:16px;display:block; }#tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 li:before{  }
 }@media only screen and (max-width: 763px) { #dBEubDqRZJT6A7K6vzcT2WXsVgZs0phX { top:247px;left:0px;width:336px;height:308px;display:block; }
 }@media only screen and (max-width: 763px) { #tsiLyXaoMX6o9uO89nQUo500eZqFG9XJ { top:102px;left:142px;width:547px;height:410px;display:block; }
 }@media only screen and (max-width: 763px) { #szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp { display:block; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTKirwOce8pihkN5RIU75T5fOXSe49vX { width:764px;height:60px;top:15px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ { display:block; }#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iripR0bao024UUDXwZKW1T9139cbTkQh { width:110px;height:110px;top:0px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #VG8IfcakKANTZE3431Bc5EOEBhLm8mFz { width:50px;height:50px;top:34px;left:107px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #LipHIABkmqCldvmOtd5TEOVTvknoVzPz { width:260px;height:130px;top:140px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ZMW9p4DwEWmI3EOJdGSb1grhshznwoVA { width:110px;height:110px;top:0px;left:326.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #oHl9InNsz6t1p5Dtw01DDlITuxQ1GKLL { width:110px;height:110px;top:0px;left:582.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #G8ugFpuTD73AJcaVN5hKRcPGOB5wMlhf { width:260px;height:130px;top:140px;left:248px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #T5SiLVnXvCu5fZFCyXv5XGiZQHTExnkb { width:260px;height:130px;top:140px;left:502px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VV7NzLDRWN9ptDplKIJ7llLtZ8EJ97IJ { width:50px;height:50px;top:34px;left:107px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #dMQs0kiSZh3IABAxMHNJ8ZNu63ddBmJm { width:50px;height:50px;top:34px;left:107px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #yIgUSPAnM8790RAs2sSF5siczsWpvfGH { width:50px;height:50px;top:34px;left:107px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #q8To9wbGAALUJhz4iVmTVCznRxpTkdrl { display:block; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container { width:764px;height:483px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsKs42bySww7Zt9CknWE4sB0WQrJ7HTL { width:197px;height:148px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CKaCNTXylwPUfsankbrAQTaZfgwUdaaf { width:213px;height:159px;top:160px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TUCMnLdoyaXGmwPr1LWzU6s2AgndQ1l7 { width:312px;height:44px;top:82px;left:423px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Hws8L7vTrMF7LEh00mv2Wnu401XuSF2g { width:460px;height:104px;top:48px;left:296px;display:block; }
 }@media only screen and (max-width: 763px) { #sAooNTDEk0eLoQGuZynibnv7RwAW0Fob { width:310px;height:148px;top:191px;left:424px;display:block; }
 }@media only screen and (max-width: 763px) { #nSMxDJO8A6mBoKvDktn67p4iQgiZxNrM { width:197px;height:148px;top:160px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JSdD8WyuEpHgMeWKVvcDrnicMdZZiIlm { width:201px;height:151px;top:160px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa { display:block; }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT0eVZyubGstd2FTimC17AaXqgXWiDH2 { top:44px;left:13.109375px;width:225px;height:249px;display:block; }
 }@media only screen and (max-width: 763px) { #BgTeHX4VzXE9dvuDCllWH7VPopXqZnAA { width:310px;height:148px;top:191px;left:424px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1FvPWxOsnZ9LEwTck0wWKXoeeHGoPg9 { width:320px;height:171px;top:112px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #brxMGp1qRHvqs0JLz02rsSsa1uckq7XX { top:362px;left:51.609375px;width:160px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt { background-color:#fffafa;background-image:url("https://images.assets-landingi.com/uc/612d44b7-4b6d-46fa-8367-438fcd8ef28c/DSCF7998.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.adaptive-delivery-prevent-bg, #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.lazyload, #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.lazyloading { background-image: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { background-color: transparent; background-image: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container > .video-iframe-container { display: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container { display: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .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); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { width:320px;height:671px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7Vbh8Ru43HHwSo3uuTTZpieuMy2siAp { width:280px;height:107.781px;top:60px;left:20px;text-align:left;text-align-last:left;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #SZZgSvc9niW4QaqpVH47J2SSTx9vchLH { width:280px;height:61.5938px;top:208px;left:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-regular-label { display:block; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-checkbox-label { width:180px; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA  { width:220px;height:auto; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA {display:block;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA { width:220px;height:auto; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #o7fSZFKnrBxgHVObgm6Asr5T0v7Hxn4K {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #XmTgGO2RlqKOan1e8RxXfh3n6nZmDPeb { display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #LTFQVq65k27cp0WTdFyFMHkS1Q6NSVIk {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #ItaeWim3NWCDaZ3BWpk4S24FOMITZgKo {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #xncIgPvswbszCEn2rI541CxJWv250QSp {  }
 }@media only screen and (max-width: 763px) { #HZFQU6evk2kmT6DSKuedH8VTITZOO14f { width:312px;height:130px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container { background-color: transparent; background-image: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container > .video-iframe-container { display: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container { display: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .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); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container { border-width: 0; border-radius: 0; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container { width:320px;height:682px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQdMTqpWEm3uTyH1pbuxtMn9AK3dyDbh { width:280px;height:88px;top:52.994789123535px;left:20px;text-align:center;text-align-last:center;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #AeuDWSXh8uchMcqCWVVJTTZrcESi88Km { width:312px;height:140px;top:22.999984741211px;left:0px;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 { width:183px;height:134.172px;top:462.48958587646px;left:68.5px;text-align:center;text-align-last:center;font-size:18px;display:block; }#tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 li:before{  }
 }@media only screen and (max-width: 763px) { #dBEubDqRZJT6A7K6vzcT2WXsVgZs0phX { width:269px;height:216px;top:415.48961639404px;left:19.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tsiLyXaoMX6o9uO89nQUo500eZqFG9XJ { width:280px;height:210px;top:170.99481201172px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp { background-color:#bacbc0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container { background-color: transparent; background-image: none; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container > .video-iframe-container { display: none; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row > .video-iframe-container { display: none; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .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); }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container { border-width: 0; border-radius: 0; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTKirwOce8pihkN5RIU75T5fOXSe49vX { width:300px;height:36px;top:36px;left:10px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ { display:block; }#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ > .row .container { width:320px;height:902px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iripR0bao024UUDXwZKW1T9139cbTkQh { width:110px;height:110px;top:15.5px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #VG8IfcakKANTZE3431Bc5EOEBhLm8mFz { width:87px;height:87px;top:31px;left:116.5px;font-size:60px;color:#000201;display:block; }
 }@media only screen and (max-width: 763px) { #LipHIABkmqCldvmOtd5TEOVTvknoVzPz { width:260px;height:98.75px;top:152.5px;left:30px;font-size:19px;color:#bacbc0;display:block; }
 }@media only screen and (max-width: 763px) { #ZMW9p4DwEWmI3EOJdGSb1grhshznwoVA { width:110px;height:110px;top:295px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #oHl9InNsz6t1p5Dtw01DDlITuxQ1GKLL { width:110px;height:110px;top:599px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #G8ugFpuTD73AJcaVN5hKRcPGOB5wMlhf { width:260px;height:123.438px;top:437px;left:30px;font-size:19px;color:#bacbc0;display:block; }
 }@media only screen and (max-width: 763px) { #T5SiLVnXvCu5fZFCyXv5XGiZQHTExnkb { width:260px;height:123.438px;top:743px;left:30px;font-size:19px;color:#bacbc0;display:block; }
 }@media only screen and (max-width: 763px) { #VV7NzLDRWN9ptDplKIJ7llLtZ8EJ97IJ { width:86px;height:86px;top:440px;left:117px;font-size:60px;color:#000201;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #dMQs0kiSZh3IABAxMHNJ8ZNu63ddBmJm { width:86px;height:86px;top:311px;left:117px;font-size:60px;color:#000201;display:block; }
 }@media only screen and (max-width: 763px) { #yIgUSPAnM8790RAs2sSF5siczsWpvfGH { width:86px;height:86px;top:615px;left:117px;font-size:60px;color:#000201;display:block; }
 }@media only screen and (max-width: 763px) { #q8To9wbGAALUJhz4iVmTVCznRxpTkdrl { display:block; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container { width:320px;height:1405px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsKs42bySww7Zt9CknWE4sB0WQrJ7HTL { width:273px;height:205px;top:474px;left:23.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CKaCNTXylwPUfsankbrAQTaZfgwUdaaf { width:282px;height:211px;top:705px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TUCMnLdoyaXGmwPr1LWzU6s2AgndQ1l7 { width:280px;height:60px;top:11px;left:20px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Hws8L7vTrMF7LEh00mv2Wnu401XuSF2g { width:312px;height:80px;top:0px;left:0px;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sAooNTDEk0eLoQGuZynibnv7RwAW0Fob { width:300px;height:311.953px;top:115.65625px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSMxDJO8A6mBoKvDktn67p4iQgiZxNrM { width:283px;height:212px;top:942px;left:18.5px;display:block; }
 }@media only screen and (max-width: 763px) { #JSdD8WyuEpHgMeWKVvcDrnicMdZZiIlm { width:266px;height:200px;top:1184.5625px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa { background-color:transparent;background-image:none;display:block; }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row .container { background-color: transparent; background-image: none; }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row .container > .video-iframe-container { display: none; }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row > .video-iframe-container { display: none; }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .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); }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row .container { width:320px;height:580px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT0eVZyubGstd2FTimC17AaXqgXWiDH2 { width:184px;height:204px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BgTeHX4VzXE9dvuDCllWH7VPopXqZnAA { width:320px;height:103.9845px;top:346.781px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1FvPWxOsnZ9LEwTck0wWKXoeeHGoPg9 { width:320px;height:70.375px;top:255px;left:0px;text-align:left;text-align-last:left;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #brxMGp1qRHvqs0JLz02rsSsa1uckq7XX { width:82px;height:22px;top:490.781px;left:119px;display:block; }
 }