.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { position:relative;display:block; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { background-color: transparent; background-image: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container > .video-iframe-container { display: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container { display: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .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); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { border-width: 0; border-radius: 0; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .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; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .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:64px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EAUJTGACJtFkatiRdeq52tZm9LtaQJFo { 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:31.9922px;width:127.992px;top:16px;left:0px;overflow:hidden;display:block; }
#vhSDZ4FsKT8ni9okWl8rqlOwMTcTueg8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9922px;height:36px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14px;left:878px;display:block; }
#a3vl0t4Hp2TrEgEVDi7Px8slO2Z40ORN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FTQFgwmSAI5ztvCQP0tQVBtReKIcsfUq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9922px;height:36px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14px;left:928px;display:block; }
#IOAkuTXEvoVJU1cRHkadGx1AZypXmFya { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c18a65ec-2fbc-4e66-af5c-d2e0ae3e20e4/shutterstock_1143283889.jpg");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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:601px;width:960px;position:relative;display:block; }#qZ2f7isPWTC4kRAB12vd6ErwHokHnCrn { position:absolute;display:block;z-index:15000;background-color:#ff7e00;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:320px;width:519px;top:71.484375px;left:0px;display:block; }
#XffTWAEi1JuH05sEIKv8qy6LxFQTJuMI { color:#ffffff;display:block;width:480.99px;position:absolute;font-family:poppins;font-size:46px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:89.8359375px;left:31.9921875px;height:179.3747px;font-style:normal;display:block; }
#XhzNrrlOnvFyMT2JHsblPC56RptlbewN { color:#ffffff;display:block;width:446px;position:absolute;font-family:poppins;font-size:24px;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:281px;left:33px;height:76.7708px;font-style:italic;display:block; }
#XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202245;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; }#XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so > .row .container { background-color: transparent; background-image: none; }#XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so > .row .container > .video-iframe-container { display: none; }#XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so > .row > .video-iframe-container { display: none; }#XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so > .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); }#XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so > .row .container { border-width: 0; border-radius: 0; }#XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so > .row .container { font-size:14px;font-family:arial;height:316px;width:960px;position:relative;display:block; }#NxxkVc301dFJJUVg4AAZGAg2N6yK4I23 { color:#ffffff;display:block;width:475px;position:absolute;font-family:poppins;font-size:45px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:61.453125px;left:0px;height:116.979px;font-style:normal;display:block; }
#CZZfunMJGm52fUFZWz0wHNH7kTnPRnTb { position:absolute;display:block;z-index:15001;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:342px;top:206px;left:0px;overflow:hidden;display:block; }
#liIct6GLVqJEll4dTgEkkmMGuzzwlllA { color:#ffffff;display:block;width:473.992px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:71.015625px;left:480px;height:136.003px;font-style:normal;display:block; }
#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d { position:relative;display:block; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d { background-color: transparent; background-image: none; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row .container > .video-iframe-container { display: none; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row > .video-iframe-container { display: none; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .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); }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d { border-width: 0; border-radius: 0; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .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; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .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:940px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tI6rbi7eOoEuJpQ9QVkVk4FKRK0PyXiB { color:#202245;display:block;width:851px;position:absolute;font-family:poppins;font-size:48px;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:100px;left:0px;height:52.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cqdFwQZe8Zv3wT2HFFma5eFEPT67LGIJ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:41px;border-top-right-radius:41px;border-bottom-left-radius:41px;border-bottom-right-radius:41px;height:371px;width:179px;top:213px;left:0px;overflow:hidden;display:none; }
#gkCQayWMKU0pXCDlUx3aGbtGJXJf2fo9 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:41px;border-top-right-radius:41px;border-bottom-left-radius:41px;border-bottom-right-radius:41px;height:371px;width:179px;top:215px;left:510px;overflow:hidden;display:none; }
#NoWLpPpt8pS3GZ5rRr4yEIr2JgaLaIKw { color:#202245;display:block;width:193px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:669px;left:24px;height:70.3646px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rd734PQywUiRTmFKpRHQRp88lyRgHq9O { color:#202245;display:block;width:219px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:670.59375px;left:360px;height:67.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jfl3BhvaWkGcKDikHdsS01ofFSOMyJE9 { color:#202245;display:block;width:200px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:669px;left:693px;height:111.9792px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bwBzoHg6G4R2sJsZIP6CXysHPc0FeB6M { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:41px;border-top-right-radius:41px;border-bottom-left-radius:41px;border-bottom-right-radius:41px;height:371px;width:179px;top:215px;left:774px;overflow:hidden;display:none; }
#KhnK4JHEGeZHdRUHMZThzVUGXFuZyxw0 { position:absolute;display:block;z-index:15004;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:435px;width:209px;top:212px;left:351px;overflow:hidden;display:block; }
#bTovLPyXJK8TJXJ54t0C5zXENLTnxTVr { 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:435px;width:209px;top:209px;left:683px;overflow:hidden;display:block; }
#Cxk2lnP8eZneCtounisd8v0BBBrX4rH2 { position:absolute;display:block;z-index:15005;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:13px;width:102px;top:619px;left:401px;display:block; }
#UzhDrSEQKdCykUO1cB3tZHlzQt9Xtwh9 { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:13px;width:102px;top:616px;left:733px;display:block; }
#TR5n2uTyG2o3DaMOmsSQKr21pPJi83bw { color:#202245;display:block;width:960px;position:absolute;font-family:poppins;font-size:19px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:845.97651672363px;left:0px;height:49.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8weOAZBgWuyT5Aq2ZK3qtOVEsLyaTWI { 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:435px;width:209px;top:212px;left:16px;overflow:hidden;display:block; }
#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff9903;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; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row .container { background-color: transparent; background-image: none; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row .container > .video-iframe-container { display: none; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row > .video-iframe-container { display: none; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .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); }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row .container { border-width: 0; border-radius: 0; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row .container { font-size:14px;font-family:arial;height:248px;width:960px;position:relative;display:block; }#neUKvquBQxPlS2bEB0iJScUToZNGZzO8 { position:absolute;display:block;z-index:15036;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:63.9974px;width:63.9974px;top:29.088531494141px;left:626.99737548828px;overflow:hidden;display:block; }
#tuuGLGHFbDDgDim1OzlwJwsiKJHBN7qr { position:absolute;display:block;z-index:15037;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:65px;width:65px;top:30.619781494141px;left:244.99737548828px;overflow:hidden;display:block; }
#QQyLC2sXryRRz18PgH7wb0n4TDN4kNCD { color:#202245;display:block;width:905px;position:absolute;font-family:poppins;font-size:49px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:29.6328125px;left:14.986999511719px;height:191.0549px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { position:relative;display:block; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { background-color: transparent; background-image: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container > .video-iframe-container { display: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row > .video-iframe-container { display: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .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); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { border-width: 0; border-radius: 0; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .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; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .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:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RF7rlLWJzDaZOvxyaE63RDI0UxPDrnfS { color:#202245;display:block;width:621.992px;position:absolute;font-family:poppins;font-size:48px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:47.8125px;left:0px;height:134.375px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dWCo70wdUXM5dEpuxSviGda4zZD6K8It { position:relative;display:block; }#dWCo70wdUXM5dEpuxSviGda4zZD6K8It { background-color: transparent; background-image: none; }#dWCo70wdUXM5dEpuxSviGda4zZD6K8It::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWCo70wdUXM5dEpuxSviGda4zZD6K8It > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWCo70wdUXM5dEpuxSviGda4zZD6K8It > .row .container > .video-iframe-container { display: none; }#dWCo70wdUXM5dEpuxSviGda4zZD6K8It > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWCo70wdUXM5dEpuxSviGda4zZD6K8It > .row > .video-iframe-container { display: none; }#dWCo70wdUXM5dEpuxSviGda4zZD6K8It > .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); }#dWCo70wdUXM5dEpuxSviGda4zZD6K8It { border-width: 0; border-radius: 0; }#dWCo70wdUXM5dEpuxSviGda4zZD6K8It > .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; }#dWCo70wdUXM5dEpuxSviGda4zZD6K8It > .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:98px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s9FrNBHNTe0RLh1QVHWvLd3r3TW84GUz { background-color:#ff9902;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:516.992px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.484375px;left:0px;display:block; }
#nzuTESR3Vabv2EarQLLbTtLace6tOAec { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 { position:relative;display:block; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 { background-color: transparent; background-image: none; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container > .video-iframe-container { display: none; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row > .video-iframe-container { display: none; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .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); }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 { border-width: 0; border-radius: 0; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .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; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .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:98px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f256psRF5r5sFSiGanEQ4fGZAFs1n8zi { background-color:#ff9902;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:516.979px;height:55px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:21.497436523438px;left:0px;display:block; }
#TaSa1JyLM0Gtq8925fbTJE27pooDKN9T { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS { position:relative;display:block; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS { background-color: transparent; background-image: none; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row .container > .video-iframe-container { display: none; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row > .video-iframe-container { display: none; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .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); }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS { border-width: 0; border-radius: 0; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .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; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .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:99px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E39NA84OKUJUzmVEP7qqFnQmmMXOCSUa { color:#202245;display:block;width:494px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:48px;left:40px;height:20.7969px;font-style:normal;display:block; }
#pJKTc31kea4r3TTnzbmJeWZzxPiZeOe7 { position:absolute;display:block;z-index:15036;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:30px;width:29px;top:42px;left:0px;overflow:hidden;display:block; }
#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 { position:relative;display:block; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 { background-color: transparent; background-image: none; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container > .video-iframe-container { display: none; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row > .video-iframe-container { display: none; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .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); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 { border-width: 0; border-radius: 0; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .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; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .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:99px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FH3upmicSRJnqewObbIa8TrTgIUxLmJV { color:#000000;display:block;width:745px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.90625px;left:0px;height:62.3828px;display:block; }
#lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8 { position:relative;display:block; }#lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8 { background-color: transparent; background-image: none; }#lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8 > .row .container > .video-iframe-container { display: none; }#lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8 > .row > .video-iframe-container { display: none; }#lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8 > .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); }#lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8 { border-width: 0; border-radius: 0; }#lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8 > .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; }#lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8 > .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:29px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 { position:relative;display:block; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 { background-color: transparent; background-image: none; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container > .video-iframe-container { display: none; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row > .video-iframe-container { display: none; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .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); }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 { border-width: 0; border-radius: 0; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .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; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .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:154px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XTwq7KnElOKwKRWeEqZr3CwBqJh7JDqm { color:#202245;display:block;width:557px;position:absolute;font-family:poppins;font-size:24px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:64px;left:0px;height:36px;font-style:normal;display:block; }
#gLAxfOQbGIdm8MFG0I5VTowNbAnnLEI6 { 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:150px;top:69px;left:631.390625px;overflow:hidden;display:block; }
#u3t50Ly7aRKWOyDOmaRFByaddsTWILLQ { 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:42px;width:150px;top:69px;left:810px;overflow:hidden;display:block; }
#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202245;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; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { background-color: transparent; background-image: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container > .video-iframe-container { display: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container { display: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .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); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { border-width: 0; border-radius: 0; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { font-size:14px;font-family:arial;height:325px;width:960px;position:relative;display:block; }#FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { 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:26px;width:108px;top:96px;left:0px;overflow:hidden;display:block; }
#s77qBo3yAus18Xi5T9HKctEmHubd8Isu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:1px solid #97a7be;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:62px;width:960px;top:160px;left:0px;display:block; }
#K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { color:#ffffff;display:block;width:104px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:100px;left:708px;height:18.1992px;display:block; }
#RthNTn4uMn74ObMoEHMxie0kqt62VEvL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#97a7be;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:203px;height:35px;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:196px;left:301px;display:block; }
#A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#97a7be;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:142px;height:26px;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:201px;left:572px;display:block; }
#FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#97a7be;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:179px;height:23px;text-decoration:none;z-index:15011;text-align:right;text-align-last:right;top:202px;left:781px;display:block; }
#uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { color:#97a7be;display:block;width:264px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:205.8125px;left:0px;height:18.1953px;display:block; }
#cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { position:absolute;display:block;z-index:15013;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:24px;width:24px;top:97px;left:816px;overflow:hidden;display:block; }
#NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { position:absolute;display:block;z-index:15014;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:24px;width:24px;top:97px;left:846px;overflow:hidden;display:block; }
#SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { position:absolute;display:block;z-index:15015;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:24px;width:24px;top:97px;left:876px;overflow:hidden;display:block; }
#C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { position:absolute;display:block;z-index:15016;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:24px;width:24px;top:97px;left:906px;overflow:hidden;display:block; }
#RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { position:absolute;display:block;z-index:15017;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:24px;width:24px;top:97px;left:936px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { display:block; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAUJTGACJtFkatiRdeq52tZm9LtaQJFo { top:16px;left:0px;width:127px;height:31.74424495281px;display:block; }
 }@media only screen and (max-width: 763px) { #vhSDZ4FsKT8ni9okWl8rqlOwMTcTueg8 { width:31px;height:36px;top:14px;left:733px;display:block; }
 }@media only screen and (max-width: 763px) { #a3vl0t4Hp2TrEgEVDi7Px8slO2Z40ORN { display:block; }
 }@media only screen and (max-width: 763px) { #FTQFgwmSAI5ztvCQP0tQVBtReKIcsfUq { width:31px;height:36px;top:14px;left:733px;display:block; }
 }@media only screen and (max-width: 763px) { #IOAkuTXEvoVJU1cRHkadGx1AZypXmFya { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZ2f7isPWTC4kRAB12vd6ErwHokHnCrn { top:71px;left:0px;width:519px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #XffTWAEi1JuH05sEIKv8qy6LxFQTJuMI { top:89px;left:0px;width:480px;height:179px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #XhzNrrlOnvFyMT2JHsblPC56RptlbewN { top:281px;left:0px;width:446px;height:76px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so { display:block; }#XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxxkVc301dFJJUVg4AAZGAg2N6yK4I23 { top:61px;left:0px;width:475px;height:117px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #CZZfunMJGm52fUFZWz0wHNH7kTnPRnTb { top:206px;left:0px;width:342px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #liIct6GLVqJEll4dTgEkkmMGuzzwlllA { top:71px;left:291px;width:473px;height:135px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d { display:block; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tI6rbi7eOoEuJpQ9QVkVk4FKRK0PyXiB { top:100px;left:0px;width:764px;height:52px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #cqdFwQZe8Zv3wT2HFFma5eFEPT67LGIJ { top:213px;left:0px;width:179px;height:371px;display:block; }
 }@media only screen and (max-width: 763px) { #gkCQayWMKU0pXCDlUx3aGbtGJXJf2fo9 { top:215px;left:412px;width:179px;height:371px;display:block; }
 }@media only screen and (max-width: 763px) { #NoWLpPpt8pS3GZ5rRr4yEIr2JgaLaIKw { top:669px;left:0px;width:193px;height:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rd734PQywUiRTmFKpRHQRp88lyRgHq9O { top:670px;left:262px;width:219px;height:67px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Jfl3BhvaWkGcKDikHdsS01ofFSOMyJE9 { top:669px;left:564px;width:200px;height:111px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bwBzoHg6G4R2sJsZIP6CXysHPc0FeB6M { top:215px;left:579px;width:179px;height:371px;display:block; }
 }@media only screen and (max-width: 763px) { #KhnK4JHEGeZHdRUHMZThzVUGXFuZyxw0 { top:212px;left:253px;width:209px;height:435px;display:block; }
 }@media only screen and (max-width: 763px) { #bTovLPyXJK8TJXJ54t0C5zXENLTnxTVr { top:209px;left:553px;width:209px;height:435px;display:block; }
 }@media only screen and (max-width: 763px) { #Cxk2lnP8eZneCtounisd8v0BBBrX4rH2 { top:619px;left:303px;width:102px;height:13px;display:block; }
 }@media only screen and (max-width: 763px) { #UzhDrSEQKdCykUO1cB3tZHlzQt9Xtwh9 { top:616px;left:635px;width:102px;height:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TR5n2uTyG2o3DaMOmsSQKr21pPJi83bw { top:845px;left:0px;width:764px;height:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #N8weOAZBgWuyT5Aq2ZK3qtOVEsLyaTWI { top:212px;left:0px;width:209px;height:435px;display:block; }
 }@media only screen and (max-width: 763px) { #dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy { display:block; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neUKvquBQxPlS2bEB0iJScUToZNGZzO8 { top:29px;left:528.99737548828px;width:63px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #tuuGLGHFbDDgDim1OzlwJwsiKJHBN7qr { top:30px;left:146.99737548828px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #QQyLC2sXryRRz18PgH7wb0n4TDN4kNCD { top:29px;left:0px;width:764px;height:191px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { display:block; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RF7rlLWJzDaZOvxyaE63RDI0UxPDrnfS { top:47px;left:0px;width:621px;height:134px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #dWCo70wdUXM5dEpuxSviGda4zZD6K8It { display:block; }#dWCo70wdUXM5dEpuxSviGda4zZD6K8It > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9FrNBHNTe0RLh1QVHWvLd3r3TW84GUz { width:516px;height:55px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nzuTESR3Vabv2EarQLLbTtLace6tOAec { display:block; }
 }@media only screen and (max-width: 763px) { #cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 { display:block; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f256psRF5r5sFSiGanEQ4fGZAFs1n8zi { width:516px;height:55px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TaSa1JyLM0Gtq8925fbTJE27pooDKN9T { display:block; }
 }@media only screen and (max-width: 763px) { #TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS { display:block; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E39NA84OKUJUzmVEP7qqFnQmmMXOCSUa { top:48px;left:0px;width:494px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pJKTc31kea4r3TTnzbmJeWZzxPiZeOe7 { top:42px;left:0px;width:29px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 { display:block; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH3upmicSRJnqewObbIa8TrTgIUxLmJV { top:7px;left:0px;width:745px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8 { display:block; }#lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 { display:block; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTwq7KnElOKwKRWeEqZr3CwBqJh7JDqm { top:64px;left:0px;width:557px;height:36px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #gLAxfOQbGIdm8MFG0I5VTowNbAnnLEI6 { top:69px;left:533.390625px;width:150px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #u3t50Ly7aRKWOyDOmaRFByaddsTWILLQ { top:69px;left:614px;width:150px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { display:block; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { top:96px;left:0px;width:108px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #s77qBo3yAus18Xi5T9HKctEmHubd8Isu { top:160px;left:0px;width:764px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { top:100px;left:610px;width:104px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #RthNTn4uMn74ObMoEHMxie0kqt62VEvL { width:203px;height:35px;top:196px;left:203px;display:block; }
 }@media only screen and (max-width: 763px) { #A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block; }
 }@media only screen and (max-width: 763px) { #mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { width:142px;height:26px;top:201px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block; }
 }@media only screen and (max-width: 763px) { #P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { width:179px;height:23px;top:202px;left:585px;display:block; }
 }@media only screen and (max-width: 763px) { #uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block; }
 }@media only screen and (max-width: 763px) { #J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { top:205px;left:0px;width:264px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { top:97px;left:718px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { top:97px;left:740px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { top:97px;left:740px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { top:97px;left:740px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { top:97px;left:740px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { display:block; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAUJTGACJtFkatiRdeq52tZm9LtaQJFo { width:127.986px;height:31.9861px;top:23.958333969116px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vhSDZ4FsKT8ni9okWl8rqlOwMTcTueg8 { width:31px;height:36px;top:19.5px;left:237.9999961853px;text-align:center;text-align-last:center;font-size:14px;color:#ec5f2f;display:block; }
 }@media only screen and (max-width: 763px) { #a3vl0t4Hp2TrEgEVDi7Px8slO2Z40ORN { display:block; }
 }@media only screen and (max-width: 763px) { #FTQFgwmSAI5ztvCQP0tQVBtReKIcsfUq { width:31px;height:36px;top:19.5px;left:279.98611068726px;text-align:center;text-align-last:center;font-size:14px;color:#ec5f2f;display:block; }
 }@media only screen and (max-width: 763px) { #IOAkuTXEvoVJU1cRHkadGx1AZypXmFya { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c18a65ec-2fbc-4e66-af5c-d2e0ae3e20e4/shutterstock_1143283889.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:468px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZ2f7isPWTC4kRAB12vd6ErwHokHnCrn { width:262px;height:292px;top:46.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XffTWAEi1JuH05sEIKv8qy6LxFQTJuMI { width:231px;height:191.9797px;top:76.5px;left:15.5px;font-size:32px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XhzNrrlOnvFyMT2JHsblPC56RptlbewN { width:244px;height:39.1667px;top:281.40625px;left:19px;font-size:14px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so { display:block; }#XlfxDTSwwXqrEuxdh9FsDyGcWZrdq6so > .row .container { width:320px;height:459px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxxkVc301dFJJUVg4AAZGAg2N6yK4I23 { width:320px;height:132.583px;top:38px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #CZZfunMJGm52fUFZWz0wHNH7kTnPRnTb { width:320px;height:58.9375px;top:373.0625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #liIct6GLVqJEll4dTgEkkmMGuzzwlllA { width:320px;height:166.542px;top:194.71875px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d { display:block; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row .container { width:320px;height:1894px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tI6rbi7eOoEuJpQ9QVkVk4FKRK0PyXiB { width:253px;height:95.1667px;top:35px;left:0px;font-size:34px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cqdFwQZe8Zv3wT2HFFma5eFEPT67LGIJ { width:188px;height:391px;top:176.984375px;left:66px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gkCQayWMKU0pXCDlUx3aGbtGJXJf2fo9 { width:188px;height:389px;top:680.5px;left:66px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NoWLpPpt8pS3GZ5rRr4yEIr2JgaLaIKw { width:207px;height:49.5px;top:585.00009155273px;left:66.000003814697px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rd734PQywUiRTmFKpRHQRp88lyRgHq9O { width:194px;height:63px;top:1099px;left:67.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Jfl3BhvaWkGcKDikHdsS01ofFSOMyJE9 { width:209px;height:105px;top:1613px;left:66px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bwBzoHg6G4R2sJsZIP6CXysHPc0FeB6M { width:190px;height:395px;top:1186.5px;left:65px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KhnK4JHEGeZHdRUHMZThzVUGXFuZyxw0 { width:209px;height:435px;top:3511px;left:54px;display:none; }
 }@media only screen and (max-width: 763px) { #bTovLPyXJK8TJXJ54t0C5zXENLTnxTVr { width:209px;height:435px;top:3036px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #Cxk2lnP8eZneCtounisd8v0BBBrX4rH2 { width:102px;height:13px;top:3966px;left:109px;display:none; }
 }@media only screen and (max-width: 763px) { #UzhDrSEQKdCykUO1cB3tZHlzQt9Xtwh9 { width:102px;height:13px;top:3442px;left:106px;display:none; }
 }@media only screen and (max-width: 763px) { #TR5n2uTyG2o3DaMOmsSQKr21pPJi83bw { width:320px;height:104px;top:1751.484375px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #N8weOAZBgWuyT5Aq2ZK3qtOVEsLyaTWI { width:209px;height:435px;top:212px;left:55px;display:none; }
 }@media only screen and (max-width: 763px) { #dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy { display:block; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row .container { width:320px;height:279px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neUKvquBQxPlS2bEB0iJScUToZNGZzO8 { width:26px;height:26px;top:54px;left:294px;display:block; }
 }@media only screen and (max-width: 763px) { #tuuGLGHFbDDgDim1OzlwJwsiKJHBN7qr { width:26px;height:26px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QQyLC2sXryRRz18PgH7wb0n4TDN4kNCD { width:320px;height:207.9163px;top:47px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { display:block; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { width:320px;height:129px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RF7rlLWJzDaZOvxyaE63RDI0UxPDrnfS { width:320px;height:75.5834px;top:37px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #dWCo70wdUXM5dEpuxSviGda4zZD6K8It { display:block; }#dWCo70wdUXM5dEpuxSviGda4zZD6K8It > .row .container { width:320px;height:93px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9FrNBHNTe0RLh1QVHWvLd3r3TW84GUz { width:304px;height:55px;top:20px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #nzuTESR3Vabv2EarQLLbTtLace6tOAec { display:block; }
 }@media only screen and (max-width: 763px) { #cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 { display:block; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container { width:320px;height:93px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f256psRF5r5sFSiGanEQ4fGZAFs1n8zi { width:304px;height:55px;top:20px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #TaSa1JyLM0Gtq8925fbTJE27pooDKN9T { display:block; }
 }@media only screen and (max-width: 763px) { #TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS { display:block; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E39NA84OKUJUzmVEP7qqFnQmmMXOCSUa { width:281px;height:41.5833px;top:18px;left:39px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pJKTc31kea4r3TTnzbmJeWZzxPiZeOe7 { width:29px;height:30px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 { display:block; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { width:320px;height:186px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH3upmicSRJnqewObbIa8TrTgIUxLmJV { width:320px;height:124.75px;top:20px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8 { display:block; }#lZtp5s4vHuX5kFxPJdvPUN9tc4b9MfZ8 > .row .container { width:320px;height:9px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 { display:block; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container { width:320px;height:195px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTwq7KnElOKwKRWeEqZr3CwBqJh7JDqm { width:320px;height:34.5px;top:50px;left:0px;font-size:23px;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #gLAxfOQbGIdm8MFG0I5VTowNbAnnLEI6 { width:144px;height:40px;top:101.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #u3t50Ly7aRKWOyDOmaRFByaddsTWILLQ { width:142px;height:40px;top:101.5px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { display:block; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { width:320px;height:528px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { width:156px;height:39px;top:59px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s77qBo3yAus18Xi5T9HKctEmHubd8Isu { width:320px;height:7px;top:232px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { width:195px;height:16.8984px;top:135px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #RthNTn4uMn74ObMoEHMxie0kqt62VEvL { width:203px;height:16px;top:301px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block; }
 }@media only screen and (max-width: 763px) { #mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { width:142px;height:18px;top:341px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block; }
 }@media only screen and (max-width: 763px) { #P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { width:179px;height:18px;top:381px;left:0px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block; }
 }@media only screen and (max-width: 763px) { #J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { width:264px;height:16.8984px;top:456px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { width:36px;height:36px;top:162px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { width:36px;height:36px;top:162px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { width:37px;height:37px;top:162px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { width:36px;height:36px;top:162px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { width:36px;height:36px;top:162px;left:284px;display:block; }
 }