.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:#ffffff;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 { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;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 { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:75rem;height:37.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#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:10.34375rem;left:5.6875rem;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:14.34375rem;left:5.6875rem;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.6875rem;left:5.6875rem;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; }
#KhqLBPP0yeGILOByfyy0wZTmwvAZkDBP { 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; }
#mdxbRUpIrGtGnbbMV8GUrtcBxKBTh2Xm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qLT7pSCCx9DC32GA4lc7kU9NEtcbXkIq { position:relative;display:block; }#qLT7pSCCx9DC32GA4lc7kU9NEtcbXkIq { background-color: transparent; background-image: none; }#qLT7pSCCx9DC32GA4lc7kU9NEtcbXkIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLT7pSCCx9DC32GA4lc7kU9NEtcbXkIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLT7pSCCx9DC32GA4lc7kU9NEtcbXkIq > .row .container > .video-iframe-container { display: none; }#qLT7pSCCx9DC32GA4lc7kU9NEtcbXkIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLT7pSCCx9DC32GA4lc7kU9NEtcbXkIq > .row > .video-iframe-container { display: none; }#qLT7pSCCx9DC32GA4lc7kU9NEtcbXkIq > .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); }#qLT7pSCCx9DC32GA4lc7kU9NEtcbXkIq { border-width: 0; border-radius: 0; }#qLT7pSCCx9DC32GA4lc7kU9NEtcbXkIq > .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:8rem;width:75rem;position:relative;display:block; }#ZJOS02SivzJGk5GfQnaThcTH7SXTtCVX { 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.0625rem;left:25.53125rem;overflow:hidden;display:block; }
#kQlyDuNKUDfhaSw2rvcFpWBQmvlAnRKm { 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.25rem;left:13.625rem;height:2.7246125rem;text-align:center;text-align-last:center;display:block; }
#HBRIVNcDL8QLPQ76bnuKm4XU3TnnCv3F { position:relative;display:block; }#HBRIVNcDL8QLPQ76bnuKm4XU3TnnCv3F { background-color: transparent; background-image: none; }#HBRIVNcDL8QLPQ76bnuKm4XU3TnnCv3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBRIVNcDL8QLPQ76bnuKm4XU3TnnCv3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBRIVNcDL8QLPQ76bnuKm4XU3TnnCv3F > .row .container > .video-iframe-container { display: none; }#HBRIVNcDL8QLPQ76bnuKm4XU3TnnCv3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBRIVNcDL8QLPQ76bnuKm4XU3TnnCv3F > .row > .video-iframe-container { display: none; }#HBRIVNcDL8QLPQ76bnuKm4XU3TnnCv3F > .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); }#HBRIVNcDL8QLPQ76bnuKm4XU3TnnCv3F { border-width: 0; border-radius: 0; }#HBRIVNcDL8QLPQ76bnuKm4XU3TnnCv3F > .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:14.1875rem;width:75rem;position:relative;display:block; }#y95PXoyqb4yZbMk2e0BVWVBtDHL2WuP1 { 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.8125rem;left:5.15625rem;overflow:hidden;display:block; }
#h7w4ZCW1Zt8dnG8ddeCbimEUEevexnSo { 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.9375rem;left:2.25rem;height:4.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gcMDzVEOe2pNGHrsAqZXWgGyG74oFMmt { 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.8125rem;left:24.4375rem;overflow:hidden;display:block; }
#x79O0shJsEouPqixc0hidkcQdA8SWiTh { 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.9375rem;left:21.03125rem;height:1.36230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qJxAfqhxU3l0xeWchWWegT2WzOQpaEJC { 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.8125rem;left:43.1875rem;overflow:hidden;display:block; }
#mGTovVZJxDpJJcggQxoNxEmO3ULByH7b { 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.9375rem;left:39.78125rem;height:1.36230625rem;text-align:center;text-align-last:center;display:block; }
#K16niudF443iyX57z7VN9qcaExqT07LR { 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.8125rem;left:61.9375rem;overflow:hidden;display:block; }
#gECAWcAicmGo2U53yJdeaiK9x8sAROgf { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:8.9375rem;left:59.65625rem;height:2.7246125rem;text-align:center;text-align-last:center;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:14.125rem;left:0rem;display:block; }
#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { position:relative;display:block; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { 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 { border-width: 0; border-radius: 0; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .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:6.875rem;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:2.40625rem;left:8.875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B2hegEPcSMIoghyIgcHxxK9TicEy0LsQ { 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; }
#mzWgT6EOTmzTbXG8eLJCai4iFNuVRVAz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { position:relative;display:block; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { 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 { border-width: 0; border-radius: 0; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .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; }#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{  }
#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:left;text-align-last:left;font-style:normal;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; }
#rmhAsGZhDaA2zHHAqpSS7DwTZbE8Q48x { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.6875rem;width:19.75rem;top:2.94189453125rem;left:8.8125rem;overflow:hidden;display:block; }
#d4Fv8yUv8WqLS2RpnTbzWJ1x7kCp6zJA { 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; }
#KmnnMzU7Jsaaa1AGSH2QEMAMmk5D3nxx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { position:relative;display:block; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { 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 { border-width: 0; border-radius: 0; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .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:29.375rem;width:75rem;position:relative;display:block; }#nTScpdE71vtxQ9JAlHFEkRLbtlcyCM7b { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:normal;z-index:100015;line-height:1;letter-spacing:0;top:4rem;left:9.4375rem;height:1.8125rem;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.8125rem;left:0rem;height:15.375rem;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:30.625rem;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:44.375rem;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; }
#v0alybaS133hi3309PX1MxfSBTJmOser { color:#000000;display:block;width:27.375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:24.337890625rem;left:0rem;height:2.2744125rem;font-style:normal;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:13.625rem;left:45.0625rem;overflow:hidden;display:block; }
#XIX36zzPB30UphRd0TAfHPmsQpDXUN0d { 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; }
#V8aCd8l5osQ6VsG0mqup9SyTdSi9897Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { position:relative;display:block; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { 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 { border-width: 0; border-radius: 0; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .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: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; }
#bOpeFDq2KqeM1ZAKPQRrCgSC36bIiC8U { 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; }
#dcrH0Eyvag8uTx9QndbQCi3EgvadEJdC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cHndJDckUQqu3dTSIU8bfzmeGXQJbZUh { 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; }
#QKStEAbQzdnSIHQGwHekEJlgAA6AH62C { 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:38.5625rem;position:absolute;font-family:brown;font-size:4.9375rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.125rem;height:13.3994375rem;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.79296875rem;left:3.125rem;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; }
#o6fABTT5ik9s73bBuSDSnRI3bl6EThsm { 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; }
#MAhgchF1aiBWxOeIyHqSefRhBbiZD9E9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq { position:relative;display:none; }#Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq { border-width: 0; border-radius: 0; }#Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq > .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; }#bw3AZCfPnfO5BnONCvWeQqxbHuilWGbT { 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; }
#KUzvBln2WaMDlwdDcbNzhewBS4iQL6RI { 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; }
#m8mMJlTDrF0ubTNzScN8qIWZXfLi7cVl { 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; }
#iEx4ZZXJbJQlIRtdeNUCFW38hD9MnI1W { 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; }
#eiNyvyt3FSVy9vfSkI44A68Jd4QXwdf6 { 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; }
#amLxrGpFJQ7ZGVqcvgWgxdDgHO3aQIE5 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:4.5rem;top:13.5625rem;left:7.5rem;display:none; }
#TVtTqitXWA7Gn2DBeBy8zOlU6eFznDgR { 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; }
#gRPBdaaFNfyuuW4wMmLzGTR9PUB0fBT9 { 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; }
#VB7eHX2VtO6wzL1ol5aLW5qGEpIr3Xml { 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; }
#WCZTxEHm7bgeZZ9Tbr2IWZJTS6qwPztA { 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; }
#aPhJn9vBUVbmFSFLPrOQac5uvJK8RK9C { 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:2.25rem;top:29.1875rem;left:12.375rem;display:none; }
#ZtTGnht6owzDCJasK2Cqk4n5GA3affJw { 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; }
#X7L92czlaXSfKyIpPlHfMKmmAlyLhIVK { 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; }
#VihiEBhklhKziuTpBG7b7bFD4ZHuT45G { 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; }
#h8XDxAeN0wCWUTqUseniEavhgSBi2rSX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0 { position:relative;display:none; }#TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0 { border-width: 0; border-radius: 0; }#TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0 > .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; }#dm2H8Vm8eBe84LFnKPMAu0ESDps6axMS { 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; }
#MVwP4Tdu0zrZwvpXvpsEASr1zkEvrx9Z { 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; }
#v2aK9ZN36Tvo1zgoZU3hxL32eArpfm5d { 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; }
#iiBJqPVgqoxWniVk5lXF8cLSz51iqb55 { 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; }
#U5JNNQNJnHJ8sg0e6tbWKXV6ZsmMcGmE { 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; }
#GMbfmh332d1Mrco1LKzRR9mhCOlL7WlC { 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; }
#kcnZo4iuFTRfxsQBvQyr77bszRJinKTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SypgBUg2gdbD92FoFiRhTOBtPJrWhBdg { position:relative;z-index:auto;display:none; }#SypgBUg2gdbD92FoFiRhTOBtPJrWhBdg { border-width: 0; border-radius: 0; }#SypgBUg2gdbD92FoFiRhTOBtPJrWhBdg > .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; }#tn8Miz09H8KbS4A5NpRREMGiyHlaIHfz { 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; }
#drPnBk2bgFKt4GKiHDORm5yWvG9GeeqZ { 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; }
#tAkiL40TWuoOR2lqQGV2rGFW4MwechCV { 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; }
#NkPlf7HoJMKJ5cfD8MoQMadBDxRg5WQl { 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; }
#pWsCD60H6S175TZt1OVptLAd3M2hTBTF { 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; }
#PmhuNPeACQcB3K7FEPFXD4rElQZXFgnZ { 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 { position:relative;z-index:auto;display:block; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN { 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 { border-width: 0; border-radius: 0; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .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: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; }
#JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1 { 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; }#JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1 > .row .container { border-width: 0; border-radius: 0; }#JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#oQULmoRT9Sx80nqeKoh7Tsz67H99QA5n { 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; }
#i1Fsog2JGfx6qg2J8xMGUJ5EeIfwHanh { 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; }
#Vu1hIFAl3KVXCTT5UGLKJJiQERp89KJs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#odQEfw3dq2oSMen4xK1tAwnRwNZouAP1 { 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; }
#cDi2tIeRfEq6r6TBWIrQzxIdAWvWMmx6 { 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:10.3125rem;left:0rem;width:20.625rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { top:14.3125rem;left:0rem;width:28rem;height:4.5rem;font-size:1.4375rem;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.6875rem;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) { #KhqLBPP0yeGILOByfyy0wZTmwvAZkDBP { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #mdxbRUpIrGtGnbbMV8GUrtcBxKBTh2Xm { display:block; }
 }@media only screen and (max-width: 763px) { #qLT7pSCCx9DC32GA4lc7kU9NEtcbXkIq { display:block; }#qLT7pSCCx9DC32GA4lc7kU9NEtcbXkIq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJOS02SivzJGk5GfQnaThcTH7SXTtCVX { top:1.0625rem;left:11.90625rem;width:23.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQlyDuNKUDfhaSw2rvcFpWBQmvlAnRKm { top:4.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBRIVNcDL8QLPQ76bnuKm4XU3TnnCv3F { display:block; }#HBRIVNcDL8QLPQ76bnuKm4XU3TnnCv3F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y95PXoyqb4yZbMk2e0BVWVBtDHL2WuP1 { top:0.8125rem;left:1.75rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7w4ZCW1Zt8dnG8ddeCbimEUEevexnSo { top:8.9375rem;left:0rem;width:13.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcMDzVEOe2pNGHrsAqZXWgGyG74oFMmt { top:0.8125rem;left:14.21875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x79O0shJsEouPqixc0hidkcQdA8SWiTh { top:8.9375rem;left:9.6875rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJxAfqhxU3l0xeWchWWegT2WzOQpaEJC { top:0.8125rem;left:26.15625rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGTovVZJxDpJJcggQxoNxEmO3ULByH7b { top:8.9375rem;left:21.625rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K16niudF443iyX57z7VN9qcaExqT07LR { top:0.8125rem;left:38.09375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gECAWcAicmGo2U53yJdeaiK9x8sAROgf { top:8.9375rem;left:35.8125rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6drSNsdTnPlaz81tu8LSEor9QGslcnI { top:14.125rem;left:0rem;width:47.75rem;height:0.0625rem;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:2.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2hegEPcSMIoghyIgcHxxK9TicEy0LsQ { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #mzWgT6EOTmzTbXG8eLJCai4iFNuVRVAz { 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) { #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.75rem;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) { #rmhAsGZhDaA2zHHAqpSS7DwTZbE8Q48x { top:2.9375rem;left:0rem;width:19.75rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Fv8yUv8WqLS2RpnTbzWJ1x7kCp6zJA { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #KmnnMzU7Jsaaa1AGSH2QEMAMmk5D3nxx { 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:4rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7EANEQM13ClXkhTB8PzbxKHEOtHrFWs { top:7.8125rem;left:0rem;width:37.5625rem;height:15.4375rem;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:5.1875rem;width:30.625rem;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) { #v0alybaS133hi3309PX1MxfSBTJmOser { top:24.3125rem;left:0rem;width:27.375rem;height:2.3125rem;font-size:0.875rem;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:13.625rem;left:4.375rem;width:29.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIX36zzPB30UphRd0TAfHPmsQpDXUN0d { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #V8aCd8l5osQ6VsG0mqup9SyTdSi9897Z { 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) { #bOpeFDq2KqeM1ZAKPQRrCgSC36bIiC8U { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #dcrH0Eyvag8uTx9QndbQCi3EgvadEJdC { display:block; }
 }@media only screen and (max-width: 763px) { #cHndJDckUQqu3dTSIU8bfzmeGXQJbZUh { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #QKStEAbQzdnSIHQGwHekEJlgAA6AH62C { 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.25rem;left:0rem;width:38.5625rem;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.75rem;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) { #o6fABTT5ik9s73bBuSDSnRI3bl6EThsm { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #MAhgchF1aiBWxOeIyHqSefRhBbiZD9E9 { display:block; }
 }@media only screen and (max-width: 763px) { #Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq { display:none; }#Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bw3AZCfPnfO5BnONCvWeQqxbHuilWGbT { top:1.4375rem;left:0rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUzvBln2WaMDlwdDcbNzhewBS4iQL6RI { top:2.875rem;left:0rem;width:20rem;height:3.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8mMJlTDrF0ubTNzScN8qIWZXfLi7cVl { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEx4ZZXJbJQlIRtdeNUCFW38hD9MnI1W { top:8.6875rem;left:0rem;width:15.1875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiNyvyt3FSVy9vfSkI44A68Jd4QXwdf6 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #amLxrGpFJQ7ZGVqcvgWgxdDgHO3aQIE5 { top:13.5625rem;left:0rem;width:15.25rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVtTqitXWA7Gn2DBeBy8zOlU6eFznDgR { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRPBdaaFNfyuuW4wMmLzGTR9PUB0fBT9 { top:19.9375rem;left:0rem;width:13.8125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VB7eHX2VtO6wzL1ol5aLW5qGEpIr3Xml { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCZTxEHm7bgeZZ9Tbr2IWZJTS6qwPztA { top:23.6875rem;left:0rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPhJn9vBUVbmFSFLPrOQac5uvJK8RK9C { top:29.1875rem;left:0rem;width:15.125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtTGnht6owzDCJasK2Cqk4n5GA3affJw { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7L92czlaXSfKyIpPlHfMKmmAlyLhIVK { top:5.3125rem;left:0rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VihiEBhklhKziuTpBG7b7bFD4ZHuT45G { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8XDxAeN0wCWUTqUseniEavhgSBi2rSX { display:block; }
 }@media only screen and (max-width: 763px) { #TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0 { display:none; }#TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dm2H8Vm8eBe84LFnKPMAu0ESDps6axMS { top:1rem;left:11.875rem;width:23.9375rem;height:1.9355712890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVwP4Tdu0zrZwvpXvpsEASr1zkEvrx9Z { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2aK9ZN36Tvo1zgoZU3hxL32eArpfm5d { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiBJqPVgqoxWniVk5lXF8cLSz51iqb55 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5JNNQNJnHJ8sg0e6tbWKXV6ZsmMcGmE { top:3.75rem;left:7.5rem;width:19.0625rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMbfmh332d1Mrco1LKzRR9mhCOlL7WlC { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcnZo4iuFTRfxsQBvQyr77bszRJinKTX { display:block; }
 }@media only screen and (max-width: 763px) { #SypgBUg2gdbD92FoFiRhTOBtPJrWhBdg { display:none; }#SypgBUg2gdbD92FoFiRhTOBtPJrWhBdg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tn8Miz09H8KbS4A5NpRREMGiyHlaIHfz { top:3.125rem;left:22.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drPnBk2bgFKt4GKiHDORm5yWvG9GeeqZ { top:3.6875rem;left:23.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAkiL40TWuoOR2lqQGV2rGFW4MwechCV { top:3.125rem;left:27.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkPlf7HoJMKJ5cfD8MoQMadBDxRg5WQl { top:3.6875rem;left:27.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWsCD60H6S175TZt1OVptLAd3M2hTBTF { top:0.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmhuNPeACQcB3K7FEPFXD4rElQZXFgnZ { 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) { #JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1 { display:none; }#JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oQULmoRT9Sx80nqeKoh7Tsz67H99QA5n { top:1.875rem;left:0rem;width:12.3125rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1Fsog2JGfx6qg2J8xMGUJ5EeIfwHanh { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vu1hIFAl3KVXCTT5UGLKJJiQERp89KJs { display:block; }
 }@media only screen and (max-width: 763px) { #odQEfw3dq2oSMen4xK1tAwnRwNZouAP1 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDi2tIeRfEq6r6TBWIrQzxIdAWvWMmx6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;display:block; }
 }@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;border-top:0;border-left:0;border-right:0;border-bottom:0;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 { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { width:20rem;height:1.875rem;top:21.1875rem;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:13.625rem;height:3.1621125rem;top:23.9375rem;left:3.1875rem;font-size:1.4375rem;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:3.75rem;left:14.6875rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #FpSbQreWR63HkhqBrokVgM2yRTAU1G8a { width:17.5rem;height:3.4375rem;top:28.4248046875rem;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;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KhqLBPP0yeGILOByfyy0wZTmwvAZkDBP { top:-2.125rem;left:0rem;width:20rem;height:36.1875rem;z-index:100020;color:rgba(0,0,0,0);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) { #mdxbRUpIrGtGnbbMV8GUrtcBxKBTh2Xm { display:block; }
 }@media only screen and (max-width: 763px) { #qLT7pSCCx9DC32GA4lc7kU9NEtcbXkIq { display:none; }#qLT7pSCCx9DC32GA4lc7kU9NEtcbXkIq > .row .container { width:20rem;height:10.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZJOS02SivzJGk5GfQnaThcTH7SXTtCVX { width:20rem;height:1.6187989556136rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQlyDuNKUDfhaSw2rvcFpWBQmvlAnRKm { width:20rem;height:5.19921875rem;top:4.11865rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBRIVNcDL8QLPQ76bnuKm4XU3TnnCv3F { display:none; }#HBRIVNcDL8QLPQ76bnuKm4XU3TnnCv3F > .row .container { width:20rem;height:32.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y95PXoyqb4yZbMk2e0BVWVBtDHL2WuP1 { width:7.375rem;height:7.375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7w4ZCW1Zt8dnG8ddeCbimEUEevexnSo { width:11.25rem;height:3.8994125rem;top:3.4375rem;left:8.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gcMDzVEOe2pNGHrsAqZXWgGyG74oFMmt { width:7.375rem;height:7.375rem;top:9.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x79O0shJsEouPqixc0hidkcQdA8SWiTh { width:11.125rem;height:2.5996125rem;top:11.625rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qJxAfqhxU3l0xeWchWWegT2WzOQpaEJC { width:7.375rem;height:7.375rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGTovVZJxDpJJcggQxoNxEmO3ULByH7b { width:11.125rem;height:1.29980625rem;top:19.07470703125rem;left:8.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K16niudF443iyX57z7VN9qcaExqT07LR { width:7.375rem;height:7.375rem;top:24.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gECAWcAicmGo2U53yJdeaiK9x8sAROgf { width:11.3125rem;height:2.5996125rem;top:26.625rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #h6drSNsdTnPlaz81tu8LSEor9QGslcnI { width:20rem;height:0.0625rem;top:14.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { display:block; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkrOlJheOhwS4CLDSfbZoLu4Z3og7EFc { width:20rem;height:4.798825rem;top:0.72509765625rem;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) { #B2hegEPcSMIoghyIgcHxxK9TicEy0LsQ { top:0rem;left:0rem;width:20rem;height:6.25rem;z-index:100023;color:rgba(0,0,0,0);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) { #mzWgT6EOTmzTbXG8eLJCai4iFNuVRVAz { display:block; }
 }@media only screen and (max-width: 763px) { #yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { display:block; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { width:20rem;height:52.375rem;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:5.34911875rem;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) { #pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ { width:18.3125rem;height:10.535125rem;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:2.69970625rem;top:48.63331875rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@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) { #rmhAsGZhDaA2zHHAqpSS7DwTZbE8Q48x { width:20rem;height:25.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d4Fv8yUv8WqLS2RpnTbzWJ1x7kCp6zJA { top:0rem;left:0rem;width:20rem;height:52.375rem;z-index:100026;color:rgba(0,0,0,0);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) { #KmnnMzU7Jsaaa1AGSH2QEMAMmk5D3nxx { display:block; }
 }@media only screen and (max-width: 763px) { #EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { display:block; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTScpdE71vtxQ9JAlHFEkRLbtlcyCM7b { width:16.4375rem;height:5.3994125rem;top:1.25rem;left:1.75rem;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:14.3965rem;top:9.2109375rem;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:24.420425rem;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:7.7485625rem;top:24.5rem;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:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9WwXCVfGWqObcbVkMGtOkTWAhTzCANc { width:20rem;height:0.0625rem;top:26.0625rem;left:0rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #v0alybaS133hi3309PX1MxfSBTJmOser { width:20rem;height:0;top:4.04931640625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@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:0rem;left:8.3125rem;overflow:hidden;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #XIX36zzPB30UphRd0TAfHPmsQpDXUN0d { top:0rem;left:0rem;width:20rem;height:32.9375rem;z-index:100025;color:rgba(0,0,0,0);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) { #V8aCd8l5osQ6VsG0mqup9SyTdSi9897Z { display:block; }
 }@media only screen and (max-width: 763px) { #IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { display:block; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { width:20rem;height:36rem;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:0.75rem;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:7.9604375rem;top:16.9375rem;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:5.6860375rem;top:29.44384765625rem;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:15.05078125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAp02W2PnQJJKiCeVpsPOVmE1aZp4GOk { width:12.5rem;height:1.94970625rem;top:27.55712890625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOpeFDq2KqeM1ZAKPQRrCgSC36bIiC8U { top:19.0625rem;left:0rem;width:20rem;height:6.0625rem;z-index:100026;color:rgba(0,0,0,0);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) { #dcrH0Eyvag8uTx9QndbQCi3EgvadEJdC { display:block; }
 }@media only screen and (max-width: 763px) { #cHndJDckUQqu3dTSIU8bfzmeGXQJbZUh { top:0rem;left:0rem;width:20rem;height:36rem;z-index:100026;color:rgba(0,0,0,0);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) { #QKStEAbQzdnSIHQGwHekEJlgAA6AH62C { 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:5.19921875rem;top:8.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sT6VAA6bFV9vmSUhWgevlzTlaD3mKLuH { width:17.5rem;height:3.4375rem;top:9.4873125rem;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) { #o6fABTT5ik9s73bBuSDSnRI3bl6EThsm { top:0.0625rem;left:0rem;width:20rem;height:31.25rem;z-index:100027;color:rgba(0,0,0,0);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) { #MAhgchF1aiBWxOeIyHqSefRhBbiZD9E9 { display:block; }
 }@media only screen and (max-width: 763px) { #Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq > .row .container { background-color: transparent; background-image: none; }#Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq > .row .container > .video-iframe-container { display: none; }#Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq > .row > .video-iframe-container { display: none; }#Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq > .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); }#Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq > .row .container { border-width: 0; border-radius: 0; }#Ul9NRcFwowqKWPIowXF5mcDVIgCQ9Kyq > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bw3AZCfPnfO5BnONCvWeQqxbHuilWGbT { 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) { #KUzvBln2WaMDlwdDcbNzhewBS4iQL6RI { 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) { #m8mMJlTDrF0ubTNzScN8qIWZXfLi7cVl { 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) { #iEx4ZZXJbJQlIRtdeNUCFW38hD9MnI1W { top:8.6875rem;left:5rem;width:14.9375rem;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) { #eiNyvyt3FSVy9vfSkI44A68Jd4QXwdf6 { 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) { #amLxrGpFJQ7ZGVqcvgWgxdDgHO3aQIE5 { top:13.5625rem;left:-0.0625rem;width:15.25rem;height:4.548825rem;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) { #TVtTqitXWA7Gn2DBeBy8zOlU6eFznDgR { 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) { #gRPBdaaFNfyuuW4wMmLzGTR9PUB0fBT9 { 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) { #VB7eHX2VtO6wzL1ol5aLW5qGEpIr3Xml { 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) { #WCZTxEHm7bgeZZ9Tbr2IWZJTS6qwPztA { 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) { #aPhJn9vBUVbmFSFLPrOQac5uvJK8RK9C { top:29.1875rem;left:4.875rem;width:15.125rem;height:2.2744125rem;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) { #ZtTGnht6owzDCJasK2Cqk4n5GA3affJw { 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) { #X7L92czlaXSfKyIpPlHfMKmmAlyLhIVK { 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) { #VihiEBhklhKziuTpBG7b7bFD4ZHuT45G { 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) { #h8XDxAeN0wCWUTqUseniEavhgSBi2rSX { display:block; }
 }@media only screen and (max-width: 763px) { #TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0 { background-color:#faf5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0 > .row .container { background-color: transparent; background-image: none; }#TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0 > .row .container > .video-iframe-container { display: none; }#TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0 > .row > .video-iframe-container { display: none; }#TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0 > .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); }#TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0 > .row .container { border-width: 0; border-radius: 0; }#TrAQriTLTc6rK0QCpuT9RnH8iIhB7rZ0 > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dm2H8Vm8eBe84LFnKPMAu0ESDps6axMS { width:20rem;height:1.617675rem;top:1.25rem;left:0rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #MVwP4Tdu0zrZwvpXvpsEASr1zkEvrx9Z { top:10.5625rem;left:1.375rem;width:5rem;height:5rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v2aK9ZN36Tvo1zgoZU3hxL32eArpfm5d { top:10.5625rem;left:7.3125rem;width:5rem;height:5rem;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iiBJqPVgqoxWniVk5lXF8cLSz51iqb55 { top:10.5625rem;left:13.625rem;width:5rem;height:5rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U5JNNQNJnHJ8sg0e6tbWKXV6ZsmMcGmE { width:19.0625rem;height:5.19921875rem;top:4.17578125rem;left:0.46875rem;font-size:1rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #GMbfmh332d1Mrco1LKzRR9mhCOlL7WlC { 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) { #kcnZo4iuFTRfxsQBvQyr77bszRJinKTX { display:block; }
 }@media only screen and (max-width: 763px) { #SypgBUg2gdbD92FoFiRhTOBtPJrWhBdg { position:relative;z-index:auto;display:block; }#SypgBUg2gdbD92FoFiRhTOBtPJrWhBdg > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn8Miz09H8KbS4A5NpRREMGiyHlaIHfz { width:3.0625rem;height:3.0625rem;top:3.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drPnBk2bgFKt4GKiHDORm5yWvG9GeeqZ { width:2rem;height:2rem;top:4rem;left:6.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAkiL40TWuoOR2lqQGV2rGFW4MwechCV { width:3.0625rem;height:3.0625rem;top:3.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkPlf7HoJMKJ5cfD8MoQMadBDxRg5WQl { width:2rem;height:2rem;top:4rem;left:11.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWsCD60H6S175TZt1OVptLAd3M2hTBTF { width:18.75rem;height:0.0625rem;top:1.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmhuNPeACQcB3K7FEPFXD4rElQZXFgnZ { 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:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wNTQOmQlDz8shRLS2FlwRVuAFOmAkW3C { width:3.0625rem;height:3.0625rem;top:4.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsu9wI2u7eq9ETX3PkngvcyEcetWPw0U { width:2rem;height:2rem;top:4.875rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thu20O8VrqWOFKrdxWi9OzlXwTlqdWQC { width:3.0625rem;height:3.0625rem;top:4.3125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIrRMfmlSb5humifPIEZGdknWROgyI3x { width:2rem;height:2rem;top:4.875rem;left:11.375rem;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:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1 { 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; }#JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1.adaptive-delivery-prevent-bg, #JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1.lazyload, #JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1.lazyloading { background-image: none; }#JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1 > .row .container { background-color: transparent; background-image: none; }#JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1 > .row .container > .video-iframe-container { display: none; }#JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1 > .row > .video-iframe-container { display: none; }#JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1 > .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); }#JbFknsdwN5og1Uz60u0UR1DitTQ3HsJ1 > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQULmoRT9Sx80nqeKoh7Tsz67H99QA5n { 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) { #i1Fsog2JGfx6qg2J8xMGUJ5EeIfwHanh { 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) { #Vu1hIFAl3KVXCTT5UGLKJJiQERp89KJs { display:block; }
 }@media only screen and (max-width: 763px) { #odQEfw3dq2oSMen4xK1tAwnRwNZouAP1 { top:0rem;left:0rem;width:20rem;height:12.3125rem;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) { #cDi2tIeRfEq6r6TBWIrQzxIdAWvWMmx6 { display:block; }
 }