.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:#121066;background-image:none;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 > .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:10rem;left:9rem;height:4.0625rem;font-style:normal;display:block; }
#FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:100012;line-height:1.2;letter-spacing:0;top:15.59375rem;left:9rem;height:7.1996875rem;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; }
#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; }
#qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:14.875rem;top:0.625rem;left:30.125rem;overflow:hidden;display:block; }
#mqfTIA8eabMV4beQ17n5PrvSsZ3k73fS { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:75rem;top:0rem;left:0.0625rem;overflow:hidden;display:block; }
#qF9MLXbUfB1gXsbtEhhQqiBBrdlPIfZI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#1b1666;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:400;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:24.1875rem;left:9rem;display:block; }
#XB8geTUoatOhcAi45f97MZaippEtn3zh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GN1Us0UkLrZZyGI2TGD6sXs9uTq0ocwc { 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; }
#iC7dX8kJKeqA0GHrsNFqIxNNWh5TeGF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X38mWWdw6m3ITOREs99XNZ47SXsRtTmO { position:relative;display:block; }#X38mWWdw6m3ITOREs99XNZ47SXsRtTmO { background-color: transparent; background-image: none; }#X38mWWdw6m3ITOREs99XNZ47SXsRtTmO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X38mWWdw6m3ITOREs99XNZ47SXsRtTmO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X38mWWdw6m3ITOREs99XNZ47SXsRtTmO > .row .container > .video-iframe-container { display: none; }#X38mWWdw6m3ITOREs99XNZ47SXsRtTmO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X38mWWdw6m3ITOREs99XNZ47SXsRtTmO > .row > .video-iframe-container { display: none; }#X38mWWdw6m3ITOREs99XNZ47SXsRtTmO > .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); }#X38mWWdw6m3ITOREs99XNZ47SXsRtTmO { border-width: 0; border-radius: 0; }#X38mWWdw6m3ITOREs99XNZ47SXsRtTmO > .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:7.25rem;width:75rem;position:relative;display:block; }#MSXbJwEuSld5zKuoD2nNRu3fIm2mINOV { 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.53125rem;overflow:hidden;display:block; }
#lnz208yvCWhnMpPV6wnPSzBG4kOhzCvc { 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:13.625rem;height:2.7246125rem;text-align:center;text-align-last:center;display:block; }
#AHGxtlgPi6LVlBMggieBd3xlr7UiCJT7 { 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; }
#AyUVWZsEvB7UoZwPwNiau915IuHsyslo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aznbafh9EfTTaqudkyLfEASosiFHWhOu { position:relative;display:block; }#aznbafh9EfTTaqudkyLfEASosiFHWhOu { background-color: transparent; background-image: none; }#aznbafh9EfTTaqudkyLfEASosiFHWhOu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aznbafh9EfTTaqudkyLfEASosiFHWhOu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aznbafh9EfTTaqudkyLfEASosiFHWhOu > .row .container > .video-iframe-container { display: none; }#aznbafh9EfTTaqudkyLfEASosiFHWhOu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aznbafh9EfTTaqudkyLfEASosiFHWhOu > .row > .video-iframe-container { display: none; }#aznbafh9EfTTaqudkyLfEASosiFHWhOu > .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); }#aznbafh9EfTTaqudkyLfEASosiFHWhOu { border-width: 0; border-radius: 0; }#aznbafh9EfTTaqudkyLfEASosiFHWhOu > .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:11.3125rem;width:75rem;position:relative;display:block; }#JiP8y52cbTZVLcZrWmkaNHlJuirZTZEB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:0rem;left:5.5rem;overflow:hidden;display:block; }
#FcfmPQyr2t3fSuzph8DwsuMIL1pRNL32 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:0rem;left:24.25rem;overflow:hidden;display:block; }
#k5lcsokVTFsQqoL3PXEG4dcDd2PTpOww { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:0rem;left:43rem;overflow:hidden;display:block; }
#GOUo3wiJgBNRWeLr52NJR2KaAymQHPC0 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:0rem;left:61.75rem;overflow:hidden;display:block; }
#TyDToqHFdEeyEEsdTZLM1MTNCU51Jcgd { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.75rem;height:2.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PXa08lnT7onmorqXKhDQfKQU04amAU1z { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:20.8125rem;height:2.6621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EmNHQhGiRswhMiXgh0h3XEymaV4crSF3 { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:39.5625rem;height:1.36230625rem;text-align:center;text-align-last:center;display:block; }
#aoZU9iUl1G81WUGJmK6K32R5E3gpWD8e { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:7.5625rem;left:58.3125rem;height:1.36230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MhbHKoRi0fGc06qiFGFv8IRnoaKbgsHZ { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#ZndOnQPBALZpN12su5llBW2WHLImG606 { 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:none; }
#GfmIXAR405Q1kaWSdKPakJgK7MK52qKF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OEXhL7FTxT21VVsQTf58pLuLksZl42aJ { 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; }
#HflGizNVtwkbp5yTbMeWptD9XcLQcXsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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.125rem;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:400;z-index:100013;line-height:1.3;letter-spacing:0;top:1.53125rem;left:8.90625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTboTQWzn8PbSvJzg7i2qCDmEJzT3rJ8 { 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:0rem;left:0rem;display:block; }
#uldklVQVgwiWwTuHdoxvu9yuioXBTgtE { 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; }
#SKgA9AEKOaBOwRxLuX7LVsUkM3STmvKk { 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:400;z-index:100014;line-height:1.9;letter-spacing:0;top:5.59375rem;left:37.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA li:before{  }
#bsERmsnIAN2h5GmK8clLqe6TLCgBG9PX { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.0625rem;width:16.875rem;top:2.94189453125rem;left:9.375rem;overflow:hidden;display:block; }
#pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.9;letter-spacing:0;top:13.34375rem;left:39.875rem;height:10.6875rem;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; }
#VQ7B4GlPpiCEkpSUPzfHcUotta8InwNf { 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; }
#RZy9JUQCNeh751V0oBE6IJXcv7NTKT27 { 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.875rem;font-weight:normal;z-index:100015;line-height:1;letter-spacing:0;top:4rem;left:9.4375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#P7EANEQM13ClXkhTB8PzbxKHEOtHrFWs { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.2;letter-spacing:0;top:8.125rem;left:0rem;height:;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; }
#RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb { color:#000000;display:block;width:30.625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;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:51.625rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:19.42578125rem;left:0rem;height:1.13720625rem;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; }
#fmKItJDshyQh6U9AIyHACZrKUus2BTrv { 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-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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:22.625rem;left:28.468748092651rem;display:block; }
#C1pozyspirlLqgSPqM6KvPC8ZtDrTUX4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#heSmnGQRA0rRESvhMOBvQTuiQi38ww4a { 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; }
#TT6H0ffM6tFAn84mFcCK3hZa2fIdGGJ8 { 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:400;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:400;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:400;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:400;z-index:100021;line-height:1.3;letter-spacing:0;top:10.96142578125rem;left:48.0625rem;height:1.94970625rem;font-style:normal;display:block; }
#c8fCu3AaDcbcpAC5KZO4zst5mDKsJTnq { 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; }
#kg08FI3GiVDNe1G6OqxATaPo98SnlUWh { 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:32.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.8125rem;left:3.125rem;height:13.3994375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#VnPTTTlbbadtHPENqGhcwRTDkSfoPwnk { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#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:400;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:19.13437461853rem;left:10.65625rem;display:block; }
#ZBi2M0TGWN39flHqAidJKsPaxPy4Hvke { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Feyie2wBTudewTvze0DCVfQg7E7qtaxV { 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; }
#dURmUJywizxg4stLIi7plae1guq4hSnv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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; }
@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:10rem;left:0rem;width:20.625rem;height:4.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { top:15.5625rem;left:0rem;width:15.9375rem;height:4.8125rem;font-size:2rem;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) { #qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { top:0.625rem;left:16.5rem;width:14.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqfTIA8eabMV4beQ17n5PrvSsZ3k73fS { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF9MLXbUfB1gXsbtEhhQqiBBrdlPIfZI { width:17.5rem;height:3.4375rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB8geTUoatOhcAi45f97MZaippEtn3zh { display:block; }
 }@media only screen and (max-width: 763px) { #GN1Us0UkLrZZyGI2TGD6sXs9uTq0ocwc { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #iC7dX8kJKeqA0GHrsNFqIxNNWh5TeGF9 { display:block; }
 }@media only screen and (max-width: 763px) { #X38mWWdw6m3ITOREs99XNZ47SXsRtTmO { display:block; }#X38mWWdw6m3ITOREs99XNZ47SXsRtTmO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSXbJwEuSld5zKuoD2nNRu3fIm2mINOV { top:1rem;left:11.90625rem;width:23.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnz208yvCWhnMpPV6wnPSzBG4kOhzCvc { top:3.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHGxtlgPi6LVlBMggieBd3xlr7UiCJT7 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #AyUVWZsEvB7UoZwPwNiau915IuHsyslo { display:block; }
 }@media only screen and (max-width: 763px) { #aznbafh9EfTTaqudkyLfEASosiFHWhOu { display:block; }#aznbafh9EfTTaqudkyLfEASosiFHWhOu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiP8y52cbTZVLcZrWmkaNHlJuirZTZEB { top:0rem;left:2.09375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcfmPQyr2t3fSuzph8DwsuMIL1pRNL32 { top:0rem;left:14.03125rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5lcsokVTFsQqoL3PXEG4dcDd2PTpOww { top:0rem;left:25.96875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOUo3wiJgBNRWeLr52NJR2KaAymQHPC0 { top:0rem;left:37.90625rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDToqHFdEeyEEsdTZLM1MTNCU51Jcgd { top:7.5625rem;left:0rem;width:13.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXa08lnT7onmorqXKhDQfKQU04amAU1z { top:7.5625rem;left:9.6875rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmNHQhGiRswhMiXgh0h3XEymaV4crSF3 { top:7.5625rem;left:21.625rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoZU9iUl1G81WUGJmK6K32R5E3gpWD8e { top:7.5625rem;left:33.5625rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhbHKoRi0fGc06qiFGFv8IRnoaKbgsHZ { display:none; }
 }@media only screen and (max-width: 763px) { #ZndOnQPBALZpN12su5llBW2WHLImG606 { width:17.5rem;height:3.4375rem;top:23.1875rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GfmIXAR405Q1kaWSdKPakJgK7MK52qKF { display:block; }
 }@media only screen and (max-width: 763px) { #OEXhL7FTxT21VVsQTf58pLuLksZl42aJ { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #HflGizNVtwkbp5yTbMeWptD9XcLQcXsl { 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:1.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTboTQWzn8PbSvJzg7i2qCDmEJzT3rJ8 { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uldklVQVgwiWwTuHdoxvu9yuioXBTgtE { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #SKgA9AEKOaBOwRxLuX7LVsUkM3STmvKk { 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:7.75rem;font-size:1rem;display:block; }#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA li:before{  }
 }@media only screen and (max-width: 763px) { #bsERmsnIAN2h5GmK8clLqe6TLCgBG9PX { top:2.9375rem;left:0rem;width:16.875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ { top:13.3125rem;left:8.3125rem;width:27.5rem;height:10.6875rem;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) { #VQ7B4GlPpiCEkpSUPzfHcUotta8InwNf { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #RZy9JUQCNeh751V0oBE6IJXcv7NTKT27 { 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.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7EANEQM13ClXkhTB8PzbxKHEOtHrFWs { top:8.125rem;left:0rem;width:37.5625rem;height:;font-size:1rem;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:19.375rem;left:0rem;width:47.75rem;height:1.125rem;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) { #fmKItJDshyQh6U9AIyHACZrKUus2BTrv { width:17.5rem;height:3.4375rem;top:22.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1pozyspirlLqgSPqM6KvPC8ZtDrTUX4 { display:block; }
 }@media only screen and (max-width: 763px) { #heSmnGQRA0rRESvhMOBvQTuiQi38ww4a { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #TT6H0ffM6tFAn84mFcCK3hZa2fIdGGJ8 { 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) { #c8fCu3AaDcbcpAC5KZO4zst5mDKsJTnq { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #kg08FI3GiVDNe1G6OqxATaPo98SnlUWh { 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.8125rem;left:0rem;width:32.5625rem;height:12.875rem;font-size:2.6875rem;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) { #VnPTTTlbbadtHPENqGhcwRTDkSfoPwnk { width:17.5rem;height:3.4375rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBi2M0TGWN39flHqAidJKsPaxPy4Hvke { display:block; }
 }@media only screen and (max-width: 763px) { #Feyie2wBTudewTvze0DCVfQg7E7qtaxV { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #dURmUJywizxg4stLIi7plae1guq4hSnv { 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) { body { position:relative;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { position:relative;z-index:auto;background-color:#121066;background-image:url("https://images.assets-landingi.com/uc/d09a33da-e992-4402-b6ed-84583ccd2fd0/mainmob2.jpg");background-position:bottom center !important;background-repeat: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:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { width:20rem;height:2.25rem;top:25.25rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { width:20rem;height:4.79980625rem;top:27.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pA0woraBkOrG7h8epGH9kdPphFWm9gBx { width:4.125rem;height:4.125rem;top:2.5rem;left:15.875rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { width:7.4375rem;height:1.25rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqfTIA8eabMV4beQ17n5PrvSsZ3k73fS { width:20rem;height:10rem;top:32.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qF9MLXbUfB1gXsbtEhhQqiBBrdlPIfZI { width:17.5rem;height:3.4375rem;top:32.875000953674rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB8geTUoatOhcAi45f97MZaippEtn3zh { display:block; }
 }@media only screen and (max-width: 763px) { #GN1Us0UkLrZZyGI2TGD6sXs9uTq0ocwc { top:-4.125rem;left:0rem;width:20rem;height:47.75rem;z-index:100022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iC7dX8kJKeqA0GHrsNFqIxNNWh5TeGF9 { display:block; }
 }@media only screen and (max-width: 763px) { #X38mWWdw6m3ITOREs99XNZ47SXsRtTmO { display:block; }#X38mWWdw6m3ITOREs99XNZ47SXsRtTmO > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSXbJwEuSld5zKuoD2nNRu3fIm2mINOV { width:20rem;height:1.61865rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnz208yvCWhnMpPV6wnPSzBG4kOhzCvc { width:19.0625rem;height:5.19921875rem;top:4.2431640625rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHGxtlgPi6LVlBMggieBd3xlr7UiCJT7 { top:0rem;left:0rem;width:20rem;height:10.3125rem;z-index:100021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AyUVWZsEvB7UoZwPwNiau915IuHsyslo { display:block; }
 }@media only screen and (max-width: 763px) { #aznbafh9EfTTaqudkyLfEASosiFHWhOu { display:block; }#aznbafh9EfTTaqudkyLfEASosiFHWhOu > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiP8y52cbTZVLcZrWmkaNHlJuirZTZEB { width:7.375rem;height:7.375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcfmPQyr2t3fSuzph8DwsuMIL1pRNL32 { width:7.375rem;height:7.375rem;top:8.54296875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5lcsokVTFsQqoL3PXEG4dcDd2PTpOww { width:7.375rem;height:7.375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOUo3wiJgBNRWeLr52NJR2KaAymQHPC0 { width:7.375rem;height:7.375rem;top:22.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDToqHFdEeyEEsdTZLM1MTNCU51Jcgd { width:11.5625rem;height:2.5996125rem;top:2.5rem;left:8.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PXa08lnT7onmorqXKhDQfKQU04amAU1z { width:11.75rem;height:3.89941875rem;top:10.2490234375rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EmNHQhGiRswhMiXgh0h3XEymaV4crSF3 { width:10.5rem;height:2.5996125rem;top:18.1875rem;left:8.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aoZU9iUl1G81WUGJmK6K32R5E3gpWD8e { width:12rem;height:2.5996125rem;top:24.69970703125rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MhbHKoRi0fGc06qiFGFv8IRnoaKbgsHZ { top:35.5625rem;left:0rem;width:20rem;height:0.0625rem;z-index:100022;background-color:#000000;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) { #ZndOnQPBALZpN12su5llBW2WHLImG606 { width:17.5rem;height:3.4375rem;top:30.5rem;left:1.25rem;font-weight:400;font-style:normal;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #GfmIXAR405Q1kaWSdKPakJgK7MK52qKF { display:block; }
 }@media only screen and (max-width: 763px) { #OEXhL7FTxT21VVsQTf58pLuLksZl42aJ { top:0rem;left:0rem;width:20rem;height:35.875rem;z-index:100024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HflGizNVtwkbp5yTbMeWptD9XcLQcXsl { display:block; }
 }@media only screen and (max-width: 763px) { #BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { display:block; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkrOlJheOhwS4CLDSfbZoLu4Z3og7EFc { width:20rem;height:5.49805rem;top:0.90673828125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qTboTQWzn8PbSvJzg7i2qCDmEJzT3rJ8 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uldklVQVgwiWwTuHdoxvu9yuioXBTgtE { top:-0.125rem;left:0rem;width:20rem;height:8.8125rem;z-index:100023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SKgA9AEKOaBOwRxLuX7LVsUkM3STmvKk { display:block; }
 }@media only screen and (max-width: 763px) { #yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { display:block; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { width:20rem;height:49.5rem;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) { #bsERmsnIAN2h5GmK8clLqe6TLCgBG9PX { width:20rem;height:25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ { width:18.3125rem;height:9.3354375rem;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:46.55810546875rem;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) { #VQ7B4GlPpiCEkpSUPzfHcUotta8InwNf { top:0rem;left:0rem;width:20rem;height:49.5rem;z-index:100024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RZy9JUQCNeh751V0oBE6IJXcv7NTKT27 { display:block; }
 }@media only screen and (max-width: 763px) { #EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { display:block; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTScpdE71vtxQ9JAlHFEkRLbtlcyCM7b { width:16.4375rem;height:5.3994125rem;top:2.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P7EANEQM13ClXkhTB8PzbxKHEOtHrFWs { width:20rem;height:13.19675rem;top:8.92822265625rem;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) { #RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb { width:20rem;height:8.94825rem;top:23.375rem;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:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9WwXCVfGWqObcbVkMGtOkTWAhTzCANc { width:20rem;height:0.0625rem;top:29.5rem;left:0rem;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) { #fmKItJDshyQh6U9AIyHACZrKUus2BTrv { width:17.5rem;height:3.4375rem;top:33.887499809265rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1pozyspirlLqgSPqM6KvPC8ZtDrTUX4 { display:block; }
 }@media only screen and (max-width: 763px) { #heSmnGQRA0rRESvhMOBvQTuiQi38ww4a { top:0rem;left:0rem;width:20rem;height:39.125rem;z-index:100027;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TT6H0ffM6tFAn84mFcCK3hZa2fIdGGJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { display:block; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9xsot34daQ027cIVq0iiWJPKzt9HZ60 { width:13.5rem;height:16.9375rem;top:0rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #frkl27Tn1QV7Tg84lyO8szIiycMGdhON { width:11.3125rem;height:3.5996125rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ewUD5B5IDKzDo8lho1aOwfOpbX7rnOLI { width:20rem;height:7.9604375rem;top:16.625rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #AQJBbygCTPFDGoVcXUTqsE2OTCnm1NAZ { width:20rem;height:5.6860375rem;top:29.5625rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #znE70ZOHvw8vbz453T6kFyGs0yGRGOAE { width:20rem;height:1.94970625rem;top:14.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAp02W2PnQJJKiCeVpsPOVmE1aZp4GOk { width:12.5rem;height:1.94970625rem;top:27.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8fCu3AaDcbcpAC5KZO4zst5mDKsJTnq { top:0rem;left:0rem;width:20rem;height:36.5rem;z-index:100026;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kg08FI3GiVDNe1G6OqxATaPo98SnlUWh { display:block; }
 }@media only screen and (max-width: 763px) { #FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c2809e0-46f7-4770-be46-46da159df8a5/202204BodyPowerBodegon061.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:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEW3WPbm1Tn5EpBLMUBDe8lbASy8XtOT { width:20rem;height:6.9875rem;top:2.89501953125rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;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) { #VnPTTTlbbadtHPENqGhcwRTDkSfoPwnk { width:17.5rem;height:3.4375rem;top:13.632297515869rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBi2M0TGWN39flHqAidJKsPaxPy4Hvke { display:block; }
 }@media only screen and (max-width: 763px) { #Feyie2wBTudewTvze0DCVfQg7E7qtaxV { top:0rem;left:0rem;width:20rem;height:36.5rem;z-index:100027;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dURmUJywizxg4stLIi7plae1guq4hSnv { display:block; }
 }@media only screen and (max-width: 763px) { #NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN { position:relative;z-index:auto;display:block; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNTQOmQlDz8shRLS2FlwRVuAFOmAkW3C { width:3.0625rem;height:3.0625rem;top:3.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsu9wI2u7eq9ETX3PkngvcyEcetWPw0U { width:2rem;height:2rem;top:4rem;left:6.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thu20O8VrqWOFKrdxWi9OzlXwTlqdWQC { width:3.0625rem;height:3.0625rem;top:3.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIrRMfmlSb5humifPIEZGdknWROgyI3x { width:2rem;height:2rem;top:4rem;left:11.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecShDalvvqnTrnIhQaSiH1fET49pXWss { width:18.75rem;height:0.0625rem;top:1.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvBxM2y3Xi3zrLAG8saKVeHO2FctxzLh { width:9.8125rem;height:2.5rem;top:0.9375rem;left:5.09375rem;display:block; }
 }