.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .row > .video-iframe-container { display: none; }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .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); }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row .container { background-color: transparent; background-image: none; }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row .container > .video-iframe-container { display: none; }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row > .video-iframe-container { display: none; }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .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); }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row .container { border-width: 0; border-radius: 0; }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#ca2bZdpIGivycMqQyQWqKqMfD85BuVhO { z-index:15002;top:32.375rem;left:19.4375rem;background-color:#e52931;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #028c7f ;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:"open sans";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:7rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bPScOTKavRb444xeloxxbmW8zwTszf01 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JV8unwuo9sIf8BfG5JaK4vIVmN8revQU { color:#000000;display:block;width:41.125rem;position:absolute;font-family:merriweather;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:1.5625rem;left:16.9375rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;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; }
#DtkluE8DSF45hXdmqpOr1BLiHQedKDyl { color:#000000;display:block;width:48.6875rem;position:absolute;font-family:merriweather;font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3623046875rem;left:14.4375rem;height:3.81875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#hWrBnra7l30arczitFwHyRyuXH6ibqqa { color:#000000;display:block;width:41.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:15.1875rem;left:25.625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IH9A0Eev5aC5DEOlvm86JdEP5i3wBqa3 { color:#000000;display:block;width:43.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:9.224609375rem;left:31.875rem;height:13.7988375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yP7LLLaGD9tkf6yIrb7QXwJkxfgWAnab { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #29e5df);background-image: -moz-linear-gradient(180deg, #cccccc, #29e5df);background-image: -ms-linear-gradient(180deg, #cccccc, #29e5df);background-image: -o-linear-gradient(180deg, #cccccc, #29e5df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#29e5df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#29e5df' );";background-image: linear-gradient(180deg, #cccccc, #29e5df);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-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5869140625rem;left:9.875rem;display:none; }
#T47gtewR8O8OOiPMVKfosim2UCRBq0gD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDDVeiZnQAxykHs2gtte33WXS9t3JsXy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:14.1875rem;left:40.71875rem; }
#XB7hRu1RbAWDTzfXGDMJoG0QX1FTXl6l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:16.5625rem;left:38.03125rem; }
#oyrvbSZWk6H9lmMGaS6XrBltbsTZr6mi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:18.9375rem;left:32.90625rem; }
#eq35XL2Mldy2KZmyl01VMQhTNpxGUNvK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:14.6875rem;left:38.09375rem;display:none; }
#WHiKZp3TBMbSrZdPlM7aeTgcpxi189Ss { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:14.6875rem;left:38.09375rem;display:none; }
#lgXdzognaudoHXlOOkrhCfJXa0KBAxZF { color:#000000;display:block;width:50.1875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.375rem;left:24.75rem;height:20.1171875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cSbh5GuETymmHw9EHARzIpUWsiXgu3i8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.1875rem;width:30.625rem;top:8.90625rem;left:0rem;display:block; }
#UxZ9f5Lao5i9JX70cHcJpQXcfam2xe8E { color:#000000;display:block;width:63.1875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:27.1875rem;left:5.90625rem;height:4.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBaUL1VEtVODQPTcOL0XFmOrwhRqxThD { color:#000000;display:block;width:50.1875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.375rem;left:24.75rem;height:20.1171875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#atHVsU60nUuQADAIh24MmMGUX6fzRxq3 { color:#000000;display:block;width:50.1875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.375rem;left:24.75rem;height:20.1171875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/m3U5vqAt/elementy_lp_adaptacja.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW.adaptive-delivery-prevent-bg, #RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW.lazyload, #RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW.lazyloading { background-image: none; }#RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW > .row .container { border-width: 0; border-radius: 0; }#RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:none; }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3.adaptive-delivery-prevent-bg, #HzEAls7Bao8CKPqn33dDcLQQzPtihgk3.lazyload, #HzEAls7Bao8CKPqn33dDcLQQzPtihgk3.lazyloading { background-image: none; }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row .container { background-color: transparent; background-image: none; }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row .container > .video-iframe-container { display: none; }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row > .video-iframe-container { display: none; }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .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); }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row .container { border-width: 0; border-radius: 0; }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#LTkOdddvoq6pCq5SBckKqcGvcRpXQuOy { color:#000000;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:7.625rem;left:17.999218940735rem;height:2.53125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fmseIyzoS3fwKh6luLls8VgdSlW5OUAl { box-sizing:content-box;color:#cb5151;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:7.8593759536744rem;left:26.937500953674rem;display:block; }
#VpoFhpcMdenFCegTzNt7aIFMEq98M1JA { color:#000000;display:block;width:60.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:10.78125rem;left:7.624218940735rem;height:2.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iS4egozurC64Z1Xsp0FRIoq0nzi3U4FM { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:16.25625038147rem;left:18.342968940735rem;height:2.53125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o5CeTUCquAOfMpUK6FXW12uQvbAiC0ul { color:#000000;display:block;width:57.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:19.41250038147rem;left:8.811718940735rem;height:4.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCaHODyn4A5rkc7Sr7LZipVCno0Cisau { color:#000000;display:block;width:39.375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:26.375rem;left:17.155468940735rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XS2ASSE1ZeUqb7c8QTekaa62WeiPWyJT { color:#000000;display:block;width:60.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:29.53125rem;left:7.124218940735rem;height:2.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xLwNCTbg2KgHs2NqU7HNyJnIXLTXsNCI { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:2.4375rem;left:11.4375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OugLeWMyprEAnag5QZIsIr2fxmL9hHVP { color:#000000;display:block;width:52rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:20.5625rem;left:11.5rem;height:2.9rem;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;font-style:normal;display:none; }
#mTTFqETmtHDHQIlqXTVxlvo7A684REDe { color:#000000;display:block;width:52rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:10.3125rem;left:11.5rem;height:5.75rem;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;font-style:normal;display:none; }
#vve7J0TsELdP8TcPaPLRmldztKCdMSCN { color:#000000;display:block;width:52rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:29.25rem;left:11.5rem;height:2.875rem;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;font-style:normal;display:none; }
#AfDQmPJXofZ3GhfwPXK9CcsqvTI8L3bf { color:#000000;display:block;width:45.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:18.6875rem;left:18.3125rem;height:4.4625rem;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;font-style:normal;display:none; }
#yQlxywiT52vC2E1tlGabrwgJrU8XCNF9 { color:#232323;display:block;width:43.3125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:36.493750572204rem;left:15.842968940735rem;height:2.53125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JfOx9NIgorGyHDdsugfZwn0CqxK7VFEJ { color:#000000;display:block;width:59rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:39.650000572204rem;left:8.592968940735rem;height:2.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iic7FkH0TDSvyHO6slR4PfdNlLUV2qdh { box-sizing:content-box;color:#cb5151;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:16.490622520447rem;left:22.500000953674rem;display:block; }
#FxQwOQe9NtA6D4zvtZs936kK8FknUP1z { box-sizing:content-box;color:#cb5151;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:26.609375rem;left:14.736718177796rem;display:block; }
#fUVFdGIZlQy89iE3F0Mk2LA9UaleIh4M { box-sizing:content-box;color:#cb5151;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:36.728125572204rem;left:15.905468940735rem;display:block; }
#l0AWwrGmBIszLMVNgDWASGnFl5frf71f { color:#232323;display:block;width:43.3125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:34.6875rem;left:6.6875rem;height:2.53125rem;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;font-style:normal;display:none; }
#T3Fq9502xxPgtUA1IVwlykKT91IPayPs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#75cfb8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T3Fq9502xxPgtUA1IVwlykKT91IPayPs > .row .container { background-color: transparent; background-image: none; }#T3Fq9502xxPgtUA1IVwlykKT91IPayPs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3Fq9502xxPgtUA1IVwlykKT91IPayPs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3Fq9502xxPgtUA1IVwlykKT91IPayPs > .row .container > .video-iframe-container { display: none; }#T3Fq9502xxPgtUA1IVwlykKT91IPayPs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3Fq9502xxPgtUA1IVwlykKT91IPayPs > .row > .video-iframe-container { display: none; }#T3Fq9502xxPgtUA1IVwlykKT91IPayPs > .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); }#T3Fq9502xxPgtUA1IVwlykKT91IPayPs > .row .container { border-width: 0; border-radius: 0; }#T3Fq9502xxPgtUA1IVwlykKT91IPayPs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3Fq9502xxPgtUA1IVwlykKT91IPayPs > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#z4aPENplHMdHy4mF6ROGNnwMzU8S6ywL { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:2.125rem;left:10.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HpBD9TfcrIsTh1tO5eyQGBAo1bghSZ7a { z-index:15005;top:6.5625rem;left:18.625rem;background-color:#e52929;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #028c7f ;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:"open sans";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:7rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LiIqrNzdMGrxrX0NxeEXV6wIHAxRXgPd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTxDTeNFTdnBJzZsTINQVqU8xgWnArDN { color:#232323;display:block;width:60.8125rem;position:absolute;font-family:merriweather;font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:2.125rem;left:7.09375rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xWSKhq0Ud49SyKcqRbWuy1LBeFOMXulI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#75cfb8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xWSKhq0Ud49SyKcqRbWuy1LBeFOMXulI > .row .container { border-width: 0; border-radius: 0; }#xWSKhq0Ud49SyKcqRbWuy1LBeFOMXulI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWSKhq0Ud49SyKcqRbWuy1LBeFOMXulI > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:none; }#zzOAeH0BA0lDcvc0MnHB90KcWUxh53QV { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:2.125rem;left:10.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#evTBuA2C7H4QpRZUaTWlaM17y72zZvno { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:2.875rem;left:10.8125rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JHII9bB4cqa9TbvaUsIP6ABlUIAXMAln { color:#000000;display:block;width:37.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:10.775000572204rem;left:26.3125rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cW0sI95rUPdEkVetpLtDV8leUk8Q5SsK { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:15.625rem;top:9.2125091552738rem;left:10.625rem;overflow:hidden;display:block; }
#wxp90ELSFply6RDE26uX8G81Dnf2vM3q { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:13.375rem;top:7.6500091552738rem;left:7.5rem;overflow:hidden;display:block; }
#P20hBARMV7EgXsdg1h06NdAcJte2F2nG { color:#000000;display:block;width:37.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:10.775000572204rem;left:26.3125rem;height:14.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ABsWra9zxOkpXwSkBUsoZoGGFDVKJnok { color:#000000;display:block;width:37.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:10.775000572204rem;left:26.3125rem;height:14.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R.adaptive-delivery-prevent-bg, #e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R.lazyload, #e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R.lazyloading { background-image: none; }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row .container { background-color: transparent; background-image: none; }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row .container > .video-iframe-container { display: none; }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row > .video-iframe-container { display: none; }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .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); }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row .container { border-width: 0; border-radius: 0; }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#eKvgkTXf2Jq6Zw5An2wtWJxl38zFWh6w { color:#666666;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:2.2;letter-spacing:0;top:13.686718523503rem;left:12.25rem;height:7.35rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#M0OBgeoCLcH7IPnGsETgVlInr645Z4D2 { color:#75cfb8;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:38.125rem;left:33rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#twoVk04mFtFpXBXgoy6lBxiEKql5JR7T { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Zc1rdmLTTENTTRmm1wtFlATQOZkpIXx2 { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:merriweather;font-size:1.4375rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:42.9609375rem;left:10.8125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:none; }
#dVF8wxF0SmUXZn96TEa32INF4BdP6KfM { color:#666666;display:block;width:53.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:2.2;letter-spacing:0;top:11.6875rem;left:12.25rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BptU7oO8ghbcxlSWTnB4Nva7SOR2rXvl { color:#666666;display:block;width:53.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:2.2;letter-spacing:0;top:11.6875rem;left:12.25rem;height:22.05rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LWHG5KbhFI4BaObSRHfda0Plelsft1lp { color:#666666;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:2.2;letter-spacing:0;top:9.25rem;left:50.1875rem;height:10.3125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ghFgu6xcwE9JmVnTqHzXbpr0sKIGSbpz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#kaXUrKQVPTCXUfNlwegr8Qtmx5q4pgqE { color:#212121;display:block;width:39.375rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:17.8125rem;height:2.4375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#AO2UGAuLOMfNEi8nDqHz6ERdSzTwyubt { box-sizing:content-box;color:#cb5151;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:7.1875rem;left:11.875rem;display:block; }
#ITMMswnOoxxwvf38T6m1Un3fJTuGNqMO { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:9.5625rem;left:3rem;height:9.5605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AkhcCZ76LWiuNOy3DeyRrCpSu1R842qw { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:9.4375rem;left:27.625rem;height:9.56055rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDRtn3RtnEnQFe8lpArTohKN7evCXTCT { box-sizing:content-box;color:#cb5151;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:7.0625rem;left:36.5rem;display:block; }
#CqP81Ep0TT36nX5LQaX6ZOswc5pLlLcD { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:9.5rem;left:52.375rem;height:9.56055rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hN8xSP95JcsD3Jg2bprz5BnmfJOuLyB0 { box-sizing:content-box;color:#cb5151;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:7.1875rem;left:61.1875rem;display:block; }
#LTifu3L3vN1oOCKPP7TKcVsBcGBxTOtl { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ntS3SvKPKJLMRVRgpe8xm7E7EOsDHHMU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ONKVxpCUXdmudZSGmEztmalmmfPmaWDe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#75cfb8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ONKVxpCUXdmudZSGmEztmalmmfPmaWDe > .row .container { background-color: transparent; background-image: none; }#ONKVxpCUXdmudZSGmEztmalmmfPmaWDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONKVxpCUXdmudZSGmEztmalmmfPmaWDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONKVxpCUXdmudZSGmEztmalmmfPmaWDe > .row .container > .video-iframe-container { display: none; }#ONKVxpCUXdmudZSGmEztmalmmfPmaWDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONKVxpCUXdmudZSGmEztmalmmfPmaWDe > .row > .video-iframe-container { display: none; }#ONKVxpCUXdmudZSGmEztmalmmfPmaWDe > .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); }#ONKVxpCUXdmudZSGmEztmalmmfPmaWDe > .row .container { border-width: 0; border-radius: 0; }#ONKVxpCUXdmudZSGmEztmalmmfPmaWDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ONKVxpCUXdmudZSGmEztmalmmfPmaWDe > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#GUTC9bkk9CZDdCAouOnDiWOxa8C9a4hb { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:2.125rem;left:10.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wl01UqKcb73ZTbQFpKNSvCIaCmdl7shP { color:#000000;display:block;width:72.375rem;position:absolute;font-family:merriweather;font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:1.296875rem;left:1.3125rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu { position:relative;display:block; }#h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu { background-color: transparent; background-image: none; }#h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu > .row .container > .video-iframe-container { display: none; }#h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu > .row > .video-iframe-container { display: none; }#h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu > .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); }#h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu { border-width: 0; border-radius: 0; }#h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu > .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.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ft42CXvHiJerTFptFJ8T3PXptRJgCgMb { color:#212121;display:block;width:39.375rem;position:absolute;font-family:merriweather;font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.250036239624rem;left:17.811718940735rem;height:3.00625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lDJCOJSuSasoD1pdCFx3GrofRWQwml96 { position:relative;display:block; }#lDJCOJSuSasoD1pdCFx3GrofRWQwml96 { background-color: transparent; background-image: none; }#lDJCOJSuSasoD1pdCFx3GrofRWQwml96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDJCOJSuSasoD1pdCFx3GrofRWQwml96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDJCOJSuSasoD1pdCFx3GrofRWQwml96 > .row .container > .video-iframe-container { display: none; }#lDJCOJSuSasoD1pdCFx3GrofRWQwml96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDJCOJSuSasoD1pdCFx3GrofRWQwml96 > .row > .video-iframe-container { display: none; }#lDJCOJSuSasoD1pdCFx3GrofRWQwml96 > .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); }#lDJCOJSuSasoD1pdCFx3GrofRWQwml96 { border-width: 0; border-radius: 0; }#lDJCOJSuSasoD1pdCFx3GrofRWQwml96 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lDJCOJSuSasoD1pdCFx3GrofRWQwml96 > .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:56.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zZuek81TNdeUdAgBvGxSNM52GfpFItRV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:17.4375rem;top:9.4500000476837rem;left:3.78125rem;overflow:hidden;display:block; }
#TLeqyiRcsiTVbAvbXoy9FN7E6tDgOrx7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:22.1875rem;top:5.90576171875rem;left:26.40625rem;overflow:hidden;display:block; }
#Zc9TEDhTlgoCk9U8GC0gtcE3Nmw79Hkx { color:#212121;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.6865234375rem;left:28.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghFk8xtUgLcK6IvUTCox8r0vAetVyo1N { color:#212121;display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:4.762500166893rem;left:2.28125rem;height:4.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVQHxy7cQsE0nflURn6AkpS03zSJhKwe { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:11rem;top:10.32470703125rem;left:57rem;overflow:hidden;display:block; }
#lzqQUkZOaFneBg2VsEs2LtDLc92g7xwo { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:29.20458984375rem;left:26.125rem;height:10.0244375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lzqQUkZOaFneBg2VsEs2LtDLc92g7xwo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lzqQUkZOaFneBg2VsEs2LtDLc92g7xwo li:before{  }
#FoiTWESUqK56BQLcJgdT3hOAi4TtvRcW { box-sizing:content-box;height:46.4375rem;width:24.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.125rem;left:0rem;border-top:0.3125rem solid #bbdfc8;border-left:0.3125rem solid #bbdfc8;border-right:0.3125rem solid #bbdfc8;border-bottom:0.3125rem solid #bbdfc8;display:block; }
#slILwpeFg3enAvleUFVdHvx4yQNfZDUG { background-color:#e52929;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.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;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:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:3.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:45.267578125rem;left:1.53125rem;display:block; }
#fdesN0H3oOJt3QKTwox9zLEg0602kUEI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lO23byxkaPHsbMupGi8zb5NyG0xX3MCI { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:26.75rem;left:0.40625rem;height:13.26075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lO23byxkaPHsbMupGi8zb5NyG0xX3MCI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lO23byxkaPHsbMupGi8zb5NyG0xX3MCI li:before{  }
#maFq0bBfNk0ctV9KQHz2VRhdX4KcxTuT { position:absolute;display:block;z-index:15001;background-color:#bbdfc8;background-image:none;border-top:0.0625rem solid #75cfb8;border-left:0.0625rem solid #75cfb8;border-right:0.0625rem solid #75cfb8;border-bottom:0.0625rem solid #75cfb8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.25rem;width:25rem;top:0rem;left:25rem;display:block; }
#trqa7FZCkaHZgLfmeG9OQSGEc1Noy4F1 { box-sizing:content-box;height:46.4375rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:3.13671875rem;left:50.0625rem;border-top:0.3125rem solid #bbdfc8;border-left:0.3125rem solid #bbdfc8;border-right:0.3125rem solid #bbdfc8;border-bottom:0.3125rem solid #bbdfc8;display:block; }
#TqMqkkmCfzakChbIFRBbOzHQDzPtQSyt { background-color:#e52929;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.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;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:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.912109375rem;left:26.65625rem;display:block; }
#pBDdgBqMZlnsHfar08wuQ8giNzn8O3ZA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sJAsCUQitefT7JflbbTWPNkiThAE5diZ { color:#212121;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:40.73046875rem;left:31.25rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#Om9S1hyEeOtAdoxCyN936tFWDq40LUCU { color:#212121;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:40.5625rem;left:6.2490234375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#z73ZTgnTPfPm8khSvoQ26Szb8TwTIz2c { color:#212121;display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:5.5875002145767rem;left:52.281250953674rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJVElB67PBdUxk9eGTXWvz4SU1BcSFpB { color:#212121;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:41.1875rem;left:56.25rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#KSgi6I7zIGDpqvGMu5bK0MylXxH2Ayr1 { background-color:#e52929;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.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;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:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:45.267578125rem;left:51.53125rem;display:block; }
#hzv6GRU6TBlryPMM2XGdFT3xUhitiPB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hIP5yPWHBlfHFOKDT1BH5L9TPH9huTSi { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:28.36669921875rem;left:51.40625rem;height:9.09863125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PhgW9RoddZrXyTQmDTEBuCA3Qxm68hmw { color:#212121;display:block;width:21.625rem;position:absolute;font-family:merriweather;font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:43.52978515625rem;left:1.6875rem;height:0.9746125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#P5N1otKyQTN3QCTeTwT1t8CDXorL0HtV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#75cfb8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#P5N1otKyQTN3QCTeTwT1t8CDXorL0HtV > .row .container { border-width: 0; border-radius: 0; }#P5N1otKyQTN3QCTeTwT1t8CDXorL0HtV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5N1otKyQTN3QCTeTwT1t8CDXorL0HtV > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:none; }#yGWG4B1rwwQ4OZMkWc3SJ9mXTSFIOtph { color:#242424;display:block;width:37rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7841796875rem;left:0.25rem;height:7.55566875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.703125rem;padding-right:0.62375rem;padding-bottom:0.703125rem;padding-left:0.62375rem;display:block;align-items:center;width:3.740625rem;min-width:3.740625rem;height:3.77875rem;position:relative;font-family:"open sans";font-size:2.811875rem;font-weight:700;line-height:60.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.439375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.9875rem;height:1.49375rem;position:relative;font-family:"open sans";font-size:1.054375rem;font-weight:400;line-height:23.9px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.9375rem;height:7.118125rem;padding-top:0.87875rem;padding-right:0.890625rem;padding-bottom:0.87875rem;padding-left:0.890625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.1240234375rem;left:43.390625rem;z-index:15002; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #JcGHmECB3V0TqcQkrUnBLkbM3t12JThW { display:flex;position:relative;top:0rem;left:0rem; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #uhOR7LGUwZ50Aq9ODPm4W7lK0RCdscIR { width:auto; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #ed3Dm7TR8WP0anUWOOBTlKbyTTbVFBGw {  }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #DznuTbtK5e5sbaNTHcOClr8iumVzRfHA { display:flex;position:relative;top:0rem;left:0rem; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #CTc4GRssyU7SyFXGvDMJnlGMfVI0qSvR {  }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #IyVcl498CHB5n3ElchlJeyF8ZmvC9n2h {  }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #STabTiI2SLgibzPeaf4fP0kWOhfRgOMB { display:flex;position:relative;top:0rem;left:0rem; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #B7iW2kiOzglsU7vCWZOyz6O135qbmfHb {  }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #iEzQaDpQ8f8QOvc0pbNkbXOmhHo51wMc {  }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #TBZ2l1VlExiXnLlB3VzEbSm1MSxAg3y3 { display:flex;position:relative;top:0rem;left:0rem; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #iAW2L25w9mHDhtTzOROcZg3pSFBDUAh4 {  }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #l1thRZnvt7ilou1OKh1MTITshnm3kTVN {  }
#p5nbPbBVwUoSU1gKQAsac2PJ0qRIQppu { color:#212121;display:block;width:7.375rem;position:absolute;font-family:merriweather;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:1.25rem;left:16.78671836853rem;height:3.16875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#LrK4BQ3DfOJSALrLbPfklVV1zDsOv45g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#75cfb8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LrK4BQ3DfOJSALrLbPfklVV1zDsOv45g > .row .container { border-width: 0; border-radius: 0; }#LrK4BQ3DfOJSALrLbPfklVV1zDsOv45g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrK4BQ3DfOJSALrLbPfklVV1zDsOv45g > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:none; }#RO4Q49xmc4B2oBL8dTgaRUnKhmRvGKSC { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:2.125rem;left:10.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TCrTeQSpTaPZK7FNT7JxqmU0SLf7wG7G { color:#000000;display:block;width:67.75rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.55078125rem;left:3.625rem;height:9.505375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rxWq32nJSrNUoRT3s58aIkwsSTovlGwM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bbdfc8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rxWq32nJSrNUoRT3s58aIkwsSTovlGwM > .row .container { background-color: transparent; background-image: none; }#rxWq32nJSrNUoRT3s58aIkwsSTovlGwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxWq32nJSrNUoRT3s58aIkwsSTovlGwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxWq32nJSrNUoRT3s58aIkwsSTovlGwM > .row .container > .video-iframe-container { display: none; }#rxWq32nJSrNUoRT3s58aIkwsSTovlGwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxWq32nJSrNUoRT3s58aIkwsSTovlGwM > .row > .video-iframe-container { display: none; }#rxWq32nJSrNUoRT3s58aIkwsSTovlGwM > .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); }#rxWq32nJSrNUoRT3s58aIkwsSTovlGwM > .row .container { border-width: 0; border-radius: 0; }#rxWq32nJSrNUoRT3s58aIkwsSTovlGwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxWq32nJSrNUoRT3s58aIkwsSTovlGwM > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#xfNhph5SMlDKk3wcHxmbCsp8bqQquhN3 { color:#000000;display:block;width:39.375rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:21.8125rem;height:2.4375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#w3HC3W4BdGDoX5zLOcCHMtLhuFGaCnxo { color:#212121;display:block;width:51.9375rem;position:absolute;font-family:merriweather;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:8.33828163147rem;left:11.5rem;height:12.9rem;text-align:left;text-align-last:left;font-style:italic;display:none; }#w3HC3W4BdGDoX5zLOcCHMtLhuFGaCnxo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w3HC3W4BdGDoX5zLOcCHMtLhuFGaCnxo li:before{  }
#b1bGs94SFQTuunSALMPJeG7eWrru3iG0 { box-sizing:content-box;color:#cb5151;font-size:2.6875rem;font-weight:400;line-height:1;height:3.874025rem;width:3.874025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:2.625rem;left:21.8125rem;display:block; }
#mCCRxJfQTPMm1qeL3BomruecUpBG9kFu { box-sizing:content-box;color:#cb5151;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:9.1875rem;left:3.75rem;display:block; }
#DXWNPKZ5GgvrZt02ko7SRT82wrgVVZPE { box-sizing:content-box;color:#cb5151;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:13.453125rem;left:3.625rem;display:block; }
#Zxo0JuJp9tpIP4DDxm8QTH6gT4xiWrmU { box-sizing:content-box;color:#cb5151;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:21.1875rem;left:3.625rem;display:block; }
#lrZRak4CF2wDs3yGqJfSMalzkiNNH3zA { box-sizing:content-box;color:#cb5151;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:26.0625rem;left:3.625rem;display:block; }
#mesds0dn5usucWTLB7QHRJfqUiAxTucy { color:#212121;display:block;width:51.9375rem;position:absolute;font-family:merriweather;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.0867156982425rem;left:15.5rem;height:11.94375rem;text-align:left;text-align-last:left;font-style:italic;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:none; }
#fF6edm7MSyxPDzmOboKJuxv3eMppg2nO { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:16.65625rem;left:7.3740234375rem;height:2.76171875rem;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;font-style:normal;display:block; }
#cav2CRdXwQqQSzmkT1SdT1lg4u1gqFeH { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:9.609375rem;left:7.3740234375rem;height:2.15625rem;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;font-style:normal;display:block; }
#T8FdArPk6KHoxvVA8vTScNT7f53dyyG6 { color:#000000;display:block;width:67.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:13.875rem;left:7.3740234375rem;height:2.15625rem;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;font-style:normal;display:block; }
#Qw0qFbTaJspmksaZSy4siGWbXoL4cHa4 { color:#000000;display:block;width:60.9375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:21.6435546875rem;left:7.3740234375rem;height:2.15625rem;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;font-style:normal;display:block; }
#izLUifCBNSHsAKNZmwz29kxOMaKg6pzA { color:#000000;display:block;width:60.9375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:26.2998046875rem;left:7.3740234375rem;height:2.15625rem;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;font-style:normal;display:block; }
#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { border-width: 0; border-radius: 0; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { font-size:0.875rem;font-family:arial;height:0;width:75rem;position:relative;display:none; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bbdfc8;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa.adaptive-delivery-prevent-bg, #n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa.lazyload, #n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa.lazyloading { background-image: none; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container { background-color: transparent; background-image: none; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container > .video-iframe-container { display: none; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row > .video-iframe-container { display: none; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .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); }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container { border-width: 0; border-radius: 0; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container { font-size:0.875rem;font-family:arial;height:94.8125rem;width:75rem;position:relative;display:block; }#tKtyT5GLXwEy3CBuFG11M1WI2mcTJRwB { color:#212121;display:block;width:44.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:9.6875rem;left:4.6875rem;height:22.124rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#tKtyT5GLXwEy3CBuFG11M1WI2mcTJRwB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tKtyT5GLXwEy3CBuFG11M1WI2mcTJRwB li:before{  }
#CDI3RXshystHtldA2AUdLvERvyKEAoTT { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:2.5625rem;left:10.8125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nWO3EOp1fkaLARiegps1OgbRzUvVxr6V { z-index:15005;top:84.1240234375rem;left:19.4375rem;background-color:#e52929;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #028c7f ;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:"open sans";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:7rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fJc5eOffXnaI1PUIh0rMxcea9saRqFbz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uAgsksycasX3rIQk3IWayT8TgOo3b21B { color:#212121;display:block;width:41.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:40.4306640625rem;left:32.375rem;height:18.38675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#uAgsksycasX3rIQk3IWayT8TgOo3b21B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uAgsksycasX3rIQk3IWayT8TgOo3b21B li:before{  }
#dIype5co59K4fTgIcHvS1SQHDTDHKWw7 { color:#212121;display:block;width:56.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:68.625rem;left:5.6875rem;height:13.0869375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dIype5co59K4fTgIcHvS1SQHDTDHKWw7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dIype5co59K4fTgIcHvS1SQHDTDHKWw7 li:before{  }
#GnTGw7IxCBCJpaFm5HCIhf2ShUh8f2Xt { color:#212121;display:block;width:27.6875rem;position:absolute;font-family:merriweather;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.375rem;left:4.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;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; }
#ZOtAm5J0XfyckTTeKUP4Jv0kezTiVJfe { color:#212121;display:block;width:29.75rem;position:absolute;font-family:merriweather;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:37.7939453125rem;left:32.375rem;height:1.7871125rem;text-align:left;text-align-last:left;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; }
#vIVxN4ny8LIxiv0N0kT3i0KpKexr1b11 { color:#212121;display:block;width:29.75rem;position:absolute;font-family:merriweather;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:65.9375rem;left:5.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;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; }
#Lntw7TLT6QIKd8wrNQVxmMlLMNgVmJci { color:#212121;display:block;width:31.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:9.6875rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#Lntw7TLT6QIKd8wrNQVxmMlLMNgVmJci li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lntw7TLT6QIKd8wrNQVxmMlLMNgVmJci li:before{  }
#t3Qgtoo2xb9iIpdgXgBvdoTtxRhfSGNs { color:#212121;display:block;width:31.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:29.80624961853rem;left:33rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#t3Qgtoo2xb9iIpdgXgBvdoTtxRhfSGNs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t3Qgtoo2xb9iIpdgXgBvdoTtxRhfSGNs li:before{  }
#I3E9vEAoLNqpNBT3I48vtZPmHMekzoLo { color:#212121;display:block;width:31.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:29.80624961853rem;left:33rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#I3E9vEAoLNqpNBT3I48vtZPmHMekzoLo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I3E9vEAoLNqpNBT3I48vtZPmHMekzoLo li:before{  }
#d0XawymngzTmAMdcST1WNZ4kk6NUTK5a { color:#212121;display:block;width:31.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:29.80624961853rem;left:33rem;height:25.3rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#d0XawymngzTmAMdcST1WNZ4kk6NUTK5a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d0XawymngzTmAMdcST1WNZ4kk6NUTK5a li:before{  }
#e9kKRm626cAMUxvCZWlWRXETQ3zAOFPq { color:#212121;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:59.625rem;left:15.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#e9kKRm626cAMUxvCZWlWRXETQ3zAOFPq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e9kKRm626cAMUxvCZWlWRXETQ3zAOFPq li:before{  }
#krq4wdHSwGnE4TmTsicBh34Zg4kDhnM1 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:27.5rem;top:11.5rem;left:47.404091591592rem;overflow:hidden;display:block; }
#ZDtR23yEPmRuENpyi5BVpdBKXAQIDhQo { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:32.75rem;top:38.125rem;left:0rem;overflow:hidden;display:block; }
#IaVInnHVbXvUAOPRi7iKJSodm78qJv7d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#75cfb8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IaVInnHVbXvUAOPRi7iKJSodm78qJv7d > .row .container { background-color: transparent; background-image: none; }#IaVInnHVbXvUAOPRi7iKJSodm78qJv7d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaVInnHVbXvUAOPRi7iKJSodm78qJv7d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaVInnHVbXvUAOPRi7iKJSodm78qJv7d > .row .container > .video-iframe-container { display: none; }#IaVInnHVbXvUAOPRi7iKJSodm78qJv7d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaVInnHVbXvUAOPRi7iKJSodm78qJv7d > .row > .video-iframe-container { display: none; }#IaVInnHVbXvUAOPRi7iKJSodm78qJv7d > .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); }#IaVInnHVbXvUAOPRi7iKJSodm78qJv7d > .row .container { border-width: 0; border-radius: 0; }#IaVInnHVbXvUAOPRi7iKJSodm78qJv7d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaVInnHVbXvUAOPRi7iKJSodm78qJv7d > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#OtSfqIbfhIfMFZpBZp0s3248nBOZJW4f { position:absolute;display:block;z-index:15001;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;height:14.5625rem;width:59.4375rem;top:5.4375rem;left:9.125rem;display:block; }
#FCi6RvWKRBk3IlEDGHOrySd9TE58x5LM { color:#000000;display:block;width:54.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:9.3125rem;left:11.375rem;height:7.69925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#anqc0a834LVTewxp5ycAPCWo9HsVu9od { color:#000000;display:block;width:55.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:29.875rem;left:11.1875rem;height:3.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EHWu12cyW3yk2EIuq126IZBThq8rkM7I { position:absolute;display:block;z-index:15002;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5625rem;width:58.9375rem;top:25.6875rem;left:9.375rem;display:block; }
#PTwkqsulqfWDKOcN9530EZBBE6iVFT7T { position:absolute;display:block;z-index:15039;background-color:#f4f4f4;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:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.6875rem;width:6.6875rem;top:2.1875rem;left:35.5rem;display:block; }
#OREFgEFJlk7IkaRdTNPPVq9AdoLMvByu { box-sizing:content-box;color:#cb5151;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:3.25rem;left:36.625rem;display:block; }
#Sv9HFZONeVMWowto5aXJIKlU2o6X3fnV { box-sizing:content-box;color:#cb5151;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:23.5625rem;left:36.9375rem;display:block; }
#fq5b19WVAOLHNqNrM9oSqLrNcOUqczAo { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:18.125rem;top:12.4375rem;left:56.875rem;overflow:hidden;display:block; }
#I1EIWvSiDT9roH1mzdSQrhk9oGoTSfdO { position:absolute;display:block;z-index:15040;background-color:#f4f4f4;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:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.6875rem;width:6.6875rem;top:22.25rem;left:35.5625rem;display:block; }
#aPv0vVM5wTNzy1sudRAf8e98JV4LLMKT { color:#000000;display:block;width:54.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:9.3125rem;left:11.375rem;height:9.624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aqPfTlQuThszmN1zwGbedbRKLvIKckJV { position:absolute;display:block;z-index:15039;background-color:#f4f4f4;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:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.6875rem;width:6.6875rem;top:2.1875rem;left:35.5rem;display:none; }
#c7IraV6AnNIV6EeETmc969vegAsALu9s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bbdfc8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c7IraV6AnNIV6EeETmc969vegAsALu9s > .row .container { background-color: transparent; background-image: none; }#c7IraV6AnNIV6EeETmc969vegAsALu9s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7IraV6AnNIV6EeETmc969vegAsALu9s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7IraV6AnNIV6EeETmc969vegAsALu9s > .row .container > .video-iframe-container { display: none; }#c7IraV6AnNIV6EeETmc969vegAsALu9s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7IraV6AnNIV6EeETmc969vegAsALu9s > .row > .video-iframe-container { display: none; }#c7IraV6AnNIV6EeETmc969vegAsALu9s > .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); }#c7IraV6AnNIV6EeETmc969vegAsALu9s > .row .container { border-width: 0; border-radius: 0; }#c7IraV6AnNIV6EeETmc969vegAsALu9s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7IraV6AnNIV6EeETmc969vegAsALu9s > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#Mlv79GgLcJTsAvi7TPvUgCR2XFGL6CHc { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:2.6875rem;left:11.124218940735rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#l6ms7oKTBVDQbQylHUUh2fDbbRb9QLN2 { position:absolute;display:block;z-index:15042;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:18.375rem;width:67.25rem;top:7.5984377861025rem;left:3.875rem;display:block; }
#Koy4kHU2TaE4Q0FxlFmslgNK7okJBGO2 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:17.437499523163rem;left:6.2492189407349rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#biUZ0WmTTSXeTo4XGFltykFfwVXTtXhf { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:13.174218654633rem;left:5.3109369277954rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UvT84ASCFbcfzfy2eyA0NA4l30TrO4ya { position:absolute;display:block;z-index:15042;background-color:#c8858f;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.6875rem;left:56.500000953674rem;display:block; }
#eQLp1Ayqzcxo7NXDV7Wt0GOuVe17q9T6 { color:#000000;display:block;width:39.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:9.3125004768369rem;left:11.810156822204rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bagvHCr9psLtKP86czufGKveZJmdlUXC { position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/x6FdvHP0/17_KARLA_ORBAN_Kamila_Kregulewska_Neary_Photography_All_rights_reserved_.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.4375rem 0.375rem 1.875rem rgba(0,0,0,0.79) ;height:12.5rem;width:12.5rem;top:3rem;left:57.062500953674rem;display:block; }#bagvHCr9psLtKP86czufGKveZJmdlUXC.adaptive-delivery-prevent-bg, #bagvHCr9psLtKP86czufGKveZJmdlUXC.lazyload, #bagvHCr9psLtKP86czufGKveZJmdlUXC.lazyloading { background-image: none; }
#GqhtRefm7e9XfHiIRCQutuiC3RqdSFhT { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:13.262499809265rem;left:12.5rem;height:2.8rem;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;font-style:normal;display:none; }
#kCAo5zmiN2ioGylNXWyLaqMafyXPnUPu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bbdfc8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kCAo5zmiN2ioGylNXWyLaqMafyXPnUPu > .row .container { border-width: 0; border-radius: 0; }#kCAo5zmiN2ioGylNXWyLaqMafyXPnUPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kCAo5zmiN2ioGylNXWyLaqMafyXPnUPu > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:none; }#ZqaWCHm7T8BTBTEC2cwOZ1vgoqs5bXuP { position:absolute;display:block;z-index:15042;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:18.375rem;width:52rem;top:8.0992126464844rem;left:11.5rem;display:block; }
#AlTrqI1xDrXRkZT0Q1JKIA71IzpfKoR6 { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:18.1875rem;left:13.375rem;height:5.625rem;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;font-style:normal;display:block; }
#y35wIyV9vSILKQqEIcoziZ0wTpJBIfCT { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:12.84375rem;left:13.375rem;height:4.21875rem;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;font-style:normal;display:block; }
#bWTXcAkiCeoUST9DBxBPxgKhepSFhp8A { position:absolute;display:block;z-index:15042;background-color:#c8858f;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.6875rem;left:51.5rem;display:block; }
#yhJvOCTebJaCPpCaBPC9i4oA4AI82pnZ { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:13.262499809265rem;left:12.5rem;height:2.8rem;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;font-style:normal;display:none; }
#HhnERegzN21fzRBb5G2AJdTHF2HCgm4N { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:1.375rem;left:10.84375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:none; }
#nm5poSZTTE4TnFHwf2M9w7BKEne93QVR { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;box-shadow: 0.3125rem 0.25rem 0.6875rem rgba(0,0,0,0.5) ;height:11.25rem;width:11.25rem;top:5.6343748569489rem;left:52.6875rem;overflow:hidden;display:none; }
#Q10sFN40EA6r8RugVRGrw7K8MhIK6EHg { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.0125122070312rem;left:8.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UPcckBKJomvVDqKwlFK2oWBTy5BQlqyT { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:8.8609619140625rem;left:8.0625rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG > .row .container { background-color: transparent; background-image: none; }#d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG > .row .container > .video-iframe-container { display: none; }#d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG > .row > .video-iframe-container { display: none; }#d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG > .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); }#d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG > .row .container { border-width: 0; border-radius: 0; }#d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:block; }#RHGD0sEC5oLcbsg881hlvwUdhvInvTcn { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.2625122070312rem;left:8.0624990463256rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZUpNX42BnWvsvmZaqWRbdc3ZvzBmpda { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9.735156059265rem;left:3.4984369277954rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vd72E9fkF4axwNm2tboWTCUyqptugcgn { position:absolute;display:block;z-index:15000;background-color:#c8858f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.4375rem 0.375rem 1.875rem #028c7f ;height:10.75rem;width:10.75rem;top:4.171875rem;left:56.937500953674rem;display:block; }
#KKA5vEU2hGvHoBcLlBvnE6EWco5J8WI3 { position:absolute;display:block;z-index:15001;background-color:#269995;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.4375rem 0.375rem 1.875rem #028c7f ;height:9.3125rem;width:9.375rem;top:7.8226623535156rem;left:54.937500953674rem;display:block; }
#BuLNSoAqxWHKZyHeHhcdoBD2xK9HVHJO { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;box-shadow: none;height:11.25rem;width:11.25rem;top:6.8843688964844rem;left:57.687500953674rem;overflow:hidden;display:block; }
#hfIqet3VXwEiSO4LOKgh1frOftBJA1em { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:2.625rem;left:10.843749046326rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#75cfb8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y > .row .container { background-color: transparent; background-image: none; }#ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y > .row .container > .video-iframe-container { display: none; }#ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y > .row > .video-iframe-container { display: none; }#ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y > .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); }#ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y > .row .container { border-width: 0; border-radius: 0; }#ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#tvh3cxMMisvzlSQbePzlK5uec55EnwGp { color:#232323;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7375011444092rem;left:7.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SxCplU6JarRHmqHDMTbOHe5cNcEkhy5W { z-index:15005;top:2.7373046875rem;left:19.9375rem;background-color:#e52929;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #bbdfc8 ;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:"open sans";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:4.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rvTTbuyv3WHUT343Aal3EJGhCmQSoyuy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW.adaptive-delivery-prevent-bg, #OteuayonwdyQvZWl2AvAmZJcIXiJmTaW.lazyload, #OteuayonwdyQvZWl2AvAmZJcIXiJmTaW.lazyloading { background-image: none; }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row .container { background-color: transparent; background-image: none; }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row .container > .video-iframe-container { display: none; }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row > .video-iframe-container { display: none; }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .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); }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row .container { border-width: 0; border-radius: 0; }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#QQounJHmPTshemMDEIDIfvqTVB4M6adQ { color:#585858;display:block;width:39.6875rem;position:absolute;font-family:merriweather;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5179691314698rem;left:17.625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:italic;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; }
#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT.adaptive-delivery-prevent-bg, #NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT.lazyload, #NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT.lazyloading { background-image: none; }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row .container { background-color: transparent; background-image: none; }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row .container > .video-iframe-container { display: none; }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row > .video-iframe-container { display: none; }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .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); }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row .container { border-width: 0; border-radius: 0; }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#pe8Id4h1mTGOJkAyDb1dAMydVvGMpN5c { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:0.6875rem;left:14.6875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C1odWx80uFBeMJImfLrurhhNN9hM4RxP { position:absolute;display:block;z-index:15057;background-color:#bbdfc8;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.9375rem;width:59.375rem;top:0.375rem;left:7.8125rem;display:block; }
#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX.adaptive-delivery-prevent-bg, #PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX.lazyload, #PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX.lazyloading { background-image: none; }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row .container { background-color: transparent; background-image: none; }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row .container > .video-iframe-container { display: none; }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row > .video-iframe-container { display: none; }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .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); }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row .container { border-width: 0; border-radius: 0; }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#BTpsKnB3TCUQThB4pzf02svs4oHSqbRZ { color:#000000;display:block;width:59.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.4;letter-spacing:0;top:0.5rem;left:7.8125rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK.adaptive-delivery-prevent-bg, #Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK.lazyload, #Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK.lazyloading { background-image: none; }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row .container { background-color: transparent; background-image: none; }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row .container > .video-iframe-container { display: none; }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row > .video-iframe-container { display: none; }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .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); }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row .container { border-width: 0; border-radius: 0; }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#bJkrxMT8Ou16TZsFqw5MkN9PSQ74Hcwu { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:14.6875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#W6y6QuzrWwRFrD7zTPCEbvkosECs3vNc { position:absolute;display:block;z-index:15058;background-color:#bbdfc8;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.9375rem;width:59.375rem;top:0.375rem;left:7.8125rem;display:block; }
#mlKV2K5ImbaedZwqV5f7a4HAyP5bZIMq { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:0.59375rem;left:14.6875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7.adaptive-delivery-prevent-bg, #TXR272klRUgD7mbFVazfWFi3GG2Tgkv7.lazyload, #TXR272klRUgD7mbFVazfWFi3GG2Tgkv7.lazyloading { background-image: none; }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row .container { background-color: transparent; background-image: none; }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row .container > .video-iframe-container { display: none; }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row > .video-iframe-container { display: none; }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .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); }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row .container { border-width: 0; border-radius: 0; }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#ylUS51f865Bqd2kSFI7KOiz9Xt4GQxTn { color:#000000;display:block;width:59.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.4;letter-spacing:0;top:0.46875rem;left:7.8125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z.adaptive-delivery-prevent-bg, #K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z.lazyload, #K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z.lazyloading { background-image: none; }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row .container { background-color: transparent; background-image: none; }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row .container > .video-iframe-container { display: none; }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row > .video-iframe-container { display: none; }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .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); }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row .container { border-width: 0; border-radius: 0; }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#nMEvcAsHvBC8ET4a5a0scKe6hSsFCE8t { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:14.6875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#KzvXqvSMx2DQmUEyMQtaI8TtCazRFLKV { position:absolute;display:block;z-index:15058;background-color:#bbdfc8;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.9375rem;width:59.375rem;top:0.375rem;left:7.8125rem;display:block; }
#OffKMfpoFc8pnm0M9NDTq5k4r2RHDhmb { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:0.59375rem;left:14.6875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5.adaptive-delivery-prevent-bg, #WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5.lazyload, #WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5.lazyloading { background-image: none; }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row .container { background-color: transparent; background-image: none; }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row .container > .video-iframe-container { display: none; }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row > .video-iframe-container { display: none; }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .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); }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row .container { border-width: 0; border-radius: 0; }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#hJzfiqtcyl3EsmslDI1wnDFARTagbuZs { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.4;letter-spacing:0;top:0.46875rem;left:14.6875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X.adaptive-delivery-prevent-bg, #Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X.lazyload, #Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X.lazyloading { background-image: none; }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row .container { background-color: transparent; background-image: none; }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row .container > .video-iframe-container { display: none; }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row > .video-iframe-container { display: none; }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .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); }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row .container { border-width: 0; border-radius: 0; }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#QwI3V8HFytzlySQn5Tly2ZDeytg5vEVz { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:14.6875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#zETVV62VPMOxENTpclvog2OfwmOsa0vT { position:absolute;display:block;z-index:15058;background-color:#bbdfc8;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.9375rem;width:59.375rem;top:0.375rem;left:7.8125rem;display:block; }
#pdWc9qAJ6DkqpdzEOOIQvoELlbR7qH65 { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:0.6875rem;left:12.1875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV.adaptive-delivery-prevent-bg, #eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV.lazyload, #eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV.lazyloading { background-image: none; }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row .container { background-color: transparent; background-image: none; }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row .container > .video-iframe-container { display: none; }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row > .video-iframe-container { display: none; }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .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); }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row .container { border-width: 0; border-radius: 0; }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#aOTHfanQ7ysQBldbTcUy81C6k8XCIHaZ { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.4;letter-spacing:0;top:0.46875rem;left:14.6875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU.adaptive-delivery-prevent-bg, #Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU.lazyload, #Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU.lazyloading { background-image: none; }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row .container { background-color: transparent; background-image: none; }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row .container > .video-iframe-container { display: none; }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row > .video-iframe-container { display: none; }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .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); }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row .container { border-width: 0; border-radius: 0; }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#ReJibydlfdis37SmTB3s1BvwpDIcDq0u { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:14.6875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#dDNVfVGVQzSodQsoNDRH1CqF8Q54AHox { position:absolute;display:block;z-index:15058;background-color:#bbdfc8;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.9375rem;width:59.375rem;top:0.375rem;left:7.8125rem;display:block; }
#mPKgVp4NSHHHCxxzt57y6nNzbzwToGTF { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:0.59375rem;left:14.6875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2.adaptive-delivery-prevent-bg, #GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2.lazyload, #GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2.lazyloading { background-image: none; }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row .container { background-color: transparent; background-image: none; }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row .container > .video-iframe-container { display: none; }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row > .video-iframe-container { display: none; }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .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); }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row .container { border-width: 0; border-radius: 0; }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#H6u94n05UsSrGmPcTTIig3hNWfktd5EL { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.4;letter-spacing:0;top:0.46875rem;left:14.6875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H.adaptive-delivery-prevent-bg, #miH90oL0Ndi1XFEI3H463BKF0rMP3E8H.lazyload, #miH90oL0Ndi1XFEI3H463BKF0rMP3E8H.lazyloading { background-image: none; }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row .container { background-color: transparent; background-image: none; }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row .container > .video-iframe-container { display: none; }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row > .video-iframe-container { display: none; }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .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); }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row .container { border-width: 0; border-radius: 0; }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LSGcQiHwrOoXTnqFZHpdS8IocGJi7B5l { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:14.6875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#z9G7sPPvsGqt2oGR2pXRD2619yTr4iBy { position:absolute;display:block;z-index:15058;background-color:#bbdfc8;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.9375rem;width:59.375rem;top:0.375rem;left:7.8125rem;display:block; }
#IMfuT01twqzErP6O8G7eOCHVHTsFxBpN { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:0.59375rem;left:14.6875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV.adaptive-delivery-prevent-bg, #baCGcXnT7nhm7flqaLf1ro2oaA1gspsV.lazyload, #baCGcXnT7nhm7flqaLf1ro2oaA1gspsV.lazyloading { background-image: none; }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row .container { background-color: transparent; background-image: none; }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row .container > .video-iframe-container { display: none; }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row > .video-iframe-container { display: none; }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .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); }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row .container { border-width: 0; border-radius: 0; }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#NKitVEquMGvPDDgXFrSrGEW78srJeNuJ { color:#000000;display:block;width:59.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.4;letter-spacing:0;top:0.46875rem;left:7.8125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT.adaptive-delivery-prevent-bg, #KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT.lazyload, #KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT.lazyloading { background-image: none; }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row .container { background-color: transparent; background-image: none; }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row .container > .video-iframe-container { display: none; }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row > .video-iframe-container { display: none; }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .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); }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row .container { border-width: 0; border-radius: 0; }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#lD7OGFWtpBU2KO8B43fGSfpUHKysazmO { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:14.6875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#Z9XwzwprwOtOA28wMR2iQ6tJiEJQxxv6 { position:absolute;display:block;z-index:15058;background-color:#bbdfc8;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.9375rem;width:59.375rem;top:0.375rem;left:7.8125rem;display:block; }
#InqNnypAxJnWrbag1cWRIDlK3loJvhcX { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:0.59375rem;left:14.6875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof.adaptive-delivery-prevent-bg, #fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof.lazyload, #fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof.lazyloading { background-image: none; }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row .container { background-color: transparent; background-image: none; }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row .container > .video-iframe-container { display: none; }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row > .video-iframe-container { display: none; }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .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); }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row .container { border-width: 0; border-radius: 0; }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#nWeKuMkhGfFlWgK3Venn8S4QTa7n1g6V { color:#000000;display:block;width:51.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15059;line-height:1.4;letter-spacing:0;top:0.7998046875rem;left:7.8125rem;height:1.3125rem;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;font-style:normal;display:block; }
#wCwKmA6bgCrA0vOMnGoTtZbo6nRfT8fv { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15060;line-height:1.4;letter-spacing:0;top:2.0498046875rem;left:9.0625rem;height:6.875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#wCwKmA6bgCrA0vOMnGoTtZbo6nRfT8fv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wCwKmA6bgCrA0vOMnGoTtZbo6nRfT8fv li:before{  }
#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2.adaptive-delivery-prevent-bg, #TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2.lazyload, #TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2.lazyloading { background-image: none; }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row .container { background-color: transparent; background-image: none; }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row .container > .video-iframe-container { display: none; }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row > .video-iframe-container { display: none; }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .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); }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row .container { border-width: 0; border-radius: 0; }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#qnFE8lEPVUw7Cbbah7xNB5oaJexTmJ1r { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:14.6875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#sy0alSdEKNLyNVOh62BHxzB7Vt0Rqchp { position:absolute;display:block;z-index:15058;background-color:#bbdfc8;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.9375rem;width:59.375rem;top:0.375rem;left:7.8125rem;display:block; }
#sFGnygX7qWwR9xQIOR9NHCuC1xH3G6WL { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:0.6875rem;left:12.1875rem;height:1.3125rem;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; }
#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eg2xs2Z/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ.adaptive-delivery-prevent-bg, #ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ.lazyload, #ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ.lazyloading { background-image: none; }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row .container { background-color: transparent; background-image: none; }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row .container > .video-iframe-container { display: none; }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row > .video-iframe-container { display: none; }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .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); }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row .container { border-width: 0; border-radius: 0; }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#tsuTKVgx2Id7z7LG2oZePMJo0MC2oTlS { color:#000000;display:block;width:59.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.4;letter-spacing:0;top:0.46875rem;left:7.8125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H0ntSH6RZtreCtJQz1yk9rGo3BCdg6wk { color:#000000;display:block;width:51.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.4;letter-spacing:0;top:0.5rem;left:12.1875rem;height:2.6rem;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;font-style:normal;display:none; }
#u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix > .row .container { background-color: transparent; background-image: none; }#u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix > .row .container > .video-iframe-container { display: none; }#u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix > .row > .video-iframe-container { display: none; }#u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix > .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); }#u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix > .row .container { border-width: 0; border-radius: 0; }#u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#mM5TMwpbQ255i0V7OVsZWul4iVTTBO9S { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.28564453125rem;left:11.125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BF9r2zoLe7TA5AV637AaxTamkcTEWkmv { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.75rem;left:11.125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nsxkPBpz6Tu3PrxS2c34puuAHoslosex { position:absolute;display:block;z-index:15005;height:2.0625rem;width:3.6875rem;top:0.9375rem;left:1.3125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MS8FWKa7FvFVfTTmOglG4X80hKPoezrG { display:block; }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ca2bZdpIGivycMqQyQWqKqMfD85BuVhO { top:32.375rem;left:5.8125rem;width:36.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPScOTKavRb444xeloxxbmW8zwTszf01 { display:block; }
 }@media only screen and (max-width: 763px) { #JV8unwuo9sIf8BfG5JaK4vIVmN8revQU { top:1.5625rem;left:3.3125rem;width:41.125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtkluE8DSF45hXdmqpOr1BLiHQedKDyl { top:3.3125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWrBnra7l30arczitFwHyRyuXH6ibqqa { top:15.1875rem;left:6.375rem;width:41.375rem;height:1.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IH9A0Eev5aC5DEOlvm86JdEP5i3wBqa3 { top:9.1875rem;left:4.625rem;width:43.125rem;height:13.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP7LLLaGD9tkf6yIrb7QXwJkxfgWAnab { width:22.625rem;height:2.75rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T47gtewR8O8OOiPMVKfosim2UCRBq0gD { display:block; }
 }@media only screen and (max-width: 763px) { #RDDVeiZnQAxykHs2gtte33WXS9t3JsXy { width:1.5rem;height:1.5rem;top:14.1875rem;left:27.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB7hRu1RbAWDTzfXGDMJoG0QX1FTXl6l { width:1.5rem;height:1.5rem;top:16.5625rem;left:24.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyrvbSZWk6H9lmMGaS6XrBltbsTZr6mi { width:1.5rem;height:1.5rem;top:18.9375rem;left:19.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq35XL2Mldy2KZmyl01VMQhTNpxGUNvK { width:1.5rem;height:1.5rem;top:14.6875rem;left:24.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WHiKZp3TBMbSrZdPlM7aeTgcpxi189Ss { width:1.5rem;height:1.5rem;top:14.6875rem;left:24.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgXdzognaudoHXlOOkrhCfJXa0KBAxZF { top:19.6875rem;left:0rem;width:17.9375rem;height:2.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSbh5GuETymmHw9EHARzIpUWsiXgu3i8 { width:30.625rem;height:17.1875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxZ9f5Lao5i9JX70cHcJpQXcfam2xe8E { top:27.1875rem;left:0rem;width:47.75rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBaUL1VEtVODQPTcOL0XFmOrwhRqxThD { top:21.6875rem;left:0rem;width:19rem;height:6.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #atHVsU60nUuQADAIh24MmMGUX6fzRxq3 { top:31.375rem;left:0rem;width:17.9375rem;height:5.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW { display:none; }#RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 { display:block; }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTkOdddvoq6pCq5SBckKqcGvcRpXQuOy { width:39rem;height:2.5rem;top:7.625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmseIyzoS3fwKh6luLls8VgdSlW5OUAl { width:2.0625rem;height:2.0625rem;top:7.8125rem;left:13.312500953674rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpoFhpcMdenFCegTzNt7aIFMEq98M1JA { width:47.75rem;height:2.9375rem;top:10.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS4egozurC64Z1Xsp0FRIoq0nzi3U4FM { width:38.3125rem;height:2.5rem;top:16.25rem;left:4.7179689407349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5CeTUCquAOfMpUK6FXW12uQvbAiC0ul { width:47.75rem;height:4.4375rem;top:19.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCaHODyn4A5rkc7Sr7LZipVCno0Cisau { width:39.375rem;height:2.5rem;top:26.375rem;left:3.5304689407349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS2ASSE1ZeUqb7c8QTekaa62WeiPWyJT { width:47.75rem;height:4.4375rem;top:29.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLwNCTbg2KgHs2NqU7HNyJnIXLTXsNCI { width:47.75rem;height:2.625rem;top:2.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OugLeWMyprEAnag5QZIsIr2fxmL9hHVP { width:20rem;height:2.1875rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTTFqETmtHDHQIlqXTVxlvo7A684REDe { width:20rem;height:10.6875rem;top:10.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vve7J0TsELdP8TcPaPLRmldztKCdMSCN { width:20rem;height:4.75rem;top:29.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfDQmPJXofZ3GhfwPXK9CcsqvTI8L3bf { width:20rem;height:9.1875rem;top:20.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQlxywiT52vC2E1tlGabrwgJrU8XCNF9 { width:43.3125rem;height:2.5rem;top:36.4375rem;left:2.2179689407349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfOx9NIgorGyHDdsugfZwn0CqxK7VFEJ { width:47.75rem;height:2.9375rem;top:39.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iic7FkH0TDSvyHO6slR4PfdNlLUV2qdh { width:2.0625rem;height:2.0625rem;top:16.4375rem;left:8.8750009536744rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxQwOQe9NtA6D4zvtZs936kK8FknUP1z { width:2.0625rem;height:2.0625rem;top:26.5625rem;left:1.1117181777954rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUVFdGIZlQy89iE3F0Mk2LA9UaleIh4M { width:2.0625rem;height:2.0625rem;top:36.6875rem;left:2.2804689407349rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0AWwrGmBIszLMVNgDWASGnFl5frf71f { width:20rem;height:2.875rem;top:42.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3Fq9502xxPgtUA1IVwlykKT91IPayPs { display:block; }#T3Fq9502xxPgtUA1IVwlykKT91IPayPs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4aPENplHMdHy4mF6ROGNnwMzU8S6ywL { width:47.75rem;height:;top:2.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpBD9TfcrIsTh1tO5eyQGBAo1bghSZ7a { top:6.5625rem;left:5rem;width:36.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiIqrNzdMGrxrX0NxeEXV6wIHAxRXgPd { display:block; }
 }@media only screen and (max-width: 763px) { #pTxDTeNFTdnBJzZsTINQVqU8xgWnArDN { width:47.75rem;height:2.3125rem;top:2.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWSKhq0Ud49SyKcqRbWuy1LBeFOMXulI { display:none; }#xWSKhq0Ud49SyKcqRbWuy1LBeFOMXulI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zzOAeH0BA0lDcvc0MnHB90KcWUxh53QV { width:47.75rem;height:;top:2.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evTBuA2C7H4QpRZUaTWlaM17y72zZvno { width:47.75rem;height:2.625rem;top:2.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHII9bB4cqa9TbvaUsIP6ABlUIAXMAln { width:37.875rem;height:14.75rem;top:10.75rem;left:9.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cW0sI95rUPdEkVetpLtDV8leUk8Q5SsK { width:15.625rem;height:18.25rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxp90ELSFply6RDE26uX8G81Dnf2vM3q { width:13.375rem;height:14.5rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P20hBARMV7EgXsdg1h06NdAcJte2F2nG { width:20rem;height:7.75rem;top:10.75rem;left:12.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABsWra9zxOkpXwSkBUsoZoGGFDVKJnok { width:10.0625rem;height:10.75rem;top:10.75rem;left:12.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R { display:block; }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKvgkTXf2Jq6Zw5An2wtWJxl38zFWh6w { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0OBgeoCLcH7IPnGsETgVlInr645Z4D2 { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #twoVk04mFtFpXBXgoy6lBxiEKql5JR7T { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zc1rdmLTTENTTRmm1wtFlATQOZkpIXx2 { width:20rem;height:1.1875rem;top:42.9375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVF8wxF0SmUXZn96TEa32INF4BdP6KfM { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BptU7oO8ghbcxlSWTnB4Nva7SOR2rXvl { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWHG5KbhFI4BaObSRHfda0Plelsft1lp { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghFgu6xcwE9JmVnTqHzXbpr0sKIGSbpz { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kaXUrKQVPTCXUfNlwegr8Qtmx5q4pgqE { width:39.375rem;height:2.4375rem;top:2.375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO2UGAuLOMfNEi8nDqHz6ERdSzTwyubt { width:1.875rem;height:1.875rem;top:7.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITMMswnOoxxwvf38T6m1Un3fJTuGNqMO { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkhcCZ76LWiuNOy3DeyRrCpSu1R842qw { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDRtn3RtnEnQFe8lpArTohKN7evCXTCT { width:1.875rem;height:1.875rem;top:7.0625rem;left:22.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqP81Ep0TT36nX5LQaX6ZOswc5pLlLcD { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN8xSP95JcsD3Jg2bprz5BnmfJOuLyB0 { width:1.875rem;height:1.875rem;top:7.1875rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTifu3L3vN1oOCKPP7TKcVsBcGBxTOtl { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntS3SvKPKJLMRVRgpe8xm7E7EOsDHHMU { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONKVxpCUXdmudZSGmEztmalmmfPmaWDe { display:block; }#ONKVxpCUXdmudZSGmEztmalmmfPmaWDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUTC9bkk9CZDdCAouOnDiWOxa8C9a4hb { width:47.75rem;height:;top:2.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl01UqKcb73ZTbQFpKNSvCIaCmdl7shP { width:47.75rem;height:7rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu { display:block; }#h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ft42CXvHiJerTFptFJ8T3PXptRJgCgMb { width:39.375rem;height:3rem;top:2.25rem;left:4.1867189407349rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDJCOJSuSasoD1pdCFx3GrofRWQwml96 { display:block; }#lDJCOJSuSasoD1pdCFx3GrofRWQwml96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZuek81TNdeUdAgBvGxSNM52GfpFItRV { width:17.4375rem;height:17.4375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLeqyiRcsiTVbAvbXoy9FN7E6tDgOrx7 { width:22.1875rem;height:22.1875rem;top:5.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc9TEDhTlgoCk9U8GC0gtcE3Nmw79Hkx { width:17.625rem;height:2.4375rem;top:1.625rem;left:14.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghFk8xtUgLcK6IvUTCox8r0vAetVyo1N { width:20.4375rem;height:4.9375rem;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVQHxy7cQsE0nflURn6AkpS03zSJhKwe { width:11rem;height:15.6875rem;top:10.3125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzqQUkZOaFneBg2VsEs2LtDLc92g7xwo { width:23.125rem;height:;top:29.1875rem;left:8.625rem;font-size:1.125rem;display:block; }#lzqQUkZOaFneBg2VsEs2LtDLc92g7xwo li:before{  }
 }@media only screen and (max-width: 763px) { #FoiTWESUqK56BQLcJgdT3hOAi4TtvRcW { width:24.375rem;height:46.4375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slILwpeFg3enAvleUFVdHvx4yQNfZDUG { width:21.9375rem;height:3.75rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdesN0H3oOJt3QKTwox9zLEg0602kUEI { display:block; }
 }@media only screen and (max-width: 763px) { #lO23byxkaPHsbMupGi8zb5NyG0xX3MCI { width:23.8125rem;height:;top:26.75rem;left:0rem;font-size:1rem;display:block; }#lO23byxkaPHsbMupGi8zb5NyG0xX3MCI li:before{  }
 }@media only screen and (max-width: 763px) { #maFq0bBfNk0ctV9KQHz2VRhdX4KcxTuT { width:25rem;height:53.25rem;top:0rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trqa7FZCkaHZgLfmeG9OQSGEc1Noy4F1 { width:24.375rem;height:46.4375rem;top:3.125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqMqkkmCfzakChbIFRBbOzHQDzPtQSyt { width:21.6875rem;height:5rem;top:45.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBDdgBqMZlnsHfar08wuQ8giNzn8O3ZA { display:block; }
 }@media only screen and (max-width: 763px) { #sJAsCUQitefT7JflbbTWPNkiThAE5diZ { width:12.5rem;height:3.875rem;top:40.6875rem;left:17.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om9S1hyEeOtAdoxCyN936tFWDq40LUCU { width:12.5rem;height:2.8125rem;top:40.5625rem;left:1.6865234375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73ZTgnTPfPm8khSvoQ26Szb8TwTIz2c { width:20.4375rem;height:3.25rem;top:5.5625rem;left:27.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJVElB67PBdUxk9eGTXWvz4SU1BcSFpB { width:12.5rem;height:2.8125rem;top:41.1875rem;left:33.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSgi6I7zIGDpqvGMu5bK0MylXxH2Ayr1 { width:21.9375rem;height:3.75rem;top:45.25rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzv6GRU6TBlryPMM2XGdFT3xUhitiPB3 { display:block; }
 }@media only screen and (max-width: 763px) { #hIP5yPWHBlfHFOKDT1BH5L9TPH9huTSi { width:22.1875rem;height:11.6875rem;top:28.3125rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhgW9RoddZrXyTQmDTEBuCA3Qxm68hmw { width:21.625rem;height:0.9375rem;top:43.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5N1otKyQTN3QCTeTwT1t8CDXorL0HtV { display:none; }#P5N1otKyQTN3QCTeTwT1t8CDXorL0HtV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yGWG4B1rwwQ4OZMkWc3SJ9mXTSFIOtph { width:37rem;height:7.5rem;top:2.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU { display:flex;width:18rem;height:5.0625rem;top:2.125rem;left:20.3125rem; }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #JcGHmECB3V0TqcQkrUnBLkbM3t12JThW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #uhOR7LGUwZ50Aq9ODPm4W7lK0RCdscIR {  }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #ed3Dm7TR8WP0anUWOOBTlKbyTTbVFBGw {  }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #DznuTbtK5e5sbaNTHcOClr8iumVzRfHA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #CTc4GRssyU7SyFXGvDMJnlGMfVI0qSvR {  }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #IyVcl498CHB5n3ElchlJeyF8ZmvC9n2h {  }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #STabTiI2SLgibzPeaf4fP0kWOhfRgOMB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #B7iW2kiOzglsU7vCWZOyz6O135qbmfHb {  }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #iEzQaDpQ8f8QOvc0pbNkbXOmhHo51wMc {  }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #TBZ2l1VlExiXnLlB3VzEbSm1MSxAg3y3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #iAW2L25w9mHDhtTzOROcZg3pSFBDUAh4 {  }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #l1thRZnvt7ilou1OKh1MTITshnm3kTVN {  }
 }@media only screen and (max-width: 763px) { #p5nbPbBVwUoSU1gKQAsac2PJ0qRIQppu { width:7.375rem;height:3.125rem;top:1.25rem;left:9.97421836853rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrK4BQ3DfOJSALrLbPfklVV1zDsOv45g { display:none; }#LrK4BQ3DfOJSALrLbPfklVV1zDsOv45g > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RO4Q49xmc4B2oBL8dTgaRUnKhmRvGKSC { width:47.75rem;height:;top:2.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCrTeQSpTaPZK7FNT7JxqmU0SLf7wG7G { width:47.75rem;height:9.5rem;top:1.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxWq32nJSrNUoRT3s58aIkwsSTovlGwM { display:block; }#rxWq32nJSrNUoRT3s58aIkwsSTovlGwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfNhph5SMlDKk3wcHxmbCsp8bqQquhN3 { width:39.375rem;height:2.4375rem;top:3.5rem;left:8.1874990463256rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3HC3W4BdGDoX5zLOcCHMtLhuFGaCnxo { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:none; }#w3HC3W4BdGDoX5zLOcCHMtLhuFGaCnxo li:before{  }
 }@media only screen and (max-width: 763px) { #b1bGs94SFQTuunSALMPJeG7eWrru3iG0 { width:3.8125rem;height:3.8125rem;top:2.625rem;left:8.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCCRxJfQTPMm1qeL3BomruecUpBG9kFu { width:3.125rem;height:3.125rem;top:9.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXWNPKZ5GgvrZt02ko7SRT82wrgVVZPE { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxo0JuJp9tpIP4DDxm8QTH6gT4xiWrmU { width:3.125rem;height:3.125rem;top:21.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrZRak4CF2wDs3yGqJfSMalzkiNNH3zA { width:3.125rem;height:3.125rem;top:26.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mesds0dn5usucWTLB7QHRJfqUiAxTucy { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fF6edm7MSyxPDzmOboKJuxv3eMppg2nO { width:47.75rem;height:2.75rem;top:16.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cav2CRdXwQqQSzmkT1SdT1lg4u1gqFeH { width:43.3125rem;height:2.125rem;top:9.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8FdArPk6KHoxvVA8vTScNT7f53dyyG6 { width:47.75rem;height:2.125rem;top:13.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw0qFbTaJspmksaZSy4siGWbXoL4cHa4 { width:47.75rem;height:2.125rem;top:21.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izLUifCBNSHsAKNZmwz29kxOMaKg6pzA { width:47.75rem;height:2.125rem;top:26.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H { display:block; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa { display:block; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKtyT5GLXwEy3CBuFG11M1WI2mcTJRwB { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:block; }#tKtyT5GLXwEy3CBuFG11M1WI2mcTJRwB li:before{  }
 }@media only screen and (max-width: 763px) { #CDI3RXshystHtldA2AUdLvERvyKEAoTT { width:47.75rem;height:2.625rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWO3EOp1fkaLARiegps1OgbRzUvVxr6V { top:84.0625rem;left:5.8125rem;width:36.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJc5eOffXnaI1PUIh0rMxcea9saRqFbz { display:block; }
 }@media only screen and (max-width: 763px) { #uAgsksycasX3rIQk3IWayT8TgOo3b21B { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:block; }#uAgsksycasX3rIQk3IWayT8TgOo3b21B li:before{  }
 }@media only screen and (max-width: 763px) { #dIype5co59K4fTgIcHvS1SQHDTDHKWw7 { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:block; }#dIype5co59K4fTgIcHvS1SQHDTDHKWw7 li:before{  }
 }@media only screen and (max-width: 763px) { #GnTGw7IxCBCJpaFm5HCIhf2ShUh8f2Xt { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOtAm5J0XfyckTTeKUP4Jv0kezTiVJfe { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIVxN4ny8LIxiv0N0kT3i0KpKexr1b11 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lntw7TLT6QIKd8wrNQVxmMlLMNgVmJci { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:none; }#Lntw7TLT6QIKd8wrNQVxmMlLMNgVmJci li:before{  }
 }@media only screen and (max-width: 763px) { #t3Qgtoo2xb9iIpdgXgBvdoTtxRhfSGNs { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:none; }#t3Qgtoo2xb9iIpdgXgBvdoTtxRhfSGNs li:before{  }
 }@media only screen and (max-width: 763px) { #I3E9vEAoLNqpNBT3I48vtZPmHMekzoLo { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:none; }#I3E9vEAoLNqpNBT3I48vtZPmHMekzoLo li:before{  }
 }@media only screen and (max-width: 763px) { #d0XawymngzTmAMdcST1WNZ4kk6NUTK5a { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:none; }#d0XawymngzTmAMdcST1WNZ4kk6NUTK5a li:before{  }
 }@media only screen and (max-width: 763px) { #e9kKRm626cAMUxvCZWlWRXETQ3zAOFPq { width:25rem;height:13.5rem;top:17.9375rem;left:22.75rem;display:none; }#e9kKRm626cAMUxvCZWlWRXETQ3zAOFPq li:before{  }
 }@media only screen and (max-width: 763px) { #krq4wdHSwGnE4TmTsicBh34Zg4kDhnM1 { width:27.5rem;height:22.8125rem;top:11.5rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDtR23yEPmRuENpyi5BVpdBKXAQIDhQo { width:32.75rem;height:27.5rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaVInnHVbXvUAOPRi7iKJSodm78qJv7d { display:block; }#IaVInnHVbXvUAOPRi7iKJSodm78qJv7d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtSfqIbfhIfMFZpBZp0s3248nBOZJW4f { width:47.75rem;height:14.5625rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCi6RvWKRBk3IlEDGHOrySd9TE58x5LM { width:47.75rem;height:7.6875rem;top:9.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anqc0a834LVTewxp5ycAPCWo9HsVu9od { width:47.75rem;height:3.8125rem;top:29.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHWu12cyW3yk2EIuq126IZBThq8rkM7I { width:47.75rem;height:9.5625rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwkqsulqfWDKOcN9530EZBBE6iVFT7T { width:6.6875rem;height:6.6875rem;top:2.1875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OREFgEFJlk7IkaRdTNPPVq9AdoLMvByu { width:4.5rem;height:4.5rem;top:3.25rem;left:23rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv9HFZONeVMWowto5aXJIKlU2o6X3fnV { width:4rem;height:4rem;top:23.5625rem;left:23.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq5b19WVAOLHNqNrM9oSqLrNcOUqczAo { width:18.125rem;height:17.875rem;top:12.4375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1EIWvSiDT9roH1mzdSQrhk9oGoTSfdO { width:6.6875rem;height:6.6875rem;top:22.25rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPv0vVM5wTNzy1sudRAf8e98JV4LLMKT { width:15rem;height:14.25rem;top:6.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqPfTlQuThszmN1zwGbedbRKLvIKckJV { width:6.6875rem;height:6.6875rem;top:2.1875rem;left:21.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7IraV6AnNIV6EeETmc969vegAsALu9s { display:block; }#c7IraV6AnNIV6EeETmc969vegAsALu9s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mlv79GgLcJTsAvi7TPvUgCR2XFGL6CHc { width:47.75rem;height:2.625rem;top:2.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6ms7oKTBVDQbQylHUUh2fDbbRb9QLN2 { width:47.75rem;height:18.375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koy4kHU2TaE4Q0FxlFmslgNK7okJBGO2 { width:47.75rem;height:6.375rem;top:17.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biUZ0WmTTSXeTo4XGFltykFfwVXTtXhf { width:47.75rem;height:3.1875rem;top:13.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvT84ASCFbcfzfy2eyA0NA4l30TrO4ya { width:12.5rem;height:12.5rem;top:2.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQLp1Ayqzcxo7NXDV7Wt0GOuVe17q9T6 { width:39.3125rem;height:2.125rem;top:9.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bagvHCr9psLtKP86czufGKveZJmdlUXC { width:6.25rem;height:6.25rem;top:0rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqhtRefm7e9XfHiIRCQutuiC3RqdSFhT { width:11.4375rem;height:2.1875rem;top:13.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCAo5zmiN2ioGylNXWyLaqMafyXPnUPu { display:none; }#kCAo5zmiN2ioGylNXWyLaqMafyXPnUPu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZqaWCHm7T8BTBTEC2cwOZ1vgoqs5bXuP { width:47.75rem;height:18.375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlTrqI1xDrXRkZT0Q1JKIA71IzpfKoR6 { width:47.75rem;height:5.5rem;top:18.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y35wIyV9vSILKQqEIcoziZ0wTpJBIfCT { width:38.75rem;height:4.125rem;top:12.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWTXcAkiCeoUST9DBxBPxgKhepSFhp8A { width:12.5rem;height:12.5rem;top:2.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhJvOCTebJaCPpCaBPC9i4oA4AI82pnZ { width:11.4375rem;height:2.1875rem;top:13.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhnERegzN21fzRBb5G2AJdTHF2HCgm4N { width:47.75rem;height:2.625rem;top:1.375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nm5poSZTTE4TnFHwf2M9w7BKEne93QVR { width:11.25rem;height:11.25rem;top:5.625rem;left:36.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q10sFN40EA6r8RugVRGrw7K8MhIK6EHg { width:20rem;height:1.4375rem;top:9.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPcckBKJomvVDqKwlFK2oWBTy5BQlqyT { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG { display:block; }#d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHGD0sEC5oLcbsg881hlvwUdhvInvTcn { width:38.4375rem;height:1.8125rem;top:7.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZUpNX42BnWvsvmZaqWRbdc3ZvzBmpda { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd72E9fkF4axwNm2tboWTCUyqptugcgn { width:6.25rem;height:6.25rem;top:0rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKA5vEU2hGvHoBcLlBvnE6EWco5J8WI3 { width:6.25rem;height:6.25rem;top:0rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuLNSoAqxWHKZyHeHhcdoBD2xK9HVHJO { width:11.25rem;height:11.25rem;top:6.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfIqet3VXwEiSO4LOKgh1frOftBJA1em { width:47.75rem;height:2.625rem;top:2.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y { display:block; }#ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvh3cxMMisvzlSQbePzlK5uec55EnwGp { width:30rem;height:;top:2.6875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxCplU6JarRHmqHDMTbOHe5cNcEkhy5W { top:2.6875rem;left:0rem;width:36.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvTTbuyv3WHUT343Aal3EJGhCmQSoyuy { display:block; }
 }@media only screen and (max-width: 763px) { #OteuayonwdyQvZWl2AvAmZJcIXiJmTaW { display:block; }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQounJHmPTshemMDEIDIfvqTVB4M6adQ { width:39.6875rem;height:;top:1.5rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT { display:block; }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pe8Id4h1mTGOJkAyDb1dAMydVvGMpN5c { width:45.625rem;height:1.3125rem;top:0.6875rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1odWx80uFBeMJImfLrurhhNN9hM4RxP { width:47.75rem;height:1.9375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX { display:block; }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTpsKnB3TCUQThB4pzf02svs4oHSqbRZ { width:47.75rem;height:3.9375rem;top:0.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK { display:block; }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJkrxMT8Ou16TZsFqw5MkN9PSQ74Hcwu { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6y6QuzrWwRFrD7zTPCEbvkosECs3vNc { width:47.75rem;height:1.9375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlKV2K5ImbaedZwqV5f7a4HAyP5bZIMq { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 { display:block; }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylUS51f865Bqd2kSFI7KOiz9Xt4GQxTn { width:47.75rem;height:2.625rem;top:0.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z { display:block; }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMEvcAsHvBC8ET4a5a0scKe6hSsFCE8t { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzvXqvSMx2DQmUEyMQtaI8TtCazRFLKV { width:47.75rem;height:1.9375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OffKMfpoFc8pnm0M9NDTq5k4r2RHDhmb { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 { display:block; }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJzfiqtcyl3EsmslDI1wnDFARTagbuZs { width:45.625rem;height:1.3125rem;top:0.4375rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X { display:block; }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwI3V8HFytzlySQn5Tly2ZDeytg5vEVz { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zETVV62VPMOxENTpclvog2OfwmOsa0vT { width:47.75rem;height:1.9375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdWc9qAJ6DkqpdzEOOIQvoELlbR7qH65 { width:45.625rem;height:1.25rem;top:0.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV { display:block; }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOTHfanQ7ysQBldbTcUy81C6k8XCIHaZ { width:45.625rem;height:1.3125rem;top:0.4375rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU { display:block; }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReJibydlfdis37SmTB3s1BvwpDIcDq0u { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDNVfVGVQzSodQsoNDRH1CqF8Q54AHox { width:47.75rem;height:1.9375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPKgVp4NSHHHCxxzt57y6nNzbzwToGTF { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 { display:block; }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6u94n05UsSrGmPcTTIig3hNWfktd5EL { width:45.625rem;height:1.3125rem;top:0.4375rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miH90oL0Ndi1XFEI3H463BKF0rMP3E8H { display:block; }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSGcQiHwrOoXTnqFZHpdS8IocGJi7B5l { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9G7sPPvsGqt2oGR2pXRD2619yTr4iBy { width:47.75rem;height:1.9375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMfuT01twqzErP6O8G7eOCHVHTsFxBpN { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baCGcXnT7nhm7flqaLf1ro2oaA1gspsV { display:block; }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKitVEquMGvPDDgXFrSrGEW78srJeNuJ { width:47.75rem;height:2.625rem;top:0.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT { display:block; }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lD7OGFWtpBU2KO8B43fGSfpUHKysazmO { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9XwzwprwOtOA28wMR2iQ6tJiEJQxxv6 { width:47.75rem;height:1.9375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InqNnypAxJnWrbag1cWRIDlK3loJvhcX { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof { display:block; }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWeKuMkhGfFlWgK3Venn8S4QTa7n1g6V { width:47.75rem;height:1.3125rem;top:0.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCwKmA6bgCrA0vOMnGoTtZbo6nRfT8fv { width:47.75rem;height:6.875rem;top:2rem;left:0rem;font-size:0.8125rem;display:block; }#wCwKmA6bgCrA0vOMnGoTtZbo6nRfT8fv li:before{  }
 }@media only screen and (max-width: 763px) { #TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 { display:block; }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnFE8lEPVUw7Cbbah7xNB5oaJexTmJ1r { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sy0alSdEKNLyNVOh62BHxzB7Vt0Rqchp { width:47.75rem;height:1.9375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGnygX7qWwR9xQIOR9NHCuC1xH3G6WL { width:45.625rem;height:1.25rem;top:0.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ { display:block; }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsuTKVgx2Id7z7LG2oZePMJo0MC2oTlS { width:47.75rem;height:2.625rem;top:0.4375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0ntSH6RZtreCtJQz1yk9rGo3BCdg6wk { width:18.9375rem;height:4.1875rem;top:0.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix { display:block; }#u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM5TMwpbQ255i0V7OVsZWul4iVTTBO9S { width:47.75rem;height:1rem;top:2.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF9r2zoLe7TA5AV637AaxTamkcTEWkmv { width:47.75rem;height:1rem;top:0.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsxkPBpz6Tu3PrxS2c34puuAHoslosex { width:3.6875rem;height:2.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .row > .video-iframe-container { display: none; }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #MS8FWKa7FvFVfTTmOglG4X80hKPoezrG { display:block; }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG { background-color: transparent; background-image: none; }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row .container > .video-iframe-container { display: none; }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row > .video-iframe-container { display: none; }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .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); }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG { border-width: 0; border-radius: 0; }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row .container { width:20rem;height:41.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dsWIzNA0/mobilna_lp_adaptacja.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row .container.adaptive-delivery-prevent-bg, #MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row .container.lazyload, #MS8FWKa7FvFVfTTmOglG4X80hKPoezrG > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ca2bZdpIGivycMqQyQWqKqMfD85BuVhO { top:35.625rem;left:1.75rem;width:16.5625rem;height:3.75rem;font-size:1.125rem;background-color:#e52929;background-image:none;font-family:"open sans";box-shadow: 0.0625rem 0.25rem 1.25rem #028c7f ;display:block; }
 }@media only screen and (max-width: 763px) { #bPScOTKavRb444xeloxxbmW8zwTszf01 { display:block; }
 }@media only screen and (max-width: 763px) { #JV8unwuo9sIf8BfG5JaK4vIVmN8revQU { width:13.4375rem;height:1.19970625rem;top:0.625rem;left:3.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DtkluE8DSF45hXdmqpOr1BLiHQedKDyl { width:20rem;height:4.38671875rem;top:2.0625rem;left:0.09375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWrBnra7l30arczitFwHyRyuXH6ibqqa { width:17.25rem;height:0;top:12.0625rem;left:2.7500001192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IH9A0Eev5aC5DEOlvm86JdEP5i3wBqa3 { width:17.9375rem;height:0;top:7.9609375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yP7LLLaGD9tkf6yIrb7QXwJkxfgWAnab { width:9.1875rem;height:1.1875rem;top:0.5986328125rem;left:6.5625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T47gtewR8O8OOiPMVKfosim2UCRBq0gD { display:block; }
 }@media only screen and (max-width: 763px) { #RDDVeiZnQAxykHs2gtte33WXS9t3JsXy { display:flex;width:1.0625rem;height:1.0625rem;top:23.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XB7hRu1RbAWDTzfXGDMJoG0QX1FTXl6l { display:flex;width:1.5rem;height:1.5rem;top:13.75rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyrvbSZWk6H9lmMGaS6XrBltbsTZr6mi { display:flex;width:1.5rem;height:1.5rem;top:16.5rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eq35XL2Mldy2KZmyl01VMQhTNpxGUNvK { display:flex;width:1.0625rem;height:1.0625rem;top:21.75rem;left:2.125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #WHiKZp3TBMbSrZdPlM7aeTgcpxi189Ss { display:flex;width:1.0625rem;height:1.0625rem;top:24.4375rem;left:0.5rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #lgXdzognaudoHXlOOkrhCfJXa0KBAxZF { width:17.9375rem;height:2.625rem;top:18rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #cSbh5GuETymmHw9EHARzIpUWsiXgu3i8 { height:10.5rem;width:18.75rem;top:6.8359375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxZ9f5Lao5i9JX70cHcJpQXcfam2xe8E { width:20rem;height:auto;top:27.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PBaUL1VEtVODQPTcOL0XFmOrwhRqxThD { width:19rem;height:6.5625rem;top:21.6875rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #atHVsU60nUuQADAIh24MmMGUX6fzRxq3 { width:17.9375rem;height:5.59960625rem;top:28.875rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/m3U5vqAt/elementy_lp_adaptacja.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW.adaptive-delivery-prevent-bg, #RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW.lazyload, #RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW.lazyloading { background-image: none; }#RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW > .row .container { border-width: 0; border-radius: 0; }#RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RaSJiHcIqOC2h2VJKFUOfe0KM1TobZuW > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 { background-color:#ffffff;background-image:none;display:block; }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row .container { background-color: transparent; background-image: none; }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row .container > .video-iframe-container { display: none; }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row > .video-iframe-container { display: none; }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .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); }#HzEAls7Bao8CKPqn33dDcLQQzPtihgk3 > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTkOdddvoq6pCq5SBckKqcGvcRpXQuOy { width:16.4375rem;height:1.4625rem;top:5.5rem;left:1.7812501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fmseIyzoS3fwKh6luLls8VgdSlW5OUAl { width:1.875rem;height:1.875rem;top:3.625rem;left:9.0625003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpoFhpcMdenFCegTzNt7aIFMEq98M1JA { width:19.5625rem;height:7.875rem;top:7.34375rem;left:0.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iS4egozurC64Z1Xsp0FRIoq0nzi3U4FM { width:16.375rem;height:1.4625rem;top:19.09375rem;left:1.8125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o5CeTUCquAOfMpUK6FXW12uQvbAiC0ul { width:17.0625rem;height:0;top:19.074999928474rem;left:1.4687501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #uCaHODyn4A5rkc7Sr7LZipVCno0Cisau { width:15.75rem;height:2.925rem;top:33.96875rem;left:2.1250000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XS2ASSE1ZeUqb7c8QTekaa62WeiPWyJT { width:19.875rem;height:9.1875rem;top:37.283203125rem;left:0.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLwNCTbg2KgHs2NqU7HNyJnIXLTXsNCI { width:20rem;height:1.4625rem;top:1.1585922241211rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OugLeWMyprEAnag5QZIsIr2fxmL9hHVP { width:20rem;height:0;top:31.86093711853rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #mTTFqETmtHDHQIlqXTVxlvo7A684REDe { width:20rem;height:0;top:10.2734375rem;left:-0.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #vve7J0TsELdP8TcPaPLRmldztKCdMSCN { width:20rem;height:0;top:36.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #AfDQmPJXofZ3GhfwPXK9CcsqvTI8L3bf { width:19.6875rem;height:9.1875rem;top:20.9375rem;left:0.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15039;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yQlxywiT52vC2E1tlGabrwgJrU8XCNF9 { width:20rem;height:0;top:41.8984375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #JfOx9NIgorGyHDdsugfZwn0CqxK7VFEJ { width:20rem;height:5.25rem;top:53.8359375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iic7FkH0TDSvyHO6slR4PfdNlLUV2qdh { width:2.0625rem;height:2.0625rem;top:48.3359375rem;left:8.9687505364419rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxQwOQe9NtA6D4zvtZs936kK8FknUP1z { width:2.0625rem;height:2.0625rem;top:17.09375rem;left:8.9687505364419rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUVFdGIZlQy89iE3F0Mk2LA9UaleIh4M { width:2.0625rem;height:2.0625rem;top:31.96875rem;left:8.9687505364419rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0AWwrGmBIszLMVNgDWASGnFl5frf71f { width:20rem;height:2.9248rem;top:50.474998474121rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #T3Fq9502xxPgtUA1IVwlykKT91IPayPs { display:block; }#T3Fq9502xxPgtUA1IVwlykKT91IPayPs > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4aPENplHMdHy4mF6ROGNnwMzU8S6ywL { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HpBD9TfcrIsTh1tO5eyQGBAo1bghSZ7a { top:7.3125rem;left:1.75rem;width:16.5625rem;height:3.6875rem;font-size:1.125rem;background-color:#e52929;background-image:none;font-family:"open sans";box-shadow: 0.0625rem 0.25rem 1.25rem #028c7f ;display:block; }
 }@media only screen and (max-width: 763px) { #LiIqrNzdMGrxrX0NxeEXV6wIHAxRXgPd { display:block; }
 }@media only screen and (max-width: 763px) { #pTxDTeNFTdnBJzZsTINQVqU8xgWnArDN { width:17rem;height:4.3875rem;top:1.8125rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xWSKhq0Ud49SyKcqRbWuy1LBeFOMXulI { display:none; }#xWSKhq0Ud49SyKcqRbWuy1LBeFOMXulI > .row .container { width:20rem;height:25.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zzOAeH0BA0lDcvc0MnHB90KcWUxh53QV { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #evTBuA2C7H4QpRZUaTWlaM17y72zZvno { width:20rem;height:1.55rem;top:2.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHII9bB4cqa9TbvaUsIP6ABlUIAXMAln { width:20rem;height:0;top:5.9625010490417rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #cW0sI95rUPdEkVetpLtDV8leUk8Q5SsK { width:8.875rem;height:10.3125rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxp90ELSFply6RDE26uX8G81Dnf2vM3q { width:9.8125rem;height:10.625rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P20hBARMV7EgXsdg1h06NdAcJte2F2nG { width:19.625rem;height:7.2rem;top:5.3750001788139rem;left:0.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #ABsWra9zxOkpXwSkBUsoZoGGFDVKJnok { width:10.0625rem;height:10.8rem;top:13.687500178814rem;left:9.1875003576281rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MzMGNfRQ/3.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R.adaptive-delivery-prevent-bg, #e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R.lazyload, #e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R.lazyloading { background-image: none; }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row .container { background-color: transparent; background-image: none; }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row .container > .video-iframe-container { display: none; }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row > .video-iframe-container { display: none; }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .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); }#e2Aofo8ZWe6E9AxynzSRgdJd8iIp190R > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKvgkTXf2Jq6Zw5An2wtWJxl38zFWh6w { width:16.625rem;height:0;top:13.625rem;left:1.6875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;font-size:1rem;line-height:1.5;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #M0OBgeoCLcH7IPnGsETgVlInr645Z4D2 { width:9.4375rem;height:0;top:42.5625rem;left:8.3750003576281rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:2rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #twoVk04mFtFpXBXgoy6lBxiEKql5JR7T { top:0rem;left:8.75rem;width:2.5rem;height:;z-index:15026;color:#028c7f;display:none; }
 }@media only screen and (max-width: 763px) { #Zc1rdmLTTENTTRmm1wtFlATQOZkpIXx2 { width:20rem;height:0;top:51.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #dVF8wxF0SmUXZn96TEa32INF4BdP6KfM { width:19.25rem;height:0;top:8.75rem;left:0.1875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;font-size:0.9375rem;line-height:1.5;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #BptU7oO8ghbcxlSWTnB4Nva7SOR2rXvl { width:18.6875rem;height:0;top:8.8125rem;left:0.65625rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;font-size:0.875rem;line-height:1.5;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #LWHG5KbhFI4BaObSRHfda0Plelsft1lp { width:20rem;height:5.25rem;top:15.112503051757rem;left:0rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;line-height:1.4;z-index:15007;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ghFgu6xcwE9JmVnTqHzXbpr0sKIGSbpz { top:23.581250190735rem;left:0rem;width:20rem;height:5.25rem;z-index:14999;background-color:rgba(255,255,255,0.83);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) { #kaXUrKQVPTCXUfNlwegr8Qtmx5q4pgqE { width:20rem;height:1.4625rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO2UGAuLOMfNEi8nDqHz6ERdSzTwyubt { width:1.875rem;height:1.875rem;top:4.3125rem;left:9.0625005364419rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITMMswnOoxxwvf38T6m1Un3fJTuGNqMO { width:19.5625rem;height:5.25rem;top:6.5rem;left:0.21875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AkhcCZ76LWiuNOy3DeyRrCpSu1R842qw { width:19.5625rem;height:5.25rem;top:23.581253051757rem;left:0.21875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NDRtn3RtnEnQFe8lpArTohKN7evCXTCT { width:1.875rem;height:1.875rem;top:21.018753051757rem;left:9.0625005364419rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqP81Ep0TT36nX5LQaX6ZOswc5pLlLcD { width:19.5625rem;height:auto;top:9.5rem;left:0.1875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;font-size:0.9375rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #hN8xSP95JcsD3Jg2bprz5BnmfJOuLyB0 { width:1.875rem;height:1.875rem;top:12.974227905274rem;left:9.0625005364419rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTifu3L3vN1oOCKPP7TKcVsBcGBxTOtl { top:6.5rem;left:0rem;width:20rem;height:5.25rem;z-index:15001;background-color:rgba(255,255,255,0.83);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) { #ntS3SvKPKJLMRVRgpe8xm7E7EOsDHHMU { top:15.174999952316rem;left:0rem;width:20rem;height:5.25rem;z-index:15000;background-color:rgba(255,255,255,0.83);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) { #ONKVxpCUXdmudZSGmEztmalmmfPmaWDe { display:block; }#ONKVxpCUXdmudZSGmEztmalmmfPmaWDe > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUTC9bkk9CZDdCAouOnDiWOxa8C9a4hb { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wl01UqKcb73ZTbQFpKNSvCIaCmdl7shP { width:20rem;height:10.2368125rem;top:0.6796875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu { display:block; }#h8K26P1K6sNqo3ehhg7CRcRQFwAdlagu > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ft42CXvHiJerTFptFJ8T3PXptRJgCgMb { width:20rem;height:2.03125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDJCOJSuSasoD1pdCFx3GrofRWQwml96 { display:block; }#lDJCOJSuSasoD1pdCFx3GrofRWQwml96 > .row .container { width:20rem;height:125.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZuek81TNdeUdAgBvGxSNM52GfpFItRV { width:14.625rem;height:14.625rem;top:6.0218744277954rem;left:2.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLeqyiRcsiTVbAvbXoy9FN7E6tDgOrx7 { width:15.75rem;height:15.75rem;top:49.88671875rem;left:2.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Zc9TEDhTlgoCk9U8GC0gtcE3Nmw79Hkx { width:17.625rem;height:2.2749rem;top:46rem;left:1.1865234375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghFk8xtUgLcK6IvUTCox8r0vAetVyo1N { width:16.6875rem;height:4.048825rem;top:1.97265625rem;left:1.6562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WVQHxy7cQsE0nflURn6AkpS03zSJhKwe { width:8.625rem;height:12.375rem;top:90.06689453125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzqQUkZOaFneBg2VsEs2LtDLc92g7xwo { width:19.375rem;height:8.5625rem;top:65.63671875rem;left:0.3115234375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#lzqQUkZOaFneBg2VsEs2LtDLc92g7xwo li:before{  }
 }@media only screen and (max-width: 763px) { #FoiTWESUqK56BQLcJgdT3hOAi4TtvRcW { width:18.875rem;height:43.25rem;top:0.69189453125rem;left:0.3232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slILwpeFg3enAvleUFVdHvx4yQNfZDUG { width:17.625rem;height:3.5rem;top:39.49267578125rem;left:1.1865234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdesN0H3oOJt3QKTwox9zLEg0602kUEI { display:block; }
 }@media only screen and (max-width: 763px) { #lO23byxkaPHsbMupGi8zb5NyG0xX3MCI { width:18.3125rem;height:12.9345625rem;top:21.177344441414rem;left:0.96796876192094rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#lO23byxkaPHsbMupGi8zb5NyG0xX3MCI li:before{  }
 }@media only screen and (max-width: 763px) { #maFq0bBfNk0ctV9KQHz2VRhdX4KcxTuT { width:20.125rem;height:40.5rem;top:44.1669921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trqa7FZCkaHZgLfmeG9OQSGEc1Noy4F1 { width:18.875rem;height:38.6875rem;top:84.45458984375rem;left:0.2919921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqMqkkmCfzakChbIFRBbOzHQDzPtQSyt { width:16.375rem;height:4.125rem;top:79.14892578125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBDdgBqMZlnsHfar08wuQ8giNzn8O3ZA { display:block; }
 }@media only screen and (max-width: 763px) { #sJAsCUQitefT7JflbbTWPNkiThAE5diZ { width:12.5rem;height:3.25rem;top:74.91796875rem;left:3.75rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Om9S1hyEeOtAdoxCyN936tFWDq40LUCU { width:12.5rem;height:2.84375rem;top:34.83349609375rem;left:3.75rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z73ZTgnTPfPm8khSvoQ26Szb8TwTIz2c { width:18.625rem;height:2.69921875rem;top:86.01611328125rem;left:0.6865234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJVElB67PBdUxk9eGTXWvz4SU1BcSFpB { width:12.5rem;height:2.84375rem;top:114.490234375rem;left:3.75rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KSgi6I7zIGDpqvGMu5bK0MylXxH2Ayr1 { width:17.625rem;height:3.5rem;top:118.38427734375rem;left:1.1865234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzv6GRU6TBlryPMM2XGdFT3xUhitiPB3 { display:block; }
 }@media only screen and (max-width: 763px) { #hIP5yPWHBlfHFOKDT1BH5L9TPH9huTSi { width:17.9375rem;height:10.2348625rem;top:103.5029296875rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhgW9RoddZrXyTQmDTEBuCA3Qxm68hmw { width:17.625rem;height:0.89355625rem;top:37.6865234375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5N1otKyQTN3QCTeTwT1t8CDXorL0HtV { display:none; }#P5N1otKyQTN3QCTeTwT1t8CDXorL0HtV > .row .container { width:20rem;height:78.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yGWG4B1rwwQ4OZMkWc3SJ9mXTSFIOtph { width:13.75rem;height:8.77148125rem;top:0.75rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU { display:flex;width:18rem;height:5.0625rem;top:2.125rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #JcGHmECB3V0TqcQkrUnBLkbM3t12JThW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #uhOR7LGUwZ50Aq9ODPm4W7lK0RCdscIR {  }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #ed3Dm7TR8WP0anUWOOBTlKbyTTbVFBGw {  }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #DznuTbtK5e5sbaNTHcOClr8iumVzRfHA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #CTc4GRssyU7SyFXGvDMJnlGMfVI0qSvR {  }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #IyVcl498CHB5n3ElchlJeyF8ZmvC9n2h {  }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #STabTiI2SLgibzPeaf4fP0kWOhfRgOMB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #B7iW2kiOzglsU7vCWZOyz6O135qbmfHb {  }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #iEzQaDpQ8f8QOvc0pbNkbXOmhHo51wMc {  }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #TBZ2l1VlExiXnLlB3VzEbSm1MSxAg3y3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #iAW2L25w9mHDhtTzOROcZg3pSFBDUAh4 {  }
 }@media only screen and (max-width: 763px) { #HqPoDqrWwvIQcIg7THcOR93eNpvfhZsU #l1thRZnvt7ilou1OKh1MTITshnm3kTVN {  }
 }@media only screen and (max-width: 763px) { #p5nbPbBVwUoSU1gKQAsac2PJ0qRIQppu { width:18.9375rem;height:1.05625rem;top:77.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrK4BQ3DfOJSALrLbPfklVV1zDsOv45g { display:none; }#LrK4BQ3DfOJSALrLbPfklVV1zDsOv45g > .row .container { width:20rem;height:9.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RO4Q49xmc4B2oBL8dTgaRUnKhmRvGKSC { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TCrTeQSpTaPZK7FNT7JxqmU0SLf7wG7G { width:20rem;height:6.5rem;top:1.5304689407349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxWq32nJSrNUoRT3s58aIkwsSTovlGwM { display:block; }#rxWq32nJSrNUoRT3s58aIkwsSTovlGwM > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfNhph5SMlDKk3wcHxmbCsp8bqQquhN3 { width:18.1875rem;height:1.4625rem;top:1.8125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3HC3W4BdGDoX5zLOcCHMtLhuFGaCnxo { width:18.25rem;height:0;top:4.125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15019;display:none; }#w3HC3W4BdGDoX5zLOcCHMtLhuFGaCnxo li:before{  }
 }@media only screen and (max-width: 763px) { #b1bGs94SFQTuunSALMPJeG7eWrru3iG0 { width:1.8125rem;height:1.8125rem;top:1.57421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCCRxJfQTPMm1qeL3BomruecUpBG9kFu { width:2.6875rem;height:2.6875rem;top:4.2374997138977rem;left:8.6562503576281rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXWNPKZ5GgvrZt02ko7SRT82wrgVVZPE { width:3.3125rem;height:3.3125rem;top:10.1875rem;left:8.3437505364419rem;font-size:2.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Zxo0JuJp9tpIP4DDxm8QTH6gT4xiWrmU { width:2.875rem;height:2.875rem;top:24.2099609375rem;left:8.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrZRak4CF2wDs3yGqJfSMalzkiNNH3zA { width:2.75rem;height:2.75rem;top:33.25rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mesds0dn5usucWTLB7QHRJfqUiAxTucy { width:20rem;height:0;top:6.5859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #fF6edm7MSyxPDzmOboKJuxv3eMppg2nO { width:20rem;height:4.2246125rem;top:18.304687976837rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cav2CRdXwQqQSzmkT1SdT1lg4u1gqFeH { width:20rem;height:1.38125rem;top:7.54843711853rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T8FdArPk6KHoxvVA8vTScNT7f53dyyG6 { width:19.5rem;height:4.142575rem;top:13.536718845367rem;left:0.49921876192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Qw0qFbTaJspmksaZSy4siGWbXoL4cHa4 { width:20rem;height:4.38720625rem;top:27.61865234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #izLUifCBNSHsAKNZmwz29kxOMaKg6pzA { width:20rem;height:1.4624rem;top:36.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H { display:block; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { width:20rem;height:undefined;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa { background-color:#ffffff;background-image:none;display:block; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container { background-color: transparent; background-image: none; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container > .video-iframe-container { display: none; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row > .video-iframe-container { display: none; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .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); }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container { width:20rem;height:97.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKtyT5GLXwEy3CBuFG11M1WI2mcTJRwB { width:19.375rem;height:25.1425625rem;top:9.7978515625rem;left:0.625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:0.875rem;line-height:1.4;display:block; }#tKtyT5GLXwEy3CBuFG11M1WI2mcTJRwB li:before{  }
 }@media only screen and (max-width: 763px) { #CDI3RXshystHtldA2AUdLvERvyKEAoTT { width:18.4375rem;height:3.1494125rem;top:1.1875rem;left:0.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWO3EOp1fkaLARiegps1OgbRzUvVxr6V { top:91.4228515625rem;left:0.5rem;width:19rem;height:3.5625rem;font-size:1.125rem;background-color:#e52929;background-image:none;font-family:"open sans";box-shadow: 0.0625rem 0.25rem 1.25rem #028c7f ;display:block; }
 }@media only screen and (max-width: 763px) { #fJc5eOffXnaI1PUIh0rMxcea9saRqFbz { display:block; }
 }@media only screen and (max-width: 763px) { #uAgsksycasX3rIQk3IWayT8TgOo3b21B { width:19.375rem;height:20.556625rem;top:43.875rem;left:0.625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:0.875rem;line-height:1.4;display:block; }#uAgsksycasX3rIQk3IWayT8TgOo3b21B li:before{  }
 }@media only screen and (max-width: 763px) { #dIype5co59K4fTgIcHvS1SQHDTDHKWw7 { width:19.375rem;height:16.8574375rem;top:73.1875rem;left:0.625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:0.875rem;line-height:1.4;display:block; }#dIype5co59K4fTgIcHvS1SQHDTDHKWw7 li:before{  }
 }@media only screen and (max-width: 763px) { #GnTGw7IxCBCJpaFm5HCIhf2ShUh8f2Xt { width:15.375rem;height:2.76171875rem;top:6.623046875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOtAm5J0XfyckTTeKUP4Jv0kezTiVJfe { width:8.3125rem;height:2.76171875rem;top:39.6826171875rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIVxN4ny8LIxiv0N0kT3i0KpKexr1b11 { width:7.75rem;height:4.142575rem;top:66.86181640625rem;left:11.53125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lntw7TLT6QIKd8wrNQVxmMlLMNgVmJci { width:20rem;height:0;top:10.072265625rem;left:0rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;font-size:0.8125rem;line-height:1.4;z-index:15003;display:none; }#Lntw7TLT6QIKd8wrNQVxmMlLMNgVmJci li:before{  }
 }@media only screen and (max-width: 763px) { #t3Qgtoo2xb9iIpdgXgBvdoTtxRhfSGNs { width:17.1875rem;height:0;top:33.48593711853rem;left:2.8125rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;font-size:0.8125rem;line-height:1.4;z-index:15004;display:none; }#t3Qgtoo2xb9iIpdgXgBvdoTtxRhfSGNs li:before{  }
 }@media only screen and (max-width: 763px) { #I3E9vEAoLNqpNBT3I48vtZPmHMekzoLo { width:17.25rem;height:0;top:39.79843711853rem;left:2.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;font-size:0.8125rem;line-height:1.4;z-index:15005;display:none; }#I3E9vEAoLNqpNBT3I48vtZPmHMekzoLo li:before{  }
 }@media only screen and (max-width: 763px) { #d0XawymngzTmAMdcST1WNZ4kk6NUTK5a { width:20rem;height:0;top:35rem;left:0rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;font-size:0.8125rem;line-height:1.4;z-index:15004;display:none; }#d0XawymngzTmAMdcST1WNZ4kk6NUTK5a li:before{  }
 }@media only screen and (max-width: 763px) { #e9kKRm626cAMUxvCZWlWRXETQ3zAOFPq { width:19.9375rem;height:0;top:67.3984375rem;left:0.0625rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;font-size:0.8125rem;line-height:1.4;z-index:15004;display:none; }#e9kKRm626cAMUxvCZWlWRXETQ3zAOFPq li:before{  }
 }@media only screen and (max-width: 763px) { #krq4wdHSwGnE4TmTsicBh34Zg4kDhnM1 { width:9.0625rem;height:7.4375rem;top:36.4072265625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDtR23yEPmRuENpyi5BVpdBKXAQIDhQo { width:9.6875rem;height:8.0625rem;top:64.90234375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaVInnHVbXvUAOPRi7iKJSodm78qJv7d { display:block; }#IaVInnHVbXvUAOPRi7iKJSodm78qJv7d > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtSfqIbfhIfMFZpBZp0s3248nBOZJW4f { width:17.6875rem;height:18.5rem;top:3.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCi6RvWKRBk3IlEDGHOrySd9TE58x5LM { width:15rem;height:0;top:5.875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #anqc0a834LVTewxp5ycAPCWo9HsVu9od { width:13.936625rem;height:6.499025rem;top:29.5625rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EHWu12cyW3yk2EIuq126IZBThq8rkM7I { width:17.6875rem;height:10.6875rem;top:26.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwkqsulqfWDKOcN9530EZBBE6iVFT7T { width:3.75rem;height:3.75rem;top:2.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OREFgEFJlk7IkaRdTNPPVq9AdoLMvByu { width:2.5rem;height:2.5rem;top:2.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv9HFZONeVMWowto5aXJIKlU2o6X3fnV { width:2.5rem;height:2.5rem;top:25.25rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq5b19WVAOLHNqNrM9oSqLrNcOUqczAo { width:13.25rem;height:13.0625rem;top:39.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1EIWvSiDT9roH1mzdSQrhk9oGoTSfdO { width:6.6875rem;height:6.6875rem;top:40.75rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPv0vVM5wTNzy1sudRAf8e98JV4LLMKT { width:15rem;height:14.297875rem;top:6.5250005722044rem;left:2.5000001192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15038;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aqPfTlQuThszmN1zwGbedbRKLvIKckJV { width:3.75rem;height:3.75rem;top:24.625rem;left:8.125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #c7IraV6AnNIV6EeETmc969vegAsALu9s { display:block; }#c7IraV6AnNIV6EeETmc969vegAsALu9s > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mlv79GgLcJTsAvi7TPvUgCR2XFGL6CHc { width:20rem;height:1.8375rem;top:1.6859436035156rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6ms7oKTBVDQbQylHUUh2fDbbRb9QLN2 { width:20rem;height:37.625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koy4kHU2TaE4Q0FxlFmslgNK7okJBGO2 { width:19.5625rem;height:13.4707rem;top:27.206250190735rem;left:0.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #biUZ0WmTTSXeTo4XGFltykFfwVXTtXhf { width:20rem;height:6.12305rem;top:20.060938835144rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UvT84ASCFbcfzfy2eyA0NA4l30TrO4ya { width:9.125rem;height:9.125rem;top:9rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQLp1Ayqzcxo7NXDV7Wt0GOuVe17q9T6 { width:15.25rem;height:1.575rem;top:6.1851561069489rem;left:2.3750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bagvHCr9psLtKP86czufGKveZJmdlUXC { width:9.125rem;height:9.125rem;top:8.9999998211863rem;left:5.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqhtRefm7e9XfHiIRCQutuiC3RqdSFhT { width:11.4375rem;height:0;top:11.886719226837rem;left:0.9375rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.4;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #kCAo5zmiN2ioGylNXWyLaqMafyXPnUPu { display:block; }#kCAo5zmiN2ioGylNXWyLaqMafyXPnUPu > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqaWCHm7T8BTBTEC2cwOZ1vgoqs5bXuP { width:20rem;height:31.75rem;top:4.197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlTrqI1xDrXRkZT0Q1JKIA71IzpfKoR6 { width:18.125rem;height:0;top:19.6875rem;left:0.9375rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #y35wIyV9vSILKQqEIcoziZ0wTpJBIfCT { width:12.1875rem;height:0;top:12.8740234375rem;left:1.625rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #bWTXcAkiCeoUST9DBxBPxgKhepSFhp8A { width:9.125rem;height:9.125rem;top:8.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhJvOCTebJaCPpCaBPC9i4oA4AI82pnZ { width:11.4375rem;height:0;top:11.886719226837rem;left:0.9375rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.4;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #HhnERegzN21fzRBb5G2AJdTHF2HCgm4N { width:20rem;height:1.8375rem;top:1.048828125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #nm5poSZTTE4TnFHwf2M9w7BKEne93QVR { width:8.8125rem;height:8.8125rem;top:8.4375rem;left:5.8125rem;z-index:15048;box-shadow: 0.3125rem 0.25rem 0.6875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Q10sFN40EA6r8RugVRGrw7K8MhIK6EHg { width:20rem;height:1.4624rem;top:5.3505859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #UPcckBKJomvVDqKwlFK2oWBTy5BQlqyT { width:19.0625rem;height:15.91989375rem;top:18.349609375rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;z-index:15050;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG { display:none; }#d1dc0CtUHBefRSpH19FXfUi6hN3aX8OG > .row .container { width:20rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RHGD0sEC5oLcbsg881hlvwUdhvInvTcn { width:11.125rem;height:2.2734375rem;top:5.260938167572rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZUpNX42BnWvsvmZaqWRbdc3ZvzBmpda { width:19.875rem;height:14.625rem;top:9.0374999046325rem;left:0.12421876192093rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Vd72E9fkF4axwNm2tboWTCUyqptugcgn { width:7.8125rem;height:7.8125rem;top:2.6875rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKA5vEU2hGvHoBcLlBvnE6EWco5J8WI3 { width:7.875rem;height:7.8125rem;top:0.75rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuLNSoAqxWHKZyHeHhcdoBD2xK9HVHJO { width:7.375rem;height:7.375rem;top:0.91171884536744rem;left:11.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfIqet3VXwEiSO4LOKgh1frOftBJA1em { width:20rem;height:1.8369125rem;top:0.9111328125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y { display:block; }#ACV0e1PgImiKNoMUv5MIOzn4yO9kt29y > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvh3cxMMisvzlSQbePzlK5uec55EnwGp { width:16.75rem;height:0;top:1.6875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxCplU6JarRHmqHDMTbOHe5cNcEkhy5W { top:1.15625rem;left:0.5rem;width:19rem;height:3.375rem;font-size:1.125rem;background-color:#e52929;background-image:none;font-family:"open sans";box-shadow: 0.0625rem 0.25rem 1.25rem #bbdfc8 ;display:block; }
 }@media only screen and (max-width: 763px) { #rvTTbuyv3WHUT343Aal3EJGhCmQSoyuy { display:block; }
 }@media only screen and (max-width: 763px) { #OteuayonwdyQvZWl2AvAmZJcIXiJmTaW { background-color:#ffffff;background-image:none;display:block; }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row .container { background-color: transparent; background-image: none; }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row .container > .video-iframe-container { display: none; }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row > .video-iframe-container { display: none; }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .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); }#OteuayonwdyQvZWl2AvAmZJcIXiJmTaW > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQounJHmPTshemMDEIDIfvqTVB4M6adQ { width:19.5625rem;height:3.375rem;top:1.4375rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT { background-color:#ffffff;background-image:none;display:block; }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row .container { background-color: transparent; background-image: none; }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row .container > .video-iframe-container { display: none; }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row > .video-iframe-container { display: none; }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .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); }#NNMxh4tBaZpJxo3PaLcNrXUQdZtKLcGT > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pe8Id4h1mTGOJkAyDb1dAMydVvGMpN5c { width:20rem;height:1.1375rem;top:0.85625076293944rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1odWx80uFBeMJImfLrurhhNN9hM4RxP { width:18.75rem;height:1.9375rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX { background-color:#ffffff;background-image:none;display:block; }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row .container { background-color: transparent; background-image: none; }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row .container > .video-iframe-container { display: none; }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row > .video-iframe-container { display: none; }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .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); }#PnvIhLGF2OCkZZ6nxHIqvO4hTNlSQEkX > .row .container { width:20rem;height:8.63671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTpsKnB3TCUQThB4pzf02svs4oHSqbRZ { width:20rem;height:8.44925rem;top:0.19921875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK { background-color:#ffffff;background-image:none;display:block; }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row .container { background-color: transparent; background-image: none; }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row .container > .video-iframe-container { display: none; }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row > .video-iframe-container { display: none; }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .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); }#Ped7CTIUuuzI1DTnspW4vBhTkHKkxHiK > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJkrxMT8Ou16TZsFqw5MkN9PSQ74Hcwu { width:17.3125rem;height:0;top:0.44921875rem;left:2.6875001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #W6y6QuzrWwRFrD7zTPCEbvkosECs3vNc { width:18.75rem;height:2.6875rem;top:0.47265625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlKV2K5ImbaedZwqV5f7a4HAyP5bZIMq { width:17.625rem;height:1.94921875rem;top:0.86562538146975rem;left:1.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 { background-color:#ffffff;background-image:none;display:block; }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row .container { background-color: transparent; background-image: none; }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row .container > .video-iframe-container { display: none; }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row > .video-iframe-container { display: none; }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .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); }#TXR272klRUgD7mbFVazfWFi3GG2Tgkv7 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylUS51f865Bqd2kSFI7KOiz9Xt4GQxTn { width:19.3125rem;height:4.225rem;top:0.09843826293945rem;left:0.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z { background-color:#ffffff;background-image:none;display:block; }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row .container { background-color: transparent; background-image: none; }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row .container > .video-iframe-container { display: none; }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row > .video-iframe-container { display: none; }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .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); }#K0yWI3v3DfAUHlmOlDn9HMOTIUOVlM6z > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMEvcAsHvBC8ET4a5a0scKe6hSsFCE8t { width:17.3125rem;height:0;top:0.44921875rem;left:2.6875001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KzvXqvSMx2DQmUEyMQtaI8TtCazRFLKV { width:18.75rem;height:2.6875rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OffKMfpoFc8pnm0M9NDTq5k4r2RHDhmb { width:16.6875rem;height:1.94921875rem;top:0.86793994903562rem;left:1.6562501192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 { background-color:#ffffff;background-image:none;display:block; }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row .container { background-color: transparent; background-image: none; }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row .container > .video-iframe-container { display: none; }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row > .video-iframe-container { display: none; }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .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); }#WMBoahiTMsygzM3xaHbAnhXdsiuPeHn5 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJzfiqtcyl3EsmslDI1wnDFARTagbuZs { width:20rem;height:2.1125rem;top:0.19921875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X { background-color:#ffffff;background-image:none;display:block; }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row .container { background-color: transparent; background-image: none; }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row .container > .video-iframe-container { display: none; }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row > .video-iframe-container { display: none; }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .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); }#Os9ENKHD5Bmy0kUa2zTOVuxUpPRqe95X > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwI3V8HFytzlySQn5Tly2ZDeytg5vEVz { width:17.3125rem;height:0;top:0.44921875rem;left:2.6875001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zETVV62VPMOxENTpclvog2OfwmOsa0vT { width:18.75rem;height:2.6875rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdWc9qAJ6DkqpdzEOOIQvoELlbR7qH65 { width:20rem;height:1.94921875rem;top:0.86796951293944rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV { background-color:#ffffff;background-image:none;display:block; }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row .container { background-color: transparent; background-image: none; }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row .container > .video-iframe-container { display: none; }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row > .video-iframe-container { display: none; }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .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); }#eOBRDf9CzSPOvdnRcepFR0uIIetPHdRV > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOTHfanQ7ysQBldbTcUy81C6k8XCIHaZ { width:20rem;height:2.1125rem;top:0.19921875rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU { background-color:#ffffff;background-image:none;display:block; }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row .container { background-color: transparent; background-image: none; }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row .container > .video-iframe-container { display: none; }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row > .video-iframe-container { display: none; }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .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); }#Hb3Jmt93gw42uWEoOLhrMq6Bl9sRSqJU > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReJibydlfdis37SmTB3s1BvwpDIcDq0u { width:17.3125rem;height:0;top:0.44921875rem;left:2.6875001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dDNVfVGVQzSodQsoNDRH1CqF8Q54AHox { width:18.75rem;height:1.9375rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPKgVp4NSHHHCxxzt57y6nNzbzwToGTF { width:20rem;height:1.1375rem;top:0.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 { background-color:#ffffff;background-image:none;display:block; }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row .container { background-color: transparent; background-image: none; }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row .container > .video-iframe-container { display: none; }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row > .video-iframe-container { display: none; }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .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); }#GKfzcbZ5TQZhH5BBmxpLpcVe6IHQkZm2 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6u94n05UsSrGmPcTTIig3hNWfktd5EL { width:20rem;height:2.1125rem;top:0.19921875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #miH90oL0Ndi1XFEI3H463BKF0rMP3E8H { background-color:#ffffff;background-image:none;display:block; }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row .container { background-color: transparent; background-image: none; }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row .container > .video-iframe-container { display: none; }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row > .video-iframe-container { display: none; }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .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); }#miH90oL0Ndi1XFEI3H463BKF0rMP3E8H > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSGcQiHwrOoXTnqFZHpdS8IocGJi7B5l { width:17.3125rem;height:0;top:0.44921875rem;left:2.6875001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #z9G7sPPvsGqt2oGR2pXRD2619yTr4iBy { width:18.75rem;height:1.9375rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMfuT01twqzErP6O8G7eOCHVHTsFxBpN { width:20rem;height:1.1375rem;top:0.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #baCGcXnT7nhm7flqaLf1ro2oaA1gspsV { background-color:#ffffff;background-image:none;display:block; }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row .container { background-color: transparent; background-image: none; }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row .container > .video-iframe-container { display: none; }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row > .video-iframe-container { display: none; }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .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); }#baCGcXnT7nhm7flqaLf1ro2oaA1gspsV > .row .container { width:20rem;height:4.38671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKitVEquMGvPDDgXFrSrGEW78srJeNuJ { width:20rem;height:4.225rem;top:0.19921875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT { background-color:#ffffff;background-image:none;display:block; }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row .container { background-color: transparent; background-image: none; }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row .container > .video-iframe-container { display: none; }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row > .video-iframe-container { display: none; }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .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); }#KXPFZEATUQTSkGzfiS0g4PJTT8WG8DvT > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lD7OGFWtpBU2KO8B43fGSfpUHKysazmO { width:17.3125rem;height:0;top:0.44921875rem;left:2.6875001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Z9XwzwprwOtOA28wMR2iQ6tJiEJQxxv6 { width:18.75rem;height:2.6875rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InqNnypAxJnWrbag1cWRIDlK3loJvhcX { width:20rem;height:1.94921875rem;top:0.83046913146975rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof { background-color:#ffffff;background-image:none;display:block; }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row .container { background-color: transparent; background-image: none; }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row .container > .video-iframe-container { display: none; }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row > .video-iframe-container { display: none; }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .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); }#fdt5IZVudxJv7bRh4xNbEgA8m3Oq9oof > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWeKuMkhGfFlWgK3Venn8S4QTa7n1g6V { width:20rem;height:1.05625rem;top:0.5625rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wCwKmA6bgCrA0vOMnGoTtZbo6nRfT8fv { width:20rem;height:11.9301875rem;top:1.85rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }#wCwKmA6bgCrA0vOMnGoTtZbo6nRfT8fv li:before{  }
 }@media only screen and (max-width: 763px) { #TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 { background-color:#ffffff;background-image:none;display:block; }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row .container { background-color: transparent; background-image: none; }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row .container > .video-iframe-container { display: none; }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row > .video-iframe-container { display: none; }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .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); }#TvRgapiPJHKoXAvCkt3IwmnBTv7KhuD2 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnFE8lEPVUw7Cbbah7xNB5oaJexTmJ1r { width:17.3125rem;height:0;top:0.44921875rem;left:2.6875001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #sy0alSdEKNLyNVOh62BHxzB7Vt0Rqchp { width:18.75rem;height:2.6875rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGnygX7qWwR9xQIOR9NHCuC1xH3G6WL { width:15.125rem;height:1.94921875rem;top:0.83046913146975rem;left:2.4375001192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ { background-color:#ffffff;background-image:none;display:block; }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row .container { background-color: transparent; background-image: none; }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row .container > .video-iframe-container { display: none; }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row > .video-iframe-container { display: none; }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .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); }#ZkZUirsS6HQThUAOubNLRIZ8Vu8Sr9iQ > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsuTKVgx2Id7z7LG2oZePMJo0MC2oTlS { width:17rem;height:0;top:0.19921875rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #H0ntSH6RZtreCtJQz1yk9rGo3BCdg6wk { width:18.9375rem;height:4.225rem;top:0.61875152587891rem;left:0.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix { display:block; }#u4ps0ItnCMhh34vpsFvNxBkF2hvNIoix > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM5TMwpbQ255i0V7OVsZWul4iVTTBO9S { width:18.375rem;height:0.89355625rem;top:2.08837890625rem;left:0.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BF9r2zoLe7TA5AV637AaxTamkcTEWkmv { width:20rem;height:0.89375rem;top:0.8193359375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nsxkPBpz6Tu3PrxS2c34puuAHoslosex { width:3rem;height:1.5rem;top:0rem;left:0rem;display:block; }
 }