.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7d7ffa39-92ba-42b1-8202-598a74c8d989/Stayuptodate2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii.adaptive-delivery-prevent-bg, #mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii.lazyload, #mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii.lazyloading { background-image: none; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container { background-color: transparent; background-image: none; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container > .video-iframe-container { display: none; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row > .video-iframe-container { display: none; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .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); }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container { border-width: 0; border-radius: 0; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container { font-size:14px;font-family:arial;height:483px;width:960px;position:relative;display:block; }#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-form-header {  }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-regular-label { height:auto;display:block;font-family:rubik;font-size:14px;font-weight:bold;color:#ffffff;width:409px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text { border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-bottom:4px;margin-left:0;display:block;width:409px;box-sizing:border-box;height:47px;color:#161616;font-size:13px;overflow:hidden;font-family:raleway;font-weight:700;font-style:normal;box-shadow: 1px 1px 23px rgba(0,0,0,0.21) ;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-textarea { border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:409px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:raleway;font-weight:700;font-style:normal;box-shadow: 1px 1px 23px rgba(0,0,0,0.21) ;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .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:409px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#fb791c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:19px;font-weight:400;color:#f2f9ff;width:409px;height:47px;font-family:silka;overflow:hidden;text-shadow:1px 1px 3px rgba(0,0,0,0.5);box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;font-style:normal; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]:-moz-placeholder { color:#464442;font-family:silka;font-size:16px;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]::-moz-placeholder { color:#464442;font-family:silka;font-size:16px;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]:-ms-input-placeholder { color:#464442;font-family:silka;font-size:16px;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]::-webkit-input-placeholder { color:#464442;font-family:silka;font-size:16px;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .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:raleway;font-size:12px;font-weight:300;color:#ffffff;vertical-align:top;width:393px;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .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; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .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:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container:first-of-type{padding-top:0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container:last-of-type{padding-bottom:0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:409px;height:auto;border-top:1px solid #7d83ff;border-left:1px solid #7d83ff;border-right:1px solid #7d83ff;border-bottom:1px solid #7d83ff;z-index:15004;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;position:absolute;top:94.921875px;left:490.9375px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:409px;display:block;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T {display:block;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:409px;height:auto;border-top:1px solid #7d83ff;border-left:1px solid #7d83ff;border-right:1px solid #7d83ff;border-bottom:1px solid #7d83ff;z-index:15004;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;position:absolute;top:94.921875px;left:490.9375px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #QZi26l56XWyPiaUcDnA3I6AxXvhAlz7s { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZRTzrAvCH1c5Jf4pAx40BUqFRoa7QiBh { position:relative;display:none; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #INDqgFHyNOLLeFiX1QOC17arZ0VfBiAS { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fW5mvc8kaC8lZU6A7izdxKApTmcmOtEE { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #TZUn24gCahZEQys8OPmonI6oXQZVy3ka { position:relative;display:none; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ASOyJRaF70C0ofcOZ1Ep50cfl93HgTp3 { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #DgTmc1BT2Zcxt6toQoV6EkOyCviHI0H0 { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #nDSBnv7Z7Kbuowr68t6TedbnRvoCkZJF { position:relative; }
#Ko4mNTGAFBSw9Knrv9aZf7uqn8TymfX0 { color:#001d3d;display:block;width:309.984px;position:absolute;font-family:rubik;font-size:16px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:339px;left:561.9375px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gI4ZTU19yOTVyDEmoXR2HJbqZMIOqVK6 { color:#fafafa;display:block;width:450px;position:absolute;font-family:rubik;font-size:25px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:104.9609375px;left:0px;height:32.5078px;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; }
#maz1a8MI1XCpEnhSQtEpGSW81uFJdDNa { background-color:#050505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:276.969px;height:51.9688px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:414px;left:323.9765625px;display:block; }
#L62J6EKFkFALChUJkUCe7RGyPHaWAqLx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EiPstUDwq8uVShpngzQRZZGdWdB3sxUp { color:#fafafa;display:block;width:445.992px;position:absolute;font-family:rubik;font-size:18px;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:230.7890625px;left:0px;height:90px;font-style:normal;display:block; }
#zap1KTMK8JqhBkwX8eIf1qtysPQv5X7g { color:#fafafa;display:block;width:447px;position:absolute;font-family:rubik;font-size:23px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:137.9609375px;left:0px;height:29.8906px;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; }
#AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8 > .row .container { background-color: transparent; background-image: none; }#AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8 > .row .container > .video-iframe-container { display: none; }#AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8 > .row > .video-iframe-container { display: none; }#AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8 > .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); }#AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8 > .row .container { border-width: 0; border-radius: 0; }#AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8 > .row .container { font-size:14px;font-family:arial;height:507px;width:960px;position:relative;display:block; }#dfeNEOKqUirGMbidhp3taTux6RfL26Bh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:406.969px;width:603px;top:50.015625px;left:178.5px;overflow:hidden;display:block; }
#aEKRQtvoOvJB92z3oif56WhIUzKsQo2f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#aEKRQtvoOvJB92z3oif56WhIUzKsQo2f > .row .container { background-color: transparent; background-image: none; }#aEKRQtvoOvJB92z3oif56WhIUzKsQo2f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEKRQtvoOvJB92z3oif56WhIUzKsQo2f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEKRQtvoOvJB92z3oif56WhIUzKsQo2f > .row .container > .video-iframe-container { display: none; }#aEKRQtvoOvJB92z3oif56WhIUzKsQo2f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEKRQtvoOvJB92z3oif56WhIUzKsQo2f > .row > .video-iframe-container { display: none; }#aEKRQtvoOvJB92z3oif56WhIUzKsQo2f > .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); }#aEKRQtvoOvJB92z3oif56WhIUzKsQo2f > .row .container { border-width: 0; border-radius: 0; }#aEKRQtvoOvJB92z3oif56WhIUzKsQo2f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aEKRQtvoOvJB92z3oif56WhIUzKsQo2f > .row .container { font-size:14px;font-family:arial;height:93px;width:960px;position:relative;display:block; }#JKGMdRuifbbTZnZUAz2C41LOOyln9agH { color:#fafafa;display:block;width:898.992px;position:absolute;font-family:rubik;font-size:36px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:23.3203125px;left:50.484375px;height:46.7969px;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; }
#fsSM7hEADiafSDrBQMxhrXpWTZeksrnn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#fsSM7hEADiafSDrBQMxhrXpWTZeksrnn > .row .container { background-color: transparent; background-image: none; }#fsSM7hEADiafSDrBQMxhrXpWTZeksrnn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsSM7hEADiafSDrBQMxhrXpWTZeksrnn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsSM7hEADiafSDrBQMxhrXpWTZeksrnn > .row .container > .video-iframe-container { display: none; }#fsSM7hEADiafSDrBQMxhrXpWTZeksrnn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsSM7hEADiafSDrBQMxhrXpWTZeksrnn > .row > .video-iframe-container { display: none; }#fsSM7hEADiafSDrBQMxhrXpWTZeksrnn > .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); }#fsSM7hEADiafSDrBQMxhrXpWTZeksrnn > .row .container { border-width: 0; border-radius: 0; }#fsSM7hEADiafSDrBQMxhrXpWTZeksrnn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsSM7hEADiafSDrBQMxhrXpWTZeksrnn > .row .container { font-size:14px;font-family:arial;height:231px;width:960px;position:relative;display:block; }#Gw9cdSmBCbTUqNfscOX0NpI4dQusQilE { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:50.625px;left:88.625px; }
#TAW5T3vyPbT5aQs2T9InUnK1tKBzMuhm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:50.625px;left:311.33334px; }
#ePKuv4q9xtfsAqXRoJFcsHyx5JUuGG99 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:50.625px;left:560.00006103516px; }
#GvoyQHs0fTpoAlSq9uCzLuf7gbXZmyaH { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:50.625px;left:800.00006103516px; }
#bprrmBqgHQTu58cJTa5BcANESDw9ls6o { color:#fafafa;display:block;width:218px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:156.6875px;left:20px;height:20.8px;display:block; }
#AAvBx97yLOdMD0CoyR2VU5PQf6rIbEin { color:#fafafa;display:block;width:218px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:156.6875px;left:491px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#I3ToP8MquAG54y1cwIUdCpsH4n0mx2sO { color:#fafafa;display:block;width:218px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:146.3125px;left:731.00006103516px;height:62.3906px;text-align:center;text-align-last:center;display:block; }
#fpdmTDTFOwIG9GIUaHS8ZRPhLdLtO9Ie { color:#fafafa;display:block;width:218px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:156.6875px;left:251px;height:20.7969px;display:block; }
#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container { background-color: transparent; background-image: none; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container > .video-iframe-container { display: none; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row > .video-iframe-container { display: none; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .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); }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container { border-width: 0; border-radius: 0; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container { font-size:14px;font-family:arial;height:101px;width:960px;position:relative;display:block; }#wlEAyoCfD5Mevn4JBEzpKwvfeUnBEnlJ { background-color:#fb791c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.328px;height:54.3281px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.484375px;left:340.5px;display:block; }
#HSuv0zC8NWCGHqsFmBKGhdKnnwom5zWu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FkOWkqpU4yExhkDe4UBmT263Drn0vkh9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#FkOWkqpU4yExhkDe4UBmT263Drn0vkh9 > .row .container { background-color: transparent; background-image: none; }#FkOWkqpU4yExhkDe4UBmT263Drn0vkh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkOWkqpU4yExhkDe4UBmT263Drn0vkh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkOWkqpU4yExhkDe4UBmT263Drn0vkh9 > .row .container > .video-iframe-container { display: none; }#FkOWkqpU4yExhkDe4UBmT263Drn0vkh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkOWkqpU4yExhkDe4UBmT263Drn0vkh9 > .row > .video-iframe-container { display: none; }#FkOWkqpU4yExhkDe4UBmT263Drn0vkh9 > .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); }#FkOWkqpU4yExhkDe4UBmT263Drn0vkh9 > .row .container { border-width: 0; border-radius: 0; }#FkOWkqpU4yExhkDe4UBmT263Drn0vkh9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FkOWkqpU4yExhkDe4UBmT263Drn0vkh9 > .row .container { font-size:14px;font-family:arial;height:73px;width:960px;position:relative;display:block; }#mROHM4QcXTrO5InT0Z3z0yi8u3iJW0Vh { color:#fafafa;display:block;width:899px;position:absolute;font-family:rubik;font-size:26px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:23.0625px;left:30.5px;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;text-align:center;text-align-last:center;display:block; }
#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container { background-color: transparent; background-image: none; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container > .video-iframe-container { display: none; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row > .video-iframe-container { display: none; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .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); }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container { border-width: 0; border-radius: 0; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container { font-size:14px;font-family:arial;height:221px;width:960px;position:relative;display:block; }#XkmMggsfivm3Gr9BV7GA8acDJ8naevs0 { color:#fafafa;display:block;width:403px;position:absolute;font-family:rubik;font-size:23px;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:9.5px;left:313px;height:184px;font-style:normal;display:block; }
#XbSNhWc56EvpIRfzwJUO78dDepxdy8cH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#XbSNhWc56EvpIRfzwJUO78dDepxdy8cH > .row .container { background-color: transparent; background-image: none; }#XbSNhWc56EvpIRfzwJUO78dDepxdy8cH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbSNhWc56EvpIRfzwJUO78dDepxdy8cH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbSNhWc56EvpIRfzwJUO78dDepxdy8cH > .row .container > .video-iframe-container { display: none; }#XbSNhWc56EvpIRfzwJUO78dDepxdy8cH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbSNhWc56EvpIRfzwJUO78dDepxdy8cH > .row > .video-iframe-container { display: none; }#XbSNhWc56EvpIRfzwJUO78dDepxdy8cH > .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); }#XbSNhWc56EvpIRfzwJUO78dDepxdy8cH > .row .container { border-width: 0; border-radius: 0; }#XbSNhWc56EvpIRfzwJUO78dDepxdy8cH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XbSNhWc56EvpIRfzwJUO78dDepxdy8cH > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#K9ckDTnbN83u74nTy9u34yAkXPKZMCsp { color:#fafafa;display:block;width:899px;position:absolute;font-family:rubik;font-size:34px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:33.083343505859px;left:30.5px;height:44.2031px;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; }
#JxXyJtktSTd7lqthiH1mggif8aLP0EiP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container { background-color: transparent; background-image: none; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container > .video-iframe-container { display: none; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row > .video-iframe-container { display: none; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .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); }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container { border-width: 0; border-radius: 0; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container { font-size:14px;font-family:arial;height:176px;width:960px;position:relative;display:block; }#N8E1TbeJDC3pRw07HpCtiakgaxUrDsc4 { color:#fafafa;display:block;width:679px;position:absolute;font-family:rubik;font-size:23px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:0px;height:161px;font-style:normal;display:block; }
#dkGQRFt8NrgE8xaTe6qDdZ871UwpfnT3 { color:#fafafa;display:block;width:98px;position:absolute;font-family:rubik;font-size:23px;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:724.31256103516px;height:161px;font-style:normal;display:block; }
#hc0N6CMOHoG6NLdZsTFvnZBFmpzyPCXt { color:#fafafa;display:block;width:93px;position:absolute;font-family:rubik;font-size:23px;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:852.97918701172px;height:161px;font-style:normal;display:block; }
#epIyphlN7PehJUes75TtaUyNcfo5BZzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#epIyphlN7PehJUes75TtaUyNcfo5BZzM > .row .container { background-color: transparent; background-image: none; }#epIyphlN7PehJUes75TtaUyNcfo5BZzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epIyphlN7PehJUes75TtaUyNcfo5BZzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epIyphlN7PehJUes75TtaUyNcfo5BZzM > .row .container > .video-iframe-container { display: none; }#epIyphlN7PehJUes75TtaUyNcfo5BZzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epIyphlN7PehJUes75TtaUyNcfo5BZzM > .row > .video-iframe-container { display: none; }#epIyphlN7PehJUes75TtaUyNcfo5BZzM > .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); }#epIyphlN7PehJUes75TtaUyNcfo5BZzM > .row .container { border-width: 0; border-radius: 0; }#epIyphlN7PehJUes75TtaUyNcfo5BZzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epIyphlN7PehJUes75TtaUyNcfo5BZzM > .row .container { font-size:14px;font-family:arial;height:176px;width:960px;position:relative;display:block; }#w8BZmfRKhq4ef8mss47rXWKsGbwMQnTn { color:#fafafa;display:block;width:884px;position:absolute;font-family:rubik;font-size:23px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:38px;height:69px;font-style:normal;display:block; }
#GmoUhQq6bqOGk80gkcyX0GrMzamWiweT { background-color:#fb791c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:277.31234px;height:52.29164px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:89.312561035156px;left:331.66668701172px;display:block; }
#EmBePdD9S2duQksMmhXZRyabx65QWA0N { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container { background-color: transparent; background-image: none; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container > .video-iframe-container { display: none; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row > .video-iframe-container { display: none; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .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); }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container { border-width: 0; border-radius: 0; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container { font-size:14px;font-family:arial;height:453px;width:960px;position:relative;display:block; }#qM2osTyQyO4exTDsHmsqpE3RGUmqKH5v { color:#fafafa;display:block;width:899px;position:absolute;font-family:rubik;font-size:36px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:17px;left:60.979187011719px;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;text-align:center;text-align-last:center;display:block; }
#Xwxsry9WnxRDte6SduqBX7P7ywOD7P7z { background-color:#fb791c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:325px;height:52px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:380.96875px;left:317.5px;display:block; }
#b8eWImTBSIAsfTQ3vTFhIcOoBAwb2yEy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sNwhDlGibk2AuJJxmnTFCmfdf7rcippG { color:#fafafa;display:block;width:888px;position:absolute;font-family:rubik;font-size:23px;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:111.5px;left:36px;height:230px;font-style:normal;display:block; }
#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row .container { background-color: transparent; background-image: none; }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row .container > .video-iframe-container { display: none; }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row > .video-iframe-container { display: none; }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .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); }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row .container { border-width: 0; border-radius: 0; }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row .container { font-size:14px;font-family:arial;height:655px;width:960px;position:relative;display:block; }#Lt1ASePIWLINc0WcSLzgeZylI882CU8F { color:#fafafa;display:block;width:899px;position:absolute;font-family:rubik;font-size:36px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:65.15625px;left:36px;height:46.7969px;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:left;text-align-last:left;display:block; }
#TH8wbyua9TTLJ8dEIBLIAUh9Tccnugd0 { color:#fafafa;display:block;width:888px;position:absolute;font-family:rubik;font-size:23px;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:110.96875px;left:36px;height:253px;font-style:normal;display:block; }
#gIavJTv3TFy5MxZuaDUXF7Zm9D2PG0PS { color:#fafafa;display:block;width:888px;position:absolute;font-family:rubik;font-size:23px;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:402.65625px;left:42.828125px;height:69px;font-style:normal;display:block; }
#qayhEQB6BPbPGfe408HT5BUZ8Amrko06 { background-color:#fb791c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:276.62534px;height:51.60414px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:522.3125px;left:341.6875px;display:block; }
#ePQ4ADdrVH395qUDH754mU1bHWATrS75 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container { background-color: transparent; background-image: none; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container > .video-iframe-container { display: none; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row > .video-iframe-container { display: none; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .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); }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container { border-width: 0; border-radius: 0; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container { font-size:14px;font-family:arial;height:189px;width:960px;position:relative;display:block; }#yucOt9BSodooguSimiKFEVwTdlCLVVXL { color:#fafafa;display:block;width:254px;position:absolute;font-family:rubik;font-size:24px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:62px;left:353px;height:31.1953px;text-align:center;text-align-last:center;display:block; }
#rUwB4UtFoAkJcuUQJrFv0aFgXCTFV1ZZ { color:#f6f6f6;display:block;width:351.938px;position:absolute;font-family:rubik;font-size:15px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:100px;left:304px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii { display:block; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-regular-label { width:409px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text { width:409px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-textarea { width:409px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select { width:409px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-button { width:409px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-checkbox-label { width:393px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T  { width:409px;height:auto;top:94px;left:313px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .radio-container { width:409px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T {display:block;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T { width:409px;height:auto;top:94px;left:313px; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #QZi26l56XWyPiaUcDnA3I6AxXvhAlz7s {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZRTzrAvCH1c5Jf4pAx40BUqFRoa7QiBh { display:block; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #INDqgFHyNOLLeFiX1QOC17arZ0VfBiAS {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fW5mvc8kaC8lZU6A7izdxKApTmcmOtEE {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #TZUn24gCahZEQys8OPmonI6oXQZVy3ka { display:block; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ASOyJRaF70C0ofcOZ1Ep50cfl93HgTp3 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #DgTmc1BT2Zcxt6toQoV6EkOyCviHI0H0 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #nDSBnv7Z7Kbuowr68t6TedbnRvoCkZJF {  }
 }@media only screen and (max-width: 763px) { #Ko4mNTGAFBSw9Knrv9aZf7uqn8TymfX0 { width:309px;height:20px;top:339px;left:455px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gI4ZTU19yOTVyDEmoXR2HJbqZMIOqVK6 { width:450px;height:32px;top:104px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #maz1a8MI1XCpEnhSQtEpGSW81uFJdDNa { width:276px;height:51px;top:414px;left:225.9765625px;display:block; }
 }@media only screen and (max-width: 763px) { #L62J6EKFkFALChUJkUCe7RGyPHaWAqLx { display:block; }
 }@media only screen and (max-width: 763px) { #EiPstUDwq8uVShpngzQRZZGdWdB3sxUp { width:445px;height:90px;top:230px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zap1KTMK8JqhBkwX8eIf1qtysPQv5X7g { width:447px;height:30px;top:137px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8 { display:block; }#AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfeNEOKqUirGMbidhp3taTux6RfL26Bh { top:50px;left:80.5px;width:603px;height:406.969px;display:block; }
 }@media only screen and (max-width: 763px) { #aEKRQtvoOvJB92z3oif56WhIUzKsQo2f { display:block; }#aEKRQtvoOvJB92z3oif56WhIUzKsQo2f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKGMdRuifbbTZnZUAz2C41LOOyln9agH { width:764px;height:46px;top:23px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fsSM7hEADiafSDrBQMxhrXpWTZeksrnn { display:block; }#fsSM7hEADiafSDrBQMxhrXpWTZeksrnn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw9cdSmBCbTUqNfscOX0NpI4dQusQilE { top:50px;left:64.125px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #TAW5T3vyPbT5aQs2T9InUnK1tKBzMuhm { top:50px;left:237.83334px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #ePKuv4q9xtfsAqXRoJFcsHyx5JUuGG99 { top:50px;left:437.50006103516px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #GvoyQHs0fTpoAlSq9uCzLuf7gbXZmyaH { top:50px;left:628.50006103516px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #bprrmBqgHQTu58cJTa5BcANESDw9ls6o { top:156px;left:0px;width:218px;height:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AAvBx97yLOdMD0CoyR2VU5PQf6rIbEin { top:156px;left:355px;width:218px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #I3ToP8MquAG54y1cwIUdCpsH4n0mx2sO { top:146px;left:546px;width:218px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fpdmTDTFOwIG9GIUaHS8ZRPhLdLtO9Ie { top:156px;left:164px;width:218px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH { display:block; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlEAyoCfD5Mevn4JBEzpKwvfeUnBEnlJ { width:279px;height:54px;top:23px;left:242.5px;display:block; }
 }@media only screen and (max-width: 763px) { #HSuv0zC8NWCGHqsFmBKGhdKnnwom5zWu { display:block; }
 }@media only screen and (max-width: 763px) { #FkOWkqpU4yExhkDe4UBmT263Drn0vkh9 { display:block; }#FkOWkqpU4yExhkDe4UBmT263Drn0vkh9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mROHM4QcXTrO5InT0Z3z0yi8u3iJW0Vh { width:764px;height:;top:23px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN { display:block; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkmMggsfivm3Gr9BV7GA8acDJ8naevs0 { width:403px;height:184px;top:9px;left:215px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XbSNhWc56EvpIRfzwJUO78dDepxdy8cH { display:block; }#XbSNhWc56EvpIRfzwJUO78dDepxdy8cH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9ckDTnbN83u74nTy9u34yAkXPKZMCsp { width:764px;height:;top:33px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #JxXyJtktSTd7lqthiH1mggif8aLP0EiP { display:block; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8E1TbeJDC3pRw07HpCtiakgaxUrDsc4 { width:679px;height:161px;top:0px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dkGQRFt8NrgE8xaTe6qDdZ871UwpfnT3 { width:98px;height:161px;top:0px;left:626.31256103516px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hc0N6CMOHoG6NLdZsTFvnZBFmpzyPCXt { width:93px;height:161px;top:0px;left:671px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #epIyphlN7PehJUes75TtaUyNcfo5BZzM { display:block; }#epIyphlN7PehJUes75TtaUyNcfo5BZzM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8BZmfRKhq4ef8mss47rXWKsGbwMQnTn { width:764px;height:69px;top:0px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GmoUhQq6bqOGk80gkcyX0GrMzamWiweT { width:277px;height:52px;top:89px;left:233.66668701172px;display:block; }
 }@media only screen and (max-width: 763px) { #EmBePdD9S2duQksMmhXZRyabx65QWA0N { display:block; }
 }@media only screen and (max-width: 763px) { #Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV { display:block; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qM2osTyQyO4exTDsHmsqpE3RGUmqKH5v { width:764px;height:;top:17px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Xwxsry9WnxRDte6SduqBX7P7ywOD7P7z { width:325px;height:52px;top:380px;left:219.5px;display:block; }
 }@media only screen and (max-width: 763px) { #b8eWImTBSIAsfTQ3vTFhIcOoBAwb2yEy { display:block; }
 }@media only screen and (max-width: 763px) { #sNwhDlGibk2AuJJxmnTFCmfdf7rcippG { width:764px;height:230px;top:111px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 { display:block; }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lt1ASePIWLINc0WcSLzgeZylI882CU8F { width:764px;height:46px;top:65px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TH8wbyua9TTLJ8dEIBLIAUh9Tccnugd0 { width:764px;height:253px;top:110px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gIavJTv3TFy5MxZuaDUXF7Zm9D2PG0PS { width:764px;height:69px;top:402px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qayhEQB6BPbPGfe408HT5BUZ8Amrko06 { width:276px;height:51px;top:522px;left:243.6875px;display:block; }
 }@media only screen and (max-width: 763px) { #ePQ4ADdrVH395qUDH754mU1bHWATrS75 { display:block; }
 }@media only screen and (max-width: 763px) { #tczOzuPskA6JygU6WnRSoVJeOhzTgBPm { display:block; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yucOt9BSodooguSimiKFEVwTdlCLVVXL { top:62px;left:255px;width:253px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #rUwB4UtFoAkJcuUQJrFv0aFgXCTFV1ZZ { width:351px;height:39px;top:100px;left:206px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii { display:block; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container { width:320px;height:689px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-checkbox { width:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;background-color:#fb791c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;color:#fafafa;text-shadow:1px 1px 3px rgba(0,0,0,0.5);box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T  { width:280px;height:auto;top:276px;left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T {display:block;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T { width:280px;height:auto;top:276px;left:0px; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #QZi26l56XWyPiaUcDnA3I6AxXvhAlz7s {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZRTzrAvCH1c5Jf4pAx40BUqFRoa7QiBh { display:none; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #INDqgFHyNOLLeFiX1QOC17arZ0VfBiAS {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fW5mvc8kaC8lZU6A7izdxKApTmcmOtEE {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #TZUn24gCahZEQys8OPmonI6oXQZVy3ka { display:none; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ASOyJRaF70C0ofcOZ1Ep50cfl93HgTp3 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #DgTmc1BT2Zcxt6toQoV6EkOyCviHI0H0 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #nDSBnv7Z7Kbuowr68t6TedbnRvoCkZJF {  }
 }@media only screen and (max-width: 763px) { #Ko4mNTGAFBSw9Knrv9aZf7uqn8TymfX0 { width:309.953px;height:20.7969px;top:523px;left:5px;text-align:center;text-align-last:center;font-size:16px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #gI4ZTU19yOTVyDEmoXR2HJbqZMIOqVK6 { width:319.984px;height:64px;top:57px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #maz1a8MI1XCpEnhSQtEpGSW81uFJdDNa { width:277.969px;height:52.9688px;top:599.671875px;left:21px;border-top:1px solid #866ae3;border-left:1px solid #866ae3;border-right:1px solid #866ae3;border-bottom:1px solid #866ae3;display:block; }
 }@media only screen and (max-width: 763px) { #L62J6EKFkFALChUJkUCe7RGyPHaWAqLx { display:block; }
 }@media only screen and (max-width: 763px) { #EiPstUDwq8uVShpngzQRZZGdWdB3sxUp { width:286.984px;height:65px;top:187px;left:17px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #zap1KTMK8JqhBkwX8eIf1qtysPQv5X7g { width:303px;height:15px;top:132px;left:9px;text-align:center;text-align-last:center;font-size:15px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8 { display:block; }#AFoauwoTuihyMp0ZLMeIBCQs4CHr5JT8 > .row .container { width:320px;height:249px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfeNEOKqUirGMbidhp3taTux6RfL26Bh { width:309px;height:212px;top:20px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #aEKRQtvoOvJB92z3oif56WhIUzKsQo2f { display:block; }#aEKRQtvoOvJB92z3oif56WhIUzKsQo2f > .row .container { width:320px;height:72px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKGMdRuifbbTZnZUAz2C41LOOyln9agH { width:294.984px;height:46.7812px;top:12.84375px;left:12.4921875px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fsSM7hEADiafSDrBQMxhrXpWTZeksrnn { display:block; }#fsSM7hEADiafSDrBQMxhrXpWTZeksrnn > .row .container { width:320px;height:648px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw9cdSmBCbTUqNfscOX0NpI4dQusQilE { display:flex;width:80px;height:80px;top:20px;left:120px; }
 }@media only screen and (max-width: 763px) { #TAW5T3vyPbT5aQs2T9InUnK1tKBzMuhm { display:flex;width:86px;height:86px;top:160.7917px;left:117px; }
 }@media only screen and (max-width: 763px) { #ePKuv4q9xtfsAqXRoJFcsHyx5JUuGG99 { display:flex;width:80px;height:80px;top:307.5834px;left:120px; }
 }@media only screen and (max-width: 763px) { #GvoyQHs0fTpoAlSq9uCzLuf7gbXZmyaH { display:flex;width:80px;height:80px;top:469.1667px;left:120px; }
 }@media only screen and (max-width: 763px) { #bprrmBqgHQTu58cJTa5BcANESDw9ls6o { width:218px;height:20.8px;top:120px;left:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AAvBx97yLOdMD0CoyR2VU5PQf6rIbEin { width:218px;height:20.7969px;top:407.5834px;left:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #I3ToP8MquAG54y1cwIUdCpsH4n0mx2sO { width:218px;height:62.3906px;top:569.1667px;left:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fpdmTDTFOwIG9GIUaHS8ZRPhLdLtO9Ie { width:218px;height:20.8px;top:266.7917px;left:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH { display:block; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container { width:320px;height:93px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlEAyoCfD5Mevn4JBEzpKwvfeUnBEnlJ { width:279px;height:54px;top:20px;left:20px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #HSuv0zC8NWCGHqsFmBKGhdKnnwom5zWu { display:block; }
 }@media only screen and (max-width: 763px) { #FkOWkqpU4yExhkDe4UBmT263Drn0vkh9 { display:block; }#FkOWkqpU4yExhkDe4UBmT263Drn0vkh9 > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mROHM4QcXTrO5InT0Z3z0yi8u3iJW0Vh { width:320px;height:23.4px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN { display:block; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container { width:320px;height:168px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkmMggsfivm3Gr9BV7GA8acDJ8naevs0 { width:221px;height:128px;top:12.999969482422px;left:49.500000953674px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XbSNhWc56EvpIRfzwJUO78dDepxdy8cH { display:block; }#XbSNhWc56EvpIRfzwJUO78dDepxdy8cH > .row .container { width:320px;height:81px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9ckDTnbN83u74nTy9u34yAkXPKZMCsp { width:320px;height:41.6px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #JxXyJtktSTd7lqthiH1mggif8aLP0EiP { display:block; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container { width:320px;height:312px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8E1TbeJDC3pRw07HpCtiakgaxUrDsc4 { width:320px;height:160px;top:20px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dkGQRFt8NrgE8xaTe6qDdZ871UwpfnT3 { width:98px;height:112px;top:190.99996948242px;left:45.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hc0N6CMOHoG6NLdZsTFvnZBFmpzyPCXt { width:93px;height:112px;top:190.95834350586px;left:165.00000476837px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #epIyphlN7PehJUes75TtaUyNcfo5BZzM { display:block; }#epIyphlN7PehJUes75TtaUyNcfo5BZzM > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8BZmfRKhq4ef8mss47rXWKsGbwMQnTn { width:320px;height:64px;top:0px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GmoUhQq6bqOGk80gkcyX0GrMzamWiweT { width:277.33334px;height:52.33334px;top:86px;left:21.000000953674px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #EmBePdD9S2duQksMmhXZRyabx65QWA0N { display:block; }
 }@media only screen and (max-width: 763px) { #Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV { display:block; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container { width:320px;height:360px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qM2osTyQyO4exTDsHmsqpE3RGUmqKH5v { width:320px;height:23.4px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Xwxsry9WnxRDte6SduqBX7P7ywOD7P7z { width:319.328px;height:50.3281px;top:287.375px;left:0.671875px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #b8eWImTBSIAsfTQ3vTFhIcOoBAwb2yEy { display:block; }
 }@media only screen and (max-width: 763px) { #sNwhDlGibk2AuJJxmnTFCmfdf7rcippG { width:304px;height:192px;top:63.375px;left:8.0000009536743px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 { background-color:#050505;background-image:none;display:block; }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row .container { background-color: transparent; background-image: none; }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row .container > .video-iframe-container { display: none; }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row > .video-iframe-container { display: none; }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .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); }#gJ2uuwnOJktKit19USUtTe7kHxhf7wz7 > .row .container { width:320px;height:471px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lt1ASePIWLINc0WcSLzgeZylI882CU8F { width:320px;height:23.3958px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TH8wbyua9TTLJ8dEIBLIAUh9Tccnugd0 { width:320px;height:224px;top:57.375001907349px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gIavJTv3TFy5MxZuaDUXF7Zm9D2PG0PS { width:320px;height:96px;top:307.3889px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qayhEQB6BPbPGfe408HT5BUZ8Amrko06 { width:267px;height:49.9922px;top:403.4296875px;left:26.484375px;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ePQ4ADdrVH395qUDH754mU1bHWATrS75 { display:block; }
 }@media only screen and (max-width: 763px) { #tczOzuPskA6JygU6WnRSoVJeOhzTgBPm { display:block; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container { width:320px;height:163px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yucOt9BSodooguSimiKFEVwTdlCLVVXL { width:253.992px;height:39px;top:33.9609375px;left:33.0234375px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #rUwB4UtFoAkJcuUQJrFv0aFgXCTFV1ZZ { width:319.992px;height:41.5938px;top:88.9921875px;left:0.0234375px;text-align:center;text-align-last:center;display:block; }
 }