.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-input-select option {
  color: #000;
}
.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLVvNIGCrckm1A3A8uvroxUK81OuzvBW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;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:none; }#MLVvNIGCrckm1A3A8uvroxUK81OuzvBW > .row .container { border-width: 0; border-radius: 0; }#MLVvNIGCrckm1A3A8uvroxUK81OuzvBW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MLVvNIGCrckm1A3A8uvroxUK81OuzvBW > .row .container { font-size:14px;font-family:arial;height:81px;width:960px;position:relative;display:none; }#H4ElNAwNAgGdG9MoaJPXKc2xL0kLpCPW { position:absolute;display:block;z-index:15043;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:63px;width:348px;top:9px;left:306px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/14421e53-8345-4d84-8bfe-c8bb4e7ffe68/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:640px;width:960px;overflow:visible;position:relative;display:block; }#sttThHoKgIhkv4ZDMsEUPrCUNQcqSVnp { z-index:15003;top:336.734375px;left:657.5px;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins extra bold";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oI9g2beZTsVvSdTNMulp6sVPJtzOh6XK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#x0Fa13TqQtSmTI0k9RI9A9VaUkTQgrlk { color:#000000;display:block;width:234px;position:absolute;font-family:"poppins extra bold";font-size:18px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:452.25px;left:627px;height:27px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#flV3h10d5KBGzf39l4Cz3hOnDCGUsch8 { position:absolute;display:block;z-index:15005;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:42px;width:141px;top:498px;left:627px;overflow:hidden;display:block; }
#bZSNXWSI5vU2UesB5DiWLEwydyb0g7KE { position:absolute;display:block;z-index:15006;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:41px;width:141px;top:563px;left:627px;overflow:hidden;display:block; }
#v2au5R2T895WFNdh7cAWtNQolqooVHrZ { position:absolute;display:block;z-index:15007;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:97px;width:97px;top:498px;left:799px;overflow:hidden;display:block; }
#x69yxJGXETcrTF4ClkgFFwdVZynzZmv4 { color:#ffffff;display:block;width:439px;position:absolute;font-family:"poppins extra bold";font-size:35px;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:40.25px;left:19.5px;height:147px;display:block; }
#P1q93FVPsNGA4quzhVdohtdqsiCROuQq { color:#ffffff;display:block;width:325px;position:absolute;font-family:"poppins light";font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:244.0625px;left:19.5px;height:270.3595px;display:block; }
#srWHTk4biOCuGPO51hNzEA5DMwxGgUNI { position:absolute;display:block;z-index:15010;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:453px;width:237px;top:178px;left:361.5px;overflow:hidden;display:block; }
#M6kyzbBqIGb9C4BwzBfA9UTgpI78Twt6 { position:absolute;display:block;z-index:15002;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:61px;width:321px;top:0px;left:639px;overflow:hidden;display:block; }
#QKB69ZpbOQTOK6WHAGf3wM2R3HFBac6O { color:#000000;display:block;width:286px;position:absolute;font-family:"poppins extra bold";font-size:30px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:178px;left:627px;height:135px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#neB2XmdCMMuz3Rpxc5Tz5p4lwv1hIIzg { position:absolute;display:block;z-index:15029;background-color:#0a70b1;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:101px;left:513px;display:block; }
#lqgRohn7X1spCeyCqU5u5cqzVW7MCKct { position:absolute;display:block;z-index:15034;background-color:#0a70b1;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:117px;left:513px;display:block; }
#U79ekKz8uoGVcqhTPhld8xq5bIilNorQ { position:absolute;display:block;z-index:15040;background-color:#0a70b1;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:86px;left:536px;display:block; }
#e6KlFvuNknye3DQqz6KVisUNvtm8k1Zu { position:absolute;display:block;z-index:15030;background-color:#0a70b1;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:101px;left:536px;display:block; }
#tX3WTlzAgDw1UQzhtLOq6twTVrdXZFw3 { position:absolute;display:block;z-index:15035;background-color:#ffe66d;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:117px;left:536px;display:block; }
#WENxADJH6Vv1vF71oeHdqSSNBzOCm0mw { position:absolute;display:block;z-index:15041;background-color:#0a70b1;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:86px;left:558px;display:block; }
#xs78g6pcHIFi1eiCH6TsNINC1M9vX2dd { position:absolute;display:block;z-index:15031;background-color:#0a70b1;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:101px;left:558px;display:block; }
#bA8m0Fsf6mgztyMVlWIZUutpFbDla0hQ { position:absolute;display:block;z-index:15042;background-color:#ff6b6b;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:86px;left:580px;display:block; }
#VL51w6qTQIcarIKyqAv4BevMVLl6Pe9D { position:absolute;display:block;z-index:15032;background-color:#ff6b6b;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:101px;left:580px;display:block; }
#uFATyJxmKrVNSvQO4fOC4QhQyMnhITbO { position:absolute;display:block;z-index:15020;background-color:#ff6b6b;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:555px;left:210px;display:block; }
#mcGhyQrvOXfR2wyS4TySxid6Kl1JyoNF { position:absolute;display:block;z-index:15030;background-color:#ff6b6b;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:540px;left:210px;display:block; }
#uVVQVy3kAV0ATSCZyhxXG9VI18Suk4OT { position:absolute;display:block;z-index:15019;background-color:#0a70b1;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:555px;left:188px;display:block; }
#pbswKVo4pGEC2tTO4pXeArBSXIrrMgwu { position:absolute;display:block;z-index:15029;background-color:#0a70b1;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:540px;left:188px;display:block; }
#NlKWO5wtRFQ77HzKxUMBMsCABFGwkpQP { position:absolute;display:block;z-index:15024;background-color:#ffe66d;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:569px;left:188px;display:block; }
#EECfJaDQx0RNmN8Q3e4AtUFtFsAb80L1 { position:absolute;display:block;z-index:15025;background-color:#ffe66d;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:569px;left:210px;display:block; }
#vhNPcdV1TrT0xTbS4VQml39GhrzNa5OZ { position:absolute;display:block;z-index:15018;background-color:#0a70b1;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:555px;left:166px;display:block; }
#bOtBa4swtwSvUN1dUtmwBPuhBhHLlRLq { position:absolute;display:block;z-index:15023;background-color:#ff6b6b;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:569px;left:166px;display:block; }
#ErLmdB0PccTrIaDNCrw6HvHO9aKJHFep { position:absolute;display:block;z-index:15022;background-color:#ff6b6b;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:7px;width:7px;top:569px;left:143px;display:block; }
#UNeGpDoFPszCih2IQdJrKb9zfKH9EUv9 { position:absolute;display:block;z-index:15005;background-color:#000000;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:81px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:41px;width:41px;top:93.25px;left:558.5px;display:block; }
#MCLDJa3k7FG1TzWwEPp1Uug65xiXaD2u { position:absolute;display:block;z-index:15006;background-color:#ffe100;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:71px;height:45px;width:45px;top:561px;left:191px;display:block; }
#VmMbv38lR5qlOpS3CGFmLkpWrEN36aBa { color:#000000;display:block;width:244px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:83px;top:1144px;left:60px;display:none; }
#xHM6OLKbI8dG5OpCIMFszISZGLT3ilwm { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:764px;left:184px;display:none; }
#MQKO8ARZ6Sp17r90WhoRutyR28DErp9n { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:541px;width:290px;display:none; }
#DCLLxCs3hW6QX4yLK5WntSUHNPsoEPLv { 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; }
#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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;z-index:auto;display:block; }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row .container { background-color: transparent; background-image: none; }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row .container > .video-iframe-container { display: none; }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row > .video-iframe-container { display: none; }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .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); }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row .container { border-width: 0; border-radius: 0; }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row .container { font-size:14px;font-family:arial;height:394px;width:960px;position:relative;display:block; }#xJmwmen21ill6LlllTRX9wszPOwxP1EW { 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:97px;width:162px;top:36px;left:412px;overflow:hidden;display:block; }
#AvQaKIr2bxISwsIPr2W0Qvwc4hAsI2ss { color:#ffffff;display:block;width:666px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:209px;left:172px;height:76.7814px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ACKarr3qg4howS1yXvquZHsGGldHEPzG { color:#ffffff;display:block;width:666px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:146px;left:172px;height:51.1876px;text-align:center;text-align-last:center;display:block; }
#E0z02dcIZ9A6ACOHGF8yiTkyDH6nwQKd { color:#ffffff;display:block;width:861px;position:absolute;font-family:poppins;font-size:14px;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:315px;left:75px;height:67.1718px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MLVvNIGCrckm1A3A8uvroxUK81OuzvBW { display:none; }#MLVvNIGCrckm1A3A8uvroxUK81OuzvBW > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H4ElNAwNAgGdG9MoaJPXKc2xL0kLpCPW { top:9px;left:208px;width:348px;height:69.05625px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sttThHoKgIhkv4ZDMsEUPrCUNQcqSVnp { top:336px;left:539px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #oI9g2beZTsVvSdTNMulp6sVPJtzOh6XK { display:block; }
 }@media only screen and (max-width: 763px) { #x0Fa13TqQtSmTI0k9RI9A9VaUkTQgrlk { top:452px;left:529px;width:234px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #flV3h10d5KBGzf39l4Cz3hOnDCGUsch8 { top:498px;left:529px;width:141px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #bZSNXWSI5vU2UesB5DiWLEwydyb0g7KE { top:563px;left:529px;width:141px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #v2au5R2T895WFNdh7cAWtNQolqooVHrZ { top:498px;left:659px;width:97px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #x69yxJGXETcrTF4ClkgFFwdVZynzZmv4 { top:40px;left:0px;width:439px;height:147px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #P1q93FVPsNGA4quzhVdohtdqsiCROuQq { top:244px;left:0px;width:325px;height:270px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #srWHTk4biOCuGPO51hNzEA5DMwxGgUNI { top:178px;left:263.5px;width:237px;height:453px;display:block; }
 }@media only screen and (max-width: 763px) { #M6kyzbBqIGb9C4BwzBfA9UTgpI78Twt6 { top:0px;left:443px;width:321px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #QKB69ZpbOQTOK6WHAGf3wM2R3HFBac6O { top:178px;left:478px;width:286px;height:135px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #neB2XmdCMMuz3Rpxc5Tz5p4lwv1hIIzg { top:101px;left:415px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #lqgRohn7X1spCeyCqU5u5cqzVW7MCKct { top:117px;left:415px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #U79ekKz8uoGVcqhTPhld8xq5bIilNorQ { top:86px;left:438px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #e6KlFvuNknye3DQqz6KVisUNvtm8k1Zu { top:101px;left:438px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #tX3WTlzAgDw1UQzhtLOq6twTVrdXZFw3 { top:117px;left:438px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #WENxADJH6Vv1vF71oeHdqSSNBzOCm0mw { top:86px;left:460px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #xs78g6pcHIFi1eiCH6TsNINC1M9vX2dd { top:101px;left:460px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #bA8m0Fsf6mgztyMVlWIZUutpFbDla0hQ { top:86px;left:482px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #VL51w6qTQIcarIKyqAv4BevMVLl6Pe9D { top:101px;left:482px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #uFATyJxmKrVNSvQO4fOC4QhQyMnhITbO { top:555px;left:112px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #mcGhyQrvOXfR2wyS4TySxid6Kl1JyoNF { top:540px;left:112px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #uVVQVy3kAV0ATSCZyhxXG9VI18Suk4OT { top:555px;left:90px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #pbswKVo4pGEC2tTO4pXeArBSXIrrMgwu { top:540px;left:90px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #NlKWO5wtRFQ77HzKxUMBMsCABFGwkpQP { top:569px;left:90px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #EECfJaDQx0RNmN8Q3e4AtUFtFsAb80L1 { top:569px;left:112px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #vhNPcdV1TrT0xTbS4VQml39GhrzNa5OZ { top:555px;left:68px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #bOtBa4swtwSvUN1dUtmwBPuhBhHLlRLq { top:569px;left:68px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #ErLmdB0PccTrIaDNCrw6HvHO9aKJHFep { top:569px;left:45px;width:7px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #UNeGpDoFPszCih2IQdJrKb9zfKH9EUv9 { top:93px;left:460.5px;width:41px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #MCLDJa3k7FG1TzWwEPp1Uug65xiXaD2u { top:561px;left:93px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #VmMbv38lR5qlOpS3CGFmLkpWrEN36aBa { top:1144px;left:0px;width:244px;height:83px;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #xHM6OLKbI8dG5OpCIMFszISZGLT3ilwm { top:764px;left:86.5px;width:200px;height:;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #MQKO8ARZ6Sp17r90WhoRutyR28DErp9n { width:290px;height:541px;display:none; }
 }@media only screen and (max-width: 763px) { #DCLLxCs3hW6QX4yLK5WntSUHNPsoEPLv { display:none; }
 }@media only screen and (max-width: 763px) { #rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y { display:block; }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJmwmen21ill6LlllTRX9wszPOwxP1EW { width:162px;height:97px;top:36px;left:314px;display:block; }
 }@media only screen and (max-width: 763px) { #AvQaKIr2bxISwsIPr2W0Qvwc4hAsI2ss { top:209px;left:74px;width:666px;height:76px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ACKarr3qg4howS1yXvquZHsGGldHEPzG { top:146px;left:74px;width:666px;height:51px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #E0z02dcIZ9A6ACOHGF8yiTkyDH6nwQKd { top:315px;left:0px;width:764px;height:67px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MLVvNIGCrckm1A3A8uvroxUK81OuzvBW { display:block; }#MLVvNIGCrckm1A3A8uvroxUK81OuzvBW > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4ElNAwNAgGdG9MoaJPXKc2xL0kLpCPW { width:320px;height:63.5114px;top:13.72728061676px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:785px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sttThHoKgIhkv4ZDMsEUPrCUNQcqSVnp { top:487.5px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #oI9g2beZTsVvSdTNMulp6sVPJtzOh6XK { display:block; }
 }@media only screen and (max-width: 763px) { #x0Fa13TqQtSmTI0k9RI9A9VaUkTQgrlk { width:200px;height:24px;top:593.34375px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flV3h10d5KBGzf39l4Cz3hOnDCGUsch8 { width:141px;height:44px;top:637.34375px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #bZSNXWSI5vU2UesB5DiWLEwydyb0g7KE { width:141px;height:43px;top:706.34375px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #v2au5R2T895WFNdh7cAWtNQolqooVHrZ { width:103px;height:103px;top:637.34375px;left:184.5px;display:block; }
 }@media only screen and (max-width: 763px) { #x69yxJGXETcrTF4ClkgFFwdVZynzZmv4 { width:320px;height:105px;top:17px;left:0px;font-size:25px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P1q93FVPsNGA4quzhVdohtdqsiCROuQq { width:320px;height:270.3595px;top:1025px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #srWHTk4biOCuGPO51hNzEA5DMwxGgUNI { width:237px;height:453px;top:298px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #M6kyzbBqIGb9C4BwzBfA9UTgpI78Twt6 { width:320px;height:60.7969px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #QKB69ZpbOQTOK6WHAGf3wM2R3HFBac6O { width:286px;height:135px;top:817.3439px;left:17px;font-size:30px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #neB2XmdCMMuz3Rpxc5Tz5p4lwv1hIIzg { width:7px;height:7px;top:101px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #lqgRohn7X1spCeyCqU5u5cqzVW7MCKct { width:7px;height:7px;top:117px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #U79ekKz8uoGVcqhTPhld8xq5bIilNorQ { width:7px;height:7px;top:299.9849px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #e6KlFvuNknye3DQqz6KVisUNvtm8k1Zu { width:7px;height:7px;top:101px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #tX3WTlzAgDw1UQzhtLOq6twTVrdXZFw3 { width:7px;height:7px;top:117px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #WENxADJH6Vv1vF71oeHdqSSNBzOCm0mw { width:7px;height:7px;top:326.9849px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #xs78g6pcHIFi1eiCH6TsNINC1M9vX2dd { width:7px;height:7px;top:101px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #bA8m0Fsf6mgztyMVlWIZUutpFbDla0hQ { width:7px;height:7px;top:86px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #VL51w6qTQIcarIKyqAv4BevMVLl6Pe9D { width:7px;height:7px;top:101px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #uFATyJxmKrVNSvQO4fOC4QhQyMnhITbO { width:7px;height:7px;top:728px;left:156px;background-color:#0a70b1;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) { #mcGhyQrvOXfR2wyS4TySxid6Kl1JyoNF { width:7px;height:7px;top:634px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #uVVQVy3kAV0ATSCZyhxXG9VI18Suk4OT { width:7px;height:7px;top:1145.3439px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #pbswKVo4pGEC2tTO4pXeArBSXIrrMgwu { width:7px;height:7px;top:1091.3439px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #NlKWO5wtRFQ77HzKxUMBMsCABFGwkpQP { width:7px;height:7px;top:742px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #EECfJaDQx0RNmN8Q3e4AtUFtFsAb80L1 { width:7px;height:7px;top:742px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #vhNPcdV1TrT0xTbS4VQml39GhrzNa5OZ { width:7px;height:7px;top:1118.3439px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #bOtBa4swtwSvUN1dUtmwBPuhBhHLlRLq { width:7px;height:7px;top:742px;left:156px;background-color:#ffe66d;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) { #ErLmdB0PccTrIaDNCrw6HvHO9aKJHFep { width:7px;height:7px;top:742px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #UNeGpDoFPszCih2IQdJrKb9zfKH9EUv9 { width:41px;height:41px;top:93px;left:139px;display:none; }
 }@media only screen and (max-width: 763px) { #MCLDJa3k7FG1TzWwEPp1Uug65xiXaD2u { width:45px;height:45px;top:734px;left:137px;display:none; }
 }@media only screen and (max-width: 763px) { #VmMbv38lR5qlOpS3CGFmLkpWrEN36aBa { top:188.8125px;left:8.5px;width:176px;height:114.3752px;z-index:15043;color:#000000;font-family:"poppins light";font-size:11px;line-height:2.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xHM6OLKbI8dG5OpCIMFszISZGLT3ilwm { top:414px;left:60px;width:200px;height:54.375px;z-index:15045;color:#ffffff;font-family:"poppins extra bold";text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MQKO8ARZ6Sp17r90WhoRutyR28DErp9n { top:111px;left:176px;width:144px;height:270px;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DCLLxCs3hW6QX4yLK5WntSUHNPsoEPLv { top:391px;left:0px;width:320px;height:179px;z-index:15001;background-color:#212121;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row .container { background-color: transparent; background-image: none; }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row .container > .video-iframe-container { display: none; }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row > .video-iframe-container { display: none; }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .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); }#rAFiqRQPeth1TRyP4z4OlbALc4tdJh5y > .row .container { width:320px;height:459px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJmwmen21ill6LlllTRX9wszPOwxP1EW { width:144px;height:89px;top:32px;left:88.000005722046px;display:block; }
 }@media only screen and (max-width: 763px) { #AvQaKIr2bxISwsIPr2W0Qvwc4hAsI2ss { width:320px;height:111.953px;top:220px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ACKarr3qg4howS1yXvquZHsGGldHEPzG { width:320px;height:44.7812px;top:155px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #E0z02dcIZ9A6ACOHGF8yiTkyDH6nwQKd { width:320px;height:111.9531px;top:329px;left:0px;font-size:14px;display:block; }
 }