.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/766bf3cb-a3a4-42e1-a557-03a4e50c5161/imgbgv3.crop_1230x566_342,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK.adaptive-delivery-prevent-bg, #TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK.lazyload, #TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK.lazyloading { background-image: none; }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row .container { background-color: transparent; background-image: none; }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row .container > .video-iframe-container { display: none; }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row > .video-iframe-container { display: none; }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .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); }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row .container { border-width: 0; border-radius: 0; }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row .container { font-size:14px;font-family:arial;height:757px;width:1200px;position:relative;display:block; }#RKO5bTTFAm72QZI45UVTJ5IWxlkmaqv5 { color:#ffffff;display:block;width:627px;position:absolute;font-family:"scale vf";font-size:132px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:147px;left:287px;height:171.594px;text-align:center;text-align-last:center;display:block; }
#zcwG82rDZbfFUXdcPG2Pbua9ImU6AM4C { color:#ffffff;display:block;width:411px;position:absolute;font-family:"scale vf";font-size:64px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:276px;left:395px;height:83.1953px;text-align:center;text-align-last:center;display:block; }
#qTASHaE6PpxIAAbW4lUL5FSTbO2J45Vt { color:rgba(255,255,255,0.15);display:block;width:200px;position:absolute;font-family:"scale vf";font-size:256px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:104px;left:448px;height:332.797px;text-align:center;text-align-last:center;display:block; }
#UIIQ4tr40rCPfpiBBSwyTVaknIQUKfFp { color:#ffffff;display:block;width:533px;position:absolute;font-family:akzidenzgroteskbq;font-size:21px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:359.1953125px;left:333.5px;height:191.078px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m6gvXJ7OilZAQATxXnQBshMWCuvGyb2M { color:#ffffff;display:block;width:465.977px;position:absolute;font-family:akzidenzgroteskbq;font-size:18px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:588.8046875px;left:351px;height:23.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#skyqbNXCy4CaGD1Hdda7ixTUHhyqEM1C { box-sizing:content-box;height:142px;width:294px;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:615.9921875px;left:303.5px;border-top:0;border-left:0;border-right:1px dashed #ffffff;border-bottom:0;display:block; }
#MFdM09x19VQXwA9E4iJILElwUPWlyr0r { background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:akzidenzgroteskbq;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40.9961px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:24px;left:407px;display:block; }
#zhGgkz2VtfkxIXRH5S2glBgrMqTSSoti { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gmB4R2fkqthE9zhpC2dz3fM019giVcnw { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:akzidenzgroteskbq;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:178.75px;height:39.7461px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:25px;left:615px;display:block; }
#qTT3QK4cSGElqHPvJKVLCFiLIkOlB9Bz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi { 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; }#zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi > .row .container { background-color: transparent; background-image: none; }#zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi > .row .container > .video-iframe-container { display: none; }#zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi > .row > .video-iframe-container { display: none; }#zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi > .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); }#zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi > .row .container { border-width: 0; border-radius: 0; }#zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi > .row .container { font-size:14px;font-family:arial;height:212px;width:1200px;position:relative;display:block; }#INTvZEgaHDxvrF1RHod5tawZEu77Bibh { color:#202020;display:block;width:963px;position:absolute;font-family:"scale vf";font-size:33px;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:66.40625px;left:118.5px;height:79.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #99293b, #202020);background-image: -moz-linear-gradient(180deg, #99293b, #202020);background-image: -ms-linear-gradient(180deg, #99293b, #202020);background-image: -o-linear-gradient(180deg, #99293b, #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99293b', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#99293b', endColorstr='#202020' );";background-image: linear-gradient(180deg, #99293b, #202020);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row .container { background-color: transparent; background-image: none; }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row .container > .video-iframe-container { display: none; }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row > .video-iframe-container { display: none; }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .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); }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row .container { border-width: 0; border-radius: 0; }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row .container { font-size:14px;font-family:arial;height:604px;width:1200px;position:relative;display:block; }#vCFv4CleVHkT6ryN33nvrZFvRi1wkrLa { color:rgba(255,255,255,0.5);display:block;width:196px;position:absolute;font-family:"scale vf";font-size:132px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:84px;left:0px;height:171.594px;text-align:left;text-align-last:left;display:block; }
#RHXs3IHnf3vwiuXSHDrakPLQmlwbTt63 { color:#ffffff;display:block;width:211px;position:absolute;font-family:"scale vf";font-size:50px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:204px;left:0px;height:65px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#grzKyWrJgsqT9swq2yfToc6IQyPTR2Py { color:#ffffff;display:block;width:143px;position:absolute;font-family:"scale vf";font-size:40px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:255px;left:0px;height:52px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZViAtzsIeGI2e2hEAakNpSFKOHWOveDb { position:absolute;display:block;z-index:15010;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;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:1px;width:200px;top:312px;left:0px;display:block; }
#rRsoO2tqHdR9x6bFQJ25FS6S2V3KblA4 { color:#ffffff;display:block;width:321px;position:absolute;font-family:"scale vf";font-size:21px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:328px;left:1px;height:27.2969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xQxi85DWTHEgdszN44O9FQzn91ozRG5y { color:#ffffff;display:block;width:321px;position:absolute;font-family:"scale vf";font-size:21px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:367px;left:1px;height:54.5938px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WLfg4UAnEWbuecBEFnfQpF8DmtQC7UfO { color:#ffffff;display:block;width:520px;position:absolute;font-family:akzidenzgroteskbq;font-size:36px;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:123px;left:680px;height:118.781px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#thqQOiaO3w6csSEDeUO2AcZShz125MVG { color:#ffffff;display:block;width:519px;position:absolute;font-family:akzidenzgroteskbq;font-size:18px;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:279px;left:680px;height:151.172px;font-style:normal;display:block; }
#ado3W0tlEzVmvuwxELzu1clVFyJf1Oob { color:#ffffff;display:block;width:518.994px;position:absolute;font-family:akzidenzgroteskbq;font-size:18px;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:456px;left:681px;height:25.1953px;font-style:normal;display:block; }
#XGfwDErIcs0JdH0MTNXngtsrx0NrTuLT { background-color:#ffffff;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:akzidenzgroteskbq;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:229.742px;height:44.7422px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:438px;left:0px;display:block; }
#L7HVxzMVoikSkEAs5lBVzqGrVratJKT6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;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; }#cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C > .row .container { background-color: transparent; background-image: none; }#cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C > .row .container > .video-iframe-container { display: none; }#cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C > .row > .video-iframe-container { display: none; }#cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C > .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); }#cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C > .row .container { border-width: 0; border-radius: 0; }#cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C > .row .container { font-size:14px;font-family:arial;height:571px;width:1200px;position:relative;display:block; }#cEfXNPpUTvLLFWXr6H3qxAIkMaTE7o6b { color:#ffffff;display:block;width:333px;position:absolute;font-family:"scale vf";font-size:21px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:383px;left:865px;height:81.8906px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sPbDp9hrh00qfOmQPrJDALJgqxbsdPGp { color:#ffffff;display:block;width:321px;position:absolute;font-family:"scale vf";font-size:21px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:344px;left:879px;height:27.2969px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FFTXis0PEqlRUzfOrr4o3SkOGardtCup { color:#ffffff;display:block;width:212px;position:absolute;font-family:"scale vf";font-size:40px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:277px;left:989px;height:52px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lGwwBFPVi1wcOENz314kRLGBCMcQXWG6 { position:absolute;display:block;z-index:15016;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;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:1px;width:200px;top:329px;left:1000px;display:block; }
#wTTR7SG6QOTaB5ZOImCOSsdtisT3PKyW { color:#ffffff;display:block;width:211px;position:absolute;font-family:"scale vf";font-size:50px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:226px;left:989px;height:65px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TKw4Uks01Hbe8aPl9DcGApKa5qhHQmUN { color:rgba(255,255,255,0.5);display:block;width:212px;position:absolute;font-family:"scale vf";font-size:132px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:106px;left:989px;height:171.594px;text-align:right;text-align-last:right;display:block; }
#TX5F3X1zLGTiw1OQBHwGtkvAMvfy0mNq { color:#ffffff;display:block;width:476px;position:absolute;font-family:akzidenzgroteskbq;font-size:18px;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:207px;left:0px;height:151.172px;font-style:normal;display:block; }
#JB9UcGlfZ4Pe5ARyt2vNn8rs3Ei7GcpF { background-color:#ffffff;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:akzidenzgroteskbq;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:229.746px;height:44.7461px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:457px;left:0px;display:block; }
#t5yyb26IWVRS8BGZEfywazANiRLTSpIB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iLepURxUfSzZXCJHkoIJbJ4amd4qfUVT { color:#ffffff;display:block;width:517.988px;position:absolute;font-family:akzidenzgroteskbq;font-size:36px;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:69px;left:0px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HIQas6FtDhd41MEyzAxCqbSndiS2WwT7 { color:#ffffff;display:block;width:466.992px;position:absolute;font-family:akzidenzgroteskbq;font-size:18px;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:380px;left:0px;height:50.3906px;display:block; }
#Tmd41omOV7TsZSNGss1DO5uUomawxFew { background-color:#202020;background-image:none;z-index:;position:relative;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; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row .container { background-color: transparent; background-image: none; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row .container > .video-iframe-container { display: none; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row > .video-iframe-container { display: none; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .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); }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row .container { border-width: 0; border-radius: 0; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row .container { font-size:14px;font-family:arial;height:379px;width:1200px;position:relative;display:block; }#AJPyqgAx2oWWO0xC4NC2fJBI6KZ82ggA { display:block;width:444px;position:absolute;font-family:"scale vf";font-size:24px;font-weight:normal;z-index:15004;line-height:1.2;top:149px;left:136px;background-color:transparent;background-image:none;height:28.7969px;text-align:center;text-align-last:center;color:#f9f9f9;display:block; }
#mTTCDWdHMPKcSBa5XlIFbnrwfh9s1bbD { display:block;width:346px;position:absolute;font-family:akzidenzgroteskbq;font-size:18px;font-weight:300;z-index:15005;line-height:1.4;top:198px;left:185px;background-color:transparent;background-image:none;height:75.5859px;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
#e9nztEkVz5Z1WPXLt2QkL1InOlhzmVDC { background-color:#ccd4db;background-image:none;height:200px;width:1px;position:absolute;display:block;z-index:15006;top:111px;left:593px;display:block; }
#tq1NV95Lb0wow0X70IFHpx2x3kTl3XLP { display:block;width:444px;position:absolute;font-family:"scale vf";font-size:24px;font-weight:400;z-index:15007;line-height:1.2;top:149px;left:620px;background-color:transparent;background-image:none;height:28.7969px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#VNQCU1zE8i56kNoSQ4L5uhLXXT0Tqscx { display:block;width:444px;position:absolute;font-family:akzidenzgroteskbq;font-size:18px;font-weight:300;z-index:15008;line-height:1.4;top:198px;left:620px;background-color:transparent;background-image:none;height:75.5859px;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
#xL11Eyk9VaPMTW5u8hS94pXXOl7e6Pct { color:#ffffff;display:block;width:787.998px;position:absolute;font-family:"scale vf";font-size:32px;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:41.42578125px;left:199.4921875px;height:38.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1 { position:relative;display:block; }#iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1 { background-color: transparent; background-image: none; }#iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1 > .row .container > .video-iframe-container { display: none; }#iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1 > .row > .video-iframe-container { display: none; }#iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1 > .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); }#iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1 { border-width: 0; border-radius: 0; }#iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1 > .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; }#iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1 > .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:709px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EtBfZ8gX2aisVaW2Asne4UE4vWELKx6o { color:#000000;display:block;width:430px;position:absolute;font-family:"scale vf";font-size:32px;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:214px;left:120px;height:76.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VptoVr3xPyAOf2I8epbnFFvEOhwEFfiX { color:#000000;display:block;width:420.986px;position:absolute;font-family:akzidenzgroteskbq;font-size:16px;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:294px;left:125px;height:38.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SBW0Eiv9qdvK3RMTaKJrrvTrv9mTE7Md { color:#000000;display:block;width:420.986px;position:absolute;font-family:akzidenzgroteskbq;font-size:18px;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:356px;left:126px;height:86.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-form-header {  }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-regular-label { height:auto;display:block;font-family:akzidenzgroteskbq;font-size:14px;font-weight:bold;color:#000000;width:395px;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; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-text { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:395px;box-sizing:border-box;height:41px;color:#000000;font-size:14px;overflow:hidden;font-family:akzidenzgroteskbq; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-textarea { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:395px;box-sizing:border-box;height:70px;color:#000000;font-size:14px;overflow:hidden;font-family:akzidenzgroteskbq; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:395px;box-sizing:border-box;height:40px;color:#161616;font-family:arial;font-size:14px;overflow:hidden; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-checkbox { width:16px;height:16px;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; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-button { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:20px;font-weight:400;color:#000000;width:395px;height:55px;font-family:akzidenzgroteskbq;overflow:hidden;font-style:normal; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 [class*="-text"]:-moz-placeholder { color:#ababab;font-family:akzidenzgroteskbq;font-size:14px; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 [class*="-text"]::-moz-placeholder { color:#ababab;font-family:akzidenzgroteskbq;font-size:14px; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 [class*="-text"]:-ms-input-placeholder { color:#ababab;font-family:akzidenzgroteskbq;font-size:14px; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 [class*="-text"]::-webkit-input-placeholder { color:#ababab;font-family:akzidenzgroteskbq;font-size:14px; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .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:akzidenzgroteskbq;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:372px;overflow:hidden;font-style:normal; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .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:arial;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-container:first-of-type{padding-top:0;}#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-container:last-of-type{padding-bottom:0;}#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5  { background-color:rgba(255,255,255,0.3);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:395px;height:auto;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;z-index:15025;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:98.421875px;left:675.859375px; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:395px; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-info-text { display:block;height:auto;font-family:arial;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 {display:block;}#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 { background-color:rgba(255,255,255,0.3);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:395px;height:auto;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;z-index:15025;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:98.421875px;left:675.859375px; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #FZeGe4rTWgkBOlhzKrFO2w0sonr7ZVJT { position:relative; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #o5gpi5M1tctsxaxkw9PrP9Jc94hgU1c7 { position:relative;display:block; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #gc8z8DST5euTqi3ZVKEPZJ1UtTavrZin { position:relative; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #IG6NQprZbVckBS81vdVT9wCbSnqQiOZG { position:relative; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #iqRQPqoVhCOaGO5G2zDvBZaraaoz0VM9 { position:relative;display:block; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #TKQiTsEhuseAKrzJuLm4Ds9KesEpIONh { position:relative; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #kOqo2e9opMlsN3LBczbt33IfFdnKJP8i { position:relative; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #bPa1gzfuTdwV0y2kkcUfyymIRwAfUGgv { position:relative;display:block; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #l8vuiCm3AIuBIHFLKmQHOMW6KRdab0au { position:relative; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #VQMETQ4s6AcVU0bfo1E8uPamWH5eaw5F { position:relative; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #DbnXlslI8vJE6F3oDLHKhaM9Pc7r2Ftl { position:relative;display:block; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #rTJmtvXAZWVbHgsoiZKSvgvThiHQWOc9 { position:relative; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #UZoDO6utqcatWluiL68q2pP2Sw2DiMhB { position:relative; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #tDTcHxIFUqzXoTKE28G1gg5B1QNo2mrG { position:relative;display:block; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #NXFbsCzlc2DXz7Ge5k4JtuCMfHvRsISR { position:relative; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #Gh7FamJfTMbPh4AyJvyrgqHUJ1ZqeqaT { position:relative; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #yG5xexntcIyz7aknirJg4wd7stEUimzJ { position:relative;z-index:2; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #vJ5FU0zMfa9IzOwUFeA4IEAJRwdt4CrH { position:relative; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #pnZivoPWWZxLLELszvdFBpQs2tD1Hpxp { position:relative; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #NtWpyg0ms1r5hJWcnqJSia7K9fLhTqRg { position:relative; }
#gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;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; }#gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72 > .row .container { background-color: transparent; background-image: none; }#gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72 > .row .container > .video-iframe-container { display: none; }#gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72 > .row > .video-iframe-container { display: none; }#gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72 > .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); }#gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72 > .row .container { border-width: 0; border-radius: 0; }#gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72 > .row .container { font-size:14px;font-family:arial;height:214px;width:1200px;position:relative;display:block; }#yP0080mOQqw79ZpFkgkdhtai3fwv2GD5 { color:#ffffff;display:block;width:276.973px;position:absolute;font-family:akzidenzgroteskbq;font-size:12px;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:89.8828125px;left:923.02734375px;height:33.5938px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JSF7gdwgX04zgvAptuZ2eJMfcbOGUeTU { color:#ffffff;display:block;width:425px;position:absolute;font-family:akzidenzgroteskbq;font-size:12px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:164.984375px;left:387.5px;height:15.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHzQub2LzoHsdxVV2z36dVHTpauWZbTL { color:#ffffff;display:block;width:275px;position:absolute;font-family:akzidenzgroteskbq;font-size:12px;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:73.40625px;left:113.5px;height:67.1876px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UeyXkM5a3l0EAk24R3QAp0PvZykRca43 { position:absolute;display:block;z-index:15004;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:64px;width:83px;top:75px;left:0px;overflow:hidden;display:block; }
#H6QwAtMaRy5zpdovpolvmdtyvOzwdrT7 { box-sizing:content-box;height:67px;width:1px;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:73.5px;left:97px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK { display:block; }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKO5bTTFAm72QZI45UVTJ5IWxlkmaqv5 { top:147px;left:69px;width:627px;height:171px;font-size:74px;display:block; }
 }@media only screen and (max-width: 763px) { #zcwG82rDZbfFUXdcPG2Pbua9ImU6AM4C { top:276px;left:177px;width:411px;height:83px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #qTASHaE6PpxIAAbW4lUL5FSTbO2J45Vt { top:104px;left:230px;width:200px;height:332px;font-size:172px;display:block; }
 }@media only screen and (max-width: 763px) { #UIIQ4tr40rCPfpiBBSwyTVaknIQUKfFp { top:359px;left:115.5px;width:533px;height:191px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #m6gvXJ7OilZAQATxXnQBshMWCuvGyb2M { top:588px;left:133px;width:465px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #skyqbNXCy4CaGD1Hdda7ixTUHhyqEM1C { top:615px;left:85.5px;width:294px;height:142px;display:block; }
 }@media only screen and (max-width: 763px) { #MFdM09x19VQXwA9E4iJILElwUPWlyr0r { width:180px;height:40px;top:24px;left:189px;display:block; }
 }@media only screen and (max-width: 763px) { #zhGgkz2VtfkxIXRH5S2glBgrMqTSSoti { display:block; }
 }@media only screen and (max-width: 763px) { #gmB4R2fkqthE9zhpC2dz3fM019giVcnw { width:178px;height:39px;top:25px;left:397px;display:block; }
 }@media only screen and (max-width: 763px) { #qTT3QK4cSGElqHPvJKVLCFiLIkOlB9Bz { display:block; }
 }@media only screen and (max-width: 763px) { #zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi { display:block; }#zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INTvZEgaHDxvrF1RHod5tawZEu77Bibh { top:66px;left:0px;width:764px;height:79px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ { display:block; }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCFv4CleVHkT6ryN33nvrZFvRi1wkrLa { top:84px;left:0px;width:196px;height:171px;font-size:150px;display:block; }
 }@media only screen and (max-width: 763px) { #RHXs3IHnf3vwiuXSHDrakPLQmlwbTt63 { top:204px;left:0px;width:211px;height:65px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #grzKyWrJgsqT9swq2yfToc6IQyPTR2Py { top:255px;left:0px;width:143px;height:52px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #ZViAtzsIeGI2e2hEAakNpSFKOHWOveDb { width:200px;height:1px;top:312px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rRsoO2tqHdR9x6bFQJ25FS6S2V3KblA4 { top:328px;left:0px;width:321px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #xQxi85DWTHEgdszN44O9FQzn91ozRG5y { top:367px;left:0px;width:321px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #WLfg4UAnEWbuecBEFnfQpF8DmtQC7UfO { width:520px;height:118px;top:123px;left:244px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #thqQOiaO3w6csSEDeUO2AcZShz125MVG { width:519px;height:151px;top:279px;left:245px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ado3W0tlEzVmvuwxELzu1clVFyJf1Oob { width:518px;height:25px;top:456px;left:246px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XGfwDErIcs0JdH0MTNXngtsrx0NrTuLT { width:229px;height:44px;top:438px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #L7HVxzMVoikSkEAs5lBVzqGrVratJKT6 { display:block; }
 }@media only screen and (max-width: 763px) { #cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C { display:block; }#cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEfXNPpUTvLLFWXr6H3qxAIkMaTE7o6b { top:383px;left:432px;width:332px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #sPbDp9hrh00qfOmQPrJDALJgqxbsdPGp { top:344px;left:444px;width:320px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #FFTXis0PEqlRUzfOrr4o3SkOGardtCup { top:277px;left:553px;width:211px;height:51px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #lGwwBFPVi1wcOENz314kRLGBCMcQXWG6 { width:200px;height:0;top:329px;left:564px;display:block; }
 }@media only screen and (max-width: 763px) { #wTTR7SG6QOTaB5ZOImCOSsdtisT3PKyW { top:226px;left:554px;width:210px;height:65px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #TKw4Uks01Hbe8aPl9DcGApKa5qhHQmUN { top:106px;left:553px;width:211px;height:171px;font-size:150px;display:block; }
 }@media only screen and (max-width: 763px) { #TX5F3X1zLGTiw1OQBHwGtkvAMvfy0mNq { width:475px;height:151px;top:207px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JB9UcGlfZ4Pe5ARyt2vNn8rs3Ei7GcpF { width:228px;height:43px;top:457px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #t5yyb26IWVRS8BGZEfywazANiRLTSpIB { display:block; }
 }@media only screen and (max-width: 763px) { #iLepURxUfSzZXCJHkoIJbJ4amd4qfUVT { width:517px;height:;top:69px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #HIQas6FtDhd41MEyzAxCqbSndiS2WwT7 { top:380px;left:0px;width:466px;height:50px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tmd41omOV7TsZSNGss1DO5uUomawxFew { display:block; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew { background-color: transparent; background-image: none; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row .container > .video-iframe-container { display: none; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row > .video-iframe-container { display: none; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .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); }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row .container { width:760px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJPyqgAx2oWWO0xC4NC2fJBI6KZ82ggA { top:94px;left:67px;width:200px;height:25px;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTTCDWdHMPKcSBa5XlIFbnrwfh9s1bbD { top:146px;left:-1px;width:317px;height:44px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9nztEkVz5Z1WPXLt2QkL1InOlhzmVDC { left:404px;top:10px;background-color:#ccd4db;background-image:none;width:1px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #tq1NV95Lb0wow0X70IFHpx2x3kTl3XLP { top:93px;left:511px;width:213px;height:25px;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNQCU1zE8i56kNoSQ4L5uhLXXT0Tqscx { top:145px;left:442px;width:317px;height:22px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL11Eyk9VaPMTW5u8hS94pXXOl7e6Pct { top:41px;left:0px;width:764px;height:38px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1 { display:block; }#iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtBfZ8gX2aisVaW2Asne4UE4vWELKx6o { top:214px;left:0px;width:430px;height:76px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #VptoVr3xPyAOf2I8epbnFFvEOhwEFfiX { top:294px;left:0px;width:420px;height:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SBW0Eiv9qdvK3RMTaKJrrvTrv9mTE7Md { top:355px;left:0px;width:420px;height:86px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-regular-label { width:395px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-text { width:395px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-textarea { width:395px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-select { width:395px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-button { width:395px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-checkbox-label { width:373px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5  { width:395px;height:auto;top:98px;left:327px; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .radio-container { width:395px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 {display:block;}#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 { width:395px;height:auto;top:98px;left:327px; }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #FZeGe4rTWgkBOlhzKrFO2w0sonr7ZVJT {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #o5gpi5M1tctsxaxkw9PrP9Jc94hgU1c7 {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #gc8z8DST5euTqi3ZVKEPZJ1UtTavrZin {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #IG6NQprZbVckBS81vdVT9wCbSnqQiOZG {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #iqRQPqoVhCOaGO5G2zDvBZaraaoz0VM9 {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #TKQiTsEhuseAKrzJuLm4Ds9KesEpIONh {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #kOqo2e9opMlsN3LBczbt33IfFdnKJP8i {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #bPa1gzfuTdwV0y2kkcUfyymIRwAfUGgv {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #l8vuiCm3AIuBIHFLKmQHOMW6KRdab0au {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #VQMETQ4s6AcVU0bfo1E8uPamWH5eaw5F {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #DbnXlslI8vJE6F3oDLHKhaM9Pc7r2Ftl {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #rTJmtvXAZWVbHgsoiZKSvgvThiHQWOc9 {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #UZoDO6utqcatWluiL68q2pP2Sw2DiMhB {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #tDTcHxIFUqzXoTKE28G1gg5B1QNo2mrG {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #NXFbsCzlc2DXz7Ge5k4JtuCMfHvRsISR {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #Gh7FamJfTMbPh4AyJvyrgqHUJ1ZqeqaT {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #yG5xexntcIyz7aknirJg4wd7stEUimzJ {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #vJ5FU0zMfa9IzOwUFeA4IEAJRwdt4CrH {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #pnZivoPWWZxLLELszvdFBpQs2tD1Hpxp {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #NtWpyg0ms1r5hJWcnqJSia7K9fLhTqRg {  }
 }@media only screen and (max-width: 763px) { #gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72 { display:block; }#gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yP0080mOQqw79ZpFkgkdhtai3fwv2GD5 { top:89px;left:488px;width:276px;height:34px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JSF7gdwgX04zgvAptuZ2eJMfcbOGUeTU { top:164px;left:169.5px;width:425px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #dHzQub2LzoHsdxVV2z36dVHTpauWZbTL { top:73px;left:0px;width:275px;height:67px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UeyXkM5a3l0EAk24R3QAp0PvZykRca43 { top:75px;left:0px;width:83px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #H6QwAtMaRy5zpdovpolvmdtyvOzwdrT7 { top:73px;left:0px;width:1px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/766bf3cb-a3a4-42e1-a557-03a4e50c5161/imgbgv3.crop_1230x566_342,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK.adaptive-delivery-prevent-bg, #TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK.lazyload, #TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK.lazyloading { background-image: none; }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row .container { background-color: transparent; background-image: none; }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row .container > .video-iframe-container { display: none; }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row > .video-iframe-container { display: none; }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .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); }#TwWr8EsJHTOdHhIpKdSxIyZZbgyTD1HK > .row .container { width:320px;height:679px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKO5bTTFAm72QZI45UVTJ5IWxlkmaqv5 { width:320px;height:96.1953px;top:119px;left:0px;font-size:74px;display:block; }
 }@media only screen and (max-width: 763px) { #zcwG82rDZbfFUXdcPG2Pbua9ImU6AM4C { width:320px;height:46.7969px;top:204px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #qTASHaE6PpxIAAbW4lUL5FSTbO2J45Vt { width:200px;height:223.594px;top:80px;left:44px;font-size:172px;display:block; }
 }@media only screen and (max-width: 763px) { #UIIQ4tr40rCPfpiBBSwyTVaknIQUKfFp { width:320px;height:286px;top:248px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #m6gvXJ7OilZAQATxXnQBshMWCuvGyb2M { width:320px;height:22.0938px;top:569px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #skyqbNXCy4CaGD1Hdda7ixTUHhyqEM1C { width:163px;height:76px;top:600px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MFdM09x19VQXwA9E4iJILElwUPWlyr0r { width:132px;height:39px;top:24px;left:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zhGgkz2VtfkxIXRH5S2glBgrMqTSSoti { display:block; }
 }@media only screen and (max-width: 763px) { #gmB4R2fkqthE9zhpC2dz3fM019giVcnw { width:131px;height:38px;top:25px;left:169px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qTT3QK4cSGElqHPvJKVLCFiLIkOlB9Bz { display:block; }
 }@media only screen and (max-width: 763px) { #zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi { display:block; }#zFBoqHUtQgOCpF6ZH3BmNvGv3GWM6cyi > .row .container { width:320px;height:170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INTvZEgaHDxvrF1RHod5tawZEu77Bibh { width:320px;height:115.195px;top:28.3984375px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #99293b, #202020);background-image: -moz-linear-gradient(180deg, #99293b, #202020);background-image: -ms-linear-gradient(180deg, #99293b, #202020);background-image: -o-linear-gradient(180deg, #99293b, #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99293b', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#99293b', endColorstr='#202020' );";background-image: linear-gradient(180deg, #99293b, #202020);background-size:auto !important;display:block; }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row .container { background-color: transparent; background-image: none; }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row .container > .video-iframe-container { display: none; }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row > .video-iframe-container { display: none; }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .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); }#s9AmgezHUOHooWtqgiekL7hpmPGvq9MZ > .row .container { width:320px;height:910px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCFv4CleVHkT6ryN33nvrZFvRi1wkrLa { width:160px;height:195px;top:21px;left:0px;font-size:150px;display:block; }
 }@media only screen and (max-width: 763px) { #RHXs3IHnf3vwiuXSHDrakPLQmlwbTt63 { width:211px;height:52px;top:165px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #grzKyWrJgsqT9swq2yfToc6IQyPTR2Py { width:143px;height:46.7969px;top:208px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #ZViAtzsIeGI2e2hEAakNpSFKOHWOveDb { width:200px;height:1px;top:263px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rRsoO2tqHdR9x6bFQJ25FS6S2V3KblA4 { width:320px;height:27.2969px;top:282px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #xQxi85DWTHEgdszN44O9FQzn91ozRG5y { width:320px;height:54.5938px;top:320px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #WLfg4UAnEWbuecBEFnfQpF8DmtQC7UfO { width:320px;height:124.781px;top:418px;left:0px;text-align:left;text-align-last:left;font-size:26px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #thqQOiaO3w6csSEDeUO2AcZShz125MVG { width:320px;height:168px;top:567px;left:0px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ado3W0tlEzVmvuwxELzu1clVFyJf1Oob { width:320px;height:22.3984px;top:761.494140625px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XGfwDErIcs0JdH0MTNXngtsrx0NrTuLT { width:229px;height:44px;top:804.8828125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #L7HVxzMVoikSkEAs5lBVzqGrVratJKT6 { display:block; }
 }@media only screen and (max-width: 763px) { #cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C { display:block; }#cntxfM8FyxmQR9ACHUIxnR1mDyGXL34C > .row .container { width:320px;height:995px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEfXNPpUTvLLFWXr6H3qxAIkMaTE7o6b { width:320px;height:81.8906px;top:340px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #sPbDp9hrh00qfOmQPrJDALJgqxbsdPGp { width:320px;height:27.2969px;top:302px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #FFTXis0PEqlRUzfOrr4o3SkOGardtCup { width:211.992px;height:46.7969px;top:223px;left:108px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #lGwwBFPVi1wcOENz314kRLGBCMcQXWG6 { width:200px;height:0.996094px;top:278px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #wTTR7SG6QOTaB5ZOImCOSsdtisT3PKyW { width:210.996px;height:52px;top:171px;left:109px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #TKw4Uks01Hbe8aPl9DcGApKa5qhHQmUN { width:211.992px;height:195px;top:17px;left:108px;font-size:150px;display:block; }
 }@media only screen and (max-width: 763px) { #TX5F3X1zLGTiw1OQBHwGtkvAMvfy0mNq { width:320px;height:168px;top:601.9921875px;left:0px;text-align:right;text-align-last:right;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JB9UcGlfZ4Pe5ARyt2vNn8rs3Ei7GcpF { width:225.977px;height:40.9922px;top:876.9609375px;left:94.015625px;display:block; }
 }@media only screen and (max-width: 763px) { #t5yyb26IWVRS8BGZEfywazANiRLTSpIB { display:block; }
 }@media only screen and (max-width: 763px) { #iLepURxUfSzZXCJHkoIJbJ4amd4qfUVT { width:320px;height:140.781px;top:435px;left:0px;text-align:right;text-align-last:right;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #HIQas6FtDhd41MEyzAxCqbSndiS2WwT7 { width:320px;height:44.7969px;top:799.931640625px;left:0px;font-size:16px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Tmd41omOV7TsZSNGss1DO5uUomawxFew { background-color:#202020;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; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row .container { background-color: transparent; background-image: none; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row .container > .video-iframe-container { display: none; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row > .video-iframe-container { display: none; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .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); }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row .container { border-width: 0; border-radius: 0; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tmd41omOV7TsZSNGss1DO5uUomawxFew > .row .container { width:320px;height:515px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJPyqgAx2oWWO0xC4NC2fJBI6KZ82ggA { left:0px;background-color:transparent;background-image:none;top:107px;width:320px;height:25.1953px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #mTTCDWdHMPKcSBa5XlIFbnrwfh9s1bbD { left:37.5px;background-color:transparent;background-image:none;top:143.994140625px;width:245px;height:89.5938px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e9nztEkVz5Z1WPXLt2QkL1InOlhzmVDC { left:60px;background-color:#ccd4db;background-image:none;top:274px;width:200px;height:0.996094px;display:block; }
 }@media only screen and (max-width: 763px) { #tq1NV95Lb0wow0X70IFHpx2x3kTl3XLP { left:0px;background-color:transparent;background-image:none;top:323px;width:320.996px;height:25.1953px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #VNQCU1zE8i56kNoSQ4L5uhLXXT0Tqscx { left:25px;background-color:transparent;background-image:none;top:362px;width:268.994px;height:111.992px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xL11Eyk9VaPMTW5u8hS94pXXOl7e6Pct { width:320px;height:28.7988px;top:42px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1 { display:block; }#iqxPkgK7L1xl2bay0lzPfNIr8SL8GNT1 > .row .container { width:320px;height:890px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtBfZ8gX2aisVaW2Asne4UE4vWELKx6o { width:320px;height:57.5977px;top:46px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VptoVr3xPyAOf2I8epbnFFvEOhwEFfiX { width:320px;height:38.3906px;top:114px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SBW0Eiv9qdvK3RMTaKJrrvTrv9mTE7Md { width:280.986px;height:115.172px;top:740.048828125px;left:19.501953125px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-regular-label { width:278px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-text { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-textarea { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-select { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-input-button { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .widget-checkbox-label { width:256px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5  { width:277.988px;height:auto;top:189.43359375px;left:0px; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 .radio-container { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 {display:block;}#BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 { width:277.988px;height:auto;top:189.43359375px;left:0px; }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #FZeGe4rTWgkBOlhzKrFO2w0sonr7ZVJT {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #o5gpi5M1tctsxaxkw9PrP9Jc94hgU1c7 {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #gc8z8DST5euTqi3ZVKEPZJ1UtTavrZin {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #IG6NQprZbVckBS81vdVT9wCbSnqQiOZG {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #iqRQPqoVhCOaGO5G2zDvBZaraaoz0VM9 {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #TKQiTsEhuseAKrzJuLm4Ds9KesEpIONh {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #kOqo2e9opMlsN3LBczbt33IfFdnKJP8i {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #bPa1gzfuTdwV0y2kkcUfyymIRwAfUGgv {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #l8vuiCm3AIuBIHFLKmQHOMW6KRdab0au {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #VQMETQ4s6AcVU0bfo1E8uPamWH5eaw5F {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #DbnXlslI8vJE6F3oDLHKhaM9Pc7r2Ftl {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #rTJmtvXAZWVbHgsoiZKSvgvThiHQWOc9 {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #UZoDO6utqcatWluiL68q2pP2Sw2DiMhB {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #tDTcHxIFUqzXoTKE28G1gg5B1QNo2mrG {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #NXFbsCzlc2DXz7Ge5k4JtuCMfHvRsISR {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #Gh7FamJfTMbPh4AyJvyrgqHUJ1ZqeqaT {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #yG5xexntcIyz7aknirJg4wd7stEUimzJ {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #vJ5FU0zMfa9IzOwUFeA4IEAJRwdt4CrH {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #pnZivoPWWZxLLELszvdFBpQs2tD1Hpxp {  }
 }@media only screen and (max-width: 763px) { #BJUIru874o8R2Zg74KXcWOfQ5oT7Lcl5 #NtWpyg0ms1r5hJWcnqJSia7K9fLhTqRg {  }
 }@media only screen and (max-width: 763px) { #gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72 { display:block; }#gTHDI1gLI69ZrK7CrbhGsElrD70L8Q72 > .row .container { width:320px;height:354px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yP0080mOQqw79ZpFkgkdhtai3fwv2GD5 { width:320px;height:39.6876px;top:231px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSF7gdwgX04zgvAptuZ2eJMfcbOGUeTU { width:320px;height:15.5938px;top:298px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHzQub2LzoHsdxVV2z36dVHTpauWZbTL { width:297px;height:78.875px;top:123px;left:12px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UeyXkM5a3l0EAk24R3QAp0PvZykRca43 { width:83px;height:64px;top:24px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #H6QwAtMaRy5zpdovpolvmdtyvOzwdrT7 { width:140px;height:1px;top:105px;left:90px;display:block; }
 }