.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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/8954dcd5-2e72-457b-b19e-7b18f8f4bff5/48clarken.jpg");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:60rem;height:44rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#b7Vbh8Ru43HHwSo3uuTTZpieuMy2siAp { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:4.5rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:5.1875rem;left:40.71875rem;height:9.8984375rem;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:16.3125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:16.125rem;left:39.53125rem;height:3.8496125rem;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:0.875rem;font-weight:bold;color:#f2f9ff;width:12.5rem;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:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:12.5rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.375rem;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:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:12.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.375rem;overflow:hidden;font-family:ubuntu; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-select { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(242,249,255,0.35);border-right:0.125rem solid rgba(242,249,255,0.35);border-bottom:0.125rem solid rgba(242,249,255,0.35);border-left:0.125rem solid rgba(242,249,255,0.35);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:12.5rem;box-sizing:border-box;height:2.5625rem;font-family:"titillium web";color:#ffffff;font-size:0.8125rem;overflow:hidden; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-select {padding-top: 0; padding-bottom: 0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-button { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:#f2f9ff;width:12.5rem;height:3.4375rem;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:0.8125rem; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA [class*="-text"]::-moz-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:0.8125rem; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA [class*="-text"]:-ms-input-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:0.8125rem; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA [class*="-text"]::-webkit-input-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:0.8125rem; }
#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:0.75rem;font-weight:400;color:#f2f9ff;vertical-align:top;width:11.3125rem;overflow:hidden;font-style:normal; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;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:1.125rem;vertical-align:middle;font-family:"titillium web";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;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:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:12.5rem;height:auto;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;left:40.6875rem;top:21.9365234375rem;z-index:15002;position:absolute; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:12.5rem; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-info-text { display:block;height:auto;font-family:"titillium web";font-size:0.75rem;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:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:12.5rem;height:auto;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;left:40.6875rem;top:21.9365234375rem;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:0.5rem solid #bacbc0;border-left:0.5rem solid #bacbc0;border-right:0.5rem solid #bacbc0;border-bottom:0.5rem solid #bacbc0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.25rem;width:46.5625rem;top:2.8125rem;left:10.5rem;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:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#TQdMTqpWEm3uTyH1pbuxtMn9AK3dyDbh { color:#000201;display:block;width:24.1875rem;position:absolute;font-family:ubuntu;font-size:4.5rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:3.1875rem;left:1.625rem;height:9.8984375rem;font-style:normal;display:block; }
#AeuDWSXh8uchMcqCWVVJTTZrcESi88Km { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid #bacbc0;border-left:0.25rem solid #bacbc0;border-right:0.25rem solid #bacbc0;border-bottom:0.25rem solid #bacbc0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:36.375rem;top:2.0625rem;left:0rem;display:block; }
#tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 { color:#ffffff;display:block;width:16.874625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:300;z-index:15001;line-height:2.3;letter-spacing:0;top:18.874785661698rem;left:4.0617761611939rem;height:;font-style:normal;display:block; }#tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 li:not(:first-child){ padding-top:0.3125rem;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:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:21rem;top:15.4375rem;left:1.625rem;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;box-shadow: none;height:24.5rem;width:38.875rem;top:6.437174499035rem;left:21.125rem;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:0.875rem;font-family:arial;height:5.625rem;width:60rem;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:60rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 2.25rem rgba(186,203,192,0.5);top:0.9375rem;left:0rem;height:3.75rem;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:0.875rem;font-family:arial;height:15.3125rem;width:60rem;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:0.25rem solid #bacbc0;border-left:0.25rem solid #bacbc0;border-right:0.25rem solid #bacbc0;border-bottom:0.25rem solid #bacbc0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0rem;left:6.3125rem;display:block; }
#VG8IfcakKANTZE3431Bc5EOEBhLm8mFz { box-sizing:content-box;color:#000201;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1rem;left:7.3125rem;display:block; }
#LipHIABkmqCldvmOtd5TEOVTvknoVzPz { color:#bacbc0;display:block;width:16.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.75rem;left:1.875rem;height:4.875rem;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:0.25rem solid #bacbc0;border-left:0.25rem solid #bacbc0;border-right:0.25rem solid #bacbc0;border-bottom:0.25rem solid #bacbc0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0rem;left:26.3125rem;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:0.25rem solid #bacbc0;border-left:0.25rem solid #bacbc0;border-right:0.25rem solid #bacbc0;border-bottom:0.25rem solid #bacbc0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0rem;left:46.3125rem;display:block; }
#G8ugFpuTD73AJcaVN5hKRcPGOB5wMlhf { color:#bacbc0;display:block;width:16.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.75rem;left:21.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5SiLVnXvCu5fZFCyXv5XGiZQHTExnkb { color:#bacbc0;display:block;width:16.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.75rem;left:41.875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VV7NzLDRWN9ptDplKIJ7llLtZ8EJ97IJ { box-sizing:content-box;color:#000201;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:1rem;left:47.3125rem;display:block; }
#dMQs0kiSZh3IABAxMHNJ8ZNu63ddBmJm { box-sizing:content-box;color:#000201;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1rem;left:27.3125rem;display:block; }
#yIgUSPAnM8790RAs2sSF5siczsWpvfGH { box-sizing:content-box;color:#000201;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1rem;left:47.3125rem;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:0.875rem;font-family:arial;height:55.875rem;width:60rem;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;box-shadow: none;height:16.3125rem;width:26.8125rem;top:0rem;left:0rem;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;box-shadow: none;height:17.75rem;width:26.375rem;top:18.3125rem;left:0rem;overflow:hidden;display:block; }
#TUCMnLdoyaXGmwPr1LWzU6s2AgndQ1l7 { color:#bacbc0;display:block;width:27.0625rem;position:absolute;font-family:ubuntu;font-size:3.875rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:3.875rem;left:29.4375rem;height:7.75rem;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:0.25rem solid #000201;border-left:0.25rem solid #000201;border-right:0.25rem solid #000201;border-bottom:0.25rem solid #000201;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:44.75rem;top:2.625rem;left:12.625rem;display:block; }
#sAooNTDEk0eLoQGuZynibnv7RwAW0Fob { color:#000000;display:block;width:28.437125rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.561983346939rem;left:28.748917579651rem;height:19.4921875rem;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;box-shadow: none;height:17.6875rem;width:25.625rem;top:37.061269760132rem;left:0rem;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;box-shadow: none;height:17.5625rem;width:13.9375rem;top:37.09202003479rem;left:28.498990058899rem;overflow:hidden;display:block; }
#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa { border-top:0.625rem solid #bacbc0;border-left:0.625rem solid #bacbc0;border-right:0.625rem solid #bacbc0;border-bottom:0.625rem 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:0.875rem;font-family:arial;height:23.5625rem;width:60rem;position:relative;display:block; }#xT0eVZyubGstd2FTimC17AaXqgXWiDH2 { position:absolute;display:block;z-index:15003;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:16.9375rem;top:2.8125rem;left:4.2255859375rem;overflow:hidden;display:block; }
#BgTeHX4VzXE9dvuDCllWH7VPopXqZnAA { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.0625rem;left:28.03125rem;height:11.6953125rem;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:28.0625rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:1.3323569297791rem;left:25.59375rem;height:4.8125rem;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; }
@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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7Vbh8Ru43HHwSo3uuTTZpieuMy2siAp { width:20rem;height:10.6875rem;top:7rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZZgSvc9niW4QaqpVH47J2SSTx9vchLH { width:20rem;height:3.75rem;top:19.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-regular-label { display:block; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-checkbox-label { width:11.25rem; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA  { width:13.75rem;height:auto; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA {display:block;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA { width:13.75rem;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:35.75rem;height:34.5rem;top:4.375rem;left:11.5rem;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:47.75rem;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:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeuDWSXh8uchMcqCWVVJTTZrcESi88Km { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }#tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 li:before{  }
 }@media only screen and (max-width: 763px) { #dBEubDqRZJT6A7K6vzcT2WXsVgZs0phX { top:15.4375rem;left:0rem;width:21rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsiLyXaoMX6o9uO89nQUo500eZqFG9XJ { top:6.375rem;left:8.875rem;width:38.875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp { display:block; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTKirwOce8pihkN5RIU75T5fOXSe49vX { width:47.75rem;height:3.75rem;top:0.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ { display:block; }#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iripR0bao024UUDXwZKW1T9139cbTkQh { width:6.875rem;height:6.875rem;top:0rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG8IfcakKANTZE3431Bc5EOEBhLm8mFz { width:3.125rem;height:3.125rem;top:2.125rem;left:6.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LipHIABkmqCldvmOtd5TEOVTvknoVzPz { width:16.25rem;height:4.875rem;top:8.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMW9p4DwEWmI3EOJdGSb1grhshznwoVA { width:6.875rem;height:6.875rem;top:0rem;left:20.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHl9InNsz6t1p5Dtw01DDlITuxQ1GKLL { width:6.875rem;height:6.875rem;top:0rem;left:36.395833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ugFpuTD73AJcaVN5hKRcPGOB5wMlhf { width:16.25rem;height:3.25rem;top:8.75rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5SiLVnXvCu5fZFCyXv5XGiZQHTExnkb { width:16.25rem;height:4.875rem;top:8.75rem;left:31.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV7NzLDRWN9ptDplKIJ7llLtZ8EJ97IJ { width:3.125rem;height:3.125rem;top:2.125rem;left:6.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMQs0kiSZh3IABAxMHNJ8ZNu63ddBmJm { width:3.125rem;height:3.125rem;top:2.125rem;left:6.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIgUSPAnM8790RAs2sSF5siczsWpvfGH { width:3.125rem;height:3.125rem;top:2.125rem;left:6.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8To9wbGAALUJhz4iVmTVCznRxpTkdrl { display:block; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsKs42bySww7Zt9CknWE4sB0WQrJ7HTL { width:13.9375rem;height:8.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKaCNTXylwPUfsankbrAQTaZfgwUdaaf { width:14.8125rem;height:9.9375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUCMnLdoyaXGmwPr1LWzU6s2AgndQ1l7 { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hws8L7vTrMF7LEh00mv2Wnu401XuSF2g { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAooNTDEk0eLoQGuZynibnv7RwAW0Fob { width:19.375rem;height:9.25rem;top:11.9375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSMxDJO8A6mBoKvDktn67p4iQgiZxNrM { width:13.375rem;height:9.25rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSdD8WyuEpHgMeWKVvcDrnicMdZZiIlm { width:7.5rem;height:9.4375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa { display:block; }#Co5OATQuTlg9ggCJhDWl73qpXbhXQ8qa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT0eVZyubGstd2FTimC17AaXqgXWiDH2 { top:2.8125rem;left:0rem;width:16.9375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgTeHX4VzXE9dvuDCllWH7VPopXqZnAA { width:19.375rem;height:9.25rem;top:11.9375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1FvPWxOsnZ9LEwTck0wWKXoeeHGoPg9 { width:20rem;height:10.6875rem;top:7rem;left:25.25rem;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/8954dcd5-2e72-457b-b19e-7b18f8f4bff5/48clarken.jpg");background-position: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:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7Vbh8Ru43HHwSo3uuTTZpieuMy2siAp { width:17.5rem;height:6.7363125rem;top:3.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZZgSvc9niW4QaqpVH47J2SSTx9vchLH { width:17.5rem;height:3.8496125rem;top:13rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-regular-label { display:block;width:12.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-text { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-text {padding-top: 0; padding-bottom: 0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-textarea { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-select { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-select {padding-top: 0; padding-bottom: 0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-button { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-checkbox-label { width:11.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA  { width:12.5rem;height:auto;top:21.0615234375rem;left:1.25rem; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .radio-container { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA {display:block;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA { width:12.5rem;height:auto;top:21.0615234375rem;left:1.25rem; }
 }@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:19.5rem;height:8.125rem;top:2.5rem;left:0rem;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:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQdMTqpWEm3uTyH1pbuxtMn9AK3dyDbh { width:17.5rem;height:5.5rem;top:3.3121743202209rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeuDWSXh8uchMcqCWVVJTTZrcESi88Km { width:19.5rem;height:8.75rem;top:1.4374990463257rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 { width:11.4375rem;height:8.38575rem;top:28.905599117279rem;left:4.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }#tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 li:before{  }
 }@media only screen and (max-width: 763px) { #dBEubDqRZJT6A7K6vzcT2WXsVgZs0phX { width:16.8125rem;height:13.5rem;top:25.968101024628rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsiLyXaoMX6o9uO89nQUo500eZqFG9XJ { width:20rem;height:12.625rem;top:10.687175750733rem;left:0rem;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:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTKirwOce8pihkN5RIU75T5fOXSe49vX { width:18.75rem;height:2.25rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ { display:block; }#Oz9OzRgKtyTeRZdSzCztNJsglGnyFqzJ > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iripR0bao024UUDXwZKW1T9139cbTkQh { width:6.875rem;height:6.875rem;top:0.96875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG8IfcakKANTZE3431Bc5EOEBhLm8mFz { width:5.4375rem;height:5.4375rem;top:1.9375rem;left:7.28125rem;font-size:3.75rem;color:#000201;display:block; }
 }@media only screen and (max-width: 763px) { #LipHIABkmqCldvmOtd5TEOVTvknoVzPz { width:16.25rem;height:2.923825rem;top:9.625rem;left:1.875rem;font-size:1.125rem;color:#bacbc0;display:block; }
 }@media only screen and (max-width: 763px) { #ZMW9p4DwEWmI3EOJdGSb1grhshznwoVA { width:6.875rem;height:6.875rem;top:13.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHl9InNsz6t1p5Dtw01DDlITuxQ1GKLL { width:6.875rem;height:6.875rem;top:26.500000238419rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ugFpuTD73AJcaVN5hKRcPGOB5wMlhf { width:16.25rem;height:2.923825rem;top:22.375rem;left:1.875rem;font-size:1.125rem;color:#bacbc0;display:block; }
 }@media only screen and (max-width: 763px) { #T5SiLVnXvCu5fZFCyXv5XGiZQHTExnkb { width:16.25rem;height:2.923825rem;top:35.062501907349rem;left:1.875rem;font-size:1.125rem;color:#bacbc0;display:block; }
 }@media only screen and (max-width: 763px) { #VV7NzLDRWN9ptDplKIJ7llLtZ8EJ97IJ { width:5.375rem;height:5.375rem;top:27.5rem;left:7.3125rem;font-size:3.75rem;color:#000201;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dMQs0kiSZh3IABAxMHNJ8ZNu63ddBmJm { width:5.375rem;height:5.375rem;top:14.5rem;left:7.3125rem;font-size:3.75rem;color:#000201;display:block; }
 }@media only screen and (max-width: 763px) { #yIgUSPAnM8790RAs2sSF5siczsWpvfGH { width:5.375rem;height:5.375rem;top:27.5rem;left:7.3125rem;font-size:3.75rem;color:#000201;display:block; }
 }@media only screen and (max-width: 763px) { #q8To9wbGAALUJhz4iVmTVCznRxpTkdrl { display:block; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsKs42bySww7Zt9CknWE4sB0WQrJ7HTL { width:20rem;height:12.1875rem;top:22.125005722046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKaCNTXylwPUfsankbrAQTaZfgwUdaaf { width:19.625rem;height:13.1875rem;top:36.375000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUCMnLdoyaXGmwPr1LWzU6s2AgndQ1l7 { width:17.5rem;height:3.75rem;top:0.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hws8L7vTrMF7LEh00mv2Wnu401XuSF2g { width:19.5rem;height:5rem;top:0rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sAooNTDEk0eLoQGuZynibnv7RwAW0Fob { width:18.75rem;height:12.9980625rem;top:6.791015625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSMxDJO8A6mBoKvDktn67p4iQgiZxNrM { width:19.125rem;height:13.25rem;top:51.562502861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSdD8WyuEpHgMeWKVvcDrnicMdZZiIlm { width:9.875rem;height:12.5rem;top:66.473305404187rem;left:0rem;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:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT0eVZyubGstd2FTimC17AaXqgXWiDH2 { width:13.875rem;height:12.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgTeHX4VzXE9dvuDCllWH7VPopXqZnAA { width:20rem;height:7.7988375rem;top:21.6738125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1FvPWxOsnZ9LEwTck0wWKXoeeHGoPg9 { width:20rem;height:4.3984375rem;top:15.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }