.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:255,233,219;--color-primary-1:209,185,177;--color-primary-2:255,145,77;--color-primary-3:153,87,46;--color-primary-4:51,29,15;--color-secondary-0:255,212,232;--color-secondary-1:254,126,187;--color-secondary-2:253,40,141;--color-secondary-3:192,41,79;--color-secondary-4:51,8,28;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Manrope";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#106b72;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; }#tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw > .row .container { background-color: transparent; background-image: none; }#tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw > .row .container > .video-iframe-container { display: none; }#tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw > .row > .video-iframe-container { display: none; }#tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw > .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); }#tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw > .row .container { border-width: 0; border-radius: 0; }#tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#yzucJg1Pw5UvyNSu3dayPDrIPeW6naTa { color:#ffffff;display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:1.0062500238419rem;left:10.8125rem;height:;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;font-style:normal;display:block; }
#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row .container { background-color: transparent; background-image: none; }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row .container > .video-iframe-container { display: none; }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row > .video-iframe-container { display: none; }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .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); }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row .container { border-width: 0; border-radius: 0; }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#x2qs6GIupf7NdCGqayRRhE4dCnW61t2L { color:#555555;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:30.25rem;left:0.4375rem;height:3.825rem;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;font-style:normal;display:block; }
#JofWXoKDWFTPW5zUyAHCrC1sXwmH7WbE { color:#999999;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:37.6875rem;left:11.3125rem;height:1.4rem;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;font-style:normal;display:block; }
#v6FIFGogqmWSpEcSPCmOVoybzbqve6g9 { color:#1a1a1a;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.6875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:36.1875rem;left:0.4375rem;height:6.5625rem;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;font-style:normal;display:block; }
#R1OPL2iuEPInfd2KQ2czsBQd1Pc6h0kh { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.25rem;width:12.6875rem;top:39.625rem;left:12.125rem;display:block; }#R1OPL2iuEPInfd2KQ2czsBQd1Pc6h0kh.adaptive-delivery-prevent-bg, #R1OPL2iuEPInfd2KQ2czsBQd1Pc6h0kh.lazyload, #R1OPL2iuEPInfd2KQ2czsBQd1Pc6h0kh.lazyloading { background-image: none; }
#R1OPL2iuEPInfd2KQ2czsBQd1Pc6h0kh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#R1OPL2iuEPInfd2KQ2czsBQd1Pc6h0kh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fce4ef; }#GPNb1ALKWOmay9O202cU6sKJZ8KrXcTG { color:#993556;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15050;line-height:1.4;letter-spacing:0;top:39.9375rem;left:11.3125rem;height:1.575rem;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;font-style:normal;display:block; }
#sOBhftxez1puqGQg4BhVGufHkb5Doawz { background-color:#e0357a;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.125rem 0.125rem 1.6875rem rgba(0,0,0,0.15) ;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:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.4375rem;height:3.5625rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:45.875rem;left:11.4375rem;display:block; }
#cSbifnZpTVgFvpqJN0v7PKd4hZWGvSrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dJien6eyGAJXL8oVvdm0eOPZcKNHrn1c { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:51.9375rem;left:12.78125rem;height:1.3125rem;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;font-style:normal;display:block; }
#uDUISFcpgTrWoe0TrSCSz8ixC54S37wW { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top: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:41.125rem;width:32.875rem;top:6.4617195129394rem;left:29.117971420288rem;overflow:hidden;display:block; }
#c0LSTTu99RubGxkH90hEpq4Lq1ui3kBL { box-sizing:content-box;height:0.125rem;width:13.5rem;position:absolute;display:block;z-index:15052;background-color:#ffe500;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.125rem;left:0rem;display:block; }
#oCUmx2HcaoRzxOu5HMyxQSlfDn0PcUZk { color:#1a1a1a;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:7.125rem;left:0rem;height:;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;font-style:normal;display:block; }
#s3on8RXZyfXQEuTJKFiNoPZ1ZCF3eiOd { color:#1a1a1a;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:24.9375rem;left:0.9375rem;height:2.3625rem;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;font-style:normal;display:block; }
#uDlH3c3Q3qcRtCZHOeNx8WJHKdG4fw1P { color:#000000;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:1rem;left:0rem;height:3.15rem;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;font-style:normal;display:block; }
#ycxJeNm1aTacTePVXHUh1FXxCJ17RGCU { color:#1a1a1a;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:5.25rem;left:0rem;height:2.1rem;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;font-style:normal;display:block; }
#KoLmrdBCNV6FspA9xr0KPhM5nV7n5L2R { box-sizing:content-box;height:2.0625rem;width:27.5rem;position:absolute;display:block;z-index:15001;background-color:#ffe500;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.0625rem;left:0rem;display:block; }
#tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(153,153,153,0.1);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; }#tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg > .row .container { background-color: transparent; background-image: none; }#tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg > .row .container > .video-iframe-container { display: none; }#tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg > .row > .video-iframe-container { display: none; }#tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg > .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); }#tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg > .row .container { border-width: 0; border-radius: 0; }#tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg > .row .container { font-size:0.875rem;font-family:arial;height:117.75rem;width:60rem;position:relative;display:block; }#Z2Pms2xhcrUk8V96abdSCMO6gCxyzheZ { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;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:48.875rem;width:57.1875rem;top:1.6875rem;left:1.0625rem;display:block; }#Z2Pms2xhcrUk8V96abdSCMO6gCxyzheZ.adaptive-delivery-prevent-bg, #Z2Pms2xhcrUk8V96abdSCMO6gCxyzheZ.lazyload, #Z2Pms2xhcrUk8V96abdSCMO6gCxyzheZ.lazyloading { background-image: none; }
#Z2Pms2xhcrUk8V96abdSCMO6gCxyzheZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Z2Pms2xhcrUk8V96abdSCMO6gCxyzheZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Ps1h083JtZ8eL2WRQUk0AHBJ6dnSe2gx { color:#106b72;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:52.0625rem;left:2.0625rem;height:2.0625rem;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;font-style:italic;display:block; }
#SliTLTPyydCcAdx9HPuhlUFsNL8oTVPF { color:#555555;display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:54.9375rem;left:2.0625rem;height:15.9375rem;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;font-style:italic;display:block; }
#g1tO77lKH6zB0T4dR6CGPmCfS38EyB30 { color:#1a1a1a;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4rem;left:2.0625rem;height:4.2rem;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;font-style:normal;display:block; }
#BaiZEKVyPyzQm9533aJOM0B80TsqfBvw { color:#555555;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.125rem;left:2.0625rem;height:38.8125rem;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;font-style:italic;display:block; }
#hur19fzp7rXdNrEbSldwtRUiqdPOu95p { color:#1a1a1a;display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:104.4375rem;left:2.0625rem;height:4.65rem;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;font-style:normal;display:block; }
#oSQq1SPuP7GXqJcG49q3JD5Ei5wVHD39 { color:#555555;display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:72.1875rem;left:2.0625rem;height:30.28125rem;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;font-style:italic;display:block; }
#XFyDMboXuIAIE7OJ6Z6gkMgUSaEti6l6 { color:#555555;display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:112rem;left:2.0625rem;height:1.59375rem;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;font-style:italic;display:block; }
#t4c6Cq0mGXoC3Vmzoa3bc40yIXeab3Ky { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top: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:31.125rem;width:24.875rem;top:13.0625rem;left:30.237501144409rem;overflow:hidden;display:block; }
#y7NUSlDMrpO8TIhTav4BfKokuT1taveJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d6b55;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; }#y7NUSlDMrpO8TIhTav4BfKokuT1taveJ > .row .container { background-color: transparent; background-image: none; }#y7NUSlDMrpO8TIhTav4BfKokuT1taveJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7NUSlDMrpO8TIhTav4BfKokuT1taveJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7NUSlDMrpO8TIhTav4BfKokuT1taveJ > .row .container > .video-iframe-container { display: none; }#y7NUSlDMrpO8TIhTav4BfKokuT1taveJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7NUSlDMrpO8TIhTav4BfKokuT1taveJ > .row > .video-iframe-container { display: none; }#y7NUSlDMrpO8TIhTav4BfKokuT1taveJ > .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); }#y7NUSlDMrpO8TIhTav4BfKokuT1taveJ > .row .container { border-width: 0; border-radius: 0; }#y7NUSlDMrpO8TIhTav4BfKokuT1taveJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7NUSlDMrpO8TIhTav4BfKokuT1taveJ > .row .container { font-size:0.875rem;font-family:arial;height:68.4375rem;width:60rem;position:relative;display:block; }#MpczXKi3Rx1OmMQhJKya78WODIx3a4bX { color:#ffffff;display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:29.25rem;left:0rem;height:19.125rem;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;font-style:italic;display:block; }
#FN9UD1OKTHr4ExSSTdG89NoCENygq5xW { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.4976577758789rem;left:0rem;height:2.1rem;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;font-style:normal;display:block; }
#NiM5W5IGKh567KwZ7BR9U0PV6GvuNK1k { color:#ffffff;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:5.3125rem;left:0rem;height:22.3125rem;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;font-style:italic;display:block; }
#vWF9DFd9N5X4dPsIQ7TA6hN8gr5IyCyy { color:#ffffff;display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:47.5625rem;left:0rem;height:11.71875rem;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;font-style:italic;display:block; }
#vlloNt7bZBLuQ1pb9RvD4pXvkFU4DJlJ { color:#ffffff;display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:52.873442173004rem;left:0rem;height:12.75rem;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;font-style:italic;display:block; }
#TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(153,153,153,0.1);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; }#TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN > .row .container { background-color: transparent; background-image: none; }#TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN > .row .container > .video-iframe-container { display: none; }#TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN > .row > .video-iframe-container { display: none; }#TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN > .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); }#TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN > .row .container { border-width: 0; border-radius: 0; }#TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:60rem;position:relative;display:block; }#ZGqUOpem5aQ6D7d6a5L3nTBbGFReiB2m { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;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:41.5625rem;width:56.9375rem;top:1.6875rem;left:1.0625rem;display:block; }#ZGqUOpem5aQ6D7d6a5L3nTBbGFReiB2m.adaptive-delivery-prevent-bg, #ZGqUOpem5aQ6D7d6a5L3nTBbGFReiB2m.lazyload, #ZGqUOpem5aQ6D7d6a5L3nTBbGFReiB2m.lazyloading { background-image: none; }
#ZGqUOpem5aQ6D7d6a5L3nTBbGFReiB2m::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#ZGqUOpem5aQ6D7d6a5L3nTBbGFReiB2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#tfybo8GdzDO7tyBJXa84XOp7gzyNB9ns { color:#1a1a1a;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4rem;left:2.0625rem;height:2.55rem;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;font-style:normal;display:block; }
#uBt08xKGWJwgZ4wACNu7d3MwcMOkpTaT { color:#555555;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5rem;left:2.0625rem;height:17.8125rem;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;font-style:italic;display:block; }
#TOU6fTuWzH2SbgNsfsllSZSTGusgsEXP { background-color:#e0357a;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.125rem 0.125rem 1.6875rem rgba(0,0,0,0.15) ;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.0625rem;height:5.1875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:45.375rem;left:11rem;display:block; }
#GLZcFJ6s1bM7B5XUEP7eGhW0RidsQI4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfbJUgSlQMb8TB47tZxnTaXy0dfZehLF { color:#555555;display:block;width:54.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:52.6875rem;left:2.0625rem;height:1.78125rem;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;font-style:italic;display:block; }
#W2313FGZ4MSh4CCHi1xkTg3ck7JMhBvm { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:26.312514305115rem;left:2.1750011444092rem;height:12.75rem;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;font-style:italic;display:block; }
#HBi76W805G4Zerzo3pScOKZxmWDPP2TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f6;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; }#HBi76W805G4Zerzo3pScOKZxmWDPP2TL > .row .container { background-color: transparent; background-image: none; }#HBi76W805G4Zerzo3pScOKZxmWDPP2TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBi76W805G4Zerzo3pScOKZxmWDPP2TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBi76W805G4Zerzo3pScOKZxmWDPP2TL > .row .container > .video-iframe-container { display: none; }#HBi76W805G4Zerzo3pScOKZxmWDPP2TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBi76W805G4Zerzo3pScOKZxmWDPP2TL > .row > .video-iframe-container { display: none; }#HBi76W805G4Zerzo3pScOKZxmWDPP2TL > .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); }#HBi76W805G4Zerzo3pScOKZxmWDPP2TL > .row .container { border-width: 0; border-radius: 0; }#HBi76W805G4Zerzo3pScOKZxmWDPP2TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HBi76W805G4Zerzo3pScOKZxmWDPP2TL > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:60rem;position:relative;display:block; }#bJmv3k9TzdieRkA1zcED9XpPIIUx5OQI { color:#1a1a1a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.0625rem;left:0rem;height:;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;font-style:normal;display:block; }
#p2wLiTuNKvzg352MppTXx0pcTi5TA2KK { color:#555555;display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.3125009536744rem;left:0rem;height:13.5rem;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;font-style:italic;display:block; }
#cvUF5V1EIZQaDP2IkOSRHmN9LivFKHq0 { box-sizing:content-box;height:28.1875rem;width:59.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:22.8125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hB1sUEOvtlU2LmtIui0fuTaUqGvuL4Lt { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top: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:19.3125rem;width:18.3125rem;top:24.4375rem;left:1.375rem;overflow:hidden;display:block; }
#MiLVhEuP0TcoS8k9boemNfR9Aqb0TZWH { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top: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:20.9375rem;width:16.75rem;top:28.25rem;left:12rem;overflow:hidden;display:block; }
#pOVVko18Kh9XFqkZNhuLTKARhoJMnJW4 { color:#555555;display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:28.250000953674rem;left:30.950002670288rem;height:3.375rem;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;font-style:italic;display:block; }
#LvBsOX2e77RcC7WLkToTeg7fTfabcOcM { color:#555555;display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.5;letter-spacing:0;top:33.562501907349rem;left:31.512502670288rem;height:3.375rem;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;font-style:italic;display:block; }
#ZiOBeS9hTHrBHJAxKuqfgbwTcoqC2aEL { box-sizing:content-box;height:5.9375rem;width:26.375rem;position:absolute;display:block;z-index:15005;background-color:#f0faf6;background-image:none;box-shadow: none;border-top:0;border-left:0.4375rem solid #0d6b55;border-right:0;border-bottom:0;top:38.625rem;left:32.125rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }
#ObtOcUGWiMcmK1I415tTLClZLxHFS3Am { color:#0d6b55;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:40.0625rem;left:34.4375rem;height:3.15rem;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;font-style:normal;display:block; }
#u7ygHz3tdcFi7STeHn2kggwBvAzro1qA { color:#555555;display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:53.500001907349rem;left:7.25rem;height:1.6875rem;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;font-style:italic;display:block; }
#chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d6b55;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; }#chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5 > .row .container { background-color: transparent; background-image: none; }#chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5 > .row .container > .video-iframe-container { display: none; }#chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5 > .row > .video-iframe-container { display: none; }#chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5 > .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); }#chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5 > .row .container { border-width: 0; border-radius: 0; }#chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5 > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#STcfOuVB4CIbM7vM8zeutaeBIahta7x7 { color:#ffffff;display:block;width:48.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.5624876022339rem;left:0rem;height:2.625rem;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;font-style:normal;display:block; }
#EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d6b55;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; }#EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU > .row .container { background-color: transparent; background-image: none; }#EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU > .row .container > .video-iframe-container { display: none; }#EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU > .row > .video-iframe-container { display: none; }#EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU > .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); }#EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU > .row .container { border-width: 0; border-radius: 0; }#EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#w7i85dFgCpKZH3hDKD0IblieD9Etdzq2 { box-sizing:content-box;height:13.9375rem;width:19.1875rem;position:absolute;display:block;z-index:15001;background-color:#063d2e;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:40.5625rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }
#Acs08WoJkAO0PNGnks35H5y2XITEXFzW { box-sizing:content-box;height:14.0625rem;width:19.5625rem;position:absolute;display:block;z-index:15002;background-color:#063d2e;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:20.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#FaqqDoQhHqLXLwV8Zh2Rga4lXWiW1Tww { box-sizing:content-box;height:14.125rem;width:19.375rem;position:absolute;display:block;z-index:15003;background-color:#063d2e;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:0.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }
#SltpDx0P1tJziOqZStw8Tc5PlsTEtnB4 { color:#9fe1cb;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:0.96875rem;left:1.3125rem;height:2.45rem;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;font-style:normal;display:block; }
#Myr7kfybEF7XMS0TsqSnZzATyz3U79Na { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:3.8125rem;left:1.125rem;height:1.4875rem;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;font-style:normal;display:block; }
#uGCnymssbfsBVs7AkrJ43czB5FI0uCld { color:#9fe1cb;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:6.1562509536743rem;left:1.3125rem;height:4.4625rem;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;font-style:normal;display:block; }
#ZTT3cAIxE90gWUTzXUUMfoTbpfWB90qt { color:#9fe1cb;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:0.96875rem;left:21.375rem;height:2.45rem;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;font-style:normal;display:block; }
#cx8dJ0uRugmTnAV4mOcMeWBTNle27884 { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:3.8125rem;left:21.5rem;height:2.975rem;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;font-style:normal;display:block; }
#x2wASGEoHDvQyVL3Vm0y4vezfopX0c4i { color:#9fe1cb;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:7.40625rem;left:21.4375rem;height:4.4625rem;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;font-style:normal;display:block; }
#rUaw1qVAI5hoHpk4TZP3IfZDOuhvbmGp { color:#9fe1cb;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:0.96875rem;left:41.375rem;height:2.45rem;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;font-style:normal;display:block; }
#NiEoevLDonWcH1tCX4uSGe5GSVp6hErP { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:3.75rem;left:41.5rem;height:1.4875rem;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;font-style:normal;display:block; }
#VUS4exAbDxwloLlD5AbWRNbcGkfMTi3O { color:#9fe1cb;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:7.40625rem;left:41.6875rem;height:2.975rem;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;font-style:normal;display:block; }
#gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d6b55;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; }#gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu > .row .container { background-color: transparent; background-image: none; }#gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu > .row .container > .video-iframe-container { display: none; }#gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu > .row > .video-iframe-container { display: none; }#gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu > .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); }#gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu > .row .container { border-width: 0; border-radius: 0; }#gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:60rem;position:relative;display:block; }#R9fkNowl37ttEAPnycyuMWnRWb1rkT4G { color:#9fe1cb;display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.6875rem;left:1.34375rem;height:7.4375rem;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;font-style:italic;display:block; }
#fSnNzXu7b9z3nzwJqnORN37fRk1viW29 { box-sizing:content-box;height:12.125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#063d2e;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#uoREATAZQEin3nFiJCFIuRmTVQZWvZMt { color:#ffffff;display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.375rem;left:1.34375rem;height:1.78125rem;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;font-style:italic;display:block; }
#ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);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; }#ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH > .row .container { background-color: transparent; background-image: none; }#ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH > .row .container > .video-iframe-container { display: none; }#ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH > .row > .video-iframe-container { display: none; }#ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH > .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); }#ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH > .row .container { border-width: 0; border-radius: 0; }#ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH > .row .container { font-size:0.875rem;font-family:arial;height:97.9375rem;width:60rem;position:relative;display:block; }#zBlfToS13cR4dV7dWnNuQE7dnSUVwtLU { color:#1a1a1a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:7.3125rem;left:0rem;height:2.1rem;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;font-style:normal;display:block; }
#RAAks49onLbcKFn3mEFV1m5poVZMrZB3 { color:#555555;display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10rem;left:0rem;height:1.6875rem;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;font-style:italic;display:block; }
#kIcqTzGDdu3022TeSPpqxiHFDsrXVnci { box-sizing:content-box;height:5.9375rem;width:59.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:13.875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#X5dZT2IJGrMfuBasVw8SJPbCmOiiLSpx { color:#0d6b55;display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:3.1875057220459rem;left:0rem;height:2.1875rem;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;font-style:normal;display:block; }
#tfNSqJEkIlSE2AbhopGP8KUk7UJ8L5Nw { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:14.8125rem;left:5.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#dKd2Vp1GT0caXx9yQQM2bd8PmNz4R4KW { color:#555555;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:16.5rem;left:5.375rem;height:2.8rem;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;font-style:italic;display:block; }
#U6UGBAHgwuSTDizOBNp7xCqdhu6d3Cl4 { box-sizing:content-box;height:4rem;width:3.1875rem;position:absolute;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block;z-index:15007;background-color:#f0faf6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.9375rem;left:0.875rem;display:block; }
#d3SiOd7Xc1g93ifPTHxuH4ULMoT8HJLI { color:#0d6b55;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:16rem;left:0.9375rem;height:1.925rem;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;font-style:normal;display:block; }
#vZzPXxdBTCxewr2DJCGCIC4stl4W4iM6 { box-sizing:content-box;height:5.9375rem;width:59.875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:20.875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#srT9Rh5hx7BBk3MTRqQwfQi9UWq7mwce { color:#555555;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:23.5rem;left:5.375rem;height:2.8rem;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;font-style:italic;display:block; }
#cHeuPTl4xgXgWhVVvQZBb83gx2rwmf0X { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:21.8125rem;left:5.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#NqdaFKL2NSeqhXTK92wZVy5BKcIa5D5I { box-sizing:content-box;height:4rem;width:3.1875rem;position:absolute;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block;z-index:15012;background-color:#f0faf6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.9375rem;left:0.875rem;display:block; }
#FbpTgsd7cBWtkh7pM6ghooE8mpTpbBLw { color:#0d6b55;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:23rem;left:0.9375rem;height:1.925rem;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;font-style:normal;display:block; }
#bpHIgWZwN2V9vRmW5315qRAnboHw7pUP { box-sizing:content-box;height:5.9375rem;width:59.875rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:27.75rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#meO6sFmLK9SI70lTftD4wSt6nuha5JZN { color:#555555;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:30.375rem;left:5.375rem;height:1.4rem;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;font-style:italic;display:block; }
#xHpiHM6HbUtOP6O39aOGwMCTbmGQnOxf { box-sizing:content-box;height:4rem;width:3.1875rem;position:absolute;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block;z-index:15017;background-color:#f0faf6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.8125rem;left:0.875rem;display:block; }
#zyA4zV4OsWw6a6ifyT39r0PfUHSybeUe { color:#0d6b55;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:29.875rem;left:0.9375rem;height:1.925rem;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;font-style:normal;display:block; }
#JW1i89RxRVOmmFZPO0ghDp359qaSZzmw { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:28.6875rem;left:5.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#PcsP4fivymNXS4XveGn0INcLWdIfEfLu { box-sizing:content-box;height:5.9375rem;width:59.875rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:34.5625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rVHFgn9mQqm8XvHPUCm1Gp5BlhJSb2H3 { color:#555555;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:37.1875rem;left:5.375rem;height:1.4rem;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;font-style:italic;display:block; }
#H8M6dCpEzQxTk66Cn992cZIbNH8sxL7g { box-sizing:content-box;height:4rem;width:3.1875rem;position:absolute;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block;z-index:15022;background-color:#f0faf6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.625rem;left:0.875rem;display:block; }
#M6BAdZJtvT1Fv4Px5CkHEEpt4x2RdHy2 { color:#0d6b55;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:36.6875rem;left:0.9375rem;height:1.925rem;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;font-style:normal;display:block; }
#skcGD3dOn5oee5hM25v7N4NbVR911TcN { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:35.5rem;left:5.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#eCezgeHPQ57NW6cbxJ9kX0B2hd5IcHVF { box-sizing:content-box;height:5.9375rem;width:59.875rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:55.125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dA6maDx9BUZs1mXQfw2JtcTEz7CQf1BI { color:#555555;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:58.3125rem;left:5.375rem;height:1.4rem;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;font-style:italic;display:block; }
#JT98NgqZMm66n9oxCyh1a8w42PLslvzt { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:56.625rem;left:5.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#A3lQ3yDSPiDXzC6OPAxclFyckD7oTJuP { box-sizing:content-box;height:5.9375rem;width:59.875rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:48.25rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#F5CMQJs7SJKFK0kS8IlvBDDs5tnTsLH0 { color:#555555;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:51.4375rem;left:5.375rem;height:1.4rem;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;font-style:italic;display:block; }
#i0vg8EUD7pWTFQPghN0GNBlbhvvzTCCn { box-sizing:content-box;height:4rem;width:3.1875rem;position:absolute;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block;z-index:15032;background-color:#f0faf6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.3125rem;left:0.875rem;display:block; }
#Wta3tb7NGmFmqDzIeIhf2QhhyxpOHTUi { box-sizing:content-box;height:4rem;width:3.1875rem;position:absolute;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block;z-index:15037;background-color:#f0faf6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.1875rem;left:0.875rem;display:block; }
#uWW4edHOiER9WaKU3WkCOSNhUpqkwUBv { color:#0d6b55;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:57.25rem;left:0.9375rem;height:1.925rem;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;font-style:normal;display:block; }
#arcFK4CAs3MktHTOOynub3F514gvBkip { color:#0d6b55;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:50.375rem;left:0.9375rem;height:1.925rem;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;font-style:normal;display:block; }
#L95goTmXAR2cMdAbnxxwk9NgUKTkwmCi { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:49.75rem;left:5.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#bt9L08wPF05spfD7vhFGL9TNK8KsQtRq { box-sizing:content-box;height:5.9375rem;width:59.875rem;position:absolute;display:block;z-index:15022;background-color:#f0faf6;background-image:none;box-shadow: none;border-top:0.0625rem solid #0d6b55;border-left:0.0625rem solid #0d6b55;border-right:0.0625rem solid #0d6b55;border-bottom:0.0625rem solid #0d6b55;top:41.25rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#kbvDqEBc5xHmznusftv8DillQO3J8k2R { color:#0d6b55;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:43.875rem;left:5.375rem;height:1.4rem;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;font-style:italic;display:block; }
#Vfo1nORCaK2g9bIgTLnBmgcSIp1XP6bF { box-sizing:content-box;height:4rem;width:3.1875rem;position:absolute;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block;z-index:15027;background-color:#0d6b55;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:0.875rem;display:block; }
#fSUcLlWzXZMUx87RpHhuM0B4AETFrX1z { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:43.375rem;left:0.9375rem;height:1.925rem;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;font-style:normal;display:block; }
#w3NBn0bpi2penWn7MUqXDXN9exPhwuc7 { color:#0d6b55;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:42.1875rem;left:5.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#gIrySDSNoFE6dRngT2MSBXQsl1wrtwAd { box-sizing:content-box;height:5.9375rem;width:59.875rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:61.875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JWEIVFV8rwOWpN7pI3F84uLIyIEqi89z { box-sizing:content-box;height:4rem;width:3.1875rem;position:absolute;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block;z-index:15042;background-color:#f0faf6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.9375rem;left:0.875rem;display:block; }
#ba7yic2vP9LQD7SBbZgiDgy1wTgZTw2f { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:62.8125rem;left:5.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#SxTxmyZ2NQWUdWPSntFgGKtvskOOtqki { color:#0d6b55;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:64rem;left:0.9375rem;height:1.925rem;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;font-style:normal;display:block; }
#nuAAXswqiHQg8xW76qx8pTCW98gTTchn { color:#555555;display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:64.5rem;left:5.375rem;height:2.8rem;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;font-style:italic;display:block; }
#pPgtOxiBicoJyKEzQKtloIZhqrZZgh6s { box-sizing:content-box;height:5.9375rem;width:59.875rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:75.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#AtmtUy9f9xcWy1yJfXkEQMlainccMkqT { color:#555555;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:78.5625rem;left:5.375rem;height:1.4rem;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;font-style:italic;display:block; }
#rCv3n38WXHJgBEmlh4uCn3MMTscf5c7R { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:76.875rem;left:5.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#J5lnXAOTm3xcVDsHh7KXr0hauKz97tO8 { box-sizing:content-box;height:4rem;width:3.1875rem;position:absolute;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block;z-index:15053;background-color:#f0faf6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.4375rem;left:0.875rem;display:block; }
#RAuqfFLslGTraa1wtc7SSJUrHhtbZKlx { color:#0d6b55;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:77.5rem;left:0.9375rem;height:1.925rem;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;font-style:normal;display:block; }
#PcKIT65vowzQbS1wV3RtJkUZGcZlIsK6 { box-sizing:content-box;height:5.9375rem;width:59.875rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:68.625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lraWuiPPPfayCQTlu1m4rfSQFUaiV9ME { color:#555555;display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:71.25rem;left:5.375rem;height:2.8rem;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;font-style:italic;display:block; }
#qq6mWZblh3ODlMHdmQOaiQV3EnPPTs99 { box-sizing:content-box;height:4rem;width:3.1875rem;position:absolute;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block;z-index:15048;background-color:#f0faf6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.6875rem;left:0.875rem;display:block; }
#IzAOsZSmfaV9X6TA5Rt3WNczx9dZ3sCV { color:#0d6b55;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:70.75rem;left:0.9375rem;height:1.925rem;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;font-style:normal;display:block; }
#S2Sk1p877gTxHlL8aHImkeBHdzdRLeUt { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:69.5625rem;left:5.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#C525VhIfUNVXTtg4iRSFvBLz9Rwwym9p { background-color:#e0357a;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.125rem 0.125rem 1.6875rem rgba(0,0,0,0.15) ;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.0625rem;height:5.1875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:86.5rem;left:11rem;display:block; }
#TJOqT0X3C68mGEnd6Xv4xq0MUxeAtkQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0VqfAaaKuREvaJcNMkwr3cyAMsZIQ9I { color:#1a1a1a;display:block;width:45.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:93.375rem;left:7.1875rem;height:1.2rem;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;font-style:normal;display:block; }
#O5SOCXoIsmngu80VeXL0mcWf72AVaoT9 { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:84.375rem;left:7.1875rem;height:1.425rem;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;font-style:normal;display:block; }
#wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(153,153,153,0.1);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; }#wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw > .row .container { background-color: transparent; background-image: none; }#wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw > .row .container > .video-iframe-container { display: none; }#wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw > .row > .video-iframe-container { display: none; }#wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw > .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); }#wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw > .row .container { border-width: 0; border-radius: 0; }#wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw > .row .container { font-size:0.875rem;font-family:arial;height:167.5625rem;width:60rem;position:relative;display:block; }#IZ86wwzGckPIzbOxQI66TXqFDLhVr7IP { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;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:81.8125rem;width:57.5rem;top:5.3125rem;left:0rem;display:block; }#IZ86wwzGckPIzbOxQI66TXqFDLhVr7IP.adaptive-delivery-prevent-bg, #IZ86wwzGckPIzbOxQI66TXqFDLhVr7IP.lazyload, #IZ86wwzGckPIzbOxQI66TXqFDLhVr7IP.lazyloading { background-image: none; }
#IZ86wwzGckPIzbOxQI66TXqFDLhVr7IP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#IZ86wwzGckPIzbOxQI66TXqFDLhVr7IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#msaaAR1ei87SNy54fCW133z81iGo2tGm { color:#1a1a1a;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.875rem;left:2.0625rem;height:2.55rem;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;font-style:normal;display:block; }
#db1GGcgt4JQ0WCloGC2pJJntGgnKnoMA { color:#555555;display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.625rem;left:2.625rem;height:39.1875rem;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;font-style:italic;display:block; }
#cMWkHPfsBBcn90qWqvVTnhX6fc60CKAL { color:#555555;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:158.5625rem;left:4.3125rem;height:6.1875rem;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;font-style:italic;display:block; }
#yp6aEso0GmxzhzoRSfENkQe22tsXyBb2 { color:#1a1a1a;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:51.4375rem;left:2.625rem;height:2.55rem;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;font-style:normal;display:block; }
#OAHKJ0bgfNfFdiBOlHCyUU4MtxuDiHeo { color:#1a1a1a;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:55.375rem;left:2.625rem;height:2.25rem;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;font-style:normal;display:block; }
#S4prTDTVFk0c85dH1znp1zE9nE4TGSOy { color:#555555;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:59.0625rem;left:2.75rem;height:28.5rem;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;font-style:italic;display:block; }
#nSUOSV93A85SSsAcdAJiGZpDkLLS7iUC { color:#1a1a1a;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:88.6875rem;left:2.625rem;height:2.025rem;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;font-style:normal;display:block; }
#aePUxRsa3fOkDEABP9N54IE0DEPpqar2 { color:#1a1a1a;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:92rem;left:2.625rem;height:7.2rem;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;font-style:normal;display:block; }
#bodVBEr30bXuIO1ygqp5AoWxHSr4axzL { color:#1a1a1a;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:101rem;left:2.625rem;height:4.05rem;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;font-style:normal;display:block; }
#Wt7cgxPIulaixlTUh2DZrCnmsDLgtPtv { color:#555555;display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:112.8125rem;left:2.625rem;height:14.25rem;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;font-style:italic;display:block; }
#mN4quJglW4CUggDTR4steAWXPl9P0cl5 { color:#1a1a1a;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:107rem;left:2.625rem;height:4.05rem;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;font-style:normal;display:block; }
#X1a04FNP9lwvNQw1U07TJw1ypaSvwQnr { color:#1a1a1a;display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:128.625rem;left:2.625rem;height:4.65rem;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;font-style:normal;display:block; }
#hMTdpUdiszl1ziQEZ9rtBz9q2uC6PTxd { color:#555555;display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:135rem;left:2.4375rem;height:19.59375rem;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;font-style:italic;display:block; }
#U4x0prGkrO9Hl431APgB8sdNIMgAOA1T { position:absolute;display:block;z-index:15044;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:29.9375rem;width:22.5rem;top:12.6875rem;left:37.375rem;overflow:hidden;display:block; }
#Tv3AofVd9psOuIXPm7WwTBMmud3vH1SQ { color:#555555;display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15055;line-height:1.4;letter-spacing:0;top:1.50390625rem;left:0rem;height:1.8375rem;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;font-style:normal;display:block; }
#c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faf6;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; }#c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t > .row .container { background-color: transparent; background-image: none; }#c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t > .row .container > .video-iframe-container { display: none; }#c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t > .row > .video-iframe-container { display: none; }#c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t > .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); }#c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t > .row .container { border-width: 0; border-radius: 0; }#c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#QTF5HCSLKqCXFnLtc8l2fgBFbvnetoX3 { color:#1a1a1a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:4.125rem;left:0rem;height:;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;font-style:normal;display:block; }
#sFCRJdcets0mlL5zt3DT76I8JAbTdw3R { color:#0d6b55;display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:1.625rem;left:10.0625rem;height:1.6625rem;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;font-style:normal;display:block; }
#QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faf6;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; }#QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf > .row .container { background-color: transparent; background-image: none; }#QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf > .row .container > .video-iframe-container { display: none; }#QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf > .row > .video-iframe-container { display: none; }#QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf > .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); }#QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf > .row .container { border-width: 0; border-radius: 0; }#QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#nT7t7nlFBdDm9zdH0Ke5abN3uEVt98AT { box-sizing:content-box;height:27.75rem;width:19.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.75rem;left:40.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TtJVmB4dKKkvsmNRU2Kd34ha72QvXJ9x { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#f0faf6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.375rem;left:41.4375rem;display:block; }
#rXOwo1TJsMXFqlaTPeTV4lkzhisTlVTX { color:#0d6b55;display:block;width:1.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:3.15625rem;left:42.0625rem;height:1.80625rem;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;font-style:normal;display:block; }
#kx4GPbEr7JwE81FAHqv6Z21nQC0vuHp2 { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.375rem;width:18.3125rem;top:12.375rem;left:40.649558423913rem;overflow:hidden;display:block; }
#GkWClH7LHKruDn1m3wpcBELbxahONySh { color:#555555;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:2.4375rem;left:45.875rem;height:1.80625rem;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;font-style:normal;display:block; }
#bQn8E257D96DSCwVqlmnq0T6xCPAFxGd { color:#555555;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:4rem;left:45.875rem;height:1.59375rem;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;font-style:normal;display:block; }
#vxnSJFhtV9ooxOynXQGlPx18iMCQXnxf { box-sizing:content-box;height:4.625rem;width:17.8125rem;position:absolute;display:block;z-index:15006;background-color:#f0faf6;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.5625rem;left:41.09375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RQ00u5frhCdt6BK7trTnFxNvDoePcuLS { color:#0d6b55;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:7.375rem;left:41.5rem;height:1.6625rem;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;font-style:normal;display:block; }
#Kxs87NDP5IgfaLDIrcJg3AP67QCAWA8U { color:#0d6b55;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:8.96875rem;left:41.5rem;height:1.4rem;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;font-style:normal;display:block; }
#TXmr9vMwUeopaHXT3XAmw1tSTGLUtIKC { color:#555555;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:25.0625rem;left:41.71875rem;height:2.625rem;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;font-style:normal;display:block; }
#TymyIViMIVftDHqFz7MFVuJ4RbQQwXcx { box-sizing:content-box;height:27.75rem;width:19.5625rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.75rem;left:20.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#vqhJINgsGbggKRkhbLOEXNpWUBPPfvwB { color:#555555;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:25.0625rem;left:21.71875rem;height:2.625rem;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;font-style:normal;display:block; }
#Lw7FG1IwTJ4IaGnCch0paXTau5e5TsQl { position:absolute;display:block;z-index:15027;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.3125rem;width:17.9375rem;top:12.375rem;left:20.71875rem;overflow:hidden;display:block; }
#x145x9w1ewENTkVGVXCWNtlt9ohsdm14 { box-sizing:content-box;height:4.625rem;width:17.8125rem;position:absolute;display:block;z-index:15016;background-color:#f0faf6;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.5625rem;left:20.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CZxAV3FCMpZ4f6x5kE13C0MBSGU4K3B9 { color:#0d6b55;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:9rem;left:21.3125rem;height:1.4rem;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;font-style:normal;display:block; }
#v5wcXAGm0rvpxG6Xf88QoAq4dS9yGI5L { color:#0d6b55;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.375rem;left:21.3125rem;height:1.6625rem;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;font-style:normal;display:block; }
#sMrSPDaEpe4g78M7WXfeGeMTMeEmKEsi { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#f0faf6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.375rem;left:21.25rem;display:block; }
#a5FBsEi4f2GHf0w0rQ6T87BEAP6VPBk8 { color:#555555;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:4rem;left:25.6875rem;height:1.59375rem;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;font-style:normal;display:block; }
#O7DuT8mlXBmlXOTsCzAAZVqqV1Ve9CcM { color:#0d6b55;display:block;width:1.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:3.1875rem;left:21.875rem;height:1.80625rem;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;font-style:normal;display:block; }
#oUnQR0CqqgWSRhrMg1uPwW48nvJ5CsJR { color:#555555;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:2.4375rem;left:25.6875rem;height:1.80625rem;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;font-style:normal;display:block; }
#xu2aKCbSnTn1Hbk3fwSCunNMpTN8OiU8 { box-sizing:content-box;height:27.75rem;width:19.5625rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.75rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ifWqT6pEwVhDCchoVTv2lXhbaAhLDZ00 { color:#555555;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:25.0625rem;left:1.71875rem;height:2.625rem;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;font-style:normal;display:block; }
#nApDALWXTi9p62h0mWT9BVEDxkTba9H8 { position:absolute;display:block;z-index:15037;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.75rem;width:14.875rem;top:12.375rem;left:2.25rem;overflow:hidden;display:block; }
#U2BTZ1e7fGQLJNkGZxUlIebT0WHwxyGx { box-sizing:content-box;height:4.625rem;width:17.8125rem;position:absolute;display:block;z-index:15026;background-color:#f0faf6;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.5625rem;left:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#koVeFgPtzXFsbf8NSQ3bmlaEpiMyn7GG { color:#0d6b55;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:9rem;left:1.0625rem;height:1.4rem;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;font-style:normal;display:block; }
#CaQSGDEqaTB5IStZd7Zz5UeoaP2AthWk { color:#0d6b55;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:7.375rem;left:1.0625rem;height:1.6625rem;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;font-style:normal;display:block; }
#s2XHkm5pSEDw3DBubI2eErUorkTfGMvc { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#f0faf6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.375rem;left:1rem;display:block; }
#WFQnpgDyzshmCbtpa6mb2uFf8nvPKCPS { color:#555555;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.7;letter-spacing:0;top:4rem;left:5.4375rem;height:1.59375rem;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;font-style:normal;display:block; }
#wPuBVez2DydfKWK86DU2gfpCQ2NWMGol { color:#0d6b55;display:block;width:1.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.7;letter-spacing:0;top:3.1875rem;left:1.625rem;height:1.80625rem;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;font-style:normal;display:block; }
#k0ueLDyLHMhfX7QQfxJM9MDNBJuMiEl5 { color:#555555;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:2.4375rem;left:5.4375rem;height:1.80625rem;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;font-style:normal;display:block; }
#ucLuVURFFuoRWiukVcwdXa9QXSNLDJar { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faf6;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; }#ucLuVURFFuoRWiukVcwdXa9QXSNLDJar > .row .container { background-color: transparent; background-image: none; }#ucLuVURFFuoRWiukVcwdXa9QXSNLDJar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucLuVURFFuoRWiukVcwdXa9QXSNLDJar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucLuVURFFuoRWiukVcwdXa9QXSNLDJar > .row .container > .video-iframe-container { display: none; }#ucLuVURFFuoRWiukVcwdXa9QXSNLDJar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucLuVURFFuoRWiukVcwdXa9QXSNLDJar > .row > .video-iframe-container { display: none; }#ucLuVURFFuoRWiukVcwdXa9QXSNLDJar > .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); }#ucLuVURFFuoRWiukVcwdXa9QXSNLDJar > .row .container { border-width: 0; border-radius: 0; }#ucLuVURFFuoRWiukVcwdXa9QXSNLDJar > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucLuVURFFuoRWiukVcwdXa9QXSNLDJar > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#WZyoEXHh8GigwVs4yiTNEB2LX0Xcbxls { background-color:#e0357a;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.125rem 0.125rem 1.6875rem rgba(0,0,0,0.15) ;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:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.0625rem;height:3.8125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:0.625rem;left:10.9375rem;display:block; }
#VCPVExN7AERWurzap89kXXMv6ofTTOxC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM { position:relative;display:block; }#QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM { background-color: transparent; background-image: none; }#QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM > .row .container > .video-iframe-container { display: none; }#QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM > .row > .video-iframe-container { display: none; }#QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM > .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); }#QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM { border-width: 0; border-radius: 0; }#QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM > .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; }#QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM > .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:43.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yHZWIqgOUT0Ty4aBrma99TiVeiVK9yW6 { color:#555555;display:block;width:59.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:4.0625rem;left:0.375rem;height:1.78125rem;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;font-style:normal;display:block; }
#Q1SD56dAZpnuFoT1bkOhosrPETK1C37V { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.375rem;width:60rem;top:6.78125rem;left:0rem;display:block; }
#Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(153,153,153,0.1);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; }#Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb > .row .container { background-color: transparent; background-image: none; }#Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb > .row .container > .video-iframe-container { display: none; }#Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb > .row > .video-iframe-container { display: none; }#Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb > .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); }#Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb > .row .container { border-width: 0; border-radius: 0; }#Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#QFVdtitrv3d7oPrgLTAVbkPn6RFKD0Tk { color:#1a1a1a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0rem;height:2.1rem;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;font-style:normal;display:block; }
#hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(153,153,153,0.1);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; }#hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB > .row .container { background-color: transparent; background-image: none; }#hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB > .row .container > .video-iframe-container { display: none; }#hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB > .row > .video-iframe-container { display: none; }#hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB > .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); }#hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB > .row .container { border-width: 0; border-radius: 0; }#hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#lwGmHbxdfL6PC0stgpUk8SSavdsFAcWv { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;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:16.125rem;width:28.5625rem;top:1rem;left:0rem;display:block; }#lwGmHbxdfL6PC0stgpUk8SSavdsFAcWv.adaptive-delivery-prevent-bg, #lwGmHbxdfL6PC0stgpUk8SSavdsFAcWv.lazyload, #lwGmHbxdfL6PC0stgpUk8SSavdsFAcWv.lazyloading { background-image: none; }
#lwGmHbxdfL6PC0stgpUk8SSavdsFAcWv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#lwGmHbxdfL6PC0stgpUk8SSavdsFAcWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SldXr6sDw02Tw97obiWh52hGwm1xVxLB { box-sizing:content-box;height:0.125rem;width:25.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(153,153,153,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:1.8125rem;display:block; }
#kb98WPdxSrel72KIU8UkwUuSvbH1f7fs { color:#c0392b;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:2.3125rem;left:1.78125rem;height:1.575rem;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;font-style:normal;display:block; }
#EGkK4Uv2ik221sHnmioOlLt0Ig42JyaR { color:#555555;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.9;letter-spacing:0;top:5.8125rem;left:1.8125rem;height:8.075rem;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;font-style:italic;display:block; }
#uWSQa3hQEnS8MlkwPEXnlC7QBqrb89FG { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0d6b55;border-left:0.0625rem solid #0d6b55;border-right:0.0625rem solid #0d6b55;border-bottom:0.0625rem solid #0d6b55;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:16.1875rem;width:28.5625rem;top:1.0625rem;left:31.4375rem;display:block; }#uWSQa3hQEnS8MlkwPEXnlC7QBqrb89FG.adaptive-delivery-prevent-bg, #uWSQa3hQEnS8MlkwPEXnlC7QBqrb89FG.lazyload, #uWSQa3hQEnS8MlkwPEXnlC7QBqrb89FG.lazyloading { background-image: none; }
#uWSQa3hQEnS8MlkwPEXnlC7QBqrb89FG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#uWSQa3hQEnS8MlkwPEXnlC7QBqrb89FG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#v8s4XDFN7RviAeTQGvHw59OFTxWA6yEy { color:#555555;display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:5.875rem;left:33.25rem;height:2.975rem;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;font-style:italic;display:block; }
#pHuW3SD5ST2xHxoxRqDJ3MqOdpWv9G2x { box-sizing:content-box;height:0.125rem;width:25.0625rem;position:absolute;display:block;z-index:15015;background-color:rgba(153,153,153,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:33.25rem;display:block; }
#axoXzA408Ib9awatmXV0UIFJKIR4p4BS { color:#0d6b55;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:2.375rem;left:33.25rem;height:1.575rem;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;font-style:normal;display:block; }
#aDTXMytkOnIyX5CNOzyJhvigxuy4fXDF { color:#555555;display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.9;letter-spacing:0;top:8.75rem;left:33.25rem;height:8.075rem;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;font-style:italic;display:block; }
#VZ3488zMz58qoAFyQ8laDsyMazX4AF40 { 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; }#VZ3488zMz58qoAFyQ8laDsyMazX4AF40 > .row .container { background-color: transparent; background-image: none; }#VZ3488zMz58qoAFyQ8laDsyMazX4AF40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ3488zMz58qoAFyQ8laDsyMazX4AF40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ3488zMz58qoAFyQ8laDsyMazX4AF40 > .row .container > .video-iframe-container { display: none; }#VZ3488zMz58qoAFyQ8laDsyMazX4AF40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ3488zMz58qoAFyQ8laDsyMazX4AF40 > .row > .video-iframe-container { display: none; }#VZ3488zMz58qoAFyQ8laDsyMazX4AF40 > .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); }#VZ3488zMz58qoAFyQ8laDsyMazX4AF40 > .row .container { border-width: 0; border-radius: 0; }#VZ3488zMz58qoAFyQ8laDsyMazX4AF40 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZ3488zMz58qoAFyQ8laDsyMazX4AF40 > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#yJ0aV213HkQP9HoGpR7UR1p6H09R6wBF { color:#555555;display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:5.5rem;left:9.65625rem;height:3.15rem;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;font-style:italic;display:block; }
#r0svcdNusnh44hwK6z5ZIdT8f2pdg7zT { box-sizing:content-box;height:3.9375rem;width:29.4375rem;position:absolute;display:block;z-index:15034;background-color:#fff5f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #c0392b;border-left:0.0625rem solid #c0392b;border-right:0.0625rem solid #c0392b;border-bottom:0.0625rem solid #c0392b;top:10.21875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Cc2iaPJDvhAw6xUqTfdlMRzkcxo7ZMTy { color:#c0392b;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:11.40625rem;left:0.6875rem;height:1.6875rem;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;font-style:italic;display:block; }
#PWRBsqqxtddm6PX2k9rskHr82xHno0pn { box-sizing:content-box;height:3.9375rem;width:29.4375rem;position:absolute;display:block;z-index:15036;background-color:#fff5f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #c0392b;border-left:0.0625rem solid #c0392b;border-right:0.0625rem solid #c0392b;border-bottom:0.0625rem solid #c0392b;top:10.3125rem;left:30.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#WctSCT32wAsXedJNAmAhn1HN4mPQowVw { color:#c0392b;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:11.5rem;left:31.25rem;height:1.6875rem;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;font-style:italic;display:block; }
#IxFzlSfwxT56mAAhOgbaqvZ5UgDLa5Jd { box-sizing:content-box;height:3.9375rem;width:29.4375rem;position:absolute;display:block;z-index:15040;background-color:#fff5f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #c0392b;border-left:0.0625rem solid #c0392b;border-right:0.0625rem solid #c0392b;border-bottom:0.0625rem solid #c0392b;top:15.0625rem;left:30.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#QRIGuHvu7UvvwiXfsfmALF0KsT4Fcem0 { box-sizing:content-box;height:3.9375rem;width:29.4375rem;position:absolute;display:block;z-index:15038;background-color:#fff5f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #c0392b;border-left:0.0625rem solid #c0392b;border-right:0.0625rem solid #c0392b;border-bottom:0.0625rem solid #c0392b;top:15rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JAMivf8tu2EXkZiGkshqdwGiALGQMgXK { color:#c0392b;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:15.65625rem;left:31.25rem;height:2.925rem;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;font-style:italic;display:block; }
#gtIDamkT8P0XwoQxoNw4EtkFVcDzs2pt { color:#c0392b;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:15.65625rem;left:0.6875rem;height:2.925rem;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;font-style:italic;display:block; }
#dgZqInbc38bMulr9tG3zF5RDsItSmBGU { box-sizing:content-box;height:5.9375rem;width:59.875rem;position:absolute;display:block;z-index:15034;background-color:#f0faf6;background-image:none;box-shadow: none;border-top:0.0625rem solid #0d6b55;border-left:0.0625rem solid #0d6b55;border-right:0.0625rem solid #0d6b55;border-bottom:0.0625rem solid #0d6b55;top:20.5rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BSbHhlv45mntmKnQt49f8pb4po7UkfWN { color:#0d6b55;display:block;width:53.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:21.84375rem;left:3.46875rem;height:3.375rem;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;font-style:italic;display:block; }
#BDdAfbPd8TTI2mEtHTVFMmIhUTwDbyU4 { color:#1a1a1a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.875rem;left:0rem;height:2.1rem;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;font-style:normal;display:block; }
#F454qTfLQ9FXiogEqT69ETHn5f0fXhSW { color:#555555;display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.125rem;left:10.6875rem;height:1.575rem;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;font-style:italic;display:block; }
#fH87QscQACVi8TApGORg7FPz8cQA9fSZ { background-color:#e0357a;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.125rem 0.125rem 1.6875rem rgba(0,0,0,0.15) ;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.0625rem;height:5.1875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:30.6875rem;left:10.96875rem;display:block; }
#dsolAe0xSOXLD3rwbCZWfEXS8Q98vtwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9TnMWscpzChmP9ipJqWDndVt28LTi3F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faf6;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; }#f9TnMWscpzChmP9ipJqWDndVt28LTi3F > .row .container { background-color: transparent; background-image: none; }#f9TnMWscpzChmP9ipJqWDndVt28LTi3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9TnMWscpzChmP9ipJqWDndVt28LTi3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9TnMWscpzChmP9ipJqWDndVt28LTi3F > .row .container > .video-iframe-container { display: none; }#f9TnMWscpzChmP9ipJqWDndVt28LTi3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9TnMWscpzChmP9ipJqWDndVt28LTi3F > .row > .video-iframe-container { display: none; }#f9TnMWscpzChmP9ipJqWDndVt28LTi3F > .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); }#f9TnMWscpzChmP9ipJqWDndVt28LTi3F > .row .container { border-width: 0; border-radius: 0; }#f9TnMWscpzChmP9ipJqWDndVt28LTi3F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f9TnMWscpzChmP9ipJqWDndVt28LTi3F > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:block; }#KtJXOFiE6RnWgpzc7WPigk0EedbW4ZRh { color:#1a1a1a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:2.5625rem;left:0rem;height:2.8875rem;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;font-style:normal;display:block; }
#edRowMmdgP97TRBvahvC7EkzGNaPp3w8 { color:#555555;display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:2;letter-spacing:0;top:6.550000190735rem;left:0rem;height:10.625rem;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;font-style:italic;display:block; }
#OPHsshBe23S3wTlWmiDsUsyNJ694HlpU { box-sizing:content-box;height:13.25rem;width:59.875rem;position:absolute;display:block;z-index:15004;background-color:#fff5f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #c0392b;border-left:0.0625rem solid #c0392b;border-right:0.0625rem solid #c0392b;border-bottom:0.0625rem solid #c0392b;top:17.125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GU3iBTb6TvTtWdSvTOvnssPrnDFHx78O { color:#c0392b;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:19rem;left:1.4375rem;height:1.6875rem;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;font-style:italic;display:block; }
#BDh7iiv22fWSyaVgSunCKkIt3VJUiXg3 { color:#555555;display:block;width:47.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.9;letter-spacing:0;top:21.4375rem;left:2.0625rem;height:6.05625rem;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;font-style:italic;display:block; }
#S0voVF1rd8BZiDkRVhyEgqElT03RGSSc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faf6;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; }#S0voVF1rd8BZiDkRVhyEgqElT03RGSSc > .row .container { background-color: transparent; background-image: none; }#S0voVF1rd8BZiDkRVhyEgqElT03RGSSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0voVF1rd8BZiDkRVhyEgqElT03RGSSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0voVF1rd8BZiDkRVhyEgqElT03RGSSc > .row .container > .video-iframe-container { display: none; }#S0voVF1rd8BZiDkRVhyEgqElT03RGSSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0voVF1rd8BZiDkRVhyEgqElT03RGSSc > .row > .video-iframe-container { display: none; }#S0voVF1rd8BZiDkRVhyEgqElT03RGSSc > .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); }#S0voVF1rd8BZiDkRVhyEgqElT03RGSSc > .row .container { border-width: 0; border-radius: 0; }#S0voVF1rd8BZiDkRVhyEgqElT03RGSSc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0voVF1rd8BZiDkRVhyEgqElT03RGSSc > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }#hUvztDqh8RFxdJTe23ru3efCUSbM7uaW { color:#0d6b55;display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:3.8125rem;left:10.0625rem;height:1.6625rem;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;font-style:normal;display:block; }
#lriEG01sb1a8Vmg8UyTZECWftizGkLzh { color:#555555;display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6rem;left:10.6875rem;height:1.4625rem;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;font-style:italic;display:block; }
#FwXpLRBbuqmFm3OiOXh3kQWUT71zRtUM { box-sizing:content-box;height:3.9375rem;width:29.4375rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #0d6b55;border-left:0.0625rem solid #0d6b55;border-right:0.0625rem solid #0d6b55;border-bottom:0.0625rem solid #0d6b55;top:10.21875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#IKvIMpDpSkJV975TIJQQdx7eRQg0Hhvl { color:#0d6b55;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:11.40625rem;left:0.6875rem;height:1.6875rem;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;font-style:italic;display:block; }
#nIKedDpp6pnscsZd7dpGOIPLE1Tl0gDm { box-sizing:content-box;height:3.9375rem;width:29.4375rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #0d6b55;border-left:0.0625rem solid #0d6b55;border-right:0.0625rem solid #0d6b55;border-bottom:0.0625rem solid #0d6b55;top:10.3125rem;left:30.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#nKCqMd4I7UvHDTZz0KTX2AxEuAuwPshc { color:#0d6b55;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:11.5rem;left:31.25rem;height:1.6875rem;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;font-style:italic;display:block; }
#tsapF3A5lDdt6HCThtB5s5MuaWC3OtWz { box-sizing:content-box;height:3.9375rem;width:29.4375rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #0d6b55;border-left:0.0625rem solid #0d6b55;border-right:0.0625rem solid #0d6b55;border-bottom:0.0625rem solid #0d6b55;top:15.0625rem;left:30.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Fmoqdo0yff6PVAxpPyJefzmls2Tid7lf { box-sizing:content-box;height:3.9375rem;width:29.4375rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #0d6b55;border-left:0.0625rem solid #0d6b55;border-right:0.0625rem solid #0d6b55;border-bottom:0.0625rem solid #0d6b55;top:15rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cxSZsHaWZmRI0DkLsTK98iKVnSF0mKGl { color:#0d6b55;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;top:15.78125rem;left:31.25rem;height:2.7rem;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;font-style:italic;display:block; }
#Q7LaSzEmBcZ8FThWkZBU4VT1Zy8ofAzi { color:#0d6b55;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:16.1875rem;left:0.6875rem;height:1.6875rem;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;font-style:italic;display:block; }
#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 { 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; }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row .container { background-color: transparent; background-image: none; }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row .container > .video-iframe-container { display: none; }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row > .video-iframe-container { display: none; }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .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); }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row .container { border-width: 0; border-radius: 0; }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:60rem;position:relative;display:block; }#ZieyXhfNlz6ZTCIf4nI5mpigXIh88FmN { position:absolute;display:block;z-index:15018;border-top:0.375rem solid rgba(209,185,177,0.46);border-left:0.375rem solid rgba(209,185,177,0.46);border-right:0.375rem solid rgba(209,185,177,0.46);border-bottom:0.375rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.8125rem;width:30rem;top:30rem;left:28.22500038147rem;overflow:hidden;display:block; }
#Ucphrkf4Ep0iF1n9uTDlaQkBODSKFfen { position:absolute;display:block;z-index:15015;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.0625rem;width:30.1875rem;top:2.5625rem;left:28.9375rem;overflow:hidden;display:block; }
#xcoh3L1ldr51KuJu6AIsEfbpwDp7fKnW { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.1875rem;width:27.5rem;top:39.0625rem;left:29.52499961853rem;overflow:hidden;display:block; }
#W3pGs9sO4z3FPvR7kH74lu5pHOdoWCUi { position:absolute;display:block;z-index:15016;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.25rem;width:19.4375rem;top:13.8125rem;left:0rem;overflow:hidden;display:block; }
#mU7gsG8toBrD0pniNG8T9UuEQ3AtBGPe { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.1875rem;width:16.3125rem;top:14.0625rem;left:20.625rem;overflow:hidden;display:block; }
#uMynRTKu5gNOF6nDa91X24AKdIw3t3oq { position:absolute;display:block;z-index:15024;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.3125rem;width:24.1875rem;top:36.375rem;left:0.84375rem;overflow:hidden;display:block; }
#U85PWRT8Rq8Mmvim7EDzcOXkcf9G7nJN { position:absolute;display:block;z-index:15026;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.375rem;width:24.125rem;top:30rem;left:0.875rem;overflow:hidden;display:block; }
#nPndI2Ta2KpImvzb3C56D5s68CK0CLvQ { position:absolute;display:block;z-index:15028;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.0625rem;width:27.625rem;top:42.4375rem;left:0rem;overflow:hidden;display:block; }
#Sr2z3BJH4x79naImoqGEytOIr4QRA6O1 { position:absolute;display:block;z-index:15031;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.9375rem;width:20.6875rem;top:14.0625rem;left:38.5625rem;overflow:hidden;display:block; }
#EPfuvzbRJ2VGm6mlOhJrgywf0HBvezyl { position:absolute;display:block;z-index:15027;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.25rem;width:27.375rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);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; }#zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny > .row .container { background-color: transparent; background-image: none; }#zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny > .row .container > .video-iframe-container { display: none; }#zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny > .row > .video-iframe-container { display: none; }#zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny > .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); }#zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny > .row .container { border-width: 0; border-radius: 0; }#zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny > .row .container { font-size:0.875rem;font-family:arial;height:91.75rem;width:60rem;position:relative;display:block; }#wyzeSDkDiLrHTuz8FB69MR1IuLFvWEQ6 { color:#1a1a1a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5625rem;left:0rem;height:2.1rem;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;font-style:normal;display:block; }
#RtWXZA5O1Q1GmME8I9VJGQbOr04PhLRW { box-sizing:content-box;height:6.5rem;width:59.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:8.5rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cmKx4hFQ43GoOwvkiwDTphtFu5nfGT3Q { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:9.3125rem;left:1.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#DXgTg1xOrIgW0q5U6dgCQHdAxzucTnWb { color:#555555;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:11.375rem;left:1.4375rem;height:2.975rem;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;font-style:italic;display:block; }
#ZcitmP3dfnTtWv141dld5zbTa64kIGin { box-sizing:content-box;height:6.5rem;width:59.875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:16rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HxudtJgRIu5tWktEvOtlLawN16IwaWti { color:#555555;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.875rem;left:1.4375rem;height:2.975rem;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;font-style:italic;display:block; }
#eQuAEbadab7pkHS0vGMHaqhaIPE8xKZ7 { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:16.8125rem;left:1.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#OBdXyFEMy2oyU3dfasGsufsXsqcQx0MA { box-sizing:content-box;height:6.5rem;width:59.875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:23.4375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#S9iWXHRidxSMphaD1mKfQyI0ZTW7J3G1 { color:#555555;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:26.3125rem;left:1.4375rem;height:2.975rem;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;font-style:italic;display:block; }
#UA4StAPoV5nJq8zHU7wpyfTZ22pC6zH9 { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:24.25rem;left:1.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#dS7Q0u9k8zWtVolnObrLkvXDTRb9g8np { box-sizing:content-box;height:6.5rem;width:59.875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:30.875rem;left:0.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JqXacBETB0NTZTSfqnueoiGbkBMM300p { color:#555555;display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:33.75rem;left:1.5rem;height:2.975rem;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;font-style:italic;display:block; }
#ETBAaEdQqUP5Uu3XNOT0IM2JITBTr43t { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:31.6875rem;left:1.375rem;height:1.6875rem;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;font-style:italic;display:block; }
#uDzVWrQpHeMMeNDTiukAkelMM9Sqb6iV { box-sizing:content-box;height:6.5rem;width:59.875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:38.25rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#T7XQhr8FDgAsHNwnMrZJQDhIFoyFxTOm { color:#555555;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:41.125rem;left:1.4375rem;height:2.975rem;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;font-style:italic;display:block; }
#SPbQBRwSoRVkrsdTfpMrahsQb5h23Xzl { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:39.0625rem;left:1.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#zKJ2dnxbu0L8vP2367dIVDIUlhLb40ux { box-sizing:content-box;height:6.5rem;width:59.875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:45.625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hlT53ugugv5pgmDl6T4O8Tx3B7VL7uUQ { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:46.4375rem;left:1.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#rp02crfXpFtIUNcqQZlmbtw6ZoXgof2m { color:#555555;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:48.5rem;left:1.4375rem;height:2.975rem;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;font-style:italic;display:block; }
#ro2MqAlktsw0Wgd2Kg1nJh4NZHBc1tTP { box-sizing:content-box;height:7.75rem;width:59.875rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:53.125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gPnXzqLkrXq0RPATuPOQqeZLb8tougAh { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:53.9375rem;left:1.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#yNg28Ft3he5RuiPGhR4mud6w8gNxdUug { color:#555555;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:56rem;left:1.4375rem;height:4.4625rem;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;font-style:italic;display:block; }
#Jqv1qy4QeqBM0gQDIJRwuH8kB28mgtx7 { box-sizing:content-box;height:6.5rem;width:59.875rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:61.6875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#QiFzJAOExCfvaHtIJ1xUkqz5Jd6darat { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:62.5rem;left:1.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#TmacAbbb5qLUqLBCt5kOHOUi4qUSgGZO { color:#555555;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:64.5625rem;left:1.4375rem;height:2.975rem;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;font-style:italic;display:block; }
#CToZk8V8CzETDn6CutpecaG1eRgiomri { box-sizing:content-box;height:6.5rem;width:59.875rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:69rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cHOti3u3E3Irl3lqixRJ3GThezm6bb45 { color:#555555;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:71.875rem;left:1.4375rem;height:2.975rem;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;font-style:italic;display:block; }
#HdQ07PK4KSPa2WQkbuTvvmyKI33o3Xsx { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:69.8125rem;left:1.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#f21VXuGWsOWSLDkR9epq48pafOEok8xU { box-sizing:content-box;height:5.1875rem;width:59.875rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:76.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#FTvJGVGKSGs1RxdHTzKFDcHnqRyUokwq { color:#555555;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:79.25rem;left:1.4375rem;height:1.4875rem;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;font-style:italic;display:block; }
#vPuh3KWyAi2IETSlxbt5c8xhTUbSzN7t { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:77.1875rem;left:1.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#OqW4VmGsseg4apNoSMzuz9WbgfRlASMg { box-sizing:content-box;height:6.4375rem;width:59.875rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #555555;border-left:0.0625rem solid #555555;border-right:0.0625rem solid #555555;border-bottom:0.0625rem solid #555555;top:82.3125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cHU5nAQ95BtUIE9FtyXKoRQ9M1t0xL5o { color:#555555;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:85.1875rem;left:1.4375rem;height:2.975rem;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;font-style:italic;display:block; }
#w1cTfdITMLykRDXfRRI2GTHoImxlnI7u { color:#555555;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:83.125rem;left:1.3125rem;height:1.6875rem;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;font-style:italic;display:block; }
#tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d6b55;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; }#tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu > .row .container { background-color: transparent; background-image: none; }#tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu > .row .container > .video-iframe-container { display: none; }#tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu > .row > .video-iframe-container { display: none; }#tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu > .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); }#tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu > .row .container { border-width: 0; border-radius: 0; }#tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:60rem;position:relative;display:block; }#B2WVlVV7oI3ParFMs2Gov7TPoraN70J7 { color:#ffffff;display:block;width:57.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:4.125rem;left:2.6875rem;height:2.625rem;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;font-style:normal;display:block; }
#qEBVDApxEnE1vUOAIy7GvhXMT32VC4Zf { color:#9fe1cb;display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.3125rem;left:2.6875rem;height:3.375rem;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;font-style:italic;display:block; }
#HFcxIgx4nelmbs5BmI3ZV2haugzrFvpB { box-sizing:content-box;height:13.125rem;width:35.9375rem;position:absolute;display:block;z-index:15003;background-color:#fff8f0;background-image:none;box-shadow: none;border-top:0.0625rem solid #f5c97a;border-left:0.0625rem solid #f5c97a;border-right:0.0625rem solid #f5c97a;border-bottom:0.0625rem solid #f5c97a;top:12.625rem;left:12.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#L63LtbuPaPTWLPw16rSlKbiQ3w5lWmcE { color:#854f0b;display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:2.2;letter-spacing:0;top:13.6875rem;left:7.53125rem;height:2.475rem;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;font-style:normal;display:block; }
#WFHIL6PTiWFaOhdXpGx0rdG57AZXtrUH { background-color:#e0357a;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.125rem 0.125rem 1.6875rem rgba(0,0,0,0.15) ;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:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:38.0625rem;height:5.25rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:34.9375rem;left:11.625rem;display:block; }
#wsdMmAyp39ZauXu4VTkEtAnb0zla96Wc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTsrLIKvsW5zX74wnBBaUfiCltT55aL6 { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:41.0625rem;left:13.4375rem;height:1.3125rem;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;font-style:normal;display:block; }
#sWdtA873kQuA8mu4LEU7nT6EHZDUxebF { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.6875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:28.375rem;left:18.1875rem;height:6.5625rem;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;font-style:normal;display:block; }
#RQNiR2ixkvLdKHWHnttItIKsHRmPWUIh { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.25rem;width:12.6875rem;top:30.5625rem;left:30.375rem;display:block; }#RQNiR2ixkvLdKHWHnttItIKsHRmPWUIh.adaptive-delivery-prevent-bg, #RQNiR2ixkvLdKHWHnttItIKsHRmPWUIh.lazyload, #RQNiR2ixkvLdKHWHnttItIKsHRmPWUIh.lazyloading { background-image: none; }
#RQNiR2ixkvLdKHWHnttItIKsHRmPWUIh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#RQNiR2ixkvLdKHWHnttItIKsHRmPWUIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fce4ef; }#D0EhpzVbKaRRTU1gBwhubfynNDWQmcFT { color:#993556;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.4;letter-spacing:0;top:30.875rem;left:30.3125rem;height:1.575rem;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;font-style:normal;display:block; }
#lnMeWlKi41kl9J4z0za3ZRpvJyEsNqGi { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:27rem;left:24.75rem;height:1.4rem;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;font-style:normal;display:block; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe .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; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe .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.62375rem;padding-right:0.55625rem;padding-bottom:0.62375rem;padding-left:0.55625rem;display:block;align-items:center;width:3.33875rem;min-width:3.33875rem;height:3.3525rem;position:relative;font-family:var(--headlines-font-family);font-size:2.495rem;font-weight:700;line-height:53.64px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.39rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.4525rem;height:1.324375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.935625rem;font-weight:400;line-height:21.19px;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; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.1875rem;height:6.375rem;padding-top:0.779375rem;padding-right:0.795rem;padding-bottom:0.779375rem;padding-left:0.795rem;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:16.8125rem;left:21.265625rem;z-index:15052; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #fBTJzfyP80sPzRl7iXaCbUdKMi2fgN1m { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #NJNs6RtOazkZJD57TL226Lc7Fl5MyoQQ { width:auto; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #BDKTXbBQQW0TupxP8TrhJQpkTchI5oAX {  }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #bxb1l4gS5ceZL2DiLMENXNliQzkSt0QR { display:flex;position:relative;top:0rem;left:0rem; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #ZfTMunQ4N8XOL3yFSMQNq9lqu8rHz4GW {  }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #gku6gdmTxDCRS8UGt31axG5bhOfSJ4ot {  }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #HeEP0P5aItbdyoNO27QO7dPbrTai5KR7 { display:flex;position:relative;top:0rem;left:0rem; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #ZTXMrMMOvtn2dBVa628qUd06blA8Hrwx {  }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #C4bHIPWQCcbUnGfupBUyPKdhxCud4Z6v {  }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #eJzdB9hVtQOxNSkowDW8ngIqebolLxHp { display:flex;position:relative;top:0rem;left:0rem; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #w6mZlgeepN2r25SAkf9a0SHDO9OIbLAH {  }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #VrXzr2VpMh6kn3VBTob2HmvKEv3rktcv {  }
#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { 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; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { background-color: transparent; background-image: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .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); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { border-width: 0; border-radius: 0; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:21.8125rem;height:1.3rem;display:block; }
#qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { color:rgba(var(--color-tertiary-2),1);display:block;width:5.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:32.875rem;height:1.3rem;display:block; }
#wg5r2nftIH81wEdeFMWMI2FUa9VTmZzx { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5498046875rem;left:0rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#qezLwRM384pzROQ2nBspviQGbCndHgAr { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6748046875rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw { display:block; }#tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzucJg1Pw5UvyNSu3dayPDrIPeW6naTa { width:42.125rem;height:;top:1rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs2TEvPEskVOSczH126ZAJUUEZ02bbrC { display:block; }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2qs6GIupf7NdCGqayRRhE4dCnW61t2L { width:29.75rem;height:3.8125rem;top:30.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JofWXoKDWFTPW5zUyAHCrC1sXwmH7WbE { width:9.5625rem;height:1.375rem;top:37.6875rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6FIFGogqmWSpEcSPCmOVoybzbqve6g9 { width:13.6875rem;height:6.5625rem;top:36.1875rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1OPL2iuEPInfd2KQ2czsBQd1Pc6h0kh { width:12.6875rem;height:2.25rem;top:39.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPNb1ALKWOmay9O202cU6sKJZ8KrXcTG { width:12.8125rem;height:1.5625rem;top:39.9375rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOBhftxez1puqGQg4BhVGufHkb5Doawz { width:36.4375rem;height:3.5625rem;top:45.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSbifnZpTVgFvpqJN0v7PKd4hZWGvSrG { display:block; }
 }@media only screen and (max-width: 763px) { #dJien6eyGAJXL8oVvdm0eOPZcKNHrn1c { width:34.4375rem;height:1.3125rem;top:51.9375rem;left:6.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDUISFcpgTrWoe0TrSCSz8ixC54S37wW { top:6.4375rem;left:14.875rem;width:32.875rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0LSTTu99RubGxkH90hEpq4Lq1ui3kBL { top:7.125rem;left:0rem;width:13.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCUmx2HcaoRzxOu5HMyxQSlfDn0PcUZk { width:36.5rem;height:;top:7.125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3on8RXZyfXQEuTJKFiNoPZ1ZCF3eiOd { width:28.8125rem;height:2.3125rem;top:24.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDlH3c3Q3qcRtCZHOeNx8WJHKdG4fw1P { width:47.75rem;height:;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycxJeNm1aTacTePVXHUh1FXxCJ17RGCU { width:36.5rem;height:2.0625rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoLmrdBCNV6FspA9xr0KPhM5nV7n5L2R { top:25.0625rem;left:0rem;width:27.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg { display:block; }#tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2Pms2xhcrUk8V96abdSCMO6gCxyzheZ { width:47.625rem;height:48.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps1h083JtZ8eL2WRQUk0AHBJ6dnSe2gx { width:47.75rem;height:2.0625rem;top:52.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SliTLTPyydCcAdx9HPuhlUFsNL8oTVPF { width:47.75rem;height:15.9375rem;top:54.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1tO77lKH6zB0T4dR6CGPmCfS38EyB30 { width:47.75rem;height:;top:4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaiZEKVyPyzQm9533aJOM0B80TsqfBvw { width:27.625rem;height:38.8125rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hur19fzp7rXdNrEbSldwtRUiqdPOu95p { width:39.125rem;height:4.625rem;top:104.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSQq1SPuP7GXqJcG49q3JD5Ei5wVHD39 { width:47.75rem;height:30.25rem;top:72.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFyDMboXuIAIE7OJ6Z6gkMgUSaEti6l6 { width:47.75rem;height:1.5625rem;top:112rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4c6Cq0mGXoC3Vmzoa3bc40yIXeab3Ky { top:13.0625rem;left:22.875rem;width:24.875rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7NUSlDMrpO8TIhTav4BfKokuT1taveJ { display:block; }#y7NUSlDMrpO8TIhTav4BfKokuT1taveJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpczXKi3Rx1OmMQhJKya78WODIx3a4bX { width:47.75rem;height:19.125rem;top:29.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN9UD1OKTHr4ExSSTdG89NoCENygq5xW { width:35.25rem;height:2.0625rem;top:1.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiM5W5IGKh567KwZ7BR9U0PV6GvuNK1k { width:47.75rem;height:;top:5.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWF9DFd9N5X4dPsIQ7TA6hN8gr5IyCyy { width:47.75rem;height:11.6875rem;top:47.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlloNt7bZBLuQ1pb9RvD4pXvkFU4DJlJ { width:47.75rem;height:12.75rem;top:52.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN { display:block; }#TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGqUOpem5aQ6D7d6a5L3nTBbGFReiB2m { width:47.625rem;height:41.5625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfybo8GdzDO7tyBJXa84XOp7gzyNB9ns { width:47.75rem;height:2.5rem;top:4rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBt08xKGWJwgZ4wACNu7d3MwcMOkpTaT { width:47.75rem;height:;top:8.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOU6fTuWzH2SbgNsfsllSZSTGusgsEXP { width:38.0625rem;height:5.1875rem;top:45.375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLZcFJ6s1bM7B5XUEP7eGhW0RidsQI4T { display:block; }
 }@media only screen and (max-width: 763px) { #TfbJUgSlQMb8TB47tZxnTaXy0dfZehLF { width:47.75rem;height:1.75rem;top:52.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2313FGZ4MSh4CCHi1xkTg3ck7JMhBvm { width:47.75rem;height:12.75rem;top:26.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBi76W805G4Zerzo3pScOKZxmWDPP2TL { display:block; }#HBi76W805G4Zerzo3pScOKZxmWDPP2TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJmv3k9TzdieRkA1zcED9XpPIIUx5OQI { width:47.75rem;height:;top:2.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2wLiTuNKvzg352MppTXx0pcTi5TA2KK { width:47.75rem;height:;top:6.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvUF5V1EIZQaDP2IkOSRHmN9LivFKHq0 { top:22.8125rem;left:0rem;width:47.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB1sUEOvtlU2LmtIui0fuTaUqGvuL4Lt { top:24.4375rem;left:0rem;width:18.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiLVhEuP0TcoS8k9boemNfR9Aqb0TZWH { top:28.25rem;left:5.875rem;width:16.75rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOVVko18Kh9XFqkZNhuLTKARhoJMnJW4 { width:28rem;height:3.375rem;top:28.25rem;left:19.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvBsOX2e77RcC7WLkToTeg7fTfabcOcM { width:28rem;height:3.375rem;top:33.5625rem;left:19.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiOBeS9hTHrBHJAxKuqfgbwTcoqC2aEL { top:38.625rem;left:20.9375rem;width:26.375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObtOcUGWiMcmK1I415tTLClZLxHFS3Am { width:23.1875rem;height:3.125rem;top:40.0625rem;left:24.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7ygHz3tdcFi7STeHn2kggwBvAzro1qA { width:41.1875rem;height:1.6875rem;top:53.5rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5 { display:block; }#chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STcfOuVB4CIbM7vM8zeutaeBIahta7x7 { width:47.75rem;height:;top:1.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU { display:block; }#EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7i85dFgCpKZH3hDKD0IblieD9Etdzq2 { top:0rem;left:27.875rem;width:19.1875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acs08WoJkAO0PNGnks35H5y2XITEXFzW { top:0rem;left:11.9375rem;width:19.5625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaqqDoQhHqLXLwV8Zh2Rga4lXWiW1Tww { top:0rem;left:0rem;width:19.375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SltpDx0P1tJziOqZStw8Tc5PlsTEtnB4 { width:17.375rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myr7kfybEF7XMS0TsqSnZzATyz3U79Na { width:16.5rem;height:1.4375rem;top:3.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGCnymssbfsBVs7AkrJ43czB5FI0uCld { width:16.625rem;height:4.4375rem;top:6.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTT3cAIxE90gWUTzXUUMfoTbpfWB90qt { width:19.25rem;height:2.4375rem;top:0.9375rem;left:12.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx8dJ0uRugmTnAV4mOcMeWBTNle27884 { width:16.375rem;height:2.9375rem;top:3.8125rem;left:15.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2wASGEoHDvQyVL3Vm0y4vezfopX0c4i { width:15.1875rem;height:4.4375rem;top:7.375rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUaw1qVAI5hoHpk4TZP3IfZDOuhvbmGp { width:15.9375rem;height:2.4375rem;top:0.9375rem;left:31.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiEoevLDonWcH1tCX4uSGe5GSVp6hErP { width:17.5625rem;height:1.4375rem;top:3.75rem;left:30.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUS4exAbDxwloLlD5AbWRNbcGkfMTi3O { width:14.8125rem;height:2.9375rem;top:7.375rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu { display:block; }#gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9fkNowl37ttEAPnycyuMWnRWb1rkT4G { width:47.75rem;height:;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSnNzXu7b9z3nzwJqnORN37fRk1viW29 { top:0rem;left:0rem;width:47.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoREATAZQEin3nFiJCFIuRmTVQZWvZMt { width:47.75rem;height:;top:1.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH { display:block; }#ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBlfToS13cR4dV7dWnNuQE7dnSUVwtLU { width:47.75rem;height:2.0625rem;top:7.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAAks49onLbcKFn3mEFV1m5poVZMrZB3 { width:47.75rem;height:1.6875rem;top:10rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIcqTzGDdu3022TeSPpqxiHFDsrXVnci { top:13.875rem;left:0rem;width:47.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5dZT2IJGrMfuBasVw8SJPbCmOiiLSpx { width:41.125rem;height:2.1875rem;top:3.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfNSqJEkIlSE2AbhopGP8KUk7UJ8L5Nw { width:47.75rem;height:1.6875rem;top:14.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKd2Vp1GT0caXx9yQQM2bd8PmNz4R4KW { width:47.75rem;height:2.75rem;top:16.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6UGBAHgwuSTDizOBNp7xCqdhu6d3Cl4 { top:14.9375rem;left:0rem;width:3.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3SiOd7Xc1g93ifPTHxuH4ULMoT8HJLI { width:3.125rem;height:1.875rem;top:16rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZzPXxdBTCxewr2DJCGCIC4stl4W4iM6 { top:20.875rem;left:0rem;width:47.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srT9Rh5hx7BBk3MTRqQwfQi9UWq7mwce { width:47.75rem;height:2.75rem;top:23.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHeuPTl4xgXgWhVVvQZBb83gx2rwmf0X { width:47.75rem;height:1.6875rem;top:21.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqdaFKL2NSeqhXTK92wZVy5BKcIa5D5I { top:21.9375rem;left:0rem;width:3.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbpTgsd7cBWtkh7pM6ghooE8mpTpbBLw { width:3.125rem;height:1.875rem;top:23rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpHIgWZwN2V9vRmW5315qRAnboHw7pUP { top:27.75rem;left:0rem;width:47.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meO6sFmLK9SI70lTftD4wSt6nuha5JZN { width:47.75rem;height:1.375rem;top:30.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHpiHM6HbUtOP6O39aOGwMCTbmGQnOxf { top:28.8125rem;left:0rem;width:3.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyA4zV4OsWw6a6ifyT39r0PfUHSybeUe { width:3.125rem;height:1.875rem;top:29.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW1i89RxRVOmmFZPO0ghDp359qaSZzmw { width:47.75rem;height:1.6875rem;top:28.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcsP4fivymNXS4XveGn0INcLWdIfEfLu { top:34.5625rem;left:0rem;width:47.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVHFgn9mQqm8XvHPUCm1Gp5BlhJSb2H3 { width:47.75rem;height:1.375rem;top:37.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8M6dCpEzQxTk66Cn992cZIbNH8sxL7g { top:35.625rem;left:0rem;width:3.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6BAdZJtvT1Fv4Px5CkHEEpt4x2RdHy2 { width:3.125rem;height:1.875rem;top:36.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skcGD3dOn5oee5hM25v7N4NbVR911TcN { width:47.75rem;height:1.6875rem;top:35.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCezgeHPQ57NW6cbxJ9kX0B2hd5IcHVF { top:55.125rem;left:0rem;width:47.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA6maDx9BUZs1mXQfw2JtcTEz7CQf1BI { width:47.75rem;height:1.375rem;top:58.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT98NgqZMm66n9oxCyh1a8w42PLslvzt { width:47.75rem;height:1.6875rem;top:56.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3lQ3yDSPiDXzC6OPAxclFyckD7oTJuP { top:48.25rem;left:0rem;width:47.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5CMQJs7SJKFK0kS8IlvBDDs5tnTsLH0 { width:47.75rem;height:1.375rem;top:51.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0vg8EUD7pWTFQPghN0GNBlbhvvzTCCn { top:49.3125rem;left:0rem;width:3.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wta3tb7NGmFmqDzIeIhf2QhhyxpOHTUi { top:56.1875rem;left:0rem;width:3.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWW4edHOiER9WaKU3WkCOSNhUpqkwUBv { width:3.125rem;height:1.875rem;top:57.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arcFK4CAs3MktHTOOynub3F514gvBkip { width:3.125rem;height:1.875rem;top:50.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L95goTmXAR2cMdAbnxxwk9NgUKTkwmCi { width:47.75rem;height:1.6875rem;top:49.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt9L08wPF05spfD7vhFGL9TNK8KsQtRq { top:41.25rem;left:0rem;width:47.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbvDqEBc5xHmznusftv8DillQO3J8k2R { width:47.75rem;height:1.375rem;top:43.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfo1nORCaK2g9bIgTLnBmgcSIp1XP6bF { top:42.3125rem;left:0rem;width:3.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSUcLlWzXZMUx87RpHhuM0B4AETFrX1z { width:3.125rem;height:1.875rem;top:43.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3NBn0bpi2penWn7MUqXDXN9exPhwuc7 { width:47.75rem;height:1.6875rem;top:42.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIrySDSNoFE6dRngT2MSBXQsl1wrtwAd { top:61.875rem;left:0rem;width:47.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWEIVFV8rwOWpN7pI3F84uLIyIEqi89z { top:62.9375rem;left:0rem;width:3.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba7yic2vP9LQD7SBbZgiDgy1wTgZTw2f { width:47.75rem;height:1.6875rem;top:62.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxTxmyZ2NQWUdWPSntFgGKtvskOOtqki { width:3.125rem;height:1.875rem;top:64rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuAAXswqiHQg8xW76qx8pTCW98gTTchn { width:47.6875rem;height:2.75rem;top:64.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPgtOxiBicoJyKEzQKtloIZhqrZZgh6s { top:75.375rem;left:0rem;width:47.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtmtUy9f9xcWy1yJfXkEQMlainccMkqT { width:47.75rem;height:1.375rem;top:78.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCv3n38WXHJgBEmlh4uCn3MMTscf5c7R { width:47.75rem;height:1.6875rem;top:76.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5lnXAOTm3xcVDsHh7KXr0hauKz97tO8 { top:76.4375rem;left:0rem;width:3.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAuqfFLslGTraa1wtc7SSJUrHhtbZKlx { width:3.125rem;height:1.875rem;top:77.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcKIT65vowzQbS1wV3RtJkUZGcZlIsK6 { top:68.625rem;left:0rem;width:47.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lraWuiPPPfayCQTlu1m4rfSQFUaiV9ME { width:42.75rem;height:2.75rem;top:71.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq6mWZblh3ODlMHdmQOaiQV3EnPPTs99 { top:69.6875rem;left:0rem;width:3.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzAOsZSmfaV9X6TA5Rt3WNczx9dZ3sCV { width:3.125rem;height:1.875rem;top:70.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2Sk1p877gTxHlL8aHImkeBHdzdRLeUt { width:47.75rem;height:1.6875rem;top:69.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C525VhIfUNVXTtg4iRSFvBLz9Rwwym9p { width:38.0625rem;height:5.1875rem;top:86.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOqT0X3C68mGEnd6Xv4xq0MUxeAtkQT { display:block; }
 }@media only screen and (max-width: 763px) { #E0VqfAaaKuREvaJcNMkwr3cyAMsZIQ9I { width:45.6875rem;height:1.1875rem;top:93.375rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5SOCXoIsmngu80VeXL0mcWf72AVaoT9 { width:45.6875rem;height:1.375rem;top:84.375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw { display:block; }#wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZ86wwzGckPIzbOxQI66TXqFDLhVr7IP { width:47.625rem;height:81.8125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msaaAR1ei87SNy54fCW133z81iGo2tGm { width:47.75rem;height:2.5rem;top:6.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #db1GGcgt4JQ0WCloGC2pJJntGgnKnoMA { width:33.625rem;height:39.1875rem;top:10.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMWkHPfsBBcn90qWqvVTnhX6fc60CKAL { width:47.75rem;height:6.1875rem;top:158.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp6aEso0GmxzhzoRSfENkQe22tsXyBb2 { width:47.75rem;height:2.5rem;top:51.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAHKJ0bgfNfFdiBOlHCyUU4MtxuDiHeo { width:47.75rem;height:2.25rem;top:55.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4prTDTVFk0c85dH1znp1zE9nE4TGSOy { width:47.75rem;height:28.5rem;top:59.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSUOSV93A85SSsAcdAJiGZpDkLLS7iUC { width:47.75rem;height:2rem;top:88.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aePUxRsa3fOkDEABP9N54IE0DEPpqar2 { width:47.75rem;height:7.1875rem;top:92rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bodVBEr30bXuIO1ygqp5AoWxHSr4axzL { width:47.75rem;height:4rem;top:101rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt7cgxPIulaixlTUh2DZrCnmsDLgtPtv { width:47.75rem;height:14.25rem;top:112.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4quJglW4CUggDTR4steAWXPl9P0cl5 { width:47.75rem;height:4rem;top:107rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1a04FNP9lwvNQw1U07TJw1ypaSvwQnr { width:34.5625rem;height:4.625rem;top:128.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMTdpUdiszl1ziQEZ9rtBz9q2uC6PTxd { width:47.75rem;height:19.5625rem;top:135rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4x0prGkrO9Hl431APgB8sdNIMgAOA1T { top:12.6875rem;left:25.25rem;width:22.5rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv3AofVd9psOuIXPm7WwTBMmud3vH1SQ { width:47.75rem;height:1.8125rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t { display:block; }#c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTF5HCSLKqCXFnLtc8l2fgBFbvnetoX3 { width:47.75rem;height:;top:4.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFCRJdcets0mlL5zt3DT76I8JAbTdw3R { width:41.125rem;height:1.625rem;top:1.625rem;left:3.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf { display:block; }#QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nT7t7nlFBdDm9zdH0Ke5abN3uEVt98AT { top:0.75rem;left:28.0625rem;width:19.5625rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtJVmB4dKKkvsmNRU2Kd34ha72QvXJ9x { top:2.375rem;left:31.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXOwo1TJsMXFqlaTPeTV4lkzhisTlVTX { width:1.9375rem;height:1.75rem;top:3.125rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx4GPbEr7JwE81FAHqv6Z21nQC0vuHp2 { top:12.375rem;left:28.8125rem;width:18.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkWClH7LHKruDn1m3wpcBELbxahONySh { width:14.125rem;height:1.75rem;top:2.4375rem;left:33.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQn8E257D96DSCwVqlmnq0T6xCPAFxGd { width:14.125rem;height:1.5625rem;top:4rem;left:33.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxnSJFhtV9ooxOynXQGlPx18iMCQXnxf { top:6.5625rem;left:29.8125rem;width:17.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ00u5frhCdt6BK7trTnFxNvDoePcuLS { width:17rem;height:1.625rem;top:7.375rem;left:30.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxs87NDP5IgfaLDIrcJg3AP67QCAWA8U { width:17rem;height:1.375rem;top:8.9375rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXmr9vMwUeopaHXT3XAmw1tSTGLUtIKC { width:16.5625rem;height:;top:25.0625rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TymyIViMIVftDHqFz7MFVuJ4RbQQwXcx { top:0.75rem;left:12.1875rem;width:19.5625rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqhJINgsGbggKRkhbLOEXNpWUBPPfvwB { width:16.5625rem;height:2.625rem;top:25.0625rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7FG1IwTJ4IaGnCch0paXTau5e5TsQl { top:12.375rem;left:13.1875rem;width:17.9375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x145x9w1ewENTkVGVXCWNtlt9ohsdm14 { top:6.5625rem;left:13.9375rem;width:17.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZxAV3FCMpZ4f6x5kE13C0MBSGU4K3B9 { width:17rem;height:1.375rem;top:9rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5wcXAGm0rvpxG6Xf88QoAq4dS9yGI5L { width:17rem;height:1.625rem;top:7.375rem;left:14.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMrSPDaEpe4g78M7WXfeGeMTMeEmKEsi { top:2.375rem;left:15.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5FBsEi4f2GHf0w0rQ6T87BEAP6VPBk8 { width:14.125rem;height:1.5625rem;top:4rem;left:17.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7DuT8mlXBmlXOTsCzAAZVqqV1Ve9CcM { width:1.9375rem;height:1.75rem;top:3.1875rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUnQR0CqqgWSRhrMg1uPwW48nvJ5CsJR { width:14.125rem;height:1.75rem;top:2.4375rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu2aKCbSnTn1Hbk3fwSCunNMpTN8OiU8 { top:0.75rem;left:0rem;width:19.5625rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifWqT6pEwVhDCchoVTv2lXhbaAhLDZ00 { width:16.5625rem;height:2.625rem;top:25.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nApDALWXTi9p62h0mWT9BVEDxkTba9H8 { top:12.375rem;left:0.1875rem;width:14.875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2BTZ1e7fGQLJNkGZxUlIebT0WHwxyGx { top:6.5625rem;left:0rem;width:17.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koVeFgPtzXFsbf8NSQ3bmlaEpiMyn7GG { width:17rem;height:1.375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaQSGDEqaTB5IStZd7Zz5UeoaP2AthWk { width:17rem;height:1.625rem;top:7.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2XHkm5pSEDw3DBubI2eErUorkTfGMvc { top:2.375rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFQnpgDyzshmCbtpa6mb2uFf8nvPKCPS { width:14.125rem;height:1.5625rem;top:4rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPuBVez2DydfKWK86DU2gfpCQ2NWMGol { width:1.9375rem;height:1.75rem;top:3.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ueLDyLHMhfX7QQfxJM9MDNBJuMiEl5 { width:14.125rem;height:1.75rem;top:2.4375rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucLuVURFFuoRWiukVcwdXa9QXSNLDJar { display:block; }#ucLuVURFFuoRWiukVcwdXa9QXSNLDJar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZyoEXHh8GigwVs4yiTNEB2LX0Xcbxls { width:38.0625rem;height:3.8125rem;top:0.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCPVExN7AERWurzap89kXXMv6ofTTOxC { display:block; }
 }@media only screen and (max-width: 763px) { #QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM { display:block; }#QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHZWIqgOUT0Ty4aBrma99TiVeiVK9yW6 { width:47.75rem;height:1.75rem;top:4.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1SD56dAZpnuFoT1bkOhosrPETK1C37V { top:6.75rem;left:0rem;width:47.75rem;height:26.5609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb { display:block; }#Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFVdtitrv3d7oPrgLTAVbkPn6RFKD0Tk { width:47.75rem;height:2.0625rem;top:3.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB { display:block; }#hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwGmHbxdfL6PC0stgpUk8SSavdsFAcWv { width:28.5625rem;height:16.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SldXr6sDw02Tw97obiWh52hGwm1xVxLB { top:4.875rem;left:0rem;width:25.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb98WPdxSrel72KIU8UkwUuSvbH1f7fs { width:25.125rem;height:1.5625rem;top:2.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGkK4Uv2ik221sHnmioOlLt0Ig42JyaR { width:24.9375rem;height:8rem;top:5.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWSQa3hQEnS8MlkwPEXnlC7QBqrb89FG { width:28.5625rem;height:16.1875rem;top:1.0625rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8s4XDFN7RviAeTQGvHw59OFTxWA6yEy { width:25.375rem;height:2.875rem;top:5.875rem;left:22.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHuW3SD5ST2xHxoxRqDJ3MqOdpWv9G2x { top:4.9375rem;left:22.6875rem;width:25.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axoXzA408Ib9awatmXV0UIFJKIR4p4BS { width:25.125rem;height:1.5625rem;top:2.375rem;left:22.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDTXMytkOnIyX5CNOzyJhvigxuy4fXDF { width:26.75rem;height:8rem;top:8.75rem;left:21rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ3488zMz58qoAFyQ8laDsyMazX4AF40 { display:block; }#VZ3488zMz58qoAFyQ8laDsyMazX4AF40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJ0aV213HkQP9HoGpR7UR1p6H09R6wBF { width:40.6875rem;height:3.125rem;top:5.5rem;left:3.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0svcdNusnh44hwK6z5ZIdT8f2pdg7zT { top:10.1875rem;left:0rem;width:29.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc2iaPJDvhAw6xUqTfdlMRzkcxo7ZMTy { width:24.625rem;height:1.6875rem;top:11.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWRBsqqxtddm6PX2k9rskHr82xHno0pn { top:10.3125rem;left:18.1875rem;width:29.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WctSCT32wAsXedJNAmAhn1HN4mPQowVw { width:25.9375rem;height:1.6875rem;top:11.5rem;left:21.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxFzlSfwxT56mAAhOgbaqvZ5UgDLa5Jd { top:15.0625rem;left:18.1875rem;width:29.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRIGuHvu7UvvwiXfsfmALF0KsT4Fcem0 { top:15rem;left:0rem;width:29.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAMivf8tu2EXkZiGkshqdwGiALGQMgXK { width:25.9375rem;height:2.875rem;top:15.625rem;left:21.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtIDamkT8P0XwoQxoNw4EtkFVcDzs2pt { width:23.8125rem;height:2.875rem;top:15.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgZqInbc38bMulr9tG3zF5RDsItSmBGU { top:20.5rem;left:0rem;width:47.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSbHhlv45mntmKnQt49f8pb4po7UkfWN { width:47.75rem;height:3.375rem;top:21.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDdAfbPd8TTI2mEtHTVFMmIhUTwDbyU4 { width:47.75rem;height:2.0625rem;top:2.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F454qTfLQ9FXiogEqT69ETHn5f0fXhSW { width:38.625rem;height:1.5625rem;top:28.125rem;left:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH87QscQACVi8TApGORg7FPz8cQA9fSZ { width:38.0625rem;height:5.1875rem;top:30.6875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsolAe0xSOXLD3rwbCZWfEXS8Q98vtwO { display:block; }
 }@media only screen and (max-width: 763px) { #f9TnMWscpzChmP9ipJqWDndVt28LTi3F { display:block; }#f9TnMWscpzChmP9ipJqWDndVt28LTi3F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtJXOFiE6RnWgpzc7WPigk0EedbW4ZRh { width:47.75rem;height:2.875rem;top:2.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edRowMmdgP97TRBvahvC7EkzGNaPp3w8 { width:47.75rem;height:10.625rem;top:6.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPHsshBe23S3wTlWmiDsUsyNJ694HlpU { top:17.125rem;left:0rem;width:47.625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU3iBTb6TvTtWdSvTOvnssPrnDFHx78O { width:24.625rem;height:1.6875rem;top:19rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDh7iiv22fWSyaVgSunCKkIt3VJUiXg3 { width:47.1875rem;height:6rem;top:21.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0voVF1rd8BZiDkRVhyEgqElT03RGSSc { display:block; }#S0voVF1rd8BZiDkRVhyEgqElT03RGSSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUvztDqh8RFxdJTe23ru3efCUSbM7uaW { width:41.125rem;height:1.625rem;top:3.8125rem;left:3.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lriEG01sb1a8Vmg8UyTZECWftizGkLzh { width:38.625rem;height:1.4375rem;top:6rem;left:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwXpLRBbuqmFm3OiOXh3kQWUT71zRtUM { top:10.1875rem;left:0rem;width:29.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKvIMpDpSkJV975TIJQQdx7eRQg0Hhvl { width:22.8125rem;height:1.6875rem;top:11.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIKedDpp6pnscsZd7dpGOIPLE1Tl0gDm { top:10.3125rem;left:18.1875rem;width:29.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKCqMd4I7UvHDTZz0KTX2AxEuAuwPshc { width:25.9375rem;height:1.6875rem;top:11.5rem;left:21.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsapF3A5lDdt6HCThtB5s5MuaWC3OtWz { top:15.0625rem;left:18.1875rem;width:29.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmoqdo0yff6PVAxpPyJefzmls2Tid7lf { top:15rem;left:0rem;width:29.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxSZsHaWZmRI0DkLsTK98iKVnSF0mKGl { width:25.9375rem;height:2.625rem;top:15.75rem;left:21.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7LaSzEmBcZ8FThWkZBU4VT1Zy8ofAzi { width:22.8125rem;height:1.6875rem;top:16.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 { display:block; }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZieyXhfNlz6ZTCIf4nI5mpigXIh88FmN { top:30rem;left:17rem;width:30rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucphrkf4Ep0iF1n9uTDlaQkBODSKFfen { top:2.5625rem;left:16.9375rem;width:30.1875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcoh3L1ldr51KuJu6AIsEfbpwDp7fKnW { top:39.0625rem;left:19.625rem;width:27.5rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3pGs9sO4z3FPvR7kH74lu5pHOdoWCUi { top:13.8125rem;left:0rem;width:19.4375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU7gsG8toBrD0pniNG8T9UuEQ3AtBGPe { top:14.0625rem;left:14.5rem;width:16.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMynRTKu5gNOF6nDa91X24AKdIw3t3oq { top:36.375rem;left:0rem;width:24.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U85PWRT8Rq8Mmvim7EDzcOXkcf9G7nJN { top:30rem;left:0rem;width:24.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPndI2Ta2KpImvzb3C56D5s68CK0CLvQ { top:42.4375rem;left:0rem;width:27.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr2z3BJH4x79naImoqGEytOIr4QRA6O1 { top:14.0625rem;left:26.4375rem;width:20.6875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPfuvzbRJ2VGm6mlOhJrgywf0HBvezyl { top:2.5625rem;left:0rem;width:27.375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny { display:block; }#zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyzeSDkDiLrHTuz8FB69MR1IuLFvWEQ6 { width:47.75rem;height:2.0625rem;top:4.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtWXZA5O1Q1GmME8I9VJGQbOr04PhLRW { top:8.5rem;left:0rem;width:47.625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmKx4hFQ43GoOwvkiwDTphtFu5nfGT3Q { width:47.75rem;height:1.6875rem;top:9.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXgTg1xOrIgW0q5U6dgCQHdAxzucTnWb { width:47.75rem;height:2.875rem;top:11.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcitmP3dfnTtWv141dld5zbTa64kIGin { top:16rem;left:0rem;width:47.625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxudtJgRIu5tWktEvOtlLawN16IwaWti { width:47.75rem;height:2.875rem;top:18.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQuAEbadab7pkHS0vGMHaqhaIPE8xKZ7 { width:47.75rem;height:1.6875rem;top:16.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBdXyFEMy2oyU3dfasGsufsXsqcQx0MA { top:23.4375rem;left:0rem;width:47.625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9iWXHRidxSMphaD1mKfQyI0ZTW7J3G1 { width:47.75rem;height:2.875rem;top:26.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA4StAPoV5nJq8zHU7wpyfTZ22pC6zH9 { width:47.75rem;height:1.6875rem;top:24.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS7Q0u9k8zWtVolnObrLkvXDTRb9g8np { top:30.875rem;left:0rem;width:47.625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqXacBETB0NTZTSfqnueoiGbkBMM300p { width:47.75rem;height:2.875rem;top:33.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETBAaEdQqUP5Uu3XNOT0IM2JITBTr43t { width:47.75rem;height:1.6875rem;top:31.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDzVWrQpHeMMeNDTiukAkelMM9Sqb6iV { top:38.25rem;left:0rem;width:47.625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7XQhr8FDgAsHNwnMrZJQDhIFoyFxTOm { width:47.75rem;height:2.875rem;top:41.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPbQBRwSoRVkrsdTfpMrahsQb5h23Xzl { width:47.75rem;height:1.6875rem;top:39.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKJ2dnxbu0L8vP2367dIVDIUlhLb40ux { top:45.625rem;left:0rem;width:47.625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlT53ugugv5pgmDl6T4O8Tx3B7VL7uUQ { width:47.75rem;height:1.6875rem;top:46.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp02crfXpFtIUNcqQZlmbtw6ZoXgof2m { width:47.75rem;height:2.875rem;top:48.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro2MqAlktsw0Wgd2Kg1nJh4NZHBc1tTP { top:53.125rem;left:0rem;width:47.625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPnXzqLkrXq0RPATuPOQqeZLb8tougAh { width:47.75rem;height:1.6875rem;top:53.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNg28Ft3he5RuiPGhR4mud6w8gNxdUug { width:47.75rem;height:4.3125rem;top:56rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqv1qy4QeqBM0gQDIJRwuH8kB28mgtx7 { top:61.6875rem;left:0rem;width:47.625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiFzJAOExCfvaHtIJ1xUkqz5Jd6darat { width:47.75rem;height:1.6875rem;top:62.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmacAbbb5qLUqLBCt5kOHOUi4qUSgGZO { width:47.75rem;height:2.875rem;top:64.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CToZk8V8CzETDn6CutpecaG1eRgiomri { top:69rem;left:0rem;width:47.625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHOti3u3E3Irl3lqixRJ3GThezm6bb45 { width:47.75rem;height:2.875rem;top:71.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdQ07PK4KSPa2WQkbuTvvmyKI33o3Xsx { width:47.75rem;height:1.6875rem;top:69.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f21VXuGWsOWSLDkR9epq48pafOEok8xU { top:76.375rem;left:0rem;width:47.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTvJGVGKSGs1RxdHTzKFDcHnqRyUokwq { width:47.75rem;height:1.4375rem;top:79.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPuh3KWyAi2IETSlxbt5c8xhTUbSzN7t { width:47.75rem;height:1.6875rem;top:77.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqW4VmGsseg4apNoSMzuz9WbgfRlASMg { top:82.3125rem;left:0rem;width:47.625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHU5nAQ95BtUIE9FtyXKoRQ9M1t0xL5o { width:47.75rem;height:2.875rem;top:85.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1cTfdITMLykRDXfRRI2GTHoImxlnI7u { width:47.75rem;height:1.6875rem;top:83.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu { display:block; }#tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2WVlVV7oI3ParFMs2Gov7TPoraN70J7 { width:47.75rem;height:;top:4.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEBVDApxEnE1vUOAIy7GvhXMT32VC4Zf { width:47.75rem;height:3.375rem;top:7.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFcxIgx4nelmbs5BmI3ZV2haugzrFvpB { top:12.625rem;left:6.5rem;width:35.9375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L63LtbuPaPTWLPw16rSlKbiQ3w5lWmcE { width:46.25rem;height:2.4375rem;top:13.6875rem;left:1.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFHIL6PTiWFaOhdXpGx0rdG57AZXtrUH { width:38.0625rem;height:5.25rem;top:34.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsdMmAyp39ZauXu4VTkEtAnb0zla96Wc { display:block; }
 }@media only screen and (max-width: 763px) { #NTsrLIKvsW5zX74wnBBaUfiCltT55aL6 { width:34.4375rem;height:1.3125rem;top:41.0625rem;left:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWdtA873kQuA8mu4LEU7nT6EHZDUxebF { width:13.6875rem;height:6.5625rem;top:28.375rem;left:12.0625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQNiR2ixkvLdKHWHnttItIKsHRmPWUIh { width:12.6875rem;height:2.25rem;top:30.5625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0EhpzVbKaRRTU1gBwhubfynNDWQmcFT { width:12.8125rem;height:1.5625rem;top:30.875rem;left:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnMeWlKi41kl9J4z0za3ZRpvJyEsNqGi { width:9.5625rem;height:1.375rem;top:27rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe .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; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe .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; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe { display:flex;width:13.5rem;height:5.0625rem;top:50.3125rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #fBTJzfyP80sPzRl7iXaCbUdKMi2fgN1m { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #NJNs6RtOazkZJD57TL226Lc7Fl5MyoQQ {  }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #BDKTXbBQQW0TupxP8TrhJQpkTchI5oAX {  }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #bxb1l4gS5ceZL2DiLMENXNliQzkSt0QR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #ZfTMunQ4N8XOL3yFSMQNq9lqu8rHz4GW {  }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #gku6gdmTxDCRS8UGt31axG5bhOfSJ4ot {  }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #HeEP0P5aItbdyoNO27QO7dPbrTai5KR7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #ZTXMrMMOvtn2dBVa628qUd06blA8Hrwx {  }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #C4bHIPWQCcbUnGfupBUyPKdhxCud4Z6v {  }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #eJzdB9hVtQOxNSkowDW8ngIqebolLxHp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #w6mZlgeepN2r25SAkf9a0SHDO9OIbLAH {  }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #VrXzr2VpMh6kn3VBTob2HmvKEv3rktcv {  }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { top:3.375rem;left:15.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { top:3.375rem;left:26.75rem;width:5.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg5r2nftIH81wEdeFMWMI2FUa9VTmZzx { top:1.5rem;left:0rem;width:47.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qezLwRM384pzROQ2nBspviQGbCndHgAr { top:5.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw { display:block; }#tG6KZHEr9mL0OXsSFGM2i3kGnTVmMqcw > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzucJg1Pw5UvyNSu3dayPDrIPeW6naTa { width:20rem;height:2.6rem;top:1.0750000476837rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hs2TEvPEskVOSczH126ZAJUUEZ02bbrC { background-color:rgba(255,255,255,0.46);background-image:none;display:block; }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row .container { background-color: transparent; background-image: none; }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row .container > .video-iframe-container { display: none; }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row > .video-iframe-container { display: none; }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .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); }#hs2TEvPEskVOSczH126ZAJUUEZ02bbrC > .row .container { width:20rem;height:79.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2qs6GIupf7NdCGqayRRhE4dCnW61t2L { width:20rem;height:4.4625rem;top:53.800001144409rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JofWXoKDWFTPW5zUyAHCrC1sXwmH7WbE { width:7.25rem;height:1.6rem;top:60.6875rem;left:9.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v6FIFGogqmWSpEcSPCmOVoybzbqve6g9 { width:11.6875rem;height:6.3rem;top:59.5625rem;left:0.125rem;font-size:3.9375rem;text-align:left;text-align-last:left;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R1OPL2iuEPInfd2KQ2czsBQd1Pc6h0kh { width:9.9375rem;height:1.875rem;top:62.875rem;left:9.375rem;background-color:rgba(203,85,200,0.31);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GPNb1ALKWOmay9O202cU6sKJZ8KrXcTG { width:9.875rem;height:1.4rem;top:63.125rem;left:9.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sOBhftxez1puqGQg4BhVGufHkb5Doawz { width:20rem;height:3.8125rem;top:66.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSbifnZpTVgFvpqJN0v7PKd4hZWGvSrG { display:block; }
 }@media only screen and (max-width: 763px) { #dJien6eyGAJXL8oVvdm0eOPZcKNHrn1c { width:18.8125rem;height:2.8rem;top:71.8125rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uDUISFcpgTrWoe0TrSCSz8ixC54S37wW { width:20rem;height:25.0625rem;top:28.78750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0LSTTu99RubGxkH90hEpq4Lq1ui3kBL { width:13.5625rem;height:0.1875rem;top:7.175000190735rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #oCUmx2HcaoRzxOu5HMyxQSlfDn0PcUZk { width:20rem;height:17.55rem;top:8.2062497138975rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s3on8RXZyfXQEuTJKFiNoPZ1ZCF3eiOd { width:20rem;height:1.625rem;top:27.00625038147rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uDlH3c3Q3qcRtCZHOeNx8WJHKdG4fw1P { width:20rem;height:3.65625rem;top:1.1875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ycxJeNm1aTacTePVXHUh1FXxCJ17RGCU { width:20rem;height:1.4625rem;top:5.7624998092651rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KoLmrdBCNV6FspA9xr0KPhM5nV7n5L2R { width:20rem;height:2.0625rem;top:26.78750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg { display:block; }#tda0MXeQbDEKpGCwxJUiIeFTFCC5JtZg > .row .container { width:20rem;height:181.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2Pms2xhcrUk8V96abdSCMO6gCxyzheZ { width:20.0625rem;height:58.875rem;top:1.625rem;left:0rem;background-color:rgba(255,255,255,0.31);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ps1h083JtZ8eL2WRQUk0AHBJ6dnSe2gx { width:19.3125rem;height:3.85rem;top:87.9375rem;left:0.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SliTLTPyydCcAdx9HPuhlUFsNL8oTVPF { width:19.375rem;height:23.8rem;top:93rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g1tO77lKH6zB0T4dR6CGPmCfS38EyB30 { width:18.375rem;height:7.8rem;top:2.625rem;left:0.81171876192094rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BaiZEKVyPyzQm9533aJOM0B80TsqfBvw { width:18.75rem;height:45.675rem;top:12.875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hur19fzp7rXdNrEbSldwtRUiqdPOu95p { width:19.375rem;height:10.075rem;top:162.9375rem;left:0.625rem;font-size:1.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oSQq1SPuP7GXqJcG49q3JD5Ei5wVHD39 { width:19.4375rem;height:43.1375rem;top:118.875rem;left:0.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XFyDMboXuIAIE7OJ6Z6gkMgUSaEti6l6 { width:18.4375rem;height:4.4625rem;top:174.1875rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t4c6Cq0mGXoC3Vmzoa3bc40yIXeab3Ky { width:19.3125rem;height:24.1875rem;top:61.462501525879rem;left:0.34296876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7NUSlDMrpO8TIhTav4BfKokuT1taveJ { display:block; }#y7NUSlDMrpO8TIhTav4BfKokuT1taveJ > .row .container { width:20rem;height:93.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpczXKi3Rx1OmMQhJKya78WODIx3a4bX { width:20rem;height:20.825rem;top:42.574220657349rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FN9UD1OKTHr4ExSSTdG89NoCENygq5xW { width:20rem;height:4.225rem;top:1.6875rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NiM5W5IGKh567KwZ7BR9U0PV6GvuNK1k { width:20rem;height:31.2375rem;top:8.6117186546325rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vWF9DFd9N5X4dPsIQ7TA6hN8gr5IyCyy { width:20rem;height:17.5rem;top:63.399218559263rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vlloNt7bZBLuQ1pb9RvD4pXvkFU4DJlJ { width:20rem;height:16.3625rem;top:75.012498855594rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN { display:block; }#TBRugULqV3KX7LiHAoNK4ZLAhbkIJHGN > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGqUOpem5aQ6D7d6a5L3nTBbGFReiB2m { width:20.1875rem;height:58.4375rem;top:1.4375rem;left:0rem;background-color:rgba(255,255,255,0.31);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tfybo8GdzDO7tyBJXa84XOp7gzyNB9ns { width:19.25rem;height:7.8rem;top:2.3492126464844rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uBt08xKGWJwgZ4wACNu7d3MwcMOkpTaT { width:19.375rem;height:29.925rem;top:11.211718559265rem;left:0.62421876192093rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TOU6fTuWzH2SbgNsfsllSZSTGusgsEXP { width:19rem;height:5.1875rem;top:63.25rem;left:0.49921876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLZcFJ6s1bM7B5XUEP7eGhW0RidsQI4T { display:block; }
 }@media only screen and (max-width: 763px) { #TfbJUgSlQMb8TB47tZxnTaXy0dfZehLF { width:20rem;height:1.4875rem;top:70.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W2313FGZ4MSh4CCHi1xkTg3ck7JMhBvm { width:20rem;height:17.85rem;top:40.574999809265rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HBi76W805G4Zerzo3pScOKZxmWDPP2TL { display:block; }#HBi76W805G4Zerzo3pScOKZxmWDPP2TL > .row .container { width:20rem;height:92.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJmv3k9TzdieRkA1zcED9XpPIIUx5OQI { width:20rem;height:5.3625rem;top:2.375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #p2wLiTuNKvzg352MppTXx0pcTi5TA2KK { width:20rem;height:19.3375rem;top:9.0875000953675rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cvUF5V1EIZQaDP2IkOSRHmN9LivFKHq0 { width:19.6875rem;height:54.6875rem;top:30.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB1sUEOvtlU2LmtIui0fuTaUqGvuL4Lt { width:18.3125rem;height:19.3125rem;top:32.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiLVhEuP0TcoS8k9boemNfR9Aqb0TZWH { width:16.75rem;height:20.9375rem;top:45.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOVVko18Kh9XFqkZNhuLTKARhoJMnJW4 { width:19.0625rem;height:4.14375rem;top:68.625rem;left:0.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LvBsOX2e77RcC7WLkToTeg7fTfabcOcM { width:19.0625rem;height:4.14375rem;top:73.75rem;left:0.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZiOBeS9hTHrBHJAxKuqfgbwTcoqC2aEL { width:18.8125rem;height:5.9375rem;top:78.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObtOcUGWiMcmK1I415tTLClZLxHFS3Am { width:16.9375rem;height:4.4625rem;top:79.3125rem;left:2.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u7ygHz3tdcFi7STeHn2kggwBvAzro1qA { width:20rem;height:2.7625rem;top:86.8125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5 { display:block; }#chJZ9NfVp7OSfKpbiLTEAIUiyNb7F2H5 > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STcfOuVB4CIbM7vM8zeutaeBIahta7x7 { width:20rem;height:4.025rem;top:1.57421875rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU { display:block; }#EkKuTezQoRhbwsvNXORWlMW3nD0FbmfU > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7i85dFgCpKZH3hDKD0IblieD9Etdzq2 { width:20rem;height:11.1875rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acs08WoJkAO0PNGnks35H5y2XITEXFzW { width:20rem;height:12.875rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaqqDoQhHqLXLwV8Zh2Rga4lXWiW1Tww { width:19.375rem;height:12.0625rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SltpDx0P1tJziOqZStw8Tc5PlsTEtnB4 { width:17.375rem;height:2.45rem;top:2.15625rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Myr7kfybEF7XMS0TsqSnZzATyz3U79Na { width:16.5rem;height:1.4875rem;top:5.0625rem;left:1.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uGCnymssbfsBVs7AkrJ43czB5FI0uCld { width:16.625rem;height:4.4625rem;top:8.65625rem;left:1.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZTT3cAIxE90gWUTzXUUMfoTbpfWB90qt { width:19.25rem;height:2.45rem;top:15.4375rem;left:0.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cx8dJ0uRugmTnAV4mOcMeWBTNle27884 { width:16.375rem;height:2.975rem;top:18.1875rem;left:1.6250000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #x2wASGEoHDvQyVL3Vm0y4vezfopX0c4i { width:17.125rem;height:4.4625rem;top:21.47500038147rem;left:1.4375000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rUaw1qVAI5hoHpk4TZP3IfZDOuhvbmGp { width:15.9375rem;height:2.45rem;top:28.975001335144rem;left:2.0312500596046rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NiEoevLDonWcH1tCX4uSGe5GSVp6hErP { width:17.5625rem;height:1.4875rem;top:31.375000953674rem;left:1.2179687619209rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VUS4exAbDxwloLlD5AbWRNbcGkfMTi3O { width:14.8125rem;height:2.975rem;top:33.625rem;left:2.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu { display:block; }#gz4lrlCQr3XFADozEqDoRdq7i3AeJHcu > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9fkNowl37ttEAPnycyuMWnRWb1rkT4G { width:19.5625rem;height:12.6rem;top:6rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fSnNzXu7b9z3nzwJqnORN37fRk1viW29 { width:20rem;height:19.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoREATAZQEin3nFiJCFIuRmTVQZWvZMt { width:19.0625rem;height:3.15rem;top:2.01171875rem;left:0.46796876192093rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH { display:block; }#ATH5Ck49wvSGZHa1FzA28ElkxEuRbcpH > .row .container { width:20rem;height:182.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBlfToS13cR4dV7dWnNuQE7dnSUVwtLU { width:20rem;height:1.2375rem;top:10.12500038743rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RAAks49onLbcKFn3mEFV1m5poVZMrZB3 { width:20rem;height:4.14375rem;top:12.31250038743rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kIcqTzGDdu3022TeSPpqxiHFDsrXVnci { width:19.875rem;height:11.9375rem;top:17.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5dZT2IJGrMfuBasVw8SJPbCmOiiLSpx { width:20rem;height:6.825rem;top:2.0000003874302rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tfNSqJEkIlSE2AbhopGP8KUk7UJ8L5Nw { width:14.5625rem;height:2.975rem;top:19.1875rem;left:4.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dKd2Vp1GT0caXx9yQQM2bd8PmNz4R4KW { width:19.3125rem;height:4.2rem;top:24rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U6UGBAHgwuSTDizOBNp7xCqdhu6d3Cl4 { width:3.1875rem;height:3.1875rem;top:19rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3SiOd7Xc1g93ifPTHxuH4ULMoT8HJLI { width:3.125rem;height:1.925rem;top:20.0625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vZzPXxdBTCxewr2DJCGCIC4stl4W4iM6 { width:19.875rem;height:13.5rem;top:31.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srT9Rh5hx7BBk3MTRqQwfQi9UWq7mwce { width:18.5rem;height:5.6rem;top:37.375rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cHeuPTl4xgXgWhVVvQZBb83gx2rwmf0X { width:15.125rem;height:2.975rem;top:32.6875rem;left:4.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NqdaFKL2NSeqhXTK92wZVy5BKcIa5D5I { width:3.1875rem;height:4rem;top:32.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbpTgsd7cBWtkh7pM6ghooE8mpTpbBLw { width:3.125rem;height:1.925rem;top:33.375rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bpHIgWZwN2V9vRmW5315qRAnboHw7pUP { width:19.875rem;height:15.125rem;top:46.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meO6sFmLK9SI70lTftD4wSt6nuha5JZN { width:17.625rem;height:4.2rem;top:55.875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xHpiHM6HbUtOP6O39aOGwMCTbmGQnOxf { width:3.1875rem;height:4rem;top:47.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyA4zV4OsWw6a6ifyT39r0PfUHSybeUe { width:3.125rem;height:1.925rem;top:48.1875rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JW1i89RxRVOmmFZPO0ghDp359qaSZzmw { width:19.125rem;height:2.975rem;top:51.8125rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PcsP4fivymNXS4XveGn0INcLWdIfEfLu { width:19.875rem;height:13.625rem;top:62.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVHFgn9mQqm8XvHPUCm1Gp5BlhJSb2H3 { width:18.625rem;height:4.2rem;top:70.6875rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #H8M6dCpEzQxTk66Cn992cZIbNH8sxL7g { width:3.1875rem;height:4rem;top:63.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6BAdZJtvT1Fv4Px5CkHEEpt4x2RdHy2 { width:3.125rem;height:1.925rem;top:64.6875rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #skcGD3dOn5oee5hM25v7N4NbVR911TcN { width:20rem;height:1.575rem;top:68.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eCezgeHPQ57NW6cbxJ9kX0B2hd5IcHVF { width:19.875rem;height:14.0625rem;top:109rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA6maDx9BUZs1mXQfw2JtcTEz7CQf1BI { width:16.625rem;height:4.2rem;top:116.875rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JT98NgqZMm66n9oxCyh1a8w42PLslvzt { width:18.8125rem;height:1.4875rem;top:114.5625rem;left:0.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A3lQ3yDSPiDXzC6OPAxclFyckD7oTJuP { width:19.875rem;height:13.875rem;top:93.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5CMQJs7SJKFK0kS8IlvBDDs5tnTsLH0 { width:18.1875rem;height:4.2rem;top:102.1875rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i0vg8EUD7pWTFQPghN0GNBlbhvvzTCCn { width:3.1875rem;height:4rem;top:94.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wta3tb7NGmFmqDzIeIhf2QhhyxpOHTUi { width:3.1875rem;height:4rem;top:110.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWW4edHOiER9WaKU3WkCOSNhUpqkwUBv { width:3.125rem;height:1.925rem;top:111.125rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #arcFK4CAs3MktHTOOynub3F514gvBkip { width:3.125rem;height:1.925rem;top:95.9375rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L95goTmXAR2cMdAbnxxwk9NgUKTkwmCi { width:18.3125rem;height:1.575rem;top:100rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bt9L08wPF05spfD7vhFGL9TNK8KsQtRq { width:19.875rem;height:14.9375rem;top:77.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbvDqEBc5xHmznusftv8DillQO3J8k2R { width:18.1875rem;height:4.2rem;top:87.5rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Vfo1nORCaK2g9bIgTLnBmgcSIp1XP6bF { width:3.1875rem;height:4rem;top:78.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSUcLlWzXZMUx87RpHhuM0B4AETFrX1z { width:3.125rem;height:1.925rem;top:79.625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w3NBn0bpi2penWn7MUqXDXN9exPhwuc7 { width:17.6875rem;height:3.15rem;top:83.4375rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gIrySDSNoFE6dRngT2MSBXQsl1wrtwAd { width:19.875rem;height:13.5rem;top:124.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWEIVFV8rwOWpN7pI3F84uLIyIEqi89z { width:3.1875rem;height:4rem;top:125.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba7yic2vP9LQD7SBbZgiDgy1wTgZTw2f { width:18.75rem;height:1.4875rem;top:129.5rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SxTxmyZ2NQWUdWPSntFgGKtvskOOtqki { width:3.125rem;height:1.925rem;top:126.5625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nuAAXswqiHQg8xW76qx8pTCW98gTTchn { width:18.625rem;height:5.6rem;top:131.625rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pPgtOxiBicoJyKEzQKtloIZhqrZZgh6s { width:19.875rem;height:12.25rem;top:153.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtmtUy9f9xcWy1yJfXkEQMlainccMkqT { width:18.8125rem;height:4.2rem;top:160.6875rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rCv3n38WXHJgBEmlh4uCn3MMTscf5c7R { width:12.375rem;height:1.575rem;top:158.9375rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J5lnXAOTm3xcVDsHh7KXr0hauKz97tO8 { width:3.1875rem;height:4rem;top:154.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAuqfFLslGTraa1wtc7SSJUrHhtbZKlx { width:3.125rem;height:1.925rem;top:155.625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PcKIT65vowzQbS1wV3RtJkUZGcZlIsK6 { width:19.875rem;height:12.875rem;top:139.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lraWuiPPPfayCQTlu1m4rfSQFUaiV9ME { width:19.0625rem;height:4.2rem;top:147.25rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qq6mWZblh3ODlMHdmQOaiQV3EnPPTs99 { width:3.1875rem;height:4rem;top:140.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzAOsZSmfaV9X6TA5Rt3WNczx9dZ3sCV { width:3.125rem;height:1.925rem;top:141.4375rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S2Sk1p877gTxHlL8aHImkeBHdzdRLeUt { width:20rem;height:1.575rem;top:145rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C525VhIfUNVXTtg4iRSFvBLz9Rwwym9p { width:19rem;height:5.1875rem;top:169.9375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOqT0X3C68mGEnd6Xv4xq0MUxeAtkQT { display:block; }
 }@media only screen and (max-width: 763px) { #E0VqfAaaKuREvaJcNMkwr3cyAMsZIQ9I { width:20rem;height:2.4375rem;top:176.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O5SOCXoIsmngu80VeXL0mcWf72AVaoT9 { width:20rem;height:1.4625rem;top:167.75rem;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) { #wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw { display:block; }#wVU2rFQhaBx3qExWuwGGL94Jxry90Pkw > .row .container { width:20rem;height:269.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZ86wwzGckPIzbOxQI66TXqFDLhVr7IP { width:20.3125rem;height:145.875rem;top:1.4375rem;left:0rem;background-color:rgba(255,255,255,0.31);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #msaaAR1ei87SNy54fCW133z81iGo2tGm { width:20rem;height:5.2rem;top:2.3492193222046rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #db1GGcgt4JQ0WCloGC2pJJntGgnKnoMA { width:20rem;height:47.25rem;top:9.024218559265rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cMWkHPfsBBcn90qWqvVTnhX6fc60CKAL { width:20rem;height:5.25rem;top:256.61249732971rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yp6aEso0GmxzhzoRSfENkQe22tsXyBb2 { width:20rem;height:5.0375rem;top:58.02499961853rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OAHKJ0bgfNfFdiBOlHCyUU4MtxuDiHeo { width:20rem;height:3.9rem;top:63.912500381469rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S4prTDTVFk0c85dH1znp1zE9nE4TGSOy { width:20rem;height:48.825rem;top:69.399999618531rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nSUOSV93A85SSsAcdAJiGZpDkLLS7iUC { width:20rem;height:3.7375rem;top:117.03749942779rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aePUxRsa3fOkDEABP9N54IE0DEPpqar2 { width:20rem;height:14.625rem;top:122.43125534058rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bodVBEr30bXuIO1ygqp5AoWxHSr4axzL { width:20rem;height:6.58125rem;top:139.21875572204rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Wt7cgxPIulaixlTUh2DZrCnmsDLgtPtv { width:20rem;height:24.9375rem;top:157.79999685288rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mN4quJglW4CUggDTR4steAWXPl9P0cl5 { width:20rem;height:5.85rem;top:149.36250495911rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X1a04FNP9lwvNQw1U07TJw1ypaSvwQnr { width:20rem;height:5.85rem;top:213.56249809265rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hMTdpUdiszl1ziQEZ9rtBz9q2uC6PTxd { width:20rem;height:31.5rem;top:221.12499809265rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U4x0prGkrO9Hl431APgB8sdNIMgAOA1T { width:19.9375rem;height:26.5rem;top:184.98749732971rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv3AofVd9psOuIXPm7WwTBMmud3vH1SQ { width:20rem;height:5.5125rem;top:263.11248779297rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t { display:block; }#c8Efe05ZDz0L7rDB6Ou3D7MIgRsPuT5t > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTF5HCSLKqCXFnLtc8l2fgBFbvnetoX3 { width:20rem;height:4.225rem;top:3.6250009536743rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sFCRJdcets0mlL5zt3DT76I8JAbTdw3R { width:20rem;height:1.6625rem;top:1.2500001862645rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf { display:block; }#QF2V4oIn25XHfJ5oD4Cc9hwocDmRAqaf > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nT7t7nlFBdDm9zdH0Ke5abN3uEVt98AT { width:20rem;height:25.5625rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtJVmB4dKKkvsmNRU2Kd34ha72QvXJ9x { width:3.1875rem;height:3.1875rem;top:58.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXOwo1TJsMXFqlaTPeTV4lkzhisTlVTX { width:1.9375rem;height:1.75rem;top:59.4375rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kx4GPbEr7JwE81FAHqv6Z21nQC0vuHp2 { width:15.875rem;height:8.25rem;top:68.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkWClH7LHKruDn1m3wpcBELbxahONySh { width:14.125rem;height:1.4875rem;top:58.9375rem;left:5.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bQn8E257D96DSCwVqlmnq0T6xCPAFxGd { width:14.125rem;height:1.3125rem;top:60.375rem;left:5.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vxnSJFhtV9ooxOynXQGlPx18iMCQXnxf { width:17.8125rem;height:4.625rem;top:62.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ00u5frhCdt6BK7trTnFxNvDoePcuLS { width:17rem;height:1.6625rem;top:63.6875rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kxs87NDP5IgfaLDIrcJg3AP67QCAWA8U { width:17rem;height:1.4rem;top:65.3125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TXmr9vMwUeopaHXT3XAmw1tSTGLUtIKC { width:16.5625rem;height:2.625rem;top:78.75rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TymyIViMIVftDHqFz7MFVuJ4RbQQwXcx { width:19.5625rem;height:27.75rem;top:29rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqhJINgsGbggKRkhbLOEXNpWUBPPfvwB { width:16.5625rem;height:2.625rem;top:53.3125rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7FG1IwTJ4IaGnCch0paXTau5e5TsQl { width:17.9375rem;height:11.3125rem;top:40.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x145x9w1ewENTkVGVXCWNtlt9ohsdm14 { width:17.8125rem;height:4.625rem;top:34.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZxAV3FCMpZ4f6x5kE13C0MBSGU4K3B9 { width:17rem;height:1.4rem;top:37.25rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v5wcXAGm0rvpxG6Xf88QoAq4dS9yGI5L { width:17rem;height:1.6625rem;top:35.625rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sMrSPDaEpe4g78M7WXfeGeMTMeEmKEsi { width:3.1875rem;height:3.1875rem;top:30.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5FBsEi4f2GHf0w0rQ6T87BEAP6VPBk8 { width:14.125rem;height:1.3125rem;top:32.25rem;left:5.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O7DuT8mlXBmlXOTsCzAAZVqqV1Ve9CcM { width:1.9375rem;height:1.75rem;top:31.4375rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oUnQR0CqqgWSRhrMg1uPwW48nvJ5CsJR { width:14.125rem;height:1.4875rem;top:30.6875rem;left:5.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xu2aKCbSnTn1Hbk3fwSCunNMpTN8OiU8 { width:19.5625rem;height:27.75rem;top:0rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifWqT6pEwVhDCchoVTv2lXhbaAhLDZ00 { width:16.5625rem;height:2.625rem;top:24.3125rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nApDALWXTi9p62h0mWT9BVEDxkTba9H8 { width:14.875rem;height:9.75rem;top:11.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2BTZ1e7fGQLJNkGZxUlIebT0WHwxyGx { width:17.8125rem;height:4.625rem;top:5.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koVeFgPtzXFsbf8NSQ3bmlaEpiMyn7GG { width:17rem;height:1.4rem;top:8.25rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CaQSGDEqaTB5IStZd7Zz5UeoaP2AthWk { width:17rem;height:1.6625rem;top:6.625rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s2XHkm5pSEDw3DBubI2eErUorkTfGMvc { width:3.1875rem;height:3.1875rem;top:1.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFQnpgDyzshmCbtpa6mb2uFf8nvPKCPS { width:14.125rem;height:1.3125rem;top:3.25rem;left:5.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wPuBVez2DydfKWK86DU2gfpCQ2NWMGol { width:1.9375rem;height:1.75rem;top:2.4375rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k0ueLDyLHMhfX7QQfxJM9MDNBJuMiEl5 { width:14.125rem;height:1.4875rem;top:1.6875rem;left:5.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ucLuVURFFuoRWiukVcwdXa9QXSNLDJar { display:block; }#ucLuVURFFuoRWiukVcwdXa9QXSNLDJar > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZyoEXHh8GigwVs4yiTNEB2LX0Xcbxls { width:18.75rem;height:4.8125rem;top:0.96875rem;left:0.59375005960464rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCPVExN7AERWurzap89kXXMv6ofTTOxC { display:block; }
 }@media only screen and (max-width: 763px) { #QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM { display:block; }#QQVIlKkrMkSCy6NudCFxW4aKrWSOzwNM > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHZWIqgOUT0Ty4aBrma99TiVeiVK9yW6 { width:20rem;height:1.6625rem;top:1.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q1SD56dAZpnuFoT1bkOhosrPETK1C37V { height:11.178571428571rem;width:20rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb { display:block; }#Mgc6xqKaWCxrTvqMSaT9TCZ5PraIn9Kb > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFVdtitrv3d7oPrgLTAVbkPn6RFKD0Tk { width:20rem;height:6.3375rem;top:1.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB { display:block; }#hJ2DtIIBG3ASe9o9tbVuGweTDps6TfaB > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwGmHbxdfL6PC0stgpUk8SSavdsFAcWv { width:19.875rem;height:15.0625rem;top:1.4375rem;left:0rem;background-color:rgba(255,255,255,0.31);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SldXr6sDw02Tw97obiWh52hGwm1xVxLB { width:20rem;height:0.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb98WPdxSrel72KIU8UkwUuSvbH1f7fs { width:18.3125rem;height:1.575rem;top:2.1875rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EGkK4Uv2ik221sHnmioOlLt0Ig42JyaR { width:18.5625rem;height:8.925rem;top:5.125rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uWSQa3hQEnS8MlkwPEXnlC7QBqrb89FG { width:19.875rem;height:17.375rem;top:17.5rem;left:0rem;background-color:rgba(255,255,255,0.31);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v8s4XDFN7RviAeTQGvHw59OFTxWA6yEy { width:18.75rem;height:2.975rem;top:22.3125rem;left:0.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pHuW3SD5ST2xHxoxRqDJ3MqOdpWv9G2x { width:20rem;height:0.125rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axoXzA408Ib9awatmXV0UIFJKIR4p4BS { width:18.4375rem;height:1.575rem;top:18.8125rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aDTXMytkOnIyX5CNOzyJhvigxuy4fXDF { width:19.25rem;height:8.925rem;top:25.1875rem;left:0.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VZ3488zMz58qoAFyQ8laDsyMazX4AF40 { display:block; }#VZ3488zMz58qoAFyQ8laDsyMazX4AF40 > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJ0aV213HkQP9HoGpR7UR1p6H09R6wBF { width:20rem;height:4.14375rem;top:7.375rem;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) { #r0svcdNusnh44hwK6z5ZIdT8f2pdg7zT { width:19.875rem;height:3.9375rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc2iaPJDvhAw6xUqTfdlMRzkcxo7ZMTy { width:18.3125rem;height:2.975rem;top:13.34375rem;left:0.84375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PWRBsqqxtddm6PX2k9rskHr82xHno0pn { width:19.875rem;height:3.9375rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WctSCT32wAsXedJNAmAhn1HN4mPQowVw { width:17.9375rem;height:2.975rem;top:18.125rem;left:1.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IxFzlSfwxT56mAAhOgbaqvZ5UgDLa5Jd { width:19.875rem;height:3.9375rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRIGuHvu7UvvwiXfsfmALF0KsT4Fcem0 { width:19.875rem;height:3.9375rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAMivf8tu2EXkZiGkshqdwGiALGQMgXK { width:18.5rem;height:2.975rem;top:27.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gtIDamkT8P0XwoQxoNw4EtkFVcDzs2pt { width:18.4375rem;height:2.975rem;top:22.8125rem;left:0.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dgZqInbc38bMulr9tG3zF5RDsItSmBGU { width:19.875rem;height:8.5rem;top:31.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSbHhlv45mntmKnQt49f8pb4po7UkfWN { width:18.5rem;height:7.4375rem;top:32.625rem;left:0.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BDdAfbPd8TTI2mEtHTVFMmIhUTwDbyU4 { width:20rem;height:4.225rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F454qTfLQ9FXiogEqT69ETHn5f0fXhSW { width:20rem;height:1.38125rem;top:41.9375rem;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) { #fH87QscQACVi8TApGORg7FPz8cQA9fSZ { width:20rem;height:4.375rem;top:44.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsolAe0xSOXLD3rwbCZWfEXS8Q98vtwO { display:block; }
 }@media only screen and (max-width: 763px) { #f9TnMWscpzChmP9ipJqWDndVt28LTi3F { display:block; }#f9TnMWscpzChmP9ipJqWDndVt28LTi3F > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtJXOFiE6RnWgpzc7WPigk0EedbW4ZRh { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #edRowMmdgP97TRBvahvC7EkzGNaPp3w8 { width:20rem;height:13.3875rem;top:7.499999905005rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OPHsshBe23S3wTlWmiDsUsyNJ694HlpU { width:19.9375rem;height:15.0625rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU3iBTb6TvTtWdSvTOvnssPrnDFHx78O { width:20rem;height:1.575rem;top:23.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BDh7iiv22fWSyaVgSunCKkIt3VJUiXg3 { width:18.4375rem;height:8.925rem;top:26rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S0voVF1rd8BZiDkRVhyEgqElT03RGSSc { display:block; }#S0voVF1rd8BZiDkRVhyEgqElT03RGSSc > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUvztDqh8RFxdJTe23ru3efCUSbM7uaW { width:20rem;height:3.325rem;top:1.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lriEG01sb1a8Vmg8UyTZECWftizGkLzh { width:20rem;height:2.7625rem;top:5.6875rem;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) { #FwXpLRBbuqmFm3OiOXh3kQWUT71zRtUM { width:19.875rem;height:3.9375rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKvIMpDpSkJV975TIJQQdx7eRQg0Hhvl { width:15.375rem;height:2.975rem;top:9.875rem;left:2.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nIKedDpp6pnscsZd7dpGOIPLE1Tl0gDm { width:19.875rem;height:3.9375rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKCqMd4I7UvHDTZz0KTX2AxEuAuwPshc { width:15.375rem;height:2.975rem;top:14.8125rem;left:2.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tsapF3A5lDdt6HCThtB5s5MuaWC3OtWz { width:19.875rem;height:5.3125rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmoqdo0yff6PVAxpPyJefzmls2Tid7lf { width:19.875rem;height:3.1875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxSZsHaWZmRI0DkLsTK98iKVnSF0mKGl { width:18.5625rem;height:4.4625rem;top:23.25rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Q7LaSzEmBcZ8FThWkZBU4VT1Zy8ofAzi { width:20rem;height:1.4875rem;top:19.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 { background-color:#ffffff;background-image:none;display:block; }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row .container { background-color: transparent; background-image: none; }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row .container > .video-iframe-container { display: none; }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row > .video-iframe-container { display: none; }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .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); }#sJB17mCZqSIsdaGWRAxa4woZhiBECdL8 > .row .container { width:20rem;height:104.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZieyXhfNlz6ZTCIf4nI5mpigXIh88FmN { width:19.25rem;height:4.6875rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucphrkf4Ep0iF1n9uTDlaQkBODSKFfen { width:19.375rem;height:6.8125rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcoh3L1ldr51KuJu6AIsEfbpwDp7fKnW { width:19.375rem;height:9.25rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3pGs9sO4z3FPvR7kH74lu5pHOdoWCUi { width:19.375rem;height:13.4125rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU7gsG8toBrD0pniNG8T9UuEQ3AtBGPe { width:19.375rem;height:15.6875rem;top:63.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMynRTKu5gNOF6nDa91X24AKdIw3t3oq { width:19.375rem;height:2.80078125rem;top:81.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U85PWRT8Rq8Mmvim7EDzcOXkcf9G7nJN { width:19.375rem;height:3.81796875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPndI2Ta2KpImvzb3C56D5s68CK0CLvQ { width:19.375rem;height:5.2470703125rem;top:86.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr2z3BJH4x79naImoqGEytOIr4QRA6O1 { width:19.375rem;height:12.125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPfuvzbRJ2VGm6mlOhJrgywf0HBvezyl { width:19.375rem;height:7.630859375rem;top:93.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny { display:block; }#zq2ZRrBC6edN7eFipJxOSq0VSUfIm6ny > .row .container { width:20rem;height:142.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyzeSDkDiLrHTuz8FB69MR1IuLFvWEQ6 { width:20rem;height:5.3625rem;top:1.9619140625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RtWXZA5O1Q1GmME8I9VJGQbOr04PhLRW { width:19.875rem;height:10.6875rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmKx4hFQ43GoOwvkiwDTphtFu5nfGT3Q { width:14.9375rem;height:3.15rem;top:9.125rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DXgTg1xOrIgW0q5U6dgCQHdAxzucTnWb { width:18.625rem;height:5.6rem;top:12.75rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZcitmP3dfnTtWv141dld5zbTa64kIGin { width:19.875rem;height:10.9375rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxudtJgRIu5tWktEvOtlLawN16IwaWti { width:18.375rem;height:5.6rem;top:24.4375rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eQuAEbadab7pkHS0vGMHaqhaIPE8xKZ7 { width:19.125rem;height:3.15rem;top:20.6875rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OBdXyFEMy2oyU3dfasGsufsXsqcQx0MA { width:19.875rem;height:11.8125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9iWXHRidxSMphaD1mKfQyI0ZTW7J3G1 { width:18rem;height:7rem;top:36.25rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UA4StAPoV5nJq8zHU7wpyfTZ22pC6zH9 { width:19.25rem;height:3.15rem;top:32.5625rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dS7Q0u9k8zWtVolnObrLkvXDTRb9g8np { width:19.875rem;height:8.75rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqXacBETB0NTZTSfqnueoiGbkBMM300p { width:17.9375rem;height:5.6rem;top:46.9375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ETBAaEdQqUP5Uu3XNOT0IM2JITBTr43t { width:19.25rem;height:1.575rem;top:45.1875rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uDzVWrQpHeMMeNDTiukAkelMM9Sqb6iV { width:19.875rem;height:11.9375rem;top:53.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7XQhr8FDgAsHNwnMrZJQDhIFoyFxTOm { width:18.625rem;height:8.4rem;top:56.875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SPbQBRwSoRVkrsdTfpMrahsQb5h23Xzl { width:19.25rem;height:1.575rem;top:54.75rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zKJ2dnxbu0L8vP2367dIVDIUlhLb40ux { width:19.875rem;height:12rem;top:66.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlT53ugugv5pgmDl6T4O8Tx3B7VL7uUQ { width:19.3125rem;height:3.15rem;top:67.4375rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rp02crfXpFtIUNcqQZlmbtw6ZoXgof2m { width:18.5625rem;height:7rem;top:71.1875rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ro2MqAlktsw0Wgd2Kg1nJh4NZHBc1tTP { width:19.875rem;height:14.8125rem;top:79.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPnXzqLkrXq0RPATuPOQqeZLb8tougAh { width:19.1875rem;height:3.15rem;top:80.1875rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yNg28Ft3he5RuiPGhR4mud6w8gNxdUug { width:18.375rem;height:9.8rem;top:83.9375rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Jqv1qy4QeqBM0gQDIJRwuH8kB28mgtx7 { width:19.875rem;height:10.6875rem;top:95rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiFzJAOExCfvaHtIJ1xUkqz5Jd6darat { width:19.1875rem;height:1.575rem;top:95.8125rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TmacAbbb5qLUqLBCt5kOHOUi4qUSgGZO { width:18rem;height:7rem;top:98rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CToZk8V8CzETDn6CutpecaG1eRgiomri { width:19.875rem;height:10.9375rem;top:106.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHOti3u3E3Irl3lqixRJ3GThezm6bb45 { width:18.0625rem;height:5.6rem;top:111.0625rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HdQ07PK4KSPa2WQkbuTvvmyKI33o3Xsx { width:19.1875rem;height:3.15rem;top:107.1875rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f21VXuGWsOWSLDkR9epq48pafOEok8xU { width:19.875rem;height:6.375rem;top:118.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTvJGVGKSGs1RxdHTzKFDcHnqRyUokwq { width:18.9375rem;height:2.8rem;top:120.9375rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vPuh3KWyAi2IETSlxbt5c8xhTUbSzN7t { width:19rem;height:1.575rem;top:119.125rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OqW4VmGsseg4apNoSMzuz9WbgfRlASMg { width:19.875rem;height:13.6875rem;top:125.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHU5nAQ95BtUIE9FtyXKoRQ9M1t0xL5o { width:17.625rem;height:8.4rem;top:130.0625rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w1cTfdITMLykRDXfRRI2GTHoImxlnI7u { width:18.5rem;height:3.15rem;top:126.3125rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu { display:block; }#tmSzTi3gPRphz1Xp4axrfgmfT8cPEnXu > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2WVlVV7oI3ParFMs2Gov7TPoraN70J7 { width:20rem;height:4.025rem;top:2.6494140625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qEBVDApxEnE1vUOAIy7GvhXMT32VC4Zf { width:20rem;height:4.4625rem;top:7.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HFcxIgx4nelmbs5BmI3ZV2haugzrFvpB { width:19.875rem;height:11.125rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L63LtbuPaPTWLPw16rSlKbiQ3w5lWmcE { width:20rem;height:3.15rem;top:14rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WFHIL6PTiWFaOhdXpGx0rdG57AZXtrUH { width:20rem;height:5.25rem;top:31.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsdMmAyp39ZauXu4VTkEtAnb0zla96Wc { display:block; }
 }@media only screen and (max-width: 763px) { #NTsrLIKvsW5zX74wnBBaUfiCltT55aL6 { width:20rem;height:2.6rem;top:37.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sWdtA873kQuA8mu4LEU7nT6EHZDUxebF { width:8.5rem;height:4.4rem;top:26.5625rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RQNiR2ixkvLdKHWHnttItIKsHRmPWUIh { width:10.6875rem;height:2.25rem;top:27.625rem;left:8.75rem;background-color:#fce4ef;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D0EhpzVbKaRRTU1gBwhubfynNDWQmcFT { width:10.875rem;height:1.6rem;top:27.9375rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lnMeWlKi41kl9J4z0za3ZRpvJyEsNqGi { width:9.5625rem;height:1.6rem;top:25.0625rem;left:4.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe .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; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe .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; }
#XdOhpNGy6e8l5IM657QPAbTNCkSy3THe { display:flex;width:13.5rem;height:5.0625rem;top:17.3154296875rem;left:2.453125rem; }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #fBTJzfyP80sPzRl7iXaCbUdKMi2fgN1m { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #NJNs6RtOazkZJD57TL226Lc7Fl5MyoQQ {  }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #BDKTXbBQQW0TupxP8TrhJQpkTchI5oAX {  }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #bxb1l4gS5ceZL2DiLMENXNliQzkSt0QR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #ZfTMunQ4N8XOL3yFSMQNq9lqu8rHz4GW {  }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #gku6gdmTxDCRS8UGt31axG5bhOfSJ4ot {  }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #HeEP0P5aItbdyoNO27QO7dPbrTai5KR7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #ZTXMrMMOvtn2dBVa628qUd06blA8Hrwx {  }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #C4bHIPWQCcbUnGfupBUyPKdhxCud4Z6v {  }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #eJzdB9hVtQOxNSkowDW8ngIqebolLxHp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #w6mZlgeepN2r25SAkf9a0SHDO9OIbLAH {  }
 }@media only screen and (max-width: 763px) { #XdOhpNGy6e8l5IM657QPAbTNCkSy3THe #VrXzr2VpMh6kn3VBTob2HmvKEv3rktcv {  }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { width:12.5rem;height:1.3rem;top:1.8125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { width:12.5rem;height:1.3rem;top:3.8rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wg5r2nftIH81wEdeFMWMI2FUa9VTmZzx { width:20rem;height:1.95rem;top:6.35rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qezLwRM384pzROQ2nBspviQGbCndHgAr { width:20rem;height:9.75rem;top:9.474609375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }