.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:250,213,184;--color-primary-1:248,172,120;--color-primary-2:173,121,85;--color-primary-3:106,74,54;--color-primary-4:47,35,26;--color-secondary-0:202,202,202;--color-secondary-1:151,151,151;--color-secondary-2:106,106,106;--color-secondary-3:63,63,63;--color-secondary-4:28,28,28;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row .container { background-color: transparent; background-image: none; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row .container > .video-iframe-container { display: none; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row > .video-iframe-container { display: none; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .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); }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row .container { border-width: 0; border-radius: 0; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row .container { font-size:0.875rem;font-family:raleway;height:4.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#XmfcZqVTyZIXvNZO6yMaATZpWN59h0T8 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.07421875rem;left:22.625rem;height:1.9121125rem;font-style:normal;display:block; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .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:rgba(0,0,0,0);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; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.363125rem;padding-right:0.326875rem;padding-bottom:0.363125rem;padding-left:0.326875rem;display:block;align-items:center;width:1.961875rem;min-width:1.961875rem;height:1.9525rem;position:relative;font-family:raleway;font-size:1.453125rem;font-weight:700;line-height:31.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.615625rem;height:0.771875rem;position:relative;font-family:raleway;font-size:0.545rem;font-weight:400;line-height:12.35px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10.875rem;height:3.678125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.19140625rem;left:0rem;z-index:15032; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #cG8yPgNcNgd07oOiEcgcpHhP7pMkZtZi { display:flex;position:relative;top:0rem;left:0rem; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #G1CEzhDH6uPdS00g3cmJGRArxOZIL97q { width:auto; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #fahKsXPSEfvUPCVXSsLAaZwCdTG4riBx {  }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #KDh5QuJ7kgTxNXaVq1pzwWZ4XV2CTTqc { display:flex;position:relative;top:0rem;left:0rem; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #E6xDgJW6IHOT2xo4qZ9UIdJEdBK4KWmR {  }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #d8PvTFiZfUlRlxtfpMrhUByr7pAlMkCu {  }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #tvOtrvVhXlU8cywUJFd90FRX8DDf6bv1 { display:flex;position:relative;top:0rem;left:0rem; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #TU2DTzFT3FOxm3fOrsvrgCUSNGsy53rP {  }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #iQ3Xrvla0lyVoEi87GSBE9pTdhaVmTQy {  }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #L7nenx9qW8suD3NphrpKZqSXmcxFFN0g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #drlpWOcrMI1VulqV7u1oig78LHHrhNEB {  }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #s6hBNeQRd8Fop9lSGLGvfwSedE9keQWp {  }
#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN.adaptive-delivery-prevent-bg, #mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN.lazyload, #mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN.lazyloading { background-image: none; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row .container { background-color: transparent; background-image: none; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row .container > .video-iframe-container { display: none; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row > .video-iframe-container { display: none; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .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); }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row .container { border-width: 0; border-radius: 0; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;position:relative;display:block; }#b5kFgJKza1BdL9Qmis9k2gCtyFuqSkHP { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:2.8103294372559rem;left:7.5000009536744rem;height:13.7239375rem;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;text-align:center;text-align-last:center;display:block; }
#uclqK1G8pyEH6OvZfti16T886yA67bQ5 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:17.718098640442rem;left:7.5000009536744rem;height:5.09765625rem;text-align:center;text-align-last:center;display:block; }
#FCJPDkmOfMIEekgVO0lzWN2FNWCiwby5 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#nNGRUl5MUxLU86zsm63N8HoDzCcO2HuK { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0.0625rem;left:4.875rem;display:block; }
#iTNPaFhGW7DpRZrWlM8RL4WMZ18pSRZs { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:7.0625rem;display:block; }
#sTJ47FVwryUtO0dAfhLfPJ5CmGT71aWQ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:9.4375rem;display:block; }
#rZEMC13IOdqAPRsVKhCxfVWnppHZ6dAr { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:30rem;left:64.875rem;display:block; }
#JAWBrFVzF8GdGGJqg7AgCcJCIzdTV78m { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:30rem;left:67.25rem;display:block; }
#UP1vkUC1gk523WxVc9nkKmJN4NS0XoBT { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:30rem;left:69.625rem;display:block; }
#ybUeV1hDrOElnDA9OfuEhMT7D7CRGi1g { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:30rem;left:72rem;display:block; }
#pwSvIot0FPvu9NS71vMHoRxdmQxvVS86 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.1875rem;left:38.4375rem;display:block; }
#gkafEamBfLHyk2ylT2sQ4JXxRETtXaOi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJJUkLJacLLVGTEzhKs8rOIEFpSifXaX { background-color:rgba(var(--color-primary-1),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.1875rem;left:23.8125rem;display:block; }
#Ue27JIcyKiJSQGIsci6qhV61DTNE3IEe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx .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:rgba(0,0,0,0);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; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.4975rem;padding-right:0.444375rem;padding-bottom:0.4975rem;padding-left:0.444375rem;display:block;align-items:center;width:2.665625rem;min-width:2.665625rem;height:2.675rem;position:relative;font-family:raleway;font-size:1.990625rem;font-weight:700;line-height:42.8px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.554375rem;height:1.0575rem;position:relative;font-family:raleway;font-size:0.74625rem;font-weight:400;line-height:16.92px;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; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.6875rem;height:5.03875rem;padding-top:0.621875rem;padding-right:0.635rem;padding-bottom:0.621875rem;padding-left:0.635rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.375rem;left:30rem;z-index:15030; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #BOTMqx69doHhBVephaK2X9ZbRW9wlDW3 { display:flex;position:relative;top:0rem;left:0rem; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #JggIx7IRi5Rf9OPayND0NOq2gxNPXAAy { width:auto; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #Nap96OKMdGvtIxBTQ1n7rEhPnEFcJdoz {  }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #lrLukvAZMIWDZ5MgQbTw0snRLaFE1S18 { display:flex;position:relative;top:0rem;left:0rem; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #ZVBkgbySbpqBBGMDUF0G1oyTLZRHrTmI {  }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #lURqJfMvxhA3y1NlPFL6GyZeD8f4gPmB {  }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #o85XMLxrOgGV6OxI4f95tJQ1sTTTfoPM { display:flex;position:relative;top:0rem;left:0rem; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #Pt3ClVbqgOvUPZUTASCCGEGDUwXbrEhv {  }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #nKt6exaXBfnl7g7mQupXQmJXNNT5fIWR {  }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #NeCerT83D4yRedElr6EaVedZZRuCuuzH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #mvO0ynA6b9QBi6rf1iH3HcMQze5RPvIZ {  }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #VCNmPpsip8csoxErpA7ocrSTTwCZ4TSE {  }
#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row .container { background-color: transparent; background-image: none; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row .container > .video-iframe-container { display: none; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row > .video-iframe-container { display: none; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .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); }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row .container { border-width: 0; border-radius: 0; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row .container { font-size:0.875rem;font-family:raleway;height:67.5rem;width:75rem;position:relative;display:block; }#A62UkE2TTrcD3vvd5Kttd1TCZNvbGxsG { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.498477935791rem;left:0rem;height:12.1028625rem;display:block; }
#c9SExtd1PtytQw2QuZNHd2wpsPHTPxOq { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:7rem;left:0rem;height:3.14995625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uZBH0936TFJLe2yG7UtKXQpEwgIwRXo9 { color:rgba(var(--color-primary-1),1);display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:5.3125rem;left:0rem;height:2.33615625rem;font-style:normal;display:block; }
#liOGVTRLdO16S5ql4FiRWQ1g3FLfUZZD { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:37.4375rem;top:24.124351024628rem;left:0rem;overflow:hidden;display:block; }
#nc0mAVpAspTsxrEDSNKIiMgPSfqln09Z { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:36.25rem;left:63.625rem;display:block; }
#DVp6do4HHUO1Z5vSkOmF9m1ras65lZ9L { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:36.25rem;left:66rem;display:block; }
#TFPeqi26rIEzrVHfLT8OmAiTKCnJ0b1g { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:36.25rem;left:68.375rem;display:block; }
#N2yS9cbAGMT5QC8V5AdmdB2e1RPZEGEF { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:36.25rem;left:70.75rem;display:block; }
#mIiHwEipuRfruT72t4gioqG5uTpK79ry { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:36.248913288116rem;left:40.874566078186rem;height:5.950525rem;display:block; }
#zlv8ENHUn0zUT2SQFD0iZmV84IBuiGqq { background-color:rgba(var(--color-primary-1),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7485rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:45.066188335419rem;left:49.875222206116rem;display:block; }
#pX6lMi70WzxBSTOok1Em8TtGh5TEZtQA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EIEMvPvS3R5rXQN1CR8bKR1X6i1f0Gr4 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:37.4375rem;top:6.1903219223022rem;left:37.500000953674rem;overflow:hidden;display:block; }
#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.adaptive-delivery-prevent-bg, #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.lazyload, #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.lazyloading { background-image: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { background-color: transparent; background-image: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container > .video-iframe-container { display: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container { display: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .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); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { border-width: 0; border-radius: 0; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { font-size:0.875rem;font-family:raleway;height:41.875rem;width:75rem;position:relative;display:block; }#zdqtK1po4cT277cO2wxhNFHyVeFNVb52 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20rem;width:75rem;top:13.180345058441rem;left:0rem;display:block; }
#VKMwCn0aTE0TtPsfcAxXFBIwirMF1bBT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#EkuOzaFknqxK5KT7z9wszn4yKmfEzBlU { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.548825rem;font-style:normal;display:block; }
#sapuhARpbgpNHSATPMDT7IBvrGSl9yKM { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:5.1009125rem;font-style:normal;display:block; }
#ZNPXTSaBufA47CDfKdkKNuF9ht9K0LE3 { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:20.625rem;height:5.1009125rem;font-style:normal;display:block; }
#WTnxUevbKSFTFX4owiEcwHMHTgPyepsK { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:20.625rem;height:2.548825rem;font-style:normal;display:block; }
#d2uPUaOs8CsRD0iT3lObOH4sZ3n3AWN0 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:20.625rem; }
#tOXgExMZHrtC0tS4slX2TwS8mrK8BfWd { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:58.125rem;height:6.8011875rem;font-style:normal;display:block; }
#Gk1141z1O7ZB1Ck4ZdzUBzg0tVmLXmK6 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:58.125rem;height:2.548825rem;font-style:normal;display:block; }
#CxCisPtO2GcfhQtTsLfkPTiKzwZ2OSuL { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:58.125rem; }
#Z9Lkx1WMlLKZl3TWWmS8QFF1wxlmvOd9 { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:2.12456875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HEk7PlytA21dAwPvrc5hB3zPMrBOmP6s { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:7.1234741210938rem;left:11.250000953674rem;height:3.67404375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mqlsu9sp3MLlxiNQnfxs3alR9NhwTR6i { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#lwTPuGCUKhnMLITKzckRXOaDasd45Wpd { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#TPwJcdT7umZluIwmUn6E1pu6WMSsvEnC { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#J3SvJgvkVAnnZlevyK6JyWwAKmcPN6iX { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#uiyJ7DTBxhNADongvfkUJHcEvCKeZEc7 { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:39.375rem;height:6.8011875rem;font-style:normal;display:block; }
#M5oxT6ezqLwZkLTPQmTaw4Zf10rfv5Ns { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:39.375rem;height:2.548825rem;font-style:normal;display:block; }
#FGHzSXP4sIhALXsAU9MWdLXxy3L5BXKR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:39.375rem; }
#rsmnyzFmLgBK9rUcWXDeCpFo7ZKep2VH { background-color:rgba(var(--color-primary-1),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7485rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.622404098511rem;left:32.124566078186rem;display:block; }
#S1AnIiqLfMEnwd3ewPZJmdbCcBcyngGI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_3.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.adaptive-delivery-prevent-bg, #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.lazyload, #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.lazyloading { background-image: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { background-color: transparent; background-image: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container > .video-iframe-container { display: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container { display: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .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); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { border-width: 0; border-radius: 0; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { font-size:0.875rem;font-family:raleway;height:56.875rem;width:75rem;position:relative;display:block; }#tQflTKIoEJ7gVAW8sGvCHokfG50dNBUp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#kW1F2tSktThkanCRl90WSCMDGvstQqxr { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:19.281684875488rem;left:1.8750009536743rem;height:10.6228125rem;font-style:normal;display:block; }
#eynVJkSVf58cRZEv0KiW7GVpTuQy6IMU { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:2.7625875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWFfOAt9TaXgtJCxuWfc09yNwKR2zqzl { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#LcgIfPT8R9mm0uHc2CU4ZysdthSwtzJO { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#d5bkyog4TrLTXh2rZJJaRUvRzXPHbcrE { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#ccqLy5UsODgniWBoJrSKIDw28qb8bWDN { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#drphAeehZkiiodr3icBets7NATbgWcbl { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#o2p7c1B0pSXRldIloxHtyhKpFaZ5JqLK { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:19.281684875488rem;left:28.750000953674rem;height:10.6228125rem;font-style:normal;display:block; }
#gsKacoLI6OZuAzq8TfrmuFzTk6BOdzDd { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#hO8ftHrepN3OrOD0RQSwXatsKJREP5EH { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:18.219401359558rem;left:55.625000953674rem;height:12.747375rem;font-style:normal;display:block; }
#vxirbCFpvpMJWUOV8iwAozMiC4niP1py { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:37.122397422791rem;left:8.9995660781863rem;display:block; }
#NX9w7IARgQfN3wappmplPPlWrBEufMoH { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:40.001088142395rem;left:11.250000953674rem;height:12.747375rem;font-style:normal;display:block; }
#WtQcrZvEH8t5rz89PidR8ZViAfIdn8el { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:37.122397422791rem;left:42.569447517395rem;display:block; }
#yMJ0az4fHxlNsgXJzGETLW8tyn8AiTpI { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:40.404732704162rem;left:44.444447517395rem;height:10.6228125rem;font-style:normal;display:block; }
#c44POML3bhb73lpdkDhM093taCVnf6Vx { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.5625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:9.3088111877444rem;left:11.250000953674rem;height:3.5872375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { background-color: transparent; background-image: none; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container > .video-iframe-container { display: none; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row > .video-iframe-container { display: none; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .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); }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { border-width: 0; border-radius: 0; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { font-size:0.875rem;font-family:raleway;height:56.25rem;width:75rem;position:relative;display:block; }#NCToeFhp1030trKdVNEpfw51wMx4SM1M { color:rgba(var(--color-primary-1),1);display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:19.375rem;left:4.0625rem;height:2.12456875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G4aJ7ANOKOU6D2khMJn3nxnvF65NX449 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:21.886939048767rem;left:4.0625009536743rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.25rem;width:37.5rem;top:1.9073486328125E-6rem;left:0rem;display:block; }#Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc.adaptive-delivery-prevent-bg, #Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc.lazyload, #Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc.lazyloading { background-image: none; }
#Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#IGwXNfFTLPDXBnguHafUzbLHm5bb20IQ { color:rgba(var(--color-tertiary-2),1);display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:35.88325881958rem;left:4.0625009536743rem;height:6.3736875rem;display:block; }
#ac1vSDxs43eUfd1FkrwZlmHMgXli31sZ { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#GJkyDJBkeSfWkPaKM4th3uNJslqxgwCW { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:4.0614252090454rem;left:40.000000953674rem;height:4.24913125rem;font-style:normal;display:block; }
#Kr6glD6f6O4WsXJucfMqXhAcCG6Xf383 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:18.75rem;left:37.5rem;display:block; }
#GNxZgRn4OpANE9gQPzTpRvkaupVXMosL { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:21.886936664581rem;left:40.000000953674rem;height:4.24913125rem;font-style:normal;display:block; }
#sThwqz094n5Fbkfg6AsilPFI0GODTps1 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:37.5rem;left:37.5rem;display:block; }
#SgcyFkgqGkHIqD95Zsir351gdXVKc2y2 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:41.124134063721rem;left:40.000000953674rem;height:6.3736875rem;font-style:normal;display:block; }
#FENytuKuSxxMR78lbSbXdWJmgEQENF4u { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:11.373697757721rem;left:40.000000953674rem;height:4.24913125rem;font-style:normal;display:block; }
#o2t77173ZpeETzFgnpKJOLvMBzbN55II { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:28.20529794693rem;left:40.000000953674rem;height:4.24913125rem;font-style:normal;display:block; }
#nQzXnMLXplG0riDwXbhwHRSNBh5q1bqm { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:47.999135971069rem;left:40.000000953674rem;height:6.3736875rem;font-style:normal;display:block; }
#lHl6crnKsC5ZGunxnTQq9kQCpX5ZfQks { background-color:rgba(var(--color-primary-1),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7485rem;height:3.75rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:44.998911857605rem;left:10.934245109558rem;display:block; }
#fSUWB9WlfqF4OOeZxDvFU6ASSWcSGx91 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AOalswUhmikQftwLpV1clDTNeTtKdCiX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.8);background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX.adaptive-delivery-prevent-bg, #AOalswUhmikQftwLpV1clDTNeTtKdCiX.lazyload, #AOalswUhmikQftwLpV1clDTNeTtKdCiX.lazyloading { background-image: none; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row .container { background-color: transparent; background-image: none; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row .container > .video-iframe-container { display: none; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row > .video-iframe-container { display: none; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .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); }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row .container { border-width: 0; border-radius: 0; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row .container { font-size:0.875rem;font-family:raleway;height:46.25rem;width:75rem;position:relative;display:block; }#wXegukrNEpNeW16bW6ldyqFlLp5p9MDr { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:32.5rem;top:6.5625rem;left:42.5rem;display:block; }
#uuL2ui0BShNvwZhFrcToUJCdPcolPXF8 { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:18.581815361977rem;left:45.061852455139rem;height:13.6024375rem;display:block; }
#ZlFftrDaMeAOv7MNxnJnHtWm7PzFuy2z { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:11.623266220092rem;left:45.061852455139rem;height:6.2955625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P8ccK86XlepoiKANF78xLOpE2RaZT0A0 { background-color:rgba(var(--color-primary-1),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7495625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.748920440674rem;left:45.061852455139rem;display:block; }
#TbscMACUBGg5syB3UXyIMTBGDRtKOy8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wLomiz7wGggScIiINDQa1k1MO2bXJfpQ { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:1.1875rem;left:45.625rem;display:block; }
#XPrgRwt2RiN1z0lDHa1gVzu9mBcfJLhI { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:1.1875rem;left:48rem;display:block; }
#JB2FTHS32gT7D9g1ERNe2KaunFIRzxQc { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:1.1875rem;left:50.375rem;display:block; }
#hgOoyLyxgn3f8VudUZkPT7TLe1Xw735p { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:1.1875rem;left:52.75rem;display:block; }
#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW.adaptive-delivery-prevent-bg, #TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW.lazyload, #TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW.lazyloading { background-image: none; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row .container { background-color: transparent; background-image: none; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row .container > .video-iframe-container { display: none; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row > .video-iframe-container { display: none; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .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); }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row .container { border-width: 0; border-radius: 0; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row .container { font-size:0.875rem;font-family:raleway;height:106.0625rem;width:75rem;position:relative;display:block; }#VC44deeUTdo01gdIJiGaFJI09DuvnVGe { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:13.5rem;left:32.5rem;display:block; }
#dZM7giI1b3TwPkkxdFBKMncQcsQUP9hS { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:15.75rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sE7kub7a3VJgnkZ1oksTqTrHG9AwbIm0 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:15.1875rem;left:46.25rem;height:2.12456875rem;font-style:normal;display:block; }
#Fr9os7n0atVLVhlFlyEteQmiApdAZnAT { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:18.375rem;left:46.25rem;height:11.4713625rem;font-style:normal;display:block; }
#nBiFgp3cAhM7UmpBBoK2vlQz7uK5hKG0 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:27.25rem;left:32.5rem;display:block; }
#qn5eH8KoyxPSBC8nXimIe9Vga4UMvWoa { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:28.9375rem;left:0rem;height:2.12456875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E4TEyraMXkVixCR3uAhGPWTU5vKk2Poq { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:32.125rem;left:0rem;height:19.1189375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dVOL8F2SsbSrbvodloT8TwtfuEmvm37I { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:29.5625rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qbCsvncmaio2KPMCA5eossbEk0lV5Te3 { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:46.5rem;left:46.25rem;height:22.942725rem;font-style:normal;display:block; }
#uTMSexJfZhgyXXVNvNDtpTcIvi9qxtEb { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:60.25rem;left:0rem;height:22.9427125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FJ5xQnowdCK3cS0DNy4TdeEUxM9bv0wZ { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:41rem;left:32.5rem;display:block; }
#GTZOwt9Askm6m4vVsCbGfilH9qC4he1b { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:43.3125rem;left:46.25rem;height:2.12456875rem;font-style:normal;display:block; }
#VihJa9B1fQhXfW6hCtiG6fJtMChWd6KR { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:54.75rem;left:32.5rem;display:block; }
#yglzXdLROauk8beNtWbbcvX8VN3wEwqf { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:57.0625rem;left:0rem;height:2.12456875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qO0bkmyuKUGglsqn7vHSdd9M32MnoLBs { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:43.3125rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ihWcGxNJRZ9rRqkD12V8uueU3XkUXVWi { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:57.036676406861rem;left:34.375000953674rem;height:5.4242625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CrVaIJRIXpqoLyVygTMWSiUEVFrRmSTW { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:2.12456875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6y8vrSfyVdMUMX0PValwU36DPbXrhdN { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i8Tg5orREbAWONWJRoOxCHhqMZBTSzZl { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:21.1748046875rem;left:37.25rem;display:block; }
#eEy5ZT9SW7NzTxpTfKFIpLWVvM8DB95p { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:34.9873046875rem;left:37.25rem;display:block; }
#o9ypv4T6tccKSMIpliNPKMkehWLXoykC { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:48.7373046875rem;left:37.25rem;display:block; }
#gweB3LTQzOmbmJg8AVVxpVe0s5kDpXIQ { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.499131875rem;top:64.15039253235rem;left:37.249352455139rem;display:block; }
#QiNlIWpwSKzfyZTkJ8VziLFCkmF0Jd6A { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:70.31033325195rem;left:32.500000953674rem;display:block; }
#GsoMEx5kHPb3XTcNWbCmay3adR2BJbLJ { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:72.5976600647rem;left:34.375000953674rem;height:5.4242625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WWH1f0Vnqq7WtEUao6sgRpdGR19MS4rd { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.7;letter-spacing:0;top:72.5976600647rem;left:44.874135017395rem;height:2.12456875rem;font-style:normal;display:block; }
#ZmLwRvNCabeqSaCfIzdvE2TQ9KDTrhPg { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.7;letter-spacing:0;top:75.552301406862rem;left:44.874135017395rem;height:17.20704375rem;font-style:normal;display:block; }
#yVbbWTRco75guf4AzXA9LywkDUqhtJ2R { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.498046875rem;top:80.3103351593rem;left:37.250435829162rem;display:block; }
#WIxTTTREOGS9cnvfLb5OrQ8NTbgqZDo0 { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:85.6228351593rem;left:32.500000953674rem;display:block; }
#RxZroLHnRB0U84c0pdrdgtS3ImIzEks8 { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:87.8103351593rem;left:34.375000953674rem;height:5.4242625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pT8hhEqUgFNRw2n3GAPBhUfNe9CmnooO { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.7;letter-spacing:0;top:85.755210876462rem;left:0rem;height:2.12456875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dpedg2ZgJPZE8upBBPr2t4eSizUsbocd { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.7;letter-spacing:0;top:87.81033325195rem;left:0rem;height:5.73568125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGVovQzsF8SUNBe2XDnz5015zXyoaRW9 { background-color:rgba(var(--color-primary-1),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7485rem;height:3.75rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:98.837890625rem;left:31.125218391419rem;display:block; }
#DbsEREzVf0TLQSlwlOCVwHqMeJotbSNb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_3.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq.adaptive-delivery-prevent-bg, #iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq.lazyload, #iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq.lazyloading { background-image: none; }#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq > .row .container { background-color: transparent; background-image: none; }#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq > .row .container > .video-iframe-container { display: none; }#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq > .row > .video-iframe-container { display: none; }#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq > .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); }#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq > .row .container { border-width: 0; border-radius: 0; }#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq > .row .container { font-size:0.875rem;font-family:raleway;height:56.875rem;width:75rem;position:relative;display:block; }#o6tR7TorzrN8HhTvSaELWys1AOb4iXz9 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#Ti7LNbS359ayL3B5vmTtRwdID6pDPlaf { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:19.281684875488rem;left:1.8750009536743rem;height:6.3736875rem;font-style:normal;display:block; }
#RqADgx6tToHUULKUL9xINVZeuloPQAIT { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:2.7625875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bbqxXs0KBn9SkEEURP35bPbHSyLxoVbd { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#Awwi295AllvZ4hPQ1GebKKWSFK7lF4Dl { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#oFKBTOI0unw4ZbwRnHCpZFD990M7kt5F { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#SJ2T0TvpTDsMJu8pOxTmhT9uCZfieQMQ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#nuXVm1rVNQ6O4fTyIwDcOhnTKoLucNUg { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#FnWxZKs57Z8ArGq45L9dkPEy6svkSS5H { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:19.281684875488rem;left:28.750000953674rem;height:8.49825rem;font-style:normal;display:block; }
#So0038FEvxTJVxFamLV4OKxHLihXWITv { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#Sd3v40ONHbSB4ehkA3BLNrkn7MSnZKxb { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:18.219401359558rem;left:55.625000953674rem;height:10.62283125rem;font-style:normal;display:block; }
#tZoNMrMf41zv4Pyq4GsQcHmHTzFQKiHn { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:37.122397422791rem;left:8.9995660781863rem;display:block; }
#a77df51UXTyWAIIm801DAdvihyBk0PJu { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:38.279071807861rem;left:10.874566078186rem;height:14.8719375rem;font-style:normal;display:block; }
#nnvSdgKgtM4TwbhMX5qEwmNMDm0G6qJD { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:37.122397422791rem;left:42.569447517395rem;display:block; }
#iczrnqJnXJ4grGo2phabQrqys7UT10Os { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:40.404732704162rem;left:44.444447517395rem;height:6.3736875rem;font-style:normal;display:block; }
#yn9TKQd18nAFZNkx9VOo157bV4caLwpc { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:9.3088111877444rem;left:11.250000953674rem;height:3.41145625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA.adaptive-delivery-prevent-bg, #IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA.lazyload, #IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA.lazyloading { background-image: none; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { background-color: transparent; background-image: none; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container > .video-iframe-container { display: none; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row > .video-iframe-container { display: none; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .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); }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { border-width: 0; border-radius: 0; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { font-size:0.875rem;font-family:raleway;height:37.5rem;width:75rem;position:relative;display:block; }#mtgHxCQZG0zbtmpDd4uSuZr0wRm0sJMA { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:12.625rem;left:10rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kiQTkZhm6v3A2CmwLH5NXsvm1GaNZWRT { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:16.900390625rem;left:10rem;height:4.24913125rem;text-align:center;text-align-last:center;display:block; }
#XH7o8kcXW14Pnr8T9XVbq7HNkPbtUqmJ { background-color:rgba(var(--color-primary-1),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.5rem;left:31.125rem;display:block; }
#zbEEv16hOMnBi38qUgTz78Mu51SFvi5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JNr69OrK11iwk4TRc5KMK7gpk1gktUKq { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:60rem;top:8.125rem;left:7.5rem;display:block; }
#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { background-color: transparent; background-image: none; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container > .video-iframe-container { display: none; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row > .video-iframe-container { display: none; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .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); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { border-width: 0; border-radius: 0; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;position:relative;display:block; }#ovRlO8xA7SZA2xdMCzCCfpLDoo47UPCZ { color:rgba(var(--color-primary-1),1);display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:2.12456875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dLvPdu4OWJDP4LM7lA9SfSrTRkgHkuDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.49935rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fKCCgTNog93mL1m4LMogvZixo81U1qaA { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.4873046875rem;left:0rem;height:;display:block; }#fKCCgTNog93mL1m4LMogvZixo81U1qaA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fKCCgTNog93mL1m4LMogvZixo81U1qaA li:before{  }
#RooJ6txxO1qzawdgcHbL0Twm1aGEVROs { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#NpwTEUWOUNNtBgfmKRA5tOZhiK1AqJxJ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#hdIS7kSoq4l6BCNvSl8M0IFtoXoFBgq4 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#f79AlVymqv5MnCJsyqHN4ZWTrAQDCcdy { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#Hg9DA3RvXOBDuwaxDmZkrXVf4DWzvHZs { color:#b5b5b5;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:13.486328601837rem;left:32.442494392395rem;height:18.4765625rem;display:block; }#Hg9DA3RvXOBDuwaxDmZkrXVf4DWzvHZs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hg9DA3RvXOBDuwaxDmZkrXVf4DWzvHZs li:before{  }
#zhZerg0quFvJDGiAKA0T1V4y3y0hpTPC { background-color:rgba(var(--color-primary-1),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7485rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.240887165069rem;left:39.99783039093rem;display:block; }
#JFMk4StW7bBsGF0AeM95s6QG9GbzCyJP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d.adaptive-delivery-prevent-bg, #X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d.lazyload, #X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d.lazyloading { background-image: none; }#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d > .row .container { background-color: transparent; background-image: none; }#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d > .row .container > .video-iframe-container { display: none; }#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d > .row > .video-iframe-container { display: none; }#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d > .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); }#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d > .row .container { border-width: 0; border-radius: 0; }#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d > .row .container { font-size:0.875rem;font-family:raleway;height:36.875rem;width:75rem;position:relative;display:block; }#n2cLvuQ5xGl07MCRrEUnGqLZs6DiHtsH { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:5.6875rem;left:41.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-form-header {  }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:raleway; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-text {padding-top: 0; padding-bottom: 0;}#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:raleway; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:raleway;font-size:1rem;overflow:hidden; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-select {padding-top: 0; padding-bottom: 0;}#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:12.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:12.5rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:raleway;font-size:1rem; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:raleway;font-size:1rem; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:raleway;font-size:1rem; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:raleway;font-size:1rem; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-container:first-of-type{padding-top:0;}#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-container:last-of-type{padding-bottom:0;}#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.9987182617188rem;left:3.7500009536743rem; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-info-text { display:block;height:auto;font-family:raleway;font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF {display:block;}#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.9987182617188rem;left:3.7500009536743rem; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #NyxC9hmM3nn3t1btAhZET7oDWhdCpO8k { position:relative; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #olxbCxLUnFZPElNSxkiCOSnbTRl6Q17E { position:relative;display:block; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #e5MCp2sN0h2cwRFy27skGDvTSa59UnUw { position:relative; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #E1LqTqPOkfq8RHiQs1cReGnREWgqgTKU { position:relative; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #JCNUJ7K0r9wl1SRQBxtx3P8vfTVZTr1g { position:relative;display:block; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #vmae8TC3kgM2N28IXCVJL6hWEoEb4dSK { position:relative; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #vAdoSdS21ldWOFenPnXJtsGWLmvFWTog { position:relative; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #bE9BQnDofCIH1u5Qos4BBboQXKamWHhv { position:relative;display:block; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #SD8dBFGEWe2vB1cS8yTwyUzeIOmQXxkm { position:relative; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #DkOfT6EDEXpLp4u7M9OscomSTwTnh7Jd { position:relative; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #eOqrTaeGSrFzkch6NgcfNHLPA2VHzvxk { position:relative;z-index:2; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #EIcTd1CWKTss8zqnufENxNi2IAw8Fray { position:relative; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #IBMqS7ttJopetlXOsTywITTlGfGlXzrB { position:relative; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #fE4EV0of4JbH6zoTGLKyQH1NJ799phqw { position:relative; }
#TgunO7F7CrRuuMyUtdNrgMfVu96GJ7CH { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:35rem;top:5.6875rem;left:0rem;display:block; }
#PV2I0aNpPlsE5GFAOZlf6LoRHtTWsmyI { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:9.9375rem;left:41.25rem;height:10.80075rem;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; }
#hIDzVnEyzlsg1yzKysb5qTyKTxqyQHX3 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:3.125rem;display:block; }
#oRriVHVan43O6c8AzxU1XHcb2zyemdE5 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:5.5rem;display:block; }
#gULTVg7OSzWp34fS4Cg2uX5xT3bNSi6a { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:10.25rem;display:block; }
#T1fHfNJXFTdyf2JbWPTZFKIipmN4yArw { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:7.875rem;display:block; }
#nBQIKCQdM1ODaEsKtJpLkkfgezMH2Lab { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:5.4375rem;left:63.625rem;display:block; }
#g0vPSZAhDgeGoTOSMbmMKKQDVRwcc57d { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:5.4375rem;left:66rem;display:block; }
#ak46V4v0WexTT33C16kGZJhfLKEtCBgt { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:5.4375rem;left:68.375rem;display:block; }
#w0P29T7e3Ie9mTSGialW4O7BFcBxbgwM { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:5.4375rem;left:70.75rem;display:block; }
#wsKI1hOu0GeIm9Wzec5INdkrgct4ZQOF { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:21.124114990234rem;left:41.250000953674rem;height:4.24913125rem;display:block; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv .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:rgba(0,0,0,0);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; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.4975rem;padding-right:0.444375rem;padding-bottom:0.4975rem;padding-left:0.444375rem;display:block;align-items:center;width:2.665625rem;min-width:2.665625rem;height:2.675rem;position:relative;font-family:raleway;font-size:1.990625rem;font-weight:700;line-height:42.8px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.554375rem;height:1.0575rem;position:relative;font-family:raleway;font-size:0.74625rem;font-weight:400;line-height:16.92px;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; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.6875rem;height:5.03875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:26.25rem;left:41.25rem;z-index:15031; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #WP6yv7uu8Lw06BsD1dt6euZlRxG7NzKc { display:flex;position:relative;top:0rem;left:0rem; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #qhqyWfwpz0TqMJmDrlBdddogWkpQKzu4 { width:auto; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #a7FOp4BlxeQ9dmrAHeurXas6QOFSFXQP {  }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #DOE4s4hKEafTdcpnTQOLvwLNgiMTDvPq { display:flex;position:relative;top:0rem;left:0rem; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #tNd3XlrRww25m0o8pIlRqXAoh4tONpC3 {  }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #ORGgHXUtagF1AlIqbw4WGlNRKi3KO5Ns {  }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #OQwQZetMGMUi62XpSWQabGQeLGaM4QiF { display:flex;position:relative;top:0rem;left:0rem; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #tyFVB9nkyoIA24xg4QxovCpJ1xs8DfPn {  }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #DqhdT454R1ePAxD8iaQiyg8HbCnatNOJ {  }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #HQueZXTdxrlDQOsfPuhrL7o54zRXP0RX { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #F9HsD3xOXJaKKTth8udUL0V8OdOi1Tyr {  }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #T4A1o5gC79SyOhxzw1cEav7hTpLn73TV {  }
#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { background-color: transparent; background-image: none; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container > .video-iframe-container { display: none; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row > .video-iframe-container { display: none; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .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); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { border-width: 0; border-radius: 0; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { font-size:0.875rem;font-family:raleway;height:55.6875rem;width:75rem;position:relative;display:block; }#TbTHTUOhWcdKM6sQxuT6yWDzETMT33Fr { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:2.2319875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLXlCNJA7Ic5pMXNFEwT7hoOEGbpW7rd { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:6.625rem;left:11.25rem;height:3.67404375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J3WqVs23esXcp0QBxzP17z5cQhcgLpwM { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#pePRfqnmIsWUWGwWGzSEkTBCf9zhxTHg { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#Ciysk1S6Tkz31735BhpoJJdwhAxlfaMr { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#EOCaCMWe4uDgEdQJ2GA2r07SwlOJI9yg { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-4),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-1),1); }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:raleway;font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:raleway;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_45e285f2ae185dea01b7826618901670abab241a.svg");background-size:contain !important; }#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-trigger.adaptive-delivery-prevent-bg, #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-trigger.lazyload, #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-trigger.lazyloading { background-image: none; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E { box-sizing:content-box;height:auto;width:42.686625rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.8115234375rem;left:16.15625rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #LfyIEaoAyD1mco3EXs0XLIogUUpvNXl4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #vDvmrXLPF2HsHyt85QG23WeNW5NDAO0Z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ivl0wRxvV4SrMHxwO70m3TZIBqnCcN2S { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #rh0xdmcvfxC6DO33twdvuS2Ty8hnhRHH {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nKUOeC5ksngENZQKtTwXlSvmhMbnxhMp {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #NKNb38uzyedAgng3VSiA8P5k4Kv6FE5N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #bXKTlwSvy2qiSps5xlE9xTyAeSISM48R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MFIFkphWxULaLqJly6C3TCuIb2TGURFW { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ILwwTuyxNAUkDSiyaad4L0q8AK2uClE3 {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oowswfGJwBMXqhD1sh5dCwD4ZpuIAlAs { display:none; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #snRyCNWmI5EduL3WeyleIdsTpZHTI6OH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MngMJUcZWhJJIgcLz4IlvF4xqilwriEi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #zxTZ5S4DWK0LURSBbl9itp6fvhy0zTgi { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #KPUogBssDqNDRIwVTTciuop6WCh5rEDC {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #uak9CRGlDkAUSxIiv33QqhELNSaloCiq { display:none; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oU4v17r66413XbbDFa6wscbl4tA2XcZP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #hi0Hzy6RVxxMN0MFLCFrll0TSSAA1e1y { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #EGVrrSKC9CIJSwMMI1tyoE99OBWE06X3 { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #yzHHC1P8FNZRDWXDnQWQCo4fSxNyJEvh {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #Wde7Ou29d9Ha8JTpIzT4ckGZDv3DdWk3 { display:none; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #SUkaoeOcKR7tvADmtQRdo5oKHZK68pBw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #yLhR5Rd8pRlLxrg0NUWXWfV5SVOcO7Ti { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #Hzt3t3s0mTDJ6p68eXUyJt54q2tkKgmB { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #WbEccInoTCWlGlO8W1FfHVSEmxBFC7BV {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #sfzQCvme9yGOSwm9dNKnFQ3vQN8TQ6vk { display:none; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #GszwXz54EwLT1pcO3drkgRnOTXUNrnfL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #wHcQNF2rvwpTctTSdnhG27F3NQnGVad6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #EGXq4kWVlbLhdKgBAxRE94n115HXtQbb { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #SxkwZIJXSE5orIW7wVuMAqd1k69xrkwt {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #WT22pEB2WXpwOsxUTb2abwlLUM7vDPNz { display:none; }
#Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84 > .row .container { background-color: transparent; background-image: none; }#Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84 > .row .container > .video-iframe-container { display: none; }#Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84 > .row > .video-iframe-container { display: none; }#Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84 > .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); }#Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84 > .row .container { border-width: 0; border-radius: 0; }#Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84 > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;position:relative;display:block; }#cWS0MdqU43y8ynOXu0PzPLtCNVBiKtnC { color:rgba(var(--color-primary-1),1);display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:2.12456875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rHdauwAXr36mamhuIwztdxJJ1WDer8pZ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.2367625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iUGutkg0VDPiucp8pPzFkB3xe8vD5GKA { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.4873046875rem;left:0rem;height:25.4948125rem;display:block; }
#Hri7Zuoyg0tQ3NV9qwAdDiHV2JehrvG2 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#QL22KSEEGlraV421oHKKctSHGEkLffB2 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#RtWaecLn82PD4eX7sdmmFAL3TpiW4Cgh { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#C9cHzkKc87I2IZZLnmd4SfZ3wGDMm2Fu { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#ZrCv4qXiNr8pysbcwM7mJvs9J8Q4Q1P3 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.811875rem;width:22.5rem;top:7.9372832775119rem;left:36.749135017395rem;overflow:hidden;display:block; }
#R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL > .row .container { background-color: transparent; background-image: none; }#R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL > .row .container > .video-iframe-container { display: none; }#R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL > .row > .video-iframe-container { display: none; }#R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL > .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); }#R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL > .row .container { border-width: 0; border-radius: 0; }#R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;position:relative;display:block; }#TWcmSrTBErh4SwuyCEw1W5ezT40wyxmd { color:rgba(var(--color-primary-1),1);display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:2.12456875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nXf6WIzXeGkdixVoUMeAixZ0yTeyPRQz { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.67404375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tuek2I0P7wq9TTP0o1zlbBprDSycC6HS { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.4873046875rem;left:0rem;height:4.24913125rem;display:block; }
#LV1tQfTPOOvkNJPwErwVTuCov3dQWN85 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.25rem;left:0rem; }
#q97vWQCiC7PAFnMpQmemVz2sJEJprMbw { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:21.0625rem;left:0rem;height:2.548825rem;font-style:normal;display:block; }
#wfqq7mvDBqbQqSTc4295ULZyCeoTPHSJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:19.0625rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#x7ev9D5dNSG9rXThHG97q5quXTQA0eTR { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:27.5rem;left:0rem;height:2.548825rem;font-style:normal;display:block; }
#pAaBBbGM1VaUTxB9uEsIBHWT18WIp1DL { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:25.6875rem;left:0rem; }
#IDbv1OWg3iDwQR44ndzZJGcx2IHx5plT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:25.5rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#UIOGIB1TUst6U1yr2TcaTmV9k7SlQ6kH { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#Jy7ETwkFQ4n3wOLMp1CNLBZ9Tfg1KZDs { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#Doy8iUtNKnvAQlmxRth74bLqC4F5wtEB { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#yT2v5I3SZRDaLLbgy7xbuvTfxmSFy69I { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#I7vp7TtsfRHmkvSuBb6ifgcNo5EyA8iX { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.999375rem;width:25.999375rem;top:6.99871635437rem;left:32.941624641419rem;overflow:hidden;display:block; }
#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { background-color: transparent; background-image: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .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); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { border-width: 0; border-radius: 0; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { font-size:0.875rem;font-family:raleway;height:7.5rem;width:75rem;position:relative;display:block; }#knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { color:rgba(var(--color-tertiary-0),1);display:block;width:51.0625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:10rem;height:1.48654375rem;text-align:left;text-align-last:left;display:block; }
#mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:3rem;left:71.25rem; }
#mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3rem;left:69.125rem; }
#LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QytakiNPsMHcpAae6VwLQFo4rvItNi5v { display:block; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmfcZqVTyZIXvNZO6yMaATZpWN59h0T8 { top:1.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .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; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .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; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau { display:flex;width:13.5rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #cG8yPgNcNgd07oOiEcgcpHhP7pMkZtZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #G1CEzhDH6uPdS00g3cmJGRArxOZIL97q {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #fahKsXPSEfvUPCVXSsLAaZwCdTG4riBx {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #KDh5QuJ7kgTxNXaVq1pzwWZ4XV2CTTqc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #E6xDgJW6IHOT2xo4qZ9UIdJEdBK4KWmR {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #d8PvTFiZfUlRlxtfpMrhUByr7pAlMkCu {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #tvOtrvVhXlU8cywUJFd90FRX8DDf6bv1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #TU2DTzFT3FOxm3fOrsvrgCUSNGsy53rP {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #iQ3Xrvla0lyVoEi87GSBE9pTdhaVmTQy {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #L7nenx9qW8suD3NphrpKZqSXmcxFFN0g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #drlpWOcrMI1VulqV7u1oig78LHHrhNEB {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #s6hBNeQRd8Fop9lSGLGvfwSedE9keQWp {  }
 }@media only screen and (max-width: 763px) { #mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN { display:block; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5kFgJKza1BdL9Qmis9k2gCtyFuqSkHP { top:2.75rem;left:0rem;width:47.75rem;height:13.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uclqK1G8pyEH6OvZfti16T886yA67bQ5 { top:17.6875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCJPDkmOfMIEekgVO0lzWN2FNWCiwby5 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNGRUl5MUxLU86zsm63N8HoDzCcO2HuK { width:0.5rem;height:20rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNPaFhGW7DpRZrWlM8RL4WMZ18pSRZs { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTJ47FVwryUtO0dAfhLfPJ5CmGT71aWQ { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZEMC13IOdqAPRsVKhCxfVWnppHZ6dAr { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAWBrFVzF8GdGGJqg7AgCcJCIzdTV78m { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP1vkUC1gk523WxVc9nkKmJN4NS0XoBT { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybUeV1hDrOElnDA9OfuEhMT7D7CRGi1g { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwSvIot0FPvu9NS71vMHoRxdmQxvVS86 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkafEamBfLHyk2ylT2sQ4JXxRETtXaOi { display:block; }
 }@media only screen and (max-width: 763px) { #oJJUkLJacLLVGTEzhKs8rOIEFpSifXaX { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue27JIcyKiJSQGIsci6qhV61DTNE3IEe { display:block; }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx .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; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx .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; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx { display:flex;width:13.5rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #BOTMqx69doHhBVephaK2X9ZbRW9wlDW3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #JggIx7IRi5Rf9OPayND0NOq2gxNPXAAy {  }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #Nap96OKMdGvtIxBTQ1n7rEhPnEFcJdoz {  }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #lrLukvAZMIWDZ5MgQbTw0snRLaFE1S18 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #ZVBkgbySbpqBBGMDUF0G1oyTLZRHrTmI {  }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #lURqJfMvxhA3y1NlPFL6GyZeD8f4gPmB {  }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #o85XMLxrOgGV6OxI4f95tJQ1sTTTfoPM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #Pt3ClVbqgOvUPZUTASCCGEGDUwXbrEhv {  }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #nKt6exaXBfnl7g7mQupXQmJXNNT5fIWR {  }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #NeCerT83D4yRedElr6EaVedZZRuCuuzH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #mvO0ynA6b9QBi6rf1iH3HcMQze5RPvIZ {  }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #VCNmPpsip8csoxErpA7ocrSTTwCZ4TSE {  }
 }@media only screen and (max-width: 763px) { #pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh { display:block; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A62UkE2TTrcD3vvd5Kttd1TCZNvbGxsG { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9SExtd1PtytQw2QuZNHd2wpsPHTPxOq { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZBH0936TFJLe2yG7UtKXQpEwgIwRXo9 { top:5.25rem;left:0rem;width:32.5rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liOGVTRLdO16S5ql4FiRWQ1g3FLfUZZD { top:24.0625rem;left:0rem;width:37.4375rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc0mAVpAspTsxrEDSNKIiMgPSfqln09Z { width:0.5rem;height:31.25rem;top:36.25rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVp6do4HHUO1Z5vSkOmF9m1ras65lZ9L { width:0.5rem;height:31.25rem;top:36.25rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFPeqi26rIEzrVHfLT8OmAiTKCnJ0b1g { width:0.5rem;height:31.25rem;top:36.25rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2yS9cbAGMT5QC8V5AdmdB2e1RPZEGEF { width:0.5rem;height:31.25rem;top:36.25rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIiHwEipuRfruT72t4gioqG5uTpK79ry { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlv8ENHUn0zUT2SQFD0iZmV84IBuiGqq { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX6lMi70WzxBSTOok1Em8TtGh5TEZtQA { display:block; }
 }@media only screen and (max-width: 763px) { #EIEMvPvS3R5rXQN1CR8bKR1X6i1f0Gr4 { top:6.1875rem;left:10.3125rem;width:37.4375rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw { display:block; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdqtK1po4cT277cO2wxhNFHyVeFNVb52 { width:47.75rem;height:20rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKMwCn0aTE0TtPsfcAxXFBIwirMF1bBT { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkuOzaFknqxK5KT7z9wszn4yKmfEzBlU { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sapuhARpbgpNHSATPMDT7IBvrGSl9yKM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNPXTSaBufA47CDfKdkKNuF9ht9K0LE3 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTnxUevbKSFTFX4owiEcwHMHTgPyepsK { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2uPUaOs8CsRD0iT3lObOH4sZ3n3AWN0 { top:17.875rem;left:7rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOXgExMZHrtC0tS4slX2TwS8mrK8BfWd { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk1141z1O7ZB1Ck4ZdzUBzg0tVmLXmK6 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxCisPtO2GcfhQtTsLfkPTiKzwZ2OSuL { top:17.875rem;left:44.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Lkx1WMlLKZl3TWWmS8QFF1wxlmvOd9 { top:4.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEk7PlytA21dAwPvrc5hB3zPMrBOmP6s { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqlsu9sp3MLlxiNQnfxs3alR9NhwTR6i { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTPuGCUKhnMLITKzckRXOaDasd45Wpd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPwJcdT7umZluIwmUn6E1pu6WMSsvEnC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3SvJgvkVAnnZlevyK6JyWwAKmcPN6iX { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiyJ7DTBxhNADongvfkUJHcEvCKeZEc7 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5oxT6ezqLwZkLTPQmTaw4Zf10rfv5Ns { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGHzSXP4sIhALXsAU9MWdLXxy3L5BXKR { top:17.875rem;left:25.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsmnyzFmLgBK9rUcWXDeCpFo7ZKep2VH { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1AnIiqLfMEnwd3ewPZJmdbCcBcyngGI { display:block; }
 }@media only screen and (max-width: 763px) { #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ { display:block; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQflTKIoEJ7gVAW8sGvCHokfG50dNBUp { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW1F2tSktThkanCRl90WSCMDGvstQqxr { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eynVJkSVf58cRZEv0KiW7GVpTuQy6IMU { top:5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWFfOAt9TaXgtJCxuWfc09yNwKR2zqzl { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcgIfPT8R9mm0uHc2CU4ZysdthSwtzJO { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bkyog4TrLTXh2rZJJaRUvRzXPHbcrE { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccqLy5UsODgniWBoJrSKIDw28qb8bWDN { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drphAeehZkiiodr3icBets7NATbgWcbl { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2p7c1B0pSXRldIloxHtyhKpFaZ5JqLK { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsKacoLI6OZuAzq8TfrmuFzTk6BOdzDd { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO8ftHrepN3OrOD0RQSwXatsKJREP5EH { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxirbCFpvpMJWUOV8iwAozMiC4niP1py { width:21.25rem;height:17.1875rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX9w7IARgQfN3wappmplPPlWrBEufMoH { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtQcrZvEH8t5rz89PidR8ZViAfIdn8el { width:21.25rem;height:17.1875rem;top:37.0625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMJ0az4fHxlNsgXJzGETLW8tyn8AiTpI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c44POML3bhb73lpdkDhM093taCVnf6Vx { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE { display:block; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCToeFhp1030trKdVNEpfw51wMx4SM1M { top:19.375rem;left:0rem;width:29.375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4aJ7ANOKOU6D2khMJn3nxnvF65NX449 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc { width:37.5rem;height:56.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGwXNfFTLPDXBnguHafUzbLHm5bb20IQ { top:35.875rem;left:0rem;width:29.375rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac1vSDxs43eUfd1FkrwZlmHMgXli31sZ { width:37.5rem;height:18.75rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJkyDJBkeSfWkPaKM4th3uNJslqxgwCW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr6glD6f6O4WsXJucfMqXhAcCG6Xf383 { width:37.5rem;height:18.75rem;top:18.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNxZgRn4OpANE9gQPzTpRvkaupVXMosL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sThwqz094n5Fbkfg6AsilPFI0GODTps1 { width:37.5rem;height:18.75rem;top:37.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgcyFkgqGkHIqD95Zsir351gdXVKc2y2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FENytuKuSxxMR78lbSbXdWJmgEQENF4u { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2t77173ZpeETzFgnpKJOLvMBzbN55II { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQzXnMLXplG0riDwXbhwHRSNBh5q1bqm { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHl6crnKsC5ZGunxnTQq9kQCpX5ZfQks { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSUWB9WlfqF4OOeZxDvFU6ASSWcSGx91 { display:block; }
 }@media only screen and (max-width: 763px) { #AOalswUhmikQftwLpV1clDTNeTtKdCiX { display:block; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXegukrNEpNeW16bW6ldyqFlLp5p9MDr { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuL2ui0BShNvwZhFrcToUJCdPcolPXF8 { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlFftrDaMeAOv7MNxnJnHtWm7PzFuy2z { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ccK86XlepoiKANF78xLOpE2RaZT0A0 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbscMACUBGg5syB3UXyIMTBGDRtKOy8x { display:block; }
 }@media only screen and (max-width: 763px) { #wLomiz7wGggScIiINDQa1k1MO2bXJfpQ { width:0.5rem;height:9.375rem;top:1.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPrgRwt2RiN1z0lDHa1gVzu9mBcfJLhI { width:0.5rem;height:9.375rem;top:1.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB2FTHS32gT7D9g1ERNe2KaunFIRzxQc { width:0.5rem;height:9.375rem;top:1.1875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgOoyLyxgn3f8VudUZkPT7TLe1Xw735p { width:0.5rem;height:9.375rem;top:1.1875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW { display:block; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VC44deeUTdo01gdIJiGaFJI09DuvnVGe { width:10rem;height:10rem;top:13.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZM7giI1b3TwPkkxdFBKMncQcsQUP9hS { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE7kub7a3VJgnkZ1oksTqTrHG9AwbIm0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr9os7n0atVLVhlFlyEteQmiApdAZnAT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiFgp3cAhM7UmpBBoK2vlQz7uK5hKG0 { width:10rem;height:10rem;top:27.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn5eH8KoyxPSBC8nXimIe9Vga4UMvWoa { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4TEyraMXkVixCR3uAhGPWTU5vKk2Poq { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVOL8F2SsbSrbvodloT8TwtfuEmvm37I { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbCsvncmaio2KPMCA5eossbEk0lV5Te3 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTMSexJfZhgyXXVNvNDtpTcIvi9qxtEb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ5xQnowdCK3cS0DNy4TdeEUxM9bv0wZ { width:10rem;height:10rem;top:41rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZOwt9Askm6m4vVsCbGfilH9qC4he1b { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VihJa9B1fQhXfW6hCtiG6fJtMChWd6KR { width:10rem;height:10rem;top:54.75rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yglzXdLROauk8beNtWbbcvX8VN3wEwqf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO0bkmyuKUGglsqn7vHSdd9M32MnoLBs { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihWcGxNJRZ9rRqkD12V8uueU3XkUXVWi { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrVaIJRIXpqoLyVygTMWSiUEVFrRmSTW { top:5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6y8vrSfyVdMUMX0PValwU36DPbXrhdN { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Tg5orREbAWONWJRoOxCHhqMZBTSzZl { width:0.5rem;height:7.5rem;top:21.125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEy5ZT9SW7NzTxpTfKFIpLWVvM8DB95p { width:0.5rem;height:7.5rem;top:34.9375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ypv4T6tccKSMIpliNPKMkehWLXoykC { width:0.5rem;height:7.5rem;top:48.6875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gweB3LTQzOmbmJg8AVVxpVe0s5kDpXIQ { width:0.4375rem;height:7.5rem;top:64.125rem;left:23.624352455139rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiNlIWpwSKzfyZTkJ8VziLFCkmF0Jd6A { width:10rem;height:10rem;top:70.25rem;left:18.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsoMEx5kHPb3XTcNWbCmay3adR2BJbLJ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWH1f0Vnqq7WtEUao6sgRpdGR19MS4rd { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmLwRvNCabeqSaCfIzdvE2TQ9KDTrhPg { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVbbWTRco75guf4AzXA9LywkDUqhtJ2R { width:0.4375rem;height:7.5rem;top:80.25rem;left:23.625435829163rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIxTTTREOGS9cnvfLb5OrQ8NTbgqZDo0 { width:10rem;height:10rem;top:85.5625rem;left:18.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxZroLHnRB0U84c0pdrdgtS3ImIzEks8 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT8hhEqUgFNRw2n3GAPBhUfNe9CmnooO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpedg2ZgJPZE8upBBPr2t4eSizUsbocd { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGVovQzsF8SUNBe2XDnz5015zXyoaRW9 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbsEREzVf0TLQSlwlOCVwHqMeJotbSNb { display:block; }
 }@media only screen and (max-width: 763px) { #iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq { display:block; }#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6tR7TorzrN8HhTvSaELWys1AOb4iXz9 { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti7LNbS359ayL3B5vmTtRwdID6pDPlaf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqADgx6tToHUULKUL9xINVZeuloPQAIT { top:5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbqxXs0KBn9SkEEURP35bPbHSyLxoVbd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awwi295AllvZ4hPQ1GebKKWSFK7lF4Dl { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFKBTOI0unw4ZbwRnHCpZFD990M7kt5F { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ2T0TvpTDsMJu8pOxTmhT9uCZfieQMQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuXVm1rVNQ6O4fTyIwDcOhnTKoLucNUg { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnWxZKs57Z8ArGq45L9dkPEy6svkSS5H { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #So0038FEvxTJVxFamLV4OKxHLihXWITv { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd3v40ONHbSB4ehkA3BLNrkn7MSnZKxb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZoNMrMf41zv4Pyq4GsQcHmHTzFQKiHn { width:21.25rem;height:17.1875rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a77df51UXTyWAIIm801DAdvihyBk0PJu { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnvSdgKgtM4TwbhMX5qEwmNMDm0G6qJD { width:21.25rem;height:17.1875rem;top:37.0625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iczrnqJnXJ4grGo2phabQrqys7UT10Os { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn9TKQd18nAFZNkx9VOo157bV4caLwpc { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA { display:block; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtgHxCQZG0zbtmpDd4uSuZr0wRm0sJMA { top:12.5625rem;left:0rem;width:47.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiQTkZhm6v3A2CmwLH5NXsvm1GaNZWRT { top:16.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH7o8kcXW14Pnr8T9XVbq7HNkPbtUqmJ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbEEv16hOMnBi38qUgTz78Mu51SFvi5B { display:block; }
 }@media only screen and (max-width: 763px) { #JNr69OrK11iwk4TRc5KMK7gpk1gktUKq { width:47.75rem;height:21.25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv { display:block; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovRlO8xA7SZA2xdMCzCCfpLDoo47UPCZ { top:6.25rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLvPdu4OWJDP4LM7lA9SfSrTRkgHkuDJ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKCCgTNog93mL1m4LMogvZixo81U1qaA { top:13.4375rem;left:0rem;width:31.25rem;height:;font-size:1.0625rem;display:block; }#fKCCgTNog93mL1m4LMogvZixo81U1qaA li:before{  }
 }@media only screen and (max-width: 763px) { #RooJ6txxO1qzawdgcHbL0Twm1aGEVROs { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpwTEUWOUNNtBgfmKRA5tOZhiK1AqJxJ { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdIS7kSoq4l6BCNvSl8M0IFtoXoFBgq4 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79AlVymqv5MnCJsyqHN4ZWTrAQDCcdy { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg9DA3RvXOBDuwaxDmZkrXVf4DWzvHZs { top:13.4375rem;left:16.5rem;width:31.25rem;height:;font-size:1.625rem;display:block; }#Hg9DA3RvXOBDuwaxDmZkrXVf4DWzvHZs li:before{  }
 }@media only screen and (max-width: 763px) { #zhZerg0quFvJDGiAKA0T1V4y3y0hpTPC { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFMk4StW7bBsGF0AeM95s6QG9GbzCyJP { display:block; }
 }@media only screen and (max-width: 763px) { #X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d { display:block; }#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2cLvuQ5xGl07MCRrEUnGqLZs6DiHtsH { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-text {padding-top: 0; padding-bottom: 0;}#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-select {padding-top: 0; padding-bottom: 0;}#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF  { width:25rem;height:auto;top:6.9375rem;left:0rem; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF {display:block;}#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF { width:25rem;height:auto;top:6.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #NyxC9hmM3nn3t1btAhZET7oDWhdCpO8k {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #olxbCxLUnFZPElNSxkiCOSnbTRl6Q17E {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #e5MCp2sN0h2cwRFy27skGDvTSa59UnUw {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #E1LqTqPOkfq8RHiQs1cReGnREWgqgTKU {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #JCNUJ7K0r9wl1SRQBxtx3P8vfTVZTr1g {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #vmae8TC3kgM2N28IXCVJL6hWEoEb4dSK {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #vAdoSdS21ldWOFenPnXJtsGWLmvFWTog {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #bE9BQnDofCIH1u5Qos4BBboQXKamWHhv {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #SD8dBFGEWe2vB1cS8yTwyUzeIOmQXxkm {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #DkOfT6EDEXpLp4u7M9OscomSTwTnh7Jd {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #eOqrTaeGSrFzkch6NgcfNHLPA2VHzvxk {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #EIcTd1CWKTss8zqnufENxNi2IAw8Fray {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #IBMqS7ttJopetlXOsTywITTlGfGlXzrB {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #fE4EV0of4JbH6zoTGLKyQH1NJ799phqw {  }
 }@media only screen and (max-width: 763px) { #TgunO7F7CrRuuMyUtdNrgMfVu96GJ7CH { width:35rem;height:25.625rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV2I0aNpPlsE5GFAOZlf6LoRHtTWsmyI { top:9.875rem;left:14rem;width:33.75rem;height:10.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIDzVnEyzlsg1yzKysb5qTyKTxqyQHX3 { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRriVHVan43O6c8AzxU1XHcb2zyemdE5 { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gULTVg7OSzWp34fS4Cg2uX5xT3bNSi6a { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1fHfNJXFTdyf2JbWPTZFKIipmN4yArw { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBQIKCQdM1ODaEsKtJpLkkfgezMH2Lab { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0vPSZAhDgeGoTOSMbmMKKQDVRwcc57d { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak46V4v0WexTT33C16kGZJhfLKEtCBgt { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0P29T7e3Ie9mTSGialW4O7BFcBxbgwM { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsKI1hOu0GeIm9Wzec5INdkrgct4ZQOF { top:21.0625rem;left:14.625rem;width:21.875rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv .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; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv .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; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv { display:flex;width:13.5rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #WP6yv7uu8Lw06BsD1dt6euZlRxG7NzKc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #qhqyWfwpz0TqMJmDrlBdddogWkpQKzu4 {  }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #a7FOp4BlxeQ9dmrAHeurXas6QOFSFXQP {  }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #DOE4s4hKEafTdcpnTQOLvwLNgiMTDvPq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #tNd3XlrRww25m0o8pIlRqXAoh4tONpC3 {  }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #ORGgHXUtagF1AlIqbw4WGlNRKi3KO5Ns {  }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #OQwQZetMGMUi62XpSWQabGQeLGaM4QiF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #tyFVB9nkyoIA24xg4QxovCpJ1xs8DfPn {  }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #DqhdT454R1ePAxD8iaQiyg8HbCnatNOJ {  }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #HQueZXTdxrlDQOsfPuhrL7o54zRXP0RX { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #F9HsD3xOXJaKKTth8udUL0V8OdOi1Tyr {  }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #T4A1o5gC79SyOhxzw1cEav7hTpLn73TV {  }
 }@media only screen and (max-width: 763px) { #Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q { display:block; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbTHTUOhWcdKM6sQxuT6yWDzETMT33Fr { top:5rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLXlCNJA7Ic5pMXNFEwT7hoOEGbpW7rd { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3WqVs23esXcp0QBxzP17z5cQhcgLpwM { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pePRfqnmIsWUWGwWGzSEkTBCf9zhxTHg { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ciysk1S6Tkz31735BhpoJJdwhAxlfaMr { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCaCMWe4uDgEdQJ2GA2r07SwlOJI9yg { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #LfyIEaoAyD1mco3EXs0XLIogUUpvNXl4 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #vDvmrXLPF2HsHyt85QG23WeNW5NDAO0Z {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ivl0wRxvV4SrMHxwO70m3TZIBqnCcN2S {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #rh0xdmcvfxC6DO33twdvuS2Ty8hnhRHH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nKUOeC5ksngENZQKtTwXlSvmhMbnxhMp {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #NKNb38uzyedAgng3VSiA8P5k4Kv6FE5N {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #bXKTlwSvy2qiSps5xlE9xTyAeSISM48R {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MFIFkphWxULaLqJly6C3TCuIb2TGURFW {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ILwwTuyxNAUkDSiyaad4L0q8AK2uClE3 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oowswfGJwBMXqhD1sh5dCwD4ZpuIAlAs {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #snRyCNWmI5EduL3WeyleIdsTpZHTI6OH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MngMJUcZWhJJIgcLz4IlvF4xqilwriEi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #zxTZ5S4DWK0LURSBbl9itp6fvhy0zTgi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #KPUogBssDqNDRIwVTTciuop6WCh5rEDC {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #uak9CRGlDkAUSxIiv33QqhELNSaloCiq {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oU4v17r66413XbbDFa6wscbl4tA2XcZP {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #hi0Hzy6RVxxMN0MFLCFrll0TSSAA1e1y {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #EGVrrSKC9CIJSwMMI1tyoE99OBWE06X3 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #yzHHC1P8FNZRDWXDnQWQCo4fSxNyJEvh {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #Wde7Ou29d9Ha8JTpIzT4ckGZDv3DdWk3 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #SUkaoeOcKR7tvADmtQRdo5oKHZK68pBw {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #yLhR5Rd8pRlLxrg0NUWXWfV5SVOcO7Ti {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #Hzt3t3s0mTDJ6p68eXUyJt54q2tkKgmB {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #WbEccInoTCWlGlO8W1FfHVSEmxBFC7BV {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #sfzQCvme9yGOSwm9dNKnFQ3vQN8TQ6vk {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #GszwXz54EwLT1pcO3drkgRnOTXUNrnfL {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #wHcQNF2rvwpTctTSdnhG27F3NQnGVad6 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #EGXq4kWVlbLhdKgBAxRE94n115HXtQbb {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #SxkwZIJXSE5orIW7wVuMAqd1k69xrkwt {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #WT22pEB2WXpwOsxUTb2abwlLUM7vDPNz {  }
 }@media only screen and (max-width: 763px) { #Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84 { display:block; }#Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWS0MdqU43y8ynOXu0PzPLtCNVBiKtnC { top:6.25rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHdauwAXr36mamhuIwztdxJJ1WDer8pZ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUGutkg0VDPiucp8pPzFkB3xe8vD5GKA { top:13.4375rem;left:0rem;width:31.25rem;height:25.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hri7Zuoyg0tQ3NV9qwAdDiHV2JehrvG2 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL22KSEEGlraV421oHKKctSHGEkLffB2 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtWaecLn82PD4eX7sdmmFAL3TpiW4Cgh { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9cHzkKc87I2IZZLnmd4SfZ3wGDMm2Fu { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrCv4qXiNr8pysbcwM7mJvs9J8Q4Q1P3 { width:22.5rem;height:33.811875rem;top:7.875rem;left:23.124135017395rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL { display:block; }#R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWcmSrTBErh4SwuyCEw1W5ezT40wyxmd { top:6.25rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXf6WIzXeGkdixVoUMeAixZ0yTeyPRQz { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuek2I0P7wq9TTP0o1zlbBprDSycC6HS { top:13.4375rem;left:0rem;width:31.25rem;height:4.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV1tQfTPOOvkNJPwErwVTuCov3dQWN85 { width:1.5rem;height:1.5rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q97vWQCiC7PAFnMpQmemVz2sJEJprMbw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfqq7mvDBqbQqSTc4295ULZyCeoTPHSJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7ev9D5dNSG9rXThHG97q5quXTQA0eTR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAaBBbGM1VaUTxB9uEsIBHWT18WIp1DL { width:1.5rem;height:1.5rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDbv1OWg3iDwQR44ndzZJGcx2IHx5plT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIOGIB1TUst6U1yr2TcaTmV9k7SlQ6kH { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy7ETwkFQ4n3wOLMp1CNLBZ9Tfg1KZDs { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Doy8iUtNKnvAQlmxRth74bLqC4F5wtEB { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT2v5I3SZRDaLLbgy7xbuvTfxmSFy69I { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7vp7TtsfRHmkvSuBb6ifgcNo5EyA8iX { width:25.9375rem;height:25.9375rem;top:6.9375rem;left:19.316624641419rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
#mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QytakiNPsMHcpAae6VwLQFo4rvItNi5v { display:block; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmfcZqVTyZIXvNZO6yMaATZpWN59h0T8 { width:20rem;height:3.40060625rem;top:0.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.296875rem;padding-bottom:0.333125rem;padding-left:0.296875rem;width:1.781875rem;min-width:1.781875rem;height:1.791875rem;font-size:1.333125rem;line-height:28.67px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.208125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.375625rem;height:0.708125rem;font-size:0.5rem;line-height:11.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau { display:flex;width:10.125rem;height:3.374375rem;top:4.0234375rem;left:3.90625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #cG8yPgNcNgd07oOiEcgcpHhP7pMkZtZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #G1CEzhDH6uPdS00g3cmJGRArxOZIL97q {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #fahKsXPSEfvUPCVXSsLAaZwCdTG4riBx {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #KDh5QuJ7kgTxNXaVq1pzwWZ4XV2CTTqc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #E6xDgJW6IHOT2xo4qZ9UIdJEdBK4KWmR {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #d8PvTFiZfUlRlxtfpMrhUByr7pAlMkCu {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #tvOtrvVhXlU8cywUJFd90FRX8DDf6bv1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #TU2DTzFT3FOxm3fOrsvrgCUSNGsy53rP {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #iQ3Xrvla0lyVoEi87GSBE9pTdhaVmTQy {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #L7nenx9qW8suD3NphrpKZqSXmcxFFN0g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #drlpWOcrMI1VulqV7u1oig78LHHrhNEB {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #s6hBNeQRd8Fop9lSGLGvfwSedE9keQWp {  }
 }@media only screen and (max-width: 763px) { #mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN { display:block; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row .container { width:20rem;height:41.124145507812rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5kFgJKza1BdL9Qmis9k2gCtyFuqSkHP { width:20rem;height:8.3984375rem;top:1.4366321563721rem;left:0rem;font-size:1.75rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uclqK1G8pyEH6OvZfti16T886yA67bQ5 { width:20rem;height:9.02775rem;top:10.710721969604rem;left:0rem;font-size:1.0625rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FCJPDkmOfMIEekgVO0lzWN2FNWCiwby5 { width:0.5rem;height:20rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNGRUl5MUxLU86zsm63N8HoDzCcO2HuK { width:0.5rem;height:20rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNPaFhGW7DpRZrWlM8RL4WMZ18pSRZs { width:0.5rem;height:20rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTJ47FVwryUtO0dAfhLfPJ5CmGT71aWQ { width:0.5rem;height:20rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZEMC13IOdqAPRsVKhCxfVWnppHZ6dAr { width:0.5rem;height:20rem;top:21.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAWBrFVzF8GdGGJqg7AgCcJCIzdTV78m { width:0.5rem;height:20rem;top:21.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP1vkUC1gk523WxVc9nkKmJN4NS0XoBT { width:0.5rem;height:20rem;top:21.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybUeV1hDrOElnDA9OfuEhMT7D7CRGi1g { width:0.5rem;height:20rem;top:21.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwSvIot0FPvu9NS71vMHoRxdmQxvVS86 { width:12.75rem;height:3.75rem;top:32.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkafEamBfLHyk2ylT2sQ4JXxRETtXaOi { display:block; }
 }@media only screen and (max-width: 763px) { #oJJUkLJacLLVGTEzhKs8rOIEFpSifXaX { width:12.75rem;height:3.75rem;top:27.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue27JIcyKiJSQGIsci6qhV61DTNE3IEe { display:block; }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx .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; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx .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; }
#IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx { display:flex;width:13.5rem;height:5.0625rem;top:20.3125rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #BOTMqx69doHhBVephaK2X9ZbRW9wlDW3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #JggIx7IRi5Rf9OPayND0NOq2gxNPXAAy {  }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #Nap96OKMdGvtIxBTQ1n7rEhPnEFcJdoz {  }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #lrLukvAZMIWDZ5MgQbTw0snRLaFE1S18 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #ZVBkgbySbpqBBGMDUF0G1oyTLZRHrTmI {  }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #lURqJfMvxhA3y1NlPFL6GyZeD8f4gPmB {  }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #o85XMLxrOgGV6OxI4f95tJQ1sTTTfoPM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #Pt3ClVbqgOvUPZUTASCCGEGDUwXbrEhv {  }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #nKt6exaXBfnl7g7mQupXQmJXNNT5fIWR {  }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #NeCerT83D4yRedElr6EaVedZZRuCuuzH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #mvO0ynA6b9QBi6rf1iH3HcMQze5RPvIZ {  }
 }@media only screen and (max-width: 763px) { #IPlZfJhQ2vpToulaVZCRZLCWSW7Rz1Kx #VCNmPpsip8csoxErpA7ocrSTTwCZ4TSE {  }
 }@media only screen and (max-width: 763px) { #pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh { display:block; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A62UkE2TTrcD3vvd5Kttd1TCZNvbGxsG { width:20rem;height:18.15429375rem;top:12.623698949814rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9SExtd1PtytQw2QuZNHd2wpsPHTPxOq { width:20rem;height:5.59895625rem;top:5.3233528137207rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZBH0936TFJLe2yG7UtKXQpEwgIwRXo9 { width:20rem;height:1.70030625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #liOGVTRLdO16S5ql4FiRWQ1g3FLfUZZD { width:18.75rem;height:12.375rem;top:64.2724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc0mAVpAspTsxrEDSNKIiMgPSfqln09Z { width:0.5rem;height:31.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVp6do4HHUO1Z5vSkOmF9m1ras65lZ9L { width:0.5rem;height:31.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFPeqi26rIEzrVHfLT8OmAiTKCnJ0b1g { width:0.5rem;height:31.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2yS9cbAGMT5QC8V5AdmdB2e1RPZEGEF { width:0.5rem;height:31.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIiHwEipuRfruT72t4gioqG5uTpK79ry { width:20rem;height:11.05035rem;top:46.584204673767rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlv8ENHUn0zUT2SQFD0iZmV84IBuiGqq { width:12.6855625rem;height:3.75rem;top:58.925798416138rem;left:3.6566842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX6lMi70WzxBSTOok1Em8TtGh5TEZtQA { display:block; }
 }@media only screen and (max-width: 763px) { #EIEMvPvS3R5rXQN1CR8bKR1X6i1f0Gr4 { width:18.75rem;height:13.311625rem;top:32.152775764466rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw { display:block; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdqtK1po4cT277cO2wxhNFHyVeFNVb52 { width:20rem;height:75.3125rem;top:0.8125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VKMwCn0aTE0TtPsfcAxXFBIwirMF1bBT { display:flex;width:2.125rem;height:2.125rem;top:14.1875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #EkuOzaFknqxK5KT7z9wszn4yKmfEzBlU { width:16.25rem;height:2.54980625rem;top:17.25rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sapuhARpbgpNHSATPMDT7IBvrGSl9yKM { width:16.25rem;height:5.1009125rem;top:20.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZNPXTSaBufA47CDfKdkKNuF9ht9K0LE3 { width:16.25rem;height:5.1009125rem;top:35.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTnxUevbKSFTFX4owiEcwHMHTgPyepsK { width:17.5rem;height:2.54980625rem;top:32.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d2uPUaOs8CsRD0iT3lObOH4sZ3n3AWN0 { display:flex;width:2.125rem;height:2.125rem;top:29.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #tOXgExMZHrtC0tS4slX2TwS8mrK8BfWd { width:16.25rem;height:5.1009125rem;top:52.0625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gk1141z1O7ZB1Ck4ZdzUBzg0tVmLXmK6 { width:16.25rem;height:2.54980625rem;top:49.125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CxCisPtO2GcfhQtTsLfkPTiKzwZ2OSuL { display:flex;width:2.125rem;height:2.125rem;top:46.0625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #Z9Lkx1WMlLKZl3TWWmS8QFF1wxlmvOd9 { width:20rem;height:1.70030625rem;top:3.17578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEk7PlytA21dAwPvrc5hB3zPMrBOmP6s { width:20rem;height:8.3984375rem;top:4.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqlsu9sp3MLlxiNQnfxs3alR9NhwTR6i { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTPuGCUKhnMLITKzckRXOaDasd45Wpd { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPwJcdT7umZluIwmUn6E1pu6WMSsvEnC { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3SvJgvkVAnnZlevyK6JyWwAKmcPN6iX { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiyJ7DTBxhNADongvfkUJHcEvCKeZEc7 { width:16.25rem;height:5.1009125rem;top:67.5625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M5oxT6ezqLwZkLTPQmTaw4Zf10rfv5Ns { width:16.25rem;height:2.54980625rem;top:64.625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FGHzSXP4sIhALXsAU9MWdLXxy3L5BXKR { display:flex;width:2.125rem;height:2.125rem;top:61.5625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #rsmnyzFmLgBK9rUcWXDeCpFo7ZKep2VH { width:12.6875rem;height:3.75rem;top:77.374130249025rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1AnIiqLfMEnwd3ewPZJmdbCcBcyngGI { display:block; }
 }@media only screen and (max-width: 763px) { #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ { display:block; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { width:20rem;height:106.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQflTKIoEJ7gVAW8sGvCHokfG50dNBUp { width:20rem;height:17.1875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW1F2tSktThkanCRl90WSCMDGvstQqxr { width:17.5rem;height:10.6228125rem;top:14.312067031861rem;left:1.2500000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eynVJkSVf58cRZEv0KiW7GVpTuQy6IMU { width:20rem;height:1.70030625rem;top:2.1874957084656rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWFfOAt9TaXgtJCxuWfc09yNwKR2zqzl { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcgIfPT8R9mm0uHc2CU4ZysdthSwtzJO { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bkyog4TrLTXh2rZJJaRUvRzXPHbcrE { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccqLy5UsODgniWBoJrSKIDw28qb8bWDN { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drphAeehZkiiodr3icBets7NATbgWcbl { width:20rem;height:17.1875rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2p7c1B0pSXRldIloxHtyhKpFaZ5JqLK { width:17.5rem;height:10.6228125rem;top:30.874568462372rem;left:1.2500000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gsKacoLI6OZuAzq8TfrmuFzTk6BOdzDd { width:20rem;height:17.1875rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO8ftHrepN3OrOD0RQSwXatsKJREP5EH { width:17.5rem;height:12.747375rem;top:50.186624050141rem;left:1.2500000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vxirbCFpvpMJWUOV8iwAozMiC4niP1py { width:20rem;height:17.1875rem;top:66.409510612487rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX9w7IARgQfN3wappmplPPlWrBEufMoH { width:17.5rem;height:12.747375rem;top:68.101129531862rem;left:1.2500000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WtQcrZvEH8t5rz89PidR8ZViAfIdn8el { width:20rem;height:17.1875rem;top:85.198558807375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMJ0az4fHxlNsgXJzGETLW8tyn8AiTpI { width:17.5rem;height:10.6228125rem;top:88.566629409787rem;left:1.3194444775581rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c44POML3bhb73lpdkDhM093taCVnf6Vx { width:20rem;height:5.59895625rem;top:4.4075452685356rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE { display:block; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { width:20rem;height:130.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCToeFhp1030trKdVNEpfw51wMx4SM1M { width:16.25rem;height:3.8237875rem;top:2.6236882209778rem;left:1.8750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4aJ7ANOKOU6D2khMJn3nxnvF65NX449 { width:16.25rem;height:13.1239375rem;top:7.2482638359069rem;left:1.8750000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGwXNfFTLPDXBnguHafUzbLHm5bb20IQ { width:16.25rem;height:9.5594375rem;top:21.436632633209rem;left:1.8750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac1vSDxs43eUfd1FkrwZlmHMgXli31sZ { width:20rem;height:16.25rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJkyDJBkeSfWkPaKM4th3uNJslqxgwCW { width:17.5rem;height:12.744125rem;top:34.877397537231rem;left:1.2500000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kr6glD6f6O4WsXJucfMqXhAcCG6Xf383 { width:20rem;height:16.25rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNxZgRn4OpANE9gQPzTpRvkaupVXMosL { width:17.5rem;height:12.744125rem;top:53.00239944458rem;left:1.2500000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sThwqz094n5Fbkfg6AsilPFI0GODTps1 { width:20rem;height:16.25rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgcyFkgqGkHIqD95Zsir351gdXVKc2y2 { width:17.5rem;height:15.293rem;top:69.852432250975rem;left:1.2500000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FENytuKuSxxMR78lbSbXdWJmgEQENF4u { width:20rem;height:10.1953125rem;top:87.730026245119rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o2t77173ZpeETzFgnpKJOLvMBzbN55II { width:20rem;height:7.6465rem;top:99.361982345581rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nQzXnMLXplG0riDwXbhwHRSNBh5q1bqm { width:20rem;height:12.744125rem;top:107.88411712646rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lHl6crnKsC5ZGunxnTQq9kQCpX5ZfQks { width:12.686625rem;height:3.75rem;top:123.13368415832rem;left:3.6555989384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSUWB9WlfqF4OOeZxDvFU6ASSWcSGx91 { display:block; }
 }@media only screen and (max-width: 763px) { #AOalswUhmikQftwLpV1clDTNeTtKdCiX { display:block; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXegukrNEpNeW16bW6ldyqFlLp5p9MDr { width:20rem;height:25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuL2ui0BShNvwZhFrcToUJCdPcolPXF8 { width:17.5rem;height:17.5216875rem;top:8.20095539093rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlFftrDaMeAOv7MNxnJnHtWm7PzFuy2z { width:17.5rem;height:5.514325rem;top:1.9292449951172rem;left:1.2500000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ccK86XlepoiKANF78xLOpE2RaZT0A0 { width:12.7495625rem;height:3.75rem;top:29.718968391419rem;left:3.6252172589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbscMACUBGg5syB3UXyIMTBGDRtKOy8x { display:block; }
 }@media only screen and (max-width: 763px) { #wLomiz7wGggScIiINDQa1k1MO2bXJfpQ { width:0.5rem;height:9.375rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPrgRwt2RiN1z0lDHa1gVzu9mBcfJLhI { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB2FTHS32gT7D9g1ERNe2KaunFIRzxQc { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgOoyLyxgn3f8VudUZkPT7TLe1Xw735p { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW { display:block; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row .container { width:20rem;height:239.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VC44deeUTdo01gdIJiGaFJI09DuvnVGe { width:10rem;height:10rem;top:14.435764551162rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZM7giI1b3TwPkkxdFBKMncQcsQUP9hS { width:6.25rem;height:5.4242625rem;top:16.723091363907rem;left:6.8750002980231rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE7kub7a3VJgnkZ1oksTqTrHG9AwbIm0 { width:16.875rem;height:3.6111125rem;top:27.318795442581rem;left:1.5625000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fr9os7n0atVLVhlFlyEteQmiApdAZnAT { width:16.875rem;height:13.602425rem;top:31.436643600464rem;left:1.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBiFgp3cAhM7UmpBBoK2vlQz7uK5hKG0 { width:10rem;height:10rem;top:49.998916625976rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn5eH8KoyxPSBC8nXimIe9Vga4UMvWoa { width:16.875rem;height:3.40060625rem;top:60.560985565186rem;left:1.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4TEyraMXkVixCR3uAhGPWTU5vKk2Poq { width:16.875rem;height:22.10395rem;top:65.7714881897rem;left:1.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVOL8F2SsbSrbvodloT8TwtfuEmvm37I { width:6.25rem;height:5.4242625rem;top:52.286243438721rem;left:6.8750002980231rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbCsvncmaio2KPMCA5eossbEk0lV5Te3 { width:16.875rem;height:25.50455625rem;top:105.50457859039rem;left:1.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTMSexJfZhgyXXVNvNDtpTcIvi9qxtEb { width:16.875rem;height:23.804225rem;top:147.93946266174rem;left:1.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJ5xQnowdCK3cS0DNy4TdeEUxM9bv0wZ { width:10rem;height:10rem;top:89.318580627444rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZOwt9Askm6m4vVsCbGfilH9qC4he1b { width:16.875rem;height:4.24913125rem;top:100.43622589111rem;left:1.5625000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VihJa9B1fQhXfW6hCtiG6fJtMChWd6KR { width:10rem;height:10rem;top:131.81747436524rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #yglzXdLROauk8beNtWbbcvX8VN3wEwqf { width:16.875rem;height:4.24913125rem;top:142.49788093567rem;left:1.5625000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qO0bkmyuKUGglsqn7vHSdd9M32MnoLBs { width:6.25rem;height:5.4242625rem;top:91.605907440187rem;left:6.8750002980231rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihWcGxNJRZ9rRqkD12V8uueU3XkUXVWi { width:6.25rem;height:5.4242625rem;top:134.10374069214rem;left:6.8750002980231rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrVaIJRIXpqoLyVygTMWSiUEVFrRmSTW { width:20rem;height:2.12456875rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6y8vrSfyVdMUMX0PValwU36DPbXrhdN { width:20rem;height:4.55078125rem;top:7.1365139484406rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Tg5orREbAWONWJRoOxCHhqMZBTSzZl { width:12.5rem;height:0.5rem;top:15.5234375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEy5ZT9SW7NzTxpTfKFIpLWVvM8DB95p { width:12.5rem;height:0.5rem;top:40.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9ypv4T6tccKSMIpliNPKMkehWLXoykC { width:12.5rem;height:0.5rem;top:53.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gweB3LTQzOmbmJg8AVVxpVe0s5kDpXIQ { width:0.4375rem;height:7.5rem;top:64.125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiNlIWpwSKzfyZTkJ8VziLFCkmF0Jd6A { width:10rem;height:10rem;top:172.98829650879rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsoMEx5kHPb3XTcNWbCmay3adR2BJbLJ { width:6.25rem;height:2.79948125rem;top:177.15062332153rem;left:6.8750002980231rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWH1f0Vnqq7WtEUao6sgRpdGR19MS4rd { width:20rem;height:4.24913125rem;top:184.61373138428rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmLwRvNCabeqSaCfIzdvE2TQ9KDTrhPg { width:20rem;height:18.70334375rem;top:189.52258300781rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVbbWTRco75guf4AzXA9LywkDUqhtJ2R { width:0.4375rem;height:7.5rem;top:80.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIxTTTREOGS9cnvfLb5OrQ8NTbgqZDo0 { width:10rem;height:10rem;top:209.75803375244rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxZroLHnRB0U84c0pdrdgtS3ImIzEks8 { width:6.25rem;height:2.79948125rem;top:213.35718917847rem;left:6.8750002980231rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT8hhEqUgFNRw2n3GAPBhUfNe9CmnooO { width:20rem;height:2.548825rem;top:219.68858909607rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dpedg2ZgJPZE8upBBPr2t4eSizUsbocd { width:20rem;height:8.50151875rem;top:222.98069000244rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGVovQzsF8SUNBe2XDnz5015zXyoaRW9 { width:12.686625rem;height:3.75rem;top:233.83681106567rem;left:3.6566842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbsEREzVf0TLQSlwlOCVwHqMeJotbSNb { display:block; }
 }@media only screen and (max-width: 763px) { #iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq { display:block; }#iIcT6QpwFvTTRc9SFoFgnLrvrJ1z5nFq > .row .container { width:20rem;height:105.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6tR7TorzrN8HhTvSaELWys1AOb4iXz9 { width:20rem;height:17.1875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti7LNbS359ayL3B5vmTtRwdID6pDPlaf { width:17.5rem;height:6.3736875rem;top:15.343967199326rem;left:1.8750000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RqADgx6tToHUULKUL9xINVZeuloPQAIT { width:20rem;height:1.70030625rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbqxXs0KBn9SkEEURP35bPbHSyLxoVbd { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awwi295AllvZ4hPQ1GebKKWSFK7lF4Dl { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFKBTOI0unw4ZbwRnHCpZFD990M7kt5F { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ2T0TvpTDsMJu8pOxTmhT9uCZfieQMQ { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuXVm1rVNQ6O4fTyIwDcOhnTKoLucNUg { width:20rem;height:17.1875rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnWxZKs57Z8ArGq45L9dkPEy6svkSS5H { width:17.5rem;height:8.49825rem;top:33.125020742416rem;left:1.8750000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #So0038FEvxTJVxFamLV4OKxHLihXWITv { width:20rem;height:17.1875rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd3v40ONHbSB4ehkA3BLNrkn7MSnZKxb { width:17.5rem;height:10.62283125rem;top:50.625021934509rem;left:1.8750000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tZoNMrMf41zv4Pyq4GsQcHmHTzFQKiHn { width:20rem;height:17.1875rem;top:66.958551406862rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a77df51UXTyWAIIm801DAdvihyBk0PJu { width:17.5rem;height:14.8719375rem;top:68.115237236025rem;left:1.8750000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nnvSdgKgtM4TwbhMX5qEwmNMDm0G6qJD { width:20rem;height:17.1875rem;top:86.521229743956rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iczrnqJnXJ4grGo2phabQrqys7UT10Os { width:17.5rem;height:6.3736875rem;top:91.241319656375rem;left:1.8750000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yn9TKQd18nAFZNkx9VOo157bV4caLwpc { width:20rem;height:4.55078125rem;top:4.8252635002136rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA { display:block; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtgHxCQZG0zbtmpDd4uSuZr0wRm0sJMA { width:17.5rem;height:8.0989375rem;top:8.75rem;left:1.25rem;font-size:2.25rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #kiQTkZhm6v3A2CmwLH5NXsvm1GaNZWRT { width:17.5rem;height:9.5594375rem;top:17.658421516419rem;left:1.2500000596046rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #XH7o8kcXW14Pnr8T9XVbq7HNkPbtUqmJ { width:12.7495625rem;height:3.75rem;top:28.373480796814rem;left:3.6241319775581rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #zbEEv16hOMnBi38qUgTz78Mu51SFvi5B { display:block; }
 }@media only screen and (max-width: 763px) { #JNr69OrK11iwk4TRc5KMK7gpk1gktUKq { width:20rem;height:28.75rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv { display:block; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovRlO8xA7SZA2xdMCzCCfpLDoo47UPCZ { width:20rem;height:1.70030625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLvPdu4OWJDP4LM7lA9SfSrTRkgHkuDJ { width:20rem;height:2.79948125rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKCCgTNog93mL1m4LMogvZixo81U1qaA { width:20rem;height:19.6180625rem;top:8.249025rem;left:0rem;font-size:1.0625rem;display:block; }#fKCCgTNog93mL1m4LMogvZixo81U1qaA li:before{  }
 }@media only screen and (max-width: 763px) { #RooJ6txxO1qzawdgcHbL0Twm1aGEVROs { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpwTEUWOUNNtBgfmKRA5tOZhiK1AqJxJ { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdIS7kSoq4l6BCNvSl8M0IFtoXoFBgq4 { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79AlVymqv5MnCJsyqHN4ZWTrAQDCcdy { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg9DA3RvXOBDuwaxDmZkrXVf4DWzvHZs { width:20rem;height:28.250875rem;top:28.75rem;left:0rem;font-size:1.625rem;display:block; }#Hg9DA3RvXOBDuwaxDmZkrXVf4DWzvHZs li:before{  }
 }@media only screen and (max-width: 763px) { #zhZerg0quFvJDGiAKA0T1V4y3y0hpTPC { width:12.686625rem;height:3.75rem;top:58.251976013184rem;left:3.6555989384651rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #JFMk4StW7bBsGF0AeM95s6QG9GbzCyJP { display:block; }
 }@media only screen and (max-width: 763px) { #X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d { display:block; }#X9sQnEXm7RPyx5sHBGRXvyyM1C3FTQ4d > .row .container { width:20rem;height:53.874786376953rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2cLvuQ5xGl07MCRrEUnGqLZs6DiHtsH { width:17.5rem;height:1.74913125rem;top:4.11328125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-text {padding-top: 0; padding-bottom: 0;}#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-select {padding-top: 0; padding-bottom: 0;}#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF  { width:17.5rem;height:auto;top:28rem;left:0rem; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF {display:block;}#iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF { width:17.5rem;height:auto;top:28rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #NyxC9hmM3nn3t1btAhZET7oDWhdCpO8k {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #olxbCxLUnFZPElNSxkiCOSnbTRl6Q17E {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #e5MCp2sN0h2cwRFy27skGDvTSa59UnUw {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #E1LqTqPOkfq8RHiQs1cReGnREWgqgTKU {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #JCNUJ7K0r9wl1SRQBxtx3P8vfTVZTr1g {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #vmae8TC3kgM2N28IXCVJL6hWEoEb4dSK {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #vAdoSdS21ldWOFenPnXJtsGWLmvFWTog {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #bE9BQnDofCIH1u5Qos4BBboQXKamWHhv {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #SD8dBFGEWe2vB1cS8yTwyUzeIOmQXxkm {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #DkOfT6EDEXpLp4u7M9OscomSTwTnh7Jd {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #eOqrTaeGSrFzkch6NgcfNHLPA2VHzvxk {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #EIcTd1CWKTss8zqnufENxNi2IAw8Fray {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #IBMqS7ttJopetlXOsTywITTlGfGlXzrB {  }
 }@media only screen and (max-width: 763px) { #iHPFq0LxQEMcyhKRvVtM7D7AcDn1x4uF #fE4EV0of4JbH6zoTGLKyQH1NJ799phqw {  }
 }@media only screen and (max-width: 763px) { #TgunO7F7CrRuuMyUtdNrgMfVu96GJ7CH { width:20rem;height:21.125rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV2I0aNpPlsE5GFAOZlf6LoRHtTWsmyI { width:20rem;height:7.425125rem;top:6.25rem;left:0rem;font-size:2.0625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hIDzVnEyzlsg1yzKysb5qTyKTxqyQHX3 { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRriVHVan43O6c8AzxU1XHcb2zyemdE5 { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gULTVg7OSzWp34fS4Cg2uX5xT3bNSi6a { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1fHfNJXFTdyf2JbWPTZFKIipmN4yArw { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBQIKCQdM1ODaEsKtJpLkkfgezMH2Lab { width:0.5rem;height:31.25rem;top:22.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0vPSZAhDgeGoTOSMbmMKKQDVRwcc57d { width:0.5rem;height:31.25rem;top:22.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak46V4v0WexTT33C16kGZJhfLKEtCBgt { width:0.5rem;height:31.25rem;top:22.625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0P29T7e3Ie9mTSGialW4O7BFcBxbgwM { width:0.5rem;height:31.25rem;top:22.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsKI1hOu0GeIm9Wzec5INdkrgct4ZQOF { width:20rem;height:4.24913125rem;top:14.811223983764rem;left:0rem;font-size:1.25rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv .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; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv .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; }
#i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv { display:flex;width:13.5rem;height:5.0625rem;top:20.375rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #WP6yv7uu8Lw06BsD1dt6euZlRxG7NzKc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #qhqyWfwpz0TqMJmDrlBdddogWkpQKzu4 {  }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #a7FOp4BlxeQ9dmrAHeurXas6QOFSFXQP {  }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #DOE4s4hKEafTdcpnTQOLvwLNgiMTDvPq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #tNd3XlrRww25m0o8pIlRqXAoh4tONpC3 {  }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #ORGgHXUtagF1AlIqbw4WGlNRKi3KO5Ns {  }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #OQwQZetMGMUi62XpSWQabGQeLGaM4QiF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #tyFVB9nkyoIA24xg4QxovCpJ1xs8DfPn {  }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #DqhdT454R1ePAxD8iaQiyg8HbCnatNOJ {  }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #HQueZXTdxrlDQOsfPuhrL7o54zRXP0RX { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #F9HsD3xOXJaKKTth8udUL0V8OdOi1Tyr {  }
 }@media only screen and (max-width: 763px) { #i2CxcmdwJPGmOeCloTItLFVkQSXpqpyv #T4A1o5gC79SyOhxzw1cEav7hTpLn73TV {  }
 }@media only screen and (max-width: 763px) { #Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q { display:block; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbTHTUOhWcdKM6sQxuT6yWDzETMT33Fr { width:20rem;height:1.70030625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLXlCNJA7Ic5pMXNFEwT7hoOEGbpW7rd { width:20rem;height:5.5996125rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3WqVs23esXcp0QBxzP17z5cQhcgLpwM { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pePRfqnmIsWUWGwWGzSEkTBCf9zhxTHg { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ciysk1S6Tkz31735BhpoJJdwhAxlfaMr { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCaCMWe4uDgEdQJ2GA2r07SwlOJI9yg { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-desc-text { font-size:0.875rem;height:auto; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E { display:flex;height:auto;width:20rem;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #LfyIEaoAyD1mco3EXs0XLIogUUpvNXl4 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #vDvmrXLPF2HsHyt85QG23WeNW5NDAO0Z {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ivl0wRxvV4SrMHxwO70m3TZIBqnCcN2S {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #rh0xdmcvfxC6DO33twdvuS2Ty8hnhRHH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nKUOeC5ksngENZQKtTwXlSvmhMbnxhMp {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #NKNb38uzyedAgng3VSiA8P5k4Kv6FE5N {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #bXKTlwSvy2qiSps5xlE9xTyAeSISM48R {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MFIFkphWxULaLqJly6C3TCuIb2TGURFW {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ILwwTuyxNAUkDSiyaad4L0q8AK2uClE3 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oowswfGJwBMXqhD1sh5dCwD4ZpuIAlAs {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #snRyCNWmI5EduL3WeyleIdsTpZHTI6OH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MngMJUcZWhJJIgcLz4IlvF4xqilwriEi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #zxTZ5S4DWK0LURSBbl9itp6fvhy0zTgi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #KPUogBssDqNDRIwVTTciuop6WCh5rEDC {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #uak9CRGlDkAUSxIiv33QqhELNSaloCiq {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oU4v17r66413XbbDFa6wscbl4tA2XcZP {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #hi0Hzy6RVxxMN0MFLCFrll0TSSAA1e1y {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #EGVrrSKC9CIJSwMMI1tyoE99OBWE06X3 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #yzHHC1P8FNZRDWXDnQWQCo4fSxNyJEvh {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #Wde7Ou29d9Ha8JTpIzT4ckGZDv3DdWk3 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #SUkaoeOcKR7tvADmtQRdo5oKHZK68pBw {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #yLhR5Rd8pRlLxrg0NUWXWfV5SVOcO7Ti {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #Hzt3t3s0mTDJ6p68eXUyJt54q2tkKgmB {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #WbEccInoTCWlGlO8W1FfHVSEmxBFC7BV {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #sfzQCvme9yGOSwm9dNKnFQ3vQN8TQ6vk {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #GszwXz54EwLT1pcO3drkgRnOTXUNrnfL {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #wHcQNF2rvwpTctTSdnhG27F3NQnGVad6 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #EGXq4kWVlbLhdKgBAxRE94n115HXtQbb {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #SxkwZIJXSE5orIW7wVuMAqd1k69xrkwt {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #WT22pEB2WXpwOsxUTb2abwlLUM7vDPNz {  }
 }@media only screen and (max-width: 763px) { #Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84 { display:block; }#Avnvcl8GWVlWL7lLMiZAxRr7m2SOFW84 > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWS0MdqU43y8ynOXu0PzPLtCNVBiKtnC { width:20rem;height:3.40060625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHdauwAXr36mamhuIwztdxJJ1WDer8pZ { width:20rem;height:5.59895625rem;top:5.5935211181641rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUGutkg0VDPiucp8pPzFkB3xe8vD5GKA { width:20rem;height:25.5045625rem;top:11.123006820679rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hri7Zuoyg0tQ3NV9qwAdDiHV2JehrvG2 { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL22KSEEGlraV421oHKKctSHGEkLffB2 { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtWaecLn82PD4eX7sdmmFAL3TpiW4Cgh { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9cHzkKc87I2IZZLnmd4SfZ3wGDMm2Fu { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrCv4qXiNr8pysbcwM7mJvs9J8Q4Q1P3 { width:13.311625rem;height:20rem;top:37.535809516907rem;left:3.3441842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL { display:block; }#R4RTwCs0SZmNnznJFSwQaaCk1VL1qEdL > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWcmSrTBErh4SwuyCEw1W5ezT40wyxmd { width:20rem;height:1.70030625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXf6WIzXeGkdixVoUMeAixZ0yTeyPRQz { width:20rem;height:2.79948125rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuek2I0P7wq9TTP0o1zlbBprDSycC6HS { width:20rem;height:6.05143125rem;top:8.249025rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV1tQfTPOOvkNJPwErwVTuCov3dQWN85 { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q97vWQCiC7PAFnMpQmemVz2sJEJprMbw { width:20rem;height:2.54980625rem;top:17.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wfqq7mvDBqbQqSTc4295ULZyCeoTPHSJ { width:15.3125rem;height:1.9121125rem;top:15.25rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x7ev9D5dNSG9rXThHG97q5quXTQA0eTR { width:20rem;height:2.54980625rem;top:24.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pAaBBbGM1VaUTxB9uEsIBHWT18WIp1DL { display:flex;width:1.5rem;height:1.5rem;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IDbv1OWg3iDwQR44ndzZJGcx2IHx5plT { width:15.3125rem;height:1.9121125rem;top:22rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UIOGIB1TUst6U1yr2TcaTmV9k7SlQ6kH { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy7ETwkFQ4n3wOLMp1CNLBZ9Tfg1KZDs { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Doy8iUtNKnvAQlmxRth74bLqC4F5wtEB { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT2v5I3SZRDaLLbgy7xbuvTfxmSFy69I { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7vp7TtsfRHmkvSuBb6ifgcNo5EyA8iX { width:20rem;height:20rem;top:30.785589218139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { width:20rem;height:3.40060625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:16.375rem; }
#mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:14.25rem; }
#LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }