.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:transparent;background-image:url("https://images.assets-landingi.com/uc/67050848-5027-4be0-b36f-3a9894121f83/Untitleddesign.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA { position:relative;display:block; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA { background-color: transparent; background-image: none; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container > .video-iframe-container { display: none; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row > .video-iframe-container { display: none; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .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); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA { border-width: 0; border-radius: 0; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .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; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .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:706px;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; }#wRKUXfPMMJnwFSy95WGAJVCK8iGUIkwp { position:absolute;display:block;z-index:15000;background-color:#da2a47;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 15px rgba(0,0,0,0.5) ;height:561px;width:454px;top:85.984375px;left:120px;display:block; }
#Wd2RRZQJyWPvJ9UqTvIInMczov9kennr { position:absolute;display:block;z-index:15001;border-top:13px solid #020202;border-left:13px solid #020202;border-right:13px solid #020202;border-bottom:13px solid #020202;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 1px 1px 15px rgba(0,0,0,0.69) ;height:402px;width:301px;top:157px;left:742px;overflow:hidden;display:block; }
#M6MP7c7eSzKZuPtSnlrW5r6G4dIOwmo1 { color:#000000;display:block;width:358.969px;position:absolute;font-family:lato;font-size:47px;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:111px;left:168px;height:141px;font-style:italic;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; }
#QxpbvR1Bp9647UyKF2VgmcLNEPEPtqPe { color:#000000;display:block;width:330.969px;position:absolute;font-family:lato;font-size:22px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:262px;left:171px;height:79.2px;font-style:normal;display:block; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-form-header {  }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:14px;font-weight:400;color:#000000;width:323px;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-text { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #ffffff;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:323px;box-sizing:border-box;height:32px;color:#ffffff;font-size:16px;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-text {padding-top: 0; padding-bottom: 0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-textarea { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:323px;box-sizing:border-box;height:50px;color:#ffffff;font-size:16px;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #7d7d7d;border-left:0;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:323px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:raleway;font-size:16px;overflow:hidden;vertical-align:top; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-select {padding-top: 0; padding-bottom: 0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-checkbox { width:16px;height:16px;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; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#35a6a6;background-image:none;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:47px;margin-bottom:4px;margin-left:47px;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:229px;height:45px;font-family:lato;overflow:hidden;box-shadow: 1px 1px 15px rgba(0,0,0,0.5) ; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:lato;font-size:16px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:lato;font-size:16px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:lato;font-size:16px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:lato;font-size:16px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .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:lato;line-height:1.3;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:303px;overflow:hidden;font-style:normal;float:none; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .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; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:19px;vertical-align:middle;font-family:raleway;font-size:14px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-container { padding-top:12px;padding-right:0;padding-bottom:12px;padding-left:0;width:100%;font-size:0;height:auto; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-container:first-of-type{padding-top:0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-container:last-of-type{padding-bottom:0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:323px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:171px;top:345px;z-index:15021;position:absolute;border-top-right-radius:25px;border-bottom-right-radius:25px;border-bottom-left-radius:25px;border-top-left-radius:25px; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:323px;display:block;vertical-align:top; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-info-text { display:block;height:auto;font-family:raleway;font-size:14px;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; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k {display:block;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:323px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:171px;top:345px;z-index:15021;position:absolute;border-top-right-radius:25px;border-bottom-right-radius:25px;border-bottom-left-radius:25px;border-top-left-radius:25px; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #KWd8CNrrTxnwFkBVM9G4yFLiy1cvi9PP { position:relative; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #TiwpS1TsS39W7fpaDxDv4VzipwSgh39v { position:relative;display:none; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #vG0bet2WHRsh5USniOi21xtLcSP6faIl { position:relative; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #AMTOyiZ0SFFAfJQ0T7vcTuZtOnsAdV7B { position:relative; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #VuvuikN090prL0Uhh5OuTFz3CKqk7tsX { position:relative;display:none; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #cUlcKn7JsUZRlcIJk7UV1sKbP46kya3n { position:relative; }
#POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #gZwOtawPVgHT1lswNOWHpeGcEenpO8gM { position:relative; }
#POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #ev3lWygpJZk5Z6Os6MSpOf1rv4vBCq3t { position:relative; }
#POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #uyKEo1tGGLe0cWGRsNy97XcZTtmpUvva { position:relative; }
#POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #GBgKfF6sihMQZH05CGIuLwpXKNdAWNHW { position:relative; }
#POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #mDN23Jm7WBBolVDGdB6HGAhHo8UHCMuH { position:relative; }
#POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #rQRGcm4zPRfVkxv04xXHq6bifoBUUKmP { position:relative; }
#POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #SWUAT3Rm4MdTcLndgTdZ2qUClzBFh40M { position:relative; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #uhdCqQLxcFDTHUwbnBRPPLW4tTUDTXVN { position:relative; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #lNO9WUOgXTR3S7d5TddrduTp3aMvuLeX { position:relative;z-index:2; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #J6ZTJb9mfrVXB1sTlmIeDeRZmQv4tqFG { position:relative; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #uuwtNulcEKueIrRti57QlniVFXlRWGu6 { position:relative; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #lG7J7UXFzZwud0RmUqkhRV1bC1Hw0cTX { position:relative; }
#rZbSrO2TgEn7vK26Q0TpputfmrpTTszc { position:relative;display:block; }#rZbSrO2TgEn7vK26Q0TpputfmrpTTszc { background-color: transparent; background-image: none; }#rZbSrO2TgEn7vK26Q0TpputfmrpTTszc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZbSrO2TgEn7vK26Q0TpputfmrpTTszc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZbSrO2TgEn7vK26Q0TpputfmrpTTszc > .row .container > .video-iframe-container { display: none; }#rZbSrO2TgEn7vK26Q0TpputfmrpTTszc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZbSrO2TgEn7vK26Q0TpputfmrpTTszc > .row > .video-iframe-container { display: none; }#rZbSrO2TgEn7vK26Q0TpputfmrpTTszc > .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); }#rZbSrO2TgEn7vK26Q0TpputfmrpTTszc { border-width: 0; border-radius: 0; }#rZbSrO2TgEn7vK26Q0TpputfmrpTTszc > .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; }#rZbSrO2TgEn7vK26Q0TpputfmrpTTszc > .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:260px;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; }#UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA { position:relative;display:block; }#UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA { background-color: transparent; background-image: none; }#UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA > .row .container > .video-iframe-container { display: none; }#UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA > .row > .video-iframe-container { display: none; }#UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA > .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); }#UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA { border-width: 0; border-radius: 0; }#UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA > .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; }#UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA > .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:440px;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; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT { position:relative;display:block; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT { background-color: transparent; background-image: none; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row .container > .video-iframe-container { display: none; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row > .video-iframe-container { display: none; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .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); }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT { border-width: 0; border-radius: 0; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:701px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wz2IwqcspXRGaetEeF6BSVZbMMJLidn9 { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2e0c0ada-b5a4-4403-9932-9e1867eb5c06/Andrews_Gandham.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 15px rgba(0,0,0,0.5) ;height:310px;width:310px;top:324px;left:445px;display:block; }#wz2IwqcspXRGaetEeF6BSVZbMMJLidn9.adaptive-delivery-prevent-bg, #wz2IwqcspXRGaetEeF6BSVZbMMJLidn9.lazyload, #wz2IwqcspXRGaetEeF6BSVZbMMJLidn9.lazyloading { background-image: none; }
#TRO5dgpAJA1Ez5yptmpfFfeiRExANgv6 { position:absolute;display:block;z-index:15003;background-color:rgba(218,42,71,0.77);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:699px;width:959px;top:0px;left:120.5px;display:block; }
#eWTZ5xiz5AX06Bh1cu06ZKzaZyOZrK95 { color:#000000;display:block;width:959px;position:absolute;font-family:lato;font-size:40px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:48px;left:120.5px;height:44px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Sqp7CfKCNam15gdrgoRPP4PdSb3lIzzh { color:#000000;display:block;width:882.984px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:118px;left:158.5px;height:154px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { position:relative;display:block; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { background-color: transparent; background-image: none; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row .container > .video-iframe-container { display: none; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row > .video-iframe-container { display: none; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .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); }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { border-width: 0; border-radius: 0; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .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; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .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:133px;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; }#LAl0bJWTgsIR7r0V6McPhh71PTB7wT7u { background-color:#da2a47;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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 15px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:35.984375px;left:460px;display:block; }
#TIJwDQdy5OWtt6bPvsUtz56hsnaavZwM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gUaiWze8labUpovZOupRXexhSHDC9ohF { position:absolute;display:block;z-index:15001;background-color:#7a0026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:178px;top:105px;left:511px;display:block; }
#BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t { position:relative;display:block; }#BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t { background-color: transparent; background-image: none; }#BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t > .row .container > .video-iframe-container { display: none; }#BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t > .row > .video-iframe-container { display: none; }#BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t > .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); }#BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t { border-width: 0; border-radius: 0; }#BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t > .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; }#BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t > .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:480px;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; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 { position:relative;display:block; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 { background-color: transparent; background-image: none; }#K40edd9de575a818da24bbbc08a5f167b01d2f12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .row .container > .video-iframe-container { display: none; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .row > .video-iframe-container { display: none; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .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); }#K40edd9de575a818da24bbbc08a5f167b01d2f12 { border-width: 0; border-radius: 0; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .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; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .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:143px;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; }#fc269fbe9af63093a4a1ea82b632249c46d6d596 { color:#000000;display:block;width:1200px;position:absolute;font-family:lato;font-size:40px;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 13px rgba(0,0,0,0.87);top:45px;left:0px;height:44px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0 { position:relative;display:block; }#EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0 { background-color: transparent; background-image: none; }#EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0 > .row .container > .video-iframe-container { display: none; }#EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0 > .row > .video-iframe-container { display: none; }#EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0 > .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); }#EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0 { border-width: 0; border-radius: 0; }#EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0 > .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; }#EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0 > .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:362px;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; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { background-color: transparent; background-image: none; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container > .video-iframe-container { display: none; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row > .video-iframe-container { display: none; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .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); }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { border-width: 0; border-radius: 0; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { font-size:14px;font-family:arial;height:218px;width:1200px;position:relative;display:block; }#iABEv2kZfN7QTvRgqEI9pws6q8wgTfSc { z-index:15001;top:100px;left:0px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1200px;height:38.9844px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SvLxVXxI0Hk2THgNZhPOC1HskTx1i0ps { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LEfN7CCr2ATDHyxiUgeKVpRVp5I50avl { color:#000000;display:block;width:1200px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25px;left:0px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#tdZPoPWLbydUnb6xl2MPQTh9Uybl03rO { color:#000000;display:block;width:1200px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:58px;left:0px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#LZI3cyTOUW2dHOII7oOgbEneu4r1aXaa { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.83);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:159px;width:959px;top:0px;left:121px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA { display:block; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRKUXfPMMJnwFSy95WGAJVCK8iGUIkwp { top:85px;left:0px;width:454px;height:561px;display:block; }
 }@media only screen and (max-width: 763px) { #Wd2RRZQJyWPvJ9UqTvIInMczov9kennr { top:157px;left:421px;width:301px;height:402px;display:block; }
 }@media only screen and (max-width: 763px) { #M6MP7c7eSzKZuPtSnlrW5r6G4dIOwmo1 { top:111px;left:0px;width:358px;height:141px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #QxpbvR1Bp9647UyKF2VgmcLNEPEPtqPe { top:262px;left:0px;width:330px;height:79px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-regular-label { display:block; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-checkbox-label { width:220px; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k  { width:240px;height:auto; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k {display:block;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #KWd8CNrrTxnwFkBVM9G4yFLiy1cvi9PP {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #TiwpS1TsS39W7fpaDxDv4VzipwSgh39v { display:none; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #vG0bet2WHRsh5USniOi21xtLcSP6faIl {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #AMTOyiZ0SFFAfJQ0T7vcTuZtOnsAdV7B {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #VuvuikN090prL0Uhh5OuTFz3CKqk7tsX { display:none; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #cUlcKn7JsUZRlcIJk7UV1sKbP46kya3n {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #gZwOtawPVgHT1lswNOWHpeGcEenpO8gM {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #ev3lWygpJZk5Z6Os6MSpOf1rv4vBCq3t {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #uyKEo1tGGLe0cWGRsNy97XcZTtmpUvva {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #GBgKfF6sihMQZH05CGIuLwpXKNdAWNHW {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #mDN23Jm7WBBolVDGdB6HGAhHo8UHCMuH {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #rQRGcm4zPRfVkxv04xXHq6bifoBUUKmP {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #SWUAT3Rm4MdTcLndgTdZ2qUClzBFh40M {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #uhdCqQLxcFDTHUwbnBRPPLW4tTUDTXVN {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #lNO9WUOgXTR3S7d5TddrduTp3aMvuLeX { z-index:2; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #J6ZTJb9mfrVXB1sTlmIeDeRZmQv4tqFG {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #uuwtNulcEKueIrRti57QlniVFXlRWGu6 {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #lG7J7UXFzZwud0RmUqkhRV1bC1Hw0cTX {  }
 }@media only screen and (max-width: 763px) { #rZbSrO2TgEn7vK26Q0TpputfmrpTTszc { display:block; }#rZbSrO2TgEn7vK26Q0TpputfmrpTTszc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA { display:block; }#UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT { display:block; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz2IwqcspXRGaetEeF6BSVZbMMJLidn9 { top:324px;left:227px;width:310px;height:310px;display:block; }
 }@media only screen and (max-width: 763px) { #TRO5dgpAJA1Ez5yptmpfFfeiRExANgv6 { top:0px;left:0px;width:764px;height:699px;display:block; }
 }@media only screen and (max-width: 763px) { #eWTZ5xiz5AX06Bh1cu06ZKzaZyOZrK95 { top:48px;left:0px;width:764px;height:44px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Sqp7CfKCNam15gdrgoRPP4PdSb3lIzzh { top:118px;left:0px;width:764px;height:154px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { display:block; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAl0bJWTgsIR7r0V6McPhh71PTB7wT7u { width:280px;height:55px;top:35px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #TIJwDQdy5OWtt6bPvsUtz56hsnaavZwM { display:block; }
 }@media only screen and (max-width: 763px) { #gUaiWze8labUpovZOupRXexhSHDC9ohF { top:105px;left:293px;width:178px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t { display:block; }#BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K40edd9de575a818da24bbbc08a5f167b01d2f12 { display:block; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc269fbe9af63093a4a1ea82b632249c46d6d596 { top:45px;left:0px;width:764px;height:44px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0 { display:block; }#EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R { display:block; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iABEv2kZfN7QTvRgqEI9pws6q8wgTfSc { top:100px;left:0px;width:748px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #SvLxVXxI0Hk2THgNZhPOC1HskTx1i0ps { display:block; }
 }@media only screen and (max-width: 763px) { #LEfN7CCr2ATDHyxiUgeKVpRVp5I50avl { top:25px;left:0px;width:764px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tdZPoPWLbydUnb6xl2MPQTh9Uybl03rO { top:58px;left:0px;width:764px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LZI3cyTOUW2dHOII7oOgbEneu4r1aXaa { top:0px;left:0px;width:764px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#35a6a6;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA { display:block; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container { width:320px;height:931px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRKUXfPMMJnwFSy95WGAJVCK8iGUIkwp { width:320px;height:463.994px;top:21.546875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Wd2RRZQJyWPvJ9UqTvIInMczov9kennr { width:281px;height:375px;top:506px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #M6MP7c7eSzKZuPtSnlrW5r6G4dIOwmo1 { width:320px;height:126px;top:41.984375px;left:0px;font-size:42px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxpbvR1Bp9647UyKF2VgmcLNEPEPtqPe { width:265px;height:72px;top:177.796875px;left:27.5px;font-size:20px;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-regular-label { display:block;width:249px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-text { width:249px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:25px;font-size:14px;overflow:hidden;display:block;vertical-align:top; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-text {padding-top: 0; padding-bottom: 0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-textarea { width:249px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:14px;overflow:hidden;display:block;vertical-align:top; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-select { width:249px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-select {padding-top: 0; padding-bottom: 0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-button { width:176px;margin-top:4px;margin-right:36px;margin-bottom:4px;margin-left:36px; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]:-moz-placeholder { font-size:14px;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]::-moz-placeholder { font-size:14px;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]:-ms-input-placeholder { font-size:14px;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]::-webkit-input-placeholder { font-size:14px;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-checkbox-label { width:229px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-container { padding-top:8px;padding-right:0;padding-bottom:7px;padding-left:0; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-container:first-of-type{padding-top:0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-container:last-of-type{padding-bottom:0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k  { width:249px;height:auto;top:248.796875px;left:15.46875px; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .radio-container { width:249px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k {display:block;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k { width:249px;height:auto;top:248.796875px;left:15.46875px; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #KWd8CNrrTxnwFkBVM9G4yFLiy1cvi9PP {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #TiwpS1TsS39W7fpaDxDv4VzipwSgh39v { display:none; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #vG0bet2WHRsh5USniOi21xtLcSP6faIl {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #AMTOyiZ0SFFAfJQ0T7vcTuZtOnsAdV7B {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #VuvuikN090prL0Uhh5OuTFz3CKqk7tsX { display:none; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #cUlcKn7JsUZRlcIJk7UV1sKbP46kya3n {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #gZwOtawPVgHT1lswNOWHpeGcEenpO8gM {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #ev3lWygpJZk5Z6Os6MSpOf1rv4vBCq3t {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #uyKEo1tGGLe0cWGRsNy97XcZTtmpUvva {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #GBgKfF6sihMQZH05CGIuLwpXKNdAWNHW {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #mDN23Jm7WBBolVDGdB6HGAhHo8UHCMuH {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #rQRGcm4zPRfVkxv04xXHq6bifoBUUKmP {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #SWUAT3Rm4MdTcLndgTdZ2qUClzBFh40M {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #uhdCqQLxcFDTHUwbnBRPPLW4tTUDTXVN {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #lNO9WUOgXTR3S7d5TddrduTp3aMvuLeX { z-index:2; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #J6ZTJb9mfrVXB1sTlmIeDeRZmQv4tqFG {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #uuwtNulcEKueIrRti57QlniVFXlRWGu6 {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #lG7J7UXFzZwud0RmUqkhRV1bC1Hw0cTX {  }
 }@media only screen and (max-width: 763px) { #rZbSrO2TgEn7vK26Q0TpputfmrpTTszc { display:block; }#rZbSrO2TgEn7vK26Q0TpputfmrpTTszc > .row .container { width:320px;height:279px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA { display:block; }#UCQsJZ5zRUWDDxgqemP1ydO2a80FPAfA > .row .container { width:320px;height:599px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT { display:block; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row .container { width:320px;height:721px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz2IwqcspXRGaetEeF6BSVZbMMJLidn9 { width:291px;height:291px;top:371px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TRO5dgpAJA1Ez5yptmpfFfeiRExANgv6 { width:320px;height:692px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eWTZ5xiz5AX06Bh1cu06ZKzaZyOZrK95 { width:320px;height:35.2px;top:40.984375px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Sqp7CfKCNam15gdrgoRPP4PdSb3lIzzh { width:258px;height:226.8px;top:90.46875px;left:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { display:block; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAl0bJWTgsIR7r0V6McPhh71PTB7wT7u { width:280px;height:55px;top:16.984375px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TIJwDQdy5OWtt6bPvsUtz56hsnaavZwM { display:block; }
 }@media only screen and (max-width: 763px) { #gUaiWze8labUpovZOupRXexhSHDC9ohF { width:177.998px;height:1.99219px;top:84.984375px;left:70.9765625px;display:block; }
 }@media only screen and (max-width: 763px) { #BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t { display:block; }#BtTdfPTa9r8n96l7KmOtJyT4L1zIB48t > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K40edd9de575a818da24bbbc08a5f167b01d2f12 { display:block; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc269fbe9af63093a4a1ea82b632249c46d6d596 { width:320px;height:70.4px;top:10px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0 { display:block; }#EF997KuzZ0Bgdy3SW3cCpXSnMoeCepS0 > .row .container { width:320px;height:850px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R { display:block; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { width:320px;height:143px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iABEv2kZfN7QTvRgqEI9pws6q8wgTfSc { top:90px;left:22px;width:277px;height:37px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SvLxVXxI0Hk2THgNZhPOC1HskTx1i0ps { display:block; }
 }@media only screen and (max-width: 763px) { #LEfN7CCr2ATDHyxiUgeKVpRVp5I50avl { width:320px;height:15.6px;top:16px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdZPoPWLbydUnb6xl2MPQTh9Uybl03rO { width:320px;height:46.8px;top:41px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZI3cyTOUW2dHOII7oOgbEneu4r1aXaa { width:320px;height:159px;top:175px;left:0px;display:none; }
 }