.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:120px;width:1200px;overflow:visible;position:relative;display:block; }#ImwvZdi67vpkkq74wEBTHhmafDIeAL6E { 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;box-shadow: none;height:74px;width:165px;top:22.986112594604px;left:517.5px;overflow:hidden;display:block; }
#MCfascAcLQq2PlZNO6VfUBvCtntoFmpI { box-sizing:content-box;height:30px;width:0.989583px;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:48px;left:1143.8716125488px;display:block; }
#i0EQHUOHgqaKeq7EgQLblPdEdbnIQVZn { color:#ffffff;display:block;width:162.986px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:50.802085876465px;left:919.70840454102px;height:22.3785px;text-align:right;text-align-last:right;display:block; }
#xo5oZNKDPMJtcqeLG3lUSTZx87PsTFTy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:30px;top:45px;left:1154px;overflow:hidden;display:block; }
#CrJVxmTF9IRNSIxIvwQvCUtIl7SMMPVu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:30px;top:45px;left:1095px;overflow:hidden;display:block; }
#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/69595c54-c91f-44d8-9be3-fdb3d394dd84/introvisage2webp.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA.adaptive-delivery-prevent-bg, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA.lazyload, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA.lazyloading { background-image: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { background-color: transparent; background-image: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .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); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { border-width: 0; border-radius: 0; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { font-size:14px;font-family:arial;height:700px;width:1200px;position:relative;display:block; }#s1BdOwzJubOTXpQtViK60cJP1slL3Vpc { color:#ffffff;display:block;width:675px;position:absolute;font-family:oswald;font-size:50px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:182.99479675293px;left:0px;height:130px;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; }
#pxLoFDSMCkLWttxJSuWu0Pv1aTDVdoVt { color:#ffffff;display:block;width:555.998px;position:absolute;font-family:oswald;font-size:29px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:322.99481201172px;left:0px;height:113.073px;display:block; }
#wFs1sr4wZBedC1GBWTJUX7r7fFZSwSFD { 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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 11px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:560px;height:60px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:454px;left:0px;display:block; }
#q8n6KIH2vgLRmRktdThzwbpzmNoRb24R { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UouWmMXSWB6VfTZtBTS4KGulRvWQMLGx { color:#ffffff;display:block;width:555.998px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:524px;left:0px;height:18.1771px;text-align:center;text-align-last:center;display:block; }
#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ { position:relative;display:block; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ { background-color: transparent; background-image: none; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row .container > .video-iframe-container { display: none; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row > .video-iframe-container { display: none; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .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); }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ { border-width: 0; border-radius: 0; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:230px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EEA2D4WeJ48CWZBrVXpPs08Cw1SP9mf7 { color:#474544;display:block;width:1200px;position:absolute;font-family:oswald;font-size:30px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:47.439239501953px;left:0px;height:38.9931px;text-align:center;text-align-last:center;display:block; }
#VZ4piCwGcTTvVf4ERqPF8IPWZqixhXFS { color:#474544;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:122.70834350586px;left:0px;height:51.2153px;text-align:center;text-align-last:center;display:block; }
#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row .container { background-color: transparent; background-image: none; }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row .container > .video-iframe-container { display: none; }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row > .video-iframe-container { display: none; }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .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); }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row .container { border-width: 0; border-radius: 0; }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row .container { font-size:14px;font-family:arial;height:450px;width:1200px;position:relative;display:block; }#m8usdRtKFMfBFhOeHxUKZNKgzJW3UZne { color:#474544;display:block;width:1200px;position:absolute;font-family:oswald;font-size:30px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:72px;left:0px;height:45px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tHNGEcbZl544eQDklSf7Vw7UloSHwIpn { color:#474544;display:block;width:200px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:182px;left:368px;height:167.9166px;display:block; }
#t8aFki2XUVK5hdaU2OMT8AqGgNFfVDTa { color:#474544;display:block;width:200px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:182px;left:641px;height:167.9166px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wtiog5Kho0fOJTna63wqLFnQVcwQPHX7 { box-sizing:content-box;height:0.998264px;width:480px;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:172px;left:359px;display:block; }
#Khn73pxkr5EWXPdJ0kwTpxnPZTV5OIR6 { color:#474544;display:block;width:200px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:132px;left:368px;height:23.4028px;display:block; }
#kH7LxqTG4i7JmDM1XQaimVTkm7GbshxC { color:#474544;display:block;width:200px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:132px;left:641px;height:23.4028px;text-align:center;text-align-last:center;display:block; }
#vcmHKKkeyNmZCO9OhsJSOzMekI3QH1UT { color:#474544;display:block;width:200px;position:absolute;font-family:montserrat;font-size:13px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:153.18054199219px;left:640.98959350586px;height:16.8924px;text-align:center;text-align-last:center;display:block; }
#RK6RXK18fv36cnsN8Ih2iy0VLfWOx45o { color:#474544;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:11px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:410.17361450195px;left:0px;height:17.6042px;text-align:center;text-align-last:center;display:block; }
#QsyRKrHrsQOu0eMX6AertswB9OM55P6s { position:relative;display:block; }#QsyRKrHrsQOu0eMX6AertswB9OM55P6s { background-color: transparent; background-image: none; }#QsyRKrHrsQOu0eMX6AertswB9OM55P6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsyRKrHrsQOu0eMX6AertswB9OM55P6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsyRKrHrsQOu0eMX6AertswB9OM55P6s > .row .container > .video-iframe-container { display: none; }#QsyRKrHrsQOu0eMX6AertswB9OM55P6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsyRKrHrsQOu0eMX6AertswB9OM55P6s > .row > .video-iframe-container { display: none; }#QsyRKrHrsQOu0eMX6AertswB9OM55P6s > .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); }#QsyRKrHrsQOu0eMX6AertswB9OM55P6s { border-width: 0; border-radius: 0; }#QsyRKrHrsQOu0eMX6AertswB9OM55P6s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QsyRKrHrsQOu0eMX6AertswB9OM55P6s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:540px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nEGAXtc3sXmO35uBX4ito4BMr040D2ia { color:#474544;display:block;width:650px;position:absolute;font-family:oswald;font-size:30px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:68px;left:550px;height:45px;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; }
#GbBTku8uHKr5flWiehmCg4C1Cg3Llqqf { color:#474544;display:block;width:650px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:139px;left:550px;height:204.8615px;text-align:left;text-align-last:left;display:block; }
#wFEglf6vxH5E2yJ5Ou3peUKCoQkXJQDs { color:#474544;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:396px;left:0px;height:76.8229px;text-align:left;text-align-last:left;display:block; }
#hlFGksdcSFdRmyuPMiUghWv9TUIvX8dd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:288px;width:510px;top:67px;left:0px;overflow:hidden;display:block; }
#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg { position:relative;display:block; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg { background-color: transparent; background-image: none; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row .container > .video-iframe-container { display: none; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row > .video-iframe-container { display: none; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .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); }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg { border-width: 0; border-radius: 0; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:540px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MXTNLnntu1novL0mBQD8cwpTC0nAxAdv { color:#474544;display:block;width:650px;position:absolute;font-family:oswald;font-size:30px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:42px;left:0px;height:45px;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; }
#DxEnRCfby1J8TAEMEKVyTXyTXHdKPhvB { color:#474544;display:block;width:650px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:113px;left:0px;height:384.1141px;text-align:left;text-align-last:left;display:block; }
#tNxQRO9gw1MkXc4Tu4G6pI5Z3ClStWyg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:334px;width:510px;top:95px;left:690px;overflow:hidden;display:block; }
#kX0PZmbpXLeWHcXokcAyLhmHa411pQPx { position:relative;display:block; }#kX0PZmbpXLeWHcXokcAyLhmHa411pQPx { background-color: transparent; background-image: none; }#kX0PZmbpXLeWHcXokcAyLhmHa411pQPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kX0PZmbpXLeWHcXokcAyLhmHa411pQPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kX0PZmbpXLeWHcXokcAyLhmHa411pQPx > .row .container > .video-iframe-container { display: none; }#kX0PZmbpXLeWHcXokcAyLhmHa411pQPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kX0PZmbpXLeWHcXokcAyLhmHa411pQPx > .row > .video-iframe-container { display: none; }#kX0PZmbpXLeWHcXokcAyLhmHa411pQPx > .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); }#kX0PZmbpXLeWHcXokcAyLhmHa411pQPx { border-width: 0; border-radius: 0; }#kX0PZmbpXLeWHcXokcAyLhmHa411pQPx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kX0PZmbpXLeWHcXokcAyLhmHa411pQPx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:450px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AEtR01Hbrow6zhpEalOHQceyPd2hBrl4 { color:#474544;display:block;width:509px;position:absolute;font-family:oswald;font-size:30px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:68.4375px;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; }
#PZMM722RdygV0ZynD4SwHCt8QUTiImTy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:320px;width:625px;top:129.49479675293px;left:0px;overflow:hidden;display:block; }
#dOZwndZr86cFGpvh2RJoufD6MfkCVIpN { position:absolute;display:block;z-index:15010;height:701px;width:382px;top:129.48783874512px;left:776.49306488037px;display:block; }
#m6PQKonqQLGZLNsGIsGMnC7Fouet0mXV { box-sizing:content-box;height:832px;width:465px;position:absolute;display:block;z-index:15005;background-color:#e8e8e8;background-image:none;top:23.993041992188px;left:735.00003051758px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#c8vk3FEoJLxaGqUKHzqUTo8k46f0QR77 { color:#474544;display:block;width:431.997px;position:absolute;font-family:oswald;font-size:30px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:43.949638366699px;left:751.49306488037px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hcvV8zKdeK42dE7lV1aFiJiNG0R7uaJU { color:#474544;display:block;width:401.997px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:88.394088745117px;left:766.49306488037px;height:25.6076px;text-align:center;text-align-last:center;display:block; }
#UH0mesN3IAowe1MHTXQFvDW71pG3iLPT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:320px;width:625px;top:130px;left:0px;overflow:hidden;display:block; }
#tfq2gZGi53EqwGudLF92aAp2qm8oSKpJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:320px;width:625px;top:130px;left:0px;overflow:hidden;display:block; }
#zBeOv1PLOpV7D08nzpMfvqyBctg6v5in { 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;box-shadow: none;height:320px;width:625px;top:130.00010681152px;left:0px;overflow:hidden;display:block; }
#c5pSbPDNwwhKuSPmp3qoDkn4rlD1i2r3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:320px;width:625px;top:130px;left:0px;overflow:hidden;display:block; }
#WC7MUss1HP8REia4W5JSzXASOA3aoRhC { position:relative;display:block; }#WC7MUss1HP8REia4W5JSzXASOA3aoRhC { background-color: transparent; background-image: none; }#WC7MUss1HP8REia4W5JSzXASOA3aoRhC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WC7MUss1HP8REia4W5JSzXASOA3aoRhC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WC7MUss1HP8REia4W5JSzXASOA3aoRhC > .row .container > .video-iframe-container { display: none; }#WC7MUss1HP8REia4W5JSzXASOA3aoRhC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WC7MUss1HP8REia4W5JSzXASOA3aoRhC > .row > .video-iframe-container { display: none; }#WC7MUss1HP8REia4W5JSzXASOA3aoRhC > .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); }#WC7MUss1HP8REia4W5JSzXASOA3aoRhC { border-width: 0; border-radius: 0; }#WC7MUss1HP8REia4W5JSzXASOA3aoRhC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WC7MUss1HP8REia4W5JSzXASOA3aoRhC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:63px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eAXbyIHwzaKd4dHdkG4Bk4iwPHCbpfDG { 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:15000;opacity:1;top:0px;left:0px; }
#HlfaJCQXlQd1IgTb8RsOhSmdVJmcvQNw { 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:15001;opacity:1;top:0px;left:575.00002288818px; }
#QwqxlCyChHvBIHlhUhdgsl22a5fWTHsz { position:relative;display:none; }#QwqxlCyChHvBIHlhUhdgsl22a5fWTHsz { border-width: 0; border-radius: 0; }#QwqxlCyChHvBIHlhUhdgsl22a5fWTHsz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QwqxlCyChHvBIHlhUhdgsl22a5fWTHsz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AdIeGrUgQrhXGaXwIzL0bxAfzgABPz8x { color:#474544;display:block;width:508.993px;position:absolute;font-family:oswald;font-size:30px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:15.095367431641px;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:none; }
#TK2Z7piwATghyFXtFmf2FyggprXhTSgM { position:absolute;display:block;z-index:15008;height:347.995px;width:620px;top:69.079767227173px;left:0px;display:none; }
#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg { position:relative;display:none; }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg { border-width: 0; border-radius: 0; }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:924px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NuxW6VQxPTFIG7oCVmZUZ2K3KWaNMiS8 { position:absolute;display:block;z-index:15005;height:701px;width:382px;top:139px;left:276px;display:block; }
#q8PS2t7CfFO2heK5nrCZDgdTcVQgHcn9 { color:#474544;display:block;width:401.997px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:90px;left:264px;height:25.5903px;text-align:center;text-align-last:center;display:block; }
#H9S0N5OLLPBPUhxbDOudmbe1IWGyg5em { color:#474544;display:block;width:431.997px;position:absolute;font-family:oswald;font-size:30px;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:45px;left:249px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wgkvOSUmozbJI8JSsh4uOicngF4KUae8 { box-sizing:content-box;height:845px;width:465px;position:absolute;display:block;z-index:14999;background-color:#e8e8e8;background-image:none;top:23px;left:235px;display:block; }
#WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN { position:relative;display:block; }#WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN { background-color: transparent; background-image: none; }#WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN > .row .container > .video-iframe-container { display: none; }#WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN > .row > .video-iframe-container { display: none; }#WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN > .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); }#WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN { border-width: 0; border-radius: 0; }#WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:486px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GXUpAc8ptvMCiIMR7HsXUT746SK9y5fJ { color:#474544;display:block;width:508.993px;position:absolute;font-family:oswald;font-size:30px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:15.095367431641px;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; }
#Jw4cST0bEn3bbACkV8gQQwwri96x6fWw { position:absolute;display:block;z-index:15008;height:347.995px;width:620px;top:69.079767227173px;left:0px;display:block; }
#ATDmB9C8L7TdUI1pIqi9ct4hFI0KPHC9 { color:#aca9a7;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:11px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:452.03131103516px;left:0px;height:17.6042px;text-align:center;text-align-last:center;display:block; }
#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF { 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;display:block; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { background-color: transparent; background-image: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container > .video-iframe-container { display: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container { display: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .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); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { border-width: 0; border-radius: 0; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { font-size:14px;font-family:arial;height:189px;width:1200px;position:relative;display:block; }#sRPhyduG9L8XB9ofuzSslmMDmgoJgPRu { color:#ffffff;display:block;width:203px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:135px;left:838px;height:15.5938px;display:block; }
#Ldb4imaLZllZAuvVqR8HWPpCtrUn9cdo { color:#ffffff;display:block;width:157px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:135px;left:1043px;height:15.5938px;display:block; }
#EvozirDufiJs4dQiBxAR7TSO03BGrkhn { color:#ffffff;display:block;width:400px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:71.99658203125px;left:0px;height:19.4965px;text-align:left;text-align-last:left;display:block; }
#kCGa8PVhZ2RZrnzbg7UwwQhJlgzaTuqa { 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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:215px;height:50px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.03125px;left:492.50003051758px;display:block; }
#ZfHLyfRQ4qGdxclq7ARCgnR7BQnnv2Go { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ygINWcB6KHQnfUPiU4SvZTZD1EJBIyIN { color:#ffffff;display:block;width:298.993px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:49px;left:0px;height:20.7986px;display:block; }
#wEcRWIiyKOJd0D49iuRtzZ9TNmPz8Fui { box-sizing:content-box;color:#5d92ff;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:50.026062011719px;left:1126.9931335449px; }
#wEcRWIiyKOJd0D49iuRtzZ9TNmPz8Fui > img { max-width: 100%;max-height:100%; width:34px; height:34px; }#MOgQl9qNZwlHbIGqdhax1u9H4PuzGUuZ { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:52px;left:1170px; }
#MOgQl9qNZwlHbIGqdhax1u9H4PuzGUuZ > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#AnPe1AcXS3Zk8f6RToVlbKmA2dpJ7yxx { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:52px;left:1090px; }
#AnPe1AcXS3Zk8f6RToVlbKmA2dpJ7yxx > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#qRsG7SCTq12gEfpWNnnOneTR8Hv6xPHG { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:52px;left:1050px; }
#qRsG7SCTq12gEfpWNnnOneTR8Hv6xPHG > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#M83FQBhCCNv7kZHTl6415MufQbTevnsk { box-sizing:content-box;height:1px;width:1200px;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:124.13195800781px;left:0px;display:block; }
#XENDXPZsVAfBLNCahlpRxBhE8S8CSMO2 { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:150.59030151367px;left:585.00003051758px; }
#XENDXPZsVAfBLNCahlpRxBhE8S8CSMO2 > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu { 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;display:none; }#NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu > .row .container { border-width: 0; border-radius: 0; }#NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu > .row .container { font-size:14px;font-family:arial;height:101px;width:1200px;position:relative;display:none; }#wP2ZybV9NB33oFaFRohxBNCSo9men95T { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:208.888888px;height:50px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.49479675293px;left:494.99132537842px;display:block; }
#d9tT2faldgO9lq5DFJBxd1tE1UtgdgIm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #ImwvZdi67vpkkq74wEBTHhmafDIeAL6E { top:22px;left:299.5px;width:165px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #MCfascAcLQq2PlZNO6VfUBvCtntoFmpI { top:48px;left:763px;width:1px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #i0EQHUOHgqaKeq7EgQLblPdEdbnIQVZn { top:50px;left:602px;width:162px;height:22px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #xo5oZNKDPMJtcqeLG3lUSTZx87PsTFTy { top:45px;left:734px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #CrJVxmTF9IRNSIxIvwQvCUtIl7SMMPVu { top:45px;left:734px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1BdOwzJubOTXpQtViK60cJP1slL3Vpc { top:182px;left:0px;width:675px;height:;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #pxLoFDSMCkLWttxJSuWu0Pv1aTDVdoVt { top:322px;left:0px;width:555px;height:113px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #wFs1sr4wZBedC1GBWTJUX7r7fFZSwSFD { width:558px;height:58px;top:454px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q8n6KIH2vgLRmRktdThzwbpzmNoRb24R { display:block; }
 }@media only screen and (max-width: 763px) { #UouWmMXSWB6VfTZtBTS4KGulRvWQMLGx { top:523px;left:0px;width:555px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ { display:block; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEA2D4WeJ48CWZBrVXpPs08Cw1SP9mf7 { top:47px;left:0px;width:764px;height:38px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #VZ4piCwGcTTvVf4ERqPF8IPWZqixhXFS { top:122px;left:0px;width:764px;height:51px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #npooyxV6KfCh2kZTI7K9loyxVZgwz1eH { display:block; }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8usdRtKFMfBFhOeHxUKZNKgzJW3UZne { top:72px;left:0px;width:764px;height:45px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tHNGEcbZl544eQDklSf7Vw7UloSHwIpn { top:181px;left:149.98611450195px;width:200px;height:167px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #t8aFki2XUVK5hdaU2OMT8AqGgNFfVDTa { top:181px;left:422.98959350586px;width:200px;height:167px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #wtiog5Kho0fOJTna63wqLFnQVcwQPHX7 { top:172px;left:141px;width:480px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Khn73pxkr5EWXPdJ0kwTpxnPZTV5OIR6 { top:132px;left:150px;width:200px;height:23px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #kH7LxqTG4i7JmDM1XQaimVTkm7GbshxC { top:131px;left:422.98959350586px;width:200px;height:23px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #vcmHKKkeyNmZCO9OhsJSOzMekI3QH1UT { top:153px;left:422.98959350586px;width:200px;height:16px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #RK6RXK18fv36cnsN8Ih2iy0VLfWOx45o { top:410px;left:0px;width:764px;height:17px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #QsyRKrHrsQOu0eMX6AertswB9OM55P6s { display:block; }#QsyRKrHrsQOu0eMX6AertswB9OM55P6s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEGAXtc3sXmO35uBX4ito4BMr040D2ia { top:68px;left:114px;width:650px;height:45px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #GbBTku8uHKr5flWiehmCg4C1Cg3Llqqf { top:139px;left:114px;width:650px;height:204px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wFEglf6vxH5E2yJ5Ou3peUKCoQkXJQDs { top:396px;left:0px;width:764px;height:76px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hlFGksdcSFdRmyuPMiUghWv9TUIvX8dd { top:67px;left:0px;width:510px;height:288px;display:block; }
 }@media only screen and (max-width: 763px) { #vGKhrbvzJEXAKysithUdTXxI0UoxrrSg { display:block; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXTNLnntu1novL0mBQD8cwpTC0nAxAdv { top:42px;left:0px;width:650px;height:45px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #DxEnRCfby1J8TAEMEKVyTXyTXHdKPhvB { top:113px;left:0px;width:650px;height:384px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #tNxQRO9gw1MkXc4Tu4G6pI5Z3ClStWyg { top:95px;left:254px;width:510px;height:334px;display:block; }
 }@media only screen and (max-width: 763px) { #kX0PZmbpXLeWHcXokcAyLhmHa411pQPx { display:block; }#kX0PZmbpXLeWHcXokcAyLhmHa411pQPx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEtR01Hbrow6zhpEalOHQceyPd2hBrl4 { top:68px;left:0px;width:508px;height:;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PZMM722RdygV0ZynD4SwHCt8QUTiImTy { top:129px;left:0px;width:625px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #dOZwndZr86cFGpvh2RJoufD6MfkCVIpN { top:129px;left:382px;width:382px;height:701px;display:block; }
 }@media only screen and (max-width: 763px) { #m6PQKonqQLGZLNsGIsGMnC7Fouet0mXV { top:23px;left:299px;width:465px;height:832px;display:block; }
 }@media only screen and (max-width: 763px) { #c8vk3FEoJLxaGqUKHzqUTo8k46f0QR77 { top:43px;left:333px;width:431px;height:;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #hcvV8zKdeK42dE7lV1aFiJiNG0R7uaJU { top:88px;left:363px;width:401px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UH0mesN3IAowe1MHTXQFvDW71pG3iLPT { top:130px;left:0px;width:625px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #tfq2gZGi53EqwGudLF92aAp2qm8oSKpJ { top:130px;left:0px;width:625px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #zBeOv1PLOpV7D08nzpMfvqyBctg6v5in { top:130px;left:0px;width:625px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #c5pSbPDNwwhKuSPmp3qoDkn4rlD1i2r3 { top:130px;left:0px;width:625px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #WC7MUss1HP8REia4W5JSzXASOA3aoRhC { display:block; }#WC7MUss1HP8REia4W5JSzXASOA3aoRhC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAXbyIHwzaKd4dHdkG4Bk4iwPHCbpfDG { top:0px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #HlfaJCQXlQd1IgTb8RsOhSmdVJmcvQNw { top:0px;left:357.00002288818px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #QwqxlCyChHvBIHlhUhdgsl22a5fWTHsz { display:none; }#QwqxlCyChHvBIHlhUhdgsl22a5fWTHsz > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AdIeGrUgQrhXGaXwIzL0bxAfzgABPz8x { top:15px;left:0px;width:508px;height:;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #TK2Z7piwATghyFXtFmf2FyggprXhTSgM { top:69px;left:0px;width:620px;height:347px;display:none; }
 }@media only screen and (max-width: 763px) { #EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg { display:block; }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuxW6VQxPTFIG7oCVmZUZ2K3KWaNMiS8 { top:139px;left:58px;width:381px;height:700px;display:block; }
 }@media only screen and (max-width: 763px) { #q8PS2t7CfFO2heK5nrCZDgdTcVQgHcn9 { top:90px;left:46px;width:401px;height:25px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #H9S0N5OLLPBPUhxbDOudmbe1IWGyg5em { top:45px;left:31px;width:431px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #wgkvOSUmozbJI8JSsh4uOicngF4KUae8 { top:23px;left:17px;width:465px;height:845px;display:block; }
 }@media only screen and (max-width: 763px) { #WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN { display:block; }#WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXUpAc8ptvMCiIMR7HsXUT746SK9y5fJ { top:15px;left:0px;width:508px;height:;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Jw4cST0bEn3bbACkV8gQQwwri96x6fWw { top:69px;left:0px;width:620px;height:347px;display:block; }
 }@media only screen and (max-width: 763px) { #ATDmB9C8L7TdUI1pIqi9ct4hFI0KPHC9 { top:452px;left:0px;width:764px;height:17px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF { display:block; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRPhyduG9L8XB9ofuzSslmMDmgoJgPRu { top:135px;left:561px;width:202px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Ldb4imaLZllZAuvVqR8HWPpCtrUn9cdo { top:135px;left:608px;width:156px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #EvozirDufiJs4dQiBxAR7TSO03BGrkhn { top:71px;left:0px;width:400px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #kCGa8PVhZ2RZrnzbg7UwwQhJlgzaTuqa { width:215px;height:50px;top:42px;left:274.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfHLyfRQ4qGdxclq7ARCgnR7BQnnv2Go { display:block; }
 }@media only screen and (max-width: 763px) { #ygINWcB6KHQnfUPiU4SvZTZD1EJBIyIN { top:49px;left:0px;width:298px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wEcRWIiyKOJd0D49iuRtzZ9TNmPz8Fui { top:50px;left:730px;width:34px;height:34px;display:block; }
#wEcRWIiyKOJd0D49iuRtzZ9TNmPz8Fui > img { max-width: 100%;max-height:100%; width:34px; height:34px; } }@media only screen and (max-width: 763px) { #MOgQl9qNZwlHbIGqdhax1u9H4PuzGUuZ { top:52px;left:734px;width:30px;height:30px;display:block; }
#MOgQl9qNZwlHbIGqdhax1u9H4PuzGUuZ > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #AnPe1AcXS3Zk8f6RToVlbKmA2dpJ7yxx { top:52px;left:734px;width:30px;height:30px;display:block; }
#AnPe1AcXS3Zk8f6RToVlbKmA2dpJ7yxx > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #qRsG7SCTq12gEfpWNnnOneTR8Hv6xPHG { top:52px;left:734px;width:30px;height:30px;display:block; }
#qRsG7SCTq12gEfpWNnnOneTR8Hv6xPHG > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #M83FQBhCCNv7kZHTl6415MufQbTevnsk { top:124px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #XENDXPZsVAfBLNCahlpRxBhE8S8CSMO2 { top:150px;left:367.00003051758px;width:30px;height:30px;display:block; }
#XENDXPZsVAfBLNCahlpRxBhE8S8CSMO2 > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu { display:block; }#NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wP2ZybV9NB33oFaFRohxBNCSo9men95T { width:209px;height:50px;top:25px;left:276.99132537842px;display:block; }
 }@media only screen and (max-width: 763px) { #d9tT2faldgO9lq5DFJBxd1tE1UtgdgIm { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImwvZdi67vpkkq74wEBTHhmafDIeAL6E { width:90px;height:40px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MCfascAcLQq2PlZNO6VfUBvCtntoFmpI { width:1px;height:30px;top:29.423612594604px;left:279.97570800781px;display:block; }
 }@media only screen and (max-width: 763px) { #i0EQHUOHgqaKeq7EgQLblPdEdbnIQVZn { width:132.986px;height:19.184px;top:35.888889312744px;left:98.506950378418px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #xo5oZNKDPMJtcqeLG3lUSTZx87PsTFTy { width:30px;height:30px;top:27.489583969116px;left:290px;display:block; }
 }@media only screen and (max-width: 763px) { #CrJVxmTF9IRNSIxIvwQvCUtIl7SMMPVu { width:30px;height:30px;top:27.489583969116px;left:240.08682250977px;display:block; }
 }@media only screen and (max-width: 763px) { #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69595c54-c91f-44d8-9be3-fdb3d394dd84/introvisage2webp.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA.adaptive-delivery-prevent-bg, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA.lazyload, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA.lazyloading { background-image: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { background-color: transparent; background-image: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,69,68,0.2); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,69,68,0.2); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .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); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { border-width: 0; border-radius: 0; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { width:320px;height:425px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1BdOwzJubOTXpQtViK60cJP1slL3Vpc { width:252px;height:67.6042px;top:96.9619140625px;left:0px;font-size:26px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pxLoFDSMCkLWttxJSuWu0Pv1aTDVdoVt { width:251.997px;height:149.479px;top:181.73611450195px;left:0px;font-size:23px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wFs1sr4wZBedC1GBWTJUX7r7fFZSwSFD { width:320px;height:40px;top:340.00003051758px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #q8n6KIH2vgLRmRktdThzwbpzmNoRb24R { display:block; }
 }@media only screen and (max-width: 763px) { #UouWmMXSWB6VfTZtBTS4KGulRvWQMLGx { width:320px;height:18.1771px;top:381.00003051758px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ { display:block; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row .container { width:320px;height:380px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEA2D4WeJ48CWZBrVXpPs08Cw1SP9mf7 { width:320px;height:116.979px;top:40px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #VZ4piCwGcTTvVf4ERqPF8IPWZqixhXFS { width:320px;height:167.951px;top:168.50695800781px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #npooyxV6KfCh2kZTI7K9loyxVZgwz1eH { display:block; }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8usdRtKFMfBFhOeHxUKZNKgzJW3UZne { width:320px;height:45px;top:36px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tHNGEcbZl544eQDklSf7Vw7UloSHwIpn { width:150px;height:132.0834px;top:144px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #t8aFki2XUVK5hdaU2OMT8AqGgNFfVDTa { width:140px;height:132.0834px;top:144px;left:182px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #wtiog5Kho0fOJTna63wqLFnQVcwQPHX7 { width:320px;height:1px;top:128px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Khn73pxkr5EWXPdJ0kwTpxnPZTV5OIR6 { width:101px;height:15.5903px;top:104px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #kH7LxqTG4i7JmDM1XQaimVTkm7GbshxC { width:140px;height:15.5903px;top:104px;left:180px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #vcmHKKkeyNmZCO9OhsJSOzMekI3QH1UT { width:98.9931px;height:11.684px;top:116.41317749023px;left:200.48265075684px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #RK6RXK18fv36cnsN8Ih2iy0VLfWOx45o { width:320px;height:47.9688px;top:319.94790649414px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #QsyRKrHrsQOu0eMX6AertswB9OM55P6s { display:block; }#QsyRKrHrsQOu0eMX6AertswB9OM55P6s > .row .container { width:320px;height:905px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEGAXtc3sXmO35uBX4ito4BMr040D2ia { width:320px;height:71.9792px;top:30.52082824707px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #GbBTku8uHKr5flWiehmCg4C1Cg3Llqqf { width:320px;height:335.9021px;top:304px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wFEglf6vxH5E2yJ5Ou3peUKCoQkXJQDs { width:320px;height:215.938px;top:670.5034942627px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hlFGksdcSFdRmyuPMiUghWv9TUIvX8dd { width:320px;height:180.70588235294px;top:114px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vGKhrbvzJEXAKysithUdTXxI0UoxrrSg { display:block; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row .container { width:320px;height:995px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXTNLnntu1novL0mBQD8cwpTC0nAxAdv { width:320px;height:71.9792px;top:30.763946533203px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #DxEnRCfby1J8TAEMEKVyTXyTXHdKPhvB { width:320px;height:623.8202px;top:346.94450378418px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #tNxQRO9gw1MkXc4Tu4G6pI5Z3ClStWyg { width:320px;height:209.56862745098px;top:112.74313354492px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kX0PZmbpXLeWHcXokcAyLhmHa411pQPx { display:block; }#kX0PZmbpXLeWHcXokcAyLhmHa411pQPx > .row .container { width:320px;height:230px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEtR01Hbrow6zhpEalOHQceyPd2hBrl4 { width:320px;height:35.9896px;top:17.986083984375px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PZMM722RdygV0ZynD4SwHCt8QUTiImTy { width:320px;height:163px;top:65.989501953125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dOZwndZr86cFGpvh2RJoufD6MfkCVIpN { width:320px;height:701px;top:786.99708398437px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #m6PQKonqQLGZLNsGIsGMnC7Fouet0mXV { width:320px;height:886px;top:681.511px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #c8vk3FEoJLxaGqUKHzqUTo8k46f0QR77 { width:320px;height:90px;top:701.45887597656px;left:0px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #hcvV8zKdeK42dE7lV1aFiJiNG0R7uaJU { width:320px;height:25.5903px;top:745.90333398437px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #UH0mesN3IAowe1MHTXQFvDW71pG3iLPT { width:320px;height:163.84px;top:65.555694580078px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tfq2gZGi53EqwGudLF92aAp2qm8oSKpJ { width:320px;height:163.84px;top:65.555572509766px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zBeOv1PLOpV7D08nzpMfvqyBctg6v5in { width:320px;height:163.84px;top:65.555572509766px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #c5pSbPDNwwhKuSPmp3qoDkn4rlD1i2r3 { width:320px;height:163.84px;top:65.55549621582px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WC7MUss1HP8REia4W5JSzXASOA3aoRhC { display:block; }#WC7MUss1HP8REia4W5JSzXASOA3aoRhC > .row .container { width:320px;height:55px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAXbyIHwzaKd4dHdkG4Bk4iwPHCbpfDG { display:flex;width:50px;height:50px;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #HlfaJCQXlQd1IgTb8RsOhSmdVJmcvQNw { display:flex;width:50px;height:50px;top:0px;left:270px; }
 }@media only screen and (max-width: 763px) { #QwqxlCyChHvBIHlhUhdgsl22a5fWTHsz { display:block; }#QwqxlCyChHvBIHlhUhdgsl22a5fWTHsz > .row .container { width:320px;height:270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdIeGrUgQrhXGaXwIzL0bxAfzgABPz8x { width:320px;height:28.7847px;top:19px;left:0px;font-size:24px;line-height:1.2;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TK2Z7piwATghyFXtFmf2FyggprXhTSgM { width:320px;height:195px;top:58px;left:0px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg { display:block; }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .row .container { width:320px;height:875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuxW6VQxPTFIG7oCVmZUZ2K3KWaNMiS8 { width:290px;height:707px;top:122.98611450195px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #q8PS2t7CfFO2heK5nrCZDgdTcVQgHcn9 { width:320px;height:19.184px;top:90.980926513672px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #H9S0N5OLLPBPUhxbDOudmbe1IWGyg5em { width:295px;height:50px;top:40.980926513672px;left:12.5px;font-size:25px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wgkvOSUmozbJI8JSsh4uOicngF4KUae8 { width:320px;height:829px;top:20px;left:0px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN { display:block; }#WWD9VRLPBaLmNADpe39WgIqKWq7P6vfN > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXUpAc8ptvMCiIMR7HsXUT746SK9y5fJ { width:320px;height:0;top:20px;left:0px;font-size:24px;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Jw4cST0bEn3bbACkV8gQQwwri96x6fWw { width:320px;height:195px;top:85.993072509766px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ATDmB9C8L7TdUI1pIqi9ct4hFI0KPHC9 { width:320px;height:47.9688px;top:20.329864501953px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF { display:block; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { width:320px;height:290px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRPhyduG9L8XB9ofuzSslmMDmgoJgPRu { width:168px;height:15.5903px;top:228.99306488037px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Ldb4imaLZllZAuvVqR8HWPpCtrUn9cdo { width:172px;height:15.5903px;top:228.99306488037px;left:146.99653625488px;font-size:12px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EvozirDufiJs4dQiBxAR7TSO03BGrkhn { width:320px;height:19.4965px;top:47.489562988281px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCGa8PVhZ2RZrnzbg7UwwQhJlgzaTuqa { width:150px;height:33px;top:101px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfHLyfRQ4qGdxclq7ARCgnR7BQnnv2Go { display:block; }
 }@media only screen and (max-width: 763px) { #ygINWcB6KHQnfUPiU4SvZTZD1EJBIyIN { width:297.995px;height:20.7986px;top:22.751739501953px;left:10.998266220093px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wEcRWIiyKOJd0D49iuRtzZ9TNmPz8Fui { display:flex;width:33.9931px;height:33.9931px;top:159px;left:164px; }
#wEcRWIiyKOJd0D49iuRtzZ9TNmPz8Fui > img { max-width: 100%;max-height:100%; width:33.9931px; height:33.9931px; } }@media only screen and (max-width: 763px) { #MOgQl9qNZwlHbIGqdhax1u9H4PuzGUuZ { display:flex;width:30px;height:30px;top:161px;left:209px; }
#MOgQl9qNZwlHbIGqdhax1u9H4PuzGUuZ > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #AnPe1AcXS3Zk8f6RToVlbKmA2dpJ7yxx { display:flex;width:30px;height:30px;top:161px;left:123px; }
#AnPe1AcXS3Zk8f6RToVlbKmA2dpJ7yxx > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #qRsG7SCTq12gEfpWNnnOneTR8Hv6xPHG { display:flex;width:30px;height:30px;top:161px;left:81px; }
#qRsG7SCTq12gEfpWNnnOneTR8Hv6xPHG > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #M83FQBhCCNv7kZHTl6415MufQbTevnsk { width:320px;height:0.998264px;top:215.94620513916px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XENDXPZsVAfBLNCahlpRxBhE8S8CSMO2 { display:flex;width:30px;height:30px;top:251.94968414307px;left:145.00001525879px; }
#XENDXPZsVAfBLNCahlpRxBhE8S8CSMO2 > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wP2ZybV9NB33oFaFRohxBNCSo9men95T { width:171.883888px;height:38.888888px;top:21.970520019531px;left:74.053825378418px;display:block; }
 }@media only screen and (max-width: 763px) { #d9tT2faldgO9lq5DFJBxd1tE1UtgdgIm { display:block; }
 }