.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:#ffffff;background-image:none;position:relative;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); }#vSROO926lgwTv2pKKryqtJQgVHPHPIWi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202b4b;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; }#vSROO926lgwTv2pKKryqtJQgVHPHPIWi > .row .container { background-color: transparent; background-image: none; }#vSROO926lgwTv2pKKryqtJQgVHPHPIWi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSROO926lgwTv2pKKryqtJQgVHPHPIWi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSROO926lgwTv2pKKryqtJQgVHPHPIWi > .row .container > .video-iframe-container { display: none; }#vSROO926lgwTv2pKKryqtJQgVHPHPIWi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSROO926lgwTv2pKKryqtJQgVHPHPIWi > .row > .video-iframe-container { display: none; }#vSROO926lgwTv2pKKryqtJQgVHPHPIWi > .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); }#vSROO926lgwTv2pKKryqtJQgVHPHPIWi > .row .container { border-width: 0; border-radius: 0; }#vSROO926lgwTv2pKKryqtJQgVHPHPIWi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vSROO926lgwTv2pKKryqtJQgVHPHPIWi > .row .container { font-size:14px;font-family:arial;height:72px;width:960px;position:relative;display:block; }#HvlTApQtcIoPtWBuJTmvabFqSPIILOIZ { color:#f6f6f6;display:block;width:647px;position:absolute;font-family:"open sans";font-size:29px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.149993896484px;left:0px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n7luKfqodqzIL73LtCsWnlaqbXgi5uPS { background-color:#fb886d;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:202px;height:33px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:19.5px;left:687.00003051758px;display:block; }
#wJ8UqAVLB9WUmetvpheMrqnaHDuK4aDN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.41), #f6f6f6);background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.41), #f6f6f6);background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.41), #f6f6f6);background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.41), #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#68ffffff', endColorstr='#f6f6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#68ffffff', endColorstr='#f6f6f6' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.41), #f6f6f6);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:14px;font-family:arial;height:794px;width:960px;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#be2a5a;display:block;width:607px;position:absolute;font-family:"open sans";font-size:51px;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:71px;left:0px;height:122.4px;font-style:normal;display:block; }
#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#4e4e80;display:block;width:638px;position:absolute;font-family:"open sans";font-size:26px;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:206px;left:0px;height:78px;font-style:normal;display:block; }
#C8x4KvolXU1CsTszuZNukSqlKT9MF32h { color:#26265b;display:block;width:487px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:515.79998779297px;left:0px;height:26px;font-style:normal;display:block; }
#W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { background-color:#fb886d;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:286px;height:52px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:574px;left:0px;display:block; }
#bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SrAqfc2P07fmNnTWokXFFNhB5NnxCkVe { background-color:rgba(0,0,0,0);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:3px solid #26265b;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#26265b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:151px;height:51.6px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:574px;left:293px;display:block; }
#f4L7MIX1yiHi8SJEttu9ZHTLaR4OtNPs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { color:#4e4e80;display:block;width:533px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:314.5px;left:0px;height:138px;font-style:normal;overflow:hidden;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qoeWmOiV/logo_wisnia_2_.png); }
#nfv2TwoykSHTTTGqInd2SLivCfAgetNQ { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(198deg, #be2a5a, rgba(0,0,0,0));background-image: -moz-linear-gradient(198deg, #be2a5a, rgba(0,0,0,0));background-image: -ms-linear-gradient(198deg, #be2a5a, rgba(0,0,0,0));background-image: -o-linear-gradient(198deg, #be2a5a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be2a5a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be2a5a', endColorstr='#00000000' );";background-image: linear-gradient(198deg, #be2a5a, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:900px;border-top-right-radius:900px;border-bottom-left-radius:0;border-bottom-right-radius:900px;height:146px;width:138px;top:27px;left:814px;display:block; }
#viMMfkxv3KqWcsdH5F2uPJxesNVTEGaa { position:absolute;display:block;z-index:15021;background-color:#ffffff;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:4px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 5px 20px rgba(78,78,128,0.1) ;height:182px;width:214px;top:395px;left:715px;display:block; }
#hgorZRXArQ6i1AxEWRcVVQPdi0pCAOT8 { color:#26265b;display:block;width:160px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:439px;left:742px;height:76.8px;font-style:normal;display:block; }
#xzEFA2lyd5IKz2xnhpFTAbKT2LqpA9JX { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:736px;width:487px;top:58px;left:473px;overflow:hidden;display:block; }
#Flwx4s4f6rgZ0Tfma4ZwW4lcye1T3hGb { position:absolute;display:block;z-index:15026;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:90px;width:149px;top:47px;left:811px;overflow:hidden;display:block; }
#WHTBGX8KkqMyGPg5SMAA5HldDXkXk80V { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#Somz3Zmv17pP9MytPVmuEyuhVFSLxGa7 { color:#26265b;display:block;width:425px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:488.6875px;left:18px;height:24.7px;display:none; }
#MMTpfwQaulsP3WpgahJRD4RLEfmD3ULO { color:#4e4e80;display:block;width:638px;position:absolute;font-family:"open sans";font-size:26px;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:206px;left:0px;height:78px;font-style:normal;display:none; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:14px;font-family:arial;height:643px;width:960px;position:relative;display:block; }#dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { position:absolute;display:block;z-index:14998;background-color:#be2a5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:5px;width:100px;top:103px;left:0px;display:block; }
#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#26265b;display:block;width:370px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:128px;left:0px;height:41.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgthEMkXvTcQF0PgHzsylmPhQtprTGig { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:414px;width:325px;top:68px;left:467px;overflow:hidden;display:block; }
#oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, #be2a5a, rgba(0,0,0,0));background-image: -moz-linear-gradient(201deg, #be2a5a, rgba(0,0,0,0));background-image: -ms-linear-gradient(201deg, #be2a5a, rgba(0,0,0,0));background-image: -o-linear-gradient(201deg, #be2a5a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be2a5a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be2a5a', endColorstr='#00000000' );";background-image: linear-gradient(201deg, #be2a5a, rgba(0,0,0,0));background-size:auto !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;height:359px;width:481px;top:98px;left:431px;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#4e4e80;display:block;width:370px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:239px;left:0px;height:324px;display:block; }
#yegRxK7kyeCQ55nofbm1InBgLe5niL2m { background-color:#be2a5a;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:482px;height:52px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:511.79998779297px;left:430.50003051758px;display:block; }
#aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { background-color: transparent; background-image: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .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); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { border-width: 0; border-radius: 0; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { font-size:14px;font-family:arial;height:40px;width:960px;position:relative;display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { background-color: transparent; background-image: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .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); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { border-width: 0; border-radius: 0; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { font-size:14px;font-family:arial;height:194px;width:960px;position:relative;display:block; }#VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { color:#26265b;display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:93px;left:0px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { position:absolute;display:block;z-index:14996;background-color:#be2a5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:5px;width:100px;top:60px;left:430px;display:block; }
#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { background-color: transparent; background-image: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .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); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { border-width: 0; border-radius: 0; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { font-size:14px;font-family:arial;height:305px;width:960px;position:relative;display:block; }#WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { color:#4e4e80;display:block;width:270px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:183px;left:25px;height:72px;text-align:center;text-align-last:center;display:block; }
#N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { position:absolute;display:block;z-index:15022;background-color:#ffffff;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 5px 20px rgba(78,78,128,0.16) ;height:120px;width:120px;top:0px;left:92px;display:block; }
#ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { color:#26265b;display:block;width:270px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:141px;left:25px;height:30px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 5px 20px rgba(78,78,128,0.1) ;height:36px;width:36px;top:10px;left:79px;display:block; }
#t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { color:#4e4e80;display:block;width:35px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:13px;left:79.5px;height:30px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { position:absolute;display:block;z-index:15028;background-color:#ffffff;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 5px 20px rgba(78,78,128,0.16) ;height:120px;width:120px;top:0px;left:412px;display:block; }
#Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { color:#26265b;display:block;width:270px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:141px;left:345px;height:30px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { color:#4e4e80;display:block;width:270px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:183px;left:345px;height:72px;text-align:center;text-align-last:center;display:block; }
#vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { position:absolute;display:block;z-index:15029;background-color:#ffffff;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 5px 20px rgba(78,78,128,0.1) ;height:36px;width:36px;top:10px;left:399px;display:block; }
#q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { color:#4e4e80;display:block;width:35px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:13px;left:400px;height:30px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { position:absolute;display:block;z-index:15034;background-color:#ffffff;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 5px 20px rgba(78,78,128,0.16) ;height:120px;width:120px;top:0px;left:732px;display:block; }
#yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { color:#26265b;display:block;width:270px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:141px;left:665px;height:30px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { color:#4e4e80;display:block;width:270px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:183px;left:665px;height:72px;text-align:center;text-align-last:center;display:block; }
#pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { position:absolute;display:block;z-index:15035;background-color:#ffffff;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 5px 20px rgba(78,78,128,0.1) ;height:36px;width:36px;top:10px;left:719px;display:block; }
#ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { color:#4e4e80;display:block;width:35px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:13px;left:720px;height:30px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { box-sizing:content-box;color:#5d92ff;font-size:32px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:36.500030517578px;left:128.5px; }
#PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;top:35.000030517578px;left:455.00003051758px; }
#kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { box-sizing:content-box;color:#5d92ff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:37.5px;left:769.5px; }
#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { background-color: transparent; background-image: none; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container > .video-iframe-container { display: none; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row > .video-iframe-container { display: none; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .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); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { border-width: 0; border-radius: 0; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { font-size:14px;font-family:arial;height:80px;width:960px;position:relative;display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -moz-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -ms-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -o-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ddd3ff', endColorstr='#33866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ddd3ff', endColorstr='#33866ae3' );";background-image: linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { background-color: transparent; background-image: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container > .video-iframe-container { display: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container { display: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .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); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { border-width: 0; border-radius: 0; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { font-size:14px;font-family:arial;height:258px;width:960px;position:relative;display:block; }#Qzb2BICzdKzCzV5Jemr9bFgZBvB0cDfD { background-color:#fb886d;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:216px;height:52px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:142.50001525879px;left:354px;display:block; }
#xb79a1En0GkLNIm2rSlAsJc53mwWL4BL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BKHWagMHfaAG8bhTGOdRDi4khNifDywF { color:#26265b;display:block;width:506px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:78.000015258789px;left:209px;height:30px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iccK47nmmk1bmTmw2dRyzSx2JbmegPhp { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -moz-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -ms-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -o-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bffffff', endColorstr='#a3ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bffffff', endColorstr='#a3ffffff' );";background-image: linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:900px;border-top-right-radius:900px;border-bottom-left-radius:0;border-bottom-right-radius:900px;height:174px;width:183px;top:81.500015258789px;left:0px;display:block; }
#InrQVJeUh9Zx04812wdw8LD0ZyXwq5Kd { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:900px;border-top-right-radius:900px;border-bottom-left-radius:900px;border-bottom-right-radius:900px;box-shadow: 1px 6px 11px rgba(143,154,176,0.56) ;height:60px;width:60px;top:63px;left:738.421875px;display:block; }
#xhRr57lcL7wnWELySoSw9BomIhHvHNle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { background-color: transparent; background-image: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .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); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { border-width: 0; border-radius: 0; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { font-size:14px;font-family:arial;height:194px;width:960px;position:relative;display:block; }#H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { color:#202b4b;display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:93px;left:0px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFILisyDTTrTCSOSKKcvbderBqvra4Up { position:absolute;display:block;z-index:14996;background-color:#be2a5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:5px;width:100px;top:60px;left:430px;display:block; }
#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { background-color: transparent; background-image: none; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container > .video-iframe-container { display: none; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row > .video-iframe-container { display: none; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .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); }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { border-width: 0; border-radius: 0; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { font-size:14px;font-family:arial;height:392px;width:960px;position:relative;display:block; }#golQm5lFd40Dnzbr3zOqRFTyiNaiUopm { color:#4e4e80;display:block;width:270px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:320px;left:25px;height:72px;text-align:center;text-align-last:center;display:block; }
#w1W8aFlS0Eauz0WeKFT5BCC51oNBczqW { color:#202b4b;display:block;width:270px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:248.96240234375px;left:25px;height:30px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:175px;width:264px;top:20.5px;left:28px;overflow:hidden;display:block; }
#nI8nINH62SKIITiXhJ9Fn4A28ySta0Vw { color:#4e4e80;display:block;width:270px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:320px;left:345px;height:72px;text-align:center;text-align-last:center;display:block; }
#S6533CBRaC7RuwiOaeK1yX0w423U3IK6 { color:#202b4b;display:block;width:270px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:248.98739624023px;left:345.00003051758px;height:30px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RwdtVUdW0G02TJQoAlB6VyZOGrv3JCcE { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:176px;width:264px;top:20px;left:347px;overflow:hidden;display:block; }
#wH0QSTTpsxPxpBuA21Oz2oxSu8xg5O9c { color:#4e4e80;display:block;width:270px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:320px;left:665px;height:72px;text-align:center;text-align-last:center;display:block; }
#KPK8BZ7ThRCevqn33HTnZpRvSuItdylF { color:#202b4b;display:block;width:270px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:233.93740844727px;left:671.00003051758px;height:60px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rfw8pwDhbAAT7sQsxFSBUkwi7FcRsNpL { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:177px;width:266px;top:20px;left:673px;overflow:hidden;display:block; }
#Qy6achOe0G5fdlXhd7e45bDwEwBlt35a { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(190,42,90,0.26));background-image: -moz-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(190,42,90,0.26));background-image: -ms-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(190,42,90,0.26));background-image: -o-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(190,42,90,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42be2a5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42be2a5a' );";background-image: linear-gradient(183deg, rgba(95,255,255,0.1), rgba(190,42,90,0.26));background-size:auto !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;height:120px;width:160px;top:0px;left:10px;display:block; }
#Ddu2ckee0cTSPrOcbfdC9twc4SJmtHAh { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(190,42,90,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(190,42,90,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(190,42,90,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(190,42,90,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42be2a5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42be2a5a' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(190,42,90,0.26));background-size:auto !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;height:61px;width:180px;top:0px;left:387px;display:block; }
#V3ZDGg0l7uXVPZopIULwsgLadIXVUAc6 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(190,42,90,0.26), rgba(95,255,255,0.1));background-image: -moz-linear-gradient(183deg, rgba(190,42,90,0.26), rgba(95,255,255,0.1));background-image: -ms-linear-gradient(183deg, rgba(190,42,90,0.26), rgba(95,255,255,0.1));background-image: -o-linear-gradient(183deg, rgba(190,42,90,0.26), rgba(95,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42be2a5a', endColorstr='#195fffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42be2a5a', endColorstr='#195fffff' );";background-image: linear-gradient(183deg, rgba(190,42,90,0.26), rgba(95,255,255,0.1));background-size:auto !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;height:120px;width:160px;top:0px;left:800px;display:block; }
#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { background-color: transparent; background-image: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container > .video-iframe-container { display: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container { display: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .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); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { border-width: 0; border-radius: 0; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { font-size:14px;font-family:arial;height:40px;width:960px;position:relative;display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { background-color: transparent; background-image: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .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); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { border-width: 0; border-radius: 0; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { font-size:14px;font-family:arial;height:229px;width:960px;position:relative;display:block; }#qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { color:#26265b;display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:93px;left:0px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { position:absolute;display:block;z-index:14996;background-color:#be2a5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:5px;width:100px;top:60px;left:430px;display:block; }
#pDBan4areyGmVy9HndplxbQcw0IdS28l { color:#4e4e80;display:block;width:960px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:155px;left:0px;height:24px;text-align:center;text-align-last:center;display:block; }
#F83WF24iArL93xI5qO4mSUkbBEVzdQqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { background-color: transparent; background-image: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .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); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { border-width: 0; border-radius: 0; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { font-size:14px;font-family:arial;height:62px;width:960px;position:relative;display:block; }#TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#be2a5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#be2a5a' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-size:auto !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;height:59px;width:122px;top:0px;left:0px;display:block; }
#UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { color:#f6f6f6;display:block;width:72px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:9px;left:25px;height:42px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { color:#26265b;display:block;width:788px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:16.000015258789px;left:171.98748779297px;height:30px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { background-color: transparent; background-image: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .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); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { border-width: 0; border-radius: 0; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { font-size:14px;font-family:arial;height:107px;width:960px;position:relative;display:block; }#wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { color:#4e4e80;display:block;width:790px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0px;left:170px;height:72px;text-align:left;text-align-last:left;display:block; }
#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { background-color: transparent; background-image: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container > .video-iframe-container { display: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container { display: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .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); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { border-width: 0; border-radius: 0; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { font-size:14px;font-family:arial;height:61px;width:960px;position:relative;display:block; }#oJRJfGkNTZk3KFK3kUqzeLTPMezN4k93 { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#be2a5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#be2a5a' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-size:auto !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;height:59px;width:122px;top:0px;left:0px;display:block; }
#s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { color:#f6f6f6;display:block;width:72px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:9px;left:25px;height:42px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eA69K80QDZvP6biTWsZ90XBP76bulNPB { color:#26265b;display:block;width:788px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:15.500030517578px;left:171.98748779297px;height:30px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { background-color: transparent; background-image: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container > .video-iframe-container { display: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container { display: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .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); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { border-width: 0; border-radius: 0; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { font-size:14px;font-family:arial;height:107px;width:960px;position:relative;display:block; }#dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { color:#4e4e80;display:block;width:790px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0px;left:170px;height:72px;text-align:left;text-align-last:left;display:block; }
#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { background-color: transparent; background-image: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container > .video-iframe-container { display: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container { display: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .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); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { border-width: 0; border-radius: 0; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { font-size:14px;font-family:arial;height:60px;width:960px;position:relative;display:block; }#oJTk3nXtpt8P6aVHXLGr0gdSXWslrGVh { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#be2a5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#be2a5a' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-size:auto !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;height:59px;width:122px;top:0px;left:0px;display:block; }
#wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { color:#f6f6f6;display:block;width:72px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:9px;left:25px;height:42px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { color:#26265b;display:block;width:788px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:14.987518310547px;left:171.98748779297px;height:30px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { background-color: transparent; background-image: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container > .video-iframe-container { display: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container { display: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .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); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { border-width: 0; border-radius: 0; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { font-size:14px;font-family:arial;height:107px;width:960px;position:relative;display:block; }#meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { color:#4e4e80;display:block;width:790px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0px;left:170px;height:72px;text-align:left;text-align-last:left;display:block; }
#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { background-color: transparent; background-image: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .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); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { border-width: 0; border-radius: 0; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { font-size:14px;font-family:arial;height:170px;width:960px;position:relative;display:block; }#pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { background-color:#fb886d;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:380px;height:52px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:59px;left:290.00003051758px;display:block; }
#SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { background-color: transparent; background-image: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .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); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { border-width: 0; border-radius: 0; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { font-size:14px;font-family:arial;height:194px;width:960px;position:relative;display:block; }#k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { color:#26265b;display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:93px;left:0px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { position:absolute;display:block;z-index:14996;background-color:#be2a5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:5px;width:100px;top:60px;left:430px;display:block; }
#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { background-color: transparent; background-image: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .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); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { border-width: 0; border-radius: 0; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { font-size:14px;font-family:arial;height:277px;width:960px;position:relative;display:block; }#SG05vfSsEbok3Czletr19174nvJ95VbC { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be2a5a, #ffffff);background-image: -moz-linear-gradient(180deg, #be2a5a, #ffffff);background-image: -ms-linear-gradient(180deg, #be2a5a, #ffffff);background-image: -o-linear-gradient(180deg, #be2a5a, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be2a5a', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be2a5a', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #be2a5a, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:900px;border-top-right-radius:900px;border-bottom-left-radius:900px;border-bottom-right-radius:900px;box-shadow: 1px 6px 11px rgba(143,154,176,0.56) ;height:50px;width:50px;top:16px;left:12px;display:block; }
#p9ztZH8eUkxPVQ5oISmiZ8Lcmg0ByMvA { position:absolute;display:block;z-index:15028;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:120px;width:356px;top:25.587493896484px;left:70.387512207031px;overflow:hidden;display:block; }
#rnstD3kN8uLExCr0Cqbhc0pLGfFudGEG { position:absolute;display:block;z-index:15030;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:88px;width:336px;top:169.57499694824px;left:70.387512207031px;overflow:hidden;display:block; }
#gH2KUUwm8P60Eomd7A8JQyq4rKQvcIyb { position:absolute;display:block;z-index:15030;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:114px;width:400px;top:28.5625px;left:490.47500610352px;overflow:hidden;display:block; }
#s0eVxqT6XOikBR5ai4fqOCe4bDUw1MgD { position:absolute;display:block;z-index:15030;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:73px;width:264px;top:177.07500457764px;left:490.47500610352px;overflow:hidden;display:block; }
#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { background-color: transparent; background-image: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .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); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { border-width: 0; border-radius: 0; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { font-size:14px;font-family:arial;height:184px;width:960px;position:relative;display:block; }#s7RKc46ApfE9hrEp9RcX5zbTzxbHZ8zd { position:absolute;display:block;z-index:15028;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:92px;width:325px;top:30.600006103516px;left:45.387512207031px;overflow:hidden;display:block; }
#sbkDOuyrDcgv1bppkeNJxs6g8D8QcM5i { position:absolute;display:block;z-index:15029;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:79px;width:268px;top:37.100006103516px;left:678.98751831055px;overflow:hidden;display:block; }
#yonxx4TwNgv5iNh8BKPTnqXOzDNDzyIp { position:absolute;display:block;z-index:15029;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:135px;width:263px;top:30.600006103516px;left:370.37503051758px;overflow:hidden;display:block; }
#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row .container { background-color: transparent; background-image: none; }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row .container > .video-iframe-container { display: none; }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row > .video-iframe-container { display: none; }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .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); }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row .container { border-width: 0; border-radius: 0; }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row .container { font-size:14px;font-family:arial;height:730px;width:960px;position:relative;display:block; }#f3G0fmozTT1crkCkxLy9lHEi5kynPatN { position:absolute;display:block;z-index:15003;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:423px;width:304px;top:222px;left:45px;overflow:hidden;display:block; }
#BtB7DXJK1ChmVTMCMObf2a0B5aBIhgdg { color:#202b4b;display:block;width:322px;position:absolute;font-family:"open sans";font-size:26px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:236px;left:364px;height:33.8px;font-style:normal;display:block; }
#t8FTeosoXm1oEgTvA4cLsnNfkI0Idt34 { color:#be2a5a;display:block;width:302px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:269px;left:364px;height:20.8px;font-style:normal;display:block; }
#rB8xCoG0RBbHFACOf8sdgza6ODQzWSPh { color:#202b4b;display:block;width:551px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:325px;left:364px;height:306px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pQEwFATRpylldWvqGAX6GUf61pfyOo2w { color:#26265b;display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:110px;left:0px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bxLWDS8O1QTVQPFh7QCzvbHhJot6Ws8b { position:absolute;display:block;z-index:14998;background-color:#be2a5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:5px;width:100px;top:77px;left:430.00003051758px;display:block; }
#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { background-color: transparent; background-image: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .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); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { border-width: 0; border-radius: 0; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { font-size:14px;font-family:arial;height:267px;width:960px;position:relative;display:block; }#eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { color:#26265b;display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:93px;left:0px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zynl76p3y9OAqStyPwKfORByd6TXwuRk { position:absolute;display:block;z-index:14996;background-color:#be2a5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:5px;width:100px;top:60px;left:430px;display:block; }
#aQM2afTb7MLMs7MWrlFZtGw4RaBXHsIg { color:#fb886d;display:block;width:511px;position:absolute;font-family:lato;font-size:21px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:162px;left:243px;height:27.3px;text-align:center;text-align-last:center;display:block; }
#S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { box-sizing:content-box;color:#5d92ff;font-size:25px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:157px;left:206px; }
#fM0E89P23opNIipHwLETRRneH77Jr8GJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { background-color: transparent; background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .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); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { border-width: 0; border-radius: 0; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { font-size:14px;font-family:arial;height:495px;width:960px;position:relative;display:block; }#br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -moz-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -ms-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -o-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fcffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fcffffff' );";background-image: linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:900px;border-top-right-radius:900px;border-bottom-left-radius:0;border-bottom-right-radius:900px;height:248px;width:261px;top:242px;left:0px;display:block; }
#gqHtfnp05mGSifDcqupEGiBMwtZsORbp { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #ffe6e8, #be2a5a);background-image: -moz-linear-gradient(197deg, #ffe6e8, #be2a5a);background-image: -ms-linear-gradient(197deg, #ffe6e8, #be2a5a);background-image: -o-linear-gradient(197deg, #ffe6e8, #be2a5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#be2a5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#be2a5a' );";background-image: linear-gradient(197deg, #ffe6e8, #be2a5a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:900px;border-top-right-radius:900px;border-bottom-left-radius:900px;border-bottom-right-radius:900px;box-shadow: 1px 6px 11px rgba(143,154,176,0.56) ;height:57px;width:61px;top:231.5px;left:181.421875px;display:block; }
#B9WLgFpCI7IAC6cIQxGccH880WTHTQch { position:absolute;display:block;z-index:15022;height:357px;width:472px;top:64.800399780273px;left:244px;display:block; }
#DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #be2a5a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #be2a5a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #be2a5a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #be2a5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#be2a5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#be2a5a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #be2a5a);background-size:auto !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;height:494px;width:960px;top:0.000396728515625px;left:0px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vSROO926lgwTv2pKKryqtJQgVHPHPIWi { display:block; }#vSROO926lgwTv2pKKryqtJQgVHPHPIWi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvlTApQtcIoPtWBuJTmvabFqSPIILOIZ { width:647px;height:;top:17px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #n7luKfqodqzIL73LtCsWnlaqbXgi5uPS { width:202px;height:33px;top:19px;left:562px;display:block; }
 }@media only screen and (max-width: 763px) { #wJ8UqAVLB9WUmetvpheMrqnaHDuK4aDN { display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:71px;left:0px;width:607px;height:122px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:206px;left:0px;width:638px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #C8x4KvolXU1CsTszuZNukSqlKT9MF32h { top:515px;left:0px;width:487px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { width:286px;height:52px;top:574px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block; }
 }@media only screen and (max-width: 763px) { #SrAqfc2P07fmNnTWokXFFNhB5NnxCkVe { width:151px;height:51px;top:574px;left:195px;display:block; }
 }@media only screen and (max-width: 763px) { #f4L7MIX1yiHi8SJEttu9ZHTLaR4OtNPs { display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { top:314px;left:0px;width:533px;height:165px;font-size:16px;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qoeWmOiV/logo_wisnia_2_.png); }
 }@media only screen and (max-width: 763px) { #nfv2TwoykSHTTTGqInd2SLivCfAgetNQ { width:138px;height:146px;top:27px;left:626px;display:block; }
 }@media only screen and (max-width: 763px) { #viMMfkxv3KqWcsdH5F2uPJxesNVTEGaa { width:214px;height:182px;top:395px;left:550px;display:block; }
 }@media only screen and (max-width: 763px) { #hgorZRXArQ6i1AxEWRcVVQPdi0pCAOT8 { top:439px;left:604px;width:160px;height:76px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #xzEFA2lyd5IKz2xnhpFTAbKT2LqpA9JX { width:487px;height:736px;top:58px;left:277px;display:block; }
 }@media only screen and (max-width: 763px) { #Flwx4s4f6rgZ0Tfma4ZwW4lcye1T3hGb { width:149px;height:90px;top:47px;left:615px;display:block; }
 }@media only screen and (max-width: 763px) { #WHTBGX8KkqMyGPg5SMAA5HldDXkXk80V { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #Somz3Zmv17pP9MytPVmuEyuhVFSLxGa7 { top:401px;left:0px;width:275px;height:44px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #MMTpfwQaulsP3WpgahJRD4RLEfmD3ULO { top:171px;left:0px;width:316px;height:60px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { top:103px;left:0px;width:100px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:128px;left:0px;width:370px;height:41px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:325px;height:414px;top:68px;left:271px;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { top:98px;left:283px;width:481px;height:359px;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:239px;left:0px;width:370px;height:324px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yegRxK7kyeCQ55nofbm1InBgLe5niL2m { width:482px;height:52px;top:511px;left:282px;display:block; }
 }@media only screen and (max-width: 763px) { #aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block; }
 }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { top:93px;left:0px;width:764px;height:48px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { top:60px;left:332px;width:100px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { top:183px;left:0px;width:270px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:120px;height:120px;top:0px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { top:141px;left:0px;width:270px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:36px;height:36px;top:10px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { top:13px;left:46.5px;width:35px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:120px;height:120px;top:0px;left:313px;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { top:141px;left:238px;width:270px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { top:183px;left:238px;width:270px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { width:36px;height:36px;top:10px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { top:13px;left:301px;width:35px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:120px;height:120px;top:0px;left:567px;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { top:141px;left:492px;width:270px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { top:183px;left:492px;width:270px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:36px;height:36px;top:10px;left:554px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { top:13px;left:555px;width:35px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:47px;height:47px;top:36px;left:95.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { width:50px;height:50px;top:35px;left:356.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:45px;height:45px;top:37px;left:604.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { display:block; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igThA3OZTUlasycp7xBtMJiaXTZKqmaE { display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qzb2BICzdKzCzV5Jemr9bFgZBvB0cDfD { width:216px;height:52px;top:142px;left:256px;display:block; }
 }@media only screen and (max-width: 763px) { #xb79a1En0GkLNIm2rSlAsJc53mwWL4BL { display:block; }
 }@media only screen and (max-width: 763px) { #BKHWagMHfaAG8bhTGOdRDi4khNifDywF { top:78px;left:111px;width:506px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iccK47nmmk1bmTmw2dRyzSx2JbmegPhp { width:183px;height:174px;top:81px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #InrQVJeUh9Zx04812wdw8LD0ZyXwq5Kd { width:60px;height:60px;top:63px;left:640.421875px;display:block; }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { top:93px;left:0px;width:764px;height:48px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #xFILisyDTTrTCSOSKKcvbderBqvra4Up { top:60px;left:332px;width:100px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 { display:block; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #golQm5lFd40Dnzbr3zOqRFTyiNaiUopm { top:320px;left:0px;width:270px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #w1W8aFlS0Eauz0WeKFT5BCC51oNBczqW { top:248px;left:0px;width:270px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { width:264px;height:175px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nI8nINH62SKIITiXhJ9Fn4A28ySta0Vw { top:320px;left:238px;width:270px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #S6533CBRaC7RuwiOaeK1yX0w423U3IK6 { top:248px;left:238px;width:270px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RwdtVUdW0G02TJQoAlB6VyZOGrv3JCcE { width:264px;height:176px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wH0QSTTpsxPxpBuA21Oz2oxSu8xg5O9c { top:320px;left:492px;width:270px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KPK8BZ7ThRCevqn33HTnZpRvSuItdylF { top:233px;left:492px;width:270px;height:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rfw8pwDhbAAT7sQsxFSBUkwi7FcRsNpL { width:266px;height:177px;top:20px;left:496px;display:block; }
 }@media only screen and (max-width: 763px) { #Qy6achOe0G5fdlXhd7e45bDwEwBlt35a { top:0px;left:0px;width:160px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #Ddu2ckee0cTSPrOcbfdC9twc4SJmtHAh { top:0px;left:288px;width:180px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #V3ZDGg0l7uXVPZopIULwsgLadIXVUAc6 { top:0px;left:602px;width:160px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { display:block; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { top:93px;left:0px;width:764px;height:48px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { top:60px;left:332px;width:100px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #pDBan4areyGmVy9HndplxbQcw0IdS28l { top:155px;left:0px;width:764px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { top:0px;left:0px;width:122px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { top:9px;left:0px;width:72px;height:42px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { top:16px;left:0px;width:764px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { top:0px;left:0px;width:764px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { display:block; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJRJfGkNTZk3KFK3kUqzeLTPMezN4k93 { top:0px;left:0px;width:122px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { top:9px;left:0px;width:72px;height:42px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { top:15px;left:0px;width:764px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { display:block; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { top:0px;left:0px;width:764px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { display:block; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJTk3nXtpt8P6aVHXLGr0gdSXWslrGVh { top:0px;left:0px;width:122px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { top:9px;left:0px;width:72px;height:42px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { top:14px;left:0px;width:764px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { top:0px;left:0px;width:764px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { width:380px;height:52px;top:59px;left:192.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block; }
 }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { top:93px;left:0px;width:764px;height:48px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { top:60px;left:332px;width:100px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SG05vfSsEbok3Czletr19174nvJ95VbC { width:50px;height:50px;top:16px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p9ztZH8eUkxPVQ5oISmiZ8Lcmg0ByMvA { width:356px;height:120px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rnstD3kN8uLExCr0Cqbhc0pLGfFudGEG { width:336px;height:88px;top:169px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gH2KUUwm8P60Eomd7A8JQyq4rKQvcIyb { width:400px;height:114px;top:28px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #s0eVxqT6XOikBR5ai4fqOCe4bDUw1MgD { width:264px;height:73px;top:177px;left:392.47500610352px;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7RKc46ApfE9hrEp9RcX5zbTzxbHZ8zd { width:325px;height:92px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sbkDOuyrDcgv1bppkeNJxs6g8D8QcM5i { width:268px;height:79px;top:37px;left:496px;display:block; }
 }@media only screen and (max-width: 763px) { #yonxx4TwNgv5iNh8BKPTnqXOzDNDzyIp { width:263px;height:135px;top:30px;left:272.37503051758px;display:block; }
 }@media only screen and (max-width: 763px) { #NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb { display:block; }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3G0fmozTT1crkCkxLy9lHEi5kynPatN { top:222px;left:0px;width:304px;height:423px;display:block; }
 }@media only screen and (max-width: 763px) { #BtB7DXJK1ChmVTMCMObf2a0B5aBIhgdg { top:236px;left:266px;width:322px;height:33px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #t8FTeosoXm1oEgTvA4cLsnNfkI0Idt34 { top:269px;left:266px;width:302px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rB8xCoG0RBbHFACOf8sdgza6ODQzWSPh { top:325px;left:213px;width:551px;height:306px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pQEwFATRpylldWvqGAX6GUf61pfyOo2w { top:110px;left:0px;width:764px;height:48px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #bxLWDS8O1QTVQPFh7QCzvbHhJot6Ws8b { top:77px;left:332.00003051758px;width:100px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { top:93px;left:0px;width:764px;height:48px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #Zynl76p3y9OAqStyPwKfORByd6TXwuRk { top:60px;left:332px;width:100px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #aQM2afTb7MLMs7MWrlFZtGw4RaBXHsIg { top:162px;left:145px;width:511px;height:27px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { width:37px;height:37px;top:157px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { width:261px;height:248px;top:242px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gqHtfnp05mGSifDcqupEGiBMwtZsORbp { width:61px;height:57px;top:231px;left:83.421875px;display:block; }
 }@media only screen and (max-width: 763px) { #B9WLgFpCI7IAC6cIQxGccH880WTHTQch { width:472px;height:357px;top:64px;left:146px;display:block; }
 }@media only screen and (max-width: 763px) { #DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { top:0px;left:0px;width:764px;height:494px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vSROO926lgwTv2pKKryqtJQgVHPHPIWi { display:block; }#vSROO926lgwTv2pKKryqtJQgVHPHPIWi > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvlTApQtcIoPtWBuJTmvabFqSPIILOIZ { width:277px;height:22.1px;top:20px;left:21px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #n7luKfqodqzIL73LtCsWnlaqbXgi5uPS { width:202px;height:33px;top:62.1px;left:59px;background-color:#fb886d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wJ8UqAVLB9WUmetvpheMrqnaHDuK4aDN { display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90737d3e-4509-4ab0-93be-c6d51c810db5/tlowebinar1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:320px;height:1006px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:320px;height:64.8px;top:20px;left:0px;font-size:27px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:212px;height:0;top:152px;left:53.999998092651px;font-size:20px;text-align:center;text-align-last:center;color:#202b4b;display:none; }
 }@media only screen and (max-width: 763px) { #C8x4KvolXU1CsTszuZNukSqlKT9MF32h { width:320px;height:auto;top:515px;left:0px;font-size:20px;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { width:278px;height:54px;top:487px;left:21px;background-color:#fb886d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block; }
 }@media only screen and (max-width: 763px) { #SrAqfc2P07fmNnTWokXFFNhB5NnxCkVe { width:168px;height:49.6px;top:561px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #f4L7MIX1yiHi8SJEttu9ZHTLaR4OtNPs { display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { width:285px;height:198px;top:183.6px;left:17px;font-size:16px;text-align:left;text-align-last:left;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qoeWmOiV/logo_wisnia_2_.png); }
 }@media only screen and (max-width: 763px) { #nfv2TwoykSHTTTGqInd2SLivCfAgetNQ { width:138px;height:146px;top:578.4px;left:182px;display:none; }
 }@media only screen and (max-width: 763px) { #viMMfkxv3KqWcsdH5F2uPJxesNVTEGaa { width:140px;height:118px;top:946.4px;left:180px;display:none; }
 }@media only screen and (max-width: 763px) { #hgorZRXArQ6i1AxEWRcVVQPdi0pCAOT8 { width:118px;height:0;top:990.39998474121px;left:202px;font-size:26px;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #xzEFA2lyd5IKz2xnhpFTAbKT2LqpA9JX { width:248px;height:376px;top:629.00003051758px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Flwx4s4f6rgZ0Tfma4ZwW4lcye1T3hGb { width:149px;height:90px;top:47px;left:85px;display:none; }
 }@media only screen and (max-width: 763px) { #WHTBGX8KkqMyGPg5SMAA5HldDXkXk80V { top:20px;left:0px;width:320px;height:59px;z-index:14987;background-color:#be2a5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Somz3Zmv17pP9MytPVmuEyuhVFSLxGa7 { width:275px;height:44.2px;top:423px;left:22px;font-size:17px;text-align:center;text-align-last:center;color:#38435f;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #MMTpfwQaulsP3WpgahJRD4RLEfmD3ULO { width:316px;height:54px;top:97.600006103516px;left:2px;font-size:18px;text-align:center;text-align-last:center;color:#202b4b;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:320px;height:902px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { width:100px;height:5px;top:56px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:320px;height:39px;top:81px;left:0px;font-size:26px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:202px;height:257px;top:545px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { width:259px;height:253px;top:518px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:320px;height:312px;top:140px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yegRxK7kyeCQ55nofbm1InBgLe5niL2m { width:272px;height:52px;top:850px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block; }
 }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { width:320px;height:72px;top:45px;left:0px;font-size:24px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { width:100px;height:5px;top:20px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:320px;height:866px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { width:320px;height:72px;top:210px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:120px;height:120px;top:20px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { width:300px;height:30px;top:160px;left:10px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:36px;height:36px;top:30px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { width:35px;height:30px;top:33px;left:87.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:120px;height:120px;top:302px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { width:270px;height:30px;top:442px;left:25px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { width:320px;height:72px;top:492px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { width:36px;height:36px;top:312px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { width:35px;height:30px;top:315px;left:88px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:120px;height:120px;top:584px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { width:270px;height:30px;top:724px;left:25px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { width:320px;height:72px;top:774px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:36px;height:36px;top:594px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { width:35px;height:30px;top:597px;left:88px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:47px;height:47px;top:56.5px;left:136.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { width:50px;height:50px;top:337px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:45px;height:45px;top:621.5px;left:137.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { display:block; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { width:320px;height:73px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igThA3OZTUlasycp7xBtMJiaXTZKqmaE { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(190,42,90,0.32));background-image: -moz-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(190,42,90,0.32));background-image: -ms-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(190,42,90,0.32));background-image: -o-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(190,42,90,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ddd3ff', endColorstr='#51be2a5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ddd3ff', endColorstr='#51be2a5a' );";background-image: linear-gradient(90deg, rgba(221,211,255,0.2), rgba(190,42,90,0.32));background-size:auto !important;display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { background-color: transparent; background-image: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container > .video-iframe-container { display: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container { display: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .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); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { width:320px;height:172px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qzb2BICzdKzCzV5Jemr9bFgZBvB0cDfD { width:266px;height:52px;top:100px;left:27px;background-color:#fb886d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xb79a1En0GkLNIm2rSlAsJc53mwWL4BL { display:block; }
 }@media only screen and (max-width: 763px) { #BKHWagMHfaAG8bhTGOdRDi4khNifDywF { width:271px;height:60px;top:20px;left:24px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iccK47nmmk1bmTmw2dRyzSx2JbmegPhp { width:261px;height:248px;top:20px;left:29px;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #InrQVJeUh9Zx04812wdw8LD0ZyXwq5Kd { width:60px;height:60px;top:346.5px;left:260px;display:none; }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:320px;height:235px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { width:320px;height:78px;top:107px;left:0px;font-size:26px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xFILisyDTTrTCSOSKKcvbderBqvra4Up { width:100px;height:5px;top:82px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 { display:block; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #golQm5lFd40Dnzbr3zOqRFTyiNaiUopm { width:270px;height:72px;top:295px;left:25px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w1W8aFlS0Eauz0WeKFT5BCC51oNBczqW { width:270px;height:30px;top:245px;left:25px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { width:257px;height:169px;top:42px;left:31.5px;display:block; }
 }@media only screen and (max-width: 763px) { #nI8nINH62SKIITiXhJ9Fn4A28ySta0Vw { width:270px;height:72px;top:701px;left:25px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6533CBRaC7RuwiOaeK1yX0w423U3IK6 { width:270px;height:30px;top:651px;left:25px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwdtVUdW0G02TJQoAlB6VyZOGrv3JCcE { width:264px;height:176px;top:448px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #wH0QSTTpsxPxpBuA21Oz2oxSu8xg5O9c { width:270px;height:72px;top:1140px;left:25px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPK8BZ7ThRCevqn33HTnZpRvSuItdylF { width:270px;height:60px;top:1060px;left:25px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfw8pwDhbAAT7sQsxFSBUkwi7FcRsNpL { width:266px;height:177px;top:859.99987792969px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Qy6achOe0G5fdlXhd7e45bDwEwBlt35a { width:203px;height:152px;top:20px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #Ddu2ckee0cTSPrOcbfdC9twc4SJmtHAh { width:180px;height:61px;top:428px;left:68px;display:block; }
 }@media only screen and (max-width: 763px) { #V3ZDGg0l7uXVPZopIULwsgLadIXVUAc6 { width:190px;height:142px;top:837.00015258789px;left:71.800003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { display:block; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { width:320px;height:21px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:320px;height:198px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { width:320px;height:65px;top:45px;left:0px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { width:100px;height:5px;top:20px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #pDBan4areyGmVy9HndplxbQcw0IdS28l { width:320px;height:48px;top:130px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:320px;height:209px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { width:122px;height:59px;top:20px;left:99px;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#be2a5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#be2a5a' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { width:72px;height:42px;top:29px;left:124px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { width:320px;height:90px;top:99px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:320px;height:184px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { width:320px;height:144px;top:20px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { display:block; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { width:320px;height:209px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJRJfGkNTZk3KFK3kUqzeLTPMezN4k93 { width:122px;height:59px;top:20px;left:99px;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#be2a5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#be2a5a' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { width:72px;height:42px;top:29px;left:124px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { width:320px;height:90px;top:99px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { display:block; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { width:320px;height:208px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { width:320px;height:168px;top:20px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { display:block; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { width:320px;height:179px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJTk3nXtpt8P6aVHXLGr0gdSXWslrGVh { width:122px;height:59px;top:20px;left:99px;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#be2a5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#be2a5a' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #be2a5a);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { width:72px;height:42px;top:29px;left:124px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { width:320px;height:60px;top:99px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { width:320px;height:208px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { width:320px;height:168px;top:20px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:320px;height:92px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { width:279px;height:52px;top:20px;left:20px;background-color:#fb886d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block; }
 }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:320px;height:256px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { width:320px;height:78px;top:144px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { width:100px;height:5px;top:119px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:320px;height:455px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SG05vfSsEbok3Czletr19174nvJ95VbC { width:50px;height:50px;top:20px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #p9ztZH8eUkxPVQ5oISmiZ8Lcmg0ByMvA { width:320px;height:107.867px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rnstD3kN8uLExCr0Cqbhc0pLGfFudGEG { width:320px;height:83.8167px;top:259.067px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gH2KUUwm8P60Eomd7A8JQyq4rKQvcIyb { width:320px;height:91.2px;top:147.867px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s0eVxqT6XOikBR5ai4fqOCe4bDUw1MgD { width:264px;height:73px;top:362.8837px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:320px;height:384px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7RKc46ApfE9hrEp9RcX5zbTzxbHZ8zd { width:320px;height:90.5833px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sbkDOuyrDcgv1bppkeNJxs6g8D8QcM5i { width:268px;height:79px;top:285.5833px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #yonxx4TwNgv5iNh8BKPTnqXOzDNDzyIp { width:263px;height:135px;top:130.5833px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb { background-color:#ffffff;background-image:none;display:block; }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row .container { background-color: transparent; background-image: none; }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row .container > .video-iframe-container { display: none; }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row > .video-iframe-container { display: none; }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .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); }#NTw3lPklEUwJpdoSkSSH5BHir5T9aCXb > .row .container { width:320px;height:981px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3G0fmozTT1crkCkxLy9lHEi5kynPatN { width:173px;height:239px;top:154px;left:73px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BtB7DXJK1ChmVTMCMObf2a0B5aBIhgdg { width:302px;height:28.8px;top:413px;left:9px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t8FTeosoXm1oEgTvA4cLsnNfkI0Idt34 { width:302px;height:20.8px;top:462px;left:9px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rB8xCoG0RBbHFACOf8sdgza6ODQzWSPh { width:320px;height:408px;top:503px;left:0px;font-size:15px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pQEwFATRpylldWvqGAX6GUf61pfyOo2w { width:320px;height:39px;top:95px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxLWDS8O1QTVQPFh7QCzvbHhJot6Ws8b { width:100px;height:5px;top:70px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:320px;height:265px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { width:320px;height:87px;top:45px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zynl76p3y9OAqStyPwKfORByd6TXwuRk { width:100px;height:5px;top:20px;left:110px;background-color:#be2a5a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aQM2afTb7MLMs7MWrlFZtGw4RaBXHsIg { width:253px;height:49.4px;top:196px;left:33px;font-size:19px;text-align:center;text-align-last:center;color:#be2a5a;display:block; }
 }@media only screen and (max-width: 763px) { #S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { width:33px;height:33px;top:143px;left:143px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { background-color: transparent; background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .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); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { border-width: 0; border-radius: 0; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { width:261px;height:248px;top:261.99998474121px;left:0px;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #gqHtfnp05mGSifDcqupEGiBMwtZsORbp { width:51px;height:47px;top:251.49998474121px;left:181.41668701172px;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #B9WLgFpCI7IAC6cIQxGccH880WTHTQch { width:295px;height:331px;top:52.399993896484px;left:12.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { width:320px;height:375px;top:20px;left:0px;display:block; }
 }