.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;
}
.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 {
  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:#1b1666;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { position:relative;z-index:auto;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color:#1b1666;background-image:url("https://images.assets-landingi.com/uc/7ed4d1f3-3942-4861-865e-10ca983fdd47/202203BodyPowerJanaina603Slider.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;width:75rem;height:37.5625rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container.adaptive-delivery-prevent-bg, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container.lazyload, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container.lazyloading { background-image: none; }#xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:brown;font-size:3.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:9.9375rem;left:8.3125rem;height:4.0625rem;font-style:normal;display:block; }
#FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { color:#ffffff;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:14rem;left:8.3125rem;height:4.5rem;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;display:block; }
#pA0woraBkOrG7h8epGH9kdPphFWm9gBx { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:8.6875rem;top:2.875rem;left:63.125rem;overflow:hidden;display:block; }
#FpSbQreWR63HkhqBrokVgM2yRTAU1G8a { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:21.125rem;left:8.3125rem;display:block; }
#pKbrCni1LKZWo15Suze2agPtEBgHtmyr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:9.8125rem;top:0.375rem;left:33.375rem;overflow:hidden;display:block; }
#JzIihBhWbGI6GzaooC75NUZRXhBLVcI6 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#DvDugqZHuIeBuc8L6Dqrkv3D0Aemxh2r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tTGMQzNfZUSs91hlFuOhBarABrRJeMbo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tTGMQzNfZUSs91hlFuOhBarABrRJeMbo > .row .container { background-color: transparent; background-image: none; }#tTGMQzNfZUSs91hlFuOhBarABrRJeMbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTGMQzNfZUSs91hlFuOhBarABrRJeMbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTGMQzNfZUSs91hlFuOhBarABrRJeMbo > .row .container > .video-iframe-container { display: none; }#tTGMQzNfZUSs91hlFuOhBarABrRJeMbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTGMQzNfZUSs91hlFuOhBarABrRJeMbo > .row > .video-iframe-container { display: none; }#tTGMQzNfZUSs91hlFuOhBarABrRJeMbo > .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); }#tTGMQzNfZUSs91hlFuOhBarABrRJeMbo > .row .container { border-width: 0; border-radius: 0; }#tTGMQzNfZUSs91hlFuOhBarABrRJeMbo > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#fvF1rlZ60ikbnhGOOMcbd78WT6VJMAAJ { color:#000000;display:block;width:47.75rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:4.625rem;left:13.625rem;height:2.7246125rem;text-align:center;text-align-last:center;display:block; }
#nJm0G4k39kUP9SblmHQD7R2Ot5xe7SQ3 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:23.9375rem;top:1.3125rem;left:25.53125rem;overflow:hidden;display:block; }
#MQiGyT25qGqrCRgF99GAK82auKJ9PicU { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#e8Vqg84sO9TtyUR8oerPaa2qaIPezymh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KGNMeqT9g2flVLNe4CtB17MdNM4klv3y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KGNMeqT9g2flVLNe4CtB17MdNM4klv3y > .row .container { background-color: transparent; background-image: none; }#KGNMeqT9g2flVLNe4CtB17MdNM4klv3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGNMeqT9g2flVLNe4CtB17MdNM4klv3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGNMeqT9g2flVLNe4CtB17MdNM4klv3y > .row .container > .video-iframe-container { display: none; }#KGNMeqT9g2flVLNe4CtB17MdNM4klv3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGNMeqT9g2flVLNe4CtB17MdNM4klv3y > .row > .video-iframe-container { display: none; }#KGNMeqT9g2flVLNe4CtB17MdNM4klv3y > .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); }#KGNMeqT9g2flVLNe4CtB17MdNM4klv3y > .row .container { border-width: 0; border-radius: 0; }#KGNMeqT9g2flVLNe4CtB17MdNM4klv3y > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#AUou09s8JLmDepgBFiQIazgLX6zL4Jq7 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:0.75rem;left:4.75rem;overflow:hidden;display:block; }
#KhNyTeAdXomt8Ce3MIPqfQiksosvDEmd { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:8.125rem;left:1.84375rem;height:4.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A0SR0at2UzVRof0PDDg5yWKNNrFxDO7x { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:8.125rem;left:20.09375rem;height:2.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wydT90KJEUcpV517o4XTJMwlTyEnG5FN { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:0.75rem;left:23.5rem;overflow:hidden;display:block; }
#hHbET9MxlHkRRoI9ksnugI4E4hUufDPl { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:0.75rem;left:42.25rem;overflow:hidden;display:block; }
#Ae7PLcacnFFdtTTutiznqVe6xgrJvVoL { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:8.125rem;left:38.84375rem;height:1.36230625rem;text-align:center;text-align-last:center;display:block; }
#dsVAJNF0gZwSvDaTBAaKPIdARTDR5zDF { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:8.7744140625rem;left:57.59375rem;height:2.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bCCftlGB0ml6HWaJHNfKTWCdh4ILc60r { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:0.75rem;left:61rem;overflow:hidden;display:block; }
#WBv26OTa0hWKgwSuMNJS3FmbPaEVeyX4 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#tqaw6o9tMxvP9xEEB3HXqHzkEhpgXTmc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nsGgvipUgwyw08KnHASkOFffrCQ4Nu76 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#v5wb5h6i1vy1aDkRrdwhKDLUvpxvaBW3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C7JC5JkBsl26NWL6KAUFBMTfh5Cf2inu { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#kktbZfaUK0oTtyDgyg9T52Oqq7uvg41n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { background-color: transparent; background-image: none; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container > .video-iframe-container { display: none; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row > .video-iframe-container { display: none; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .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); }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { border-width: 0; border-radius: 0; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#gkrOlJheOhwS4CLDSfbZoLu4Z3og7EFc { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:7.15625rem;left:8.875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kAMi2HxPzrT9iwDH9ffI9R3zylXnWNxQ { color:#000000;display:block;width:61.125rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;line-height:1.2;letter-spacing:0;top:2.625rem;left:6.90625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#qts6T4Bt74aQvWGZ7S3f7yz648NF3XvF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#ITpuvKV2k8MGNiM8qgaeEfnyW0iqw999 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { background-color: transparent; background-image: none; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container > .video-iframe-container { display: none; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row > .video-iframe-container { display: none; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .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); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { border-width: 0; border-radius: 0; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100015;line-height:1;letter-spacing:0;top:2.94189453125rem;left:37.5rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.9;letter-spacing:0;top:5.59375rem;left:37.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA li:before{  }
#bsERmsnIAN2h5GmK8clLqe6TLCgBG9PX { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:20rem;top:2.94189453125rem;left:9.375rem;overflow:hidden;display:block; }
#pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.9;letter-spacing:0;top:13.34375rem;left:39.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ li:before{  }
#vABzprJxL8KM5pTiaQirIKtANeTNuSoq { color:#000000;display:block;width:28.375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:24.90576171875rem;left:37.5rem;height:3.41161875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#h6drSNsdTnPlaz81tu8LSEor9QGslcnI { position:absolute;display:block;z-index:100016;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;height:0.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#SMiQe2kuLSZcf4xovTdX98s3Py3kPShN { position:absolute;display:block;z-index:100017;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;height:0.0625rem;width:75rem;top:31.1875rem;left:0rem;display:block; }
#URIcEc0ZOqbqAzE4hZUphUBJXddrs3Kp { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#eurV74FHiRwXIZWNzNSV1ckiw6uy5pA3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { background-color: transparent; background-image: none; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container > .video-iframe-container { display: none; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row > .video-iframe-container { display: none; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .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); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { border-width: 0; border-radius: 0; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#nTScpdE71vtxQ9JAlHFEkRLbtlcyCM7b { color:#000000;display:block;width:59.1875rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100015;line-height:1;letter-spacing:0;top:3.375rem;left:7.9375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#P7EANEQM13ClXkhTB8PzbxKHEOtHrFWs { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.2;letter-spacing:0;top:7.6875rem;left:0rem;height:14rem;text-align:justify;text-align-last:initial;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;display:block; }
#zaKR4rv12faQLz5ThHJZI7oVuVLVGTtK { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:23.1875rem;left:28.78125rem;display:block; }
#NwhRUt3X5pK039rwVQMaR4e7gV2msnaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.9;letter-spacing:0;top:9.3125rem;left:43.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb li:before{  }
#Qox2COTBpVp5DhPnqfylS9utzrpsaDIa { position:absolute;display:block;z-index:100018;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;height:0.0625rem;width:30.625rem;top:11.875rem;left:44.375rem;display:block; }
#T9WwXCVfGWqObcbVkMGtOkTWAhTzCANc { position:absolute;display:block;z-index:100019;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;height:0.0625rem;width:30.625rem;top:14.5rem;left:44.375rem;display:block; }
#fqJTz7Xxk8I4CBZwbpz69TIEXRwzR5rG { position:absolute;display:block;z-index:100018;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;height:0.0625rem;width:75rem;top:29.3125rem;left:0rem;display:block; }
#IhsqbeypNUrQvmnRdOuuXPLPFhtHrSzo { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:29.1875rem;top:10.6875rem;left:45.8125rem;overflow:hidden;display:block; }
#eeDU1q07iNbUDsB4IV4W8gesHndr0ZXS { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:24.8125rem;left:0rem;height:3.41161875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GzGG2QnwAHqTfhCnDR2XkKfDHd44rtcS { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#b5IKD0ftbWm2LWWuJ9NwWi2zwrZpri7W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { background-color: transparent; background-image: none; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container > .video-iframe-container { display: none; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row > .video-iframe-container { display: none; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .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); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { border-width: 0; border-radius: 0; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#J9xsot34daQ027cIVq0iiWJPKzt9HZ60 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.375rem;width:21.0625rem;top:5.8125rem;left:27rem;overflow:hidden;display:block; }
#frkl27Tn1QV7Tg84lyO8szIiycMGdhON { color:#000000;display:block;width:52.0625rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:400;z-index:100014;line-height:1.1;letter-spacing:0;top:3.8125rem;left:11.5rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ewUD5B5IDKzDo8lho1aOwfOpbX7rnOLI { color:#000000;display:block;width:27rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:13.84912109375rem;left:0rem;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:justify;text-align-last:initial;display:block; }
#AQJBbygCTPFDGoVcXUTqsE2OTCnm1NAZ { color:#000000;display:block;width:27rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:13.84912109375rem;left:48rem;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; }
#znE70ZOHvw8vbz453T6kFyGs0yGRGOAE { color:#000000;display:block;width:27rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:10.96142578125rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lAp02W2PnQJJKiCeVpsPOVmE1aZp4GOk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:10.96142578125rem;left:48.0625rem;height:1.94970625rem;font-style:normal;display:block; }
#JKRMDwS5y1h833yDxzwxfsCAzEWT5CrB { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#zRV0m6tGxffIMDSkVkLg3dEW0AyicwTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba { position:relative;display:block; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba { background-color: transparent; background-image: none; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container > .video-iframe-container { display: none; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row > .video-iframe-container { display: none; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .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); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba { border-width: 0; border-radius: 0; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#uEW3WPbm1Tn5EpBLMUBDe8lbASy8XtOT { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:brown;font-size:4.9375rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:3.375rem;left:2.9375rem;height:13.118125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sT6VAA6bFV9vmSUhWgevlzTlaD3mKLuH { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:17.66796875rem;left:2.9375rem;display:block; }
#C75cmqnJDDCbQTUBAnuXuJpL9oKOoLcR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WA4deL1znNc3U21CoZOwGHCpVyf8eal8 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#pSe7RmB3EBq2RZV05u7vgtDZzLC3H9vH { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#Jo7Xg5X7nQfBRTWfP4USrKSJTopapCF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pzlBBI6JlptZSJP23WJEg2khugt2wxo1 { position:relative;display:none; }#pzlBBI6JlptZSJP23WJEg2khugt2wxo1 { border-width: 0; border-radius: 0; }#pzlBBI6JlptZSJP23WJEg2khugt2wxo1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#NPH6dDQLcnn9M55SWGhZQrpU12qeD1ZB { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:1.4375rem;left:9.75rem;display:none; }
#CBlMTH6mbtv06D0KxXQ0u42nl0DeH9Gl { color:#000000;display:block;width:20rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.25rem;top:2.875rem;left:7.5rem;display:none; }
#TTSVcCV7wtJH6MkWbcQyfPzSOuE3DHxJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.75rem;display:none; }
#tSvTSSJmItvmh1t3JluLssThaHoKinKR { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.375rem;top:8.6875rem;left:12.5rem;display:none; }
#FEzIp67UtHfdycTwqUlnCBXcQxWiptwg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.75rem;display:none; }
#bhwBPVaktna1qb64D7e5IrgbvwSGfNlZ { color:#000000;display:block;width:13rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:13.5625rem;left:9.6875rem;display:none; }
#qgmTCyQpodWIUusOlkvsqOsOVpiKD1tT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4375rem;width:23.8125rem;display:none; }
#z7wTtwHus7prFhP1hKmxyp2PFhhnWBom { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.25rem;top:19.9375rem;left:12.5rem;display:none; }
#pRDe37TWVwruR3di3z3yZyFeItqVbQ6Z { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.75rem;display:none; }
#xLOz6ixTGWF9vlTOiTT2GlygUMC3BNvT { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.375rem;top:23.6875rem;left:7.5rem;display:none; }
#Dvq7fXJXaIFqkJuf8f97Xowd7CXP0tJV { color:#000000;display:block;width:15.125rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.375rem;top:29.1875rem;left:12.375rem;display:none; }
#qlpbAh4FQLxX7QFZaE2gUlee3Hqv5kHo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.25rem;display:none; }
#CcGSvkzVaLkH4fy6bWN89OvuncAHtoKN { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:5.3125rem;left:9.75rem;display:none; }
#brgDpQx7miiiklHMr0c4D6NMzkMZn7uk { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#CJqadbouC2XE2VSu8uFQWaKXrWJHewJ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z { position:relative;display:none; }#nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z { border-width: 0; border-radius: 0; }#nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#p5cz5ywPdtR893DAp9Dm3elqxFDrqLUG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:23.9375rem;top:1rem;left:25.5rem;overflow:hidden;display:none; }
#m7KBGNqxCteq7cL1ibZQLu5lHRaMoalR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;display:none; }
#cbTInFS4rDsvgP5mhRz87Rans21TyT3X { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;display:none; }
#QAmp2nVbKQwutg9kZD4trP8PaclP3u6b { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;display:none; }
#O2oNhSMGNmGWMOproOnwczdB43XF0bUy { color:#000000;display:block;width:47.75rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.76220703125rem;left:21.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#GKx38RLGPZ6CVHu3d0Zv8TbGRJ7ktzsZ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#irwIcJvTfr8CfEZfZW4uLVucUvNdtDIL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AebHLt30hNTcA023aX5EEuCqI6MEu5eC { position:relative;z-index:auto;display:none; }#AebHLt30hNTcA023aX5EEuCqI6MEu5eC { border-width: 0; border-radius: 0; }#AebHLt30hNTcA023aX5EEuCqI6MEu5eC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#Ds97Sad3aipMNU5U37zJPIrB7xe9UHdS { position:absolute;display:block;z-index:100005;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:3.125rem;left:36.25rem;display:block; }
#skEgUWrEwsVVDZbRhe9ITmvoNsUDS9qr { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:3.6875rem;left:36.75rem;display:block; }
#TCs69Ll423NETkTT2dTvxG5DfJQ8ST79 { position:absolute;display:block;z-index:100007;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:3.125rem;left:40.6875rem;display:block; }
#AikcknZFmEvukxA8v8OVFwSpQBXzxsKI { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:3.6875rem;left:41.25rem;display:block; }
#ZtkTNOzgZqIBaJVgQK0B0T7EVcUFwChv { position:absolute;display:block;z-index:100015;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;height:0.125rem;width:75rem;top:0.5625rem;left:0rem;display:block; }
#SfdlBlRmXinpAabTDQmgwGKI7TltsPOU { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:9.8125rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container { background-color: transparent; background-image: none; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container > .video-iframe-container { display: none; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row > .video-iframe-container { display: none; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .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); }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container { border-width: 0; border-radius: 0; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#wNTQOmQlDz8shRLS2FlwRVuAFOmAkW3C { position:absolute;display:block;z-index:100005;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:3.125rem;left:36.25rem;display:block; }
#nsu9wI2u7eq9ETX3PkngvcyEcetWPw0U { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:3.6875rem;left:36.75rem;display:block; }
#thu20O8VrqWOFKrdxWi9OzlXwTlqdWQC { position:absolute;display:block;z-index:100007;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:3.125rem;left:40.6875rem;display:block; }
#gIrRMfmlSb5humifPIEZGdknWROgyI3x { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:3.6875rem;left:41.25rem;display:block; }
#ecShDalvvqnTrnIhQaSiH1fET49pXWss { position:absolute;display:block;z-index:100015;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;height:0.125rem;width:75rem;top:0.5625rem;left:0rem;display:block; }
#UvBxM2y3Xi3zrLAG8saKVeHO2FctxzLh { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:9.8125rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD > .row .container { border-width: 0; border-radius: 0; }#PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#EaRTPm6We5qAngE1Tlb68apxsB7mbNyO { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.875rem;top:3.25rem;left:16.4375rem;display:none; }
#WopvS5IdTxxMRbJCRZsVRrN3C5RGDz1W { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#eRCOSlAXlzezeTrcwSZwrvmgqxH8OG62 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Co11fr9mRzuuq46N69fANGQ2poRTZtHm { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#Jdy8MrWX5ibZvbo8qTLHXyGE8bqi1HH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { top:9.9375rem;left:0rem;width:20.625rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { top:14rem;left:0rem;width:28rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0woraBkOrG7h8epGH9kdPphFWm9gBx { top:2.875rem;left:39.0625rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpSbQreWR63HkhqBrokVgM2yRTAU1G8a { width:17.5rem;height:3.4375rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKbrCni1LKZWo15Suze2agPtEBgHtmyr { display:block; }
 }@media only screen and (max-width: 763px) { #qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { top:0.375rem;left:19.75rem;width:9.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzIihBhWbGI6GzaooC75NUZRXhBLVcI6 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #DvDugqZHuIeBuc8L6Dqrkv3D0Aemxh2r { display:block; }
 }@media only screen and (max-width: 763px) { #tTGMQzNfZUSs91hlFuOhBarABrRJeMbo { display:block; }#tTGMQzNfZUSs91hlFuOhBarABrRJeMbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvF1rlZ60ikbnhGOOMcbd78WT6VJMAAJ { top:4.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJm0G4k39kUP9SblmHQD7R2Ot5xe7SQ3 { top:1.3125rem;left:11.90625rem;width:23.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQiGyT25qGqrCRgF99GAK82auKJ9PicU { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #e8Vqg84sO9TtyUR8oerPaa2qaIPezymh { display:block; }
 }@media only screen and (max-width: 763px) { #KGNMeqT9g2flVLNe4CtB17MdNM4klv3y { display:block; }#KGNMeqT9g2flVLNe4CtB17MdNM4klv3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUou09s8JLmDepgBFiQIazgLX6zL4Jq7 { top:0.75rem;left:1.34375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhNyTeAdXomt8Ce3MIPqfQiksosvDEmd { top:8.125rem;left:0rem;width:13.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0SR0at2UzVRof0PDDg5yWKNNrFxDO7x { top:8.125rem;left:9.6875rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wydT90KJEUcpV517o4XTJMwlTyEnG5FN { top:0.75rem;left:13.28125rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHbET9MxlHkRRoI9ksnugI4E4hUufDPl { top:0.75rem;left:25.21875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae7PLcacnFFdtTTutiznqVe6xgrJvVoL { top:8.125rem;left:21.625rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsVAJNF0gZwSvDaTBAaKPIdARTDR5zDF { top:8.75rem;left:33.5625rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCCftlGB0ml6HWaJHNfKTWCdh4ILc60r { top:0.75rem;left:37.15625rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBv26OTa0hWKgwSuMNJS3FmbPaEVeyX4 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #tqaw6o9tMxvP9xEEB3HXqHzkEhpgXTmc { display:block; }
 }@media only screen and (max-width: 763px) { #nsGgvipUgwyw08KnHASkOFffrCQ4Nu76 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #v5wb5h6i1vy1aDkRrdwhKDLUvpxvaBW3 { display:block; }
 }@media only screen and (max-width: 763px) { #C7JC5JkBsl26NWL6KAUFBMTfh5Cf2inu { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #kktbZfaUK0oTtyDgyg9T52Oqq7uvg41n { display:block; }
 }@media only screen and (max-width: 763px) { #BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { display:block; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkrOlJheOhwS4CLDSfbZoLu4Z3og7EFc { top:7.125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAMi2HxPzrT9iwDH9ffI9R3zylXnWNxQ { top:2.625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qts6T4Bt74aQvWGZ7S3f7yz648NF3XvF { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ITpuvKV2k8MGNiM8qgaeEfnyW0iqw999 { display:block; }
 }@media only screen and (max-width: 763px) { #yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { display:block; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { top:2.9375rem;left:13.375rem;width:22.4375rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA { top:5.5625rem;left:6rem;width:29.8125rem;height:;font-size:1rem;display:block; }#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA li:before{  }
 }@media only screen and (max-width: 763px) { #bsERmsnIAN2h5GmK8clLqe6TLCgBG9PX { top:2.9375rem;left:0rem;width:20rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ { top:13.3125rem;left:8.3125rem;width:27.5rem;height:;font-size:1rem;display:block; }#pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ li:before{  }
 }@media only screen and (max-width: 763px) { #vABzprJxL8KM5pTiaQirIKtANeTNuSoq { top:24.875rem;left:7.4375rem;width:28.375rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6drSNsdTnPlaz81tu8LSEor9QGslcnI { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMiQe2kuLSZcf4xovTdX98s3Py3kPShN { top:31.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URIcEc0ZOqbqAzE4hZUphUBJXddrs3Kp { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #eurV74FHiRwXIZWNzNSV1ckiw6uy5pA3 { display:block; }
 }@media only screen and (max-width: 763px) { #EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { display:block; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTScpdE71vtxQ9JAlHFEkRLbtlcyCM7b { top:3.375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7EANEQM13ClXkhTB8PzbxKHEOtHrFWs { top:7.6875rem;left:0rem;width:37.5625rem;height:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaKR4rv12faQLz5ThHJZI7oVuVLVGTtK { width:17.5rem;height:3.4375rem;top:23.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwhRUt3X5pK039rwVQMaR4e7gV2msnaT { display:block; }
 }@media only screen and (max-width: 763px) { #RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb { top:9.3125rem;left:3.875rem;width:31.9375rem;height:;font-size:1rem;display:block; }#RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb li:before{  }
 }@media only screen and (max-width: 763px) { #Qox2COTBpVp5DhPnqfylS9utzrpsaDIa { top:11.875rem;left:5.1875rem;width:30.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9WwXCVfGWqObcbVkMGtOkTWAhTzCANc { top:14.5rem;left:5.1875rem;width:30.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqJTz7Xxk8I4CBZwbpz69TIEXRwzR5rG { top:29.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhsqbeypNUrQvmnRdOuuXPLPFhtHrSzo { top:10.6875rem;left:6.625rem;width:29.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeDU1q07iNbUDsB4IV4W8gesHndr0ZXS { top:24.8125rem;left:0rem;width:21.9375rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzGG2QnwAHqTfhCnDR2XkKfDHd44rtcS { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #b5IKD0ftbWm2LWWuJ9NwWi2zwrZpri7W { display:block; }
 }@media only screen and (max-width: 763px) { #IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { display:block; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9xsot34daQ027cIVq0iiWJPKzt9HZ60 { top:5.8125rem;left:2.8125rem;width:21.0625rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frkl27Tn1QV7Tg84lyO8szIiycMGdhON { top:3.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewUD5B5IDKzDo8lho1aOwfOpbX7rnOLI { top:13.8125rem;left:0rem;width:27rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJBbygCTPFDGoVcXUTqsE2OTCnm1NAZ { top:13.8125rem;left:8.8125rem;width:27rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znE70ZOHvw8vbz453T6kFyGs0yGRGOAE { top:10.9375rem;left:0rem;width:27rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAp02W2PnQJJKiCeVpsPOVmE1aZp4GOk { top:10.9375rem;left:23.3125rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKRMDwS5y1h833yDxzwxfsCAzEWT5CrB { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #zRV0m6tGxffIMDSkVkLg3dEW0AyicwTt { display:block; }
 }@media only screen and (max-width: 763px) { #FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba { display:block; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEW3WPbm1Tn5EpBLMUBDe8lbASy8XtOT { top:3.375rem;left:0rem;width:39.25rem;height:12.8125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT6VAA6bFV9vmSUhWgevlzTlaD3mKLuH { width:17.5rem;height:3.4375rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C75cmqnJDDCbQTUBAnuXuJpL9oKOoLcR { display:block; }
 }@media only screen and (max-width: 763px) { #WA4deL1znNc3U21CoZOwGHCpVyf8eal8 { top:0rem;left:0rem;width:47.75rem;height:19.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSe7RmB3EBq2RZV05u7vgtDZzLC3H9vH { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Jo7Xg5X7nQfBRTWfP4USrKSJTopapCF5 { display:block; }
 }@media only screen and (max-width: 763px) { #pzlBBI6JlptZSJP23WJEg2khugt2wxo1 { display:none; }#pzlBBI6JlptZSJP23WJEg2khugt2wxo1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NPH6dDQLcnn9M55SWGhZQrpU12qeD1ZB { top:1.4375rem;left:0rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBlMTH6mbtv06D0KxXQ0u42nl0DeH9Gl { top:2.875rem;left:0rem;width:20rem;height:3.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTSVcCV7wtJH6MkWbcQyfPzSOuE3DHxJ { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSvTSSJmItvmh1t3JluLssThaHoKinKR { top:8.6875rem;left:0rem;width:15.1875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEzIp67UtHfdycTwqUlnCBXcQxWiptwg { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhwBPVaktna1qb64D7e5IrgbvwSGfNlZ { top:13.5625rem;left:0rem;width:13rem;height:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgmTCyQpodWIUusOlkvsqOsOVpiKD1tT { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7wTtwHus7prFhP1hKmxyp2PFhhnWBom { top:19.9375rem;left:0rem;width:13.8125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRDe37TWVwruR3di3z3yZyFeItqVbQ6Z { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLOz6ixTGWF9vlTOiTT2GlygUMC3BNvT { top:23.6875rem;left:0rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dvq7fXJXaIFqkJuf8f97Xowd7CXP0tJV { top:29.1875rem;left:0rem;width:15.125rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlpbAh4FQLxX7QFZaE2gUlee3Hqv5kHo { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcGSvkzVaLkH4fy6bWN89OvuncAHtoKN { top:5.3125rem;left:0rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #brgDpQx7miiiklHMr0c4D6NMzkMZn7uk { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJqadbouC2XE2VSu8uFQWaKXrWJHewJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z { display:none; }#nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p5cz5ywPdtR893DAp9Dm3elqxFDrqLUG { top:1rem;left:11.875rem;width:23.9375rem;height:1.9355712890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7KBGNqxCteq7cL1ibZQLu5lHRaMoalR { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbTInFS4rDsvgP5mhRz87Rans21TyT3X { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAmp2nVbKQwutg9kZD4trP8PaclP3u6b { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2oNhSMGNmGWMOproOnwczdB43XF0bUy { top:3.75rem;left:7.5rem;width:19.0625rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKx38RLGPZ6CVHu3d0Zv8TbGRJ7ktzsZ { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #irwIcJvTfr8CfEZfZW4uLVucUvNdtDIL { display:block; }
 }@media only screen and (max-width: 763px) { #AebHLt30hNTcA023aX5EEuCqI6MEu5eC { display:none; }#AebHLt30hNTcA023aX5EEuCqI6MEu5eC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ds97Sad3aipMNU5U37zJPIrB7xe9UHdS { top:3.125rem;left:22.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skEgUWrEwsVVDZbRhe9ITmvoNsUDS9qr { top:3.6875rem;left:23.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCs69Ll423NETkTT2dTvxG5DfJQ8ST79 { top:3.125rem;left:27.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AikcknZFmEvukxA8v8OVFwSpQBXzxsKI { top:3.6875rem;left:27.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtkTNOzgZqIBaJVgQK0B0T7EVcUFwChv { top:0.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfdlBlRmXinpAabTDQmgwGKI7TltsPOU { top:3.75rem;left:0rem;width:9.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN { display:block; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNTQOmQlDz8shRLS2FlwRVuAFOmAkW3C { top:3.125rem;left:22.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsu9wI2u7eq9ETX3PkngvcyEcetWPw0U { top:3.6875rem;left:23.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thu20O8VrqWOFKrdxWi9OzlXwTlqdWQC { top:3.125rem;left:27.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIrRMfmlSb5humifPIEZGdknWROgyI3x { top:3.6875rem;left:27.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecShDalvvqnTrnIhQaSiH1fET49pXWss { top:0.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvBxM2y3Xi3zrLAG8saKVeHO2FctxzLh { top:3.75rem;left:0rem;width:9.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD { display:none; }#PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EaRTPm6We5qAngE1Tlb68apxsB7mbNyO { top:1.875rem;left:0rem;width:12.3125rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WopvS5IdTxxMRbJCRZsVRrN3C5RGDz1W { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRCOSlAXlzezeTrcwSZwrvmgqxH8OG62 { display:block; }
 }@media only screen and (max-width: 763px) { #Co11fr9mRzuuq46N69fANGQ2poRTZtHm { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jdy8MrWX5ibZvbo8qTLHXyGE8bqi1HH0 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { position:relative;z-index:auto;background-color:#1b1666;background-image:url("https://images.assets-landingi.com/uc/2e11e3cd-da4e-425b-b088-dc1550e0fe21/main.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.adaptive-delivery-prevent-bg, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyload, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyloading { background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { width:20rem;height:1.875rem;top:22.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { width:20rem;height:2.75rem;top:25.9970703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pA0woraBkOrG7h8epGH9kdPphFWm9gBx { width:4.125rem;height:4.125rem;top:6.75rem;left:14.6875rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #FpSbQreWR63HkhqBrokVgM2yRTAU1G8a { width:17.5rem;height:3.4375rem;top:30.8125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKbrCni1LKZWo15Suze2agPtEBgHtmyr { display:block; }
 }@media only screen and (max-width: 763px) { #qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { width:9.8125rem;height:1.625rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzIihBhWbGI6GzaooC75NUZRXhBLVcI6 { top:0rem;left:0.0625rem;width:20rem;height:36.5625rem;z-index:100023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DvDugqZHuIeBuc8L6Dqrkv3D0Aemxh2r { display:block; }
 }@media only screen and (max-width: 763px) { #tTGMQzNfZUSs91hlFuOhBarABrRJeMbo { display:none; }#tTGMQzNfZUSs91hlFuOhBarABrRJeMbo > .row .container { width:20rem;height:10.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fvF1rlZ60ikbnhGOOMcbd78WT6VJMAAJ { width:20rem;height:5.19921875rem;top:4.11865rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJm0G4k39kUP9SblmHQD7R2Ot5xe7SQ3 { width:20rem;height:1.6187989556136rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQiGyT25qGqrCRgF99GAK82auKJ9PicU { top:0rem;left:0rem;width:20rem;height:10.5625rem;z-index:100024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #e8Vqg84sO9TtyUR8oerPaa2qaIPezymh { display:block; }
 }@media only screen and (max-width: 763px) { #KGNMeqT9g2flVLNe4CtB17MdNM4klv3y { display:none; }#KGNMeqT9g2flVLNe4CtB17MdNM4klv3y > .row .container { width:20rem;height:28.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AUou09s8JLmDepgBFiQIazgLX6zL4Jq7 { width:7.375rem;height:7.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhNyTeAdXomt8Ce3MIPqfQiksosvDEmd { width:11.1875rem;height:5.19921875rem;top:2.275390625rem;left:8.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A0SR0at2UzVRof0PDDg5yWKNNrFxDO7x { width:11.3125rem;height:2.5996125rem;top:10.50732421875rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wydT90KJEUcpV517o4XTJMwlTyEnG5FN { width:7.375rem;height:7.375rem;top:8.1201171875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHbET9MxlHkRRoI9ksnugI4E4hUufDPl { width:7.375rem;height:7.375rem;top:14.5576171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae7PLcacnFFdtTTutiznqVe6xgrJvVoL { width:11.4375rem;height:1.29980625rem;top:17.59521484375rem;left:8.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dsVAJNF0gZwSvDaTBAaKPIdARTDR5zDF { width:10.4375rem;height:2.5996125rem;top:23.056640625rem;left:0.4375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bCCftlGB0ml6HWaJHNfKTWCdh4ILc60r { width:7.375rem;height:7.375rem;top:20.66943359375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBv26OTa0hWKgwSuMNJS3FmbPaEVeyX4 { top:-0.0390625rem;left:0rem;width:20rem;height:1.125rem;z-index:100025;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tqaw6o9tMxvP9xEEB3HXqHzkEhpgXTmc { display:block; }
 }@media only screen and (max-width: 763px) { #nsGgvipUgwyw08KnHASkOFffrCQ4Nu76 { top:-0.0625rem;left:0rem;width:20rem;height:1rem;z-index:100025;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #v5wb5h6i1vy1aDkRrdwhKDLUvpxvaBW3 { display:block; }
 }@media only screen and (max-width: 763px) { #C7JC5JkBsl26NWL6KAUFBMTfh5Cf2inu { top:-0.0048828125rem;left:0rem;width:20rem;height:23.6875rem;z-index:100025;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kktbZfaUK0oTtyDgyg9T52Oqq7uvg41n { display:block; }
 }@media only screen and (max-width: 763px) { #BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { display:block; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkrOlJheOhwS4CLDSfbZoLu4Z3og7EFc { width:20rem;height:5.9985375rem;top:7.3984375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kAMi2HxPzrT9iwDH9ffI9R3zylXnWNxQ { width:20rem;height:5.3994125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qts6T4Bt74aQvWGZ7S3f7yz648NF3XvF { top:0rem;left:0rem;width:20rem;height:14.125rem;z-index:100026;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ITpuvKV2k8MGNiM8qgaeEfnyW0iqw999 { display:block; }
 }@media only screen and (max-width: 763px) { #yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { display:block; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { width:20rem;height:1.5rem;top:27.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA { width:20rem;height:6.5488125rem;top:30.25rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA li:before{  }
 }@media only screen and (max-width: 763px) { #bsERmsnIAN2h5GmK8clLqe6TLCgBG9PX { width:20rem;height:25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ { width:18.3125rem;height:5.736325rem;top:36.84863125rem;left:0.8125rem;font-size:1rem;line-height:1.2;display:block; }#pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ li:before{  }
 }@media only screen and (max-width: 763px) { #vABzprJxL8KM5pTiaQirIKtANeTNuSoq { width:20rem;height:3.14941875rem;top:44.8701171875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h6drSNsdTnPlaz81tu8LSEor9QGslcnI { width:20rem;height:0.0625rem;top:48.29590625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMiQe2kuLSZcf4xovTdX98s3Py3kPShN { width:20rem;height:0.0625rem;top:49.60840625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #URIcEc0ZOqbqAzE4hZUphUBJXddrs3Kp { top:0rem;left:0rem;width:20rem;height:50.25rem;z-index:100027;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eurV74FHiRwXIZWNzNSV1ckiw6uy5pA3 { display:block; }
 }@media only screen and (max-width: 763px) { #EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { display:block; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTScpdE71vtxQ9JAlHFEkRLbtlcyCM7b { width:16.4375rem;height:7.19925rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P7EANEQM13ClXkhTB8PzbxKHEOtHrFWs { width:20rem;height:15.5961875rem;top:10.625rem;left:0rem;font-size:1rem;line-height:1.2;padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zaKR4rv12faQLz5ThHJZI7oVuVLVGTtK { width:17.5rem;height:3.4375rem;top:39.5625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwhRUt3X5pK039rwVQMaR4e7gV2msnaT { display:block; }
 }@media only screen and (max-width: 763px) { #RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb { width:20rem;height:8.94825rem;top:28.3125rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }#RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb li:before{  }
 }@media only screen and (max-width: 763px) { #Qox2COTBpVp5DhPnqfylS9utzrpsaDIa { width:20rem;height:0.0625rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9WwXCVfGWqObcbVkMGtOkTWAhTzCANc { width:20rem;height:0.0625rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqJTz7Xxk8I4CBZwbpz69TIEXRwzR5rG { width:20rem;height:0.0625rem;top:36.658203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhsqbeypNUrQvmnRdOuuXPLPFhtHrSzo { width:11.6875rem;height:8.5625rem;top:2.125rem;left:8.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eeDU1q07iNbUDsB4IV4W8gesHndr0ZXS { width:20rem;height:3.14941875rem;top:38.0380859375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GzGG2QnwAHqTfhCnDR2XkKfDHd44rtcS { top:0rem;left:0rem;width:20rem;height:42.125rem;z-index:100028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #b5IKD0ftbWm2LWWuJ9NwWi2zwrZpri7W { display:block; }
 }@media only screen and (max-width: 763px) { #IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { display:block; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9xsot34daQ027cIVq0iiWJPKzt9HZ60 { width:13.5rem;height:16.9375rem;top:0rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #frkl27Tn1QV7Tg84lyO8szIiycMGdhON { width:11.3125rem;height:3.5996125rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ewUD5B5IDKzDo8lho1aOwfOpbX7rnOLI { width:20rem;height:9.097625rem;top:16.625rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #AQJBbygCTPFDGoVcXUTqsE2OTCnm1NAZ { width:20rem;height:6.82325rem;top:29.5625rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #znE70ZOHvw8vbz453T6kFyGs0yGRGOAE { width:20rem;height:1.94970625rem;top:14.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAp02W2PnQJJKiCeVpsPOVmE1aZp4GOk { width:12.5rem;height:1.94970625rem;top:27.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKRMDwS5y1h833yDxzwxfsCAzEWT5CrB { top:0rem;left:0rem;width:20rem;height:37.5625rem;z-index:100029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zRV0m6tGxffIMDSkVkLg3dEW0AyicwTt { display:block; }
 }@media only screen and (max-width: 763px) { #FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f86ecbd0-825f-4db2-8a24-1cc3947041c1/202203BodyPowerPati076.jpg");background-position:bottom 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;display:block; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba.adaptive-delivery-prevent-bg, #FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba.lazyload, #FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba.lazyloading { background-image: none; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container { background-color: transparent; background-image: none; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container > .video-iframe-container { display: none; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row > .video-iframe-container { display: none; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .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); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container { border-width: 0; border-radius: 0; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEW3WPbm1Tn5EpBLMUBDe8lbASy8XtOT { width:20rem;height:6.9873rem;top:8.08251953125rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sT6VAA6bFV9vmSUhWgevlzTlaD3mKLuH { width:17.5rem;height:3.4375rem;top:10.49462890625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C75cmqnJDDCbQTUBAnuXuJpL9oKOoLcR { display:block; }
 }@media only screen and (max-width: 763px) { #WA4deL1znNc3U21CoZOwGHCpVyf8eal8 { width:20rem;height:8.3333333333331rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSe7RmB3EBq2RZV05u7vgtDZzLC3H9vH { top:0rem;left:0rem;width:20rem;height:31.3125rem;z-index:100030;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Jo7Xg5X7nQfBRTWfP4USrKSJTopapCF5 { display:block; }
 }@media only screen and (max-width: 763px) { #pzlBBI6JlptZSJP23WJEg2khugt2wxo1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pzlBBI6JlptZSJP23WJEg2khugt2wxo1 > .row .container { background-color: transparent; background-image: none; }#pzlBBI6JlptZSJP23WJEg2khugt2wxo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzlBBI6JlptZSJP23WJEg2khugt2wxo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzlBBI6JlptZSJP23WJEg2khugt2wxo1 > .row .container > .video-iframe-container { display: none; }#pzlBBI6JlptZSJP23WJEg2khugt2wxo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzlBBI6JlptZSJP23WJEg2khugt2wxo1 > .row > .video-iframe-container { display: none; }#pzlBBI6JlptZSJP23WJEg2khugt2wxo1 > .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); }#pzlBBI6JlptZSJP23WJEg2khugt2wxo1 > .row .container { border-width: 0; border-radius: 0; }#pzlBBI6JlptZSJP23WJEg2khugt2wxo1 > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPH6dDQLcnn9M55SWGhZQrpU12qeD1ZB { top:1.44970703125rem;left:2.28125rem;width:15.4375rem;height:1.4624rem;z-index:100001;font-family:brown;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBlMTH6mbtv06D0KxXQ0u42nl0DeH9Gl { top:2.0986328125rem;left:0rem;width:20rem;height:3.25rem;z-index:100002;font-family:canela;text-align:center;text-align-last:center;font-size:2.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TTSVcCV7wtJH6MkWbcQyfPzSOuE3DHxJ { top:8.5rem;left:0.1875rem;width:4.5rem;height:3.5625rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tSvTSSJmItvmh1t3JluLssThaHoKinKR { top:8.6875rem;left:5rem;width:15.1875rem;height:3.41161875rem;z-index:100002;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FEzIp67UtHfdycTwqUlnCBXcQxWiptwg { top:14.125rem;left:15.6875rem;width:4rem;height:3.1875rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bhwBPVaktna1qb64D7e5IrgbvwSGfNlZ { top:13.5625rem;left:-0.0625rem;width:15.25rem;height:5.6860375rem;z-index:100003;font-family:brown;text-align:right;text-align-last:right;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qgmTCyQpodWIUusOlkvsqOsOVpiKD1tT { top:19.5rem;left:0.375rem;width:3.875rem;height:3.125rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z7wTtwHus7prFhP1hKmxyp2PFhhnWBom { top:19.9375rem;left:5rem;width:13.8125rem;height:2.2744125rem;z-index:100004;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pRDe37TWVwruR3di3z3yZyFeItqVbQ6Z { top:23.9375rem;left:16.1875rem;width:3.8125rem;height:2.875rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xLOz6ixTGWF9vlTOiTT2GlygUMC3BNvT { top:23.6875rem;left:0rem;width:14.9375rem;height:3.41161875rem;z-index:100005;font-family:brown;text-align:right;text-align-last:right;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Dvq7fXJXaIFqkJuf8f97Xowd7CXP0tJV { top:29.1875rem;left:4.875rem;width:15.125rem;height:3.41161875rem;z-index:100006;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qlpbAh4FQLxX7QFZaE2gUlee3Hqv5kHo { top:27.75rem;left:0.875rem;width:3.125rem;height:5.0625rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CcGSvkzVaLkH4fy6bWN89OvuncAHtoKN { top:5.3486328125rem;left:2.28125rem;width:15.4375rem;height:1.4624rem;z-index:100002;font-family:brown;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brgDpQx7miiiklHMr0c4D6NMzkMZn7uk { top:0rem;left:0rem;width:20rem;height:34.625rem;z-index:100011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CJqadbouC2XE2VSu8uFQWaKXrWJHewJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z { background-color:#faf5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z > .row .container { background-color: transparent; background-image: none; }#nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z > .row .container > .video-iframe-container { display: none; }#nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z > .row > .video-iframe-container { display: none; }#nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z > .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); }#nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z > .row .container { border-width: 0; border-radius: 0; }#nFokS4be1WPud1trhr6Xhhrt2z4Qrr9Z > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5cz5ywPdtR893DAp9Dm3elqxFDrqLUG { width:20rem;height:1.617675rem;top:1.25rem;left:0rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #m7KBGNqxCteq7cL1ibZQLu5lHRaMoalR { top:10.5625rem;left:1.375rem;width:5rem;height:5rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cbTInFS4rDsvgP5mhRz87Rans21TyT3X { top:10.5625rem;left:7.3125rem;width:5rem;height:5rem;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QAmp2nVbKQwutg9kZD4trP8PaclP3u6b { top:10.5625rem;left:13.625rem;width:5rem;height:5rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O2oNhSMGNmGWMOproOnwczdB43XF0bUy { width:19.0625rem;height:6.499rem;top:3.61328125rem;left:0.46875rem;font-size:1rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #GKx38RLGPZ6CVHu3d0Zv8TbGRJ7ktzsZ { top:0rem;left:0rem;width:20rem;height:16.6875rem;z-index:100007;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #irwIcJvTfr8CfEZfZW4uLVucUvNdtDIL { display:block; }
 }@media only screen and (max-width: 763px) { #AebHLt30hNTcA023aX5EEuCqI6MEu5eC { position:relative;z-index:auto;display:block; }#AebHLt30hNTcA023aX5EEuCqI6MEu5eC > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ds97Sad3aipMNU5U37zJPIrB7xe9UHdS { width:3.0625rem;height:3.0625rem;top:3.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skEgUWrEwsVVDZbRhe9ITmvoNsUDS9qr { width:2rem;height:2rem;top:4rem;left:6.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCs69Ll423NETkTT2dTvxG5DfJQ8ST79 { width:3.0625rem;height:3.0625rem;top:3.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AikcknZFmEvukxA8v8OVFwSpQBXzxsKI { width:2rem;height:2rem;top:4rem;left:11.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtkTNOzgZqIBaJVgQK0B0T7EVcUFwChv { width:18.75rem;height:0.0625rem;top:1.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfdlBlRmXinpAabTDQmgwGKI7TltsPOU { width:9.8125rem;height:2.5rem;top:0.9375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN { position:relative;z-index:auto;display:none; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container { width:20rem;height:7.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wNTQOmQlDz8shRLS2FlwRVuAFOmAkW3C { width:3.0625rem;height:3.0625rem;top:3.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsu9wI2u7eq9ETX3PkngvcyEcetWPw0U { width:2rem;height:2rem;top:4rem;left:6.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thu20O8VrqWOFKrdxWi9OzlXwTlqdWQC { width:3.0625rem;height:3.0625rem;top:3.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIrRMfmlSb5humifPIEZGdknWROgyI3x { width:2rem;height:2rem;top:4rem;left:11.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecShDalvvqnTrnIhQaSiH1fET49pXWss { width:18.75rem;height:0.0625rem;top:1.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvBxM2y3Xi3zrLAG8saKVeHO2FctxzLh { width:9.8125rem;height:2.5rem;top:0.9375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD { position:fixed;z-index:199999;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1a9131c5-ae9b-4775-ae2c-0f97ac7b43f9/CTA.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;bottom:0rem;left:0rem;right:0rem;display:block; }#PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD.adaptive-delivery-prevent-bg, #PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD.lazyload, #PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD.lazyloading { background-image: none; }#PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD > .row .container { background-color: transparent; background-image: none; }#PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD > .row .container > .video-iframe-container { display: none; }#PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD > .row > .video-iframe-container { display: none; }#PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD > .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); }#PrcFq9U9ygVWK8lSaOfFIvfosPkUXAMD > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaRTPm6We5qAngE1Tlb68apxsB7mbNyO { top:1.875rem;left:0rem;width:12.3125rem;height:3.89941875rem;z-index:100001;font-family:brown;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WopvS5IdTxxMRbJCRZsVRrN3C5RGDz1W { top:8.9375rem;left:0rem;width:20rem;height:1.9375rem;z-index:100002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:brown;font-weight:400;font-style:normal;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRCOSlAXlzezeTrcwSZwrvmgqxH8OG62 { display:block; }
 }@media only screen and (max-width: 763px) { #Co11fr9mRzuuq46N69fANGQ2poRTZtHm { top:0rem;left:0rem;width:20rem;height:12.125rem;z-index:100003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Jdy8MrWX5ibZvbo8qTLHXyGE8bqi1HH0 { display:block; }
 }